diff --git a/ocr/gendata.py b/ocr/gendata.py index b2964e427dcda0df74556b48c33b478e99a516b0..16ed5b187e7f105ff737b22544827fed683f7786 100644 --- a/ocr/gendata.py +++ b/ocr/gendata.py @@ -31,18 +31,40 @@ with open(pth_txt, 'r', encoding='utf-8') as f: dic = {} dic_img = {} num = 0 +charTexts = "" for PageId in PageIds: print(PageId) paths = glob.glob(f'./out/coords/*.json', recursive=False) for pth_json in paths: with open(pth_json, "r", encoding="utf-8") as fp: + stem = Path(pth_json).stem - image_id = stem.split('_')[-1] + image_id = stem.split('_')[-1] # 坐标关联的图片id + + txt = fp.read() + data = json.loads(txt) + pageId2WordBoxContent = data["data"]["pageId2WordBoxContent"] + if PageId not in pageId2WordBoxContent: + continue + + wordBoxContents = pageId2WordBoxContent[PageId] # 这一页对应的坐标 + + + + if PageId not in dic: + dic[PageId] = True + else: + continue + + + images = glob.glob(f"./out/images/*{image_id}.webp", recursive=False) assert len(images) > 0 pth_img = images[0] pth_img = str( Path(pth_img).resolve() ) + + new_img = False if PageId not in dic_img: new_img = True @@ -55,19 +77,11 @@ for PageId in PageIds: img = dic_img[PageId]["img"] img_color = dic_img[PageId]["img_color"] - txt = fp.read() - data = json.loads(txt) - pageId2WordBoxContent = data["data"]["pageId2WordBoxContent"] - if PageId not in pageId2WordBoxContent: - continue - if PageId not in dic: - dic[PageId] = True - else: - continue + - wordBoxContents = pageId2WordBoxContent[PageId] + wordBoxList = wordBoxContents["wordBoxList"] for wordBox in wordBoxList: if "charPoly" not in wordBox: @@ -82,7 +96,10 @@ for PageId in PageIds: cv2.polylines(img_color, [points], isClosed=True, color=(255, 0, 0), thickness=1) charText = wordBox["charText"] + charTexts += charText print(charText, end='') + + charTexts += "\n\n\n" print("\n\n\n") @@ -90,5 +107,9 @@ for PageId in PageIds: cv2.imwrite(f"./out2/{num:04d}_{image_id}.webp", img_color) num += 1 + break + +with open("out.txt", 'w', encoding='utf-8') as f: + f.write(charTexts) pass diff --git a/ocr/out/coords/wordbox_0000_1kzz90e16h5ic.json b/ocr/out/coords/wordbox_0000_1kzz90e16h5ic.json new file mode 100644 index 0000000000000000000000000000000000000000..97637485c402864968374d9ca9e14d6c1d153169 --- /dev/null +++ b/ocr/out/coords/wordbox_0000_1kzz90e16h5ic.json @@ -0,0 +1 @@ +{"errorCode": 0, "errorMsg": "", "data": {"pageId2WordBoxContent": {"7501933907890241577": {"wordBoxList": [{"charPoly": {"x0": 537, "y0": 67, "x1": 578, "y1": 66, "x2": 578, "y2": 122, "x3": 537, "y3": 123}, "charText": "第", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 534, "y0": 135, "x1": 579, "y1": 136, "x2": 579, "y2": 150, "x3": 535, "y3": 149}, "charText": "一", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 536, "y0": 164, "x1": 579, "y1": 165, "x2": 579, "y2": 198, "x3": 536, "y3": 197}, "charText": "回", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 469, "y0": 116, "x1": 518, "y1": 117, "x2": 518, "y2": 158, "x3": 468, "y3": 158}, "charText": "甄", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 470, "y0": 160, "x1": 514, "y1": 161, "x2": 513, "y2": 197, "x3": 470, "y3": 197}, "charText": "士", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 471, "y0": 201, "x1": 517, "y1": 201, "x2": 516, "y2": 246, "x3": 471, "y3": 245}, "charText": "隐", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 473, "y0": 245, "x1": 515, "y1": 245, "x2": 515, "y2": 297, "x3": 473, "y3": 297}, "charText": "夢", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 472, "y0": 300, "x1": 517, "y1": 301, "x2": 517, "y2": 331, "x3": 472, "y3": 330}, "charText": "幻", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 467, "y0": 331, "x1": 518, "y1": 332, "x2": 518, "y2": 375, "x3": 467, "y3": 375}, "charText": "識", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 470, "y0": 377, "x1": 517, "y1": 377, "x2": 517, "y2": 421, "x3": 470, "y3": 421}, "charText": "通", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 472, "y0": 422, "x1": 519, "y1": 423, "x2": 519, "y2": 474, "x3": 472, "y3": 473}, "charText": "靈", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 475, "y0": 510, "x1": 512, "y1": 511, "x2": 511, "y2": 558, "x3": 475, "y3": 557}, "charText": "賈", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 473, "y0": 559, "x1": 514, "y1": 560, "x2": 514, "y2": 598, "x3": 472, "y3": 597}, "charText": "雨", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 468, "y0": 597, "x1": 516, "y1": 598, "x2": 515, "y2": 642, "x3": 468, "y3": 641}, "charText": "村", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 471, "y0": 643, "x1": 517, "y1": 644, "x2": 516, "y2": 683, "x3": 471, "y3": 682}, "charText": "風", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 469, "y0": 683, "x1": 512, "y1": 683, "x2": 512, "y2": 728, "x3": 468, "y3": 728}, "charText": "塵", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 470, "y0": 729, "x1": 514, "y1": 729, "x2": 514, "y2": 774, "x3": 470, "y3": 774}, "charText": "懷", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 473, "y0": 774, "x1": 513, "y1": 775, "x2": 512, "y2": 817, "x3": 473, "y3": 817}, "charText": "閨", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 470, "y0": 815, "x1": 515, "y1": 815, "x2": 515, "y2": 864, "x3": 469, "y3": 864}, "charText": "秀", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 412, "y0": 31, "x1": 459, "y1": 32, "x2": 459, "y2": 70, "x3": 412, "y3": 69}, "charText": "此", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 415, "y0": 74, "x1": 457, "y1": 74, "x2": 457, "y2": 118, "x3": 415, "y3": 118}, "charText": "開", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 410, "y0": 117, "x1": 460, "y1": 117, "x2": 460, "y2": 160, "x3": 409, "y3": 159}, "charText": "卷", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 414, "y0": 160, "x1": 455, "y1": 160, "x2": 455, "y2": 214, "x3": 414, "y3": 214}, "charText": "第", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 411, "y0": 222, "x1": 457, "y1": 223, "x2": 458, "y2": 237, "x3": 412, "y3": 237}, "charText": "一", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 414, "y0": 250, "x1": 457, "y1": 251, "x2": 456, "y2": 283, "x3": 414, "y3": 282}, "charText": "回", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 412, "y0": 289, "x1": 461, "y1": 290, "x2": 461, "y2": 328, "x3": 412, "y3": 328}, "charText": "也", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 408, "y0": 330, "x1": 456, "y1": 330, "x2": 456, "y2": 373, "x3": 408, "y3": 373}, "charText": "作", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 409, "y0": 373, "x1": 454, "y1": 374, "x2": 454, "y2": 418, "x3": 409, "y3": 418}, "charText": "者", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 415, "y0": 421, "x1": 452, "y1": 421, "x2": 452, "y2": 464, "x3": 415, "y3": 464}, "charText": "自", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 411, "y0": 467, "x1": 459, "y1": 467, "x2": 459, "y2": 506, "x3": 411, "y3": 506}, "charText": "云", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 416, "y0": 509, "x1": 454, "y1": 510, "x2": 454, "y2": 551, "x3": 416, "y3": 550}, "charText": "因", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 417, "y0": 550, "x1": 453, "y1": 551, "x2": 453, "y2": 597, "x3": 416, "y3": 597}, "charText": "曽", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 409, "y0": 598, "x1": 454, "y1": 599, "x2": 454, "y2": 640, "x3": 409, "y3": 640}, "charText": "歴", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 411, "y0": 641, "x1": 457, "y1": 641, "x2": 457, "y2": 684, "x3": 410, "y3": 684}, "charText": "過", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 411, "y0": 696, "x1": 457, "y1": 697, "x2": 457, "y2": 712, "x3": 412, "y3": 712}, "charText": "一", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 409, "y0": 726, "x1": 455, "y1": 726, "x2": 455, "y2": 770, "x3": 409, "y3": 770}, "charText": "番", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 412, "y0": 771, "x1": 454, "y1": 771, "x2": 454, "y2": 820, "x3": 412, "y3": 820}, "charText": "夢", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 411, "y0": 826, "x1": 456, "y1": 826, "x2": 456, "y2": 859, "x3": 411, "y3": 858}, "charText": "幻", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 411, "y0": 865, "x1": 458, "y1": 865, "x2": 457, "y2": 899, "x3": 411, "y3": 899}, "charText": "之", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 350, "y0": 28, "x1": 401, "y1": 28, "x2": 401, "y2": 71, "x3": 350, "y3": 71}, "charText": "後", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 350, "y0": 71, "x1": 399, "y1": 72, "x2": 399, "y2": 111, "x3": 350, "y3": 111}, "charText": "故", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 351, "y0": 113, "x1": 398, "y1": 113, "x2": 397, "y2": 160, "x3": 351, "y3": 160}, "charText": "将", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 350, "y0": 159, "x1": 398, "y1": 159, "x2": 398, "y2": 203, "x3": 350, "y3": 203}, "charText": "真", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 351, "y0": 202, "x1": 393, "y1": 202, "x2": 393, "y2": 253, "x3": 351, "y3": 252}, "charText": "事", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 350, "y0": 253, "x1": 396, "y1": 253, "x2": 396, "y2": 293, "x3": 350, "y3": 293}, "charText": "隐", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 348, "y0": 294, "x1": 401, "y1": 294, "x2": 401, "y2": 337, "x3": 348, "y3": 337}, "charText": "去", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 353, "y0": 340, "x1": 398, "y1": 341, "x2": 398, "y2": 373, "x3": 353, "y3": 373}, "charText": "而", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 347, "y0": 375, "x1": 397, "y1": 376, "x2": 397, "y2": 418, "x3": 347, "y3": 418}, "charText": "借", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 349, "y0": 420, "x1": 398, "y1": 420, "x2": 398, "y2": 463, "x3": 349, "y3": 463}, "charText": "通", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 350, "y0": 465, "x1": 397, "y1": 465, "x2": 396, "y2": 511, "x3": 350, "y3": 511}, "charText": "靈", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 350, "y0": 515, "x1": 399, "y1": 515, "x2": 399, "y2": 550, "x3": 350, "y3": 550}, "charText": "之", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 349, "y0": 552, "x1": 400, "y1": 553, "x2": 399, "y2": 593, "x3": 348, "y3": 593}, "charText": "說", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 348, "y0": 596, "x1": 397, "y1": 596, "x2": 397, "y2": 639, "x3": 348, "y3": 638}, "charText": "撰", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 349, "y0": 642, "x1": 398, "y1": 642, "x2": 398, "y2": 682, "x3": 349, "y3": 682}, "charText": "此", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 347, "y0": 688, "x1": 392, "y1": 688, "x2": 392, "y2": 725, "x3": 347, "y3": 725}, "charText": "石", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 348, "y0": 729, "x1": 395, "y1": 730, "x2": 394, "y2": 773, "x3": 347, "y3": 773}, "charText": "頭", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 344, "y0": 775, "x1": 397, "y1": 775, "x2": 397, "y2": 813, "x3": 344, "y3": 813}, "charText": "記", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 345, "y0": 826, "x1": 394, "y1": 827, "x2": 394, "y2": 842, "x3": 345, "y3": 841}, "charText": "一", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 349, "y0": 851, "x1": 392, "y1": 851, "x2": 392, "y2": 899, "x3": 348, "y3": 899}, "charText": "書", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 289, "y0": 28, "x1": 337, "y1": 29, "x2": 337, "y2": 65, "x3": 288, "y3": 65}, "charText": "也", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 290, "y0": 67, "x1": 338, "y1": 67, "x2": 338, "y2": 109, "x3": 290, "y3": 109}, "charText": "故", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 294, "y0": 118, "x1": 332, "y1": 119, "x2": 332, "y2": 151, "x3": 294, "y3": 151}, "charText": "曰", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 289, "y0": 158, "x1": 339, "y1": 158, "x2": 339, "y2": 198, "x3": 289, "y3": 198}, "charText": "甄", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 289, "y0": 202, "x1": 334, "y1": 202, "x2": 333, "y2": 238, "x3": 289, "y3": 238}, "charText": "士", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 289, "y0": 244, "x1": 335, "y1": 244, "x2": 335, "y2": 288, "x3": 289, "y3": 288}, "charText": "隐", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 289, "y0": 294, "x1": 333, "y1": 294, "x2": 332, "y2": 331, "x3": 288, "y3": 331}, "charText": "云", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 288, "y0": 339, "x1": 339, "y1": 339, "x2": 339, "y2": 377, "x3": 288, "y3": 377}, "charText": "云", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 285, "y0": 379, "x1": 335, "y1": 379, "x2": 335, "y2": 415, "x3": 285, "y3": 414}, "charText": "但", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 289, "y0": 415, "x1": 332, "y1": 415, "x2": 332, "y2": 463, "x3": 289, "y3": 463}, "charText": "書", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 290, "y0": 464, "x1": 330, "y1": 464, "x2": 330, "y2": 509, "x3": 290, "y3": 509}, "charText": "中", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 289, "y0": 510, "x1": 336, "y1": 510, "x2": 335, "y2": 552, "x3": 288, "y3": 551}, "charText": "所", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 286, "y0": 554, "x1": 337, "y1": 554, "x2": 336, "y2": 593, "x3": 285, "y3": 592}, "charText": "記", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 285, "y0": 598, "x1": 336, "y1": 598, "x2": 335, "y2": 640, "x3": 285, "y3": 639}, "charText": "何", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 288, "y0": 639, "x1": 331, "y1": 640, "x2": 331, "y2": 691, "x3": 288, "y3": 691}, "charText": "事", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 286, "y0": 692, "x1": 336, "y1": 693, "x2": 336, "y2": 736, "x3": 285, "y3": 735}, "charText": "何", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 289, "y0": 736, "x1": 338, "y1": 737, "x2": 338, "y2": 769, "x3": 289, "y3": 769}, "charText": "人", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 293, "y0": 768, "x1": 328, "y1": 769, "x2": 328, "y2": 812, "x3": 293, "y3": 812}, "charText": "自", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 291, "y0": 815, "x1": 334, "y1": 815, "x2": 334, "y2": 850, "x3": 291, "y3": 850}, "charText": "又", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 288, "y0": 858, "x1": 331, "y1": 859, "x2": 331, "y2": 897, "x3": 288, "y3": 896}, "charText": "云", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 232, "y0": 29, "x1": 280, "y1": 30, "x2": 280, "y2": 70, "x3": 232, "y3": 70}, "charText": "今", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 232, "y0": 73, "x1": 279, "y1": 73, "x2": 279, "y2": 111, "x3": 232, "y3": 111}, "charText": "風", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 231, "y0": 111, "x1": 273, "y1": 111, "x2": 273, "y2": 158, "x3": 230, "y3": 158}, "charText": "塵", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 229, "y0": 160, "x1": 276, "y1": 160, "x2": 276, "y2": 204, "x3": 229, "y3": 204}, "charText": "碌", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 229, "y0": 207, "x1": 280, "y1": 207, "x2": 280, "y2": 251, "x3": 229, "y3": 250}, "charText": "碌", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 229, "y0": 261, "x1": 275, "y1": 261, "x2": 276, "y2": 276, "x3": 229, "y3": 275}, "charText": "一", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 230, "y0": 284, "x1": 273, "y1": 284, "x2": 273, "y2": 341, "x3": 229, "y3": 340}, "charText": "事", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 227, "y0": 341, "x1": 276, "y1": 341, "x2": 275, "y2": 379, "x3": 227, "y3": 379}, "charText": "無", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 231, "y0": 380, "x1": 278, "y1": 380, "x2": 278, "y2": 421, "x3": 231, "y3": 421}, "charText": "成", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 234, "y0": 420, "x1": 275, "y1": 421, "x2": 275, "y2": 463, "x3": 234, "y3": 463}, "charText": "忽", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 231, "y0": 466, "x1": 278, "y1": 466, "x2": 278, "y2": 509, "x3": 231, "y3": 509}, "charText": "念", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 234, "y0": 512, "x1": 276, "y1": 512, "x2": 276, "y2": 549, "x3": 234, "y3": 549}, "charText": "及", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 235, "y0": 551, "x1": 275, "y1": 551, "x2": 275, "y2": 599, "x3": 234, "y3": 599}, "charText": "當", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 241, "y0": 603, "x1": 269, "y1": 604, "x2": 269, "y2": 637, "x3": 241, "y3": 637}, "charText": "日", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 231, "y0": 640, "x1": 277, "y1": 640, "x2": 276, "y2": 683, "x3": 231, "y3": 683}, "charText": "所", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 230, "y0": 684, "x1": 271, "y1": 685, "x2": 271, "y2": 731, "x3": 229, "y3": 731}, "charText": "有", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 230, "y0": 734, "x1": 276, "y1": 735, "x2": 276, "y2": 769, "x3": 230, "y3": 769}, "charText": "之", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 227, "y0": 773, "x1": 275, "y1": 774, "x2": 275, "y2": 809, "x3": 226, "y3": 809}, "charText": "女", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 230, "y0": 813, "x1": 277, "y1": 813, "x2": 277, "y2": 854, "x3": 230, "y3": 854}, "charText": "黃", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 227, "y0": 869, "x1": 275, "y1": 869, "x2": 275, "y2": 886, "x3": 227, "y3": 886}, "charText": "一", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 172, "y0": 39, "x1": 220, "y1": 40, "x2": 220, "y2": 56, "x3": 172, "y3": 55}, "charText": "一", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 172, "y0": 73, "x1": 220, "y1": 73, "x2": 220, "y2": 108, "x3": 171, "y3": 108}, "charText": "細", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 170, "y0": 108, "x1": 216, "y1": 108, "x2": 216, "y2": 155, "x3": 170, "y3": 155}, "charText": "考", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 170, "y0": 157, "x1": 220, "y1": 157, "x2": 220, "y2": 200, "x3": 170, "y3": 199}, "charText": "較", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 170, "y0": 200, "x1": 222, "y1": 200, "x2": 221, "y2": 241, "x3": 170, "y3": 241}, "charText": "去", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 173, "y0": 242, "x1": 217, "y1": 242, "x2": 217, "y2": 290, "x3": 172, "y3": 290}, "charText": "覺", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 170, "y0": 290, "x1": 216, "y1": 291, "x2": 215, "y2": 335, "x3": 170, "y3": 335}, "charText": "其", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 170, "y0": 337, "x1": 216, "y1": 337, "x2": 215, "y2": 377, "x3": 170, "y3": 377}, "charText": "行", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 170, "y0": 379, "x1": 214, "y1": 379, "x2": 214, "y2": 414, "x3": 170, "y3": 414}, "charText": "止", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 171, "y0": 418, "x1": 216, "y1": 418, "x2": 216, "y2": 459, "x3": 171, "y3": 459}, "charText": "見", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 168, "y0": 460, "x1": 220, "y1": 460, "x2": 220, "y2": 504, "x3": 168, "y3": 504}, "charText": "識", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 173, "y0": 505, "x1": 214, "y1": 505, "x2": 215, "y2": 551, "x3": 173, "y3": 551}, "charText": "皆", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 175, "y0": 553, "x1": 211, "y1": 553, "x2": 211, "y2": 594, "x3": 174, "y3": 594}, "charText": "出", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 169, "y0": 597, "x1": 220, "y1": 597, "x2": 219, "y2": 639, "x3": 169, "y3": 638}, "charText": "於", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 170, "y0": 640, "x1": 218, "y1": 640, "x2": 217, "y2": 684, "x3": 170, "y3": 684}, "charText": "我", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 171, "y0": 687, "x1": 217, "y1": 688, "x2": 217, "y2": 724, "x3": 171, "y3": 723}, "charText": "之", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 168, "y0": 729, "x1": 220, "y1": 729, "x2": 219, "y2": 767, "x3": 168, "y3": 767}, "charText": "上", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 166, "y0": 772, "x1": 216, "y1": 772, "x2": 215, "y2": 812, "x3": 165, "y3": 811}, "charText": "何", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 167, "y0": 809, "x1": 216, "y1": 810, "x2": 215, "y2": 853, "x3": 166, "y3": 853}, "charText": "我", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 170, "y0": 854, "x1": 214, "y1": 854, "x2": 213, "y2": 900, "x3": 170, "y3": 900}, "charText": "堂", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 113, "y0": 26, "x1": 159, "y1": 27, "x2": 159, "y2": 69, "x3": 113, "y3": 68}, "charText": "堂", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 111, "y0": 69, "x1": 156, "y1": 70, "x2": 156, "y2": 117, "x3": 111, "y3": 117}, "charText": "鬚", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 110, "y0": 119, "x1": 162, "y1": 119, "x2": 161, "y2": 160, "x3": 110, "y3": 160}, "charText": "眉", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 109, "y0": 161, "x1": 161, "y1": 161, "x2": 160, "y2": 203, "x3": 108, "y3": 202}, "charText": "誠", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 111, "y0": 207, "x1": 153, "y1": 208, "x2": 153, "y2": 243, "x3": 111, "y3": 243}, "charText": "不", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 109, "y0": 245, "x1": 154, "y1": 246, "x2": 153, "y2": 289, "x3": 109, "y3": 289}, "charText": "若", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 107, "y0": 290, "x1": 159, "y1": 290, "x2": 158, "y2": 331, "x3": 107, "y3": 330}, "charText": "彼", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 106, "y0": 333, "x1": 155, "y1": 333, "x2": 154, "y2": 377, "x3": 106, "y3": 376}, "charText": "裙", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 108, "y0": 380, "x1": 159, "y1": 380, "x2": 159, "y2": 418, "x3": 108, "y3": 418}, "charText": "釵", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 106, "y0": 424, "x1": 157, "y1": 424, "x2": 157, "y2": 460, "x3": 106, "y3": 460}, "charText": "女", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 108, "y0": 463, "x1": 160, "y1": 463, "x2": 160, "y2": 502, "x3": 108, "y3": 502}, "charText": "子", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 110, "y0": 504, "x1": 155, "y1": 505, "x2": 155, "y2": 555, "x3": 110, "y3": 555}, "charText": "實", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 109, "y0": 556, "x1": 157, "y1": 556, "x2": 157, "y2": 597, "x3": 109, "y3": 596}, "charText": "愧", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 111, "y0": 598, "x1": 153, "y1": 598, "x2": 153, "y2": 640, "x3": 111, "y3": 640}, "charText": "則", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 109, "y0": 640, "x1": 153, "y1": 641, "x2": 153, "y2": 685, "x3": 109, "y3": 685}, "charText": "有", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 107, "y0": 687, "x1": 160, "y1": 687, "x2": 160, "y2": 731, "x3": 106, "y3": 731}, "charText": "餘", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 109, "y0": 731, "x1": 156, "y1": 732, "x2": 156, "y2": 776, "x3": 109, "y3": 775}, "charText": "悔", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 109, "y0": 775, "x1": 156, "y1": 776, "x2": 155, "y2": 808, "x3": 109, "y3": 807}, "charText": "又", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 106, "y0": 810, "x1": 157, "y1": 811, "x2": 156, "y2": 853, "x3": 105, "y3": 852}, "charText": "無", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 108, "y0": 855, "x1": 158, "y1": 856, "x2": 157, "y2": 900, "x3": 108, "y3": 900}, "charText": "益", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 45, "y0": 25, "x1": 97, "y1": 26, "x2": 97, "y2": 69, "x3": 44, "y3": 68}, "charText": "是", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 48, "y0": 68, "x1": 97, "y1": 68, "x2": 97, "y2": 109, "x3": 47, "y3": 109}, "charText": "大", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 44, "y0": 109, "x1": 97, "y1": 110, "x2": 97, "y2": 152, "x3": 43, "y3": 152}, "charText": "無", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 46, "y0": 156, "x1": 95, "y1": 156, "x2": 95, "y2": 201, "x3": 45, "y3": 201}, "charText": "可", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 42, "y0": 201, "x1": 95, "y1": 202, "x2": 95, "y2": 239, "x3": 42, "y3": 238}, "charText": "如", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 44, "y0": 243, "x1": 97, "y1": 244, "x2": 96, "y2": 289, "x3": 43, "y3": 288}, "charText": "何", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 48, "y0": 290, "x1": 97, "y1": 291, "x2": 97, "y2": 327, "x3": 47, "y3": 326}, "charText": "之", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 54, "y0": 335, "x1": 85, "y1": 335, "x2": 85, "y2": 368, "x3": 54, "y3": 367}, "charText": "日", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 48, "y0": 374, "x1": 98, "y1": 374, "x2": 98, "y2": 413, "x3": 47, "y3": 413}, "charText": "也", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 47, "y0": 417, "x1": 95, "y1": 418, "x2": 95, "y2": 465, "x3": 47, "y3": 465}, "charText": "當", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 49, "y0": 467, "x1": 97, "y1": 467, "x2": 97, "y2": 504, "x3": 49, "y3": 504}, "charText": "此", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 48, "y0": 506, "x1": 91, "y1": 506, "x2": 91, "y2": 552, "x3": 47, "y3": 552}, "charText": "則", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 52, "y0": 552, "x1": 89, "y1": 552, "x2": 89, "y2": 596, "x3": 51, "y3": 595}, "charText": "自", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 46, "y0": 597, "x1": 93, "y1": 597, "x2": 93, "y2": 637, "x3": 46, "y3": 637}, "charText": "欲", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 48, "y0": 639, "x1": 96, "y1": 639, "x2": 95, "y2": 686, "x3": 48, "y3": 686}, "charText": "将", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 54, "y0": 690, "x1": 94, "y1": 691, "x2": 93, "y2": 725, "x3": 54, "y3": 724}, "charText": "已", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 48, "y0": 728, "x1": 98, "y1": 728, "x2": 98, "y2": 770, "x3": 47, "y3": 770}, "charText": "往", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 48, "y0": 771, "x1": 95, "y1": 772, "x2": 95, "y2": 814, "x3": 47, "y3": 813}, "charText": "所", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 47, "y0": 812, "x1": 93, "y1": 813, "x2": 92, "y2": 858, "x3": 46, "y3": 857}, "charText": "頼", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 50, "y0": 860, "x1": 94, "y1": 861, "x2": 94, "y2": 899, "x3": 49, "y3": 898}, "charText": "天", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 11, "y0": 121, "x1": 39, "y1": 121, "x2": 38, "y2": 155, "x3": 11, "y3": 155}, "charText": "已", "textlineId": 9, "picUri": "", "isPicText": false}]}, "7501933907890257961": {"wordBoxList": [{"charPoly": {"x0": 530, "y0": 26, "x1": 573, "y1": 26, "x2": 574, "y2": 66, "x3": 530, "y3": 66}, "charText": "恩", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 524, "y0": 68, "x1": 575, "y1": 68, "x2": 575, "y2": 104, "x3": 524, "y3": 104}, "charText": "祖", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 525, "y0": 104, "x1": 577, "y1": 105, "x2": 577, "y2": 149, "x3": 524, "y3": 149}, "charText": "德", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 527, "y0": 152, "x1": 573, "y1": 152, "x2": 573, "y2": 205, "x3": 527, "y3": 205}, "charText": "錦", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 529, "y0": 204, "x1": 573, "y1": 205, "x2": 573, "y2": 245, "x3": 529, "y3": 245}, "charText": "衣", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 528, "y0": 248, "x1": 577, "y1": 249, "x2": 577, "y2": 284, "x3": 528, "y3": 283}, "charText": "紈", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 523, "y0": 286, "x1": 576, "y1": 286, "x2": 576, "y2": 335, "x3": 524, "y3": 335}, "charText": "袴", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 527, "y0": 337, "x1": 575, "y1": 337, "x2": 575, "y2": 371, "x3": 527, "y3": 371}, "charText": "之", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 528, "y0": 372, "x1": 577, "y1": 372, "x2": 577, "y2": 418, "x3": 528, "y3": 418}, "charText": "時", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 524, "y0": 421, "x1": 577, "y1": 421, "x2": 577, "y2": 461, "x3": 524, "y3": 461}, "charText": "飫", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 526, "y0": 464, "x1": 573, "y1": 464, "x2": 573, "y2": 499, "x3": 526, "y3": 499}, "charText": "甘", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 525, "y0": 501, "x1": 577, "y1": 501, "x2": 577, "y2": 554, "x3": 525, "y3": 555}, "charText": "飇", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 527, "y0": 558, "x1": 578, "y1": 558, "x2": 578, "y2": 596, "x3": 527, "y3": 596}, "charText": "肥", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 529, "y0": 599, "x1": 575, "y1": 599, "x2": 575, "y2": 633, "x3": 529, "y3": 633}, "charText": "之", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 536, "y0": 640, "x1": 578, "y1": 640, "x2": 578, "y2": 674, "x3": 536, "y3": 673}, "charText": "日", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 529, "y0": 676, "x1": 572, "y1": 676, "x2": 572, "y2": 723, "x3": 529, "y3": 723}, "charText": "背", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 530, "y0": 727, "x1": 575, "y1": 727, "x2": 575, "y2": 762, "x3": 530, "y3": 761}, "charText": "父", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 530, "y0": 764, "x1": 576, "y1": 765, "x2": 575, "y2": 801, "x3": 530, "y3": 801}, "charText": "兄", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 524, "y0": 802, "x1": 576, "y1": 802, "x2": 575, "y2": 847, "x3": 524, "y3": 846}, "charText": "教", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 528, "y0": 846, "x1": 569, "y1": 847, "x2": 568, "y2": 895, "x3": 528, "y3": 894}, "charText": "育", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 464, "y0": 26, "x1": 512, "y1": 26, "x2": 512, "y2": 62, "x3": 464, "y3": 61}, "charText": "之", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 467, "y0": 65, "x1": 515, "y1": 65, "x2": 516, "y2": 107, "x3": 467, "y3": 107}, "charText": "恩", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 470, "y0": 108, "x1": 506, "y1": 108, "x2": 506, "y2": 154, "x3": 470, "y3": 154}, "charText": "負", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 467, "y0": 157, "x1": 511, "y1": 158, "x2": 511, "y2": 201, "x3": 467, "y3": 201}, "charText": "師", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 465, "y0": 201, "x1": 514, "y1": 201, "x2": 514, "y2": 245, "x3": 465, "y3": 244}, "charText": "友", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 463, "y0": 247, "x1": 516, "y1": 248, "x2": 515, "y2": 285, "x3": 462, "y3": 285}, "charText": "規", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 462, "y0": 288, "x1": 509, "y1": 289, "x2": 509, "y2": 330, "x3": 462, "y3": 330}, "charText": "訓", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 465, "y0": 333, "x1": 511, "y1": 334, "x2": 511, "y2": 367, "x3": 465, "y3": 367}, "charText": "之", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 463, "y0": 368, "x1": 516, "y1": 368, "x2": 516, "y2": 413, "x3": 463, "y3": 413}, "charText": "德", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 465, "y0": 422, "x1": 511, "y1": 422, "x2": 511, "y2": 455, "x3": 465, "y3": 455}, "charText": "以", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 465, "y0": 457, "x1": 515, "y1": 457, "x2": 515, "y2": 501, "x3": 465, "y3": 501}, "charText": "致", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 465, "y0": 505, "x1": 515, "y1": 506, "x2": 515, "y2": 548, "x3": 464, "y3": 548}, "charText": "今", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 474, "y0": 556, "x1": 503, "y1": 556, "x2": 503, "y2": 591, "x3": 474, "y3": 591}, "charText": "日", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 465, "y0": 605, "x1": 513, "y1": 605, "x2": 513, "y2": 622, "x3": 465, "y3": 622}, "charText": "一", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 463, "y0": 630, "x1": 515, "y1": 631, "x2": 515, "y2": 677, "x3": 462, "y3": 676}, "charText": "技", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 463, "y0": 678, "x1": 514, "y1": 679, "x2": 513, "y2": 722, "x3": 462, "y3": 722}, "charText": "無", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 467, "y0": 723, "x1": 516, "y1": 723, "x2": 516, "y2": 764, "x3": 466, "y3": 764}, "charText": "成", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 465, "y0": 763, "x1": 508, "y1": 763, "x2": 508, "y2": 810, "x3": 464, "y3": 810}, "charText": "半", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 465, "y0": 810, "x1": 511, "y1": 811, "x2": 511, "y2": 847, "x3": 464, "y3": 846}, "charText": "生", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 465, "y0": 846, "x1": 515, "y1": 846, "x2": 515, "y2": 894, "x3": 464, "y3": 894}, "charText": "潦", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 403, "y0": 28, "x1": 448, "y1": 28, "x2": 448, "y2": 69, "x3": 403, "y3": 70}, "charText": "倒", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 404, "y0": 72, "x1": 452, "y1": 72, "x2": 453, "y2": 105, "x3": 404, "y3": 105}, "charText": "之", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 406, "y0": 107, "x1": 455, "y1": 106, "x2": 455, "y2": 152, "x3": 406, "y3": 152}, "charText": "罪", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 405, "y0": 154, "x1": 451, "y1": 154, "x2": 451, "y2": 196, "x3": 405, "y3": 196}, "charText": "編", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 403, "y0": 198, "x1": 451, "y1": 199, "x2": 451, "y2": 242, "x3": 403, "y3": 242}, "charText": "述", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 403, "y0": 256, "x1": 450, "y1": 257, "x2": 450, "y2": 275, "x3": 404, "y3": 274}, "charText": "一", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 403, "y0": 284, "x1": 454, "y1": 284, "x2": 454, "y2": 332, "x3": 403, "y3": 332}, "charText": "集", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 406, "y0": 339, "x1": 449, "y1": 339, "x2": 449, "y2": 369, "x3": 406, "y3": 369}, "charText": "以", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 404, "y0": 371, "x1": 450, "y1": 370, "x2": 449, "y2": 414, "x3": 403, "y3": 414}, "charText": "告", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 404, "y0": 419, "x1": 452, "y1": 419, "x2": 452, "y2": 456, "x3": 404, "y3": 456}, "charText": "天", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 403, "y0": 463, "x1": 446, "y1": 463, "x2": 446, "y2": 502, "x3": 403, "y3": 502}, "charText": "下", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 405, "y0": 508, "x1": 455, "y1": 508, "x2": 455, "y2": 546, "x3": 405, "y3": 546}, "charText": "人", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 403, "y0": 545, "x1": 451, "y1": 545, "x2": 451, "y2": 590, "x3": 403, "y3": 590}, "charText": "我", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 405, "y0": 595, "x1": 452, "y1": 595, "x2": 452, "y2": 631, "x3": 405, "y3": 631}, "charText": "之", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 407, "y0": 637, "x1": 454, "y1": 637, "x2": 454, "y2": 683, "x3": 407, "y3": 683}, "charText": "罪", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 407, "y0": 685, "x1": 447, "y1": 685, "x2": 447, "y2": 726, "x3": 408, "y3": 726}, "charText": "固", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 405, "y0": 728, "x1": 447, "y1": 728, "x2": 447, "y2": 760, "x3": 405, "y3": 760}, "charText": "不", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 407, "y0": 763, "x1": 452, "y1": 764, "x2": 452, "y2": 807, "x3": 407, "y3": 806}, "charText": "免", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 407, "y0": 807, "x1": 450, "y1": 807, "x2": 450, "y2": 848, "x3": 407, "y3": 848}, "charText": "然", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 407, "y0": 851, "x1": 448, "y1": 852, "x2": 448, "y2": 894, "x3": 406, "y3": 894}, "charText": "閨", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 349, "y0": 26, "x1": 390, "y1": 26, "x2": 390, "y2": 69, "x3": 349, "y3": 69}, "charText": "閣", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 348, "y0": 66, "x1": 386, "y1": 66, "x2": 386, "y2": 111, "x3": 348, "y3": 111}, "charText": "中", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 348, "y0": 112, "x1": 392, "y1": 112, "x2": 392, "y2": 154, "x3": 348, "y3": 154}, "charText": "本", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 351, "y0": 156, "x1": 385, "y1": 156, "x2": 385, "y2": 199, "x3": 351, "y3": 199}, "charText": "自", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 345, "y0": 201, "x1": 390, "y1": 201, "x2": 390, "y2": 243, "x3": 345, "y3": 243}, "charText": "歴", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 345, "y0": 245, "x1": 390, "y1": 245, "x2": 390, "y2": 288, "x3": 344, "y3": 288}, "charText": "歴", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 345, "y0": 289, "x1": 388, "y1": 289, "x2": 388, "y2": 337, "x3": 345, "y3": 336}, "charText": "有", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 344, "y0": 338, "x1": 395, "y1": 338, "x2": 395, "y2": 373, "x3": 344, "y3": 373}, "charText": "人", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 344, "y0": 372, "x1": 389, "y1": 372, "x2": 389, "y2": 421, "x3": 344, "y3": 421}, "charText": "萬", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 346, "y0": 423, "x1": 386, "y1": 423, "x2": 386, "y2": 461, "x3": 346, "y3": 461}, "charText": "不", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 346, "y0": 464, "x1": 387, "y1": 464, "x2": 387, "y2": 507, "x3": 346, "y3": 507}, "charText": "可", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 350, "y0": 510, "x1": 387, "y1": 510, "x2": 387, "y2": 551, "x3": 350, "y3": 551}, "charText": "因", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 345, "y0": 549, "x1": 392, "y1": 550, "x2": 392, "y2": 593, "x3": 345, "y3": 593}, "charText": "我", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 346, "y0": 596, "x1": 394, "y1": 596, "x2": 393, "y2": 633, "x3": 346, "y3": 633}, "charText": "之", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 346, "y0": 638, "x1": 388, "y1": 639, "x2": 388, "y2": 679, "x3": 346, "y3": 678}, "charText": "不", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 350, "y0": 680, "x1": 394, "y1": 680, "x2": 394, "y2": 728, "x3": 350, "y3": 728}, "charText": "削", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 353, "y0": 728, "x1": 386, "y1": 728, "x2": 386, "y2": 770, "x3": 353, "y3": 769}, "charText": "自", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 350, "y0": 770, "x1": 393, "y1": 770, "x2": 393, "y2": 805, "x3": 350, "y3": 805}, "charText": "已", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 340, "y0": 806, "x1": 393, "y1": 806, "x2": 392, "y2": 857, "x3": 340, "y3": 857}, "charText": "護", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 341, "y0": 858, "x1": 395, "y1": 859, "x2": 395, "y2": 899, "x3": 341, "y3": 899}, "charText": "短", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 284, "y0": 35, "x1": 331, "y1": 35, "x2": 331, "y2": 51, "x3": 284, "y3": 50}, "charText": "一", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 284, "y0": 62, "x1": 330, "y1": 63, "x2": 331, "y2": 109, "x3": 285, "y3": 109}, "charText": "併", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 285, "y0": 109, "x1": 332, "y1": 109, "x2": 332, "y2": 153, "x3": 285, "y3": 153}, "charText": "使", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 284, "y0": 154, "x1": 330, "y1": 154, "x2": 329, "y2": 200, "x3": 284, "y3": 200}, "charText": "其", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 287, "y0": 204, "x1": 331, "y1": 205, "x2": 331, "y2": 244, "x3": 287, "y3": 244}, "charText": "民", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 284, "y0": 245, "x1": 335, "y1": 245, "x2": 335, "y2": 288, "x3": 284, "y3": 287}, "charText": "滅", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 285, "y0": 290, "x1": 332, "y1": 290, "x2": 332, "y2": 333, "x3": 284, "y3": 333}, "charText": "雖", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 285, "y0": 334, "x1": 333, "y1": 335, "x2": 332, "y2": 375, "x3": 284, "y3": 374}, "charText": "今", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 293, "y0": 382, "x1": 320, "y1": 383, "x2": 320, "y2": 415, "x3": 294, "y3": 414}, "charText": "日", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 285, "y0": 421, "x1": 333, "y1": 422, "x2": 332, "y2": 454, "x3": 284, "y3": 454}, "charText": "之", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 285, "y0": 455, "x1": 326, "y1": 455, "x2": 326, "y2": 506, "x3": 285, "y3": 506}, "charText": "茅", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 283, "y0": 506, "x1": 331, "y1": 507, "x2": 331, "y2": 551, "x3": 283, "y3": 550}, "charText": "椽", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 284, "y0": 551, "x1": 329, "y1": 551, "x2": 329, "y2": 596, "x3": 284, "y3": 596}, "charText": "蓬", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 284, "y0": 596, "x1": 334, "y1": 596, "x2": 334, "y2": 643, "x3": 284, "y3": 643}, "charText": "牖", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 288, "y0": 646, "x1": 329, "y1": 646, "x2": 329, "y2": 684, "x3": 288, "y3": 684}, "charText": "瓦", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 287, "y0": 684, "x1": 327, "y1": 684, "x2": 327, "y2": 728, "x3": 287, "y3": 728}, "charText": "竈", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 285, "y0": 731, "x1": 328, "y1": 731, "x2": 328, "y2": 767, "x3": 285, "y3": 767}, "charText": "繩", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 286, "y0": 768, "x1": 334, "y1": 768, "x2": 334, "y2": 811, "x3": 285, "y3": 810}, "charText": "床", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 284, "y0": 812, "x1": 329, "y1": 812, "x2": 329, "y2": 854, "x3": 283, "y3": 854}, "charText": "其", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 284, "y0": 855, "x1": 331, "y1": 855, "x2": 330, "y2": 900, "x3": 284, "y3": 900}, "charText": "晨", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 229, "y0": 28, "x1": 263, "y1": 28, "x2": 263, "y2": 68, "x3": 229, "y3": 68}, "charText": "夕", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 228, "y0": 68, "x1": 274, "y1": 68, "x2": 274, "y2": 107, "x3": 227, "y3": 107}, "charText": "風", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 228, "y0": 109, "x1": 276, "y1": 110, "x2": 276, "y2": 154, "x3": 227, "y3": 153}, "charText": "露", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 225, "y0": 155, "x1": 272, "y1": 155, "x2": 272, "y2": 199, "x3": 225, "y3": 199}, "charText": "堦", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 224, "y0": 201, "x1": 271, "y1": 201, "x2": 270, "y2": 247, "x3": 224, "y3": 247}, "charText": "栁", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 225, "y0": 246, "x1": 274, "y1": 247, "x2": 273, "y2": 288, "x3": 225, "y3": 288}, "charText": "庭", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 226, "y0": 288, "x1": 275, "y1": 288, "x2": 275, "y2": 331, "x3": 225, "y3": 331}, "charText": "花", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 226, "y0": 334, "x1": 270, "y1": 334, "x2": 270, "y2": 373, "x3": 226, "y3": 372}, "charText": "亦", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 227, "y0": 372, "x1": 272, "y1": 372, "x2": 272, "y2": 418, "x3": 226, "y3": 418}, "charText": "未", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 225, "y0": 418, "x1": 267, "y1": 419, "x2": 267, "y2": 464, "x3": 225, "y3": 463}, "charText": "有", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 227, "y0": 464, "x1": 270, "y1": 465, "x2": 270, "y2": 505, "x3": 227, "y3": 505}, "charText": "防", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 224, "y0": 504, "x1": 270, "y1": 504, "x2": 270, "y2": 549, "x3": 224, "y3": 549}, "charText": "我", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 224, "y0": 552, "x1": 272, "y1": 552, "x2": 272, "y2": 588, "x3": 224, "y3": 587}, "charText": "之", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 223, "y0": 588, "x1": 270, "y1": 589, "x2": 270, "y2": 635, "x3": 223, "y3": 634}, "charText": "襟", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 227, "y0": 635, "x1": 275, "y1": 635, "x2": 275, "y2": 680, "x3": 227, "y3": 680}, "charText": "懐", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 228, "y0": 681, "x1": 272, "y1": 681, "x2": 271, "y2": 727, "x3": 228, "y3": 727}, "charText": "束", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 225, "y0": 726, "x1": 267, "y1": 726, "x2": 266, "y2": 773, "x3": 225, "y3": 773}, "charText": "筆", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 229, "y0": 771, "x1": 267, "y1": 771, "x2": 267, "y2": 811, "x3": 229, "y3": 811}, "charText": "閣", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 227, "y0": 811, "x1": 273, "y1": 811, "x2": 273, "y2": 854, "x3": 227, "y3": 854}, "charText": "墨", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 224, "y0": 856, "x1": 271, "y1": 856, "x2": 271, "y2": 898, "x3": 224, "y3": 898}, "charText": "雖", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 166, "y0": 23, "x1": 214, "y1": 23, "x2": 214, "y2": 66, "x3": 166, "y3": 65}, "charText": "我", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 165, "y0": 64, "x1": 214, "y1": 64, "x2": 214, "y2": 109, "x3": 165, "y3": 109}, "charText": "未", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 166, "y0": 110, "x1": 216, "y1": 111, "x2": 215, "y2": 159, "x3": 165, "y3": 159}, "charText": "學", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 166, "y0": 161, "x1": 207, "y1": 162, "x2": 207, "y2": 199, "x3": 166, "y3": 198}, "charText": "下", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 163, "y0": 198, "x1": 207, "y1": 198, "x2": 207, "y2": 246, "x3": 163, "y3": 246}, "charText": "筆", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 162, "y0": 247, "x1": 212, "y1": 247, "x2": 211, "y2": 286, "x3": 162, "y3": 286}, "charText": "無", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 166, "y0": 288, "x1": 215, "y1": 288, "x2": 215, "y2": 326, "x3": 166, "y3": 326}, "charText": "文", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 168, "y0": 332, "x1": 213, "y1": 332, "x2": 213, "y2": 367, "x3": 168, "y3": 367}, "charText": "又", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 162, "y0": 372, "x1": 211, "y1": 372, "x2": 211, "y2": 414, "x3": 162, "y3": 414}, "charText": "何", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 163, "y0": 416, "x1": 209, "y1": 417, "x2": 209, "y2": 460, "x3": 163, "y3": 459}, "charText": "妨", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 169, "y0": 461, "x1": 205, "y1": 462, "x2": 205, "y2": 504, "x3": 169, "y3": 503}, "charText": "用", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 164, "y0": 507, "x1": 210, "y1": 507, "x2": 210, "y2": 545, "x3": 164, "y3": 545}, "charText": "俚", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 162, "y0": 550, "x1": 211, "y1": 550, "x2": 211, "y2": 590, "x3": 162, "y3": 590}, "charText": "語", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 162, "y0": 591, "x1": 210, "y1": 591, "x2": 210, "y2": 636, "x3": 163, "y3": 636}, "charText": "村", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 164, "y0": 640, "x1": 215, "y1": 640, "x2": 215, "y2": 680, "x3": 164, "y3": 680}, "charText": "記", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 162, "y0": 682, "x1": 212, "y1": 682, "x2": 212, "y2": 725, "x3": 162, "y3": 725}, "charText": "敷", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 165, "y0": 726, "x1": 209, "y1": 727, "x2": 209, "y2": 770, "x3": 165, "y3": 770}, "charText": "演", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 167, "y0": 770, "x1": 205, "y1": 771, "x2": 205, "y2": 810, "x3": 167, "y3": 810}, "charText": "出", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 163, "y0": 824, "x1": 210, "y1": 823, "x2": 210, "y2": 841, "x3": 163, "y3": 842}, "charText": "一", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 162, "y0": 856, "x1": 213, "y1": 857, "x2": 213, "y2": 896, "x3": 162, "y3": 895}, "charText": "段", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 103, "y0": 21, "x1": 155, "y1": 21, "x2": 155, "y2": 63, "x3": 103, "y3": 63}, "charText": "故", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 103, "y0": 63, "x1": 147, "y1": 63, "x2": 147, "y2": 112, "x3": 103, "y3": 112}, "charText": "事", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 105, "y0": 112, "x1": 155, "y1": 112, "x2": 154, "y2": 157, "x3": 104, "y3": 157}, "charText": "来", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 104, "y0": 159, "x1": 150, "y1": 159, "x2": 149, "y2": 200, "x3": 104, "y3": 199}, "charText": "亦", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 103, "y0": 202, "x1": 149, "y1": 203, "x2": 149, "y2": 242, "x3": 103, "y3": 242}, "charText": "可", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 102, "y0": 242, "x1": 152, "y1": 242, "x2": 152, "y2": 285, "x3": 102, "y3": 285}, "charText": "使", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 106, "y0": 287, "x1": 147, "y1": 288, "x2": 146, "y2": 329, "x3": 105, "y3": 329}, "charText": "閨", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 106, "y0": 331, "x1": 146, "y1": 331, "x2": 146, "y2": 374, "x3": 106, "y3": 374}, "charText": "閣", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 105, "y0": 375, "x1": 150, "y1": 375, "x2": 150, "y2": 414, "x3": 105, "y3": 414}, "charText": "照", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 102, "y0": 414, "x1": 153, "y1": 415, "x2": 153, "y2": 463, "x3": 102, "y3": 462}, "charText": "傳", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 102, "y0": 462, "x1": 151, "y1": 462, "x2": 151, "y2": 505, "x3": 102, "y3": 505}, "charText": "復", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 103, "y0": 507, "x1": 148, "y1": 507, "x2": 148, "y2": 548, "x3": 104, "y3": 548}, "charText": "可", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 105, "y0": 549, "x1": 153, "y1": 549, "x2": 153, "y2": 591, "x3": 105, "y3": 591}, "charText": "悦", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 102, "y0": 593, "x1": 150, "y1": 593, "x2": 150, "y2": 632, "x3": 101, "y3": 632}, "charText": "世", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 105, "y0": 638, "x1": 152, "y1": 639, "x2": 152, "y2": 676, "x3": 104, "y3": 676}, "charText": "之", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 111, "y0": 684, "x1": 154, "y1": 685, "x2": 154, "y2": 721, "x3": 111, "y3": 721}, "charText": "取", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 100, "y0": 722, "x1": 153, "y1": 722, "x2": 152, "y2": 768, "x3": 100, "y3": 767}, "charText": "破", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 105, "y0": 771, "x1": 152, "y1": 772, "x2": 152, "y2": 805, "x3": 105, "y3": 804}, "charText": "人", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 100, "y0": 806, "x1": 150, "y1": 806, "x2": 150, "y2": 854, "x3": 99, "y3": 854}, "charText": "愁", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 105, "y0": 856, "x1": 153, "y1": 856, "x2": 153, "y2": 897, "x3": 105, "y3": 897}, "charText": "悶", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 42, "y0": 25, "x1": 87, "y1": 25, "x2": 87, "y2": 66, "x3": 42, "y3": 65}, "charText": "不", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 40, "y0": 67, "x1": 86, "y1": 67, "x2": 86, "y2": 109, "x3": 40, "y3": 109}, "charText": "亦", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 40, "y0": 111, "x1": 85, "y1": 111, "x2": 85, "y2": 154, "x3": 40, "y3": 154}, "charText": "宜", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 38, "y0": 155, "x1": 92, "y1": 155, "x2": 92, "y2": 199, "x3": 37, "y3": 199}, "charText": "乎", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 40, "y0": 200, "x1": 89, "y1": 200, "x2": 89, "y2": 244, "x3": 40, "y3": 243}, "charText": "故", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 44, "y0": 249, "x1": 81, "y1": 250, "x2": 82, "y2": 282, "x3": 44, "y3": 282}, "charText": "曰", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 43, "y0": 284, "x1": 81, "y1": 284, "x2": 81, "y2": 333, "x3": 43, "y3": 333}, "charText": "賈", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 42, "y0": 334, "x1": 83, "y1": 334, "x2": 83, "y2": 372, "x3": 42, "y3": 372}, "charText": "雨", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 38, "y0": 371, "x1": 83, "y1": 371, "x2": 83, "y2": 414, "x3": 38, "y3": 415}, "charText": "村", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 40, "y0": 419, "x1": 82, "y1": 419, "x2": 82, "y2": 457, "x3": 40, "y3": 458}, "charText": "云", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 40, "y0": 464, "x1": 92, "y1": 464, "x2": 91, "y2": 501, "x3": 39, "y3": 501}, "charText": "云", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 39, "y0": 504, "x1": 82, "y1": 504, "x2": 82, "y2": 548, "x3": 39, "y3": 548}, "charText": "列", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 36, "y0": 549, "x1": 86, "y1": 549, "x2": 86, "y2": 589, "x3": 36, "y3": 589}, "charText": "位", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 37, "y0": 589, "x1": 83, "y1": 589, "x2": 83, "y2": 637, "x3": 37, "y3": 637}, "charText": "看", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 42, "y0": 638, "x1": 92, "y1": 638, "x2": 92, "y2": 682, "x3": 42, "y3": 682}, "charText": "官", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 37, "y0": 684, "x1": 86, "y1": 684, "x2": 85, "y2": 724, "x3": 36, "y3": 723}, "charText": "你", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 38, "y0": 725, "x1": 89, "y1": 725, "x2": 88, "y2": 769, "x3": 38, "y3": 768}, "charText": "道", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 39, "y0": 769, "x1": 90, "y1": 770, "x2": 89, "y2": 806, "x3": 39, "y3": 806}, "charText": "此", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 38, "y0": 807, "x1": 82, "y1": 807, "x2": 82, "y2": 858, "x3": 38, "y3": 858}, "charText": "書", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 36, "y0": 860, "x1": 86, "y1": 861, "x2": 86, "y2": 898, "x3": 36, "y3": 897}, "charText": "何", "textlineId": 8, "picUri": "", "isPicText": false}]}, "7501933907890274345": {"wordBoxList": [{"charPoly": {"x0": 535, "y0": 48, "x1": 586, "y1": 50, "x2": 585, "y2": 97, "x3": 534, "y3": 95}, "charText": "来", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 531, "y0": 95, "x1": 585, "y1": 97, "x2": 584, "y2": 136, "x3": 530, "y3": 135}, "charText": "説", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 530, "y0": 137, "x1": 582, "y1": 138, "x2": 582, "y2": 182, "x3": 530, "y3": 181}, "charText": "起", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 531, "y0": 182, "x1": 581, "y1": 183, "x2": 581, "y2": 227, "x3": 531, "y3": 227}, "charText": "根", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 536, "y0": 228, "x1": 581, "y1": 229, "x2": 581, "y2": 268, "x3": 536, "y3": 268}, "charText": "由", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 532, "y0": 270, "x1": 580, "y1": 270, "x2": 580, "y2": 313, "x3": 532, "y3": 313}, "charText": "雖", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 533, "y0": 314, "x1": 580, "y1": 314, "x2": 580, "y2": 354, "x3": 533, "y3": 354}, "charText": "近", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 537, "y0": 354, "x1": 581, "y1": 354, "x2": 581, "y2": 397, "x3": 537, "y3": 396}, "charText": "荒", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 534, "y0": 397, "x1": 582, "y1": 397, "x2": 582, "y2": 443, "x3": 533, "y3": 443}, "charText": "唐", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 534, "y0": 445, "x1": 580, "y1": 446, "x2": 580, "y2": 483, "x3": 534, "y3": 482}, "charText": "細", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 533, "y0": 483, "x1": 580, "y1": 484, "x2": 580, "y2": 527, "x3": 532, "y3": 527}, "charText": "按", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 536, "y0": 530, "x1": 576, "y1": 530, "x2": 575, "y2": 573, "x3": 536, "y3": 573}, "charText": "則", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 534, "y0": 575, "x1": 577, "y1": 575, "x2": 577, "y2": 616, "x3": 534, "y3": 615}, "charText": "深", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 534, "y0": 615, "x1": 574, "y1": 615, "x2": 574, "y2": 659, "x3": 534, "y3": 659}, "charText": "有", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 530, "y0": 659, "x1": 579, "y1": 660, "x2": 579, "y2": 703, "x3": 529, "y3": 703}, "charText": "趣", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 531, "y0": 703, "x1": 582, "y1": 704, "x2": 581, "y2": 749, "x3": 531, "y3": 749}, "charText": "味", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 530, "y0": 749, "x1": 579, "y1": 750, "x2": 578, "y2": 795, "x3": 529, "y3": 794}, "charText": "待", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 533, "y0": 793, "x1": 575, "y1": 794, "x2": 575, "y2": 834, "x3": 533, "y3": 834}, "charText": "在", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 531, "y0": 836, "x1": 575, "y1": 837, "x2": 574, "y2": 874, "x3": 531, "y3": 873}, "charText": "下", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 532, "y0": 877, "x1": 578, "y1": 877, "x2": 578, "y2": 920, "x3": 532, "y3": 920}, "charText": "将", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 474, "y0": 49, "x1": 522, "y1": 50, "x2": 522, "y2": 87, "x3": 474, "y3": 86}, "charText": "此", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 475, "y0": 87, "x1": 522, "y1": 88, "x2": 521, "y2": 136, "x3": 474, "y3": 135}, "charText": "来", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 474, "y0": 137, "x1": 519, "y1": 137, "x2": 519, "y2": 178, "x3": 473, "y3": 177}, "charText": "歴", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 470, "y0": 182, "x1": 519, "y1": 182, "x2": 518, "y2": 222, "x3": 470, "y3": 222}, "charText": "註", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 475, "y0": 228, "x1": 522, "y1": 228, "x2": 522, "y2": 271, "x3": 475, "y3": 270}, "charText": "明", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 472, "y0": 272, "x1": 516, "y1": 273, "x2": 516, "y2": 311, "x3": 472, "y3": 311}, "charText": "方", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 471, "y0": 311, "x1": 517, "y1": 312, "x2": 517, "y2": 354, "x3": 471, "y3": 353}, "charText": "使", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 474, "y0": 355, "x1": 516, "y1": 356, "x2": 516, "y2": 398, "x3": 474, "y3": 398}, "charText": "閲", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 471, "y0": 397, "x1": 517, "y1": 397, "x2": 517, "y2": 442, "x3": 471, "y3": 442}, "charText": "者", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 478, "y0": 444, "x1": 510, "y1": 444, "x2": 510, "y2": 482, "x3": 479, "y3": 481}, "charText": "了", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 476, "y0": 483, "x1": 517, "y1": 483, "x2": 517, "y2": 525, "x3": 476, "y3": 525}, "charText": "然", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 474, "y0": 531, "x1": 515, "y1": 531, "x2": 515, "y2": 569, "x3": 474, "y3": 569}, "charText": "不", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 474, "y0": 569, "x1": 521, "y1": 569, "x2": 521, "y2": 613, "x3": 474, "y3": 613}, "charText": "惑", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 470, "y0": 616, "x1": 516, "y1": 617, "x2": 515, "y2": 659, "x3": 470, "y3": 659}, "charText": "原", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 475, "y0": 659, "x1": 520, "y1": 660, "x2": 520, "y2": 708, "x3": 475, "y3": 708}, "charText": "来", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 468, "y0": 710, "x1": 518, "y1": 711, "x2": 518, "y2": 746, "x3": 468, "y3": 745}, "charText": "女", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 467, "y0": 749, "x1": 518, "y1": 750, "x2": 517, "y2": 789, "x3": 467, "y3": 788}, "charText": "媧", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 475, "y0": 791, "x1": 517, "y1": 791, "x2": 517, "y2": 829, "x3": 474, "y3": 828}, "charText": "氏", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 469, "y0": 829, "x1": 517, "y1": 829, "x2": 517, "y2": 879, "x3": 468, "y3": 879}, "charText": "煉", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 469, "y0": 881, "x1": 511, "y1": 882, "x2": 510, "y2": 918, "x3": 469, "y3": 918}, "charText": "石", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 411, "y0": 48, "x1": 460, "y1": 49, "x2": 460, "y2": 93, "x3": 411, "y3": 92}, "charText": "補", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 415, "y0": 95, "x1": 462, "y1": 95, "x2": 462, "y2": 132, "x3": 415, "y3": 132}, "charText": "天", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 412, "y0": 137, "x1": 460, "y1": 137, "x2": 460, "y2": 172, "x3": 412, "y3": 171}, "charText": "之", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 412, "y0": 174, "x1": 461, "y1": 175, "x2": 461, "y2": 225, "x3": 412, "y3": 224}, "charText": "時", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 408, "y0": 226, "x1": 462, "y1": 227, "x2": 461, "y2": 267, "x3": 408, "y3": 266}, "charText": "於", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 414, "y0": 268, "x1": 459, "y1": 268, "x2": 459, "y2": 306, "x3": 413, "y3": 305}, "charText": "大", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 415, "y0": 305, "x1": 459, "y1": 306, "x2": 459, "y2": 352, "x3": 415, "y3": 352}, "charText": "荒", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 414, "y0": 355, "x1": 459, "y1": 356, "x2": 459, "y2": 391, "x3": 414, "y3": 391}, "charText": "山", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 436, "y0": 400, "x1": 462, "y1": 400, "x2": 462, "y2": 435, "x3": 436, "y3": 435}, "charText": "荒", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 431, "y0": 443, "x1": 460, "y1": 443, "x2": 460, "y2": 477, "x3": 430, "y3": 477}, "charText": "唐", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 407, "y0": 402, "x1": 434, "y1": 402, "x2": 434, "y2": 431, "x3": 408, "y3": 431}, "charText": "也", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 409, "y0": 481, "x1": 458, "y1": 481, "x2": 458, "y2": 524, "x3": 409, "y3": 524}, "charText": "無", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 408, "y0": 525, "x1": 455, "y1": 525, "x2": 455, "y2": 571, "x3": 408, "y3": 570}, "charText": "稽", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 411, "y0": 572, "x1": 459, "y1": 572, "x2": 459, "y2": 616, "x3": 411, "y3": 616}, "charText": "崖", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 434, "y0": 622, "x1": 460, "y1": 623, "x2": 460, "y2": 653, "x3": 434, "y3": 653}, "charText": "無", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 428, "y0": 661, "x1": 460, "y1": 661, "x2": 460, "y2": 695, "x3": 428, "y3": 695}, "charText": "稽", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 406, "y0": 622, "x1": 433, "y1": 622, "x2": 433, "y2": 649, "x3": 407, "y3": 649}, "charText": "也", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 409, "y0": 697, "x1": 459, "y1": 698, "x2": 458, "y2": 747, "x3": 409, "y3": 747}, "charText": "煉", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 410, "y0": 746, "x1": 457, "y1": 747, "x2": 457, "y2": 790, "x3": 410, "y3": 789}, "charText": "成", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 412, "y0": 789, "x1": 454, "y1": 789, "x2": 454, "y2": 834, "x3": 411, "y3": 833}, "charText": "髙", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 410, "y0": 839, "x1": 456, "y1": 839, "x2": 456, "y2": 875, "x3": 410, "y3": 875}, "charText": "經", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 410, "y0": 880, "x1": 453, "y1": 881, "x2": 452, "y2": 917, "x3": 410, "y3": 917}, "charText": "十", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 355, "y0": 52, "x1": 399, "y1": 53, "x2": 399, "y2": 81, "x3": 355, "y3": 81}, "charText": "二", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 356, "y0": 87, "x1": 403, "y1": 87, "x2": 403, "y2": 130, "x3": 355, "y3": 130}, "charText": "霸", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 376, "y0": 141, "x1": 403, "y1": 141, "x2": 403, "y2": 169, "x3": 376, "y3": 169}, "charText": "照", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 377, "y0": 182, "x1": 402, "y1": 183, "x2": 402, "y2": 214, "x3": 377, "y3": 214}, "charText": "應", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 374, "y0": 227, "x1": 400, "y1": 228, "x2": 400, "y2": 257, "x3": 374, "y3": 257}, "charText": "十", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 349, "y0": 143, "x1": 374, "y1": 143, "x2": 374, "y2": 166, "x3": 349, "y3": 165}, "charText": "二", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 347, "y0": 182, "x1": 376, "y1": 183, "x2": 376, "y2": 212, "x3": 347, "y3": 212}, "charText": "釵", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 354, "y0": 268, "x1": 395, "y1": 269, "x2": 395, "y2": 309, "x3": 353, "y3": 308}, "charText": "方", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 353, "y0": 312, "x1": 397, "y1": 313, "x2": 397, "y2": 349, "x3": 352, "y3": 348}, "charText": "經", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 351, "y0": 358, "x1": 398, "y1": 359, "x2": 398, "y2": 386, "x3": 351, "y3": 386}, "charText": "二", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 351, "y0": 395, "x1": 395, "y1": 395, "x2": 394, "y2": 434, "x3": 351, "y3": 434}, "charText": "十", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 353, "y0": 443, "x1": 396, "y1": 443, "x2": 396, "y2": 475, "x3": 353, "y3": 475}, "charText": "四", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 352, "y0": 479, "x1": 400, "y1": 479, "x2": 400, "y2": 520, "x3": 352, "y3": 520}, "charText": "成", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 374, "y0": 533, "x1": 400, "y1": 534, "x2": 400, "y2": 564, "x3": 375, "y3": 564}, "charText": "照", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 373, "y0": 574, "x1": 400, "y1": 574, "x2": 400, "y2": 607, "x3": 373, "y3": 607}, "charText": "應", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 375, "y0": 620, "x1": 400, "y1": 620, "x2": 400, "y2": 650, "x3": 376, "y3": 650}, "charText": "副", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 345, "y0": 532, "x1": 371, "y1": 532, "x2": 371, "y2": 563, "x3": 345, "y3": 563}, "charText": "十", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 346, "y0": 578, "x1": 372, "y1": 578, "x2": 372, "y2": 602, "x3": 346, "y3": 602}, "charText": "二", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 344, "y0": 619, "x1": 375, "y1": 620, "x2": 375, "y2": 649, "x3": 345, "y3": 649}, "charText": "釵", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 347, "y0": 660, "x1": 394, "y1": 660, "x2": 394, "y2": 702, "x3": 346, "y3": 702}, "charText": "頑", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 351, "y0": 706, "x1": 391, "y1": 706, "x2": 391, "y2": 741, "x3": 351, "y3": 741}, "charText": "石", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 350, "y0": 748, "x1": 394, "y1": 748, "x2": 393, "y2": 782, "x3": 350, "y3": 782}, "charText": "三", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 351, "y0": 783, "x1": 392, "y1": 784, "x2": 392, "y2": 833, "x3": 351, "y3": 833}, "charText": "萬", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 347, "y0": 835, "x1": 393, "y1": 836, "x2": 393, "y2": 871, "x3": 347, "y3": 870}, "charText": "六", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 348, "y0": 874, "x1": 389, "y1": 874, "x2": 388, "y2": 918, "x3": 347, "y3": 917}, "charText": "千", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 293, "y0": 50, "x1": 340, "y1": 51, "x2": 339, "y2": 84, "x3": 293, "y3": 84}, "charText": "五", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 294, "y0": 91, "x1": 337, "y1": 92, "x2": 337, "y2": 129, "x3": 293, "y3": 128}, "charText": "百", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 294, "y0": 133, "x1": 340, "y1": 133, "x2": 339, "y2": 178, "x3": 293, "y3": 177}, "charText": "零", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 291, "y0": 189, "x1": 338, "y1": 191, "x2": 338, "y2": 207, "x3": 292, "y3": 206}, "charText": "一", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 291, "y0": 223, "x1": 342, "y1": 224, "x2": 341, "y2": 267, "x3": 290, "y3": 266}, "charText": "塊", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 288, "y0": 268, "x1": 336, "y1": 269, "x2": 335, "y2": 308, "x3": 288, "y3": 307}, "charText": "媧", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 291, "y0": 308, "x1": 334, "y1": 309, "x2": 333, "y2": 351, "x3": 291, "y3": 350}, "charText": "皇", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 295, "y0": 353, "x1": 336, "y1": 353, "x2": 336, "y2": 392, "x3": 295, "y3": 391}, "charText": "氏", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 293, "y0": 397, "x1": 332, "y1": 397, "x2": 333, "y2": 434, "x3": 293, "y3": 434}, "charText": "只", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 294, "y0": 437, "x1": 331, "y1": 437, "x2": 331, "y2": 481, "x3": 295, "y3": 481}, "charText": "用", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 296, "y0": 485, "x1": 328, "y1": 484, "x2": 328, "y2": 525, "x3": 296, "y3": 525}, "charText": "了", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 292, "y0": 531, "x1": 331, "y1": 531, "x2": 332, "y2": 564, "x3": 292, "y3": 564}, "charText": "三", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 291, "y0": 564, "x1": 333, "y1": 565, "x2": 333, "y2": 616, "x3": 291, "y3": 616}, "charText": "萬", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 291, "y0": 620, "x1": 334, "y1": 620, "x2": 334, "y2": 655, "x3": 292, "y3": 655}, "charText": "六", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 291, "y0": 658, "x1": 331, "y1": 659, "x2": 331, "y2": 703, "x3": 291, "y3": 703}, "charText": "千", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 288, "y0": 707, "x1": 335, "y1": 707, "x2": 335, "y2": 742, "x3": 288, "y3": 742}, "charText": "五", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 290, "y0": 747, "x1": 332, "y1": 748, "x2": 332, "y2": 786, "x3": 290, "y3": 786}, "charText": "百", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 287, "y0": 789, "x1": 338, "y1": 790, "x2": 338, "y2": 831, "x3": 287, "y3": 830}, "charText": "塊", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 313, "y0": 840, "x1": 338, "y1": 840, "x2": 338, "y2": 869, "x3": 312, "y3": 869}, "charText": "合", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 311, "y0": 879, "x1": 338, "y1": 880, "x2": 338, "y2": 911, "x3": 311, "y3": 911}, "charText": "週", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 284, "y0": 841, "x1": 313, "y1": 842, "x2": 313, "y2": 870, "x3": 284, "y3": 869}, "charText": "天", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 283, "y0": 880, "x1": 310, "y1": 880, "x2": 310, "y2": 907, "x3": 283, "y3": 907}, "charText": "之", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 245, "y0": 50, "x1": 283, "y1": 51, "x2": 283, "y2": 84, "x3": 245, "y3": 83}, "charText": "数", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 240, "y0": 93, "x1": 278, "y1": 93, "x2": 277, "y2": 126, "x3": 240, "y3": 126}, "charText": "只", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 235, "y0": 127, "x1": 278, "y1": 128, "x2": 277, "y2": 175, "x3": 235, "y3": 175}, "charText": "单", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 234, "y0": 177, "x1": 278, "y1": 178, "x2": 277, "y2": 226, "x3": 233, "y3": 225}, "charText": "单", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 235, "y0": 226, "x1": 276, "y1": 226, "x2": 276, "y2": 266, "x3": 235, "y3": 266}, "charText": "的", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 231, "y0": 266, "x1": 274, "y1": 267, "x2": 273, "y2": 311, "x3": 231, "y3": 310}, "charText": "剩", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 237, "y0": 311, "x1": 268, "y1": 312, "x2": 267, "y2": 355, "x3": 237, "y3": 355}, "charText": "了", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 230, "y0": 365, "x1": 275, "y1": 366, "x2": 276, "y2": 380, "x3": 231, "y3": 380}, "charText": "一", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 229, "y0": 393, "x1": 278, "y1": 393, "x2": 278, "y2": 434, "x3": 229, "y3": 434}, "charText": "塊", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 231, "y0": 435, "x1": 278, "y1": 435, "x2": 277, "y2": 482, "x3": 231, "y3": 482}, "charText": "未", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 233, "y0": 484, "x1": 278, "y1": 484, "x2": 278, "y2": 525, "x3": 233, "y3": 525}, "charText": "用", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 229, "y0": 528, "x1": 277, "y1": 528, "x2": 277, "y2": 569, "x3": 229, "y3": 569}, "charText": "便", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 229, "y0": 569, "x1": 274, "y1": 569, "x2": 274, "y2": 615, "x3": 229, "y3": 615}, "charText": "棄", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 231, "y0": 616, "x1": 274, "y1": 616, "x2": 274, "y2": 658, "x3": 231, "y3": 658}, "charText": "在", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 232, "y0": 660, "x1": 278, "y1": 660, "x2": 278, "y2": 697, "x3": 232, "y3": 697}, "charText": "此", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 234, "y0": 703, "x1": 274, "y1": 703, "x2": 274, "y2": 739, "x3": 234, "y3": 739}, "charText": "山", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 231, "y0": 740, "x1": 273, "y1": 740, "x2": 273, "y2": 791, "x3": 230, "y3": 791}, "charText": "青", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 230, "y0": 791, "x1": 277, "y1": 791, "x2": 276, "y2": 830, "x3": 230, "y3": 829}, "charText": "埂", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 231, "y0": 830, "x1": 277, "y1": 830, "x2": 276, "y2": 881, "x3": 230, "y3": 881}, "charText": "峯", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 229, "y0": 882, "x1": 275, "y1": 883, "x2": 275, "y2": 919, "x3": 229, "y3": 918}, "charText": "下", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 197, "y0": 50, "x1": 225, "y1": 50, "x2": 225, "y2": 81, "x3": 197, "y3": 81}, "charText": "妙", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 204, "y0": 91, "x1": 224, "y1": 92, "x2": 224, "y2": 121, "x3": 204, "y3": 121}, "charText": "自", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 197, "y0": 133, "x1": 225, "y1": 134, "x2": 224, "y2": 166, "x3": 196, "y3": 165}, "charText": "謂", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 200, "y0": 178, "x1": 224, "y1": 179, "x2": 224, "y2": 210, "x3": 200, "y3": 209}, "charText": "墜", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 198, "y0": 222, "x1": 222, "y1": 223, "x2": 222, "y2": 254, "x3": 198, "y3": 254}, "charText": "落", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 196, "y0": 264, "x1": 222, "y1": 265, "x2": 222, "y2": 299, "x3": 196, "y3": 298}, "charText": "情", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 169, "y0": 50, "x1": 196, "y1": 50, "x2": 196, "y2": 80, "x3": 169, "y3": 80}, "charText": "根", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 171, "y0": 89, "x1": 200, "y1": 90, "x2": 200, "y2": 120, "x3": 171, "y3": 120}, "charText": "故", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 169, "y0": 133, "x1": 195, "y1": 133, "x2": 195, "y2": 162, "x3": 169, "y3": 162}, "charText": "無", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 169, "y0": 179, "x1": 195, "y1": 179, "x2": 195, "y2": 209, "x3": 169, "y3": 209}, "charText": "補", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 168, "y0": 226, "x1": 195, "y1": 227, "x2": 195, "y2": 253, "x3": 168, "y3": 252}, "charText": "天", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 169, "y0": 270, "x1": 192, "y1": 270, "x2": 192, "y2": 299, "x3": 169, "y3": 298}, "charText": "用", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 166, "y0": 308, "x1": 216, "y1": 308, "x2": 216, "y2": 351, "x3": 165, "y3": 351}, "charText": "誰", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 167, "y0": 353, "x1": 214, "y1": 354, "x2": 213, "y2": 388, "x3": 166, "y3": 387}, "charText": "知", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 170, "y0": 392, "x1": 216, "y1": 392, "x2": 216, "y2": 428, "x3": 170, "y3": 428}, "charText": "此", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 168, "y0": 439, "x1": 219, "y1": 439, "x2": 219, "y2": 476, "x3": 168, "y3": 476}, "charText": "石", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 175, "y0": 480, "x1": 210, "y1": 480, "x2": 210, "y2": 522, "x3": 175, "y3": 522}, "charText": "自", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 170, "y0": 526, "x1": 214, "y1": 526, "x2": 214, "y2": 564, "x3": 170, "y3": 563}, "charText": "經", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 169, "y0": 570, "x1": 217, "y1": 570, "x2": 217, "y2": 609, "x3": 169, "y3": 609}, "charText": "煆", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 169, "y0": 610, "x1": 218, "y1": 610, "x2": 218, "y2": 657, "x3": 169, "y3": 657}, "charText": "煉", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 170, "y0": 661, "x1": 218, "y1": 662, "x2": 218, "y2": 695, "x3": 170, "y3": 695}, "charText": "之", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 170, "y0": 699, "x1": 220, "y1": 699, "x2": 220, "y2": 743, "x3": 170, "y3": 742}, "charText": "後", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 170, "y0": 744, "x1": 213, "y1": 744, "x2": 213, "y2": 789, "x3": 170, "y3": 789}, "charText": "靈", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 170, "y0": 788, "x1": 214, "y1": 788, "x2": 214, "y2": 829, "x3": 170, "y3": 829}, "charText": "性", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 173, "y0": 833, "x1": 213, "y1": 833, "x2": 213, "y2": 867, "x3": 173, "y3": 867}, "charText": "巳", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 166, "y0": 872, "x1": 219, "y1": 872, "x2": 219, "y2": 917, "x3": 166, "y3": 917}, "charText": "通", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 137, "y0": 50, "x1": 164, "y1": 50, "x2": 164, "y2": 80, "x3": 138, "y3": 79}, "charText": "煆", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 139, "y0": 89, "x1": 165, "y1": 89, "x2": 164, "y2": 121, "x3": 138, "y3": 121}, "charText": "煉", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 137, "y0": 132, "x1": 163, "y1": 132, "x2": 163, "y2": 162, "x3": 138, "y3": 162}, "charText": "後", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 137, "y0": 177, "x1": 163, "y1": 177, "x2": 163, "y2": 207, "x3": 137, "y3": 207}, "charText": "性", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 136, "y0": 226, "x1": 162, "y1": 226, "x2": 162, "y2": 254, "x3": 136, "y3": 254}, "charText": "方", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 135, "y0": 269, "x1": 161, "y1": 269, "x2": 161, "y2": 298, "x3": 135, "y3": 298}, "charText": "通", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 132, "y0": 310, "x1": 160, "y1": 310, "x2": 159, "y2": 342, "x3": 131, "y3": 342}, "charText": "甚", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 108, "y0": 44, "x1": 136, "y1": 44, "x2": 136, "y2": 80, "x3": 107, "y3": 80}, "charText": "哉", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 109, "y0": 89, "x1": 137, "y1": 89, "x2": 137, "y2": 116, "x3": 109, "y3": 116}, "charText": "人", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 108, "y0": 130, "x1": 133, "y1": 130, "x2": 133, "y2": 160, "x3": 109, "y3": 160}, "charText": "生", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 108, "y0": 179, "x1": 133, "y1": 179, "x2": 133, "y2": 207, "x3": 108, "y3": 207}, "charText": "不", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 107, "y0": 223, "x1": 133, "y1": 223, "x2": 133, "y2": 258, "x3": 107, "y3": 258}, "charText": "學", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 107, "y0": 269, "x1": 132, "y1": 269, "x2": 132, "y2": 297, "x3": 108, "y3": 296}, "charText": "也", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 114, "y0": 351, "x1": 152, "y1": 351, "x2": 151, "y2": 391, "x3": 114, "y3": 391}, "charText": "因", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 111, "y0": 393, "x1": 156, "y1": 393, "x2": 156, "y2": 433, "x3": 111, "y3": 433}, "charText": "見", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 113, "y0": 434, "x1": 153, "y1": 434, "x2": 153, "y2": 481, "x3": 113, "y3": 481}, "charText": "衆", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 112, "y0": 485, "x1": 151, "y1": 485, "x2": 151, "y2": 521, "x3": 112, "y3": 520}, "charText": "石", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 110, "y0": 524, "x1": 156, "y1": 525, "x2": 156, "y2": 566, "x3": 109, "y3": 566}, "charText": "俱", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 108, "y0": 569, "x1": 155, "y1": 569, "x2": 155, "y2": 614, "x3": 108, "y3": 614}, "charText": "得", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 108, "y0": 615, "x1": 153, "y1": 615, "x2": 153, "y2": 658, "x3": 108, "y3": 658}, "charText": "補", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 112, "y0": 661, "x1": 158, "y1": 662, "x2": 158, "y2": 699, "x3": 112, "y3": 698}, "charText": "天", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 109, "y0": 700, "x1": 154, "y1": 701, "x2": 153, "y2": 746, "x3": 109, "y3": 745}, "charText": "獨", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 117, "y0": 745, "x1": 151, "y1": 746, "x2": 151, "y2": 788, "x3": 117, "y3": 788}, "charText": "自", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 116, "y0": 791, "x1": 154, "y1": 791, "x2": 154, "y2": 826, "x3": 116, "y3": 825}, "charText": "已", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 106, "y0": 828, "x1": 157, "y1": 828, "x2": 157, "y2": 872, "x3": 105, "y3": 872}, "charText": "無", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 106, "y0": 873, "x1": 158, "y1": 873, "x2": 158, "y2": 919, "x3": 106, "y3": 918}, "charText": "材", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 50, "y0": 46, "x1": 93, "y1": 46, "x2": 93, "y2": 82, "x3": 50, "y3": 82}, "charText": "不", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 49, "y0": 82, "x1": 96, "y1": 82, "x2": 95, "y2": 126, "x3": 49, "y3": 126}, "charText": "堪", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 52, "y0": 134, "x1": 98, "y1": 135, "x2": 98, "y2": 164, "x3": 52, "y3": 163}, "charText": "入", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 46, "y0": 173, "x1": 101, "y1": 174, "x2": 101, "y2": 218, "x3": 46, "y3": 218}, "charText": "選", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 47, "y0": 219, "x1": 97, "y1": 220, "x2": 97, "y2": 264, "x3": 46, "y3": 263}, "charText": "遂", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 52, "y0": 264, "x1": 89, "y1": 264, "x2": 89, "y2": 304, "x3": 52, "y3": 303}, "charText": "自", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 51, "y0": 305, "x1": 94, "y1": 306, "x2": 93, "y2": 346, "x3": 51, "y3": 345}, "charText": "怨", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 54, "y0": 348, "x1": 89, "y1": 348, "x2": 89, "y2": 389, "x3": 54, "y3": 389}, "charText": "自", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 48, "y0": 390, "x1": 98, "y1": 390, "x2": 98, "y2": 434, "x3": 48, "y3": 433}, "charText": "嘆", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 56, "y0": 439, "x1": 86, "y1": 439, "x2": 86, "y2": 474, "x3": 57, "y3": 474}, "charText": "日", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 50, "y0": 476, "x1": 96, "y1": 476, "x2": 96, "y2": 521, "x3": 50, "y3": 522}, "charText": "夜", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 51, "y0": 524, "x1": 93, "y1": 524, "x2": 93, "y2": 569, "x3": 51, "y3": 569}, "charText": "悲", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 48, "y0": 569, "x1": 96, "y1": 570, "x2": 96, "y2": 615, "x3": 48, "y3": 614}, "charText": "啼", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 47, "y0": 614, "x1": 96, "y1": 614, "x2": 96, "y2": 660, "x3": 47, "y3": 660}, "charText": "慚", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 48, "y0": 660, "x1": 99, "y1": 661, "x2": 98, "y2": 706, "x3": 48, "y3": 706}, "charText": "愧", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 46, "y0": 714, "x1": 95, "y1": 715, "x2": 95, "y2": 730, "x3": 46, "y3": 729}, "charText": "一", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 56, "y0": 746, "x1": 84, "y1": 746, "x2": 84, "y2": 782, "x3": 56, "y3": 782}, "charText": "日", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 47, "y0": 789, "x1": 91, "y1": 789, "x2": 91, "y2": 826, "x3": 47, "y3": 825}, "charText": "正", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 49, "y0": 828, "x1": 93, "y1": 828, "x2": 92, "y2": 875, "x3": 49, "y3": 875}, "charText": "當", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 42, "y0": 875, "x1": 92, "y1": 876, "x2": 92, "y2": 920, "x3": 42, "y3": 920}, "charText": "嗟", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 9, "y0": 90, "x1": 35, "y1": 90, "x2": 35, "y2": 135, "x3": 9, "y3": 134}, "charText": "頁", "textlineId": 9, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 7, "y0": 139, "x1": 37, "y1": 140, "x2": 37, "y2": 176, "x3": 8, "y3": 175}, "charText": "已", "textlineId": 9, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 7, "y0": 728, "x1": 34, "y1": 729, "x2": 35, "y2": 753, "x3": 7, "y3": 752}, "charText": "二", "textlineId": 9, "picUri": "", "isPicText": false}]}, "7501933907890290729": {"wordBoxList": [{"charPoly": {"x0": 534, "y0": 28, "x1": 581, "y1": 28, "x2": 581, "y2": 75, "x3": 534, "y3": 75}, "charText": "悼", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 534, "y0": 77, "x1": 582, "y1": 77, "x2": 583, "y2": 109, "x3": 535, "y3": 110}, "charText": "之", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 535, "y0": 115, "x1": 584, "y1": 115, "x2": 585, "y2": 158, "x3": 535, "y3": 158}, "charText": "際", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 533, "y0": 160, "x1": 583, "y1": 160, "x2": 583, "y2": 201, "x3": 533, "y3": 201}, "charText": "俄", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 536, "y0": 204, "x1": 583, "y1": 204, "x2": 583, "y2": 245, "x3": 536, "y3": 246}, "charText": "見", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 535, "y0": 257, "x1": 582, "y1": 257, "x2": 583, "y2": 273, "x3": 536, "y3": 273}, "charText": "一", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 533, "y0": 287, "x1": 580, "y1": 287, "x2": 580, "y2": 333, "x3": 534, "y3": 334}, "charText": "僧", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 535, "y0": 345, "x1": 583, "y1": 346, "x2": 584, "y2": 361, "x3": 536, "y3": 361}, "charText": "一", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 537, "y0": 373, "x1": 587, "y1": 373, "x2": 587, "y2": 417, "x3": 537, "y3": 417}, "charText": "道", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 536, "y0": 418, "x1": 585, "y1": 418, "x2": 585, "y2": 466, "x3": 536, "y3": 466}, "charText": "逺", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 536, "y0": 466, "x1": 584, "y1": 466, "x2": 585, "y2": 513, "x3": 536, "y3": 513}, "charText": "逺", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 541, "y0": 517, "x1": 586, "y1": 516, "x2": 586, "y2": 552, "x3": 541, "y3": 552}, "charText": "而", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 539, "y0": 552, "x1": 588, "y1": 552, "x2": 588, "y2": 601, "x3": 539, "y3": 601}, "charText": "来", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 538, "y0": 602, "x1": 584, "y1": 602, "x2": 584, "y2": 640, "x3": 538, "y3": 640}, "charText": "生", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 538, "y0": 642, "x1": 584, "y1": 642, "x2": 584, "y2": 688, "x3": 538, "y3": 687}, "charText": "得", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 541, "y0": 688, "x1": 582, "y1": 688, "x2": 582, "y2": 733, "x3": 541, "y3": 733}, "charText": "骨", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 537, "y0": 732, "x1": 588, "y1": 732, "x2": 588, "y2": 772, "x3": 537, "y3": 772}, "charText": "格", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 539, "y0": 776, "x1": 582, "y1": 776, "x2": 581, "y2": 814, "x3": 539, "y3": 814}, "charText": "不", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 542, "y0": 817, "x1": 587, "y1": 818, "x2": 588, "y2": 853, "x3": 542, "y3": 853}, "charText": "凡", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 537, "y0": 854, "x1": 581, "y1": 855, "x2": 581, "y2": 901, "x3": 537, "y3": 901}, "charText": "丰", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 470, "y0": 27, "x1": 517, "y1": 27, "x2": 517, "y2": 72, "x3": 470, "y3": 72}, "charText": "神", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 473, "y0": 72, "x1": 520, "y1": 72, "x2": 520, "y2": 110, "x3": 473, "y3": 110}, "charText": "逈", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 472, "y0": 114, "x1": 525, "y1": 114, "x2": 524, "y2": 157, "x3": 471, "y3": 157}, "charText": "異", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 496, "y0": 166, "x1": 525, "y1": 166, "x2": 525, "y2": 195, "x3": 496, "y3": 195}, "charText": "這", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 500, "y0": 206, "x1": 525, "y1": 205, "x2": 526, "y2": 236, "x3": 500, "y3": 236}, "charText": "是", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 498, "y0": 246, "x1": 524, "y1": 246, "x2": 525, "y2": 279, "x3": 499, "y3": 279}, "charText": "真", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 498, "y0": 293, "x1": 524, "y1": 293, "x2": 525, "y2": 324, "x3": 498, "y3": 324}, "charText": "像", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 470, "y0": 167, "x1": 493, "y1": 167, "x2": 493, "y2": 194, "x3": 470, "y3": 194}, "charText": "非", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 469, "y0": 208, "x1": 496, "y1": 208, "x2": 496, "y2": 234, "x3": 469, "y3": 234}, "charText": "幻", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 467, "y0": 248, "x1": 496, "y1": 247, "x2": 496, "y2": 280, "x3": 468, "y3": 281}, "charText": "像", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 469, "y0": 293, "x1": 497, "y1": 293, "x2": 497, "y2": 322, "x3": 469, "y3": 322}, "charText": "也", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 474, "y0": 329, "x1": 523, "y1": 328, "x2": 523, "y2": 378, "x3": 474, "y3": 379}, "charText": "来", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 473, "y0": 380, "x1": 519, "y1": 380, "x2": 519, "y2": 419, "x3": 473, "y3": 420}, "charText": "至", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 473, "y0": 424, "x1": 516, "y1": 425, "x2": 516, "y2": 460, "x3": 473, "y3": 460}, "charText": "石", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 475, "y0": 465, "x1": 526, "y1": 465, "x2": 526, "y2": 505, "x3": 476, "y3": 505}, "charText": "下", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 472, "y0": 508, "x1": 519, "y1": 507, "x2": 519, "y2": 558, "x3": 472, "y3": 559}, "charText": "席", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 476, "y0": 561, "x1": 525, "y1": 560, "x2": 526, "y2": 598, "x3": 476, "y3": 598}, "charText": "地", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 477, "y0": 602, "x1": 524, "y1": 602, "x2": 524, "y2": 640, "x3": 477, "y3": 640}, "charText": "而", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 476, "y0": 643, "x1": 527, "y1": 643, "x2": 527, "y2": 686, "x3": 476, "y3": 686}, "charText": "坐", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 473, "y0": 687, "x1": 525, "y1": 687, "x2": 525, "y2": 729, "x3": 472, "y3": 729}, "charText": "長", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 473, "y0": 729, "x1": 526, "y1": 729, "x2": 526, "y2": 776, "x3": 473, "y3": 776}, "charText": "談", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 478, "y0": 776, "x1": 526, "y1": 776, "x2": 526, "y2": 817, "x3": 477, "y3": 817}, "charText": "見", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 475, "y0": 830, "x1": 523, "y1": 831, "x2": 523, "y2": 846, "x3": 476, "y3": 845}, "charText": "一", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 475, "y0": 859, "x1": 525, "y1": 860, "x2": 524, "y2": 901, "x3": 474, "y3": 900}, "charText": "塊", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 410, "y0": 29, "x1": 459, "y1": 29, "x2": 459, "y2": 74, "x3": 411, "y3": 74}, "charText": "鮮", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 414, "y0": 75, "x1": 456, "y1": 75, "x2": 456, "y2": 112, "x3": 414, "y3": 112}, "charText": "眀", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 412, "y0": 111, "x1": 457, "y1": 111, "x2": 457, "y2": 157, "x3": 412, "y3": 157}, "charText": "瑩", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 412, "y0": 158, "x1": 456, "y1": 158, "x2": 456, "y2": 204, "x3": 412, "y3": 204}, "charText": "潔", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 413, "y0": 205, "x1": 460, "y1": 204, "x2": 460, "y2": 249, "x3": 413, "y3": 249}, "charText": "羙", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 411, "y0": 252, "x1": 462, "y1": 252, "x2": 462, "y2": 286, "x3": 411, "y3": 286}, "charText": "玉", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 411, "y0": 292, "x1": 459, "y1": 292, "x2": 459, "y2": 329, "x3": 411, "y3": 329}, "charText": "且", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 415, "y0": 335, "x1": 461, "y1": 335, "x2": 461, "y2": 370, "x3": 415, "y3": 370}, "charText": "又", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 412, "y0": 375, "x1": 459, "y1": 375, "x2": 459, "y2": 418, "x3": 412, "y3": 418}, "charText": "縮", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 413, "y0": 420, "x1": 461, "y1": 420, "x2": 461, "y2": 464, "x3": 413, "y3": 464}, "charText": "成", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 410, "y0": 465, "x1": 455, "y1": 465, "x2": 455, "y2": 512, "x3": 410, "y3": 512}, "charText": "扇", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 413, "y0": 513, "x1": 457, "y1": 513, "x2": 457, "y2": 557, "x3": 413, "y3": 557}, "charText": "墜", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 415, "y0": 559, "x1": 460, "y1": 559, "x2": 460, "y2": 599, "x3": 415, "y3": 599}, "charText": "大", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 415, "y0": 601, "x1": 459, "y1": 601, "x2": 459, "y2": 639, "x3": 416, "y3": 639}, "charText": "小", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 416, "y0": 641, "x1": 460, "y1": 641, "x2": 460, "y2": 687, "x3": 416, "y3": 687}, "charText": "的", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 413, "y0": 688, "x1": 459, "y1": 689, "x2": 459, "y2": 730, "x3": 414, "y3": 730}, "charText": "可", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 410, "y0": 732, "x1": 464, "y1": 732, "x2": 464, "y2": 774, "x3": 410, "y3": 774}, "charText": "佩", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 413, "y0": 776, "x1": 460, "y1": 776, "x2": 460, "y2": 815, "x3": 413, "y3": 814}, "charText": "可", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 414, "y0": 816, "x1": 465, "y1": 817, "x2": 465, "y2": 864, "x3": 413, "y3": 864}, "charText": "挐", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 413, "y0": 866, "x1": 460, "y1": 867, "x2": 460, "y2": 905, "x3": 413, "y3": 904}, "charText": "那", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 347, "y0": 27, "x1": 395, "y1": 28, "x2": 395, "y2": 72, "x3": 347, "y3": 71}, "charText": "僧", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 349, "y0": 72, "x1": 399, "y1": 72, "x2": 399, "y2": 110, "x3": 349, "y3": 110}, "charText": "托", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 348, "y0": 112, "x1": 400, "y1": 112, "x2": 400, "y2": 153, "x3": 348, "y3": 153}, "charText": "於", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 351, "y0": 154, "x1": 396, "y1": 154, "x2": 396, "y2": 205, "x3": 351, "y3": 205}, "charText": "掌", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 351, "y0": 208, "x1": 401, "y1": 208, "x2": 401, "y2": 240, "x3": 351, "y3": 240}, "charText": "上", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 353, "y0": 244, "x1": 399, "y1": 244, "x2": 399, "y2": 290, "x3": 353, "y3": 291}, "charText": "笑", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 350, "y0": 291, "x1": 402, "y1": 291, "x2": 402, "y2": 331, "x3": 350, "y3": 331}, "charText": "道", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 349, "y0": 332, "x1": 395, "y1": 332, "x2": 395, "y2": 373, "x3": 349, "y3": 373}, "charText": "形", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 352, "y0": 375, "x1": 397, "y1": 375, "x2": 397, "y2": 421, "x3": 352, "y3": 421}, "charText": "體", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 352, "y0": 423, "x1": 394, "y1": 423, "x2": 394, "y2": 468, "x3": 352, "y3": 468}, "charText": "到", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 353, "y0": 468, "x1": 399, "y1": 468, "x2": 399, "y2": 504, "x3": 353, "y3": 504}, "charText": "也", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 351, "y0": 509, "x1": 401, "y1": 509, "x2": 401, "y2": 554, "x3": 351, "y3": 554}, "charText": "是", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 350, "y0": 557, "x1": 396, "y1": 557, "x2": 396, "y2": 597, "x3": 350, "y3": 596}, "charText": "個", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 354, "y0": 597, "x1": 397, "y1": 597, "x2": 397, "y2": 646, "x3": 355, "y3": 646}, "charText": "寳", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 354, "y0": 646, "x1": 399, "y1": 646, "x2": 399, "y2": 688, "x3": 354, "y3": 688}, "charText": "物", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 362, "y0": 690, "x1": 404, "y1": 690, "x2": 404, "y2": 732, "x3": 362, "y3": 732}, "charText": "正", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 352, "y0": 733, "x1": 402, "y1": 733, "x2": 402, "y2": 777, "x3": 352, "y3": 777}, "charText": "還", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 358, "y0": 779, "x1": 397, "y1": 780, "x2": 397, "y2": 814, "x3": 358, "y3": 814}, "charText": "只", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 354, "y0": 815, "x1": 402, "y1": 815, "x2": 402, "y2": 857, "x3": 354, "y3": 857}, "charText": "没", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 352, "y0": 857, "x1": 397, "y1": 857, "x2": 397, "y2": 902, "x3": 352, "y3": 902}, "charText": "有", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 292, "y0": 28, "x1": 335, "y1": 28, "x2": 334, "y2": 76, "x3": 292, "y3": 76}, "charText": "實", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 292, "y0": 76, "x1": 334, "y1": 76, "x2": 334, "y2": 116, "x3": 292, "y3": 115}, "charText": "在", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 287, "y0": 119, "x1": 336, "y1": 120, "x2": 336, "y2": 159, "x3": 287, "y3": 159}, "charText": "好", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 291, "y0": 161, "x1": 341, "y1": 162, "x2": 340, "y2": 204, "x3": 291, "y3": 204}, "charText": "處", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 310, "y0": 214, "x1": 338, "y1": 214, "x2": 339, "y2": 244, "x3": 310, "y3": 243}, "charText": "好", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 312, "y0": 252, "x1": 340, "y1": 252, "x2": 340, "y2": 280, "x3": 312, "y3": 280}, "charText": "極", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 314, "y0": 293, "x1": 341, "y1": 293, "x2": 341, "y2": 322, "x3": 314, "y3": 322}, "charText": "今", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 315, "y0": 337, "x1": 342, "y1": 337, "x2": 342, "y2": 362, "x3": 315, "y3": 362}, "charText": "之", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 314, "y0": 379, "x1": 341, "y1": 379, "x2": 341, "y2": 408, "x3": 314, "y3": 408}, "charText": "金", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 314, "y0": 429, "x1": 340, "y1": 429, "x2": 341, "y2": 453, "x3": 315, "y3": 453}, "charText": "玉", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 314, "y0": 467, "x1": 340, "y1": 467, "x2": 341, "y2": 499, "x3": 314, "y3": 500}, "charText": "其", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 316, "y0": 512, "x1": 340, "y1": 512, "x2": 341, "y2": 545, "x3": 316, "y3": 545}, "charText": "外", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 316, "y0": 558, "x1": 341, "y1": 558, "x2": 342, "y2": 588, "x3": 316, "y3": 588}, "charText": "敗", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 312, "y0": 602, "x1": 341, "y1": 602, "x2": 342, "y2": 636, "x3": 312, "y3": 636}, "charText": "絮", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 284, "y0": 212, "x1": 309, "y1": 212, "x2": 309, "y2": 243, "x3": 284, "y3": 243}, "charText": "其", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 284, "y0": 250, "x1": 308, "y1": 250, "x2": 309, "y2": 283, "x3": 284, "y3": 283}, "charText": "中", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 284, "y0": 292, "x1": 312, "y1": 291, "x2": 312, "y2": 323, "x3": 284, "y3": 324}, "charText": "者", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 286, "y0": 336, "x1": 313, "y1": 336, "x2": 313, "y2": 366, "x3": 287, "y3": 366}, "charText": "見", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 285, "y0": 379, "x1": 313, "y1": 379, "x2": 313, "y2": 406, "x3": 286, "y3": 407}, "charText": "此", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 285, "y0": 424, "x1": 311, "y1": 424, "x2": 312, "y2": 454, "x3": 286, "y3": 454}, "charText": "大", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 285, "y0": 470, "x1": 310, "y1": 469, "x2": 310, "y2": 497, "x3": 285, "y3": 498}, "charText": "不", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 285, "y0": 510, "x1": 314, "y1": 510, "x2": 315, "y2": 546, "x3": 286, "y3": 546}, "charText": "歡", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 287, "y0": 557, "x1": 314, "y1": 557, "x2": 314, "y2": 589, "x3": 287, "y3": 590}, "charText": "喜", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 291, "y0": 643, "x1": 334, "y1": 643, "x2": 334, "y2": 686, "x3": 291, "y3": 686}, "charText": "須", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 290, "y0": 687, "x1": 337, "y1": 688, "x2": 336, "y2": 734, "x3": 290, "y3": 734}, "charText": "得", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 290, "y0": 735, "x1": 337, "y1": 736, "x2": 337, "y2": 776, "x3": 290, "y3": 775}, "charText": "再", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 289, "y0": 776, "x1": 337, "y1": 776, "x2": 337, "y2": 820, "x3": 289, "y3": 820}, "charText": "鐫", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 291, "y0": 821, "x1": 338, "y1": 822, "x2": 338, "y2": 856, "x3": 291, "y3": 855}, "charText": "上", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 289, "y0": 858, "x1": 340, "y1": 858, "x2": 340, "y2": 903, "x3": 289, "y3": 903}, "charText": "数", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 229, "y0": 28, "x1": 280, "y1": 28, "x2": 280, "y2": 73, "x3": 229, "y3": 73}, "charText": "字", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 229, "y0": 73, "x1": 279, "y1": 73, "x2": 279, "y2": 117, "x3": 229, "y3": 116}, "charText": "使", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 229, "y0": 120, "x1": 279, "y1": 121, "x2": 279, "y2": 156, "x3": 229, "y3": 156}, "charText": "人", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 230, "y0": 169, "x1": 275, "y1": 170, "x2": 275, "y2": 188, "x3": 230, "y3": 187}, "charText": "一", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 232, "y0": 203, "x1": 280, "y1": 204, "x2": 279, "y2": 247, "x3": 231, "y3": 246}, "charText": "見", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 227, "y0": 249, "x1": 277, "y1": 250, "x2": 277, "y2": 290, "x3": 227, "y3": 289}, "charText": "便", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 227, "y0": 294, "x1": 275, "y1": 294, "x2": 275, "y2": 329, "x3": 227, "y3": 329}, "charText": "知", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 230, "y0": 332, "x1": 277, "y1": 332, "x2": 277, "y2": 374, "x3": 230, "y3": 374}, "charText": "是", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 228, "y0": 374, "x1": 275, "y1": 374, "x2": 275, "y2": 423, "x3": 228, "y3": 423}, "charText": "竒", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 231, "y0": 423, "x1": 275, "y1": 423, "x2": 275, "y2": 466, "x3": 231, "y3": 466}, "charText": "物", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 230, "y0": 469, "x1": 273, "y1": 469, "x2": 274, "y2": 509, "x3": 230, "y3": 509}, "charText": "方", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 228, "y0": 512, "x1": 279, "y1": 512, "x2": 279, "y2": 556, "x3": 228, "y3": 556}, "charText": "妙", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 254, "y0": 563, "x1": 280, "y1": 562, "x2": 280, "y2": 589, "x3": 254, "y3": 589}, "charText": "世", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 256, "y0": 604, "x1": 281, "y1": 604, "x2": 281, "y2": 628, "x3": 257, "y3": 628}, "charText": "上", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 257, "y0": 646, "x1": 282, "y1": 646, "x2": 282, "y2": 677, "x3": 257, "y3": 677}, "charText": "原", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 256, "y0": 690, "x1": 283, "y1": 690, "x2": 283, "y2": 722, "x3": 256, "y3": 722}, "charText": "宜", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 251, "y0": 737, "x1": 282, "y1": 737, "x2": 282, "y2": 768, "x3": 251, "y3": 767}, "charText": "假", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 228, "y0": 563, "x1": 252, "y1": 563, "x2": 252, "y2": 590, "x3": 228, "y3": 590}, "charText": "不", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 228, "y0": 602, "x1": 254, "y1": 602, "x2": 255, "y2": 631, "x3": 228, "y3": 631}, "charText": "宜", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 227, "y0": 644, "x1": 255, "y1": 644, "x2": 256, "y2": 679, "x3": 228, "y3": 679}, "charText": "真", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 228, "y0": 692, "x1": 255, "y1": 692, "x2": 255, "y2": 720, "x3": 228, "y3": 720}, "charText": "也", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 234, "y0": 771, "x1": 277, "y1": 771, "x2": 276, "y2": 813, "x3": 234, "y3": 813}, "charText": "然", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 232, "y0": 816, "x1": 280, "y1": 817, "x2": 279, "y2": 860, "x3": 231, "y3": 859}, "charText": "後", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 228, "y0": 863, "x1": 278, "y1": 863, "x2": 278, "y2": 904, "x3": 228, "y3": 904}, "charText": "好", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 168, "y0": 26, "x1": 214, "y1": 27, "x2": 214, "y2": 74, "x3": 168, "y3": 74}, "charText": "携", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 168, "y0": 74, "x1": 215, "y1": 74, "x2": 215, "y2": 116, "x3": 168, "y3": 115}, "charText": "你", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 169, "y0": 118, "x1": 212, "y1": 118, "x2": 212, "y2": 161, "x3": 169, "y3": 161}, "charText": "到", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 169, "y0": 163, "x1": 220, "y1": 164, "x2": 219, "y2": 204, "x3": 169, "y3": 204}, "charText": "隆", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 168, "y0": 204, "x1": 217, "y1": 205, "x2": 217, "y2": 248, "x3": 167, "y3": 248}, "charText": "盛", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 174, "y0": 251, "x1": 210, "y1": 251, "x2": 210, "y2": 289, "x3": 174, "y3": 289}, "charText": "昌", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 171, "y0": 293, "x1": 211, "y1": 294, "x2": 211, "y2": 334, "x3": 171, "y3": 334}, "charText": "明", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 170, "y0": 336, "x1": 217, "y1": 336, "x2": 217, "y2": 371, "x3": 169, "y3": 370}, "charText": "之", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 169, "y0": 375, "x1": 220, "y1": 375, "x2": 220, "y2": 420, "x3": 169, "y3": 420}, "charText": "邦", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 192, "y0": 427, "x1": 220, "y1": 427, "x2": 221, "y2": 458, "x3": 193, "y3": 458}, "charText": "伏", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 185, "y0": 471, "x1": 220, "y1": 471, "x2": 220, "y2": 503, "x3": 185, "y3": 503}, "charText": "長", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 164, "y0": 425, "x1": 192, "y1": 425, "x2": 192, "y2": 459, "x3": 165, "y3": 459}, "charText": "安", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 167, "y0": 505, "x1": 217, "y1": 505, "x2": 217, "y2": 555, "x3": 167, "y3": 555}, "charText": "詩", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 168, "y0": 556, "x1": 214, "y1": 556, "x2": 214, "y2": 598, "x3": 168, "y3": 598}, "charText": "禮", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 169, "y0": 600, "x1": 214, "y1": 600, "x2": 214, "y2": 644, "x3": 169, "y3": 644}, "charText": "簮", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 169, "y0": 649, "x1": 218, "y1": 649, "x2": 218, "y2": 691, "x3": 169, "y3": 691}, "charText": "纓", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 169, "y0": 695, "x1": 219, "y1": 695, "x2": 218, "y2": 729, "x3": 169, "y3": 728}, "charText": "之", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 167, "y0": 730, "x1": 221, "y1": 730, "x2": 221, "y2": 774, "x3": 167, "y3": 774}, "charText": "族", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 194, "y0": 781, "x1": 222, "y1": 781, "x2": 222, "y2": 811, "x3": 194, "y3": 811}, "charText": "伏", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 196, "y0": 818, "x1": 223, "y1": 818, "x2": 223, "y2": 854, "x3": 196, "y3": 854}, "charText": "榮", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 167, "y0": 782, "x1": 192, "y1": 782, "x2": 192, "y2": 813, "x3": 167, "y3": 813}, "charText": "國", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 166, "y0": 820, "x1": 193, "y1": 821, "x2": 194, "y2": 855, "x3": 166, "y3": 855}, "charText": "府", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 169, "y0": 858, "x1": 219, "y1": 858, "x2": 219, "y2": 904, "x3": 168, "y3": 904}, "charText": "花", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 107, "y0": 26, "x1": 159, "y1": 26, "x2": 159, "y2": 68, "x3": 107, "y3": 68}, "charText": "栁", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 105, "y0": 67, "x1": 157, "y1": 67, "x2": 157, "y2": 113, "x3": 105, "y3": 113}, "charText": "繁", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 106, "y0": 113, "x1": 154, "y1": 114, "x2": 153, "y2": 166, "x3": 106, "y3": 165}, "charText": "華", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 105, "y0": 167, "x1": 156, "y1": 168, "x2": 156, "y2": 202, "x3": 105, "y3": 201}, "charText": "之", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 105, "y0": 204, "x1": 159, "y1": 205, "x2": 159, "y2": 244, "x3": 105, "y3": 243}, "charText": "地", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 131, "y0": 252, "x1": 160, "y1": 252, "x2": 160, "y2": 284, "x3": 131, "y3": 284}, "charText": "伏", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 133, "y0": 292, "x1": 159, "y1": 292, "x2": 159, "y2": 324, "x3": 133, "y3": 324}, "charText": "大", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 102, "y0": 251, "x1": 131, "y1": 251, "x2": 131, "y2": 285, "x3": 102, "y3": 285}, "charText": "觀", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 104, "y0": 293, "x1": 129, "y1": 293, "x2": 129, "y2": 326, "x3": 105, "y3": 326}, "charText": "園", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 107, "y0": 332, "x1": 155, "y1": 333, "x2": 155, "y2": 371, "x3": 106, "y3": 370}, "charText": "温", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 105, "y0": 372, "x1": 152, "y1": 372, "x2": 152, "y2": 416, "x3": 105, "y3": 416}, "charText": "柔", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 108, "y0": 419, "x1": 152, "y1": 419, "x2": 152, "y2": 465, "x3": 108, "y3": 465}, "charText": "富", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 106, "y0": 464, "x1": 151, "y1": 464, "x2": 151, "y2": 513, "x3": 106, "y3": 513}, "charText": "貴", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 107, "y0": 516, "x1": 156, "y1": 516, "x2": 156, "y2": 551, "x3": 107, "y3": 551}, "charText": "之", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 108, "y0": 554, "x1": 159, "y1": 555, "x2": 158, "y2": 603, "x3": 107, "y3": 603}, "charText": "鄉", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 130, "y0": 609, "x1": 160, "y1": 609, "x2": 161, "y2": 641, "x3": 130, "y3": 641}, "charText": "伏", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 132, "y0": 648, "x1": 159, "y1": 648, "x2": 159, "y2": 684, "x3": 132, "y3": 684}, "charText": "紫", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 103, "y0": 606, "x1": 130, "y1": 606, "x2": 130, "y2": 639, "x3": 103, "y3": 639}, "charText": "芝", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 103, "y0": 650, "x1": 130, "y1": 650, "x2": 130, "y2": 686, "x3": 104, "y3": 686}, "charText": "軒", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 108, "y0": 688, "x1": 154, "y1": 688, "x2": 154, "y2": 729, "x3": 108, "y3": 729}, "charText": "去", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 107, "y0": 732, "x1": 157, "y1": 732, "x2": 157, "y2": 772, "x3": 107, "y3": 772}, "charText": "安", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 112, "y0": 772, "x1": 152, "y1": 773, "x2": 152, "y2": 818, "x3": 112, "y3": 818}, "charText": "身", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 107, "y0": 818, "x1": 155, "y1": 818, "x2": 155, "y2": 863, "x3": 107, "y3": 863}, "charText": "樂", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 108, "y0": 864, "x1": 161, "y1": 863, "x2": 161, "y2": 907, "x3": 108, "y3": 907}, "charText": "業", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 42, "y0": 30, "x1": 87, "y1": 30, "x2": 87, "y2": 66, "x3": 42, "y3": 66}, "charText": "石", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 42, "y0": 70, "x1": 91, "y1": 70, "x2": 91, "y2": 112, "x3": 42, "y3": 112}, "charText": "頭", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 41, "y0": 112, "x1": 91, "y1": 112, "x2": 91, "y2": 157, "x3": 40, "y3": 156}, "charText": "聽", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 48, "y0": 159, "x1": 96, "y1": 160, "x2": 95, "y2": 200, "x3": 48, "y3": 200}, "charText": "了", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 40, "y0": 201, "x1": 89, "y1": 201, "x2": 88, "y2": 249, "x3": 39, "y3": 249}, "charText": "喜", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 42, "y0": 252, "x1": 93, "y1": 252, "x2": 93, "y2": 286, "x3": 41, "y3": 285}, "charText": "之", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 44, "y0": 290, "x1": 89, "y1": 290, "x2": 89, "y2": 327, "x3": 44, "y3": 327}, "charText": "不", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 40, "y0": 329, "x1": 95, "y1": 329, "x2": 95, "y2": 377, "x3": 40, "y3": 378}, "charText": "盡", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 42, "y0": 380, "x1": 85, "y1": 380, "x2": 86, "y2": 422, "x3": 43, "y3": 422}, "charText": "乃", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 44, "y0": 423, "x1": 87, "y1": 423, "x2": 87, "y2": 466, "x3": 44, "y3": 466}, "charText": "問", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 41, "y0": 466, "x1": 94, "y1": 465, "x2": 94, "y2": 509, "x3": 41, "y3": 509}, "charText": "道", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 43, "y0": 513, "x1": 87, "y1": 513, "x2": 87, "y2": 552, "x3": 43, "y3": 552}, "charText": "不", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 39, "y0": 555, "x1": 90, "y1": 556, "x2": 89, "y2": 592, "x3": 39, "y3": 591}, "charText": "知", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 42, "y0": 597, "x1": 90, "y1": 597, "x2": 90, "y2": 640, "x3": 42, "y3": 641}, "charText": "賜", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 51, "y0": 642, "x1": 82, "y1": 642, "x2": 83, "y2": 684, "x3": 51, "y3": 685}, "charText": "了", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 49, "y0": 686, "x1": 89, "y1": 686, "x2": 90, "y2": 738, "x3": 50, "y3": 738}, "charText": "弟", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 44, "y0": 738, "x1": 90, "y1": 738, "x2": 90, "y2": 779, "x3": 44, "y3": 779}, "charText": "子", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 43, "y0": 780, "x1": 92, "y1": 780, "x2": 91, "y2": 820, "x3": 42, "y3": 820}, "charText": "那", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 42, "y0": 819, "x1": 94, "y1": 820, "x2": 94, "y2": 865, "x3": 41, "y3": 864}, "charText": "幾", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 40, "y0": 863, "x1": 92, "y1": 863, "x2": 91, "y2": 906, "x3": 39, "y3": 906}, "charText": "件", "textlineId": 8, "picUri": "", "isPicText": false}]}, "7501933907890307113": {"wordBoxList": [{"charPoly": {"x0": 510, "y0": 38, "x1": 559, "y1": 38, "x2": 558, "y2": 88, "x3": 510, "y3": 88}, "charText": "竒", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 516, "y0": 88, "x1": 561, "y1": 88, "x2": 561, "y2": 130, "x3": 516, "y3": 129}, "charText": "處", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 520, "y0": 133, "x1": 560, "y1": 133, "x2": 560, "y2": 167, "x3": 520, "y3": 167}, "charText": "又", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 518, "y0": 171, "x1": 557, "y1": 172, "x2": 557, "y2": 211, "x3": 518, "y3": 210}, "charText": "不", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 511, "y0": 213, "x1": 559, "y1": 214, "x2": 559, "y2": 252, "x3": 510, "y3": 251}, "charText": "知", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 513, "y0": 252, "x1": 557, "y1": 252, "x2": 556, "y2": 299, "x3": 512, "y3": 298}, "charText": "擕", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 518, "y0": 300, "x1": 549, "y1": 300, "x2": 549, "y2": 342, "x3": 518, "y3": 342}, "charText": "了", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 518, "y0": 343, "x1": 556, "y1": 343, "x2": 556, "y2": 393, "x3": 518, "y3": 393}, "charText": "弟", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 512, "y0": 394, "x1": 555, "y1": 394, "x2": 555, "y2": 433, "x3": 512, "y3": 432}, "charText": "子", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 511, "y0": 433, "x1": 554, "y1": 433, "x2": 553, "y2": 476, "x3": 510, "y3": 475}, "charText": "到", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 508, "y0": 475, "x1": 555, "y1": 477, "x2": 554, "y2": 519, "x3": 507, "y3": 518}, "charText": "何", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 508, "y0": 519, "x1": 558, "y1": 519, "x2": 558, "y2": 558, "x3": 507, "y3": 557}, "charText": "地", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 509, "y0": 562, "x1": 558, "y1": 563, "x2": 557, "y2": 607, "x3": 509, "y3": 606}, "charText": "方", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 509, "y0": 606, "x1": 554, "y1": 607, "x2": 554, "y2": 648, "x3": 508, "y3": 648}, "charText": "望", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 510, "y0": 649, "x1": 554, "y1": 649, "x2": 554, "y2": 692, "x3": 510, "y3": 691}, "charText": "乞", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 510, "y0": 694, "x1": 551, "y1": 695, "x2": 550, "y2": 737, "x3": 509, "y3": 736}, "charText": "眀", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 507, "y0": 739, "x1": 555, "y1": 740, "x2": 555, "y2": 777, "x3": 506, "y3": 776}, "charText": "示", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 504, "y0": 777, "x1": 554, "y1": 778, "x2": 553, "y2": 818, "x3": 503, "y3": 817}, "charText": "使", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 510, "y0": 817, "x1": 551, "y1": 818, "x2": 549, "y2": 870, "x3": 509, "y3": 869}, "charText": "弟", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 504, "y0": 870, "x1": 551, "y1": 871, "x2": 551, "y2": 908, "x3": 504, "y3": 908}, "charText": "子", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 453, "y0": 40, "x1": 495, "y1": 40, "x2": 494, "y2": 78, "x3": 453, "y3": 78}, "charText": "不", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 453, "y0": 77, "x1": 500, "y1": 77, "x2": 500, "y2": 121, "x3": 453, "y3": 121}, "charText": "惑", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 451, "y0": 126, "x1": 497, "y1": 127, "x2": 497, "y2": 169, "x3": 451, "y3": 169}, "charText": "那", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 452, "y0": 169, "x1": 492, "y1": 169, "x2": 492, "y2": 212, "x3": 452, "y3": 212}, "charText": "僧", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 454, "y0": 213, "x1": 497, "y1": 214, "x2": 497, "y2": 257, "x3": 454, "y3": 257}, "charText": "笑", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 452, "y0": 257, "x1": 500, "y1": 257, "x2": 500, "y2": 300, "x3": 452, "y3": 300}, "charText": "道", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 447, "y0": 300, "x1": 495, "y1": 301, "x2": 495, "y2": 342, "x3": 447, "y3": 342}, "charText": "你", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 449, "y0": 345, "x1": 495, "y1": 345, "x2": 495, "y2": 380, "x3": 449, "y3": 380}, "charText": "且", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 449, "y0": 381, "x1": 495, "y1": 381, "x2": 494, "y2": 428, "x3": 449, "y3": 428}, "charText": "莫", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 453, "y0": 431, "x1": 498, "y1": 431, "x2": 498, "y2": 474, "x3": 453, "y3": 473}, "charText": "問", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 458, "y0": 476, "x1": 486, "y1": 476, "x2": 486, "y2": 506, "x3": 458, "y3": 506}, "charText": "日", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 447, "y0": 513, "x1": 494, "y1": 514, "x2": 494, "y2": 558, "x3": 447, "y3": 558}, "charText": "後", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 453, "y0": 559, "x1": 487, "y1": 560, "x2": 487, "y2": 602, "x3": 453, "y3": 602}, "charText": "自", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 451, "y0": 603, "x1": 492, "y1": 604, "x2": 492, "y2": 645, "x3": 451, "y3": 645}, "charText": "然", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 450, "y0": 649, "x1": 490, "y1": 650, "x2": 490, "y2": 692, "x3": 450, "y3": 692}, "charText": "明", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 451, "y0": 692, "x1": 489, "y1": 693, "x2": 488, "y2": 731, "x3": 451, "y3": 731}, "charText": "白", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 450, "y0": 732, "x1": 496, "y1": 734, "x2": 495, "y2": 776, "x3": 449, "y3": 775}, "charText": "的", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 443, "y0": 776, "x1": 494, "y1": 777, "x2": 493, "y2": 818, "x3": 442, "y3": 816}, "charText": "説", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 443, "y0": 817, "x1": 488, "y1": 818, "x2": 487, "y2": 867, "x3": 442, "y3": 866}, "charText": "著", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 443, "y0": 867, "x1": 490, "y1": 868, "x2": 489, "y2": 908, "x3": 442, "y3": 907}, "charText": "便", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 388, "y0": 36, "x1": 439, "y1": 36, "x2": 438, "y2": 75, "x3": 387, "y3": 75}, "charText": "袖", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 389, "y0": 75, "x1": 441, "y1": 75, "x2": 440, "y2": 126, "x3": 389, "y3": 126}, "charText": "籠", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 398, "y0": 129, "x1": 430, "y1": 129, "x2": 430, "y2": 170, "x3": 398, "y3": 170}, "charText": "了", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 390, "y0": 171, "x1": 438, "y1": 171, "x2": 438, "y2": 214, "x3": 390, "y3": 214}, "charText": "這", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 391, "y0": 218, "x1": 440, "y1": 218, "x2": 440, "y2": 252, "x3": 390, "y3": 252}, "charText": "石", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 395, "y0": 257, "x1": 434, "y1": 258, "x2": 434, "y2": 299, "x3": 395, "y3": 299}, "charText": "同", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 390, "y0": 301, "x1": 436, "y1": 302, "x2": 435, "y2": 343, "x3": 389, "y3": 343}, "charText": "那", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 390, "y0": 344, "x1": 438, "y1": 345, "x2": 437, "y2": 387, "x3": 389, "y3": 387}, "charText": "道", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 387, "y0": 390, "x1": 437, "y1": 390, "x2": 437, "y2": 424, "x3": 387, "y3": 424}, "charText": "人", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 386, "y0": 430, "x1": 437, "y1": 430, "x2": 437, "y2": 471, "x3": 386, "y3": 470}, "charText": "飄", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 392, "y0": 471, "x1": 434, "y1": 471, "x2": 434, "y2": 515, "x3": 392, "y3": 515}, "charText": "然", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 391, "y0": 520, "x1": 436, "y1": 520, "x2": 436, "y2": 557, "x3": 390, "y3": 556}, "charText": "而", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 388, "y0": 557, "x1": 438, "y1": 558, "x2": 437, "y2": 602, "x3": 388, "y3": 601}, "charText": "去", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 387, "y0": 604, "x1": 437, "y1": 605, "x2": 436, "y2": 649, "x3": 386, "y3": 648}, "charText": "竟", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 389, "y0": 650, "x1": 431, "y1": 651, "x2": 430, "y2": 689, "x3": 388, "y3": 688}, "charText": "不", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 383, "y0": 691, "x1": 434, "y1": 692, "x2": 433, "y2": 729, "x3": 382, "y3": 728}, "charText": "知", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 385, "y0": 730, "x1": 433, "y1": 731, "x2": 432, "y2": 774, "x3": 385, "y3": 773}, "charText": "投", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 386, "y0": 773, "x1": 433, "y1": 774, "x2": 433, "y2": 824, "x3": 385, "y3": 823}, "charText": "奔", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 380, "y0": 823, "x1": 430, "y1": 825, "x2": 430, "y2": 867, "x3": 379, "y3": 866}, "charText": "何", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 381, "y0": 867, "x1": 429, "y1": 868, "x2": 428, "y2": 907, "x3": 380, "y3": 906}, "charText": "方", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 329, "y0": 37, "x1": 379, "y1": 38, "x2": 378, "y2": 82, "x3": 329, "y3": 82}, "charText": "何", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 329, "y0": 82, "x1": 382, "y1": 82, "x2": 382, "y2": 122, "x3": 328, "y3": 121}, "charText": "舍", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 330, "y0": 124, "x1": 379, "y1": 124, "x2": 379, "y2": 165, "x3": 330, "y3": 165}, "charText": "後", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 334, "y0": 166, "x1": 379, "y1": 166, "x2": 379, "y2": 214, "x3": 334, "y3": 214}, "charText": "来", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 335, "y0": 216, "x1": 378, "y1": 217, "x2": 378, "y2": 252, "x3": 334, "y3": 252}, "charText": "又", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 333, "y0": 255, "x1": 373, "y1": 255, "x2": 373, "y2": 295, "x3": 332, "y3": 294}, "charText": "不", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 327, "y0": 297, "x1": 377, "y1": 298, "x2": 376, "y2": 337, "x3": 326, "y3": 336}, "charText": "知", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 331, "y0": 340, "x1": 378, "y1": 341, "x2": 377, "y2": 382, "x3": 330, "y3": 382}, "charText": "過", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 335, "y0": 385, "x1": 370, "y1": 385, "x2": 370, "y2": 426, "x3": 335, "y3": 425}, "charText": "了", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 329, "y0": 426, "x1": 377, "y1": 427, "x2": 376, "y2": 474, "x3": 328, "y3": 473}, "charText": "幾", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 329, "y0": 474, "x1": 374, "y1": 475, "x2": 374, "y2": 512, "x3": 328, "y3": 512}, "charText": "世", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 329, "y0": 514, "x1": 374, "y1": 514, "x2": 374, "y2": 557, "x3": 329, "y3": 556}, "charText": "幾", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 326, "y0": 558, "x1": 378, "y1": 559, "x2": 377, "y2": 603, "x3": 325, "y3": 602}, "charText": "刼", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 332, "y0": 604, "x1": 370, "y1": 604, "x2": 370, "y2": 644, "x3": 332, "y3": 643}, "charText": "因", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 326, "y0": 642, "x1": 370, "y1": 643, "x2": 369, "y2": 692, "x3": 325, "y3": 691}, "charText": "有", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 324, "y0": 693, "x1": 370, "y1": 694, "x2": 369, "y2": 733, "x3": 323, "y3": 732}, "charText": "個", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 325, "y0": 733, "x1": 370, "y1": 734, "x2": 369, "y2": 775, "x3": 325, "y3": 774}, "charText": "空", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 326, "y0": 776, "x1": 367, "y1": 777, "x2": 367, "y2": 817, "x3": 325, "y3": 816}, "charText": "空", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 322, "y0": 817, "x1": 369, "y1": 818, "x2": 368, "y2": 861, "x3": 321, "y3": 860}, "charText": "道", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 322, "y0": 866, "x1": 373, "y1": 867, "x2": 372, "y2": 904, "x3": 321, "y3": 903}, "charText": "人", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 269, "y0": 35, "x1": 318, "y1": 35, "x2": 317, "y2": 79, "x3": 269, "y3": 79}, "charText": "訪", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 271, "y0": 80, "x1": 317, "y1": 80, "x2": 317, "y2": 120, "x3": 271, "y3": 120}, "charText": "道", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 274, "y0": 120, "x1": 319, "y1": 121, "x2": 319, "y2": 165, "x3": 274, "y3": 165}, "charText": "求", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 272, "y0": 167, "x1": 322, "y1": 168, "x2": 321, "y2": 206, "x3": 271, "y3": 206}, "charText": "仙", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 275, "y0": 209, "x1": 315, "y1": 210, "x2": 315, "y2": 253, "x3": 275, "y3": 253}, "charText": "忽", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 271, "y0": 254, "x1": 318, "y1": 255, "x2": 318, "y2": 297, "x3": 271, "y3": 296}, "charText": "從", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 269, "y0": 297, "x1": 317, "y1": 298, "x2": 317, "y2": 339, "x3": 269, "y3": 339}, "charText": "這", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 272, "y0": 339, "x1": 317, "y1": 340, "x2": 317, "y2": 379, "x3": 271, "y3": 379}, "charText": "大", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 273, "y0": 379, "x1": 316, "y1": 379, "x2": 316, "y2": 426, "x3": 272, "y3": 425}, "charText": "荒", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 272, "y0": 428, "x1": 313, "y1": 429, "x2": 312, "y2": 464, "x3": 272, "y3": 463}, "charText": "山", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 266, "y0": 467, "x1": 315, "y1": 468, "x2": 314, "y2": 512, "x3": 265, "y3": 511}, "charText": "無", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 264, "y0": 512, "x1": 314, "y1": 513, "x2": 313, "y2": 559, "x3": 263, "y3": 558}, "charText": "稽", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 267, "y0": 558, "x1": 309, "y1": 559, "x2": 308, "y2": 602, "x3": 267, "y3": 601}, "charText": "崖", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 263, "y0": 601, "x1": 309, "y1": 602, "x2": 308, "y2": 651, "x3": 262, "y3": 650}, "charText": "青", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 265, "y0": 650, "x1": 313, "y1": 652, "x2": 313, "y2": 690, "x3": 264, "y3": 689}, "charText": "埂", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 265, "y0": 690, "x1": 314, "y1": 691, "x2": 313, "y2": 738, "x3": 264, "y3": 737}, "charText": "峰", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 264, "y0": 738, "x1": 306, "y1": 740, "x2": 305, "y2": 778, "x3": 263, "y3": 777}, "charText": "下", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 263, "y0": 780, "x1": 309, "y1": 781, "x2": 308, "y2": 819, "x3": 262, "y3": 818}, "charText": "經", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 261, "y0": 820, "x1": 312, "y1": 821, "x2": 311, "y2": 862, "x3": 260, "y3": 861}, "charText": "過", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 263, "y0": 864, "x1": 308, "y1": 864, "x2": 308, "y2": 905, "x3": 262, "y3": 904}, "charText": "忽", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 215, "y0": 36, "x1": 261, "y1": 36, "x2": 260, "y2": 77, "x3": 215, "y3": 76}, "charText": "見", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 215, "y0": 90, "x1": 260, "y1": 91, "x2": 260, "y2": 106, "x3": 215, "y3": 105}, "charText": "一", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 214, "y0": 117, "x1": 260, "y1": 117, "x2": 259, "y2": 158, "x3": 214, "y3": 157}, "charText": "大", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 214, "y0": 166, "x1": 254, "y1": 167, "x2": 253, "y2": 204, "x3": 213, "y3": 203}, "charText": "石", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 214, "y0": 209, "x1": 257, "y1": 210, "x2": 257, "y2": 246, "x3": 214, "y3": 245}, "charText": "上", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 213, "y0": 251, "x1": 256, "y1": 251, "x2": 256, "y2": 297, "x3": 213, "y3": 297}, "charText": "字", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 211, "y0": 298, "x1": 257, "y1": 299, "x2": 257, "y2": 339, "x3": 211, "y3": 339}, "charText": "跡", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 213, "y0": 342, "x1": 259, "y1": 342, "x2": 258, "y2": 379, "x3": 213, "y3": 378}, "charText": "分", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 211, "y0": 383, "x1": 259, "y1": 384, "x2": 258, "y2": 425, "x3": 211, "y3": 424}, "charText": "眼", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 210, "y0": 426, "x1": 256, "y1": 427, "x2": 255, "y2": 469, "x3": 210, "y3": 468}, "charText": "編", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 209, "y0": 470, "x1": 257, "y1": 471, "x2": 256, "y2": 513, "x3": 208, "y3": 512}, "charText": "述", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 208, "y0": 514, "x1": 255, "y1": 515, "x2": 254, "y2": 556, "x3": 207, "y3": 555}, "charText": "歴", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 207, "y0": 558, "x1": 257, "y1": 559, "x2": 256, "y2": 600, "x3": 206, "y3": 599}, "charText": "歴", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 209, "y0": 602, "x1": 253, "y1": 603, "x2": 253, "y2": 643, "x3": 208, "y3": 643}, "charText": "空", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 208, "y0": 646, "x1": 253, "y1": 647, "x2": 252, "y2": 686, "x3": 207, "y3": 685}, "charText": "空", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 206, "y0": 687, "x1": 253, "y1": 687, "x2": 252, "y2": 730, "x3": 205, "y3": 729}, "charText": "道", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 207, "y0": 734, "x1": 253, "y1": 735, "x2": 252, "y2": 770, "x3": 206, "y3": 769}, "charText": "人", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 209, "y0": 773, "x1": 246, "y1": 774, "x2": 245, "y2": 815, "x3": 208, "y3": 814}, "charText": "乃", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 203, "y0": 815, "x1": 250, "y1": 817, "x2": 249, "y2": 858, "x3": 202, "y3": 857}, "charText": "従", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 202, "y0": 861, "x1": 247, "y1": 862, "x2": 246, "y2": 903, "x3": 201, "y3": 902}, "charText": "頭", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 153, "y0": 41, "x1": 202, "y1": 42, "x2": 202, "y2": 59, "x3": 153, "y3": 59}, "charText": "一", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 153, "y0": 71, "x1": 203, "y1": 71, "x2": 203, "y2": 118, "x3": 153, "y3": 118}, "charText": "看", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 155, "y0": 119, "x1": 197, "y1": 120, "x2": 197, "y2": 162, "x3": 155, "y3": 161}, "charText": "原", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 157, "y0": 162, "x1": 202, "y1": 163, "x2": 201, "y2": 211, "x3": 156, "y3": 210}, "charText": "来", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 151, "y0": 210, "x1": 202, "y1": 211, "x2": 201, "y2": 251, "x3": 150, "y3": 250}, "charText": "就", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 152, "y0": 251, "x1": 199, "y1": 252, "x2": 199, "y2": 296, "x3": 152, "y3": 295}, "charText": "是", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 149, "y0": 295, "x1": 200, "y1": 295, "x2": 199, "y2": 338, "x3": 148, "y3": 337}, "charText": "無", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 150, "y0": 339, "x1": 197, "y1": 339, "x2": 196, "y2": 383, "x3": 150, "y3": 382}, "charText": "材", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 149, "y0": 382, "x1": 196, "y1": 383, "x2": 196, "y2": 428, "x3": 148, "y3": 427}, "charText": "補", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 153, "y0": 430, "x1": 200, "y1": 431, "x2": 200, "y2": 468, "x3": 153, "y3": 467}, "charText": "天", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 150, "y0": 473, "x1": 195, "y1": 474, "x2": 194, "y2": 509, "x3": 149, "y3": 507}, "charText": "幻", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 148, "y0": 510, "x1": 191, "y1": 511, "x2": 190, "y2": 556, "x3": 147, "y3": 555}, "charText": "形", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 149, "y0": 564, "x1": 197, "y1": 565, "x2": 196, "y2": 592, "x3": 149, "y3": 591}, "charText": "入", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 148, "y0": 599, "x1": 199, "y1": 600, "x2": 198, "y2": 638, "x3": 147, "y3": 637}, "charText": "世", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 171, "y0": 655, "x1": 199, "y1": 655, "x2": 199, "y2": 678, "x3": 171, "y3": 677}, "charText": "八", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 171, "y0": 690, "x1": 198, "y1": 690, "x2": 197, "y2": 723, "x3": 171, "y3": 723}, "charText": "字", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 170, "y0": 735, "x1": 196, "y1": 736, "x2": 196, "y2": 764, "x3": 169, "y3": 763}, "charText": "便", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 170, "y0": 775, "x1": 195, "y1": 775, "x2": 195, "y2": 807, "x3": 169, "y3": 807}, "charText": "是", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 168, "y0": 816, "x1": 193, "y1": 817, "x2": 193, "y2": 848, "x3": 167, "y3": 847}, "charText": "作", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 142, "y0": 650, "x1": 170, "y1": 651, "x2": 170, "y2": 683, "x3": 141, "y3": 682}, "charText": "者", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 140, "y0": 697, "x1": 169, "y1": 698, "x2": 170, "y2": 712, "x3": 141, "y3": 711}, "charText": "一", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 141, "y0": 732, "x1": 166, "y1": 733, "x2": 166, "y2": 761, "x3": 141, "y3": 760}, "charText": "生", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 138, "y0": 775, "x1": 168, "y1": 775, "x2": 167, "y2": 809, "x3": 138, "y3": 809}, "charText": "慚", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 138, "y0": 818, "x1": 165, "y1": 818, "x2": 165, "y2": 849, "x3": 138, "y3": 849}, "charText": "恨", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 143, "y0": 850, "x1": 189, "y1": 851, "x2": 188, "y2": 902, "x3": 141, "y3": 901}, "charText": "蒙", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 94, "y0": 29, "x1": 138, "y1": 30, "x2": 138, "y2": 74, "x3": 93, "y3": 74}, "charText": "茫", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 93, "y0": 74, "x1": 136, "y1": 74, "x2": 136, "y2": 118, "x3": 93, "y3": 118}, "charText": "茫", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 96, "y0": 118, "x1": 139, "y1": 118, "x2": 139, "y2": 157, "x3": 96, "y3": 157}, "charText": "大", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 94, "y0": 160, "x1": 143, "y1": 161, "x2": 142, "y2": 199, "x3": 94, "y3": 199}, "charText": "相", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 92, "y0": 205, "x1": 138, "y1": 206, "x2": 137, "y2": 249, "x3": 91, "y3": 248}, "charText": "渺", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 91, "y0": 249, "x1": 137, "y1": 250, "x2": 136, "y2": 293, "x3": 90, "y3": 292}, "charText": "渺", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 88, "y0": 292, "x1": 137, "y1": 293, "x2": 136, "y2": 340, "x3": 87, "y3": 339}, "charText": "真", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 88, "y0": 343, "x1": 140, "y1": 344, "x2": 139, "y2": 377, "x3": 87, "y3": 376}, "charText": "人", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 87, "y0": 376, "x1": 134, "y1": 377, "x2": 133, "y2": 425, "x3": 87, "y3": 424}, "charText": "携", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 88, "y0": 432, "x1": 135, "y1": 433, "x2": 134, "y2": 460, "x3": 88, "y3": 459}, "charText": "入", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 87, "y0": 467, "x1": 136, "y1": 468, "x2": 135, "y2": 506, "x3": 87, "y3": 505}, "charText": "紅", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 86, "y0": 506, "x1": 138, "y1": 507, "x2": 137, "y2": 553, "x3": 86, "y3": 553}, "charText": "塵", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 87, "y0": 555, "x1": 132, "y1": 556, "x2": 132, "y2": 598, "x3": 87, "y3": 597}, "charText": "歴", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 85, "y0": 598, "x1": 131, "y1": 598, "x2": 131, "y2": 644, "x3": 85, "y3": 643}, "charText": "盡", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 86, "y0": 645, "x1": 134, "y1": 646, "x2": 133, "y2": 691, "x3": 85, "y3": 690}, "charText": "離", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 85, "y0": 693, "x1": 134, "y1": 694, "x2": 134, "y2": 730, "x3": 84, "y3": 729}, "charText": "合", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 87, "y0": 731, "x1": 129, "y1": 732, "x2": 128, "y2": 773, "x3": 86, "y3": 772}, "charText": "悲", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 81, "y0": 772, "x1": 133, "y1": 774, "x2": 132, "y2": 816, "x3": 80, "y3": 815}, "charText": "歡", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 83, "y0": 814, "x1": 131, "y1": 815, "x2": 130, "y2": 859, "x3": 82, "y3": 858}, "charText": "炎", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 82, "y0": 858, "x1": 127, "y1": 859, "x2": 127, "y2": 902, "x3": 82, "y3": 901}, "charText": "凉", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 32, "y0": 26, "x1": 79, "y1": 26, "x2": 78, "y2": 67, "x3": 32, "y3": 67}, "charText": "世", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 31, "y0": 69, "x1": 79, "y1": 69, "x2": 79, "y2": 115, "x3": 31, "y3": 115}, "charText": "態", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 33, "y0": 115, "x1": 77, "y1": 116, "x2": 76, "y2": 162, "x3": 32, "y3": 162}, "charText": "的", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 29, "y0": 172, "x1": 79, "y1": 173, "x2": 79, "y2": 188, "x3": 29, "y3": 187}, "charText": "一", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 26, "y0": 201, "x1": 80, "y1": 202, "x2": 79, "y2": 246, "x3": 25, "y3": 245}, "charText": "段", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 30, "y0": 246, "x1": 79, "y1": 247, "x2": 78, "y2": 290, "x3": 29, "y3": 289}, "charText": "故", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 31, "y0": 289, "x1": 80, "y1": 290, "x2": 79, "y2": 339, "x3": 30, "y3": 339}, "charText": "事", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 25, "y0": 339, "x1": 78, "y1": 340, "x2": 77, "y2": 381, "x3": 25, "y3": 381}, "charText": "後", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 29, "y0": 383, "x1": 72, "y1": 384, "x2": 71, "y2": 424, "x3": 28, "y3": 423}, "charText": "面", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 31, "y0": 427, "x1": 76, "y1": 427, "x2": 76, "y2": 461, "x3": 31, "y3": 461}, "charText": "又", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 26, "y0": 462, "x1": 69, "y1": 463, "x2": 69, "y2": 512, "x3": 25, "y3": 511}, "charText": "有", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 24, "y0": 522, "x1": 74, "y1": 522, "x2": 74, "y2": 538, "x3": 24, "y3": 538}, "charText": "一", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 25, "y0": 552, "x1": 69, "y1": 553, "x2": 69, "y2": 598, "x3": 24, "y3": 597}, "charText": "首", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 25, "y0": 599, "x1": 69, "y1": 599, "x2": 68, "y2": 644, "x3": 25, "y3": 643}, "charText": "偈", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 24, "y0": 647, "x1": 75, "y1": 648, "x2": 75, "y2": 683, "x3": 24, "y3": 682}, "charText": "云", "textlineId": 8, "picUri": "", "isPicText": false}]}, "7501933907890323497": {"wordBoxList": [{"charPoly": {"x0": 522, "y0": 118, "x1": 575, "y1": 119, "x2": 575, "y2": 163, "x3": 522, "y3": 163}, "charText": "無", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 524, "y0": 164, "x1": 571, "y1": 165, "x2": 571, "y2": 211, "x3": 524, "y3": 211}, "charText": "材", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 525, "y0": 214, "x1": 571, "y1": 214, "x2": 571, "y2": 255, "x3": 525, "y3": 255}, "charText": "可", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 524, "y0": 255, "x1": 570, "y1": 255, "x2": 570, "y2": 296, "x3": 524, "y3": 296}, "charText": "去", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 522, "y0": 298, "x1": 571, "y1": 299, "x2": 571, "y2": 343, "x3": 522, "y3": 343}, "charText": "補", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 525, "y0": 342, "x1": 572, "y1": 342, "x2": 572, "y2": 391, "x3": 525, "y3": 391}, "charText": "蒼", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 525, "y0": 395, "x1": 573, "y1": 395, "x2": 572, "y2": 438, "x3": 525, "y3": 438}, "charText": "天", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 521, "y0": 518, "x1": 572, "y1": 518, "x2": 571, "y2": 561, "x3": 521, "y3": 561}, "charText": "枉", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 524, "y0": 569, "x1": 572, "y1": 570, "x2": 572, "y2": 598, "x3": 524, "y3": 597}, "charText": "入", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 524, "y0": 607, "x1": 572, "y1": 608, "x2": 571, "y2": 646, "x3": 524, "y3": 645}, "charText": "紅", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 521, "y0": 648, "x1": 567, "y1": 648, "x2": 567, "y2": 694, "x3": 521, "y3": 694}, "charText": "塵", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 522, "y0": 694, "x1": 566, "y1": 694, "x2": 566, "y2": 736, "x3": 521, "y3": 736}, "charText": "若", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 521, "y0": 737, "x1": 568, "y1": 738, "x2": 567, "y2": 782, "x3": 520, "y3": 781}, "charText": "許", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 520, "y0": 780, "x1": 571, "y1": 780, "x2": 571, "y2": 836, "x3": 520, "y3": 836}, "charText": "年", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 461, "y0": 120, "x1": 514, "y1": 120, "x2": 513, "y2": 160, "x3": 461, "y3": 160}, "charText": "此", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 462, "y0": 164, "x1": 508, "y1": 164, "x2": 508, "y2": 209, "x3": 461, "y3": 209}, "charText": "係", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 467, "y0": 209, "x1": 504, "y1": 209, "x2": 504, "y2": 259, "x3": 466, "y3": 259}, "charText": "身", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 460, "y0": 258, "x1": 508, "y1": 259, "x2": 508, "y2": 301, "x3": 460, "y3": 301}, "charText": "前", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 466, "y0": 302, "x1": 505, "y1": 302, "x2": 504, "y2": 346, "x3": 465, "y3": 346}, "charText": "身", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 461, "y0": 345, "x1": 510, "y1": 345, "x2": 510, "y2": 385, "x3": 461, "y3": 385}, "charText": "後", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 464, "y0": 384, "x1": 512, "y1": 384, "x2": 512, "y2": 439, "x3": 464, "y3": 438}, "charText": "事", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 460, "y0": 511, "x1": 506, "y1": 512, "x2": 506, "y2": 564, "x3": 459, "y3": 563}, "charText": "倩", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 457, "y0": 564, "x1": 506, "y1": 564, "x2": 506, "y2": 606, "x3": 457, "y3": 606}, "charText": "誰", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 457, "y0": 609, "x1": 509, "y1": 609, "x2": 509, "y2": 647, "x3": 457, "y3": 646}, "charText": "記", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 459, "y0": 647, "x1": 506, "y1": 647, "x2": 505, "y2": 690, "x3": 459, "y3": 689}, "charText": "去", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 461, "y0": 691, "x1": 506, "y1": 692, "x2": 506, "y2": 734, "x3": 461, "y3": 733}, "charText": "作", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 457, "y0": 733, "x1": 507, "y1": 734, "x2": 507, "y2": 780, "x3": 457, "y3": 780}, "charText": "竒", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 459, "y0": 781, "x1": 509, "y1": 781, "x2": 509, "y2": 834, "x3": 459, "y3": 834}, "charText": "傳", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 400, "y0": 34, "x1": 448, "y1": 34, "x2": 448, "y2": 80, "x3": 400, "y3": 80}, "charText": "詩", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 401, "y0": 79, "x1": 451, "y1": 79, "x2": 451, "y2": 120, "x3": 401, "y3": 120}, "charText": "後", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 401, "y0": 122, "x1": 450, "y1": 123, "x2": 450, "y2": 164, "x3": 401, "y3": 164}, "charText": "便", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 402, "y0": 165, "x1": 451, "y1": 166, "x2": 451, "y2": 210, "x3": 401, "y3": 210}, "charText": "是", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 402, "y0": 209, "x1": 450, "y1": 210, "x2": 450, "y2": 249, "x3": 402, "y3": 249}, "charText": "此", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 401, "y0": 256, "x1": 444, "y1": 256, "x2": 444, "y2": 293, "x3": 401, "y3": 293}, "charText": "石", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 404, "y0": 294, "x1": 446, "y1": 294, "x2": 446, "y2": 339, "x3": 404, "y3": 339}, "charText": "墜", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 403, "y0": 339, "x1": 450, "y1": 339, "x2": 450, "y2": 386, "x3": 403, "y3": 386}, "charText": "落", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 401, "y0": 390, "x1": 449, "y1": 390, "x2": 449, "y2": 425, "x3": 400, "y3": 424}, "charText": "之", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 400, "y0": 428, "x1": 450, "y1": 428, "x2": 450, "y2": 474, "x3": 399, "y3": 474}, "charText": "鄉", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 399, "y0": 473, "x1": 449, "y1": 473, "x2": 449, "y2": 514, "x3": 399, "y3": 514}, "charText": "投", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 402, "y0": 516, "x1": 445, "y1": 516, "x2": 444, "y2": 559, "x3": 402, "y3": 558}, "charText": "胎", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 400, "y0": 563, "x1": 449, "y1": 563, "x2": 449, "y2": 598, "x3": 400, "y3": 598}, "charText": "之", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 400, "y0": 601, "x1": 450, "y1": 601, "x2": 450, "y2": 647, "x3": 399, "y3": 647}, "charText": "處", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 397, "y0": 648, "x1": 450, "y1": 649, "x2": 450, "y2": 691, "x3": 397, "y3": 691}, "charText": "親", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 405, "y0": 692, "x1": 441, "y1": 693, "x2": 441, "y2": 736, "x3": 405, "y3": 736}, "charText": "自", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 400, "y0": 737, "x1": 447, "y1": 738, "x2": 447, "y2": 778, "x3": 400, "y3": 777}, "charText": "經", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 398, "y0": 780, "x1": 445, "y1": 780, "x2": 444, "y2": 821, "x3": 397, "y3": 821}, "charText": "歴", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 401, "y0": 822, "x1": 443, "y1": 823, "x2": 443, "y2": 865, "x3": 401, "y3": 865}, "charText": "的", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 398, "y0": 877, "x1": 444, "y1": 878, "x2": 444, "y2": 894, "x3": 399, "y3": 894}, "charText": "一", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 339, "y0": 33, "x1": 391, "y1": 33, "x2": 391, "y2": 74, "x3": 339, "y3": 74}, "charText": "段", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 344, "y0": 73, "x1": 391, "y1": 74, "x2": 390, "y2": 121, "x3": 344, "y3": 120}, "charText": "陳", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 340, "y0": 122, "x1": 387, "y1": 123, "x2": 387, "y2": 163, "x3": 340, "y3": 163}, "charText": "跡", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 340, "y0": 164, "x1": 389, "y1": 164, "x2": 388, "y2": 206, "x3": 340, "y3": 205}, "charText": "故", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 341, "y0": 205, "x1": 391, "y1": 205, "x2": 390, "y2": 254, "x3": 341, "y3": 254}, "charText": "事", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 338, "y0": 255, "x1": 386, "y1": 255, "x2": 386, "y2": 299, "x3": 338, "y3": 298}, "charText": "其", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 343, "y0": 297, "x1": 381, "y1": 297, "x2": 381, "y2": 342, "x3": 343, "y3": 342}, "charText": "中", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 343, "y0": 342, "x1": 386, "y1": 342, "x2": 386, "y2": 386, "x3": 342, "y3": 386}, "charText": "家", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 340, "y0": 386, "x1": 387, "y1": 387, "x2": 387, "y2": 430, "x3": 340, "y3": 430}, "charText": "庭", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 344, "y0": 431, "x1": 384, "y1": 432, "x2": 383, "y2": 472, "x3": 344, "y3": 472}, "charText": "閨", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 345, "y0": 475, "x1": 382, "y1": 475, "x2": 382, "y2": 517, "x3": 345, "y3": 517}, "charText": "閣", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 340, "y0": 518, "x1": 384, "y1": 518, "x2": 384, "y2": 563, "x3": 340, "y3": 562}, "charText": "瑣", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 341, "y0": 563, "x1": 390, "y1": 563, "x2": 389, "y2": 614, "x3": 341, "y3": 614}, "charText": "事", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 341, "y0": 616, "x1": 384, "y1": 616, "x2": 383, "y2": 648, "x3": 341, "y3": 647}, "charText": "以", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 341, "y0": 650, "x1": 387, "y1": 651, "x2": 387, "y2": 690, "x3": 340, "y3": 689}, "charText": "及", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 342, "y0": 692, "x1": 382, "y1": 693, "x2": 381, "y2": 735, "x3": 341, "y3": 735}, "charText": "閒", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 340, "y0": 734, "x1": 383, "y1": 735, "x2": 382, "y2": 781, "x3": 339, "y3": 781}, "charText": "情", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 335, "y0": 780, "x1": 383, "y1": 781, "x2": 382, "y2": 827, "x3": 334, "y3": 826}, "charText": "詩", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 333, "y0": 827, "x1": 388, "y1": 828, "x2": 387, "y2": 869, "x3": 332, "y3": 868}, "charText": "試", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 335, "y0": 870, "x1": 381, "y1": 871, "x2": 381, "y2": 909, "x3": 334, "y3": 908}, "charText": "到", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 281, "y0": 33, "x1": 329, "y1": 33, "x2": 329, "y2": 75, "x3": 281, "y3": 75}, "charText": "還", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 280, "y0": 77, "x1": 330, "y1": 77, "x2": 330, "y2": 115, "x3": 280, "y3": 115}, "charText": "全", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 281, "y0": 117, "x1": 331, "y1": 118, "x2": 330, "y2": 162, "x3": 280, "y3": 162}, "charText": "脩", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 283, "y0": 162, "x1": 329, "y1": 163, "x2": 328, "y2": 208, "x3": 282, "y3": 207}, "charText": "或", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 282, "y0": 210, "x1": 324, "y1": 211, "x2": 324, "y2": 254, "x3": 281, "y3": 253}, "charText": "可", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 279, "y0": 254, "x1": 326, "y1": 255, "x2": 325, "y2": 297, "x3": 279, "y3": 297}, "charText": "適", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 276, "y0": 297, "x1": 325, "y1": 298, "x2": 325, "y2": 340, "x3": 276, "y3": 339}, "charText": "趣", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 280, "y0": 340, "x1": 325, "y1": 340, "x2": 325, "y2": 386, "x3": 279, "y3": 386}, "charText": "觧", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 282, "y0": 386, "x1": 328, "y1": 386, "x2": 328, "y2": 430, "x3": 282, "y3": 429}, "charText": "悶", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 280, "y0": 429, "x1": 324, "y1": 429, "x2": 324, "y2": 468, "x3": 280, "y3": 468}, "charText": "然", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 276, "y0": 469, "x1": 322, "y1": 470, "x2": 322, "y2": 516, "x3": 276, "y3": 515}, "charText": "朝", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 277, "y0": 516, "x1": 325, "y1": 516, "x2": 325, "y2": 557, "x3": 276, "y3": 556}, "charText": "代", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 274, "y0": 557, "x1": 320, "y1": 557, "x2": 320, "y2": 607, "x3": 274, "y3": 607}, "charText": "年", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 279, "y0": 609, "x1": 327, "y1": 609, "x2": 327, "y2": 646, "x3": 279, "y3": 645}, "charText": "絁", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 278, "y0": 648, "x1": 325, "y1": 649, "x2": 325, "y2": 686, "x3": 278, "y3": 685}, "charText": "地", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 275, "y0": 689, "x1": 327, "y1": 689, "x2": 326, "y2": 734, "x3": 274, "y3": 733}, "charText": "輿", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 276, "y0": 735, "x1": 323, "y1": 735, "x2": 323, "y2": 780, "x3": 275, "y3": 779}, "charText": "邦", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 282, "y0": 781, "x1": 326, "y1": 781, "x2": 326, "y2": 821, "x3": 281, "y3": 821}, "charText": "國", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 274, "y0": 820, "x1": 322, "y1": 821, "x2": 322, "y2": 866, "x3": 273, "y3": 865}, "charText": "却", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 278, "y0": 865, "x1": 325, "y1": 865, "x2": 324, "y2": 907, "x3": 277, "y3": 907}, "charText": "失", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 223, "y0": 29, "x1": 272, "y1": 30, "x2": 272, "y2": 73, "x3": 223, "y3": 73}, "charText": "落", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 220, "y0": 74, "x1": 270, "y1": 75, "x2": 270, "y2": 116, "x3": 220, "y3": 115}, "charText": "無", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 222, "y0": 116, "x1": 271, "y1": 117, "x2": 271, "y2": 165, "x3": 221, "y3": 164}, "charText": "𦒱", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 224, "y0": 167, "x1": 267, "y1": 167, "x2": 267, "y2": 207, "x3": 224, "y3": 206}, "charText": "空", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 223, "y0": 209, "x1": 266, "y1": 210, "x2": 266, "y2": 250, "x3": 223, "y3": 249}, "charText": "空", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 220, "y0": 251, "x1": 268, "y1": 251, "x2": 267, "y2": 294, "x3": 220, "y3": 293}, "charText": "道", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 219, "y0": 297, "x1": 269, "y1": 298, "x2": 268, "y2": 331, "x3": 218, "y3": 330}, "charText": "人", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 218, "y0": 333, "x1": 267, "y1": 333, "x2": 266, "y2": 381, "x3": 217, "y3": 381}, "charText": "遂", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 221, "y0": 383, "x1": 264, "y1": 384, "x2": 264, "y2": 424, "x3": 221, "y3": 424}, "charText": "向", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 219, "y0": 429, "x1": 261, "y1": 429, "x2": 261, "y2": 466, "x3": 218, "y3": 466}, "charText": "石", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 220, "y0": 470, "x1": 264, "y1": 471, "x2": 264, "y2": 513, "x3": 220, "y3": 513}, "charText": "頭", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 217, "y0": 515, "x1": 267, "y1": 515, "x2": 266, "y2": 556, "x3": 217, "y3": 555}, "charText": "説", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 219, "y0": 557, "x1": 268, "y1": 557, "x2": 267, "y2": 601, "x3": 219, "y3": 601}, "charText": "道", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 218, "y0": 606, "x1": 261, "y1": 607, "x2": 261, "y2": 643, "x3": 218, "y3": 643}, "charText": "石", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 221, "y0": 647, "x1": 267, "y1": 647, "x2": 267, "y2": 684, "x3": 221, "y3": 684}, "charText": "兄", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 220, "y0": 686, "x1": 264, "y1": 687, "x2": 263, "y2": 732, "x3": 219, "y3": 732}, "charText": "你", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 217, "y0": 736, "x1": 264, "y1": 737, "x2": 263, "y2": 779, "x3": 217, "y3": 779}, "charText": "這", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 216, "y0": 790, "x1": 264, "y1": 791, "x2": 264, "y2": 806, "x3": 216, "y3": 805}, "charText": "一", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 213, "y0": 819, "x1": 265, "y1": 820, "x2": 265, "y2": 863, "x3": 213, "y3": 863}, "charText": "殺", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 215, "y0": 864, "x1": 266, "y1": 864, "x2": 266, "y2": 907, "x3": 215, "y3": 906}, "charText": "故", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 163, "y0": 28, "x1": 215, "y1": 29, "x2": 214, "y2": 76, "x3": 162, "y3": 75}, "charText": "事", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 161, "y0": 75, "x1": 211, "y1": 75, "x2": 210, "y2": 123, "x3": 161, "y3": 122}, "charText": "據", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 162, "y0": 123, "x1": 207, "y1": 124, "x2": 206, "y2": 164, "x3": 161, "y3": 163}, "charText": "你", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 165, "y0": 164, "x1": 202, "y1": 164, "x2": 201, "y2": 208, "x3": 165, "y3": 207}, "charText": "自", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 165, "y0": 210, "x1": 208, "y1": 210, "x2": 207, "y2": 247, "x3": 165, "y3": 247}, "charText": "已", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 157, "y0": 249, "x1": 210, "y1": 250, "x2": 210, "y2": 294, "x3": 157, "y3": 294}, "charText": "説", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 161, "y0": 296, "x1": 202, "y1": 296, "x2": 202, "y2": 341, "x3": 160, "y3": 340}, "charText": "有", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 161, "y0": 340, "x1": 205, "y1": 340, "x2": 205, "y2": 379, "x3": 161, "y3": 378}, "charText": "些", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 155, "y0": 380, "x1": 206, "y1": 381, "x2": 206, "y2": 423, "x3": 155, "y3": 423}, "charText": "趣", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 158, "y0": 424, "x1": 209, "y1": 424, "x2": 208, "y2": 471, "x3": 158, "y3": 471}, "charText": "味", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 158, "y0": 470, "x1": 207, "y1": 471, "x2": 206, "y2": 512, "x3": 157, "y3": 511}, "charText": "故", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 157, "y0": 513, "x1": 204, "y1": 513, "x2": 203, "y2": 558, "x3": 157, "y3": 557}, "charText": "編", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 159, "y0": 558, "x1": 201, "y1": 558, "x2": 202, "y2": 604, "x3": 159, "y3": 604}, "charText": "寫", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 157, "y0": 603, "x1": 202, "y1": 604, "x2": 202, "y2": 647, "x3": 157, "y3": 646}, "charText": "在", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 159, "y0": 647, "x1": 207, "y1": 648, "x2": 207, "y2": 686, "x3": 159, "y3": 686}, "charText": "此", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 155, "y0": 689, "x1": 202, "y1": 689, "x2": 202, "y2": 736, "x3": 155, "y3": 735}, "charText": "意", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 154, "y0": 736, "x1": 203, "y1": 737, "x2": 203, "y2": 777, "x3": 154, "y3": 776}, "charText": "欲", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 160, "y0": 778, "x1": 201, "y1": 779, "x2": 201, "y2": 823, "x3": 160, "y3": 822}, "charText": "問", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 155, "y0": 822, "x1": 200, "y1": 822, "x2": 199, "y2": 861, "x3": 155, "y3": 861}, "charText": "世", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 152, "y0": 861, "x1": 203, "y1": 862, "x2": 202, "y2": 910, "x3": 151, "y3": 909}, "charText": "傳", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 101, "y0": 27, "x1": 153, "y1": 28, "x2": 152, "y2": 78, "x3": 100, "y3": 77}, "charText": "部", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 100, "y0": 76, "x1": 151, "y1": 77, "x2": 150, "y2": 120, "x3": 100, "y3": 119}, "charText": "據", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 100, "y0": 117, "x1": 147, "y1": 118, "x2": 146, "y2": 162, "x3": 99, "y3": 161}, "charText": "我", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 98, "y0": 161, "x1": 142, "y1": 162, "x2": 141, "y2": 210, "x3": 97, "y3": 209}, "charText": "看", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 102, "y0": 208, "x1": 149, "y1": 209, "x2": 148, "y2": 252, "x3": 101, "y3": 252}, "charText": "来", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 101, "y0": 251, "x1": 143, "y1": 252, "x2": 142, "y2": 307, "x3": 100, "y3": 306}, "charText": "第", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 97, "y0": 313, "x1": 143, "y1": 314, "x2": 143, "y2": 328, "x3": 98, "y3": 327}, "charText": "一", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 97, "y0": 332, "x1": 140, "y1": 333, "x2": 139, "y2": 381, "x3": 97, "y3": 381}, "charText": "件", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 92, "y0": 380, "x1": 145, "y1": 381, "x2": 145, "y2": 423, "x3": 91, "y3": 422}, "charText": "無", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 92, "y0": 424, "x1": 138, "y1": 425, "x2": 138, "y2": 469, "x3": 92, "y3": 468}, "charText": "朝", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 92, "y0": 469, "x1": 144, "y1": 469, "x2": 143, "y2": 511, "x3": 91, "y3": 511}, "charText": "代", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 91, "y0": 511, "x1": 139, "y1": 512, "x2": 139, "y2": 563, "x3": 91, "y3": 562}, "charText": "年", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 95, "y0": 564, "x1": 143, "y1": 564, "x2": 143, "y2": 600, "x3": 95, "y3": 600}, "charText": "紀", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 94, "y0": 603, "x1": 139, "y1": 603, "x2": 139, "y2": 646, "x3": 94, "y3": 645}, "charText": "可", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 93, "y0": 645, "x1": 146, "y1": 645, "x2": 145, "y2": 692, "x3": 92, "y3": 691}, "charText": "考", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 100, "y0": 692, "x1": 139, "y1": 692, "x2": 139, "y2": 746, "x3": 100, "y3": 746}, "charText": "第", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 95, "y0": 748, "x1": 141, "y1": 749, "x2": 141, "y2": 776, "x3": 95, "y3": 775}, "charText": "二", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 93, "y0": 776, "x1": 141, "y1": 777, "x2": 140, "y2": 824, "x3": 93, "y3": 823}, "charText": "件", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 91, "y0": 823, "x1": 140, "y1": 824, "x2": 140, "y2": 863, "x3": 91, "y3": 862}, "charText": "並", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 89, "y0": 864, "x1": 144, "y1": 865, "x2": 143, "y2": 907, "x3": 88, "y3": 906}, "charText": "無", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 37, "y0": 26, "x1": 86, "y1": 27, "x2": 86, "y2": 68, "x3": 37, "y3": 68}, "charText": "大", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 40, "y0": 69, "x1": 85, "y1": 69, "x2": 84, "y2": 118, "x3": 39, "y3": 118}, "charText": "賢", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 38, "y0": 116, "x1": 84, "y1": 117, "x2": 84, "y2": 158, "x3": 37, "y3": 158}, "charText": "大", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 37, "y0": 157, "x1": 88, "y1": 158, "x2": 87, "y2": 206, "x3": 36, "y3": 205}, "charText": "忠", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 34, "y0": 210, "x1": 81, "y1": 211, "x2": 80, "y2": 248, "x3": 33, "y3": 247}, "charText": "理", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 30, "y0": 249, "x1": 78, "y1": 250, "x2": 77, "y2": 297, "x3": 29, "y3": 296}, "charText": "朝", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 31, "y0": 297, "x1": 84, "y1": 297, "x2": 84, "y2": 336, "x3": 30, "y3": 336}, "charText": "廷", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 32, "y0": 336, "x1": 75, "y1": 336, "x2": 75, "y2": 377, "x3": 32, "y3": 376}, "charText": "治", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 31, "y0": 379, "x1": 81, "y1": 380, "x2": 80, "y2": 422, "x3": 31, "y3": 421}, "charText": "風", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 28, "y0": 426, "x1": 82, "y1": 427, "x2": 82, "y2": 465, "x3": 28, "y3": 464}, "charText": "俗", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 31, "y0": 466, "x1": 76, "y1": 466, "x2": 76, "y2": 508, "x3": 31, "y3": 508}, "charText": "的", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 28, "y0": 509, "x1": 75, "y1": 509, "x2": 75, "y2": 555, "x3": 28, "y3": 556}, "charText": "善", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 29, "y0": 557, "x1": 83, "y1": 557, "x2": 83, "y2": 598, "x3": 29, "y3": 598}, "charText": "政", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 28, "y0": 599, "x1": 77, "y1": 598, "x2": 77, "y2": 643, "x3": 28, "y3": 644}, "charText": "其", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 34, "y0": 642, "x1": 71, "y1": 642, "x2": 71, "y2": 693, "x3": 33, "y3": 694}, "charText": "中", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 32, "y0": 696, "x1": 73, "y1": 696, "x2": 73, "y2": 732, "x3": 32, "y3": 732}, "charText": "只", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 30, "y0": 736, "x1": 72, "y1": 737, "x2": 72, "y2": 775, "x3": 29, "y3": 775}, "charText": "不", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 26, "y0": 777, "x1": 78, "y1": 777, "x2": 77, "y2": 820, "x3": 25, "y3": 820}, "charText": "過", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 25, "y0": 818, "x1": 78, "y1": 820, "x2": 77, "y2": 865, "x3": 24, "y3": 864}, "charText": "幾", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 26, "y0": 865, "x1": 74, "y1": 866, "x2": 74, "y2": 906, "x3": 25, "y3": 905}, "charText": "個", "textlineId": 8, "picUri": "", "isPicText": false}]}, "7501933907890339881": {"wordBoxList": [{"charPoly": {"x0": 524, "y0": 39, "x1": 573, "y1": 40, "x2": 572, "y2": 82, "x3": 523, "y3": 82}, "charText": "異", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 527, "y0": 82, "x1": 573, "y1": 83, "x2": 573, "y2": 128, "x3": 526, "y3": 127}, "charText": "樣", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 523, "y0": 131, "x1": 571, "y1": 132, "x2": 570, "y2": 167, "x3": 522, "y3": 166}, "charText": "女", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 526, "y0": 170, "x1": 571, "y1": 171, "x2": 571, "y2": 212, "x3": 525, "y3": 211}, "charText": "予", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 526, "y0": 212, "x1": 571, "y1": 213, "x2": 570, "y2": 254, "x3": 526, "y3": 253}, "charText": "或", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 526, "y0": 253, "x1": 568, "y1": 254, "x2": 567, "y2": 302, "x3": 525, "y3": 301}, "charText": "情", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 525, "y0": 300, "x1": 569, "y1": 301, "x2": 568, "y2": 345, "x3": 524, "y3": 344}, "charText": "或", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 522, "y0": 343, "x1": 570, "y1": 344, "x2": 569, "y2": 387, "x3": 522, "y3": 387}, "charText": "癡", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 524, "y0": 386, "x1": 569, "y1": 387, "x2": 568, "y2": 429, "x3": 523, "y3": 429}, "charText": "或", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 522, "y0": 432, "x1": 565, "y1": 433, "x2": 564, "y2": 470, "x3": 522, "y3": 469}, "charText": "小", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 523, "y0": 470, "x1": 560, "y1": 471, "x2": 560, "y2": 515, "x3": 522, "y3": 514}, "charText": "才", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 518, "y0": 516, "x1": 565, "y1": 516, "x2": 565, "y2": 558, "x3": 518, "y3": 558}, "charText": "微", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 518, "y0": 560, "x1": 567, "y1": 560, "x2": 566, "y2": 607, "x3": 518, "y3": 606}, "charText": "善", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 517, "y0": 608, "x1": 563, "y1": 609, "x2": 563, "y2": 648, "x3": 517, "y3": 647}, "charText": "亦", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 513, "y0": 648, "x1": 564, "y1": 648, "x2": 563, "y2": 692, "x3": 512, "y3": 692}, "charText": "無", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 515, "y0": 695, "x1": 563, "y1": 696, "x2": 562, "y2": 735, "x3": 514, "y3": 734}, "charText": "班", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 511, "y0": 734, "x1": 560, "y1": 735, "x2": 560, "y2": 773, "x3": 510, "y3": 772}, "charText": "姑", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 512, "y0": 773, "x1": 561, "y1": 774, "x2": 561, "y2": 821, "x3": 512, "y3": 820}, "charText": "蔡", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 509, "y0": 823, "x1": 560, "y1": 824, "x2": 560, "y2": 859, "x3": 508, "y3": 858}, "charText": "女", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 514, "y0": 864, "x1": 561, "y1": 865, "x2": 561, "y2": 899, "x3": 513, "y3": 899}, "charText": "之", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 464, "y0": 36, "x1": 511, "y1": 37, "x2": 510, "y2": 81, "x3": 464, "y3": 80}, "charText": "徳", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 467, "y0": 81, "x1": 514, "y1": 82, "x2": 513, "y2": 125, "x3": 466, "y3": 124}, "charText": "能", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 468, "y0": 124, "x1": 511, "y1": 125, "x2": 511, "y2": 166, "x3": 467, "y3": 165}, "charText": "我", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 465, "y0": 168, "x1": 510, "y1": 169, "x2": 509, "y2": 213, "x3": 464, "y3": 212}, "charText": "總", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 463, "y0": 213, "x1": 505, "y1": 214, "x2": 504, "y2": 256, "x3": 461, "y3": 255}, "charText": "抄", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 462, "y0": 257, "x1": 511, "y1": 258, "x2": 510, "y2": 299, "x3": 461, "y3": 298}, "charText": "行", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 463, "y0": 302, "x1": 506, "y1": 302, "x2": 505, "y2": 343, "x3": 463, "y3": 343}, "charText": "恐", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 460, "y0": 343, "x1": 504, "y1": 344, "x2": 504, "y2": 382, "x3": 459, "y3": 381}, "charText": "世", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 460, "y0": 387, "x1": 506, "y1": 388, "x2": 506, "y2": 423, "x3": 460, "y3": 422}, "charText": "人", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 460, "y0": 430, "x1": 500, "y1": 431, "x2": 500, "y2": 469, "x3": 460, "y3": 468}, "charText": "不", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 461, "y0": 469, "x1": 504, "y1": 469, "x2": 503, "y2": 516, "x3": 461, "y3": 515}, "charText": "愛", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 458, "y0": 516, "x1": 501, "y1": 517, "x2": 500, "y2": 563, "x3": 457, "y3": 562}, "charText": "看", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 460, "y0": 564, "x1": 505, "y1": 565, "x2": 504, "y2": 604, "x3": 459, "y3": 604}, "charText": "呢", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 455, "y0": 607, "x1": 496, "y1": 608, "x2": 495, "y2": 644, "x3": 454, "y3": 643}, "charText": "石", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 457, "y0": 649, "x1": 499, "y1": 650, "x2": 498, "y2": 693, "x3": 456, "y3": 692}, "charText": "頭", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 457, "y0": 692, "x1": 500, "y1": 693, "x2": 500, "y2": 737, "x3": 457, "y3": 737}, "charText": "笑", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 460, "y0": 741, "x1": 501, "y1": 742, "x2": 501, "y2": 772, "x3": 459, "y3": 772}, "charText": "曰", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 456, "y0": 772, "x1": 500, "y1": 773, "x2": 499, "y2": 817, "x3": 455, "y3": 817}, "charText": "我", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 456, "y0": 822, "x1": 498, "y1": 823, "x2": 497, "y2": 866, "x3": 456, "y3": 865}, "charText": "師", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 452, "y0": 865, "x1": 497, "y1": 867, "x2": 496, "y2": 904, "x3": 451, "y3": 903}, "charText": "何", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 408, "y0": 37, "x1": 451, "y1": 37, "x2": 451, "y2": 76, "x3": 408, "y3": 76}, "charText": "太", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 405, "y0": 78, "x1": 453, "y1": 79, "x2": 452, "y2": 123, "x3": 404, "y3": 122}, "charText": "癡", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 407, "y0": 125, "x1": 452, "y1": 126, "x2": 452, "y2": 165, "x3": 406, "y3": 164}, "charText": "也", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 403, "y0": 168, "x1": 448, "y1": 170, "x2": 446, "y2": 211, "x3": 402, "y3": 210}, "charText": "若", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 404, "y0": 216, "x1": 445, "y1": 217, "x2": 443, "y2": 252, "x3": 403, "y3": 250}, "charText": "云", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 400, "y0": 253, "x1": 449, "y1": 254, "x2": 448, "y2": 297, "x3": 399, "y3": 296}, "charText": "無", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 399, "y0": 299, "x1": 445, "y1": 300, "x2": 444, "y2": 342, "x3": 398, "y3": 341}, "charText": "朝", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 400, "y0": 342, "x1": 448, "y1": 343, "x2": 447, "y2": 383, "x3": 400, "y3": 382}, "charText": "代", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 401, "y0": 383, "x1": 442, "y1": 384, "x2": 442, "y2": 426, "x3": 401, "y3": 425}, "charText": "可", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 397, "y0": 425, "x1": 448, "y1": 426, "x2": 447, "y2": 474, "x3": 397, "y3": 473}, "charText": "考", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 398, "y0": 475, "x1": 446, "y1": 476, "x2": 445, "y2": 515, "x3": 398, "y3": 514}, "charText": "今", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 399, "y0": 514, "x1": 446, "y1": 515, "x2": 445, "y2": 559, "x3": 398, "y3": 558}, "charText": "我", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 399, "y0": 562, "x1": 441, "y1": 563, "x2": 441, "y2": 605, "x3": 399, "y3": 604}, "charText": "師", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 395, "y0": 603, "x1": 442, "y1": 604, "x2": 442, "y2": 647, "x3": 395, "y3": 646}, "charText": "竟", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 393, "y0": 649, "x1": 444, "y1": 650, "x2": 444, "y2": 687, "x3": 393, "y3": 686}, "charText": "假", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 392, "y0": 687, "x1": 440, "y1": 688, "x2": 440, "y2": 731, "x3": 392, "y3": 730}, "charText": "借", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 395, "y0": 732, "x1": 438, "y1": 732, "x2": 438, "y2": 775, "x3": 395, "y3": 774}, "charText": "漢", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 391, "y0": 774, "x1": 435, "y1": 775, "x2": 434, "y2": 816, "x3": 391, "y3": 815}, "charText": "唐", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 391, "y0": 815, "x1": 436, "y1": 816, "x2": 435, "y2": 861, "x3": 390, "y3": 860}, "charText": "等", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 389, "y0": 859, "x1": 436, "y1": 860, "x2": 435, "y2": 904, "x3": 388, "y3": 903}, "charText": "年", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 346, "y0": 39, "x1": 395, "y1": 39, "x2": 394, "y2": 78, "x3": 345, "y3": 77}, "charText": "紀", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 346, "y0": 81, "x1": 394, "y1": 82, "x2": 393, "y2": 123, "x3": 345, "y3": 122}, "charText": "添", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 344, "y0": 126, "x1": 395, "y1": 127, "x2": 394, "y2": 167, "x3": 343, "y3": 165}, "charText": "綴", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 346, "y0": 170, "x1": 390, "y1": 171, "x2": 390, "y2": 203, "x3": 346, "y3": 203}, "charText": "又", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 342, "y0": 205, "x1": 385, "y1": 207, "x2": 383, "y2": 253, "x3": 341, "y3": 252}, "charText": "有", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 339, "y0": 254, "x1": 387, "y1": 256, "x2": 386, "y2": 298, "x3": 338, "y3": 296}, "charText": "何", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 338, "y0": 297, "x1": 391, "y1": 298, "x2": 390, "y2": 343, "x3": 337, "y3": 342}, "charText": "難", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 337, "y0": 343, "x1": 384, "y1": 345, "x2": 383, "y2": 379, "x3": 337, "y3": 378}, "charText": "但", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 340, "y0": 376, "x1": 386, "y1": 377, "x2": 386, "y2": 424, "x3": 340, "y3": 423}, "charText": "我", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 338, "y0": 424, "x1": 385, "y1": 425, "x2": 385, "y2": 469, "x3": 338, "y3": 468}, "charText": "想", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 337, "y0": 470, "x1": 382, "y1": 471, "x2": 382, "y2": 512, "x3": 336, "y3": 511}, "charText": "歴", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 339, "y0": 511, "x1": 385, "y1": 511, "x2": 384, "y2": 559, "x3": 339, "y3": 559}, "charText": "来", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 338, "y0": 561, "x1": 381, "y1": 561, "x2": 381, "y2": 605, "x3": 338, "y3": 605}, "charText": "野", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 336, "y0": 605, "x1": 384, "y1": 606, "x2": 383, "y2": 646, "x3": 335, "y3": 645}, "charText": "史", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 337, "y0": 645, "x1": 376, "y1": 646, "x2": 375, "y2": 689, "x3": 336, "y3": 688}, "charText": "皆", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 334, "y0": 690, "x1": 376, "y1": 691, "x2": 375, "y2": 731, "x3": 333, "y3": 730}, "charText": "蹈", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 332, "y0": 743, "x1": 378, "y1": 744, "x2": 378, "y2": 761, "x3": 333, "y3": 759}, "charText": "一", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 330, "y0": 770, "x1": 383, "y1": 771, "x2": 382, "y2": 814, "x3": 329, "y3": 813}, "charText": "轍", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 330, "y0": 814, "x1": 376, "y1": 815, "x2": 375, "y2": 861, "x3": 329, "y3": 860}, "charText": "莫", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 325, "y0": 862, "x1": 377, "y1": 863, "x2": 376, "y2": 900, "x3": 324, "y3": 899}, "charText": "如", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 286, "y0": 33, "x1": 334, "y1": 34, "x2": 333, "y2": 79, "x3": 286, "y3": 78}, "charText": "我", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 286, "y0": 81, "x1": 327, "y1": 82, "x2": 326, "y2": 120, "x3": 285, "y3": 119}, "charText": "不", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 283, "y0": 120, "x1": 330, "y1": 121, "x2": 329, "y2": 165, "x3": 283, "y3": 164}, "charText": "借", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 282, "y0": 166, "x1": 331, "y1": 167, "x2": 330, "y2": 204, "x3": 281, "y3": 203}, "charText": "此", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 281, "y0": 203, "x1": 330, "y1": 205, "x2": 329, "y2": 252, "x3": 280, "y3": 251}, "charText": "套", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 280, "y0": 252, "x1": 330, "y1": 253, "x2": 329, "y2": 298, "x3": 278, "y3": 297}, "charText": "者", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 280, "y0": 299, "x1": 326, "y1": 300, "x2": 326, "y2": 338, "x3": 279, "y3": 337}, "charText": "反", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 278, "y0": 338, "x1": 322, "y1": 339, "x2": 321, "y2": 381, "x3": 277, "y3": 380}, "charText": "到", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 276, "y0": 380, "x1": 324, "y1": 381, "x2": 323, "y2": 425, "x3": 275, "y3": 424}, "charText": "新", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 276, "y0": 424, "x1": 322, "y1": 425, "x2": 321, "y2": 474, "x3": 275, "y3": 473}, "charText": "竒", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 276, "y0": 473, "x1": 318, "y1": 474, "x2": 318, "y2": 516, "x3": 276, "y3": 516}, "charText": "别", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 276, "y0": 516, "x1": 326, "y1": 517, "x2": 325, "y2": 558, "x3": 276, "y3": 558}, "charText": "致", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 277, "y0": 561, "x1": 318, "y1": 562, "x2": 318, "y2": 600, "x3": 277, "y3": 599}, "charText": "不", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 275, "y0": 601, "x1": 320, "y1": 602, "x2": 319, "y2": 642, "x3": 274, "y3": 641}, "charText": "過", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 277, "y0": 648, "x1": 318, "y1": 648, "x2": 318, "y2": 684, "x3": 276, "y3": 683}, "charText": "只", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 275, "y0": 689, "x1": 322, "y1": 690, "x2": 322, "y2": 729, "x3": 274, "y3": 728}, "charText": "取", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 272, "y0": 729, "x1": 318, "y1": 729, "x2": 317, "y2": 773, "x3": 271, "y3": 772}, "charText": "其", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 272, "y0": 772, "x1": 314, "y1": 773, "x2": 313, "y2": 822, "x3": 271, "y3": 821}, "charText": "事", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 271, "y0": 820, "x1": 316, "y1": 821, "x2": 316, "y2": 861, "x3": 270, "y3": 860}, "charText": "體", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 272, "y0": 860, "x1": 316, "y1": 861, "x2": 316, "y2": 904, "x3": 271, "y3": 903}, "charText": "情", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 228, "y0": 37, "x1": 271, "y1": 37, "x2": 271, "y2": 74, "x3": 228, "y3": 73}, "charText": "理", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 227, "y0": 76, "x1": 271, "y1": 76, "x2": 271, "y2": 123, "x3": 226, "y3": 122}, "charText": "罷", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 232, "y0": 124, "x1": 273, "y1": 125, "x2": 273, "y2": 166, "x3": 232, "y3": 166}, "charText": "了", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 227, "y0": 170, "x1": 269, "y1": 171, "x2": 269, "y2": 206, "x3": 227, "y3": 206}, "charText": "又", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 221, "y0": 210, "x1": 267, "y1": 211, "x2": 266, "y2": 254, "x3": 220, "y3": 253}, "charText": "何", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 224, "y0": 257, "x1": 265, "y1": 258, "x2": 264, "y2": 295, "x3": 224, "y3": 294}, "charText": "必", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 221, "y0": 294, "x1": 266, "y1": 295, "x2": 265, "y2": 336, "x3": 220, "y3": 334}, "charText": "拘", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 220, "y0": 336, "x1": 264, "y1": 337, "x2": 264, "y2": 378, "x3": 219, "y3": 377}, "charText": "拘", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 218, "y0": 379, "x1": 266, "y1": 380, "x2": 265, "y2": 422, "x3": 217, "y3": 421}, "charText": "於", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 217, "y0": 423, "x1": 261, "y1": 424, "x2": 260, "y2": 469, "x3": 217, "y3": 468}, "charText": "朝", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 218, "y0": 468, "x1": 263, "y1": 468, "x2": 263, "y2": 510, "x3": 218, "y3": 510}, "charText": "代", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 216, "y0": 511, "x1": 259, "y1": 511, "x2": 258, "y2": 561, "x3": 216, "y3": 561}, "charText": "年", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 218, "y0": 564, "x1": 264, "y1": 564, "x2": 263, "y2": 597, "x3": 218, "y3": 596}, "charText": "紀", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 216, "y0": 596, "x1": 264, "y1": 597, "x2": 264, "y2": 641, "x3": 216, "y3": 640}, "charText": "哉", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 217, "y0": 641, "x1": 258, "y1": 642, "x2": 258, "y2": 689, "x3": 216, "y3": 688}, "charText": "市", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 218, "y0": 689, "x1": 256, "y1": 690, "x2": 255, "y2": 732, "x3": 218, "y3": 731}, "charText": "井", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 214, "y0": 735, "x1": 261, "y1": 736, "x2": 260, "y2": 772, "x3": 214, "y3": 771}, "charText": "俗", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 213, "y0": 776, "x1": 261, "y1": 778, "x2": 261, "y2": 811, "x3": 212, "y3": 810}, "charText": "人", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 211, "y0": 810, "x1": 257, "y1": 810, "x2": 256, "y2": 856, "x3": 210, "y3": 855}, "charText": "喜", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 210, "y0": 857, "x1": 253, "y1": 858, "x2": 252, "y2": 901, "x3": 209, "y3": 901}, "charText": "看", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 167, "y0": 35, "x1": 212, "y1": 35, "x2": 212, "y2": 71, "x3": 166, "y3": 71}, "charText": "理", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 167, "y0": 74, "x1": 209, "y1": 75, "x2": 208, "y2": 116, "x3": 166, "y3": 115}, "charText": "治", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 166, "y0": 120, "x1": 212, "y1": 121, "x2": 212, "y2": 155, "x3": 165, "y3": 154}, "charText": "之", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 164, "y0": 158, "x1": 206, "y1": 159, "x2": 205, "y2": 206, "x3": 164, "y3": 205}, "charText": "書", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 162, "y0": 206, "x1": 206, "y1": 207, "x2": 205, "y2": 251, "x3": 161, "y3": 250}, "charText": "者", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 160, "y0": 251, "x1": 206, "y1": 251, "x2": 205, "y2": 294, "x3": 159, "y3": 293}, "charText": "甚", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 166, "y0": 296, "x1": 211, "y1": 298, "x2": 209, "y2": 339, "x3": 165, "y3": 338}, "charText": "少", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 163, "y0": 337, "x1": 207, "y1": 338, "x2": 206, "y2": 382, "x3": 162, "y3": 381}, "charText": "愛", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 160, "y0": 380, "x1": 201, "y1": 381, "x2": 200, "y2": 426, "x3": 159, "y3": 425}, "charText": "看", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 159, "y0": 426, "x1": 204, "y1": 427, "x2": 203, "y2": 468, "x3": 158, "y3": 468}, "charText": "適", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 159, "y0": 468, "x1": 203, "y1": 469, "x2": 202, "y2": 516, "x3": 159, "y3": 516}, "charText": "情", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 162, "y0": 517, "x1": 200, "y1": 518, "x2": 200, "y2": 560, "x3": 162, "y3": 560}, "charText": "閑", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 162, "y0": 560, "x1": 204, "y1": 560, "x2": 204, "y2": 597, "x3": 161, "y3": 596}, "charText": "文", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 157, "y0": 597, "x1": 202, "y1": 597, "x2": 201, "y2": 640, "x3": 156, "y3": 640}, "charText": "者", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 159, "y0": 640, "x1": 202, "y1": 641, "x2": 202, "y2": 688, "x3": 158, "y3": 687}, "charText": "特", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 158, "y0": 687, "x1": 206, "y1": 688, "x2": 205, "y2": 731, "x3": 157, "y3": 731}, "charText": "如", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 155, "y0": 731, "x1": 198, "y1": 733, "x2": 197, "y2": 770, "x3": 154, "y3": 769}, "charText": "歴", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 157, "y0": 769, "x1": 199, "y1": 770, "x2": 199, "y2": 815, "x3": 156, "y3": 813}, "charText": "来", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 153, "y0": 814, "x1": 197, "y1": 816, "x2": 196, "y2": 857, "x3": 152, "y3": 856}, "charText": "野", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 154, "y0": 856, "x1": 201, "y1": 857, "x2": 200, "y2": 898, "x3": 153, "y3": 897}, "charText": "史", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 108, "y0": 27, "x1": 155, "y1": 28, "x2": 154, "y2": 72, "x3": 107, "y3": 71}, "charText": "或", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 103, "y0": 73, "x1": 152, "y1": 74, "x2": 151, "y2": 112, "x3": 102, "y3": 111}, "charText": "訕", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 102, "y0": 113, "x1": 149, "y1": 114, "x2": 148, "y2": 162, "x3": 101, "y3": 161}, "charText": "謗", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 101, "y0": 165, "x1": 146, "y1": 166, "x2": 145, "y2": 208, "x3": 100, "y3": 207}, "charText": "君", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 104, "y0": 209, "x1": 152, "y1": 211, "x2": 151, "y2": 248, "x3": 103, "y3": 246}, "charText": "相", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 104, "y0": 247, "x1": 148, "y1": 248, "x2": 148, "y2": 293, "x3": 104, "y3": 292}, "charText": "或", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 100, "y0": 294, "x1": 150, "y1": 295, "x2": 149, "y2": 334, "x3": 99, "y3": 333}, "charText": "貶", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 100, "y0": 337, "x1": 148, "y1": 338, "x2": 147, "y2": 371, "x3": 99, "y3": 370}, "charText": "人", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 97, "y0": 371, "x1": 147, "y1": 372, "x2": 146, "y2": 420, "x3": 96, "y3": 419}, "charText": "妻", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 96, "y0": 424, "x1": 148, "y1": 425, "x2": 148, "y2": 461, "x3": 96, "y3": 460}, "charText": "女", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 98, "y0": 464, "x1": 145, "y1": 465, "x2": 144, "y2": 508, "x3": 97, "y3": 507}, "charText": "姦", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 100, "y0": 509, "x1": 142, "y1": 510, "x2": 142, "y2": 551, "x3": 100, "y3": 551}, "charText": "淫", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 101, "y0": 555, "x1": 141, "y1": 556, "x2": 140, "y2": 594, "x3": 100, "y3": 594}, "charText": "㐫", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 101, "y0": 597, "x1": 146, "y1": 597, "x2": 146, "y2": 639, "x3": 100, "y3": 639}, "charText": "惡", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 98, "y0": 643, "x1": 140, "y1": 644, "x2": 140, "y2": 683, "x3": 98, "y3": 682}, "charText": "不", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 97, "y0": 685, "x1": 138, "y1": 686, "x2": 137, "y2": 727, "x3": 96, "y3": 726}, "charText": "可", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 95, "y0": 727, "x1": 144, "y1": 728, "x2": 144, "y2": 771, "x3": 95, "y3": 770}, "charText": "勝", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 93, "y0": 771, "x1": 143, "y1": 772, "x2": 142, "y2": 811, "x3": 92, "y3": 810}, "charText": "數", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 94, "y0": 813, "x1": 140, "y1": 814, "x2": 139, "y2": 854, "x3": 94, "y3": 853}, "charText": "更", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 92, "y0": 853, "x1": 134, "y1": 854, "x2": 133, "y2": 899, "x3": 91, "y3": 898}, "charText": "有", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 43, "y0": 39, "x1": 91, "y1": 40, "x2": 91, "y2": 56, "x3": 43, "y3": 55}, "charText": "一", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 40, "y0": 69, "x1": 90, "y1": 70, "x2": 89, "y2": 112, "x3": 40, "y3": 111}, "charText": "種", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 42, "y0": 116, "x1": 93, "y1": 117, "x2": 92, "y2": 158, "x3": 41, "y3": 157}, "charText": "風", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 46, "y0": 160, "x1": 81, "y1": 160, "x2": 81, "y2": 205, "x3": 46, "y3": 204}, "charText": "月", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 40, "y0": 205, "x1": 86, "y1": 205, "x2": 85, "y2": 256, "x3": 39, "y3": 255}, "charText": "筆", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 42, "y0": 255, "x1": 92, "y1": 256, "x2": 91, "y2": 296, "x3": 42, "y3": 295}, "charText": "墨", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 37, "y0": 296, "x1": 85, "y1": 297, "x2": 84, "y2": 338, "x3": 36, "y3": 337}, "charText": "其", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 39, "y0": 338, "x1": 82, "y1": 338, "x2": 82, "y2": 377, "x3": 39, "y3": 377}, "charText": "淫", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 40, "y0": 380, "x1": 81, "y1": 381, "x2": 80, "y2": 422, "x3": 40, "y3": 421}, "charText": "汚", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 35, "y0": 422, "x1": 88, "y1": 423, "x2": 88, "y2": 466, "x3": 35, "y3": 466}, "charText": "穢", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 39, "y0": 466, "x1": 89, "y1": 466, "x2": 88, "y2": 511, "x3": 38, "y3": 511}, "charText": "臭", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 37, "y0": 512, "x1": 84, "y1": 512, "x2": 84, "y2": 558, "x3": 36, "y3": 557}, "charText": "屠", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 34, "y0": 557, "x1": 83, "y1": 557, "x2": 82, "y2": 600, "x3": 34, "y3": 600}, "charText": "毒", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 37, "y0": 600, "x1": 81, "y1": 601, "x2": 80, "y2": 647, "x3": 37, "y3": 646}, "charText": "筆", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 37, "y0": 647, "x1": 87, "y1": 647, "x2": 86, "y2": 688, "x3": 37, "y3": 688}, "charText": "墨", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 34, "y0": 687, "x1": 83, "y1": 688, "x2": 82, "y2": 735, "x3": 34, "y3": 734}, "charText": "壊", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 33, "y0": 738, "x1": 82, "y1": 739, "x2": 82, "y2": 769, "x3": 32, "y3": 768}, "charText": "人", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 32, "y0": 771, "x1": 76, "y1": 772, "x2": 76, "y2": 810, "x3": 31, "y3": 810}, "charText": "子", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 36, "y0": 809, "x1": 82, "y1": 810, "x2": 81, "y2": 860, "x3": 36, "y3": 860}, "charText": "弟", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 34, "y0": 862, "x1": 79, "y1": 863, "x2": 78, "y2": 898, "x3": 34, "y3": 897}, "charText": "又", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 9, "y0": 76, "x1": 28, "y1": 76, "x2": 28, "y2": 111, "x3": 9, "y3": 111}, "charText": "買", "textlineId": 9, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 9, "y0": 125, "x1": 29, "y1": 126, "x2": 28, "y2": 156, "x3": 8, "y3": 155}, "charText": "巳", "textlineId": 9, "picUri": "", "isPicText": false}]}, "7501933907890356265": {"wordBoxList": [{"charPoly": {"x0": 529, "y0": 44, "x1": 570, "y1": 44, "x2": 570, "y2": 82, "x3": 529, "y3": 82}, "charText": "不", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 528, "y0": 84, "x1": 572, "y1": 85, "x2": 572, "y2": 126, "x3": 528, "y3": 126}, "charText": "可", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 529, "y0": 126, "x1": 576, "y1": 126, "x2": 577, "y2": 170, "x3": 529, "y3": 170}, "charText": "勝", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 526, "y0": 171, "x1": 577, "y1": 171, "x2": 577, "y2": 215, "x3": 526, "y3": 214}, "charText": "數", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 530, "y0": 219, "x1": 574, "y1": 219, "x2": 574, "y2": 257, "x3": 530, "y3": 257}, "charText": "至", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 527, "y0": 259, "x1": 573, "y1": 259, "x2": 573, "y2": 303, "x3": 527, "y3": 304}, "charText": "若", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 528, "y0": 304, "x1": 574, "y1": 304, "x2": 574, "y2": 347, "x3": 528, "y3": 347}, "charText": "佳", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 532, "y0": 351, "x1": 576, "y1": 351, "x2": 576, "y2": 383, "x3": 532, "y3": 383}, "charText": "人", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 532, "y0": 386, "x1": 570, "y1": 386, "x2": 570, "y2": 430, "x3": 532, "y3": 430}, "charText": "才", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 528, "y0": 433, "x1": 572, "y1": 434, "x2": 572, "y2": 473, "x3": 529, "y3": 473}, "charText": "子", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 527, "y0": 474, "x1": 573, "y1": 474, "x2": 574, "y2": 526, "x3": 528, "y3": 526}, "charText": "等", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 528, "y0": 527, "x1": 578, "y1": 527, "x2": 578, "y2": 573, "x3": 528, "y3": 573}, "charText": "書", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 529, "y0": 574, "x1": 573, "y1": 575, "x2": 572, "y2": 617, "x3": 529, "y3": 617}, "charText": "則", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 533, "y0": 619, "x1": 577, "y1": 619, "x2": 577, "y2": 652, "x3": 533, "y3": 652}, "charText": "又", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 528, "y0": 653, "x1": 571, "y1": 654, "x2": 570, "y2": 696, "x3": 528, "y3": 695}, "charText": "千", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 525, "y0": 696, "x1": 574, "y1": 696, "x2": 574, "y2": 741, "x3": 525, "y3": 741}, "charText": "部", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 526, "y0": 742, "x1": 575, "y1": 743, "x2": 575, "y2": 780, "x3": 525, "y3": 780}, "charText": "共", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 534, "y0": 781, "x1": 572, "y1": 781, "x2": 572, "y2": 822, "x3": 534, "y3": 822}, "charText": "出", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 527, "y0": 835, "x1": 574, "y1": 835, "x2": 575, "y2": 849, "x3": 528, "y3": 848}, "charText": "一", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 526, "y0": 859, "x1": 577, "y1": 859, "x2": 577, "y2": 910, "x3": 525, "y3": 911}, "charText": "套", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 464, "y0": 44, "x1": 514, "y1": 44, "x2": 514, "y2": 80, "x3": 464, "y3": 80}, "charText": "且", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 465, "y0": 81, "x1": 511, "y1": 82, "x2": 511, "y2": 125, "x3": 465, "y3": 125}, "charText": "其", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 470, "y0": 126, "x1": 509, "y1": 126, "x2": 509, "y2": 173, "x3": 470, "y3": 173}, "charText": "中", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 466, "y0": 176, "x1": 515, "y1": 176, "x2": 515, "y2": 217, "x3": 466, "y3": 217}, "charText": "終", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 467, "y0": 222, "x1": 510, "y1": 222, "x2": 510, "y2": 260, "x3": 467, "y3": 260}, "charText": "不", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 466, "y0": 262, "x1": 513, "y1": 262, "x2": 513, "y2": 304, "x3": 466, "y3": 304}, "charText": "能", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 467, "y0": 307, "x1": 510, "y1": 308, "x2": 510, "y2": 345, "x3": 467, "y3": 345}, "charText": "不", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 467, "y0": 347, "x1": 511, "y1": 347, "x2": 511, "y2": 391, "x3": 466, "y3": 391}, "charText": "涉", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 464, "y0": 392, "x1": 516, "y1": 392, "x2": 516, "y2": 433, "x3": 464, "y3": 433}, "charText": "於", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 466, "y0": 434, "x1": 511, "y1": 434, "x2": 511, "y2": 474, "x3": 466, "y3": 474}, "charText": "淫", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 466, "y0": 476, "x1": 517, "y1": 476, "x2": 517, "y2": 518, "x3": 466, "y3": 519}, "charText": "濫", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 468, "y0": 526, "x1": 512, "y1": 526, "x2": 512, "y2": 560, "x3": 468, "y3": 560}, "charText": "以", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 466, "y0": 564, "x1": 515, "y1": 564, "x2": 515, "y2": 608, "x3": 466, "y3": 608}, "charText": "致", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 467, "y0": 609, "x1": 512, "y1": 610, "x2": 512, "y2": 653, "x3": 467, "y3": 653}, "charText": "滿", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 467, "y0": 655, "x1": 515, "y1": 656, "x2": 515, "y2": 694, "x3": 467, "y3": 694}, "charText": "紙", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 467, "y0": 695, "x1": 514, "y1": 695, "x2": 514, "y2": 741, "x3": 467, "y3": 740}, "charText": "潘", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 464, "y0": 742, "x1": 513, "y1": 743, "x2": 513, "y2": 783, "x3": 464, "y3": 783}, "charText": "安", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 463, "y0": 785, "x1": 511, "y1": 785, "x2": 511, "y2": 824, "x3": 463, "y3": 824}, "charText": "子", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 464, "y0": 825, "x1": 515, "y1": 825, "x2": 515, "y2": 869, "x3": 464, "y3": 868}, "charText": "建", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 468, "y0": 871, "x1": 509, "y1": 872, "x2": 509, "y2": 908, "x3": 467, "y3": 908}, "charText": "西", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 405, "y0": 43, "x1": 452, "y1": 44, "x2": 452, "y2": 83, "x3": 405, "y3": 82}, "charText": "子", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 408, "y0": 85, "x1": 453, "y1": 86, "x2": 453, "y2": 122, "x3": 408, "y3": 121}, "charText": "文", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 404, "y0": 127, "x1": 455, "y1": 127, "x2": 455, "y2": 169, "x3": 404, "y3": 169}, "charText": "君", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 407, "y0": 173, "x1": 449, "y1": 173, "x2": 449, "y2": 212, "x3": 407, "y3": 212}, "charText": "不", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 405, "y0": 217, "x1": 453, "y1": 217, "x2": 453, "y2": 259, "x3": 405, "y3": 259}, "charText": "過", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 404, "y0": 259, "x1": 450, "y1": 259, "x2": 450, "y2": 303, "x3": 404, "y3": 303}, "charText": "作", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 405, "y0": 303, "x1": 449, "y1": 303, "x2": 449, "y2": 348, "x3": 404, "y3": 348}, "charText": "者", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 404, "y0": 350, "x1": 453, "y1": 349, "x2": 453, "y2": 389, "x3": 404, "y3": 389}, "charText": "要", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 408, "y0": 391, "x1": 450, "y1": 391, "x2": 450, "y2": 437, "x3": 408, "y3": 437}, "charText": "寫", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 411, "y0": 437, "x1": 447, "y1": 437, "x2": 447, "y2": 476, "x3": 411, "y3": 476}, "charText": "出", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 412, "y0": 479, "x1": 446, "y1": 479, "x2": 446, "y2": 521, "x3": 413, "y3": 521}, "charText": "自", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 413, "y0": 526, "x1": 451, "y1": 526, "x2": 451, "y2": 562, "x3": 413, "y3": 562}, "charText": "已", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 409, "y0": 566, "x1": 451, "y1": 566, "x2": 451, "y2": 610, "x3": 410, "y3": 610}, "charText": "的", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 406, "y0": 612, "x1": 453, "y1": 613, "x2": 453, "y2": 658, "x3": 406, "y3": 657}, "charText": "那", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 411, "y0": 659, "x1": 451, "y1": 659, "x2": 451, "y2": 696, "x3": 411, "y3": 696}, "charText": "兩", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 406, "y0": 696, "x1": 450, "y1": 697, "x2": 450, "y2": 738, "x3": 406, "y3": 738}, "charText": "首", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 408, "y0": 739, "x1": 450, "y1": 739, "x2": 449, "y2": 783, "x3": 407, "y3": 783}, "charText": "情", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 403, "y0": 783, "x1": 450, "y1": 784, "x2": 450, "y2": 827, "x3": 403, "y3": 827}, "charText": "詩", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 404, "y0": 825, "x1": 452, "y1": 826, "x2": 451, "y2": 867, "x3": 403, "y3": 866}, "charText": "艷", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 402, "y0": 866, "x1": 452, "y1": 867, "x2": 451, "y2": 910, "x3": 402, "y3": 910}, "charText": "賦", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 348, "y0": 39, "x1": 396, "y1": 40, "x2": 395, "y2": 86, "x3": 347, "y3": 85}, "charText": "来", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 345, "y0": 85, "x1": 393, "y1": 86, "x2": 393, "y2": 125, "x3": 344, "y3": 124}, "charText": "故", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 343, "y0": 127, "x1": 393, "y1": 128, "x2": 393, "y2": 168, "x3": 342, "y3": 167}, "charText": "假", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 343, "y0": 170, "x1": 394, "y1": 170, "x2": 393, "y2": 213, "x3": 343, "y3": 213}, "charText": "擬", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 349, "y0": 216, "x1": 387, "y1": 216, "x2": 387, "y2": 256, "x3": 349, "y3": 256}, "charText": "出", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 351, "y0": 259, "x1": 385, "y1": 260, "x2": 385, "y2": 303, "x3": 351, "y3": 303}, "charText": "男", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 343, "y0": 306, "x1": 392, "y1": 306, "x2": 392, "y2": 341, "x3": 343, "y3": 341}, "charText": "女", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 345, "y0": 349, "x1": 390, "y1": 349, "x2": 390, "y2": 377, "x3": 345, "y3": 377}, "charText": "二", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 344, "y0": 388, "x1": 387, "y1": 388, "x2": 387, "y2": 428, "x3": 344, "y3": 428}, "charText": "名", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 341, "y0": 431, "x1": 395, "y1": 431, "x2": 395, "y2": 473, "x3": 341, "y3": 473}, "charText": "姓", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 346, "y0": 478, "x1": 393, "y1": 479, "x2": 393, "y2": 515, "x3": 346, "y3": 515}, "charText": "又", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 348, "y0": 522, "x1": 389, "y1": 522, "x2": 389, "y2": 562, "x3": 348, "y3": 562}, "charText": "必", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 345, "y0": 563, "x1": 390, "y1": 563, "x2": 390, "y2": 612, "x3": 346, "y3": 612}, "charText": "傍", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 351, "y0": 615, "x1": 387, "y1": 615, "x2": 387, "y2": 654, "x3": 351, "y3": 654}, "charText": "出", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 346, "y0": 668, "x1": 393, "y1": 668, "x2": 393, "y2": 684, "x3": 346, "y3": 683}, "charText": "一", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 348, "y0": 699, "x1": 391, "y1": 700, "x2": 391, "y2": 736, "x3": 348, "y3": 736}, "charText": "小", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 347, "y0": 745, "x1": 394, "y1": 745, "x2": 394, "y2": 778, "x3": 347, "y3": 778}, "charText": "人", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 345, "y0": 779, "x1": 390, "y1": 779, "x2": 389, "y2": 824, "x3": 344, "y3": 823}, "charText": "其", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 348, "y0": 826, "x1": 389, "y1": 827, "x2": 388, "y2": 869, "x3": 348, "y3": 868}, "charText": "間", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 342, "y0": 869, "x1": 393, "y1": 870, "x2": 393, "y2": 911, "x3": 341, "y3": 911}, "charText": "撥", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 284, "y0": 40, "x1": 333, "y1": 40, "x2": 332, "y2": 83, "x3": 283, "y3": 83}, "charText": "亂", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 284, "y0": 85, "x1": 328, "y1": 85, "x2": 328, "y2": 124, "x3": 284, "y3": 123}, "charText": "亦", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 281, "y0": 128, "x1": 329, "y1": 129, "x2": 328, "y2": 164, "x3": 280, "y3": 163}, "charText": "如", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 283, "y0": 168, "x1": 328, "y1": 168, "x2": 328, "y2": 216, "x3": 283, "y3": 216}, "charText": "劇", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 286, "y0": 215, "x1": 323, "y1": 216, "x2": 323, "y2": 262, "x3": 287, "y3": 262}, "charText": "中", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 284, "y0": 265, "x1": 330, "y1": 265, "x2": 331, "y2": 300, "x3": 284, "y3": 300}, "charText": "之", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 285, "y0": 305, "x1": 327, "y1": 305, "x2": 327, "y2": 341, "x3": 286, "y3": 341}, "charText": "小", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 285, "y0": 347, "x1": 328, "y1": 347, "x2": 328, "y2": 383, "x3": 285, "y3": 383}, "charText": "丑", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 288, "y0": 387, "x1": 333, "y1": 387, "x2": 333, "y2": 429, "x3": 288, "y3": 430}, "charText": "然", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 283, "y0": 436, "x1": 330, "y1": 436, "x2": 330, "y2": 473, "x3": 283, "y3": 473}, "charText": "且", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 285, "y0": 478, "x1": 329, "y1": 478, "x2": 329, "y2": 523, "x3": 285, "y3": 523}, "charText": "𤨔", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 282, "y0": 525, "x1": 329, "y1": 525, "x2": 330, "y2": 568, "x3": 283, "y3": 569}, "charText": "婢", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 288, "y0": 571, "x1": 327, "y1": 571, "x2": 327, "y2": 616, "x3": 288, "y3": 615}, "charText": "開", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 290, "y0": 620, "x1": 333, "y1": 620, "x2": 333, "y2": 648, "x3": 290, "y3": 647}, "charText": "口", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 287, "y0": 653, "x1": 329, "y1": 654, "x2": 329, "y2": 698, "x3": 287, "y3": 697}, "charText": "即", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 284, "y0": 697, "x1": 327, "y1": 698, "x2": 327, "y2": 743, "x3": 283, "y3": 742}, "charText": "者", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 286, "y0": 742, "x1": 331, "y1": 743, "x2": 330, "y2": 779, "x3": 286, "y3": 779}, "charText": "也", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 285, "y0": 786, "x1": 331, "y1": 786, "x2": 331, "y2": 819, "x3": 285, "y3": 818}, "charText": "之", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 284, "y0": 822, "x1": 332, "y1": 822, "x2": 332, "y2": 869, "x3": 284, "y3": 868}, "charText": "乎", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 284, "y0": 871, "x1": 327, "y1": 871, "x2": 327, "y2": 910, "x3": 284, "y3": 909}, "charText": "非", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 225, "y0": 39, "x1": 272, "y1": 40, "x2": 272, "y2": 79, "x3": 224, "y3": 79}, "charText": "文", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 226, "y0": 82, "x1": 270, "y1": 83, "x2": 269, "y2": 128, "x3": 225, "y3": 127}, "charText": "即", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 224, "y0": 129, "x1": 273, "y1": 130, "x2": 272, "y2": 169, "x3": 224, "y3": 169}, "charText": "理", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 223, "y0": 169, "x1": 273, "y1": 170, "x2": 272, "y2": 212, "x3": 223, "y3": 212}, "charText": "故", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 223, "y0": 217, "x1": 270, "y1": 217, "x2": 270, "y2": 259, "x3": 223, "y3": 259}, "charText": "逐", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 223, "y0": 272, "x1": 269, "y1": 272, "x2": 270, "y2": 287, "x3": 223, "y3": 287}, "charText": "一", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 223, "y0": 299, "x1": 265, "y1": 299, "x2": 265, "y2": 345, "x3": 223, "y3": 345}, "charText": "看", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 223, "y0": 345, "x1": 272, "y1": 345, "x2": 272, "y2": 386, "x3": 223, "y3": 386}, "charText": "去", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 226, "y0": 388, "x1": 268, "y1": 388, "x2": 268, "y2": 432, "x3": 227, "y3": 432}, "charText": "悉", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 227, "y0": 432, "x1": 266, "y1": 432, "x2": 266, "y2": 478, "x3": 227, "y3": 478}, "charText": "皆", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 226, "y0": 480, "x1": 263, "y1": 480, "x2": 263, "y2": 523, "x3": 226, "y3": 523}, "charText": "自", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 221, "y0": 523, "x1": 267, "y1": 523, "x2": 267, "y2": 563, "x3": 221, "y3": 563}, "charText": "相", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 227, "y0": 566, "x1": 267, "y1": 566, "x2": 267, "y2": 610, "x3": 227, "y3": 610}, "charText": "矛", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 224, "y0": 611, "x1": 272, "y1": 611, "x2": 272, "y2": 654, "x3": 224, "y3": 654}, "charText": "盾", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 226, "y0": 655, "x1": 270, "y1": 656, "x2": 270, "y2": 694, "x3": 226, "y3": 694}, "charText": "大", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 225, "y0": 699, "x1": 267, "y1": 700, "x2": 267, "y2": 738, "x3": 225, "y3": 737}, "charText": "不", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 222, "y0": 738, "x1": 269, "y1": 739, "x2": 269, "y2": 779, "x3": 222, "y3": 779}, "charText": "近", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 223, "y0": 781, "x1": 268, "y1": 781, "x2": 268, "y2": 830, "x3": 223, "y3": 829}, "charText": "情", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 223, "y0": 833, "x1": 268, "y1": 833, "x2": 268, "y2": 867, "x3": 223, "y3": 867}, "charText": "理", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 222, "y0": 873, "x1": 270, "y1": 873, "x2": 270, "y2": 908, "x3": 222, "y3": 908}, "charText": "之", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 161, "y0": 39, "x1": 215, "y1": 39, "x2": 215, "y2": 80, "x3": 161, "y3": 80}, "charText": "説", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 162, "y0": 80, "x1": 210, "y1": 80, "x2": 210, "y2": 127, "x3": 162, "y3": 126}, "charText": "竟", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 163, "y0": 129, "x1": 206, "y1": 130, "x2": 206, "y2": 168, "x3": 163, "y3": 167}, "charText": "不", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 158, "y0": 174, "x1": 209, "y1": 174, "x2": 209, "y2": 210, "x3": 158, "y3": 210}, "charText": "如", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 161, "y0": 212, "x1": 210, "y1": 212, "x2": 209, "y2": 256, "x3": 160, "y3": 256}, "charText": "我", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 163, "y0": 258, "x1": 206, "y1": 258, "x2": 206, "y2": 306, "x3": 162, "y3": 306}, "charText": "半", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 161, "y0": 306, "x1": 207, "y1": 306, "x2": 207, "y2": 344, "x3": 161, "y3": 344}, "charText": "世", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 160, "y0": 346, "x1": 211, "y1": 346, "x2": 211, "y2": 387, "x3": 160, "y3": 387}, "charText": "親", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 163, "y0": 387, "x1": 210, "y1": 387, "x2": 210, "y2": 431, "x3": 163, "y3": 431}, "charText": "睹", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 159, "y0": 432, "x1": 212, "y1": 432, "x2": 211, "y2": 475, "x3": 158, "y3": 475}, "charText": "親", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 165, "y0": 478, "x1": 207, "y1": 478, "x2": 206, "y2": 524, "x3": 165, "y3": 524}, "charText": "聞", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 165, "y0": 524, "x1": 208, "y1": 524, "x2": 208, "y2": 566, "x3": 166, "y3": 566}, "charText": "的", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 162, "y0": 567, "x1": 210, "y1": 567, "x2": 209, "y2": 610, "x3": 162, "y3": 610}, "charText": "這", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 161, "y0": 610, "x1": 211, "y1": 611, "x2": 210, "y2": 653, "x3": 160, "y3": 653}, "charText": "幾", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 161, "y0": 655, "x1": 208, "y1": 655, "x2": 208, "y2": 695, "x3": 161, "y3": 694}, "charText": "個", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 159, "y0": 699, "x1": 210, "y1": 700, "x2": 210, "y2": 734, "x3": 159, "y3": 733}, "charText": "女", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 161, "y0": 739, "x1": 213, "y1": 739, "x2": 213, "y2": 782, "x3": 161, "y3": 782}, "charText": "子", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 163, "y0": 784, "x1": 210, "y1": 784, "x2": 210, "y2": 826, "x3": 162, "y3": 826}, "charText": "雖", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 163, "y0": 829, "x1": 206, "y1": 829, "x2": 206, "y2": 866, "x3": 162, "y3": 866}, "charText": "不", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 158, "y0": 868, "x1": 210, "y1": 869, "x2": 209, "y2": 912, "x3": 158, "y3": 911}, "charText": "敢", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 98, "y0": 40, "x1": 150, "y1": 40, "x2": 150, "y2": 81, "x3": 98, "y3": 80}, "charText": "説", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 103, "y0": 82, "x1": 147, "y1": 82, "x2": 146, "y2": 124, "x3": 102, "y3": 124}, "charText": "強", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 97, "y0": 129, "x1": 148, "y1": 129, "x2": 147, "y2": 165, "x3": 96, "y3": 165}, "charText": "似", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 98, "y0": 169, "x1": 147, "y1": 169, "x2": 147, "y2": 217, "x3": 98, "y3": 217}, "charText": "前", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 98, "y0": 218, "x1": 148, "y1": 219, "x2": 148, "y2": 259, "x3": 97, "y3": 259}, "charText": "代", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 100, "y0": 258, "x1": 148, "y1": 259, "x2": 147, "y2": 303, "x3": 100, "y3": 302}, "charText": "所", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 100, "y0": 301, "x1": 144, "y1": 302, "x2": 144, "y2": 346, "x3": 100, "y3": 346}, "charText": "有", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 99, "y0": 345, "x1": 142, "y1": 346, "x2": 142, "y2": 390, "x3": 99, "y3": 390}, "charText": "書", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 103, "y0": 390, "x1": 142, "y1": 391, "x2": 142, "y2": 438, "x3": 103, "y3": 438}, "charText": "中", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 100, "y0": 440, "x1": 149, "y1": 440, "x2": 149, "y2": 475, "x3": 100, "y3": 475}, "charText": "之", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 99, "y0": 479, "x1": 151, "y1": 480, "x2": 151, "y2": 518, "x3": 99, "y3": 518}, "charText": "人", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 97, "y0": 524, "x1": 147, "y1": 524, "x2": 147, "y2": 561, "x3": 97, "y3": 560}, "charText": "但", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 101, "y0": 560, "x1": 142, "y1": 561, "x2": 142, "y2": 615, "x3": 101, "y3": 615}, "charText": "事", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 99, "y0": 615, "x1": 147, "y1": 615, "x2": 147, "y2": 656, "x3": 99, "y3": 656}, "charText": "跡", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 100, "y0": 658, "x1": 143, "y1": 658, "x2": 143, "y2": 699, "x3": 100, "y3": 699}, "charText": "原", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 97, "y0": 701, "x1": 148, "y1": 701, "x2": 148, "y2": 741, "x3": 97, "y3": 741}, "charText": "委", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 100, "y0": 743, "x1": 145, "y1": 744, "x2": 145, "y2": 783, "x3": 100, "y3": 783}, "charText": "亦", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 101, "y0": 786, "x1": 144, "y1": 786, "x2": 144, "y2": 828, "x3": 101, "y3": 828}, "charText": "可", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 102, "y0": 833, "x1": 145, "y1": 833, "x2": 145, "y2": 864, "x3": 102, "y3": 864}, "charText": "以", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 102, "y0": 867, "x1": 143, "y1": 867, "x2": 143, "y2": 912, "x3": 102, "y3": 911}, "charText": "消", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 35, "y0": 38, "x1": 87, "y1": 38, "x2": 87, "y2": 82, "x3": 35, "y3": 82}, "charText": "愁", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 34, "y0": 83, "x1": 89, "y1": 83, "x2": 88, "y2": 125, "x3": 33, "y3": 125}, "charText": "破", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 40, "y0": 127, "x1": 84, "y1": 128, "x2": 84, "y2": 174, "x3": 40, "y3": 174}, "charText": "悶", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 38, "y0": 174, "x1": 88, "y1": 174, "x2": 88, "y2": 213, "x3": 38, "y3": 213}, "charText": "也", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 34, "y0": 215, "x1": 79, "y1": 216, "x2": 78, "y2": 261, "x3": 33, "y3": 261}, "charText": "有", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 33, "y0": 260, "x1": 83, "y1": 260, "x2": 83, "y2": 306, "x3": 33, "y3": 306}, "charText": "幾", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 35, "y0": 306, "x1": 80, "y1": 306, "x2": 80, "y2": 348, "x3": 35, "y3": 348}, "charText": "首", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 35, "y0": 350, "x1": 78, "y1": 350, "x2": 78, "y2": 390, "x3": 35, "y3": 390}, "charText": "歪", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 32, "y0": 389, "x1": 83, "y1": 389, "x2": 83, "y2": 436, "x3": 33, "y3": 436}, "charText": "詩", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 33, "y0": 435, "x1": 81, "y1": 435, "x2": 81, "y2": 479, "x3": 34, "y3": 479}, "charText": "熟", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 32, "y0": 483, "x1": 88, "y1": 483, "x2": 88, "y2": 526, "x3": 32, "y3": 527}, "charText": "詞", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 35, "y0": 529, "x1": 80, "y1": 529, "x2": 81, "y2": 573, "x3": 36, "y3": 574}, "charText": "可", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 37, "y0": 577, "x1": 80, "y1": 577, "x2": 80, "y2": 608, "x3": 37, "y3": 608}, "charText": "以", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 36, "y0": 608, "x1": 82, "y1": 608, "x2": 82, "y2": 658, "x3": 36, "y3": 658}, "charText": "噴", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 31, "y0": 658, "x1": 87, "y1": 658, "x2": 86, "y2": 698, "x3": 31, "y3": 698}, "charText": "飯", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 31, "y0": 700, "x1": 84, "y1": 701, "x2": 83, "y2": 743, "x3": 31, "y3": 742}, "charText": "供", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 35, "y0": 746, "x1": 88, "y1": 746, "x2": 88, "y2": 786, "x3": 35, "y3": 786}, "charText": "酒", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 34, "y0": 787, "x1": 80, "y1": 787, "x2": 80, "y2": 824, "x3": 34, "y3": 824}, "charText": "至", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 34, "y0": 825, "x1": 79, "y1": 825, "x2": 79, "y2": 870, "x3": 33, "y3": 870}, "charText": "若", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 36, "y0": 871, "x1": 84, "y1": 871, "x2": 83, "y2": 912, "x3": 35, "y3": 912}, "charText": "離", "textlineId": 8, "picUri": "", "isPicText": false}]}, "7501933907890372649": {"wordBoxList": [{"charPoly": {"x0": 531, "y0": 146, "x1": 582, "y1": 147, "x2": 582, "y2": 186, "x3": 530, "y3": 185}, "charText": "合", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 532, "y0": 189, "x1": 578, "y1": 189, "x2": 578, "y2": 234, "x3": 532, "y3": 233}, "charText": "悲", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 527, "y0": 234, "x1": 582, "y1": 234, "x2": 582, "y2": 280, "x3": 526, "y3": 279}, "charText": "歡", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 526, "y0": 282, "x1": 580, "y1": 282, "x2": 580, "y2": 323, "x3": 526, "y3": 322}, "charText": "興", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 528, "y0": 322, "x1": 578, "y1": 323, "x2": 578, "y2": 371, "x3": 528, "y3": 371}, "charText": "衰", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 529, "y0": 374, "x1": 581, "y1": 374, "x2": 581, "y2": 416, "x3": 529, "y3": 415}, "charText": "際", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 528, "y0": 416, "x1": 580, "y1": 417, "x2": 580, "y2": 457, "x3": 528, "y3": 457}, "charText": "遇", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 531, "y0": 458, "x1": 574, "y1": 459, "x2": 574, "y2": 502, "x3": 531, "y3": 502}, "charText": "則", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 533, "y0": 504, "x1": 577, "y1": 504, "x2": 578, "y2": 538, "x3": 533, "y3": 538}, "charText": "又", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 529, "y0": 540, "x1": 578, "y1": 540, "x2": 578, "y2": 587, "x3": 528, "y3": 586}, "charText": "追", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 529, "y0": 588, "x1": 575, "y1": 588, "x2": 574, "y2": 632, "x3": 528, "y3": 631}, "charText": "踪", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 527, "y0": 635, "x1": 577, "y1": 636, "x2": 576, "y2": 683, "x3": 526, "y3": 682}, "charText": "躡", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 527, "y0": 685, "x1": 577, "y1": 686, "x2": 577, "y2": 725, "x3": 527, "y3": 725}, "charText": "蹄", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 527, "y0": 728, "x1": 573, "y1": 729, "x2": 573, "y2": 763, "x3": 526, "y3": 763}, "charText": "不", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 523, "y0": 764, "x1": 577, "y1": 765, "x2": 576, "y2": 807, "x3": 523, "y3": 806}, "charText": "敢", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 523, "y0": 807, "x1": 572, "y1": 808, "x2": 572, "y2": 854, "x3": 523, "y3": 853}, "charText": "稍", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 525, "y0": 856, "x1": 573, "y1": 857, "x2": 573, "y2": 888, "x3": 525, "y3": 887}, "charText": "加", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 529, "y0": 887, "x1": 572, "y1": 888, "x2": 572, "y2": 936, "x3": 529, "y3": 935}, "charText": "穿", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 522, "y0": 935, "x1": 574, "y1": 936, "x2": 573, "y2": 983, "x3": 521, "y3": 982}, "charText": "鑿", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 524, "y0": 982, "x1": 573, "y1": 983, "x2": 572, "y2": 1027, "x3": 523, "y3": 1027}, "charText": "徒", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 494, "y0": 3, "x1": 524, "y1": 3, "x2": 524, "y2": 26, "x3": 494, "y3": 26}, "charText": "徒", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 496, "y0": 26, "x1": 523, "y1": 27, "x2": 523, "y2": 50, "x3": 496, "y3": 49}, "charText": "為", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 497, "y0": 51, "x1": 522, "y1": 51, "x2": 522, "y2": 72, "x3": 496, "y3": 72}, "charText": "哄", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 499, "y0": 73, "x1": 524, "y1": 73, "x2": 523, "y2": 95, "x3": 497, "y3": 95}, "charText": "人", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 494, "y0": 94, "x1": 525, "y1": 94, "x2": 526, "y2": 119, "x3": 494, "y3": 119}, "charText": "之", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 468, "y0": 8, "x1": 486, "y1": 8, "x2": 487, "y2": 26, "x3": 469, "y3": 26}, "charText": "日", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 466, "y0": 29, "x1": 490, "y1": 30, "x2": 490, "y2": 50, "x3": 466, "y3": 49}, "charText": "以", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 466, "y0": 51, "x1": 491, "y1": 52, "x2": 490, "y2": 73, "x3": 466, "y3": 73}, "charText": "下", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 468, "y0": 73, "x1": 490, "y1": 74, "x2": 490, "y2": 93, "x3": 469, "y3": 93}, "charText": "百", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 466, "y0": 93, "x1": 497, "y1": 94, "x2": 496, "y2": 120, "x3": 465, "y3": 120}, "charText": "餘", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 471, "y0": 147, "x1": 518, "y1": 148, "x2": 518, "y2": 192, "x3": 471, "y3": 191}, "charText": "為", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 469, "y0": 192, "x1": 519, "y1": 193, "x2": 518, "y2": 232, "x3": 469, "y3": 231}, "charText": "哄", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 469, "y0": 237, "x1": 518, "y1": 238, "x2": 518, "y2": 272, "x3": 469, "y3": 271}, "charText": "人", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 469, "y0": 279, "x1": 517, "y1": 280, "x2": 517, "y2": 318, "x3": 469, "y3": 317}, "charText": "之", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 478, "y0": 327, "x1": 518, "y1": 327, "x2": 518, "y2": 363, "x3": 477, "y3": 363}, "charText": "目", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 471, "y0": 371, "x1": 516, "y1": 372, "x2": 516, "y2": 408, "x3": 471, "y3": 407}, "charText": "而", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 469, "y0": 413, "x1": 515, "y1": 413, "x2": 515, "y2": 452, "x3": 469, "y3": 452}, "charText": "反", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 469, "y0": 451, "x1": 511, "y1": 452, "x2": 511, "y2": 494, "x3": 469, "y3": 494}, "charText": "失", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 466, "y0": 494, "x1": 514, "y1": 494, "x2": 514, "y2": 539, "x3": 466, "y3": 539}, "charText": "其", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 467, "y0": 540, "x1": 514, "y1": 540, "x2": 514, "y2": 587, "x3": 467, "y3": 587}, "charText": "真", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 465, "y0": 587, "x1": 516, "y1": 587, "x2": 515, "y2": 635, "x3": 465, "y3": 635}, "charText": "傳", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 465, "y0": 634, "x1": 517, "y1": 635, "x2": 516, "y2": 681, "x3": 465, "y3": 680}, "charText": "者", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 467, "y0": 683, "x1": 516, "y1": 684, "x2": 515, "y2": 723, "x3": 467, "y3": 722}, "charText": "今", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 467, "y0": 727, "x1": 514, "y1": 727, "x2": 514, "y2": 761, "x3": 467, "y3": 761}, "charText": "之", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 469, "y0": 766, "x1": 515, "y1": 767, "x2": 515, "y2": 805, "x3": 469, "y3": 805}, "charText": "幾", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 468, "y0": 805, "x1": 513, "y1": 806, "x2": 513, "y2": 852, "x3": 468, "y3": 852}, "charText": "貧", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 464, "y0": 853, "x1": 511, "y1": 854, "x2": 510, "y2": 900, "x3": 464, "y3": 899}, "charText": "者", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 475, "y0": 902, "x1": 503, "y1": 902, "x2": 503, "y2": 934, "x3": 475, "y3": 934}, "charText": "日", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 468, "y0": 935, "x1": 511, "y1": 935, "x2": 511, "y2": 979, "x3": 467, "y3": 979}, "charText": "為", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 463, "y0": 980, "x1": 511, "y1": 981, "x2": 511, "y2": 1025, "x3": 462, "y3": 1024}, "charText": "衣", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 432, "y0": 2, "x1": 457, "y1": 3, "x2": 458, "y2": 26, "x3": 432, "y3": 25}, "charText": "字", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 431, "y0": 25, "x1": 459, "y1": 26, "x2": 460, "y2": 47, "x3": 432, "y3": 46}, "charText": "今", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 435, "y0": 48, "x1": 460, "y1": 48, "x2": 459, "y2": 69, "x3": 435, "y3": 69}, "charText": "本", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 437, "y0": 71, "x1": 460, "y1": 72, "x2": 460, "y2": 94, "x3": 437, "y3": 94}, "charText": "無", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 435, "y0": 92, "x1": 457, "y1": 92, "x2": 457, "y2": 118, "x3": 435, "y3": 118}, "charText": "有", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 405, "y0": 3, "x1": 426, "y1": 3, "x2": 427, "y2": 25, "x3": 405, "y3": 24}, "charText": "殊", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 406, "y0": 24, "x1": 426, "y1": 24, "x2": 427, "y2": 46, "x3": 406, "y3": 46}, "charText": "覺", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 405, "y0": 47, "x1": 429, "y1": 47, "x2": 429, "y2": 69, "x3": 406, "y3": 69}, "charText": "不", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 404, "y0": 72, "x1": 430, "y1": 72, "x2": 430, "y2": 98, "x3": 404, "y3": 98}, "charText": "合", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 408, "y0": 148, "x1": 459, "y1": 149, "x2": 458, "y2": 194, "x3": 408, "y3": 193}, "charText": "食", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 408, "y0": 195, "x1": 458, "y1": 196, "x2": 457, "y2": 235, "x3": 407, "y3": 235}, "charText": "所", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 413, "y0": 235, "x1": 458, "y1": 236, "x2": 458, "y2": 280, "x3": 413, "y3": 280}, "charText": "累", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 408, "y0": 281, "x1": 453, "y1": 282, "x2": 452, "y2": 326, "x3": 408, "y3": 325}, "charText": "富", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 405, "y0": 326, "x1": 451, "y1": 327, "x2": 451, "y2": 371, "x3": 405, "y3": 370}, "charText": "者", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 408, "y0": 372, "x1": 454, "y1": 373, "x2": 454, "y2": 407, "x3": 408, "y3": 407}, "charText": "又", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 407, "y0": 406, "x1": 452, "y1": 406, "x2": 452, "y2": 454, "x3": 408, "y3": 454}, "charText": "懐", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 407, "y0": 457, "x1": 452, "y1": 458, "x2": 452, "y2": 494, "x3": 407, "y3": 493}, "charText": "不", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 406, "y0": 496, "x1": 454, "y1": 496, "x2": 454, "y2": 539, "x3": 406, "y3": 538}, "charText": "足", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 406, "y0": 542, "x1": 454, "y1": 543, "x2": 454, "y2": 581, "x3": 406, "y3": 580}, "charText": "之", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 408, "y0": 590, "x1": 456, "y1": 590, "x2": 456, "y2": 625, "x3": 408, "y3": 624}, "charText": "心", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 407, "y0": 630, "x1": 455, "y1": 631, "x2": 455, "y2": 678, "x3": 407, "y3": 677}, "charText": "總", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 406, "y0": 690, "x1": 453, "y1": 691, "x2": 454, "y2": 707, "x3": 407, "y3": 706}, "charText": "一", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 407, "y0": 712, "x1": 453, "y1": 713, "x2": 453, "y2": 764, "x3": 407, "y3": 763}, "charText": "時", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 402, "y0": 764, "x1": 449, "y1": 765, "x2": 449, "y2": 809, "x3": 402, "y3": 809}, "charText": "稍", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 407, "y0": 811, "x1": 455, "y1": 811, "x2": 455, "y2": 854, "x3": 407, "y3": 853}, "charText": "閑", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 407, "y0": 857, "x1": 453, "y1": 858, "x2": 452, "y2": 890, "x3": 407, "y3": 889}, "charText": "乂", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 404, "y0": 890, "x1": 447, "y1": 891, "x2": 446, "y2": 935, "x3": 403, "y3": 935}, "charText": "有", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 403, "y0": 934, "x1": 453, "y1": 935, "x2": 452, "y2": 981, "x3": 402, "y3": 980}, "charText": "貪", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 404, "y0": 981, "x1": 450, "y1": 982, "x2": 450, "y2": 1024, "x3": 404, "y3": 1024}, "charText": "淫", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 348, "y0": 147, "x1": 393, "y1": 147, "x2": 393, "y2": 190, "x3": 348, "y3": 190}, "charText": "戀", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 352, "y0": 191, "x1": 397, "y1": 191, "x2": 397, "y2": 231, "x3": 352, "y3": 231}, "charText": "色", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 344, "y0": 234, "x1": 394, "y1": 235, "x2": 394, "y2": 275, "x3": 344, "y3": 275}, "charText": "好", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 346, "y0": 276, "x1": 391, "y1": 277, "x2": 391, "y2": 324, "x3": 346, "y3": 324}, "charText": "貨", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 346, "y0": 325, "x1": 392, "y1": 326, "x2": 392, "y2": 373, "x3": 346, "y3": 372}, "charText": "尋", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 342, "y0": 371, "x1": 392, "y1": 372, "x2": 391, "y2": 416, "x3": 342, "y3": 416}, "charText": "愁", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 345, "y0": 417, "x1": 394, "y1": 417, "x2": 394, "y2": 449, "x3": 345, "y3": 449}, "charText": "之", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 345, "y0": 448, "x1": 396, "y1": 449, "x2": 396, "y2": 501, "x3": 344, "y3": 501}, "charText": "事", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 344, "y0": 503, "x1": 393, "y1": 503, "x2": 392, "y2": 545, "x3": 344, "y3": 545}, "charText": "那", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 342, "y0": 546, "x1": 392, "y1": 546, "x2": 392, "y2": 585, "x3": 342, "y3": 585}, "charText": "裡", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 343, "y0": 587, "x1": 389, "y1": 587, "x2": 389, "y2": 633, "x3": 343, "y3": 632}, "charText": "有", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 345, "y0": 637, "x1": 390, "y1": 637, "x2": 390, "y2": 666, "x3": 345, "y3": 666}, "charText": "工", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 346, "y0": 669, "x1": 393, "y1": 669, "x2": 393, "y2": 713, "x3": 346, "y3": 713}, "charText": "夫", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 342, "y0": 713, "x1": 389, "y1": 713, "x2": 389, "y2": 755, "x3": 342, "y3": 755}, "charText": "去", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 344, "y0": 757, "x1": 389, "y1": 757, "x2": 388, "y2": 806, "x3": 343, "y3": 806}, "charText": "看", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 343, "y0": 808, "x1": 391, "y1": 809, "x2": 391, "y2": 853, "x3": 343, "y3": 852}, "charText": "那", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 345, "y0": 854, "x1": 390, "y1": 855, "x2": 390, "y2": 890, "x3": 345, "y3": 890}, "charText": "理", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 345, "y0": 892, "x1": 389, "y1": 892, "x2": 389, "y2": 931, "x3": 345, "y3": 931}, "charText": "治", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 343, "y0": 934, "x1": 392, "y1": 935, "x2": 392, "y2": 970, "x3": 343, "y3": 969}, "charText": "之", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 342, "y0": 971, "x1": 392, "y1": 971, "x2": 392, "y2": 1023, "x3": 341, "y3": 1022}, "charText": "書", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 286, "y0": 146, "x1": 336, "y1": 147, "x2": 336, "y2": 189, "x3": 286, "y3": 189}, "charText": "所", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 287, "y0": 194, "x1": 333, "y1": 195, "x2": 333, "y2": 224, "x3": 287, "y3": 224}, "charText": "以", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 284, "y0": 227, "x1": 334, "y1": 228, "x2": 333, "y2": 273, "x3": 283, "y3": 273}, "charText": "我", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 284, "y0": 277, "x1": 334, "y1": 278, "x2": 334, "y2": 322, "x3": 284, "y3": 321}, "charText": "這", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 284, "y0": 337, "x1": 332, "y1": 338, "x2": 333, "y2": 354, "x3": 285, "y3": 354}, "charText": "一", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 282, "y0": 366, "x1": 334, "y1": 367, "x2": 333, "y2": 408, "x3": 281, "y3": 407}, "charText": "投", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 284, "y0": 408, "x1": 335, "y1": 408, "x2": 335, "y2": 460, "x3": 283, "y3": 459}, "charText": "事", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 284, "y0": 461, "x1": 332, "y1": 461, "x2": 332, "y2": 496, "x3": 284, "y3": 496}, "charText": "也", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 283, "y0": 499, "x1": 328, "y1": 499, "x2": 328, "y2": 537, "x3": 283, "y3": 536}, "charText": "不", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 283, "y0": 539, "x1": 329, "y1": 539, "x2": 329, "y2": 585, "x3": 283, "y3": 584}, "charText": "愿", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 280, "y0": 587, "x1": 331, "y1": 587, "x2": 330, "y2": 627, "x3": 280, "y3": 626}, "charText": "世", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 284, "y0": 632, "x1": 331, "y1": 632, "x2": 332, "y2": 665, "x3": 284, "y3": 665}, "charText": "人", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 280, "y0": 671, "x1": 332, "y1": 671, "x2": 332, "y2": 716, "x3": 280, "y3": 716}, "charText": "稱", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 282, "y0": 716, "x1": 330, "y1": 717, "x2": 330, "y2": 760, "x3": 282, "y3": 760}, "charText": "竒", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 282, "y0": 762, "x1": 331, "y1": 762, "x2": 331, "y2": 803, "x3": 282, "y3": 803}, "charText": "道", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 279, "y0": 804, "x1": 333, "y1": 805, "x2": 332, "y2": 848, "x3": 278, "y3": 847}, "charText": "妙", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 282, "y0": 850, "x1": 330, "y1": 851, "x2": 330, "y2": 888, "x3": 282, "y3": 887}, "charText": "也", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 282, "y0": 892, "x1": 326, "y1": 893, "x2": 325, "y2": 930, "x3": 282, "y3": 929}, "charText": "不", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 277, "y0": 931, "x1": 329, "y1": 932, "x2": 328, "y2": 974, "x3": 276, "y3": 973}, "charText": "要", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 277, "y0": 975, "x1": 328, "y1": 976, "x2": 327, "y2": 1017, "x3": 277, "y3": 1016}, "charText": "世", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 226, "y0": 148, "x1": 274, "y1": 149, "x2": 274, "y2": 181, "x3": 225, "y3": 181}, "charText": "人", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 223, "y0": 180, "x1": 272, "y1": 181, "x2": 271, "y2": 230, "x3": 222, "y3": 229}, "charText": "喜", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 225, "y0": 231, "x1": 275, "y1": 231, "x2": 275, "y2": 272, "x3": 225, "y3": 272}, "charText": "悦", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 222, "y0": 274, "x1": 274, "y1": 274, "x2": 273, "y2": 317, "x3": 222, "y3": 316}, "charText": "檢", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 221, "y0": 318, "x1": 275, "y1": 319, "x2": 275, "y2": 371, "x3": 220, "y3": 370}, "charText": "讀", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 228, "y0": 372, "x1": 266, "y1": 373, "x2": 266, "y2": 406, "x3": 228, "y3": 405}, "charText": "只", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 224, "y0": 407, "x1": 270, "y1": 407, "x2": 270, "y2": 451, "x3": 223, "y3": 451}, "charText": "愿", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 220, "y0": 454, "x1": 272, "y1": 454, "x2": 272, "y2": 494, "x3": 220, "y3": 493}, "charText": "他", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 221, "y0": 496, "x1": 270, "y1": 497, "x2": 270, "y2": 538, "x3": 221, "y3": 537}, "charText": "們", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 225, "y0": 538, "x1": 269, "y1": 539, "x2": 269, "y2": 584, "x3": 225, "y3": 584}, "charText": "當", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 224, "y0": 587, "x1": 269, "y1": 588, "x2": 269, "y2": 628, "x3": 224, "y3": 628}, "charText": "那", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 221, "y0": 631, "x1": 270, "y1": 631, "x2": 270, "y2": 675, "x3": 221, "y3": 675}, "charText": "醉", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 222, "y0": 677, "x1": 271, "y1": 677, "x2": 271, "y2": 719, "x3": 222, "y3": 718}, "charText": "飽", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 225, "y0": 719, "x1": 267, "y1": 719, "x2": 267, "y2": 759, "x3": 225, "y3": 759}, "charText": "淫", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 225, "y0": 760, "x1": 267, "y1": 761, "x2": 267, "y2": 802, "x3": 225, "y3": 802}, "charText": "卧", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 223, "y0": 805, "x1": 270, "y1": 806, "x2": 270, "y2": 838, "x3": 222, "y3": 838}, "charText": "之", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 223, "y0": 840, "x1": 271, "y1": 840, "x2": 271, "y2": 888, "x3": 223, "y3": 888}, "charText": "時", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 224, "y0": 887, "x1": 270, "y1": 888, "x2": 269, "y2": 930, "x3": 224, "y3": 930}, "charText": "或", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 219, "y0": 931, "x1": 267, "y1": 932, "x2": 267, "y2": 974, "x3": 218, "y3": 973}, "charText": "避", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 218, "y0": 976, "x1": 266, "y1": 977, "x2": 265, "y2": 1019, "x3": 217, "y3": 1018}, "charText": "世", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 163, "y0": 147, "x1": 210, "y1": 147, "x2": 210, "y2": 188, "x3": 163, "y3": 188}, "charText": "去", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 164, "y0": 190, "x1": 212, "y1": 190, "x2": 212, "y2": 237, "x3": 164, "y3": 236}, "charText": "愁", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 165, "y0": 239, "x1": 213, "y1": 240, "x2": 213, "y2": 272, "x3": 165, "y3": 272}, "charText": "之", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 165, "y0": 275, "x1": 215, "y1": 275, "x2": 215, "y2": 319, "x3": 165, "y3": 319}, "charText": "際", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 162, "y0": 321, "x1": 211, "y1": 322, "x2": 211, "y2": 363, "x3": 161, "y3": 362}, "charText": "把", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 160, "y0": 366, "x1": 211, "y1": 366, "x2": 211, "y2": 405, "x3": 160, "y3": 404}, "charText": "此", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 161, "y0": 419, "x1": 208, "y1": 420, "x2": 209, "y2": 435, "x3": 161, "y3": 435}, "charText": "一", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 162, "y0": 451, "x1": 212, "y1": 452, "x2": 212, "y2": 490, "x3": 162, "y3": 490}, "charText": "玩", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 163, "y0": 491, "x1": 208, "y1": 492, "x2": 208, "y2": 538, "x3": 163, "y3": 538}, "charText": "豈", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 162, "y0": 541, "x1": 206, "y1": 542, "x2": 206, "y2": 581, "x3": 162, "y3": 581}, "charText": "不", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 162, "y0": 582, "x1": 205, "y1": 582, "x2": 205, "y2": 628, "x3": 162, "y3": 628}, "charText": "省", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 167, "y0": 630, "x1": 203, "y1": 631, "x2": 203, "y2": 671, "x3": 167, "y3": 670}, "charText": "了", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 162, "y0": 671, "x1": 211, "y1": 671, "x2": 211, "y2": 710, "x3": 162, "y3": 709}, "charText": "此", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 159, "y0": 711, "x1": 207, "y1": 711, "x2": 206, "y2": 762, "x3": 159, "y3": 762}, "charText": "夀", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 159, "y0": 762, "x1": 211, "y1": 762, "x2": 211, "y2": 805, "x3": 159, "y3": 805}, "charText": "命", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 164, "y0": 806, "x1": 207, "y1": 807, "x2": 207, "y2": 853, "x3": 164, "y3": 852}, "charText": "筋", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 168, "y0": 853, "x1": 211, "y1": 853, "x2": 211, "y2": 889, "x3": 167, "y3": 888}, "charText": "加", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 159, "y0": 889, "x1": 210, "y1": 890, "x2": 209, "y2": 930, "x3": 159, "y3": 930}, "charText": "就", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 164, "y0": 931, "x1": 208, "y1": 932, "x2": 208, "y2": 968, "x3": 164, "y3": 967}, "charText": "比", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 159, "y0": 975, "x1": 207, "y1": 976, "x2": 206, "y2": 1020, "x3": 158, "y3": 1019}, "charText": "那", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 101, "y0": 146, "x1": 151, "y1": 146, "x2": 152, "y2": 188, "x3": 101, "y3": 188}, "charText": "謀", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 103, "y0": 189, "x1": 151, "y1": 189, "x2": 151, "y2": 232, "x3": 103, "y3": 232}, "charText": "虚", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 103, "y0": 233, "x1": 152, "y1": 233, "x2": 152, "y2": 273, "x3": 103, "y3": 273}, "charText": "逐", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 100, "y0": 274, "x1": 155, "y1": 275, "x2": 154, "y2": 320, "x3": 100, "y3": 319}, "charText": "妄", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 100, "y0": 319, "x1": 151, "y1": 320, "x2": 151, "y2": 368, "x3": 100, "y3": 367}, "charText": "却", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 103, "y0": 369, "x1": 150, "y1": 369, "x2": 150, "y2": 407, "x3": 103, "y3": 406}, "charText": "也", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 102, "y0": 408, "x1": 144, "y1": 408, "x2": 144, "y2": 454, "x3": 102, "y3": 454}, "charText": "省", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 107, "y0": 455, "x1": 140, "y1": 456, "x2": 141, "y2": 494, "x3": 108, "y3": 494}, "charText": "了", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 106, "y0": 503, "x1": 141, "y1": 503, "x2": 142, "y2": 531, "x3": 107, "y3": 531}, "charText": "口", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 99, "y0": 538, "x1": 147, "y1": 538, "x2": 148, "y2": 578, "x3": 100, "y3": 578}, "charText": "舌", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 102, "y0": 580, "x1": 149, "y1": 580, "x2": 149, "y2": 623, "x3": 102, "y3": 624}, "charText": "是", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 103, "y0": 627, "x1": 148, "y1": 627, "x2": 148, "y2": 668, "x3": 104, "y3": 668}, "charText": "非", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 103, "y0": 673, "x1": 149, "y1": 673, "x2": 149, "y2": 708, "x3": 103, "y3": 707}, "charText": "之", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 103, "y0": 710, "x1": 151, "y1": 710, "x2": 151, "y2": 755, "x3": 103, "y3": 755}, "charText": "额", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 101, "y0": 759, "x1": 149, "y1": 759, "x2": 149, "y2": 798, "x3": 101, "y3": 798}, "charText": "腿", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 101, "y0": 799, "x1": 149, "y1": 799, "x2": 149, "y2": 845, "x3": 101, "y3": 844}, "charText": "脚", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 103, "y0": 844, "x1": 150, "y1": 845, "x2": 149, "y2": 895, "x3": 103, "y3": 894}, "charText": "奔", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 100, "y0": 894, "x1": 145, "y1": 894, "x2": 145, "y2": 933, "x3": 100, "y3": 932}, "charText": "忙", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 101, "y0": 934, "x1": 148, "y1": 935, "x2": 147, "y2": 967, "x3": 100, "y3": 966}, "charText": "之", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 97, "y0": 970, "x1": 150, "y1": 971, "x2": 148, "y2": 1017, "x3": 96, "y3": 1016}, "charText": "苦", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 37, "y0": 147, "x1": 91, "y1": 147, "x2": 91, "y2": 187, "x3": 37, "y3": 187}, "charText": "再", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 38, "y0": 188, "x1": 89, "y1": 188, "x2": 89, "y2": 233, "x3": 38, "y3": 232}, "charText": "者", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 39, "y0": 233, "x1": 89, "y1": 234, "x2": 89, "y2": 274, "x3": 39, "y3": 274}, "charText": "亦", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 38, "y0": 276, "x1": 92, "y1": 277, "x2": 92, "y2": 316, "x3": 37, "y3": 316}, "charText": "令", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 37, "y0": 321, "x1": 90, "y1": 322, "x2": 90, "y2": 362, "x3": 37, "y3": 361}, "charText": "世", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 39, "y0": 366, "x1": 90, "y1": 367, "x2": 90, "y2": 401, "x3": 39, "y3": 400}, "charText": "人", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 37, "y0": 403, "x1": 89, "y1": 404, "x2": 89, "y2": 449, "x3": 36, "y3": 448}, "charText": "換", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 36, "y0": 451, "x1": 89, "y1": 452, "x2": 89, "y2": 497, "x3": 35, "y3": 497}, "charText": "新", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 40, "y0": 499, "x1": 87, "y1": 499, "x2": 87, "y2": 539, "x3": 40, "y3": 539}, "charText": "眼", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 46, "y0": 545, "x1": 89, "y1": 545, "x2": 90, "y2": 581, "x3": 46, "y3": 581}, "charText": "目", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 40, "y0": 585, "x1": 85, "y1": 585, "x2": 85, "y2": 624, "x3": 40, "y3": 623}, "charText": "不", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 42, "y0": 629, "x1": 90, "y1": 630, "x2": 90, "y2": 665, "x3": 42, "y3": 665}, "charText": "比", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 39, "y0": 671, "x1": 88, "y1": 671, "x2": 88, "y2": 712, "x3": 39, "y3": 712}, "charText": "那", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 42, "y0": 713, "x1": 88, "y1": 713, "x2": 89, "y2": 753, "x3": 42, "y3": 753}, "charText": "些", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 39, "y0": 757, "x1": 87, "y1": 757, "x2": 86, "y2": 797, "x3": 39, "y3": 797}, "charText": "胡", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 42, "y0": 798, "x1": 87, "y1": 799, "x2": 87, "y2": 847, "x3": 41, "y3": 846}, "charText": "牽", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 39, "y0": 846, "x1": 89, "y1": 847, "x2": 89, "y2": 887, "x3": 38, "y3": 887}, "charText": "亂", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 36, "y0": 890, "x1": 90, "y1": 890, "x2": 89, "y2": 929, "x3": 35, "y3": 928}, "charText": "拙", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 41, "y0": 928, "x1": 85, "y1": 929, "x2": 85, "y2": 970, "x3": 41, "y3": 969}, "charText": "忽", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 38, "y0": 970, "x1": 86, "y1": 972, "x2": 85, "y2": 1016, "x3": 37, "y3": 1015}, "charText": "離", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 7, "y0": 197, "x1": 29, "y1": 197, "x2": 29, "y2": 237, "x3": 7, "y3": 237}, "charText": "夏", "textlineId": 9, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 4, "y0": 578, "x1": 29, "y1": 579, "x2": 29, "y2": 604, "x3": 4, "y3": 604}, "charText": "回", "textlineId": 9, "picUri": "", "isPicText": false}]}, "7501933907890389033": {"wordBoxList": [{"charPoly": {"x0": 520, "y0": 31, "x1": 563, "y1": 32, "x2": 563, "y2": 73, "x3": 520, "y3": 73}, "charText": "忽", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 516, "y0": 75, "x1": 567, "y1": 76, "x2": 566, "y2": 115, "x3": 516, "y3": 115}, "charText": "遇", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 518, "y0": 116, "x1": 563, "y1": 117, "x2": 562, "y2": 160, "x3": 518, "y3": 160}, "charText": "滿", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 516, "y0": 163, "x1": 564, "y1": 163, "x2": 564, "y2": 202, "x3": 516, "y3": 202}, "charText": "紙", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 519, "y0": 204, "x1": 557, "y1": 204, "x2": 557, "y2": 249, "x3": 519, "y3": 249}, "charText": "才", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 517, "y0": 255, "x1": 563, "y1": 255, "x2": 563, "y2": 287, "x3": 517, "y3": 287}, "charText": "人", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 517, "y0": 292, "x1": 565, "y1": 293, "x2": 565, "y2": 333, "x3": 516, "y3": 333}, "charText": "淑", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 512, "y0": 339, "x1": 565, "y1": 340, "x2": 565, "y2": 376, "x3": 511, "y3": 375}, "charText": "女", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 514, "y0": 380, "x1": 561, "y1": 380, "x2": 561, "y2": 422, "x3": 514, "y3": 421}, "charText": "子", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 513, "y0": 424, "x1": 564, "y1": 424, "x2": 564, "y2": 467, "x3": 513, "y3": 466}, "charText": "建", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 517, "y0": 468, "x1": 564, "y1": 468, "x2": 564, "y2": 507, "x3": 517, "y3": 506}, "charText": "文", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 514, "y0": 513, "x1": 565, "y1": 513, "x2": 565, "y2": 555, "x3": 513, "y3": 555}, "charText": "君", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 516, "y0": 559, "x1": 563, "y1": 560, "x2": 563, "y2": 595, "x3": 515, "y3": 595}, "charText": "紅", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 511, "y0": 597, "x1": 564, "y1": 597, "x2": 563, "y2": 639, "x3": 511, "y3": 639}, "charText": "娘", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 517, "y0": 644, "x1": 561, "y1": 645, "x2": 560, "y2": 680, "x3": 517, "y3": 680}, "charText": "小", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 514, "y0": 686, "x1": 559, "y1": 687, "x2": 559, "y2": 720, "x3": 514, "y3": 720}, "charText": "玉", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 512, "y0": 722, "x1": 563, "y1": 722, "x2": 562, "y2": 774, "x3": 512, "y3": 774}, "charText": "等", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 511, "y0": 774, "x1": 561, "y1": 775, "x2": 560, "y2": 815, "x3": 511, "y3": 814}, "charText": "通", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 510, "y0": 814, "x1": 562, "y1": 815, "x2": 561, "y2": 852, "x3": 509, "y3": 851}, "charText": "共", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 509, "y0": 853, "x1": 560, "y1": 854, "x2": 559, "y2": 897, "x3": 509, "y3": 896}, "charText": "熟", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 453, "y0": 27, "x1": 506, "y1": 28, "x2": 506, "y2": 77, "x3": 452, "y3": 76}, "charText": "套", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 455, "y0": 78, "x1": 505, "y1": 79, "x2": 505, "y2": 113, "x3": 455, "y3": 112}, "charText": "之", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 455, "y0": 112, "x1": 500, "y1": 113, "x2": 499, "y2": 162, "x3": 455, "y3": 161}, "charText": "舊", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 452, "y0": 162, "x1": 506, "y1": 162, "x2": 506, "y2": 205, "x3": 452, "y3": 205}, "charText": "只", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 454, "y0": 204, "x1": 501, "y1": 205, "x2": 501, "y2": 251, "x3": 454, "y3": 250}, "charText": "我", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 457, "y0": 252, "x1": 501, "y1": 253, "x2": 501, "y2": 295, "x3": 457, "y3": 295}, "charText": "師", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 456, "y0": 298, "x1": 499, "y1": 299, "x2": 499, "y2": 330, "x3": 456, "y3": 329}, "charText": "以", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 458, "y0": 333, "x1": 501, "y1": 334, "x2": 501, "y2": 377, "x3": 457, "y3": 377}, "charText": "為", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 449, "y0": 380, "x1": 500, "y1": 381, "x2": 499, "y2": 425, "x3": 448, "y3": 424}, "charText": "何", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 448, "y0": 428, "x1": 504, "y1": 429, "x2": 503, "y2": 463, "x3": 448, "y3": 463}, "charText": "如", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 454, "y0": 466, "x1": 499, "y1": 466, "x2": 499, "y2": 508, "x3": 454, "y3": 508}, "charText": "空", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 454, "y0": 511, "x1": 500, "y1": 511, "x2": 499, "y2": 551, "x3": 454, "y3": 551}, "charText": "空", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 452, "y0": 553, "x1": 501, "y1": 553, "x2": 501, "y2": 597, "x3": 451, "y3": 597}, "charText": "道", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 452, "y0": 600, "x1": 500, "y1": 600, "x2": 500, "y2": 633, "x3": 452, "y3": 633}, "charText": "人", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 451, "y0": 635, "x1": 499, "y1": 635, "x2": 499, "y2": 681, "x3": 450, "y3": 681}, "charText": "聽", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 459, "y0": 684, "x1": 491, "y1": 684, "x2": 491, "y2": 726, "x3": 459, "y3": 726}, "charText": "了", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 453, "y0": 727, "x1": 501, "y1": 728, "x2": 501, "y2": 766, "x3": 452, "y3": 766}, "charText": "此", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 449, "y0": 771, "x1": 501, "y1": 772, "x2": 501, "y2": 811, "x3": 448, "y3": 811}, "charText": "語", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 455, "y0": 814, "x1": 497, "y1": 815, "x2": 497, "y2": 853, "x3": 454, "y3": 853}, "charText": "思", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 451, "y0": 854, "x1": 496, "y1": 855, "x2": 495, "y2": 898, "x3": 451, "y3": 897}, "charText": "忖", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 392, "y0": 28, "x1": 437, "y1": 28, "x2": 437, "y2": 75, "x3": 392, "y3": 75}, "charText": "半", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 395, "y0": 75, "x1": 445, "y1": 75, "x2": 445, "y2": 113, "x3": 394, "y3": 113}, "charText": "晌", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 393, "y0": 114, "x1": 440, "y1": 114, "x2": 439, "y2": 160, "x3": 392, "y3": 160}, "charText": "将", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 392, "y0": 162, "x1": 442, "y1": 162, "x2": 442, "y2": 204, "x3": 392, "y3": 204}, "charText": "這", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 393, "y0": 209, "x1": 436, "y1": 209, "x2": 436, "y2": 247, "x3": 393, "y3": 246}, "charText": "石", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 393, "y0": 251, "x1": 439, "y1": 251, "x2": 439, "y2": 294, "x3": 393, "y3": 294}, "charText": "頭", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 391, "y0": 295, "x1": 443, "y1": 296, "x2": 443, "y2": 334, "x3": 390, "y3": 334}, "charText": "記", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 417, "y0": 339, "x1": 443, "y1": 339, "x2": 443, "y2": 374, "x3": 417, "y3": 374}, "charText": "本", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 388, "y0": 344, "x1": 415, "y1": 344, "x2": 415, "y2": 374, "x3": 388, "y3": 374}, "charText": "名", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 391, "y0": 380, "x1": 439, "y1": 380, "x2": 438, "y2": 423, "x3": 391, "y3": 423}, "charText": "再", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 392, "y0": 428, "x1": 437, "y1": 428, "x2": 437, "y2": 465, "x3": 392, "y3": 465}, "charText": "細", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 395, "y0": 468, "x1": 436, "y1": 468, "x2": 436, "y2": 514, "x3": 395, "y3": 514}, "charText": "閲", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 392, "y0": 523, "x1": 438, "y1": 523, "x2": 438, "y2": 538, "x3": 393, "y3": 537}, "charText": "一", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 392, "y0": 550, "x1": 443, "y1": 550, "x2": 442, "y2": 596, "x3": 391, "y3": 596}, "charText": "遍", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 399, "y0": 600, "x1": 436, "y1": 600, "x2": 436, "y2": 640, "x3": 399, "y3": 640}, "charText": "因", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 395, "y0": 640, "x1": 440, "y1": 640, "x2": 440, "y2": 682, "x3": 395, "y3": 682}, "charText": "見", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 392, "y0": 684, "x1": 437, "y1": 685, "x2": 437, "y2": 720, "x3": 392, "y3": 720}, "charText": "上", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 394, "y0": 726, "x1": 438, "y1": 726, "x2": 437, "y2": 766, "x3": 394, "y3": 766}, "charText": "面", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 391, "y0": 768, "x1": 439, "y1": 768, "x2": 438, "y2": 810, "x3": 390, "y3": 810}, "charText": "雖", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 392, "y0": 810, "x1": 434, "y1": 811, "x2": 434, "y2": 855, "x3": 392, "y3": 854}, "charText": "有", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 389, "y0": 855, "x1": 437, "y1": 856, "x2": 436, "y2": 898, "x3": 388, "y3": 897}, "charText": "指", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 331, "y0": 31, "x1": 380, "y1": 31, "x2": 379, "y2": 72, "x3": 331, "y3": 72}, "charText": "奸", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 333, "y0": 71, "x1": 377, "y1": 71, "x2": 377, "y2": 119, "x3": 332, "y3": 119}, "charText": "責", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 331, "y0": 119, "x1": 383, "y1": 119, "x2": 383, "y2": 161, "x3": 331, "y3": 160}, "charText": "佞", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 334, "y0": 162, "x1": 383, "y1": 162, "x2": 383, "y2": 203, "x3": 333, "y3": 203}, "charText": "貶", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 337, "y0": 205, "x1": 378, "y1": 206, "x2": 378, "y2": 249, "x3": 337, "y3": 249}, "charText": "惡", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 331, "y0": 250, "x1": 381, "y1": 250, "x2": 381, "y2": 296, "x3": 331, "y3": 296}, "charText": "誅", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 332, "y0": 297, "x1": 377, "y1": 298, "x2": 377, "y2": 342, "x3": 331, "y3": 341}, "charText": "邪", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 334, "y0": 343, "x1": 381, "y1": 343, "x2": 381, "y2": 376, "x3": 334, "y3": 376}, "charText": "之", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 330, "y0": 378, "x1": 381, "y1": 378, "x2": 381, "y2": 419, "x3": 330, "y3": 419}, "charText": "語", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 331, "y0": 423, "x1": 376, "y1": 424, "x2": 376, "y2": 465, "x3": 331, "y3": 465}, "charText": "亦", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 334, "y0": 468, "x1": 377, "y1": 468, "x2": 377, "y2": 510, "x3": 333, "y3": 509}, "charText": "非", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 334, "y0": 511, "x1": 377, "y1": 511, "x2": 377, "y2": 558, "x3": 335, "y3": 557}, "charText": "罵", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 331, "y0": 559, "x1": 378, "y1": 559, "x2": 377, "y2": 596, "x3": 331, "y3": 595}, "charText": "世", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 333, "y0": 600, "x1": 381, "y1": 601, "x2": 380, "y2": 635, "x3": 333, "y3": 634}, "charText": "之", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 331, "y0": 637, "x1": 382, "y1": 637, "x2": 381, "y2": 682, "x3": 330, "y3": 681}, "charText": "㫖", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 333, "y0": 684, "x1": 380, "y1": 685, "x2": 380, "y2": 723, "x3": 333, "y3": 723}, "charText": "及", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 332, "y0": 726, "x1": 375, "y1": 727, "x2": 375, "y2": 766, "x3": 331, "y3": 766}, "charText": "至", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 330, "y0": 768, "x1": 373, "y1": 769, "x2": 373, "y2": 809, "x3": 329, "y3": 809}, "charText": "君", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 329, "y0": 812, "x1": 377, "y1": 813, "x2": 376, "y2": 849, "x3": 328, "y3": 848}, "charText": "仁", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 337, "y0": 853, "x1": 375, "y1": 853, "x2": 374, "y2": 892, "x3": 337, "y3": 892}, "charText": "臣", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 283, "y0": 29, "x1": 324, "y1": 29, "x2": 324, "y2": 75, "x3": 283, "y3": 75}, "charText": "良", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 274, "y0": 77, "x1": 322, "y1": 77, "x2": 322, "y2": 114, "x3": 274, "y3": 114}, "charText": "父", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 274, "y0": 113, "x1": 321, "y1": 113, "x2": 321, "y2": 162, "x3": 274, "y3": 162}, "charText": "慈", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 272, "y0": 165, "x1": 319, "y1": 165, "x2": 319, "y2": 205, "x3": 272, "y3": 204}, "charText": "子", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 273, "y0": 205, "x1": 323, "y1": 205, "x2": 323, "y2": 255, "x3": 272, "y3": 255}, "charText": "孝", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 277, "y0": 256, "x1": 322, "y1": 256, "x2": 322, "y2": 291, "x3": 277, "y3": 291}, "charText": "凡", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 271, "y0": 293, "x1": 324, "y1": 294, "x2": 323, "y2": 333, "x3": 270, "y3": 332}, "charText": "倫", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 275, "y0": 334, "x1": 320, "y1": 334, "x2": 319, "y2": 382, "x3": 274, "y3": 382}, "charText": "常", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 273, "y0": 382, "x1": 319, "y1": 382, "x2": 319, "y2": 424, "x3": 273, "y3": 423}, "charText": "所", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 278, "y0": 425, "x1": 318, "y1": 425, "x2": 318, "y2": 468, "x3": 278, "y3": 468}, "charText": "闗", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 273, "y0": 469, "x1": 320, "y1": 470, "x2": 320, "y2": 505, "x3": 273, "y3": 505}, "charText": "之", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 272, "y0": 508, "x1": 321, "y1": 508, "x2": 321, "y2": 551, "x3": 272, "y3": 551}, "charText": "處", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 276, "y0": 551, "x1": 318, "y1": 551, "x2": 317, "y2": 595, "x3": 276, "y3": 594}, "charText": "皆", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 273, "y0": 596, "x1": 318, "y1": 597, "x2": 318, "y2": 641, "x3": 273, "y3": 640}, "charText": "是", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 269, "y0": 641, "x1": 318, "y1": 642, "x2": 317, "y2": 685, "x3": 268, "y3": 685}, "charText": "稱", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 271, "y0": 688, "x1": 314, "y1": 688, "x2": 314, "y2": 724, "x3": 271, "y3": 723}, "charText": "功", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 270, "y0": 726, "x1": 315, "y1": 726, "x2": 314, "y2": 767, "x3": 270, "y3": 767}, "charText": "頌", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 268, "y0": 766, "x1": 320, "y1": 767, "x2": 320, "y2": 808, "x3": 267, "y3": 807}, "charText": "徳", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 271, "y0": 807, "x1": 321, "y1": 807, "x2": 320, "y2": 851, "x3": 271, "y3": 851}, "charText": "眷", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 268, "y0": 851, "x1": 320, "y1": 851, "x2": 320, "y2": 896, "x3": 268, "y3": 896}, "charText": "眷", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 213, "y0": 28, "x1": 264, "y1": 28, "x2": 264, "y2": 70, "x3": 212, "y3": 70}, "charText": "無", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 216, "y0": 70, "x1": 265, "y1": 71, "x2": 264, "y2": 119, "x3": 216, "y3": 118}, "charText": "窮", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 217, "y0": 120, "x1": 260, "y1": 120, "x2": 259, "y2": 168, "x3": 217, "y3": 168}, "charText": "實", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 217, "y0": 168, "x1": 260, "y1": 169, "x2": 259, "y2": 207, "x3": 217, "y3": 206}, "charText": "非", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 214, "y0": 207, "x1": 257, "y1": 208, "x2": 256, "y2": 249, "x3": 213, "y3": 248}, "charText": "别", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 214, "y0": 247, "x1": 257, "y1": 247, "x2": 257, "y2": 295, "x3": 214, "y3": 295}, "charText": "書", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 213, "y0": 298, "x1": 259, "y1": 298, "x2": 258, "y2": 339, "x3": 213, "y3": 338}, "charText": "可", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 217, "y0": 341, "x1": 262, "y1": 341, "x2": 262, "y2": 374, "x3": 217, "y3": 374}, "charText": "比", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 213, "y0": 377, "x1": 259, "y1": 377, "x2": 259, "y2": 420, "x3": 213, "y3": 420}, "charText": "雖", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 211, "y0": 421, "x1": 259, "y1": 421, "x2": 258, "y2": 463, "x3": 210, "y3": 463}, "charText": "其", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 216, "y0": 463, "x1": 255, "y1": 463, "x2": 255, "y2": 509, "x3": 216, "y3": 508}, "charText": "中", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 215, "y0": 510, "x1": 258, "y1": 510, "x2": 258, "y2": 549, "x3": 215, "y3": 549}, "charText": "大", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 211, "y0": 551, "x1": 256, "y1": 552, "x2": 255, "y2": 593, "x3": 210, "y3": 593}, "charText": "㫖", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 209, "y0": 594, "x1": 259, "y1": 594, "x2": 259, "y2": 635, "x3": 209, "y3": 635}, "charText": "談", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 213, "y0": 635, "x1": 261, "y1": 635, "x2": 260, "y2": 685, "x3": 212, "y3": 685}, "charText": "情", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 213, "y0": 685, "x1": 256, "y1": 686, "x2": 256, "y2": 725, "x3": 213, "y3": 724}, "charText": "亦", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 213, "y0": 728, "x1": 255, "y1": 729, "x2": 254, "y2": 765, "x3": 213, "y3": 764}, "charText": "不", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 209, "y0": 767, "x1": 257, "y1": 767, "x2": 257, "y2": 806, "x3": 209, "y3": 805}, "charText": "過", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 213, "y0": 807, "x1": 255, "y1": 808, "x2": 255, "y2": 858, "x3": 213, "y3": 858}, "charText": "實", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 208, "y0": 858, "x1": 257, "y1": 859, "x2": 257, "y2": 898, "x3": 208, "y3": 898}, "charText": "錄", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 153, "y0": 25, "x1": 202, "y1": 25, "x2": 202, "y2": 69, "x3": 153, "y3": 69}, "charText": "其", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 157, "y0": 68, "x1": 205, "y1": 68, "x2": 205, "y2": 120, "x3": 156, "y3": 119}, "charText": "事", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 158, "y0": 122, "x1": 203, "y1": 122, "x2": 203, "y2": 156, "x3": 158, "y3": 156}, "charText": "又", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 155, "y0": 159, "x1": 199, "y1": 159, "x2": 199, "y2": 203, "x3": 154, "y3": 202}, "charText": "非", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 150, "y0": 204, "x1": 204, "y1": 205, "x2": 203, "y2": 245, "x3": 150, "y3": 244}, "charText": "假", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 151, "y0": 246, "x1": 203, "y1": 246, "x2": 203, "y2": 290, "x3": 151, "y3": 290}, "charText": "擬", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 150, "y0": 290, "x1": 201, "y1": 290, "x2": 201, "y2": 332, "x3": 149, "y3": 332}, "charText": "妄", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 150, "y0": 333, "x1": 204, "y1": 334, "x2": 203, "y2": 378, "x3": 150, "y3": 377}, "charText": "稱", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 151, "y0": 388, "x1": 200, "y1": 389, "x2": 201, "y2": 406, "x3": 151, "y3": 405}, "charText": "一", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 152, "y0": 415, "x1": 201, "y1": 416, "x2": 201, "y2": 463, "x3": 152, "y3": 463}, "charText": "味", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 151, "y0": 463, "x1": 197, "y1": 463, "x2": 197, "y2": 504, "x3": 151, "y3": 503}, "charText": "淫", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 149, "y0": 505, "x1": 198, "y1": 505, "x2": 198, "y2": 551, "x3": 149, "y3": 551}, "charText": "邀", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 151, "y0": 551, "x1": 201, "y1": 551, "x2": 201, "y2": 594, "x3": 151, "y3": 594}, "charText": "艶", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 152, "y0": 595, "x1": 202, "y1": 595, "x2": 202, "y2": 640, "x3": 152, "y3": 640}, "charText": "紹", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 148, "y0": 641, "x1": 196, "y1": 642, "x2": 196, "y2": 680, "x3": 148, "y3": 679}, "charText": "私", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 147, "y0": 679, "x1": 197, "y1": 679, "x2": 197, "y2": 723, "x3": 147, "y3": 722}, "charText": "討", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 149, "y0": 724, "x1": 200, "y1": 724, "x2": 200, "y2": 767, "x3": 149, "y3": 767}, "charText": "偷", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 150, "y0": 767, "x1": 196, "y1": 768, "x2": 196, "y2": 808, "x3": 150, "y3": 808}, "charText": "盟", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 151, "y0": 812, "x1": 200, "y1": 813, "x2": 199, "y2": 848, "x3": 151, "y3": 847}, "charText": "之", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 149, "y0": 852, "x1": 195, "y1": 852, "x2": 195, "y2": 895, "x3": 149, "y3": 895}, "charText": "可", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 98, "y0": 26, "x1": 146, "y1": 27, "x2": 145, "y2": 65, "x3": 97, "y3": 65}, "charText": "比", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 101, "y0": 69, "x1": 138, "y1": 69, "x2": 138, "y2": 109, "x3": 101, "y3": 108}, "charText": "因", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 96, "y0": 107, "x1": 141, "y1": 108, "x2": 140, "y2": 157, "x3": 95, "y3": 156}, "charText": "毫", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 96, "y0": 161, "x1": 137, "y1": 162, "x2": 136, "y2": 201, "x3": 96, "y3": 200}, "charText": "不", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 94, "y0": 203, "x1": 134, "y1": 204, "x2": 134, "y2": 245, "x3": 94, "y3": 245}, "charText": "干", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 93, "y0": 246, "x1": 138, "y1": 246, "x2": 137, "y2": 290, "x3": 92, "y3": 289}, "charText": "渉", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 95, "y0": 290, "x1": 138, "y1": 290, "x2": 138, "y2": 338, "x3": 94, "y3": 338}, "charText": "時", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 92, "y0": 338, "x1": 142, "y1": 339, "x2": 142, "y2": 374, "x3": 92, "y3": 374}, "charText": "世", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 92, "y0": 376, "x1": 134, "y1": 377, "x2": 134, "y2": 416, "x3": 92, "y3": 416}, "charText": "方", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 90, "y0": 418, "x1": 140, "y1": 418, "x2": 140, "y2": 460, "x3": 90, "y3": 460}, "charText": "従", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 91, "y0": 463, "x1": 134, "y1": 463, "x2": 134, "y2": 507, "x3": 91, "y3": 506}, "charText": "頭", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 91, "y0": 509, "x1": 136, "y1": 509, "x2": 136, "y2": 549, "x3": 90, "y3": 548}, "charText": "至", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 90, "y0": 551, "x1": 141, "y1": 551, "x2": 141, "y2": 594, "x3": 89, "y3": 594}, "charText": "尾", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 91, "y0": 594, "x1": 136, "y1": 595, "x2": 135, "y2": 637, "x3": 91, "y3": 636}, "charText": "抄", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 90, "y0": 640, "x1": 137, "y1": 640, "x2": 137, "y2": 684, "x3": 90, "y3": 684}, "charText": "錄", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 94, "y0": 688, "x1": 135, "y1": 688, "x2": 135, "y2": 721, "x3": 94, "y3": 720}, "charText": "回", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 96, "y0": 720, "x1": 141, "y1": 720, "x2": 141, "y2": 768, "x3": 96, "y3": 768}, "charText": "来", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 96, "y0": 769, "x1": 135, "y1": 769, "x2": 135, "y2": 810, "x3": 96, "y3": 809}, "charText": "問", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 92, "y0": 809, "x1": 137, "y1": 810, "x2": 137, "y2": 846, "x3": 92, "y3": 845}, "charText": "世", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 90, "y0": 845, "x1": 139, "y1": 846, "x2": 138, "y2": 893, "x3": 89, "y3": 893}, "charText": "傳", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 30, "y0": 26, "x1": 84, "y1": 26, "x2": 84, "y2": 75, "x3": 30, "y3": 75}, "charText": "竒", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 35, "y0": 76, "x1": 72, "y1": 77, "x2": 72, "y2": 115, "x3": 35, "y3": 115}, "charText": "因", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 32, "y0": 114, "x1": 75, "y1": 114, "x2": 75, "y2": 154, "x3": 32, "y3": 154}, "charText": "空", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 32, "y0": 156, "x1": 76, "y1": 156, "x2": 76, "y2": 198, "x3": 32, "y3": 198}, "charText": "見", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 35, "y0": 199, "x1": 80, "y1": 199, "x2": 80, "y2": 242, "x3": 35, "y3": 242}, "charText": "色", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 34, "y0": 243, "x1": 74, "y1": 243, "x2": 73, "y2": 284, "x3": 34, "y3": 284}, "charText": "由", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 35, "y0": 285, "x1": 78, "y1": 286, "x2": 77, "y2": 327, "x3": 35, "y3": 327}, "charText": "色", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 30, "y0": 328, "x1": 74, "y1": 328, "x2": 74, "y2": 367, "x3": 29, "y3": 367}, "charText": "生", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 28, "y0": 366, "x1": 81, "y1": 367, "x2": 80, "y2": 419, "x3": 27, "y3": 418}, "charText": "情", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 25, "y0": 418, "x1": 74, "y1": 418, "x2": 74, "y2": 465, "x3": 25, "y3": 464}, "charText": "傅", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 27, "y0": 464, "x1": 71, "y1": 464, "x2": 71, "y2": 513, "x3": 27, "y3": 513}, "charText": "情", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 28, "y0": 517, "x1": 75, "y1": 517, "x2": 75, "y2": 543, "x3": 28, "y3": 543}, "charText": "入", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 32, "y0": 546, "x1": 78, "y1": 546, "x2": 78, "y2": 591, "x3": 32, "y3": 591}, "charText": "色", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 31, "y0": 593, "x1": 67, "y1": 593, "x2": 67, "y2": 635, "x3": 31, "y3": 635}, "charText": "自", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 33, "y0": 635, "x1": 76, "y1": 635, "x2": 76, "y2": 677, "x3": 34, "y3": 677}, "charText": "色", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 30, "y0": 680, "x1": 78, "y1": 680, "x2": 78, "y2": 721, "x3": 30, "y3": 721}, "charText": "悟", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 30, "y0": 724, "x1": 80, "y1": 724, "x2": 80, "y2": 764, "x3": 30, "y3": 764}, "charText": "空", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 27, "y0": 765, "x1": 78, "y1": 765, "x2": 78, "y2": 809, "x3": 27, "y3": 809}, "charText": "遂", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 32, "y0": 809, "x1": 71, "y1": 810, "x2": 71, "y2": 853, "x3": 32, "y3": 853}, "charText": "易", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 25, "y0": 852, "x1": 73, "y1": 852, "x2": 73, "y2": 894, "x3": 25, "y3": 894}, "charText": "名", "textlineId": 8, "picUri": "", "isPicText": false}]}}}} \ No newline at end of file diff --git a/ocr/out/coords/wordbox_0000_1kzz90e2w817r.json b/ocr/out/coords/wordbox_0000_1kzz90e2w817r.json deleted file mode 100644 index 6e99ec7be96509bc224fb5cc74f46c9f910bea33..0000000000000000000000000000000000000000 --- a/ocr/out/coords/wordbox_0000_1kzz90e2w817r.json +++ /dev/null @@ -1,19608 +0,0 @@ -{ - "errorCode": 0, - "errorMsg": "", - "data": { - "pageId2WordBoxContent": { - "7501933907890733097": { - "wordBoxList": [ - { - "charPoly": { - "x0": 522, - "y0": 34, - "x1": 570, - "y1": 34, - "x2": 570, - "y2": 74, - "x3": 522, - "y3": 74 - }, - "charText": "下", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 518, - "y0": 75, - "x1": 566, - "y1": 75, - "x2": 566, - "y2": 116, - "x3": 518, - "y3": 116 - }, - "charText": "直", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 521, - "y0": 116, - "x1": 569, - "y1": 116, - "x2": 569, - "y2": 164, - "x3": 521, - "y3": 164 - }, - "charText": "燒", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 527, - "y0": 165, - "x1": 559, - "y1": 165, - "x2": 560, - "y2": 211, - "x3": 527, - "y3": 211 - }, - "charText": "了", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 521, - "y0": 219, - "x1": 567, - "y1": 219, - "x2": 567, - "y2": 235, - "x3": 522, - "y3": 234 - }, - "charText": "一", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 522, - "y0": 247, - "x1": 569, - "y1": 247, - "x2": 569, - "y2": 293, - "x3": 521, - "y3": 293 - }, - "charText": "夜", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 523, - "y0": 295, - "x1": 565, - "y1": 295, - "x2": 565, - "y2": 336, - "x3": 522, - "y3": 336 - }, - "charText": "方", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 522, - "y0": 336, - "x1": 569, - "y1": 336, - "x2": 569, - "y2": 380, - "x3": 522, - "y3": 380 - }, - "charText": "漸", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 522, - "y0": 380, - "x1": 569, - "y1": 381, - "x2": 569, - "y2": 426, - "x3": 521, - "y3": 426 - }, - "charText": "漸", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 524, - "y0": 426, - "x1": 568, - "y1": 426, - "x2": 568, - "y2": 469, - "x3": 524, - "y3": 469 - }, - "charText": "的", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 522, - "y0": 468, - "x1": 570, - "y1": 468, - "x2": 570, - "y2": 512, - "x3": 523, - "y3": 512 - }, - "charText": "熄", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 520, - "y0": 513, - "x1": 571, - "y1": 513, - "x2": 571, - "y2": 556, - "x3": 520, - "y3": 556 - }, - "charText": "去", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 525, - "y0": 559, - "x1": 569, - "y1": 559, - "x2": 569, - "y2": 598, - "x3": 525, - "y3": 597 - }, - "charText": "也", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 523, - "y0": 601, - "x1": 565, - "y1": 601, - "x2": 565, - "y2": 640, - "x3": 523, - "y3": 640 - }, - "charText": "不", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 519, - "y0": 643, - "x1": 569, - "y1": 643, - "x2": 569, - "y2": 681, - "x3": 519, - "y3": 681 - }, - "charText": "知", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 523, - "y0": 681, - "x1": 571, - "y1": 681, - "x2": 571, - "y2": 731, - "x3": 523, - "y3": 731 - }, - "charText": "燒", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 529, - "y0": 733, - "x1": 561, - "y1": 733, - "x2": 562, - "y2": 773, - "x3": 529, - "y3": 774 - }, - "charText": "了", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 521, - "y0": 774, - "x1": 571, - "y1": 774, - "x2": 571, - "y2": 819, - "x3": 521, - "y3": 819 - }, - "charText": "幾", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 526, - "y0": 819, - "x1": 573, - "y1": 820, - "x2": 573, - "y2": 867, - "x3": 526, - "y3": 867 - }, - "charText": "家", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 525, - "y0": 868, - "x1": 571, - "y1": 868, - "x2": 571, - "y2": 903, - "x3": 525, - "y3": 902 - }, - "charText": "只", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 461, - "y0": 32, - "x1": 505, - "y1": 32, - "x2": 505, - "y2": 74, - "x3": 461, - "y3": 74 - }, - "charText": "可", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 463, - "y0": 74, - "x1": 506, - "y1": 74, - "x2": 507, - "y2": 123, - "x3": 463, - "y3": 123 - }, - "charText": "憐", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 462, - "y0": 124, - "x1": 509, - "y1": 124, - "x2": 508, - "y2": 164, - "x3": 462, - "y3": 164 - }, - "charText": "甄", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 466, - "y0": 166, - "x1": 509, - "y1": 166, - "x2": 509, - "y2": 206, - "x3": 466, - "y3": 206 - }, - "charText": "氏", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 461, - "y0": 206, - "x1": 507, - "y1": 206, - "x2": 507, - "y2": 250, - "x3": 461, - "y3": 250 - }, - "charText": "在", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 465, - "y0": 253, - "x1": 508, - "y1": 253, - "x2": 508, - "y2": 295, - "x3": 465, - "y3": 294 - }, - "charText": "隔", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 461, - "y0": 294, - "x1": 511, - "y1": 294, - "x2": 511, - "y2": 337, - "x3": 460, - "y3": 336 - }, - "charText": "壁", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 460, - "y0": 338, - "x1": 506, - "y1": 338, - "x2": 506, - "y2": 384, - "x3": 460, - "y3": 384 - }, - "charText": "早", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 468, - "y0": 386, - "x1": 509, - "y1": 386, - "x2": 509, - "y2": 420, - "x3": 468, - "y3": 420 - }, - "charText": "已", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 463, - "y0": 420, - "x1": 509, - "y1": 420, - "x2": 509, - "y2": 466, - "x3": 463, - "y3": 466 - }, - "charText": "燒", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 464, - "y0": 466, - "x1": 511, - "y1": 466, - "x2": 511, - "y2": 510, - "x3": 464, - "y3": 510 - }, - "charText": "成", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 463, - "y0": 522, - "x1": 508, - "y1": 522, - "x2": 508, - "y2": 539, - "x3": 463, - "y3": 538 - }, - "charText": "一", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 467, - "y0": 552, - "x1": 504, - "y1": 552, - "x2": 504, - "y2": 600, - "x3": 467, - "y3": 600 - }, - "charText": "片", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 466, - "y0": 600, - "x1": 510, - "y1": 600, - "x2": 510, - "y2": 639, - "x3": 466, - "y3": 640 - }, - "charText": "瓦", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 460, - "y0": 642, - "x1": 511, - "y1": 642, - "x2": 511, - "y2": 686, - "x3": 460, - "y3": 686 - }, - "charText": "礫", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 463, - "y0": 688, - "x1": 507, - "y1": 688, - "x2": 507, - "y2": 733, - "x3": 463, - "y3": 733 - }, - "charText": "場", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 470, - "y0": 735, - "x1": 511, - "y1": 735, - "x2": 511, - "y2": 775, - "x3": 470, - "y3": 775 - }, - "charText": "正", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 466, - "y0": 778, - "x1": 505, - "y1": 778, - "x2": 505, - "y2": 813, - "x3": 466, - "y3": 812 - }, - "charText": "只", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 462, - "y0": 814, - "x1": 505, - "y1": 814, - "x2": 504, - "y2": 864, - "x3": 461, - "y3": 863 - }, - "charText": "有", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 460, - "y0": 865, - "x1": 510, - "y1": 866, - "x2": 509, - "y2": 904, - "x3": 459, - "y3": 903 - }, - "charText": "他", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 403, - "y0": 28, - "x1": 450, - "y1": 28, - "x2": 450, - "y2": 72, - "x3": 403, - "y3": 72 - }, - "charText": "夫", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 399, - "y0": 73, - "x1": 451, - "y1": 73, - "x2": 451, - "y2": 121, - "x3": 399, - "y3": 121 - }, - "charText": "婦", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 400, - "y0": 121, - "x1": 447, - "y1": 121, - "x2": 447, - "y2": 160, - "x3": 400, - "y3": 160 - }, - "charText": "並", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 399, - "y0": 160, - "x1": 448, - "y1": 161, - "x2": 448, - "y2": 206, - "x3": 399, - "y3": 206 - }, - "charText": "幾", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 400, - "y0": 209, - "x1": 445, - "y1": 209, - "x2": 445, - "y2": 249, - "x3": 400, - "y3": 249 - }, - "charText": "個", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 404, - "y0": 250, - "x1": 447, - "y1": 250, - "x2": 447, - "y2": 295, - "x3": 404, - "y3": 295 - }, - "charText": "家", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 400, - "y0": 298, - "x1": 450, - "y1": 298, - "x2": 450, - "y2": 330, - "x3": 399, - "y3": 330 - }, - "charText": "人", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 404, - "y0": 332, - "x1": 446, - "y1": 332, - "x2": 446, - "y2": 377, - "x3": 404, - "y3": 376 - }, - "charText": "的", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 403, - "y0": 377, - "x1": 448, - "y1": 377, - "x2": 448, - "y2": 419, - "x3": 403, - "y3": 419 - }, - "charText": "性", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 400, - "y0": 422, - "x1": 451, - "y1": 422, - "x2": 451, - "y2": 471, - "x3": 400, - "y3": 472 - }, - "charText": "命", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 403, - "y0": 472, - "x1": 446, - "y1": 473, - "x2": 446, - "y2": 510, - "x3": 404, - "y3": 510 - }, - "charText": "不", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 408, - "y0": 510, - "x1": 442, - "y1": 509, - "x2": 443, - "y2": 555, - "x3": 409, - "y3": 556 - }, - "charText": "曽", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 402, - "y0": 556, - "x1": 447, - "y1": 556, - "x2": 447, - "y2": 602, - "x3": 403, - "y3": 602 - }, - "charText": "傷", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 411, - "y0": 604, - "x1": 450, - "y1": 604, - "x2": 450, - "y2": 644, - "x3": 411, - "y3": 644 - }, - "charText": "子", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 407, - "y0": 644, - "x1": 448, - "y1": 644, - "x2": 448, - "y2": 687, - "x3": 407, - "y3": 687 - }, - "charText": "急", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 403, - "y0": 688, - "x1": 449, - "y1": 689, - "x2": 449, - "y2": 735, - "x3": 403, - "y3": 735 - }, - "charText": "得", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 403, - "y0": 734, - "x1": 447, - "y1": 735, - "x2": 446, - "y2": 770, - "x3": 403, - "y3": 769 - }, - "charText": "士", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 405, - "y0": 772, - "x1": 449, - "y1": 772, - "x2": 449, - "y2": 816, - "x3": 405, - "y3": 816 - }, - "charText": "隐", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 403, - "y0": 817, - "x1": 450, - "y1": 818, - "x2": 449, - "y2": 861, - "x3": 402, - "y3": 860 - }, - "charText": "惟", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 400, - "y0": 861, - "x1": 449, - "y1": 861, - "x2": 448, - "y2": 904, - "x3": 400, - "y3": 903 - }, - "charText": "跌", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 342, - "y0": 31, - "x1": 391, - "y1": 32, - "x2": 391, - "y2": 72, - "x3": 342, - "y3": 72 - }, - "charText": "足", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 339, - "y0": 73, - "x1": 389, - "y1": 73, - "x2": 389, - "y2": 114, - "x3": 339, - "y3": 114 - }, - "charText": "長", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 342, - "y0": 114, - "x1": 389, - "y1": 114, - "x2": 388, - "y2": 162, - "x3": 342, - "y3": 162 - }, - "charText": "嘆", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 343, - "y0": 165, - "x1": 389, - "y1": 165, - "x2": 389, - "y2": 203, - "x3": 343, - "y3": 203 - }, - "charText": "而", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 347, - "y0": 208, - "x1": 391, - "y1": 208, - "x2": 391, - "y2": 246, - "x3": 347, - "y3": 246 - }, - "charText": "巳", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 346, - "y0": 251, - "x1": 387, - "y1": 252, - "x2": 387, - "y2": 289, - "x3": 346, - "y3": 289 - }, - "charText": "只", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 344, - "y0": 290, - "x1": 388, - "y1": 291, - "x2": 388, - "y2": 338, - "x3": 344, - "y3": 338 - }, - "charText": "得", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 341, - "y0": 338, - "x1": 390, - "y1": 338, - "x2": 390, - "y2": 379, - "x3": 341, - "y3": 379 - }, - "charText": "與", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 339, - "y0": 378, - "x1": 388, - "y1": 378, - "x2": 388, - "y2": 424, - "x3": 339, - "y3": 424 - }, - "charText": "妻", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 342, - "y0": 425, - "x1": 388, - "y1": 425, - "x2": 388, - "y2": 466, - "x3": 342, - "y3": 466 - }, - "charText": "子", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 342, - "y0": 467, - "x1": 385, - "y1": 467, - "x2": 386, - "y2": 512, - "x3": 342, - "y3": 512 - }, - "charText": "商", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 339, - "y0": 514, - "x1": 392, - "y1": 514, - "x2": 391, - "y2": 557, - "x3": 339, - "y3": 557 - }, - "charText": "議", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 341, - "y0": 559, - "x1": 390, - "y1": 559, - "x2": 390, - "y2": 594, - "x3": 341, - "y3": 594 - }, - "charText": "且", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 345, - "y0": 596, - "x1": 390, - "y1": 596, - "x2": 390, - "y2": 641, - "x3": 345, - "y3": 641 - }, - "charText": "将", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 339, - "y0": 642, - "x1": 390, - "y1": 642, - "x2": 390, - "y2": 684, - "x3": 339, - "y3": 684 - }, - "charText": "就", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 342, - "y0": 685, - "x1": 387, - "y1": 686, - "x2": 387, - "y2": 732, - "x3": 342, - "y3": 732 - }, - "charText": "到", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 348, - "y0": 735, - "x1": 386, - "y1": 735, - "x2": 386, - "y2": 767, - "x3": 348, - "y3": 767 - }, - "charText": "田", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 340, - "y0": 771, - "x1": 388, - "y1": 771, - "x2": 387, - "y2": 814, - "x3": 340, - "y3": 813 - }, - "charText": "庄", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 342, - "y0": 818, - "x1": 388, - "y1": 818, - "x2": 387, - "y2": 854, - "x3": 342, - "y3": 854 - }, - "charText": "上", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 340, - "y0": 857, - "x1": 388, - "y1": 857, - "x2": 387, - "y2": 900, - "x3": 340, - "y3": 900 - }, - "charText": "去", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 278, - "y0": 27, - "x1": 330, - "y1": 27, - "x2": 329, - "y2": 71, - "x3": 278, - "y3": 71 - }, - "charText": "安", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 283, - "y0": 71, - "x1": 331, - "y1": 71, - "x2": 330, - "y2": 119, - "x3": 283, - "y3": 118 - }, - "charText": "身", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 279, - "y0": 119, - "x1": 328, - "y1": 119, - "x2": 327, - "y2": 160, - "x3": 279, - "y3": 160 - }, - "charText": "偏", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 279, - "y0": 160, - "x1": 329, - "y1": 161, - "x2": 328, - "y2": 203, - "x3": 278, - "y3": 203 - }, - "charText": "值", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 280, - "y0": 204, - "x1": 328, - "y1": 204, - "x2": 328, - "y2": 246, - "x3": 280, - "y3": 246 - }, - "charText": "近", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 279, - "y0": 247, - "x1": 325, - "y1": 247, - "x2": 324, - "y2": 295, - "x3": 279, - "y3": 295 - }, - "charText": "年", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 282, - "y0": 295, - "x1": 329, - "y1": 296, - "x2": 329, - "y2": 336, - "x3": 281, - "y3": 336 - }, - "charText": "水", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 279, - "y0": 337, - "x1": 323, - "y1": 337, - "x2": 323, - "y2": 381, - "x3": 280, - "y3": 381 - }, - "charText": "旱", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 283, - "y0": 383, - "x1": 324, - "y1": 383, - "x2": 324, - "y2": 422, - "x3": 283, - "y3": 421 - }, - "charText": "不", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 282, - "y0": 422, - "x1": 332, - "y1": 422, - "x2": 332, - "y2": 464, - "x3": 282, - "y3": 464 - }, - "charText": "收", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 284, - "y0": 467, - "x1": 329, - "y1": 467, - "x2": 329, - "y2": 512, - "x3": 284, - "y3": 512 - }, - "charText": "鼠", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 281, - "y0": 512, - "x1": 327, - "y1": 512, - "x2": 327, - "y2": 554, - "x3": 281, - "y3": 554 - }, - "charText": "盜", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 281, - "y0": 555, - "x1": 330, - "y1": 555, - "x2": 330, - "y2": 602, - "x3": 281, - "y3": 602 - }, - "charText": "蜂", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 278, - "y0": 600, - "x1": 331, - "y1": 601, - "x2": 331, - "y2": 641, - "x3": 278, - "y3": 641 - }, - "charText": "山", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 279, - "y0": 642, - "x1": 330, - "y1": 642, - "x2": 329, - "y2": 685, - "x3": 279, - "y3": 685 - }, - "charText": "無", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 284, - "y0": 687, - "x1": 327, - "y1": 688, - "x2": 326, - "y2": 730, - "x3": 284, - "y3": 729 - }, - "charText": "非", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 280, - "y0": 730, - "x1": 330, - "y1": 730, - "x2": 329, - "y2": 775, - "x3": 279, - "y3": 775 - }, - "charText": "搶", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 285, - "y0": 779, - "x1": 323, - "y1": 779, - "x2": 323, - "y2": 810, - "x3": 285, - "y3": 809 - }, - "charText": "田", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 281, - "y0": 809, - "x1": 330, - "y1": 810, - "x2": 329, - "y2": 861, - "x3": 281, - "y3": 861 - }, - "charText": "奪", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 280, - "y0": 863, - "x1": 332, - "y1": 863, - "x2": 332, - "y2": 901, - "x3": 280, - "y3": 900 - }, - "charText": "地", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 228, - "y0": 29, - "x1": 270, - "y1": 30, - "x2": 270, - "y2": 71, - "x3": 228, - "y3": 71 - }, - "charText": "民", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 224, - "y0": 73, - "x1": 265, - "y1": 73, - "x2": 265, - "y2": 112, - "x3": 224, - "y3": 112 - }, - "charText": "不", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 220, - "y0": 113, - "x1": 269, - "y1": 113, - "x2": 269, - "y2": 156, - "x3": 220, - "y3": 156 - }, - "charText": "安", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 223, - "y0": 158, - "x1": 271, - "y1": 159, - "x2": 270, - "y2": 201, - "x3": 223, - "y3": 200 - }, - "charText": "生", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 227, - "y0": 208, - "x1": 264, - "y1": 208, - "x2": 264, - "y2": 249, - "x3": 227, - "y3": 249 - }, - "charText": "因", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 223, - "y0": 249, - "x1": 269, - "y1": 250, - "x2": 269, - "y2": 286, - "x3": 222, - "y3": 286 - }, - "charText": "此", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 222, - "y0": 289, - "x1": 265, - "y1": 290, - "x2": 265, - "y2": 331, - "x3": 222, - "y3": 331 - }, - "charText": "官", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 222, - "y0": 332, - "x1": 268, - "y1": 333, - "x2": 268, - "y2": 374, - "x3": 221, - "y3": 374 - }, - "charText": "兵", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 219, - "y0": 374, - "x1": 266, - "y1": 375, - "x2": 266, - "y2": 422, - "x3": 219, - "y3": 422 - }, - "charText": "剿", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 220, - "y0": 423, - "x1": 271, - "y1": 423, - "x2": 271, - "y2": 466, - "x3": 220, - "y3": 466 - }, - "charText": "捕", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 220, - "y0": 466, - "x1": 270, - "y1": 467, - "x2": 270, - "y2": 513, - "x3": 220, - "y3": 512 - }, - "charText": "難", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 224, - "y0": 515, - "x1": 265, - "y1": 515, - "x2": 265, - "y2": 549, - "x3": 224, - "y3": 549 - }, - "charText": "以", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 221, - "y0": 551, - "x1": 269, - "y1": 551, - "x2": 269, - "y2": 593, - "x3": 220, - "y3": 593 - }, - "charText": "安", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 226, - "y0": 593, - "x1": 271, - "y1": 593, - "x2": 270, - "y2": 641, - "x3": 225, - "y3": 641 - }, - "charText": "身", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 223, - "y0": 642, - "x1": 266, - "y1": 643, - "x2": 266, - "y2": 679, - "x3": 223, - "y3": 679 - }, - "charText": "士", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 225, - "y0": 682, - "x1": 267, - "y1": 683, - "x2": 267, - "y2": 727, - "x3": 224, - "y3": 727 - }, - "charText": "隐", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 225, - "y0": 734, - "x1": 264, - "y1": 734, - "x2": 264, - "y2": 769, - "x3": 225, - "y3": 769 - }, - "charText": "只", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 222, - "y0": 771, - "x1": 266, - "y1": 771, - "x2": 266, - "y2": 819, - "x3": 221, - "y3": 819 - }, - "charText": "得", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 222, - "y0": 819, - "x1": 265, - "y1": 820, - "x2": 265, - "y2": 864, - "x3": 221, - "y3": 864 - }, - "charText": "将", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 225, - "y0": 866, - "x1": 263, - "y1": 867, - "x2": 263, - "y2": 899, - "x3": 224, - "y3": 898 - }, - "charText": "田", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 164, - "y0": 26, - "x1": 208, - "y1": 27, - "x2": 208, - "y2": 68, - "x3": 163, - "y3": 67 - }, - "charText": "庄", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 160, - "y0": 70, - "x1": 209, - "y1": 70, - "x2": 208, - "y2": 115, - "x3": 160, - "y3": 115 - }, - "charText": "都", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 166, - "y0": 115, - "x1": 206, - "y1": 115, - "x2": 206, - "y2": 162, - "x3": 166, - "y3": 162 - }, - "charText": "質", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 164, - "y0": 162, - "x1": 212, - "y1": 162, - "x2": 212, - "y2": 206, - "x3": 163, - "y3": 205 - }, - "charText": "變", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 161, - "y0": 207, - "x1": 206, - "y1": 207, - "x2": 206, - "y2": 251, - "x3": 160, - "y3": 251 - }, - "charText": "携", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 159, - "y0": 249, - "x1": 208, - "y1": 250, - "x2": 207, - "y2": 295, - "x3": 159, - "y3": 295 - }, - "charText": "妻", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 160, - "y0": 296, - "x1": 205, - "y1": 297, - "x2": 205, - "y2": 337, - "x3": 160, - "y3": 336 - }, - "charText": "子", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 159, - "y0": 337, - "x1": 211, - "y1": 338, - "x2": 211, - "y2": 379, - "x3": 158, - "y3": 379 - }, - "charText": "與", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 163, - "y0": 382, - "x1": 209, - "y1": 382, - "x2": 209, - "y2": 419, - "x3": 163, - "y3": 419 - }, - "charText": "兩", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 160, - "y0": 422, - "x1": 207, - "y1": 422, - "x2": 207, - "y2": 462, - "x3": 160, - "y3": 462 - }, - "charText": "個", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 169, - "y0": 463, - "x1": 200, - "y1": 463, - "x2": 200, - "y2": 506, - "x3": 169, - "y3": 506 - }, - "charText": "了", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 161, - "y0": 509, - "x1": 213, - "y1": 510, - "x2": 213, - "y2": 555, - "x3": 161, - "y3": 555 - }, - "charText": "環", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 160, - "y0": 555, - "x1": 210, - "y1": 555, - "x2": 210, - "y2": 597, - "x3": 160, - "y3": 597 - }, - "charText": "投", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 159, - "y0": 598, - "x1": 211, - "y1": 598, - "x2": 210, - "y2": 637, - "x3": 159, - "y3": 637 - }, - "charText": "他", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 160, - "y0": 639, - "x1": 207, - "y1": 639, - "x2": 207, - "y2": 682, - "x3": 160, - "y3": 682 - }, - "charText": "岳", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 164, - "y0": 685, - "x1": 210, - "y1": 685, - "x2": 210, - "y2": 724, - "x3": 164, - "y3": 724 - }, - "charText": "丈", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 164, - "y0": 725, - "x1": 209, - "y1": 725, - "x2": 209, - "y2": 772, - "x3": 164, - "y3": 772 - }, - "charText": "家", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 160, - "y0": 773, - "x1": 212, - "y1": 773, - "x2": 211, - "y2": 814, - "x3": 159, - "y3": 813 - }, - "charText": "去", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 158, - "y0": 816, - "x1": 211, - "y1": 817, - "x2": 210, - "y2": 858, - "x3": 157, - "y3": 857 - }, - "charText": "他", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 158, - "y0": 858, - "x1": 206, - "y1": 858, - "x2": 206, - "y2": 900, - "x3": 157, - "y3": 900 - }, - "charText": "岳", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 107, - "y0": 28, - "x1": 151, - "y1": 29, - "x2": 151, - "y2": 67, - "x3": 106, - "y3": 66 - }, - "charText": "丈", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 105, - "y0": 68, - "x1": 146, - "y1": 69, - "x2": 145, - "y2": 108, - "x3": 105, - "y3": 108 - }, - "charText": "名", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 102, - "y0": 110, - "x1": 149, - "y1": 110, - "x2": 149, - "y2": 156, - "x3": 101, - "y3": 156 - }, - "charText": "封", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 102, - "y0": 156, - "x1": 152, - "y1": 156, - "x2": 152, - "y2": 207, - "x3": 102, - "y3": 206 - }, - "charText": "肅", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 127, - "y0": 216, - "x1": 151, - "y1": 216, - "x2": 151, - "y2": 241, - "x3": 127, - "y3": 241 - }, - "charText": "風", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 99, - "y0": 216, - "x1": 126, - "y1": 217, - "x2": 126, - "y2": 241, - "x3": 99, - "y3": 240 - }, - "charText": "俗", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 106, - "y0": 245, - "x1": 149, - "y1": 246, - "x2": 149, - "y2": 288, - "x3": 105, - "y3": 287 - }, - "charText": "本", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 101, - "y0": 289, - "x1": 145, - "y1": 289, - "x2": 144, - "y2": 335, - "x3": 101, - "y3": 335 - }, - "charText": "貫", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 103, - "y0": 335, - "x1": 148, - "y1": 335, - "x2": 148, - "y2": 374, - "x3": 103, - "y3": 373 - }, - "charText": "大", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 98, - "y0": 379, - "x1": 147, - "y1": 380, - "x2": 147, - "y2": 413, - "x3": 97, - "y3": 412 - }, - "charText": "如", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 103, - "y0": 418, - "x1": 146, - "y1": 419, - "x2": 146, - "y2": 460, - "x3": 103, - "y3": 459 - }, - "charText": "州", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 103, - "y0": 465, - "x1": 149, - "y1": 465, - "x2": 148, - "y2": 500, - "x3": 103, - "y3": 500 - }, - "charText": "人", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 105, - "y0": 507, - "x1": 149, - "y1": 507, - "x2": 149, - "y2": 548, - "x3": 105, - "y3": 548 - }, - "charText": "氏", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 123, - "y0": 559, - "x1": 151, - "y1": 560, - "x2": 151, - "y2": 587, - "x3": 123, - "y3": 586 - }, - "charText": "託", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 125, - "y0": 600, - "x1": 150, - "y1": 600, - "x2": 150, - "y2": 627, - "x3": 126, - "y3": 627 - }, - "charText": "言", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 126, - "y0": 641, - "x1": 153, - "y1": 641, - "x2": 153, - "y2": 671, - "x3": 126, - "y3": 671 - }, - "charText": "大", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 125, - "y0": 686, - "x1": 151, - "y1": 686, - "x2": 151, - "y2": 717, - "x3": 125, - "y3": 718 - }, - "charText": "槩", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 120, - "y0": 733, - "x1": 149, - "y1": 734, - "x2": 149, - "y2": 760, - "x3": 120, - "y3": 760 - }, - "charText": "如", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 98, - "y0": 559, - "x1": 123, - "y1": 559, - "x2": 123, - "y2": 588, - "x3": 98, - "y3": 589 - }, - "charText": "是", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 98, - "y0": 600, - "x1": 124, - "y1": 601, - "x2": 124, - "y2": 625, - "x3": 98, - "y3": 625 - }, - "charText": "之", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 98, - "y0": 643, - "x1": 126, - "y1": 644, - "x2": 126, - "y2": 673, - "x3": 99, - "y3": 673 - }, - "charText": "風", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 96, - "y0": 686, - "x1": 122, - "y1": 686, - "x2": 123, - "y2": 716, - "x3": 96, - "y3": 715 - }, - "charText": "俗", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 96, - "y0": 731, - "x1": 120, - "y1": 732, - "x2": 120, - "y2": 759, - "x3": 96, - "y3": 758 - }, - "charText": "也", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 99, - "y0": 770, - "x1": 146, - "y1": 771, - "x2": 146, - "y2": 813, - "x3": 98, - "y3": 813 - }, - "charText": "雖", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 102, - "y0": 815, - "x1": 147, - "y1": 815, - "x2": 147, - "y2": 857, - "x3": 102, - "y3": 857 - }, - "charText": "是", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 100, - "y0": 859, - "x1": 150, - "y1": 860, - "x2": 149, - "y2": 902, - "x3": 100, - "y3": 902 - }, - "charText": "務", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 39, - "y0": 24, - "x1": 93, - "y1": 24, - "x2": 93, - "y2": 72, - "x3": 39, - "y3": 72 - }, - "charText": "農", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 44, - "y0": 73, - "x1": 88, - "y1": 73, - "x2": 88, - "y2": 115, - "x3": 44, - "y3": 115 - }, - "charText": "家", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 45, - "y0": 114, - "x1": 83, - "y1": 115, - "x2": 83, - "y2": 157, - "x3": 44, - "y3": 157 - }, - "charText": "中", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 37, - "y0": 158, - "x1": 88, - "y1": 159, - "x2": 87, - "y2": 206, - "x3": 36, - "y3": 205 - }, - "charText": "都", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 40, - "y0": 206, - "x1": 88, - "y1": 207, - "x2": 88, - "y2": 248, - "x3": 39, - "y3": 247 - }, - "charText": "還", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 40, - "y0": 247, - "x1": 89, - "y1": 247, - "x2": 89, - "y2": 288, - "x3": 40, - "y3": 288 - }, - "charText": "殷", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 43, - "y0": 288, - "x1": 91, - "y1": 288, - "x2": 91, - "y2": 336, - "x3": 43, - "y3": 335 - }, - "charText": "實", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 39, - "y0": 336, - "x1": 90, - "y1": 337, - "x2": 90, - "y2": 375, - "x3": 39, - "y3": 375 - }, - "charText": "今", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 43, - "y0": 377, - "x1": 86, - "y1": 377, - "x2": 86, - "y2": 417, - "x3": 43, - "y3": 417 - }, - "charText": "見", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 37, - "y0": 421, - "x1": 86, - "y1": 421, - "x2": 85, - "y2": 457, - "x3": 37, - "y3": 457 - }, - "charText": "女", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 41, - "y0": 459, - "x1": 89, - "y1": 459, - "x2": 89, - "y2": 503, - "x3": 41, - "y3": 503 - }, - "charText": "免", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 38, - "y0": 509, - "x1": 87, - "y1": 509, - "x2": 87, - "y2": 547, - "x3": 38, - "y3": 546 - }, - "charText": "女", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 40, - "y0": 550, - "x1": 91, - "y1": 551, - "x2": 90, - "y2": 596, - "x3": 40, - "y3": 595 - }, - "charText": "壻", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 40, - "y0": 598, - "x1": 88, - "y1": 598, - "x2": 88, - "y2": 636, - "x3": 39, - "y3": 636 - }, - "charText": "這", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 39, - "y0": 636, - "x1": 83, - "y1": 637, - "x2": 83, - "y2": 687, - "x3": 38, - "y3": 687 - }, - "charText": "等", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 39, - "y0": 687, - "x1": 87, - "y1": 687, - "x2": 87, - "y2": 728, - "x3": 39, - "y3": 728 - }, - "charText": "狼", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 40, - "y0": 729, - "x1": 81, - "y1": 730, - "x2": 81, - "y2": 769, - "x3": 40, - "y3": 769 - }, - "charText": "狽", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 41, - "y0": 773, - "x1": 86, - "y1": 773, - "x2": 86, - "y2": 812, - "x3": 41, - "y3": 813 - }, - "charText": "而", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 41, - "y0": 812, - "x1": 90, - "y1": 811, - "x2": 90, - "y2": 861, - "x3": 41, - "y3": 862 - }, - "charText": "来", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 41, - "y0": 866, - "x1": 86, - "y1": 866, - "x2": 86, - "y2": 897, - "x3": 41, - "y3": 897 - }, - "charText": "心", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 6, - "y0": 73, - "x1": 27, - "y1": 73, - "x2": 27, - "y2": 111, - "x3": 6, - "y3": 111 - }, - "charText": "湏", - "textlineId": 9, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 4, - "y0": 121, - "x1": 31, - "y1": 121, - "x2": 30, - "y2": 152, - "x3": 4, - "y3": 152 - }, - "charText": "巳", - "textlineId": 9, - "picUri": "", - "isPicText": false - } - ] - }, - "7501933907890749481": { - "wordBoxList": [ - { - "charPoly": { - "x0": 574, - "y0": 40, - "x1": 604, - "y1": 40, - "x2": 604, - "y2": 77, - "x3": 574, - "y3": 77 - }, - "charText": "石", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 523, - "y0": 35, - "x1": 561, - "y1": 35, - "x2": 561, - "y2": 78, - "x3": 523, - "y3": 78 - }, - "charText": "中", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 518, - "y0": 82, - "x1": 566, - "y1": 82, - "x2": 566, - "y2": 123, - "x3": 518, - "y3": 123 - }, - "charText": "便", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 522, - "y0": 123, - "x1": 562, - "y1": 123, - "x2": 562, - "y2": 170, - "x3": 522, - "y3": 170 - }, - "charText": "有", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 524, - "y0": 170, - "x1": 566, - "y1": 170, - "x2": 566, - "y2": 211, - "x3": 524, - "y3": 211 - }, - "charText": "些", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 522, - "y0": 215, - "x1": 565, - "y1": 214, - "x2": 565, - "y2": 252, - "x3": 523, - "y3": 252 - }, - "charText": "不", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 519, - "y0": 255, - "x1": 570, - "y1": 254, - "x2": 571, - "y2": 303, - "x3": 521, - "y3": 304 - }, - "charText": "樂", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 522, - "y0": 305, - "x1": 567, - "y1": 304, - "x2": 568, - "y2": 352, - "x3": 522, - "y3": 352 - }, - "charText": "幸", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 527, - "y0": 353, - "x1": 571, - "y1": 353, - "x2": 571, - "y2": 389, - "x3": 527, - "y3": 390 - }, - "charText": "而", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 526, - "y0": 391, - "x1": 568, - "y1": 391, - "x2": 569, - "y2": 428, - "x3": 527, - "y3": 428 - }, - "charText": "士", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 528, - "y0": 431, - "x1": 572, - "y1": 431, - "x2": 572, - "y2": 475, - "x3": 528, - "y3": 475 - }, - "charText": "隐", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 527, - "y0": 477, - "x1": 572, - "y1": 476, - "x2": 573, - "y2": 520, - "x3": 527, - "y3": 520 - }, - "charText": "還", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 528, - "y0": 520, - "x1": 570, - "y1": 520, - "x2": 571, - "y2": 566, - "x3": 529, - "y3": 566 - }, - "charText": "有", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 532, - "y0": 566, - "x1": 570, - "y1": 566, - "x2": 571, - "y2": 612, - "x3": 533, - "y3": 612 - }, - "charText": "質", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 532, - "y0": 611, - "x1": 575, - "y1": 611, - "x2": 575, - "y2": 655, - "x3": 533, - "y3": 655 - }, - "charText": "變", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 530, - "y0": 656, - "x1": 576, - "y1": 655, - "x2": 577, - "y2": 693, - "x3": 531, - "y3": 694 - }, - "charText": "地", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 532, - "y0": 694, - "x1": 574, - "y1": 694, - "x2": 574, - "y2": 738, - "x3": 532, - "y3": 739 - }, - "charText": "的", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 527, - "y0": 740, - "x1": 574, - "y1": 740, - "x2": 574, - "y2": 782, - "x3": 527, - "y3": 782 - }, - "charText": "銀", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 530, - "y0": 785, - "x1": 578, - "y1": 784, - "x2": 578, - "y2": 826, - "x3": 531, - "y3": 826 - }, - "charText": "子", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 532, - "y0": 827, - "x1": 577, - "y1": 826, - "x2": 577, - "y2": 870, - "x3": 532, - "y3": 870 - }, - "charText": "未", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 537, - "y0": 871, - "x1": 572, - "y1": 871, - "x2": 573, - "y2": 917, - "x3": 537, - "y3": 917 - }, - "charText": "曽", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 461, - "y0": 36, - "x1": 499, - "y1": 36, - "x2": 500, - "y2": 77, - "x3": 461, - "y3": 77 - }, - "charText": "用", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 460, - "y0": 78, - "x1": 507, - "y1": 78, - "x2": 507, - "y2": 118, - "x3": 460, - "y3": 118 - }, - "charText": "完", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 457, - "y0": 121, - "x1": 502, - "y1": 121, - "x2": 503, - "y2": 168, - "x3": 458, - "y3": 169 - }, - "charText": "挐", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 462, - "y0": 170, - "x1": 501, - "y1": 170, - "x2": 501, - "y2": 211, - "x3": 462, - "y3": 211 - }, - "charText": "出", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 461, - "y0": 211, - "x1": 507, - "y1": 211, - "x2": 507, - "y2": 257, - "x3": 461, - "y3": 257 - }, - "charText": "来", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 458, - "y0": 258, - "x1": 508, - "y1": 258, - "x2": 509, - "y2": 295, - "x3": 459, - "y3": 296 - }, - "charText": "託", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 459, - "y0": 299, - "x1": 510, - "y1": 299, - "x2": 510, - "y2": 337, - "x3": 460, - "y3": 338 - }, - "charText": "他", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 462, - "y0": 339, - "x1": 507, - "y1": 339, - "x2": 508, - "y2": 386, - "x3": 462, - "y3": 386 - }, - "charText": "隨", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 465, - "y0": 388, - "x1": 510, - "y1": 388, - "x2": 510, - "y2": 429, - "x3": 466, - "y3": 429 - }, - "charText": "分", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 460, - "y0": 431, - "x1": 511, - "y1": 430, - "x2": 511, - "y2": 473, - "x3": 460, - "y3": 473 - }, - "charText": "就", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 461, - "y0": 477, - "x1": 513, - "y1": 476, - "x2": 514, - "y2": 521, - "x3": 462, - "y3": 522 - }, - "charText": "價", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 464, - "y0": 523, - "x1": 510, - "y1": 523, - "x2": 511, - "y2": 565, - "x3": 464, - "y3": 565 - }, - "charText": "置", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 470, - "y0": 566, - "x1": 513, - "y1": 565, - "x2": 514, - "y2": 607, - "x3": 471, - "y3": 607 - }, - "charText": "些", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 468, - "y0": 610, - "x1": 509, - "y1": 609, - "x2": 510, - "y2": 652, - "x3": 469, - "y3": 652 - }, - "charText": "湏", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 467, - "y0": 652, - "x1": 510, - "y1": 652, - "x2": 510, - "y2": 700, - "x3": 467, - "y3": 700 - }, - "charText": "房", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 469, - "y0": 701, - "x1": 517, - "y1": 701, - "x2": 518, - "y2": 740, - "x3": 469, - "y3": 741 - }, - "charText": "地", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 471, - "y0": 742, - "x1": 515, - "y1": 742, - "x2": 516, - "y2": 788, - "x3": 472, - "y3": 788 - }, - "charText": "為", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 468, - "y0": 786, - "x1": 518, - "y1": 786, - "x2": 518, - "y2": 829, - "x3": 468, - "y3": 829 - }, - "charText": "後", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 480, - "y0": 832, - "x1": 507, - "y1": 832, - "x2": 508, - "y2": 866, - "x3": 480, - "y3": 866 - }, - "charText": "日", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 472, - "y0": 871, - "x1": 518, - "y1": 871, - "x2": 518, - "y2": 915, - "x3": 472, - "y3": 915 - }, - "charText": "衣", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 394, - "y0": 36, - "x1": 444, - "y1": 36, - "x2": 444, - "y2": 82, - "x3": 394, - "y3": 82 - }, - "charText": "食", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 397, - "y0": 84, - "x1": 442, - "y1": 85, - "x2": 442, - "y2": 119, - "x3": 397, - "y3": 119 - }, - "charText": "之", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 394, - "y0": 120, - "x1": 447, - "y1": 120, - "x2": 447, - "y2": 169, - "x3": 394, - "y3": 169 - }, - "charText": "計", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 396, - "y0": 171, - "x1": 441, - "y1": 171, - "x2": 441, - "y2": 213, - "x3": 397, - "y3": 213 - }, - "charText": "那", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 396, - "y0": 212, - "x1": 442, - "y1": 212, - "x2": 443, - "y2": 257, - "x3": 397, - "y3": 257 - }, - "charText": "封", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 399, - "y0": 257, - "x1": 440, - "y1": 256, - "x2": 441, - "y2": 305, - "x3": 399, - "y3": 306 - }, - "charText": "肅", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 396, - "y0": 306, - "x1": 446, - "y1": 306, - "x2": 447, - "y2": 346, - "x3": 397, - "y3": 346 - }, - "charText": "便", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 400, - "y0": 346, - "x1": 443, - "y1": 345, - "x2": 443, - "y2": 392, - "x3": 400, - "y3": 393 - }, - "charText": "半", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 400, - "y0": 393, - "x1": 447, - "y1": 392, - "x2": 447, - "y2": 431, - "x3": 400, - "y3": 432 - }, - "charText": "哄", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 399, - "y0": 433, - "x1": 445, - "y1": 432, - "x2": 445, - "y2": 472, - "x3": 400, - "y3": 473 - }, - "charText": "賺", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 403, - "y0": 474, - "x1": 449, - "y1": 474, - "x2": 449, - "y2": 516, - "x3": 403, - "y3": 517 - }, - "charText": "些", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 404, - "y0": 523, - "x1": 454, - "y1": 522, - "x2": 454, - "y2": 568, - "x3": 405, - "y3": 568 - }, - "charText": "湏", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 402, - "y0": 570, - "x1": 452, - "y1": 569, - "x2": 453, - "y2": 610, - "x3": 403, - "y3": 611 - }, - "charText": "與", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 403, - "y0": 611, - "x1": 452, - "y1": 610, - "x2": 453, - "y2": 648, - "x3": 404, - "y3": 649 - }, - "charText": "他", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 410, - "y0": 650, - "x1": 453, - "y1": 650, - "x2": 453, - "y2": 693, - "x3": 410, - "y3": 694 - }, - "charText": "此", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 408, - "y0": 696, - "x1": 451, - "y1": 695, - "x2": 451, - "y2": 750, - "x3": 409, - "y3": 750 - }, - "charText": "薄", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 411, - "y0": 752, - "x1": 448, - "y1": 752, - "x2": 449, - "y2": 782, - "x3": 412, - "y3": 782 - }, - "charText": "田", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 407, - "y0": 784, - "x1": 451, - "y1": 784, - "x2": 451, - "y2": 827, - "x3": 408, - "y3": 827 - }, - "charText": "杇", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 409, - "y0": 828, - "x1": 458, - "y1": 828, - "x2": 458, - "y2": 871, - "x3": 409, - "y3": 871 - }, - "charText": "屋", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 409, - "y0": 874, - "x1": 452, - "y1": 874, - "x2": 452, - "y2": 911, - "x3": 409, - "y3": 911 - }, - "charText": "士", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 338, - "y0": 36, - "x1": 383, - "y1": 36, - "x2": 383, - "y2": 80, - "x3": 338, - "y3": 80 - }, - "charText": "隐", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 339, - "y0": 82, - "x1": 377, - "y1": 82, - "x2": 377, - "y2": 123, - "x3": 339, - "y3": 123 - }, - "charText": "乃", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 333, - "y0": 124, - "x1": 380, - "y1": 124, - "x2": 380, - "y2": 175, - "x3": 333, - "y3": 175 - }, - "charText": "讀", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 337, - "y0": 175, - "x1": 380, - "y1": 175, - "x2": 380, - "y2": 220, - "x3": 337, - "y3": 221 - }, - "charText": "書", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 339, - "y0": 224, - "x1": 385, - "y1": 223, - "x2": 386, - "y2": 257, - "x3": 339, - "y3": 258 - }, - "charText": "之", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 339, - "y0": 262, - "x1": 388, - "y1": 261, - "x2": 388, - "y2": 296, - "x3": 339, - "y3": 297 - }, - "charText": "人", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 339, - "y0": 301, - "x1": 380, - "y1": 301, - "x2": 381, - "y2": 339, - "x3": 340, - "y3": 339 - }, - "charText": "不", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 341, - "y0": 342, - "x1": 383, - "y1": 341, - "x2": 384, - "y2": 386, - "x3": 342, - "y3": 386 - }, - "charText": "慣", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 341, - "y0": 387, - "x1": 385, - "y1": 386, - "x2": 386, - "y2": 427, - "x3": 341, - "y3": 428 - }, - "charText": "生", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 341, - "y0": 434, - "x1": 390, - "y1": 433, - "x2": 390, - "y2": 470, - "x3": 342, - "y3": 470 - }, - "charText": "理", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 341, - "y0": 474, - "x1": 389, - "y1": 473, - "x2": 389, - "y2": 517, - "x3": 342, - "y3": 518 - }, - "charText": "稼", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 340, - "y0": 520, - "x1": 388, - "y1": 519, - "x2": 389, - "y2": 563, - "x3": 341, - "y3": 564 - }, - "charText": "穡", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 343, - "y0": 565, - "x1": 388, - "y1": 564, - "x2": 389, - "y2": 612, - "x3": 344, - "y3": 613 - }, - "charText": "等", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 346, - "y0": 612, - "x1": 394, - "y1": 612, - "x2": 394, - "y2": 658, - "x3": 346, - "y3": 658 - }, - "charText": "事", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 348, - "y0": 659, - "x1": 392, - "y1": 659, - "x2": 392, - "y2": 699, - "x3": 348, - "y3": 699 - }, - "charText": "免", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 349, - "y0": 702, - "x1": 390, - "y1": 701, - "x2": 390, - "y2": 741, - "x3": 349, - "y3": 741 - }, - "charText": "强", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 351, - "y0": 740, - "x1": 393, - "y1": 740, - "x2": 393, - "y2": 783, - "x3": 351, - "y3": 784 - }, - "charText": "支", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 346, - "y0": 783, - "x1": 392, - "y1": 783, - "x2": 392, - "y2": 830, - "x3": 346, - "y3": 830 - }, - "charText": "持", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 354, - "y0": 831, - "x1": 385, - "y1": 831, - "x2": 385, - "y2": 871, - "x3": 354, - "y3": 872 - }, - "charText": "了", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 348, - "y0": 885, - "x1": 396, - "y1": 886, - "x2": 396, - "y2": 902, - "x3": 348, - "y3": 902 - }, - "charText": "一", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 276, - "y0": 39, - "x1": 321, - "y1": 39, - "x2": 321, - "y2": 69, - "x3": 276, - "y3": 69 - }, - "charText": "二", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 274, - "y0": 74, - "x1": 325, - "y1": 75, - "x2": 325, - "y2": 120, - "x3": 274, - "y3": 120 - }, - "charText": "年", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 273, - "y0": 120, - "x1": 322, - "y1": 120, - "x2": 322, - "y2": 165, - "x3": 273, - "y3": 165 - }, - "charText": "越", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 278, - "y0": 166, - "x1": 322, - "y1": 166, - "x2": 322, - "y2": 213, - "x3": 278, - "y3": 214 - }, - "charText": "覺", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 279, - "y0": 214, - "x1": 320, - "y1": 214, - "x2": 320, - "y2": 262, - "x3": 280, - "y3": 262 - }, - "charText": "窮", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 283, - "y0": 262, - "x1": 314, - "y1": 262, - "x2": 315, - "y2": 303, - "x3": 283, - "y3": 303 - }, - "charText": "了", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 279, - "y0": 306, - "x1": 320, - "y1": 306, - "x2": 320, - "y2": 343, - "x3": 280, - "y3": 344 - }, - "charText": "下", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 279, - "y0": 345, - "x1": 328, - "y1": 345, - "x2": 328, - "y2": 386, - "x3": 279, - "y3": 387 - }, - "charText": "去", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 277, - "y0": 388, - "x1": 325, - "y1": 388, - "x2": 325, - "y2": 433, - "x3": 278, - "y3": 434 - }, - "charText": "封", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 280, - "y0": 433, - "x1": 321, - "y1": 432, - "x2": 322, - "y2": 480, - "x3": 281, - "y3": 480 - }, - "charText": "肅", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 278, - "y0": 480, - "x1": 325, - "y1": 479, - "x2": 326, - "y2": 522, - "x3": 279, - "y3": 523 - }, - "charText": "每", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 283, - "y0": 526, - "x1": 328, - "y1": 525, - "x2": 329, - "y2": 566, - "x3": 284, - "y3": 567 - }, - "charText": "見", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 286, - "y0": 572, - "x1": 327, - "y1": 571, - "x2": 328, - "y2": 609, - "x3": 287, - "y3": 610 - }, - "charText": "面", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 286, - "y0": 610, - "x1": 333, - "y1": 609, - "x2": 334, - "y2": 655, - "x3": 287, - "y3": 656 - }, - "charText": "時", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 281, - "y0": 656, - "x1": 332, - "y1": 656, - "x2": 332, - "y2": 697, - "x3": 281, - "y3": 697 - }, - "charText": "説", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 285, - "y0": 697, - "x1": 331, - "y1": 697, - "x2": 331, - "y2": 740, - "x3": 285, - "y3": 740 - }, - "charText": "些", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 286, - "y0": 745, - "x1": 332, - "y1": 745, - "x2": 333, - "y2": 785, - "x3": 286, - "y3": 785 - }, - "charText": "現", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 288, - "y0": 786, - "x1": 332, - "y1": 785, - "x2": 333, - "y2": 829, - "x3": 288, - "y3": 829 - }, - "charText": "成", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 284, - "y0": 831, - "x1": 335, - "y1": 831, - "x2": 335, - "y2": 871, - "x3": 284, - "y3": 871 - }, - "charText": "話", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 286, - "y0": 878, - "x1": 330, - "y1": 878, - "x2": 330, - "y2": 916, - "x3": 286, - "y3": 916 - }, - "charText": "且", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 215, - "y0": 39, - "x1": 261, - "y1": 40, - "x2": 261, - "y2": 72, - "x3": 215, - "y3": 71 - }, - "charText": "人", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 214, - "y0": 74, - "x1": 257, - "y1": 74, - "x2": 257, - "y2": 123, - "x3": 214, - "y3": 123 - }, - "charText": "前", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 215, - "y0": 127, - "x1": 262, - "y1": 127, - "x2": 262, - "y2": 160, - "x3": 215, - "y3": 161 - }, - "charText": "人", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 215, - "y0": 166, - "x1": 265, - "y1": 166, - "x2": 265, - "y2": 212, - "x3": 215, - "y3": 212 - }, - "charText": "後", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 219, - "y0": 217, - "x1": 262, - "y1": 217, - "x2": 262, - "y2": 252, - "x3": 220, - "y3": 252 - }, - "charText": "又", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 219, - "y0": 255, - "x1": 262, - "y1": 255, - "x2": 262, - "y2": 298, - "x3": 219, - "y3": 298 - }, - "charText": "怨", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 217, - "y0": 302, - "x1": 264, - "y1": 301, - "x2": 265, - "y2": 340, - "x3": 217, - "y3": 341 - }, - "charText": "他", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 216, - "y0": 346, - "x1": 263, - "y1": 346, - "x2": 263, - "y2": 388, - "x3": 217, - "y3": 388 - }, - "charText": "們", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 220, - "y0": 391, - "x1": 261, - "y1": 390, - "x2": 261, - "y2": 429, - "x3": 220, - "y3": 430 - }, - "charText": "不", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 218, - "y0": 431, - "x1": 263, - "y1": 430, - "x2": 264, - "y2": 476, - "x3": 219, - "y3": 477 - }, - "charText": "善", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 219, - "y0": 481, - "x1": 265, - "y1": 480, - "x2": 266, - "y2": 522, - "x3": 221, - "y3": 523 - }, - "charText": "過", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 222, - "y0": 525, - "x1": 270, - "y1": 525, - "x2": 271, - "y2": 566, - "x3": 223, - "y3": 567 - }, - "charText": "活", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 222, - "y0": 579, - "x1": 267, - "y1": 579, - "x2": 268, - "y2": 594, - "x3": 223, - "y3": 594 - }, - "charText": "一", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 223, - "y0": 606, - "x1": 270, - "y1": 606, - "x2": 271, - "y2": 653, - "x3": 224, - "y3": 654 - }, - "charText": "味", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 221, - "y0": 657, - "x1": 268, - "y1": 657, - "x2": 269, - "y2": 698, - "x3": 222, - "y3": 698 - }, - "charText": "好", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 226, - "y0": 699, - "x1": 270, - "y1": 699, - "x2": 271, - "y2": 741, - "x3": 226, - "y3": 742 - }, - "charText": "吃", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 225, - "y0": 744, - "x1": 270, - "y1": 743, - "x2": 270, - "y2": 787, - "x3": 225, - "y3": 787 - }, - "charText": "懶", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 225, - "y0": 788, - "x1": 272, - "y1": 787, - "x2": 273, - "y2": 825, - "x3": 225, - "y3": 826 - }, - "charText": "做", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 225, - "y0": 826, - "x1": 269, - "y1": 826, - "x2": 269, - "y2": 875, - "x3": 226, - "y3": 876 - }, - "charText": "等", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 224, - "y0": 880, - "x1": 276, - "y1": 879, - "x2": 276, - "y2": 919, - "x3": 224, - "y3": 919 - }, - "charText": "語", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 155, - "y0": 37, - "x1": 198, - "y1": 37, - "x2": 198, - "y2": 73, - "x3": 155, - "y3": 73 - }, - "charText": "士", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 157, - "y0": 76, - "x1": 202, - "y1": 76, - "x2": 202, - "y2": 118, - "x3": 158, - "y3": 118 - }, - "charText": "隐", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 152, - "y0": 122, - "x1": 200, - "y1": 122, - "x2": 200, - "y2": 160, - "x3": 151, - "y3": 159 - }, - "charText": "知", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 154, - "y0": 165, - "x1": 202, - "y1": 165, - "x2": 202, - "y2": 209, - "x3": 154, - "y3": 209 - }, - "charText": "投", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 156, - "y0": 214, - "x1": 203, - "y1": 214, - "x2": 203, - "y2": 248, - "x3": 156, - "y3": 248 - }, - "charText": "人", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 157, - "y0": 256, - "x1": 199, - "y1": 256, - "x2": 199, - "y2": 295, - "x3": 158, - "y3": 295 - }, - "charText": "不", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 156, - "y0": 297, - "x1": 207, - "y1": 297, - "x2": 207, - "y2": 345, - "x3": 156, - "y3": 345 - }, - "charText": "着", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 159, - "y0": 352, - "x1": 201, - "y1": 352, - "x2": 202, - "y2": 380, - "x3": 160, - "y3": 380 - }, - "charText": "心", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 161, - "y0": 382, - "x1": 198, - "y1": 382, - "x2": 198, - "y2": 430, - "x3": 162, - "y3": 430 - }, - "charText": "中", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 160, - "y0": 431, - "x1": 205, - "y1": 431, - "x2": 206, - "y2": 475, - "x3": 161, - "y3": 476 - }, - "charText": "未", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 161, - "y0": 477, - "x1": 207, - "y1": 476, - "x2": 208, - "y2": 519, - "x3": 161, - "y3": 520 - }, - "charText": "免", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 160, - "y0": 521, - "x1": 206, - "y1": 520, - "x2": 207, - "y2": 567, - "x3": 161, - "y3": 568 - }, - "charText": "悔", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 161, - "y0": 569, - "x1": 211, - "y1": 569, - "x2": 211, - "y2": 610, - "x3": 161, - "y3": 610 - }, - "charText": "恨", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 158, - "y0": 612, - "x1": 208, - "y1": 612, - "x2": 208, - "y2": 653, - "x3": 159, - "y3": 654 - }, - "charText": "再", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 163, - "y0": 655, - "x1": 206, - "y1": 654, - "x2": 207, - "y2": 697, - "x3": 164, - "y3": 697 - }, - "charText": "兼", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 162, - "y0": 702, - "x1": 208, - "y1": 702, - "x2": 208, - "y2": 737, - "x3": 162, - "y3": 738 - }, - "charText": "上", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 160, - "y0": 743, - "x1": 207, - "y1": 743, - "x2": 207, - "y2": 786, - "x3": 160, - "y3": 786 - }, - "charText": "年", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 165, - "y0": 786, - "x1": 209, - "y1": 786, - "x2": 210, - "y2": 832, - "x3": 166, - "y3": 832 - }, - "charText": "驚", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 163, - "y0": 833, - "x1": 214, - "y1": 832, - "x2": 215, - "y2": 878, - "x3": 163, - "y3": 878 - }, - "charText": "唬", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 167, - "y0": 880, - "x1": 212, - "y1": 880, - "x2": 212, - "y2": 923, - "x3": 167, - "y3": 923 - }, - "charText": "急", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 94, - "y0": 40, - "x1": 138, - "y1": 40, - "x2": 138, - "y2": 82, - "x3": 94, - "y3": 82 - }, - "charText": "忿", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 94, - "y0": 82, - "x1": 138, - "y1": 82, - "x2": 138, - "y2": 124, - "x3": 94, - "y3": 124 - }, - "charText": "怨", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 93, - "y0": 124, - "x1": 143, - "y1": 124, - "x2": 143, - "y2": 171, - "x3": 93, - "y3": 170 - }, - "charText": "痛", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 98, - "y0": 173, - "x1": 141, - "y1": 173, - "x2": 141, - "y2": 209, - "x3": 98, - "y3": 209 - }, - "charText": "已", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 93, - "y0": 211, - "x1": 134, - "y1": 210, - "x2": 134, - "y2": 256, - "x3": 93, - "y3": 257 - }, - "charText": "有", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 92, - "y0": 257, - "x1": 139, - "y1": 257, - "x2": 139, - "y2": 302, - "x3": 92, - "y3": 302 - }, - "charText": "積", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 93, - "y0": 302, - "x1": 145, - "y1": 302, - "x2": 145, - "y2": 347, - "x3": 93, - "y3": 347 - }, - "charText": "傷", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 95, - "y0": 346, - "x1": 143, - "y1": 347, - "x2": 143, - "y2": 391, - "x3": 95, - "y3": 391 - }, - "charText": "暮", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 92, - "y0": 393, - "x1": 140, - "y1": 393, - "x2": 140, - "y2": 440, - "x3": 93, - "y3": 440 - }, - "charText": "年", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 95, - "y0": 441, - "x1": 144, - "y1": 441, - "x2": 144, - "y2": 474, - "x3": 96, - "y3": 474 - }, - "charText": "之", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 93, - "y0": 480, - "x1": 146, - "y1": 480, - "x2": 147, - "y2": 520, - "x3": 94, - "y3": 520 - }, - "charText": "人", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 99, - "y0": 523, - "x1": 142, - "y1": 523, - "x2": 143, - "y2": 569, - "x3": 99, - "y3": 570 - }, - "charText": "貧", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 98, - "y0": 570, - "x1": 142, - "y1": 570, - "x2": 143, - "y2": 612, - "x3": 98, - "y3": 612 - }, - "charText": "病", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 100, - "y0": 614, - "x1": 147, - "y1": 613, - "x2": 147, - "y2": 653, - "x3": 101, - "y3": 654 - }, - "charText": "交", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 99, - "y0": 655, - "x1": 150, - "y1": 654, - "x2": 151, - "y2": 698, - "x3": 99, - "y3": 698 - }, - "charText": "攻", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 99, - "y0": 701, - "x1": 148, - "y1": 700, - "x2": 149, - "y2": 746, - "x3": 100, - "y3": 747 - }, - "charText": "漸", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 101, - "y0": 748, - "x1": 150, - "y1": 747, - "x2": 151, - "y2": 792, - "x3": 102, - "y3": 793 - }, - "charText": "漸", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 105, - "y0": 793, - "x1": 149, - "y1": 793, - "x2": 150, - "y2": 832, - "x3": 105, - "y3": 833 - }, - "charText": "的", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 104, - "y0": 833, - "x1": 152, - "y1": 833, - "x2": 152, - "y2": 879, - "x3": 104, - "y3": 879 - }, - "charText": "露", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 108, - "y0": 880, - "x1": 146, - "y1": 880, - "x2": 146, - "y2": 923, - "x3": 108, - "y3": 923 - }, - "charText": "出", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 25, - "y0": 38, - "x1": 74, - "y1": 39, - "x2": 74, - "y2": 82, - "x3": 25, - "y3": 81 - }, - "charText": "那", - "textlineId": 9, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 27, - "y0": 83, - "x1": 70, - "y1": 83, - "x2": 70, - "y2": 121, - "x3": 27, - "y3": 121 - }, - "charText": "下", - "textlineId": 9, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 27, - "y0": 122, - "x1": 71, - "y1": 122, - "x2": 71, - "y2": 164, - "x3": 27, - "y3": 164 - }, - "charText": "世", - "textlineId": 9, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 30, - "y0": 166, - "x1": 78, - "y1": 166, - "x2": 78, - "y2": 209, - "x3": 30, - "y3": 209 - }, - "charText": "光", - "textlineId": 9, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 25, - "y0": 210, - "x1": 71, - "y1": 210, - "x2": 72, - "y2": 255, - "x3": 25, - "y3": 256 - }, - "charText": "景", - "textlineId": 9, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 28, - "y0": 257, - "x1": 81, - "y1": 256, - "x2": 81, - "y2": 305, - "x3": 28, - "y3": 305 - }, - "charText": "来", - "textlineId": 9, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 27, - "y0": 306, - "x1": 73, - "y1": 306, - "x2": 73, - "y2": 348, - "x3": 28, - "y3": 348 - }, - "charText": "可", - "textlineId": 9, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 28, - "y0": 349, - "x1": 72, - "y1": 349, - "x2": 72, - "y2": 388, - "x3": 27, - "y3": 388 - }, - "charText": "巧", - "textlineId": 9, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 28, - "y0": 390, - "x1": 78, - "y1": 390, - "x2": 78, - "y2": 431, - "x3": 28, - "y3": 432 - }, - "charText": "這", - "textlineId": 9, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 38, - "y0": 437, - "x1": 68, - "y1": 437, - "x2": 69, - "y2": 472, - "x3": 39, - "y3": 472 - }, - "charText": "日", - "textlineId": 9, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 29, - "y0": 476, - "x1": 78, - "y1": 476, - "x2": 79, - "y2": 517, - "x3": 29, - "y3": 518 - }, - "charText": "拄", - "textlineId": 9, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 39, - "y0": 522, - "x1": 69, - "y1": 522, - "x2": 70, - "y2": 565, - "x3": 40, - "y3": 566 - }, - "charText": "了", - "textlineId": 9, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 31, - "y0": 568, - "x1": 85, - "y1": 567, - "x2": 85, - "y2": 611, - "x3": 31, - "y3": 611 - }, - "charText": "掦", - "textlineId": 9, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 31, - "y0": 613, - "x1": 79, - "y1": 613, - "x2": 79, - "y2": 661, - "x3": 31, - "y3": 661 - }, - "charText": "挣", - "textlineId": 9, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 32, - "y0": 661, - "x1": 80, - "y1": 661, - "x2": 81, - "y2": 701, - "x3": 33, - "y3": 702 - }, - "charText": "挫", - "textlineId": 9, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 34, - "y0": 703, - "x1": 79, - "y1": 703, - "x2": 80, - "y2": 747, - "x3": 35, - "y3": 748 - }, - "charText": "到", - "textlineId": 9, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 33, - "y0": 747, - "x1": 83, - "y1": 747, - "x2": 84, - "y2": 794, - "x3": 33, - "y3": 795 - }, - "charText": "街", - "textlineId": 9, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 35, - "y0": 795, - "x1": 90, - "y1": 795, - "x2": 90, - "y2": 829, - "x3": 36, - "y3": 829 - }, - "charText": "上", - "textlineId": 9, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 32, - "y0": 833, - "x1": 89, - "y1": 833, - "x2": 89, - "y2": 878, - "x3": 32, - "y3": 879 - }, - "charText": "散", - "textlineId": 9, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 34, - "y0": 878, - "x1": 90, - "y1": 878, - "x2": 90, - "y2": 925, - "x3": 34, - "y3": 926 - }, - "charText": "散", - "textlineId": 9, - "picUri": "", - "isPicText": false - } - ] - }, - "7501933907890765865": { - "wordBoxList": [ - { - "charPoly": { - "x0": 530, - "y0": 48, - "x1": 573, - "y1": 48, - "x2": 573, - "y2": 78, - "x3": 530, - "y3": 77 - }, - "charText": "心", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 532, - "y0": 80, - "x1": 577, - "y1": 80, - "x2": 577, - "y2": 127, - "x3": 532, - "y3": 127 - }, - "charText": "時", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 533, - "y0": 127, - "x1": 574, - "y1": 127, - "x2": 574, - "y2": 171, - "x3": 533, - "y3": 171 - }, - "charText": "忽", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 532, - "y0": 172, - "x1": 577, - "y1": 173, - "x2": 577, - "y2": 215, - "x3": 531, - "y3": 215 - }, - "charText": "見", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 528, - "y0": 218, - "x1": 575, - "y1": 219, - "x2": 574, - "y2": 259, - "x3": 528, - "y3": 259 - }, - "charText": "那", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 528, - "y0": 258, - "x1": 576, - "y1": 259, - "x2": 576, - "y2": 302, - "x3": 527, - "y3": 301 - }, - "charText": "邉", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 534, - "y0": 302, - "x1": 577, - "y1": 303, - "x2": 577, - "y2": 347, - "x3": 534, - "y3": 346 - }, - "charText": "来", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 537, - "y0": 347, - "x1": 567, - "y1": 347, - "x2": 568, - "y2": 387, - "x3": 537, - "y3": 387 - }, - "charText": "了", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 529, - "y0": 399, - "x1": 575, - "y1": 399, - "x2": 575, - "y2": 414, - "x3": 530, - "y3": 414 - }, - "charText": "一", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 528, - "y0": 431, - "x1": 574, - "y1": 432, - "x2": 574, - "y2": 470, - "x3": 528, - "y3": 470 - }, - "charText": "個", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 528, - "y0": 473, - "x1": 577, - "y1": 473, - "x2": 576, - "y2": 516, - "x3": 528, - "y3": 516 - }, - "charText": "跛", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 529, - "y0": 522, - "x1": 577, - "y1": 522, - "x2": 577, - "y2": 561, - "x3": 529, - "y3": 561 - }, - "charText": "足", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 529, - "y0": 563, - "x1": 575, - "y1": 563, - "x2": 575, - "y2": 603, - "x3": 529, - "y3": 603 - }, - "charText": "道", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 533, - "y0": 608, - "x1": 578, - "y1": 609, - "x2": 578, - "y2": 644, - "x3": 532, - "y3": 644 - }, - "charText": "人", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 529, - "y0": 647, - "x1": 577, - "y1": 648, - "x2": 576, - "y2": 693, - "x3": 528, - "y3": 693 - }, - "charText": "癬", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 529, - "y0": 696, - "x1": 575, - "y1": 697, - "x2": 574, - "y2": 736, - "x3": 529, - "y3": 735 - }, - "charText": "狂", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 530, - "y0": 735, - "x1": 576, - "y1": 735, - "x2": 575, - "y2": 780, - "x3": 530, - "y3": 780 - }, - "charText": "落", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 529, - "y0": 781, - "x1": 576, - "y1": 781, - "x2": 576, - "y2": 821, - "x3": 529, - "y3": 821 - }, - "charText": "脱", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 527, - "y0": 820, - "x1": 575, - "y1": 821, - "x2": 575, - "y2": 867, - "x3": 527, - "y3": 867 - }, - "charText": "蔴", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 524, - "y0": 868, - "x1": 575, - "y1": 869, - "x2": 574, - "y2": 913, - "x3": 524, - "y3": 912 - }, - "charText": "履", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 468, - "y0": 42, - "x1": 514, - "y1": 42, - "x2": 514, - "y2": 87, - "x3": 468, - "y3": 87 - }, - "charText": "鶉", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 469, - "y0": 87, - "x1": 517, - "y1": 87, - "x2": 517, - "y2": 128, - "x3": 469, - "y3": 127 - }, - "charText": "衣", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 474, - "y0": 134, - "x1": 507, - "y1": 134, - "x2": 507, - "y2": 160, - "x3": 474, - "y3": 159 - }, - "charText": "口", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 472, - "y0": 169, - "x1": 512, - "y1": 170, - "x2": 511, - "y2": 213, - "x3": 472, - "y3": 212 - }, - "charText": "内", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 470, - "y0": 215, - "x1": 517, - "y1": 215, - "x2": 517, - "y2": 256, - "x3": 470, - "y3": 256 - }, - "charText": "念", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 468, - "y0": 257, - "x1": 512, - "y1": 258, - "x2": 512, - "y2": 302, - "x3": 468, - "y3": 302 - }, - "charText": "着", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 468, - "y0": 301, - "x1": 515, - "y1": 301, - "x2": 515, - "y2": 347, - "x3": 468, - "y3": 346 - }, - "charText": "幾", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 474, - "y0": 345, - "x1": 509, - "y1": 346, - "x2": 509, - "y2": 388, - "x3": 474, - "y3": 388 - }, - "charText": "句", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 468, - "y0": 389, - "x1": 511, - "y1": 389, - "x2": 511, - "y2": 430, - "x3": 468, - "y3": 429 - }, - "charText": "言", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 467, - "y0": 434, - "x1": 511, - "y1": 434, - "x2": 512, - "y2": 475, - "x3": 467, - "y3": 475 - }, - "charText": "詞", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 469, - "y0": 475, - "x1": 519, - "y1": 475, - "x2": 519, - "y2": 515, - "x3": 468, - "y3": 515 - }, - "charText": "道", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 409, - "y0": 127, - "x1": 454, - "y1": 127, - "x2": 454, - "y2": 165, - "x3": 409, - "y3": 165 - }, - "charText": "世", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 408, - "y0": 172, - "x1": 456, - "y1": 173, - "x2": 456, - "y2": 208, - "x3": 407, - "y3": 208 - }, - "charText": "人", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 406, - "y0": 213, - "x1": 453, - "y1": 213, - "x2": 453, - "y2": 258, - "x3": 406, - "y3": 258 - }, - "charText": "都", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 410, - "y0": 259, - "x1": 456, - "y1": 259, - "x2": 456, - "y2": 301, - "x3": 410, - "y3": 300 - }, - "charText": "曉", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 407, - "y0": 301, - "x1": 453, - "y1": 301, - "x2": 453, - "y2": 348, - "x3": 407, - "y3": 348 - }, - "charText": "神", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 405, - "y0": 348, - "x1": 453, - "y1": 348, - "x2": 453, - "y2": 383, - "x3": 405, - "y3": 383 - }, - "charText": "仙", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 404, - "y0": 389, - "x1": 457, - "y1": 389, - "x2": 457, - "y2": 435, - "x3": 404, - "y3": 435 - }, - "charText": "好", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 410, - "y0": 520, - "x1": 452, - "y1": 520, - "x2": 452, - "y2": 562, - "x3": 410, - "y3": 562 - }, - "charText": "惟", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 408, - "y0": 563, - "x1": 449, - "y1": 563, - "x2": 449, - "y2": 609, - "x3": 408, - "y3": 609 - }, - "charText": "有", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 409, - "y0": 612, - "x1": 451, - "y1": 612, - "x2": 451, - "y2": 648, - "x3": 409, - "y3": 647 - }, - "charText": "功", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 408, - "y0": 653, - "x1": 448, - "y1": 653, - "x2": 448, - "y2": 693, - "x3": 408, - "y3": 693 - }, - "charText": "名", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 410, - "y0": 696, - "x1": 452, - "y1": 696, - "x2": 452, - "y2": 738, - "x3": 411, - "y3": 738 - }, - "charText": "忘", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 409, - "y0": 741, - "x1": 451, - "y1": 741, - "x2": 451, - "y2": 780, - "x3": 410, - "y3": 780 - }, - "charText": "不", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 414, - "y0": 782, - "x1": 454, - "y1": 782, - "x2": 454, - "y2": 828, - "x3": 415, - "y3": 828 - }, - "charText": "了", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 347, - "y0": 123, - "x1": 392, - "y1": 123, - "x2": 392, - "y2": 166, - "x3": 347, - "y3": 165 - }, - "charText": "古", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 350, - "y0": 170, - "x1": 397, - "y1": 170, - "x2": 397, - "y2": 209, - "x3": 350, - "y3": 209 - }, - "charText": "今", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 349, - "y0": 213, - "x1": 395, - "y1": 213, - "x2": 395, - "y2": 258, - "x3": 348, - "y3": 258 - }, - "charText": "将", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 348, - "y0": 258, - "x1": 392, - "y1": 259, - "x2": 392, - "y2": 298, - "x3": 348, - "y3": 297 - }, - "charText": "相", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 352, - "y0": 298, - "x1": 394, - "y1": 298, - "x2": 394, - "y2": 341, - "x3": 352, - "y3": 340 - }, - "charText": "在", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 347, - "y0": 345, - "x1": 395, - "y1": 345, - "x2": 395, - "y2": 387, - "x3": 347, - "y3": 386 - }, - "charText": "何", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 350, - "y0": 389, - "x1": 396, - "y1": 389, - "x2": 396, - "y2": 436, - "x3": 350, - "y3": 436 - }, - "charText": "方", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 351, - "y0": 515, - "x1": 396, - "y1": 515, - "x2": 396, - "y2": 563, - "x3": 351, - "y3": 563 - }, - "charText": "荒", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 348, - "y0": 565, - "x1": 396, - "y1": 565, - "x2": 396, - "y2": 610, - "x3": 347, - "y3": 609 - }, - "charText": "塜", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 346, - "y0": 621, - "x1": 393, - "y1": 622, - "x2": 394, - "y2": 637, - "x3": 347, - "y3": 636 - }, - "charText": "一", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 348, - "y0": 650, - "x1": 394, - "y1": 650, - "x2": 394, - "y2": 690, - "x3": 348, - "y3": 690 - }, - "charText": "堆", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 345, - "y0": 690, - "x1": 389, - "y1": 690, - "x2": 389, - "y2": 739, - "x3": 345, - "y3": 739 - }, - "charText": "草", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 348, - "y0": 740, - "x1": 394, - "y1": 740, - "x2": 394, - "y2": 779, - "x3": 348, - "y3": 779 - }, - "charText": "没", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 354, - "y0": 781, - "x1": 393, - "y1": 780, - "x2": 393, - "y2": 833, - "x3": 354, - "y3": 833 - }, - "charText": "了", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 285, - "y0": 126, - "x1": 333, - "y1": 126, - "x2": 332, - "y2": 165, - "x3": 285, - "y3": 165 - }, - "charText": "世", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 287, - "y0": 171, - "x1": 336, - "y1": 172, - "x2": 335, - "y2": 207, - "x3": 287, - "y3": 206 - }, - "charText": "人", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 285, - "y0": 211, - "x1": 333, - "y1": 211, - "x2": 333, - "y2": 258, - "x3": 285, - "y3": 258 - }, - "charText": "都", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 289, - "y0": 259, - "x1": 336, - "y1": 259, - "x2": 336, - "y2": 301, - "x3": 289, - "y3": 301 - }, - "charText": "曉", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 285, - "y0": 301, - "x1": 331, - "y1": 301, - "x2": 330, - "y2": 346, - "x3": 285, - "y3": 346 - }, - "charText": "神", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 284, - "y0": 347, - "x1": 331, - "y1": 347, - "x2": 330, - "y2": 382, - "x3": 284, - "y3": 382 - }, - "charText": "仙", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 283, - "y0": 387, - "x1": 336, - "y1": 387, - "x2": 335, - "y2": 434, - "x3": 283, - "y3": 434 - }, - "charText": "好", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 290, - "y0": 521, - "x1": 327, - "y1": 521, - "x2": 327, - "y2": 558, - "x3": 290, - "y3": 558 - }, - "charText": "只", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 287, - "y0": 562, - "x1": 327, - "y1": 562, - "x2": 327, - "y2": 610, - "x3": 287, - "y3": 610 - }, - "charText": "有", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 286, - "y0": 610, - "x1": 333, - "y1": 611, - "x2": 333, - "y2": 652, - "x3": 286, - "y3": 651 - }, - "charText": "金", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 284, - "y0": 654, - "x1": 333, - "y1": 654, - "x2": 333, - "y2": 696, - "x3": 284, - "y3": 696 - }, - "charText": "銀", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 289, - "y0": 697, - "x1": 330, - "y1": 697, - "x2": 330, - "y2": 739, - "x3": 289, - "y3": 739 - }, - "charText": "忘", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 287, - "y0": 741, - "x1": 327, - "y1": 741, - "x2": 327, - "y2": 780, - "x3": 287, - "y3": 780 - }, - "charText": "不", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 293, - "y0": 782, - "x1": 329, - "y1": 782, - "x2": 330, - "y2": 832, - "x3": 294, - "y3": 832 - }, - "charText": "了", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 229, - "y0": 125, - "x1": 277, - "y1": 126, - "x2": 277, - "y2": 166, - "x3": 229, - "y3": 166 - }, - "charText": "終", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 226, - "y0": 168, - "x1": 271, - "y1": 168, - "x2": 271, - "y2": 215, - "x3": 226, - "y3": 215 - }, - "charText": "朝", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 231, - "y0": 219, - "x1": 271, - "y1": 219, - "x2": 271, - "y2": 253, - "x3": 231, - "y3": 252 - }, - "charText": "只", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 230, - "y0": 257, - "x1": 274, - "y1": 257, - "x2": 274, - "y2": 299, - "x3": 230, - "y3": 298 - }, - "charText": "恨", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 231, - "y0": 301, - "x1": 272, - "y1": 301, - "x2": 272, - "y2": 346, - "x3": 231, - "y3": 346 - }, - "charText": "聚", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 225, - "y0": 347, - "x1": 274, - "y1": 347, - "x2": 274, - "y2": 387, - "x3": 225, - "y3": 387 - }, - "charText": "無", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 232, - "y0": 390, - "x1": 275, - "y1": 390, - "x2": 275, - "y2": 437, - "x3": 232, - "y3": 437 - }, - "charText": "郷", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 229, - "y0": 519, - "x1": 274, - "y1": 519, - "x2": 274, - "y2": 560, - "x3": 229, - "y3": 560 - }, - "charText": "及", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 227, - "y0": 564, - "x1": 270, - "y1": 565, - "x2": 270, - "y2": 609, - "x3": 227, - "y3": 609 - }, - "charText": "到", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 231, - "y0": 608, - "x1": 265, - "y1": 608, - "x2": 265, - "y2": 650, - "x3": 231, - "y3": 650 - }, - "charText": "多", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 229, - "y0": 648, - "x1": 270, - "y1": 649, - "x2": 270, - "y2": 697, - "x3": 229, - "y3": 697 - }, - "charText": "時", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 228, - "y0": 699, - "x1": 271, - "y1": 699, - "x2": 271, - "y2": 740, - "x3": 228, - "y3": 739 - }, - "charText": "眼", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 230, - "y0": 741, - "x1": 269, - "y1": 741, - "x2": 269, - "y2": 784, - "x3": 230, - "y3": 784 - }, - "charText": "閉", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 235, - "y0": 785, - "x1": 271, - "y1": 785, - "x2": 271, - "y2": 834, - "x3": 235, - "y3": 834 - }, - "charText": "也", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 167, - "y0": 124, - "x1": 211, - "y1": 124, - "x2": 211, - "y2": 163, - "x3": 167, - "y3": 163 - }, - "charText": "世", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 168, - "y0": 171, - "x1": 216, - "y1": 171, - "x2": 216, - "y2": 204, - "x3": 168, - "y3": 204 - }, - "charText": "人", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 165, - "y0": 212, - "x1": 214, - "y1": 212, - "x2": 213, - "y2": 259, - "x3": 165, - "y3": 259 - }, - "charText": "都", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 166, - "y0": 260, - "x1": 216, - "y1": 260, - "x2": 216, - "y2": 299, - "x3": 166, - "y3": 299 - }, - "charText": "説", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 167, - "y0": 299, - "x1": 212, - "y1": 299, - "x2": 212, - "y2": 345, - "x3": 167, - "y3": 345 - }, - "charText": "神", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 166, - "y0": 346, - "x1": 213, - "y1": 346, - "x2": 213, - "y2": 383, - "x3": 166, - "y3": 383 - }, - "charText": "仙", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 164, - "y0": 389, - "x1": 217, - "y1": 390, - "x2": 217, - "y2": 438, - "x3": 164, - "y3": 438 - }, - "charText": "好", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 169, - "y0": 521, - "x1": 209, - "y1": 522, - "x2": 209, - "y2": 559, - "x3": 169, - "y3": 559 - }, - "charText": "只", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 168, - "y0": 562, - "x1": 206, - "y1": 562, - "x2": 206, - "y2": 608, - "x3": 168, - "y3": 608 - }, - "charText": "有", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 164, - "y0": 610, - "x1": 214, - "y1": 610, - "x2": 214, - "y2": 650, - "x3": 164, - "y3": 650 - }, - "charText": "姣", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 164, - "y0": 650, - "x1": 212, - "y1": 650, - "x2": 212, - "y2": 697, - "x3": 164, - "y3": 697 - }, - "charText": "妻", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 169, - "y0": 699, - "x1": 210, - "y1": 699, - "x2": 210, - "y2": 740, - "x3": 169, - "y3": 740 - }, - "charText": "忘", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 167, - "y0": 743, - "x1": 208, - "y1": 743, - "x2": 209, - "y2": 780, - "x3": 168, - "y3": 780 - }, - "charText": "不", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 173, - "y0": 783, - "x1": 210, - "y1": 783, - "x2": 210, - "y2": 835, - "x3": 173, - "y3": 835 - }, - "charText": "了", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 111, - "y0": 124, - "x1": 151, - "y1": 125, - "x2": 151, - "y2": 166, - "x3": 111, - "y3": 166 - }, - "charText": "君", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 110, - "y0": 168, - "x1": 153, - "y1": 168, - "x2": 153, - "y2": 208, - "x3": 109, - "y3": 207 - }, - "charText": "生", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 117, - "y0": 216, - "x1": 145, - "y1": 217, - "x2": 145, - "y2": 249, - "x3": 117, - "y3": 249 - }, - "charText": "日", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 116, - "y0": 261, - "x1": 145, - "y1": 261, - "x2": 145, - "y2": 293, - "x3": 116, - "y3": 292 - }, - "charText": "日", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 105, - "y0": 298, - "x1": 156, - "y1": 299, - "x2": 156, - "y2": 340, - "x3": 105, - "y3": 340 - }, - "charText": "説", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 111, - "y0": 342, - "x1": 152, - "y1": 343, - "x2": 151, - "y2": 384, - "x3": 111, - "y3": 384 - }, - "charText": "恩", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 109, - "y0": 385, - "x1": 154, - "y1": 385, - "x2": 153, - "y2": 436, - "x3": 108, - "y3": 436 - }, - "charText": "情", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 107, - "y0": 519, - "x1": 147, - "y1": 520, - "x2": 147, - "y2": 561, - "x3": 107, - "y3": 561 - }, - "charText": "君", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 110, - "y0": 566, - "x1": 153, - "y1": 566, - "x2": 153, - "y2": 604, - "x3": 110, - "y3": 604 - }, - "charText": "死", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 110, - "y0": 609, - "x1": 153, - "y1": 610, - "x2": 153, - "y2": 644, - "x3": 110, - "y3": 644 - }, - "charText": "又", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 108, - "y0": 645, - "x1": 152, - "y1": 646, - "x2": 152, - "y2": 695, - "x3": 108, - "y3": 695 - }, - "charText": "隨", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 106, - "y0": 699, - "x1": 153, - "y1": 700, - "x2": 153, - "y2": 734, - "x3": 105, - "y3": 733 - }, - "charText": "人", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 104, - "y0": 735, - "x1": 148, - "y1": 735, - "x2": 148, - "y2": 780, - "x3": 104, - "y3": 779 - }, - "charText": "去", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 111, - "y0": 783, - "x1": 150, - "y1": 783, - "x2": 150, - "y2": 833, - "x3": 112, - "y3": 833 - }, - "charText": "了", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 45, - "y0": 123, - "x1": 93, - "y1": 123, - "x2": 93, - "y2": 163, - "x3": 45, - "y3": 163 - }, - "charText": "世", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 45, - "y0": 171, - "x1": 96, - "y1": 171, - "x2": 95, - "y2": 205, - "x3": 45, - "y3": 204 - }, - "charText": "人", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 42, - "y0": 211, - "x1": 93, - "y1": 212, - "x2": 93, - "y2": 259, - "x3": 42, - "y3": 259 - }, - "charText": "都", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 43, - "y0": 260, - "x1": 95, - "y1": 260, - "x2": 95, - "y2": 300, - "x3": 43, - "y3": 299 - }, - "charText": "説", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 44, - "y0": 300, - "x1": 91, - "y1": 301, - "x2": 91, - "y2": 347, - "x3": 43, - "y3": 347 - }, - "charText": "神", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 42, - "y0": 347, - "x1": 91, - "y1": 348, - "x2": 91, - "y2": 384, - "x3": 42, - "y3": 384 - }, - "charText": "仙", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 41, - "y0": 388, - "x1": 95, - "y1": 389, - "x2": 94, - "y2": 435, - "x3": 41, - "y3": 435 - }, - "charText": "好", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 42, - "y0": 517, - "x1": 90, - "y1": 517, - "x2": 90, - "y2": 563, - "x3": 42, - "y3": 564 - }, - "charText": "惟", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 43, - "y0": 565, - "x1": 86, - "y1": 565, - "x2": 86, - "y2": 611, - "x3": 43, - "y3": 611 - }, - "charText": "有", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 48, - "y0": 611, - "x1": 93, - "y1": 610, - "x2": 93, - "y2": 650, - "x3": 48, - "y3": 650 - }, - "charText": "免", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 45, - "y0": 650, - "x1": 90, - "y1": 650, - "x2": 90, - "y2": 694, - "x3": 44, - "y3": 694 - }, - "charText": "孫", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 49, - "y0": 695, - "x1": 89, - "y1": 695, - "x2": 88, - "y2": 738, - "x3": 49, - "y3": 738 - }, - "charText": "忘", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 47, - "y0": 740, - "x1": 87, - "y1": 740, - "x2": 87, - "y2": 779, - "x3": 48, - "y3": 779 - }, - "charText": "不", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 52, - "y0": 781, - "x1": 88, - "y1": 780, - "x2": 88, - "y2": 833, - "x3": 52, - "y3": 833 - }, - "charText": "了", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 10, - "y0": 49, - "x1": 22, - "y1": 48, - "x2": 22, - "y2": 66, - "x3": 10, - "y3": 66 - }, - "charText": "一", - "textlineId": 9, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 3, - "y0": 88, - "x1": 38, - "y1": 88, - "x2": 38, - "y2": 123, - "x3": 3, - "y3": 123 - }, - "charText": "頁", - "textlineId": 9, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 8, - "y0": 134, - "x1": 35, - "y1": 134, - "x2": 35, - "y2": 167, - "x3": 9, - "y3": 167 - }, - "charText": "已", - "textlineId": 9, - "picUri": "", - "isPicText": false - } - ] - }, - "7501933907890782249": { - "wordBoxList": [ - { - "charPoly": { - "x0": 540, - "y0": 127, - "x1": 586, - "y1": 127, - "x2": 586, - "y2": 175, - "x3": 539, - "y3": 175 - }, - "charText": "癡", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 542, - "y0": 182, - "x1": 581, - "y1": 183, - "x2": 581, - "y2": 211, - "x3": 542, - "y3": 210 - }, - "charText": "心", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 541, - "y0": 219, - "x1": 583, - "y1": 220, - "x2": 583, - "y2": 257, - "x3": 541, - "y3": 256 - }, - "charText": "父", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 536, - "y0": 262, - "x1": 583, - "y1": 263, - "x2": 583, - "y2": 304, - "x3": 535, - "y3": 303 - }, - "charText": "母", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 539, - "y0": 306, - "x1": 580, - "y1": 306, - "x2": 579, - "y2": 344, - "x3": 538, - "y3": 343 - }, - "charText": "古", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 540, - "y0": 345, - "x1": 584, - "y1": 345, - "x2": 584, - "y2": 390, - "x3": 540, - "y3": 390 - }, - "charText": "来", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 539, - "y0": 392, - "x1": 583, - "y1": 392, - "x2": 583, - "y2": 442, - "x3": 538, - "y3": 442 - }, - "charText": "名", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 534, - "y0": 520, - "x1": 578, - "y1": 520, - "x2": 578, - "y2": 570, - "x3": 534, - "y3": 570 - }, - "charText": "孝", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 536, - "y0": 571, - "x1": 577, - "y1": 571, - "x2": 577, - "y2": 612, - "x3": 536, - "y3": 612 - }, - "charText": "順", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 537, - "y0": 612, - "x1": 582, - "y1": 612, - "x2": 582, - "y2": 655, - "x3": 537, - "y3": 655 - }, - "charText": "免", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 535, - "y0": 656, - "x1": 578, - "y1": 656, - "x2": 578, - "y2": 698, - "x3": 535, - "y3": 698 - }, - "charText": "孫", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 532, - "y0": 701, - "x1": 580, - "y1": 701, - "x2": 580, - "y2": 745, - "x3": 532, - "y3": 745 - }, - "charText": "誰", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 538, - "y0": 746, - "x1": 583, - "y1": 746, - "x2": 583, - "y2": 786, - "x3": 538, - "y3": 785 - }, - "charText": "見", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 544, - "y0": 788, - "x1": 582, - "y1": 788, - "x2": 582, - "y2": 832, - "x3": 544, - "y3": 832 - }, - "charText": "了", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 478, - "y0": 43, - "x1": 523, - "y1": 43, - "x2": 523, - "y2": 80, - "x3": 479, - "y3": 80 - }, - "charText": "士", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 481, - "y0": 82, - "x1": 524, - "y1": 82, - "x2": 524, - "y2": 126, - "x3": 481, - "y3": 126 - }, - "charText": "隐", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 477, - "y0": 126, - "x1": 525, - "y1": 126, - "x2": 524, - "y2": 171, - "x3": 476, - "y3": 171 - }, - "charText": "聽", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 485, - "y0": 174, - "x1": 527, - "y1": 174, - "x2": 527, - "y2": 215, - "x3": 485, - "y3": 214 - }, - "charText": "了", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 476, - "y0": 218, - "x1": 526, - "y1": 219, - "x2": 525, - "y2": 259, - "x3": 476, - "y3": 258 - }, - "charText": "便", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 476, - "y0": 259, - "x1": 524, - "y1": 260, - "x2": 524, - "y2": 303, - "x3": 475, - "y3": 303 - }, - "charText": "迎", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 475, - "y0": 306, - "x1": 521, - "y1": 307, - "x2": 521, - "y2": 340, - "x3": 475, - "y3": 340 - }, - "charText": "上", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 477, - "y0": 341, - "x1": 523, - "y1": 342, - "x2": 523, - "y2": 390, - "x3": 477, - "y3": 389 - }, - "charText": "来", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 475, - "y0": 389, - "x1": 525, - "y1": 389, - "x2": 525, - "y2": 433, - "x3": 475, - "y3": 433 - }, - "charText": "道", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 472, - "y0": 435, - "x1": 519, - "y1": 435, - "x2": 519, - "y2": 476, - "x3": 471, - "y3": 475 - }, - "charText": "你", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 471, - "y0": 478, - "x1": 523, - "y1": 479, - "x2": 523, - "y2": 520, - "x3": 471, - "y3": 519 - }, - "charText": "説", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 476, - "y0": 522, - "x1": 522, - "y1": 522, - "x2": 522, - "y2": 566, - "x3": 476, - "y3": 567 - }, - "charText": "些", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 473, - "y0": 568, - "x1": 519, - "y1": 568, - "x2": 519, - "y2": 610, - "x3": 473, - "y3": 610 - }, - "charText": "什", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 474, - "y0": 610, - "x1": 524, - "y1": 610, - "x2": 523, - "y2": 655, - "x3": 473, - "y3": 655 - }, - "charText": "麽", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 477, - "y0": 659, - "x1": 517, - "y1": 660, - "x2": 517, - "y2": 696, - "x3": 477, - "y3": 695 - }, - "charText": "只", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 473, - "y0": 697, - "x1": 521, - "y1": 698, - "x2": 521, - "y2": 744, - "x3": 473, - "y3": 744 - }, - "charText": "聽", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 474, - "y0": 745, - "x1": 521, - "y1": 746, - "x2": 521, - "y2": 786, - "x3": 474, - "y3": 785 - }, - "charText": "見", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 475, - "y0": 787, - "x1": 520, - "y1": 787, - "x2": 520, - "y2": 828, - "x3": 475, - "y3": 828 - }, - "charText": "些", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 469, - "y0": 832, - "x1": 519, - "y1": 832, - "x2": 519, - "y2": 872, - "x3": 469, - "y3": 871 - }, - "charText": "好", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 477, - "y0": 875, - "x1": 511, - "y1": 875, - "x2": 510, - "y2": 914, - "x3": 477, - "y3": 914 - }, - "charText": "了", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 414, - "y0": 44, - "x1": 464, - "y1": 44, - "x2": 464, - "y2": 86, - "x3": 414, - "y3": 87 - }, - "charText": "好", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 426, - "y0": 88, - "x1": 466, - "y1": 88, - "x2": 466, - "y2": 127, - "x3": 426, - "y3": 127 - }, - "charText": "了", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 417, - "y0": 129, - "x1": 462, - "y1": 130, - "x2": 462, - "y2": 172, - "x3": 417, - "y3": 171 - }, - "charText": "那", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 416, - "y0": 173, - "x1": 464, - "y1": 173, - "x2": 463, - "y2": 216, - "x3": 416, - "y3": 215 - }, - "charText": "道", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 416, - "y0": 219, - "x1": 464, - "y1": 220, - "x2": 464, - "y2": 254, - "x3": 415, - "y3": 253 - }, - "charText": "人", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 415, - "y0": 255, - "x1": 463, - "y1": 256, - "x2": 462, - "y2": 301, - "x3": 415, - "y3": 300 - }, - "charText": "道", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 415, - "y0": 302, - "x1": 459, - "y1": 303, - "x2": 459, - "y2": 343, - "x3": 415, - "y3": 343 - }, - "charText": "你", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 415, - "y0": 345, - "x1": 457, - "y1": 345, - "x2": 456, - "y2": 388, - "x3": 414, - "y3": 387 - }, - "charText": "若", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 415, - "y0": 391, - "x1": 457, - "y1": 391, - "x2": 456, - "y2": 431, - "x3": 415, - "y3": 431 - }, - "charText": "果", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 414, - "y0": 432, - "x1": 461, - "y1": 433, - "x2": 460, - "y2": 477, - "x3": 414, - "y3": 477 - }, - "charText": "聽", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 416, - "y0": 478, - "x1": 461, - "y1": 479, - "x2": 461, - "y2": 519, - "x3": 416, - "y3": 519 - }, - "charText": "見", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 411, - "y0": 525, - "x1": 459, - "y1": 525, - "x2": 459, - "y2": 567, - "x3": 411, - "y3": 566 - }, - "charText": "好", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 421, - "y0": 569, - "x1": 451, - "y1": 569, - "x2": 451, - "y2": 612, - "x3": 421, - "y3": 612 - }, - "charText": "了", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 415, - "y0": 617, - "x1": 457, - "y1": 618, - "x2": 457, - "y2": 646, - "x3": 415, - "y3": 646 - }, - "charText": "二", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 413, - "y0": 654, - "x1": 462, - "y1": 654, - "x2": 461, - "y2": 700, - "x3": 413, - "y3": 700 - }, - "charText": "字", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 411, - "y0": 702, - "x1": 458, - "y1": 703, - "x2": 458, - "y2": 744, - "x3": 410, - "y3": 743 - }, - "charText": "還", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 412, - "y0": 744, - "x1": 456, - "y1": 744, - "x2": 455, - "y2": 793, - "x3": 412, - "y3": 793 - }, - "charText": "筭", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 414, - "y0": 794, - "x1": 453, - "y1": 794, - "x2": 453, - "y2": 835, - "x3": 414, - "y3": 835 - }, - "charText": "明", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 416, - "y0": 835, - "x1": 460, - "y1": 835, - "x2": 460, - "y2": 872, - "x3": 416, - "y3": 871 - }, - "charText": "白", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 410, - "y0": 874, - "x1": 455, - "y1": 874, - "x2": 455, - "y2": 914, - "x3": 411, - "y3": 914 - }, - "charText": "可", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 353, - "y0": 43, - "x1": 403, - "y1": 43, - "x2": 403, - "y2": 79, - "x3": 353, - "y3": 79 - }, - "charText": "知", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 355, - "y0": 84, - "x1": 401, - "y1": 84, - "x2": 401, - "y2": 122, - "x3": 355, - "y3": 122 - }, - "charText": "世", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 356, - "y0": 129, - "x1": 404, - "y1": 129, - "x2": 404, - "y2": 161, - "x3": 356, - "y3": 161 - }, - "charText": "人", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 360, - "y0": 165, - "x1": 399, - "y1": 165, - "x2": 399, - "y2": 216, - "x3": 360, - "y3": 215 - }, - "charText": "萬", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 352, - "y0": 214, - "x1": 405, - "y1": 215, - "x2": 404, - "y2": 258, - "x3": 351, - "y3": 257 - }, - "charText": "般", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 351, - "y0": 260, - "x1": 404, - "y1": 261, - "x2": 404, - "y2": 302, - "x3": 350, - "y3": 301 - }, - "charText": "好", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 352, - "y0": 304, - "x1": 403, - "y1": 305, - "x2": 402, - "y2": 345, - "x3": 351, - "y3": 344 - }, - "charText": "便", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 354, - "y0": 345, - "x1": 402, - "y1": 346, - "x2": 402, - "y2": 388, - "x3": 353, - "y3": 388 - }, - "charText": "是", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 361, - "y0": 390, - "x1": 403, - "y1": 390, - "x2": 403, - "y2": 431, - "x3": 360, - "y3": 430 - }, - "charText": "了", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 359, - "y0": 433, - "x1": 389, - "y1": 432, - "x2": 389, - "y2": 475, - "x3": 359, - "y3": 475 - }, - "charText": "了", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 352, - "y0": 479, - "x1": 400, - "y1": 480, - "x2": 400, - "y2": 521, - "x3": 352, - "y3": 520 - }, - "charText": "便", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 352, - "y0": 522, - "x1": 399, - "y1": 522, - "x2": 398, - "y2": 568, - "x3": 351, - "y3": 567 - }, - "charText": "是", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 348, - "y0": 570, - "x1": 402, - "y1": 570, - "x2": 401, - "y2": 611, - "x3": 347, - "y3": 611 - }, - "charText": "好", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 350, - "y0": 612, - "x1": 395, - "y1": 612, - "x2": 394, - "y2": 656, - "x3": 350, - "y3": 656 - }, - "charText": "若", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 351, - "y0": 659, - "x1": 393, - "y1": 660, - "x2": 393, - "y2": 698, - "x3": 351, - "y3": 697 - }, - "charText": "不", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 358, - "y0": 701, - "x1": 400, - "y1": 701, - "x2": 400, - "y2": 744, - "x3": 358, - "y3": 743 - }, - "charText": "了", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 346, - "y0": 744, - "x1": 398, - "y1": 745, - "x2": 397, - "y2": 785, - "x3": 346, - "y3": 784 - }, - "charText": "便", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 352, - "y0": 786, - "x1": 392, - "y1": 787, - "x2": 391, - "y2": 825, - "x3": 351, - "y3": 824 - }, - "charText": "不", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 346, - "y0": 829, - "x1": 399, - "y1": 829, - "x2": 399, - "y2": 871, - "x3": 345, - "y3": 870 - }, - "charText": "好", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 346, - "y0": 872, - "x1": 393, - "y1": 873, - "x2": 393, - "y2": 917, - "x3": 346, - "y3": 916 - }, - "charText": "若", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 294, - "y0": 41, - "x1": 343, - "y1": 42, - "x2": 342, - "y2": 84, - "x3": 293, - "y3": 83 - }, - "charText": "要", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 293, - "y0": 86, - "x1": 344, - "y1": 86, - "x2": 344, - "y2": 124, - "x3": 293, - "y3": 124 - }, - "charText": "好", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 297, - "y0": 126, - "x1": 336, - "y1": 127, - "x2": 336, - "y2": 169, - "x3": 297, - "y3": 169 - }, - "charText": "湏", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 295, - "y0": 169, - "x1": 341, - "y1": 170, - "x2": 341, - "y2": 213, - "x3": 294, - "y3": 213 - }, - "charText": "是", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 301, - "y0": 214, - "x1": 343, - "y1": 215, - "x2": 342, - "y2": 255, - "x3": 301, - "y3": 254 - }, - "charText": "了", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 294, - "y0": 254, - "x1": 339, - "y1": 255, - "x2": 338, - "y2": 300, - "x3": 294, - "y3": 299 - }, - "charText": "我", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 292, - "y0": 301, - "x1": 338, - "y1": 301, - "x2": 337, - "y2": 343, - "x3": 292, - "y3": 342 - }, - "charText": "這", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 290, - "y0": 343, - "x1": 337, - "y1": 343, - "x2": 337, - "y2": 389, - "x3": 289, - "y3": 388 - }, - "charText": "歌", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 294, - "y0": 390, - "x1": 338, - "y1": 390, - "x2": 338, - "y2": 432, - "x3": 294, - "y3": 432 - }, - "charText": "兒", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 290, - "y0": 434, - "x1": 338, - "y1": 434, - "x2": 338, - "y2": 475, - "x3": 290, - "y3": 475 - }, - "charText": "便", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 292, - "y0": 476, - "x1": 333, - "y1": 477, - "x2": 333, - "y2": 517, - "x3": 291, - "y3": 516 - }, - "charText": "名", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 290, - "y0": 521, - "x1": 337, - "y1": 522, - "x2": 337, - "y2": 564, - "x3": 289, - "y3": 563 - }, - "charText": "好", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 297, - "y0": 566, - "x1": 328, - "y1": 566, - "x2": 328, - "y2": 607, - "x3": 297, - "y3": 607 - }, - "charText": "了", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 288, - "y0": 608, - "x1": 339, - "y1": 608, - "x2": 339, - "y2": 654, - "x3": 287, - "y3": 654 - }, - "charText": "歌", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 291, - "y0": 657, - "x1": 333, - "y1": 657, - "x2": 333, - "y2": 695, - "x3": 290, - "y3": 695 - }, - "charText": "士", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 294, - "y0": 698, - "x1": 337, - "y1": 699, - "x2": 337, - "y2": 742, - "x3": 294, - "y3": 741 - }, - "charText": "隐", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 292, - "y0": 741, - "x1": 337, - "y1": 742, - "x2": 337, - "y2": 784, - "x3": 291, - "y3": 784 - }, - "charText": "本", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 289, - "y0": 785, - "x1": 336, - "y1": 786, - "x2": 336, - "y2": 827, - "x3": 289, - "y3": 826 - }, - "charText": "是", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 290, - "y0": 825, - "x1": 330, - "y1": 826, - "x2": 330, - "y2": 871, - "x3": 290, - "y3": 870 - }, - "charText": "有", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 288, - "y0": 872, - "x1": 331, - "y1": 872, - "x2": 331, - "y2": 916, - "x3": 288, - "y3": 916 - }, - "charText": "宿", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 237, - "y0": 36, - "x1": 281, - "y1": 37, - "x2": 280, - "y2": 85, - "x3": 237, - "y3": 84 - }, - "charText": "慧", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 238, - "y0": 85, - "x1": 286, - "y1": 86, - "x2": 285, - "y2": 129, - "x3": 237, - "y3": 128 - }, - "charText": "的", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 235, - "y0": 135, - "x1": 281, - "y1": 136, - "x2": 281, - "y2": 153, - "x3": 235, - "y3": 152 - }, - "charText": "一", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 239, - "y0": 166, - "x1": 280, - "y1": 167, - "x2": 279, - "y2": 213, - "x3": 239, - "y3": 213 - }, - "charText": "聞", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 236, - "y0": 215, - "x1": 282, - "y1": 216, - "x2": 282, - "y2": 252, - "x3": 236, - "y3": 252 - }, - "charText": "此", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 234, - "y0": 256, - "x1": 283, - "y1": 257, - "x2": 283, - "y2": 297, - "x3": 233, - "y3": 296 - }, - "charText": "記", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 237, - "y0": 304, - "x1": 278, - "y1": 305, - "x2": 277, - "y2": 335, - "x3": 236, - "y3": 334 - }, - "charText": "心", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 239, - "y0": 337, - "x1": 273, - "y1": 338, - "x2": 273, - "y2": 384, - "x3": 238, - "y3": 383 - }, - "charText": "中", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 230, - "y0": 386, - "x1": 273, - "y1": 387, - "x2": 272, - "y2": 433, - "x3": 229, - "y3": 432 - }, - "charText": "早", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 236, - "y0": 436, - "x1": 278, - "y1": 436, - "x2": 278, - "y2": 472, - "x3": 236, - "y3": 471 - }, - "charText": "巳", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 230, - "y0": 473, - "x1": 280, - "y1": 474, - "x2": 279, - "y2": 517, - "x3": 230, - "y3": 517 - }, - "charText": "徹", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 233, - "y0": 519, - "x1": 280, - "y1": 520, - "x2": 280, - "y2": 562, - "x3": 232, - "y3": 561 - }, - "charText": "悟", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 237, - "y0": 566, - "x1": 272, - "y1": 566, - "x2": 272, - "y2": 607, - "x3": 237, - "y3": 606 - }, - "charText": "因", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 234, - "y0": 606, - "x1": 276, - "y1": 606, - "x2": 276, - "y2": 652, - "x3": 235, - "y3": 652 - }, - "charText": "笑", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 232, - "y0": 653, - "x1": 281, - "y1": 653, - "x2": 281, - "y2": 699, - "x3": 231, - "y3": 699 - }, - "charText": "道", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 229, - "y0": 702, - "x1": 276, - "y1": 703, - "x2": 275, - "y2": 741, - "x3": 229, - "y3": 740 - }, - "charText": "且", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 229, - "y0": 743, - "x1": 280, - "y1": 743, - "x2": 279, - "y2": 782, - "x3": 228, - "y3": 781 - }, - "charText": "佳", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 232, - "y0": 781, - "x1": 274, - "y1": 782, - "x2": 274, - "y2": 828, - "x3": 232, - "y3": 827 - }, - "charText": "待", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 231, - "y0": 826, - "x1": 274, - "y1": 827, - "x2": 273, - "y2": 871, - "x3": 231, - "y3": 871 - }, - "charText": "我", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 233, - "y0": 872, - "x1": 276, - "y1": 872, - "x2": 275, - "y2": 916, - "x3": 232, - "y3": 916 - }, - "charText": "将", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 174, - "y0": 36, - "x1": 222, - "y1": 37, - "x2": 222, - "y2": 79, - "x3": 174, - "y3": 78 - }, - "charText": "你", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 173, - "y0": 80, - "x1": 222, - "y1": 81, - "x2": 221, - "y2": 123, - "x3": 172, - "y3": 122 - }, - "charText": "好", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 182, - "y0": 123, - "x1": 212, - "y1": 124, - "x2": 212, - "y2": 163, - "x3": 182, - "y3": 162 - }, - "charText": "了", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 171, - "y0": 163, - "x1": 220, - "y1": 164, - "x2": 219, - "y2": 208, - "x3": 170, - "y3": 207 - }, - "charText": "歌", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 173, - "y0": 210, - "x1": 221, - "y1": 211, - "x2": 220, - "y2": 256, - "x3": 173, - "y3": 256 - }, - "charText": "觧", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 169, - "y0": 257, - "x1": 220, - "y1": 257, - "x2": 219, - "y2": 295, - "x3": 169, - "y3": 295 - }, - "charText": "註", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 176, - "y0": 299, - "x1": 215, - "y1": 300, - "x2": 215, - "y2": 340, - "x3": 176, - "y3": 340 - }, - "charText": "出", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 175, - "y0": 340, - "x1": 217, - "y1": 340, - "x2": 217, - "y2": 386, - "x3": 174, - "y3": 386 - }, - "charText": "来", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 169, - "y0": 388, - "x1": 216, - "y1": 389, - "x2": 215, - "y2": 430, - "x3": 168, - "y3": 429 - }, - "charText": "何", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 166, - "y0": 431, - "x1": 222, - "y1": 432, - "x2": 221, - "y2": 468, - "x3": 165, - "y3": 467 - }, - "charText": "如", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 170, - "y0": 471, - "x1": 217, - "y1": 471, - "x2": 217, - "y2": 515, - "x3": 169, - "y3": 515 - }, - "charText": "道", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 171, - "y0": 519, - "x1": 219, - "y1": 519, - "x2": 219, - "y2": 555, - "x3": 170, - "y3": 554 - }, - "charText": "人", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 172, - "y0": 558, - "x1": 218, - "y1": 558, - "x2": 218, - "y2": 603, - "x3": 172, - "y3": 603 - }, - "charText": "笑", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 169, - "y0": 604, - "x1": 219, - "y1": 604, - "x2": 219, - "y2": 650, - "x3": 169, - "y3": 650 - }, - "charText": "道", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 168, - "y0": 651, - "x1": 215, - "y1": 652, - "x2": 215, - "y2": 694, - "x3": 168, - "y3": 694 - }, - "charText": "你", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 171, - "y0": 696, - "x1": 216, - "y1": 697, - "x2": 215, - "y2": 744, - "x3": 171, - "y3": 743 - }, - "charText": "解", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 167, - "y0": 743, - "x1": 214, - "y1": 743, - "x2": 214, - "y2": 782, - "x3": 167, - "y3": 782 - }, - "charText": "你", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 170, - "y0": 783, - "x1": 217, - "y1": 784, - "x2": 217, - "y2": 831, - "x3": 169, - "y3": 831 - }, - "charText": "觧", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 169, - "y0": 830, - "x1": 211, - "y1": 831, - "x2": 211, - "y2": 867, - "x3": 169, - "y3": 866 - }, - "charText": "士", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 171, - "y0": 869, - "x1": 214, - "y1": 869, - "x2": 214, - "y2": 915, - "x3": 171, - "y3": 915 - }, - "charText": "隐", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 116, - "y0": 35, - "x1": 157, - "y1": 36, - "x2": 157, - "y2": 79, - "x3": 115, - "y3": 78 - }, - "charText": "乃", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 110, - "y0": 78, - "x1": 164, - "y1": 79, - "x2": 163, - "y2": 120, - "x3": 109, - "y3": 118 - }, - "charText": "説", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 110, - "y0": 119, - "x1": 166, - "y1": 120, - "x2": 165, - "y2": 164, - "x3": 109, - "y3": 162 - }, - "charText": "道", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 136, - "y0": 173, - "x1": 163, - "y1": 174, - "x2": 163, - "y2": 203, - "x3": 136, - "y3": 203 - }, - "charText": "要", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 136, - "y0": 212, - "x1": 162, - "y1": 212, - "x2": 162, - "y2": 246, - "x3": 136, - "y3": 245 - }, - "charText": "寫", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 135, - "y0": 252, - "x1": 161, - "y1": 253, - "x2": 161, - "y2": 290, - "x3": 135, - "y3": 289 - }, - "charText": "情", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 133, - "y0": 301, - "x1": 162, - "y1": 302, - "x2": 162, - "y2": 331, - "x3": 133, - "y3": 330 - }, - "charText": "要", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 136, - "y0": 342, - "x1": 161, - "y1": 342, - "x2": 161, - "y2": 375, - "x3": 135, - "y3": 375 - }, - "charText": "寫", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 133, - "y0": 390, - "x1": 159, - "y1": 390, - "x2": 159, - "y2": 414, - "x3": 133, - "y3": 413 - }, - "charText": "幻", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 133, - "y0": 431, - "x1": 159, - "y1": 432, - "x2": 159, - "y2": 463, - "x3": 133, - "y3": 463 - }, - "charText": "境", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 132, - "y0": 476, - "x1": 159, - "y1": 476, - "x2": 159, - "y2": 505, - "x3": 132, - "y3": 505 - }, - "charText": "偏", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 135, - "y0": 520, - "x1": 161, - "y1": 520, - "x2": 160, - "y2": 551, - "x3": 134, - "y3": 551 - }, - "charText": "先", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 107, - "y0": 170, - "x1": 134, - "y1": 171, - "x2": 134, - "y2": 203, - "x3": 107, - "y3": 203 - }, - "charText": "寫", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 106, - "y0": 213, - "x1": 130, - "y1": 213, - "x2": 130, - "y2": 241, - "x3": 107, - "y3": 241 - }, - "charText": "出", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 105, - "y0": 262, - "x1": 129, - "y1": 263, - "x2": 130, - "y2": 277, - "x3": 106, - "y3": 277 - }, - "charText": "一", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 106, - "y0": 298, - "x1": 131, - "y1": 298, - "x2": 131, - "y2": 330, - "x3": 106, - "y3": 330 - }, - "charText": "萹", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 106, - "y0": 341, - "x1": 132, - "y1": 342, - "x2": 132, - "y2": 375, - "x3": 105, - "y3": 374 - }, - "charText": "竒", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 105, - "y0": 389, - "x1": 133, - "y1": 389, - "x2": 133, - "y2": 414, - "x3": 105, - "y3": 413 - }, - "charText": "人", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 103, - "y0": 429, - "x1": 129, - "y1": 429, - "x2": 129, - "y2": 464, - "x3": 103, - "y3": 464 - }, - "charText": "竒", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 103, - "y0": 474, - "x1": 131, - "y1": 475, - "x2": 131, - "y2": 507, - "x3": 103, - "y3": 507 - }, - "charText": "境", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 104, - "y0": 518, - "x1": 133, - "y1": 518, - "x2": 133, - "y2": 554, - "x3": 104, - "y3": 554 - }, - "charText": "来", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 110, - "y0": 565, - "x1": 154, - "y1": 565, - "x2": 154, - "y2": 604, - "x3": 110, - "y3": 604 - }, - "charText": "陋", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 108, - "y0": 606, - "x1": 152, - "y1": 607, - "x2": 152, - "y2": 648, - "x3": 108, - "y3": 648 - }, - "charText": "室", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 110, - "y0": 651, - "x1": 153, - "y1": 651, - "x2": 152, - "y2": 692, - "x3": 110, - "y3": 691 - }, - "charText": "空", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 108, - "y0": 694, - "x1": 158, - "y1": 694, - "x2": 157, - "y2": 739, - "x3": 108, - "y3": 739 - }, - "charText": "堂", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 108, - "y0": 740, - "x1": 154, - "y1": 741, - "x2": 154, - "y2": 786, - "x3": 108, - "y3": 785 - }, - "charText": "當", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 104, - "y0": 787, - "x1": 150, - "y1": 787, - "x2": 150, - "y2": 830, - "x3": 104, - "y3": 830 - }, - "charText": "年", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 110, - "y0": 829, - "x1": 149, - "y1": 830, - "x2": 148, - "y2": 873, - "x3": 110, - "y3": 873 - }, - "charText": "笏", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 108, - "y0": 873, - "x1": 152, - "y1": 873, - "x2": 152, - "y2": 916, - "x3": 108, - "y3": 916 - }, - "charText": "滿", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 48, - "y0": 33, - "x1": 103, - "y1": 34, - "x2": 101, - "y2": 78, - "x3": 47, - "y3": 77 - }, - "charText": "床", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 46, - "y0": 110, - "x1": 95, - "y1": 111, - "x2": 94, - "y2": 160, - "x3": 45, - "y3": 159 - }, - "charText": "衰", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 45, - "y0": 159, - "x1": 92, - "y1": 160, - "x2": 90, - "y2": 211, - "x3": 44, - "y3": 210 - }, - "charText": "草", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 43, - "y0": 210, - "x1": 92, - "y1": 211, - "x2": 91, - "y2": 250, - "x3": 42, - "y3": 250 - }, - "charText": "枯", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 43, - "y0": 250, - "x1": 100, - "y1": 251, - "x2": 99, - "y2": 295, - "x3": 42, - "y3": 294 - }, - "charText": "楊", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 50, - "y0": 294, - "x1": 87, - "y1": 295, - "x2": 87, - "y2": 340, - "x3": 50, - "y3": 339 - }, - "charText": "曽", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 50, - "y0": 340, - "x1": 90, - "y1": 341, - "x2": 90, - "y2": 379, - "x3": 49, - "y3": 378 - }, - "charText": "為", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 43, - "y0": 377, - "x1": 92, - "y1": 378, - "x2": 92, - "y2": 413, - "x3": 43, - "y3": 413 - }, - "charText": "歌", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 45, - "y0": 412, - "x1": 90, - "y1": 413, - "x2": 89, - "y2": 450, - "x3": 44, - "y3": 449 - }, - "charText": "舞", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 46, - "y0": 446, - "x1": 88, - "y1": 447, - "x2": 88, - "y2": 486, - "x3": 46, - "y3": 485 - }, - "charText": "場", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 41, - "y0": 508, - "x1": 94, - "y1": 508, - "x2": 94, - "y2": 561, - "x3": 40, - "y3": 561 - }, - "charText": "蛛", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 43, - "y0": 563, - "x1": 87, - "y1": 563, - "x2": 86, - "y2": 601, - "x3": 43, - "y3": 601 - }, - "charText": "絲", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 41, - "y0": 603, - "x1": 91, - "y1": 603, - "x2": 91, - "y2": 646, - "x3": 41, - "y3": 646 - }, - "charText": "免", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 41, - "y0": 646, - "x1": 86, - "y1": 646, - "x2": 86, - "y2": 690, - "x3": 41, - "y3": 690 - }, - "charText": "結", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 41, - "y0": 693, - "x1": 87, - "y1": 694, - "x2": 87, - "y2": 737, - "x3": 41, - "y3": 737 - }, - "charText": "滿", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 40, - "y0": 739, - "x1": 92, - "y1": 739, - "x2": 91, - "y2": 782, - "x3": 39, - "y3": 781 - }, - "charText": "雕", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 39, - "y0": 783, - "x1": 95, - "y1": 783, - "x2": 95, - "y2": 826, - "x3": 39, - "y3": 826 - }, - "charText": "梁", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 41, - "y0": 869, - "x1": 88, - "y1": 870, - "x2": 88, - "y2": 915, - "x3": 40, - "y3": 915 - }, - "charText": "緑", - "textlineId": 8, - "picUri": "", - "isPicText": false - } - ] - }, - "7501933907890798633": { - "wordBoxList": [ - { - "charPoly": { - "x0": 530, - "y0": 30, - "x1": 574, - "y1": 30, - "x2": 574, - "y2": 74, - "x3": 530, - "y3": 74 - }, - "charText": "紗", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 532, - "y0": 74, - "x1": 576, - "y1": 74, - "x2": 575, - "y2": 114, - "x3": 532, - "y3": 113 - }, - "charText": "兜", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 531, - "y0": 115, - "x1": 575, - "y1": 115, - "x2": 575, - "y2": 153, - "x3": 531, - "y3": 153 - }, - "charText": "今", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 534, - "y0": 158, - "x1": 577, - "y1": 159, - "x2": 577, - "y2": 195, - "x3": 534, - "y3": 195 - }, - "charText": "又", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 526, - "y0": 201, - "x1": 575, - "y1": 201, - "x2": 575, - "y2": 244, - "x3": 526, - "y3": 243 - }, - "charText": "糊", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 529, - "y0": 245, - "x1": 573, - "y1": 245, - "x2": 573, - "y2": 288, - "x3": 529, - "y3": 288 - }, - "charText": "在", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 527, - "y0": 287, - "x1": 574, - "y1": 287, - "x2": 575, - "y2": 333, - "x3": 527, - "y3": 333 - }, - "charText": "蓬", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 531, - "y0": 334, - "x1": 573, - "y1": 334, - "x2": 573, - "y2": 377, - "x3": 531, - "y3": 377 - }, - "charText": "窓", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 528, - "y0": 381, - "x1": 578, - "y1": 381, - "x2": 577, - "y2": 415, - "x3": 527, - "y3": 415 - }, - "charText": "上", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 523, - "y0": 461, - "x1": 574, - "y1": 461, - "x2": 574, - "y2": 505, - "x3": 523, - "y3": 505 - }, - "charText": "説", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 526, - "y0": 507, - "x1": 571, - "y1": 507, - "x2": 571, - "y2": 552, - "x3": 527, - "y3": 552 - }, - "charText": "甚", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 528, - "y0": 553, - "x1": 571, - "y1": 554, - "x2": 571, - "y2": 597, - "x3": 527, - "y3": 597 - }, - "charText": "麽", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 527, - "y0": 599, - "x1": 574, - "y1": 600, - "x2": 574, - "y2": 641, - "x3": 527, - "y3": 640 - }, - "charText": "𮌖", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 525, - "y0": 644, - "x1": 572, - "y1": 645, - "x2": 572, - "y2": 680, - "x3": 525, - "y3": 680 - }, - "charText": "正", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 528, - "y0": 681, - "x1": 575, - "y1": 682, - "x2": 574, - "y2": 731, - "x3": 527, - "y3": 731 - }, - "charText": "濃", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 522, - "y0": 732, - "x1": 571, - "y1": 733, - "x2": 571, - "y2": 776, - "x3": 521, - "y3": 775 - }, - "charText": "粉", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 524, - "y0": 779, - "x1": 569, - "y1": 779, - "x2": 569, - "y2": 812, - "x3": 524, - "y3": 812 - }, - "charText": "正", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 525, - "y0": 815, - "x1": 572, - "y1": 815, - "x2": 572, - "y2": 859, - "x3": 525, - "y3": 859 - }, - "charText": "香", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 464, - "y0": 32, - "x1": 514, - "y1": 33, - "x2": 514, - "y2": 66, - "x3": 463, - "y3": 66 - }, - "charText": "如", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 466, - "y0": 70, - "x1": 514, - "y1": 71, - "x2": 514, - "y2": 113, - "x3": 466, - "y3": 112 - }, - "charText": "何", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 470, - "y0": 116, - "x1": 514, - "y1": 117, - "x2": 514, - "y2": 153, - "x3": 470, - "y3": 153 - }, - "charText": "兩", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 467, - "y0": 153, - "x1": 510, - "y1": 153, - "x2": 509, - "y2": 206, - "x3": 466, - "y3": 206 - }, - "charText": "髩", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 471, - "y0": 209, - "x1": 514, - "y1": 209, - "x2": 514, - "y2": 243, - "x3": 471, - "y3": 243 - }, - "charText": "又", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 469, - "y0": 244, - "x1": 515, - "y1": 244, - "x2": 515, - "y2": 287, - "x3": 469, - "y3": 287 - }, - "charText": "成", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 469, - "y0": 290, - "x1": 516, - "y1": 290, - "x2": 516, - "y2": 336, - "x3": 469, - "y3": 336 - }, - "charText": "霜", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 469, - "y0": 373, - "x1": 512, - "y1": 373, - "x2": 512, - "y2": 423, - "x3": 469, - "y3": 423 - }, - "charText": "昨", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 477, - "y0": 426, - "x1": 503, - "y1": 426, - "x2": 503, - "y2": 458, - "x3": 477, - "y3": 458 - }, - "charText": "日", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 466, - "y0": 461, - "x1": 511, - "y1": 461, - "x2": 511, - "y2": 510, - "x3": 466, - "y3": 510 - }, - "charText": "黄", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 465, - "y0": 512, - "x1": 509, - "y1": 512, - "x2": 509, - "y2": 547, - "x3": 465, - "y3": 547 - }, - "charText": "土", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 467, - "y0": 551, - "x1": 511, - "y1": 551, - "x2": 511, - "y2": 595, - "x3": 467, - "y3": 595 - }, - "charText": "隴", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 466, - "y0": 599, - "x1": 510, - "y1": 599, - "x2": 510, - "y2": 640, - "x3": 466, - "y3": 640 - }, - "charText": "頭", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 463, - "y0": 640, - "x1": 512, - "y1": 641, - "x2": 512, - "y2": 682, - "x3": 463, - "y3": 682 - }, - "charText": "送", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 468, - "y0": 685, - "x1": 505, - "y1": 686, - "x2": 505, - "y2": 725, - "x3": 468, - "y3": 724 - }, - "charText": "白", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 466, - "y0": 727, - "x1": 511, - "y1": 727, - "x2": 511, - "y2": 776, - "x3": 465, - "y3": 776 - }, - "charText": "骨", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 463, - "y0": 815, - "x1": 511, - "y1": 816, - "x2": 511, - "y2": 856, - "x3": 463, - "y3": 856 - }, - "charText": "今", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 467, - "y0": 859, - "x1": 509, - "y1": 859, - "x2": 508, - "y2": 903, - "x3": 466, - "y3": 902 - }, - "charText": "宵", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 408, - "y0": 32, - "x1": 456, - "y1": 32, - "x2": 456, - "y2": 68, - "x3": 408, - "y3": 68 - }, - "charText": "紅", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 407, - "y0": 70, - "x1": 456, - "y1": 70, - "x2": 456, - "y2": 110, - "x3": 407, - "y3": 110 - }, - "charText": "燈", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 406, - "y0": 113, - "x1": 454, - "y1": 113, - "x2": 454, - "y2": 156, - "x3": 406, - "y3": 156 - }, - "charText": "帳", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 405, - "y0": 158, - "x1": 454, - "y1": 158, - "x2": 454, - "y2": 202, - "x3": 404, - "y3": 202 - }, - "charText": "底", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 408, - "y0": 204, - "x1": 451, - "y1": 204, - "x2": 451, - "y2": 247, - "x3": 408, - "y3": 246 - }, - "charText": "卧", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 410, - "y0": 246, - "x1": 450, - "y1": 246, - "x2": 450, - "y2": 290, - "x3": 410, - "y3": 290 - }, - "charText": "鴛", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 406, - "y0": 289, - "x1": 454, - "y1": 289, - "x2": 454, - "y2": 339, - "x3": 406, - "y3": 338 - }, - "charText": "鴦", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 406, - "y0": 379, - "x1": 453, - "y1": 379, - "x2": 453, - "y2": 419, - "x3": 406, - "y3": 419 - }, - "charText": "金", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 408, - "y0": 420, - "x1": 449, - "y1": 420, - "x2": 449, - "y2": 461, - "x3": 408, - "y3": 461 - }, - "charText": "滿", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 406, - "y0": 462, - "x1": 454, - "y1": 462, - "x2": 454, - "y2": 509, - "x3": 405, - "y3": 509 - }, - "charText": "箱", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 402, - "y0": 555, - "x1": 449, - "y1": 556, - "x2": 449, - "y2": 598, - "x3": 402, - "y3": 597 - }, - "charText": "銀", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 405, - "y0": 598, - "x1": 447, - "y1": 599, - "x2": 447, - "y2": 641, - "x3": 404, - "y3": 641 - }, - "charText": "滿", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 404, - "y0": 641, - "x1": 452, - "y1": 642, - "x2": 451, - "y2": 689, - "x3": 404, - "y3": 688 - }, - "charText": "箱", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 402, - "y0": 728, - "x1": 448, - "y1": 728, - "x2": 448, - "y2": 776, - "x3": 402, - "y3": 776 - }, - "charText": "轉", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 405, - "y0": 778, - "x1": 448, - "y1": 778, - "x2": 448, - "y2": 816, - "x3": 405, - "y3": 815 - }, - "charText": "眼", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 408, - "y0": 817, - "x1": 447, - "y1": 817, - "x2": 447, - "y2": 856, - "x3": 408, - "y3": 855 - }, - "charText": "乞", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 409, - "y0": 860, - "x1": 445, - "y1": 860, - "x2": 445, - "y2": 900, - "x3": 409, - "y3": 901 - }, - "charText": "丐", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 346, - "y0": 33, - "x1": 394, - "y1": 33, - "x2": 394, - "y2": 63, - "x3": 346, - "y3": 63 - }, - "charText": "人", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 351, - "y0": 66, - "x1": 391, - "y1": 66, - "x2": 391, - "y2": 112, - "x3": 351, - "y3": 112 - }, - "charText": "皆", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 344, - "y0": 113, - "x1": 395, - "y1": 113, - "x2": 395, - "y2": 160, - "x3": 344, - "y3": 160 - }, - "charText": "謗", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 346, - "y0": 164, - "x1": 391, - "y1": 164, - "x2": 391, - "y2": 200, - "x3": 345, - "y3": 200 - }, - "charText": "正", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 348, - "y0": 202, - "x1": 391, - "y1": 202, - "x2": 391, - "y2": 245, - "x3": 348, - "y3": 245 - }, - "charText": "嘆", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 345, - "y0": 246, - "x1": 393, - "y1": 247, - "x2": 392, - "y2": 286, - "x3": 344, - "y3": 286 - }, - "charText": "他", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 346, - "y0": 292, - "x1": 392, - "y1": 293, - "x2": 392, - "y2": 325, - "x3": 346, - "y3": 325 - }, - "charText": "人", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 344, - "y0": 329, - "x1": 393, - "y1": 329, - "x2": 393, - "y2": 377, - "x3": 344, - "y3": 377 - }, - "charText": "命", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 348, - "y0": 381, - "x1": 388, - "y1": 381, - "x2": 388, - "y2": 419, - "x3": 349, - "y3": 419 - }, - "charText": "不", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 345, - "y0": 422, - "x1": 393, - "y1": 422, - "x2": 393, - "y2": 463, - "x3": 344, - "y3": 463 - }, - "charText": "長", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 345, - "y0": 513, - "x1": 390, - "y1": 513, - "x2": 389, - "y2": 555, - "x3": 344, - "y3": 554 - }, - "charText": "那", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 344, - "y0": 557, - "x1": 390, - "y1": 557, - "x2": 390, - "y2": 593, - "x3": 343, - "y3": 593 - }, - "charText": "知", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 351, - "y0": 596, - "x1": 385, - "y1": 596, - "x2": 385, - "y2": 639, - "x3": 352, - "y3": 639 - }, - "charText": "自", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 352, - "y0": 643, - "x1": 390, - "y1": 643, - "x2": 390, - "y2": 679, - "x3": 352, - "y3": 679 - }, - "charText": "巳", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 345, - "y0": 684, - "x1": 390, - "y1": 685, - "x2": 390, - "y2": 730, - "x3": 344, - "y3": 730 - }, - "charText": "歸", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 347, - "y0": 729, - "x1": 390, - "y1": 729, - "x2": 390, - "y2": 772, - "x3": 346, - "y3": 772 - }, - "charText": "来", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 342, - "y0": 772, - "x1": 392, - "y1": 773, - "x2": 391, - "y2": 817, - "x3": 341, - "y3": 816 - }, - "charText": "䘮", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 338, - "y0": 859, - "x1": 384, - "y1": 859, - "x2": 384, - "y2": 899, - "x3": 338, - "y3": 899 - }, - "charText": "訓", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 289, - "y0": 28, - "x1": 331, - "y1": 28, - "x2": 331, - "y2": 74, - "x3": 289, - "y3": 74 - }, - "charText": "有", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 289, - "y0": 75, - "x1": 336, - "y1": 75, - "x2": 336, - "y2": 116, - "x3": 288, - "y3": 116 - }, - "charText": "方", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 287, - "y0": 118, - "x1": 331, - "y1": 119, - "x2": 331, - "y2": 158, - "x3": 287, - "y3": 157 - }, - "charText": "保", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 290, - "y0": 163, - "x1": 329, - "y1": 163, - "x2": 329, - "y2": 201, - "x3": 290, - "y3": 201 - }, - "charText": "不", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 288, - "y0": 205, - "x1": 332, - "y1": 206, - "x2": 332, - "y2": 247, - "x3": 288, - "y3": 247 - }, - "charText": "定", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 287, - "y0": 248, - "x1": 332, - "y1": 248, - "x2": 332, - "y2": 289, - "x3": 287, - "y3": 289 - }, - "charText": "後", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 294, - "y0": 294, - "x1": 323, - "y1": 294, - "x2": 323, - "y2": 327, - "x3": 294, - "y3": 327 - }, - "charText": "日", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 286, - "y0": 329, - "x1": 329, - "y1": 329, - "x2": 329, - "y2": 374, - "x3": 286, - "y3": 374 - }, - "charText": "作", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 287, - "y0": 379, - "x1": 330, - "y1": 379, - "x2": 330, - "y2": 418, - "x3": 287, - "y3": 418 - }, - "charText": "强", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 284, - "y0": 421, - "x1": 334, - "y1": 422, - "x2": 333, - "y2": 466, - "x3": 284, - "y3": 466 - }, - "charText": "梁", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 285, - "y0": 511, - "x1": 330, - "y1": 511, - "x2": 329, - "y2": 556, - "x3": 285, - "y3": 555 - }, - "charText": "擇", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 287, - "y0": 555, - "x1": 329, - "y1": 555, - "x2": 328, - "y2": 605, - "x3": 286, - "y3": 605 - }, - "charText": "膏", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 285, - "y0": 605, - "x1": 332, - "y1": 606, - "x2": 332, - "y2": 647, - "x3": 284, - "y3": 647 - }, - "charText": "粱", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 283, - "y0": 649, - "x1": 328, - "y1": 649, - "x2": 328, - "y2": 689, - "x3": 283, - "y3": 689 - }, - "charText": "誰", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 286, - "y0": 690, - "x1": 330, - "y1": 690, - "x2": 330, - "y2": 730, - "x3": 286, - "y3": 730 - }, - "charText": "承", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 285, - "y0": 730, - "x1": 326, - "y1": 731, - "x2": 325, - "y2": 772, - "x3": 285, - "y3": 772 - }, - "charText": "望", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 284, - "y0": 772, - "x1": 328, - "y1": 773, - "x2": 328, - "y2": 812, - "x3": 284, - "y3": 812 - }, - "charText": "流", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 285, - "y0": 812, - "x1": 329, - "y1": 812, - "x2": 328, - "y2": 857, - "x3": 285, - "y3": 857 - }, - "charText": "落", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 282, - "y0": 858, - "x1": 327, - "y1": 858, - "x2": 327, - "y2": 900, - "x3": 281, - "y3": 900 - }, - "charText": "在", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 227, - "y0": 28, - "x1": 272, - "y1": 29, - "x2": 272, - "y2": 68, - "x3": 227, - "y3": 68 - }, - "charText": "烟", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 228, - "y0": 69, - "x1": 274, - "y1": 70, - "x2": 274, - "y2": 111, - "x3": 228, - "y3": 111 - }, - "charText": "花", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 230, - "y0": 112, - "x1": 277, - "y1": 112, - "x2": 276, - "y2": 157, - "x3": 230, - "y3": 156 - }, - "charText": "卷", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 233, - "y0": 205, - "x1": 268, - "y1": 205, - "x2": 268, - "y2": 246, - "x3": 233, - "y3": 245 - }, - "charText": "因", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 225, - "y0": 246, - "x1": 272, - "y1": 247, - "x2": 272, - "y2": 287, - "x3": 225, - "y3": 287 - }, - "charText": "𭒡", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 228, - "y0": 289, - "x1": 270, - "y1": 290, - "x2": 270, - "y2": 334, - "x3": 227, - "y3": 334 - }, - "charText": "紗", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 228, - "y0": 335, - "x1": 269, - "y1": 335, - "x2": 269, - "y2": 376, - "x3": 228, - "y3": 376 - }, - "charText": "帽", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 228, - "y0": 380, - "x1": 270, - "y1": 380, - "x2": 270, - "y2": 416, - "x3": 228, - "y3": 416 - }, - "charText": "小", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 225, - "y0": 463, - "x1": 272, - "y1": 464, - "x2": 272, - "y2": 504, - "x3": 225, - "y3": 504 - }, - "charText": "致", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 223, - "y0": 505, - "x1": 271, - "y1": 506, - "x2": 271, - "y2": 550, - "x3": 222, - "y3": 550 - }, - "charText": "使", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 222, - "y0": 553, - "x1": 267, - "y1": 554, - "x2": 267, - "y2": 599, - "x3": 221, - "y3": 599 - }, - "charText": "鎻", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 223, - "y0": 599, - "x1": 269, - "y1": 599, - "x2": 269, - "y2": 637, - "x3": 223, - "y3": 637 - }, - "charText": "枷", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 225, - "y0": 641, - "x1": 272, - "y1": 641, - "x2": 272, - "y2": 683, - "x3": 225, - "y3": 682 - }, - "charText": "拄", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 225, - "y0": 726, - "x1": 268, - "y1": 726, - "x2": 267, - "y2": 773, - "x3": 225, - "y3": 772 - }, - "charText": "昨", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 223, - "y0": 772, - "x1": 267, - "y1": 773, - "x2": 266, - "y2": 818, - "x3": 222, - "y3": 818 - }, - "charText": "憐", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 220, - "y0": 817, - "x1": 269, - "y1": 817, - "x2": 268, - "y2": 856, - "x3": 220, - "y3": 856 - }, - "charText": "破", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 220, - "y0": 857, - "x1": 267, - "y1": 858, - "x2": 266, - "y2": 900, - "x3": 219, - "y3": 899 - }, - "charText": "襖", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 170, - "y0": 29, - "x1": 217, - "y1": 30, - "x2": 217, - "y2": 72, - "x3": 170, - "y3": 72 - }, - "charText": "寒", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 167, - "y0": 113, - "x1": 217, - "y1": 114, - "x2": 217, - "y2": 152, - "x3": 167, - "y3": 151 - }, - "charText": "今", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 163, - "y0": 157, - "x1": 214, - "y1": 157, - "x2": 214, - "y2": 199, - "x3": 163, - "y3": 199 - }, - "charText": "𭒡", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 168, - "y0": 201, - "x1": 213, - "y1": 202, - "x2": 212, - "y2": 247, - "x3": 168, - "y3": 247 - }, - "charText": "紫", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 165, - "y0": 249, - "x1": 213, - "y1": 249, - "x2": 213, - "y2": 289, - "x3": 165, - "y3": 289 - }, - "charText": "袍", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 163, - "y0": 292, - "x1": 215, - "y1": 293, - "x2": 215, - "y2": 333, - "x3": 163, - "y3": 333 - }, - "charText": "長", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 165, - "y0": 374, - "x1": 213, - "y1": 374, - "x2": 213, - "y2": 416, - "x3": 165, - "y3": 416 - }, - "charText": "亂", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 164, - "y0": 423, - "x1": 211, - "y1": 423, - "x2": 211, - "y2": 461, - "x3": 164, - "y3": 461 - }, - "charText": "哄", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 165, - "y0": 464, - "x1": 215, - "y1": 465, - "x2": 215, - "y2": 504, - "x3": 164, - "y3": 504 - }, - "charText": "哄", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 163, - "y0": 508, - "x1": 209, - "y1": 508, - "x2": 209, - "y2": 550, - "x3": 163, - "y3": 549 - }, - "charText": "你", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 165, - "y0": 553, - "x1": 207, - "y1": 554, - "x2": 207, - "y2": 593, - "x3": 164, - "y3": 592 - }, - "charText": "方", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 166, - "y0": 599, - "x1": 207, - "y1": 599, - "x2": 207, - "y2": 636, - "x3": 166, - "y3": 636 - }, - "charText": "唱", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 165, - "y0": 639, - "x1": 211, - "y1": 639, - "x2": 211, - "y2": 682, - "x3": 166, - "y3": 682 - }, - "charText": "罷", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 165, - "y0": 683, - "x1": 212, - "y1": 683, - "x2": 212, - "y2": 726, - "x3": 165, - "y3": 726 - }, - "charText": "我", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 164, - "y0": 728, - "x1": 212, - "y1": 728, - "x2": 212, - "y2": 770, - "x3": 164, - "y3": 769 - }, - "charText": "登", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 163, - "y0": 771, - "x1": 212, - "y1": 771, - "x2": 212, - "y2": 814, - "x3": 162, - "y3": 814 - }, - "charText": "場", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 162, - "y0": 859, - "x1": 211, - "y1": 860, - "x2": 210, - "y2": 899, - "x3": 160, - "y3": 898 - }, - "charText": "反", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 105, - "y0": 28, - "x1": 155, - "y1": 29, - "x2": 155, - "y2": 68, - "x3": 105, - "y3": 68 - }, - "charText": "認", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 104, - "y0": 71, - "x1": 155, - "y1": 71, - "x2": 155, - "y2": 107, - "x3": 104, - "y3": 107 - }, - "charText": "他", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 108, - "y0": 111, - "x1": 155, - "y1": 112, - "x2": 155, - "y2": 158, - "x3": 107, - "y3": 158 - }, - "charText": "鄉", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 106, - "y0": 159, - "x1": 153, - "y1": 159, - "x2": 152, - "y2": 203, - "x3": 106, - "y3": 203 - }, - "charText": "是", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 105, - "y0": 202, - "x1": 154, - "y1": 202, - "x2": 154, - "y2": 243, - "x3": 104, - "y3": 243 - }, - "charText": "故", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 107, - "y0": 245, - "x1": 155, - "y1": 246, - "x2": 155, - "y2": 293, - "x3": 106, - "y3": 292 - }, - "charText": "鄉", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 102, - "y0": 328, - "x1": 150, - "y1": 328, - "x2": 150, - "y2": 375, - "x3": 102, - "y3": 375 - }, - "charText": "甚", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 110, - "y0": 376, - "x1": 152, - "y1": 376, - "x2": 152, - "y2": 420, - "x3": 110, - "y3": 420 - }, - "charText": "荒", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 105, - "y0": 421, - "x1": 155, - "y1": 421, - "x2": 155, - "y2": 464, - "x3": 104, - "y3": 464 - }, - "charText": "唐", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 104, - "y0": 508, - "x1": 147, - "y1": 508, - "x2": 146, - "y2": 554, - "x3": 104, - "y3": 553 - }, - "charText": "到", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 104, - "y0": 556, - "x1": 148, - "y1": 556, - "x2": 148, - "y2": 597, - "x3": 104, - "y3": 597 - }, - "charText": "頭", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 106, - "y0": 595, - "x1": 154, - "y1": 595, - "x2": 154, - "y2": 641, - "x3": 106, - "y3": 640 - }, - "charText": "来", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 100, - "y0": 641, - "x1": 149, - "y1": 642, - "x2": 149, - "y2": 686, - "x3": 100, - "y3": 685 - }, - "charText": "都", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 106, - "y0": 686, - "x1": 151, - "y1": 687, - "x2": 151, - "y2": 727, - "x3": 106, - "y3": 727 - }, - "charText": "是", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 106, - "y0": 728, - "x1": 150, - "y1": 728, - "x2": 149, - "y2": 772, - "x3": 106, - "y3": 772 - }, - "charText": "為", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 101, - "y0": 772, - "x1": 151, - "y1": 773, - "x2": 150, - "y2": 811, - "x3": 100, - "y3": 810 - }, - "charText": "他", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 103, - "y0": 814, - "x1": 151, - "y1": 815, - "x2": 150, - "y2": 846, - "x3": 103, - "y3": 845 - }, - "charText": "人", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 101, - "y0": 852, - "x1": 146, - "y1": 852, - "x2": 146, - "y2": 897, - "x3": 101, - "y3": 896 - }, - "charText": "作", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 52, - "y0": 28, - "x1": 83, - "y1": 28, - "x2": 83, - "y2": 70, - "x3": 52, - "y3": 70 - }, - "charText": "了", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 45, - "y0": 71, - "x1": 91, - "y1": 72, - "x2": 91, - "y2": 110, - "x3": 45, - "y3": 110 - }, - "charText": "衣", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 44, - "y0": 110, - "x1": 96, - "y1": 111, - "x2": 96, - "y2": 156, - "x3": 44, - "y3": 156 - }, - "charText": "裳", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 67, - "y0": 164, - "x1": 96, - "y1": 164, - "x2": 96, - "y2": 196, - "x3": 67, - "y3": 195 - }, - "charText": "誰", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 71, - "y0": 206, - "x1": 95, - "y1": 207, - "x2": 95, - "y2": 234, - "x3": 71, - "y3": 233 - }, - "charText": "不", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 70, - "y0": 246, - "x1": 96, - "y1": 246, - "x2": 96, - "y2": 278, - "x3": 70, - "y3": 278 - }, - "charText": "觧", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 70, - "y0": 291, - "x1": 96, - "y1": 291, - "x2": 96, - "y2": 324, - "x3": 69, - "y3": 324 - }, - "charText": "得", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 69, - "y0": 338, - "x1": 94, - "y1": 338, - "x2": 95, - "y2": 365, - "x3": 69, - "y3": 365 - }, - "charText": "世", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 72, - "y0": 377, - "x1": 96, - "y1": 378, - "x2": 96, - "y2": 413, - "x3": 72, - "y3": 413 - }, - "charText": "事", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 65, - "y0": 427, - "x1": 94, - "y1": 426, - "x2": 94, - "y2": 455, - "x3": 65, - "y3": 455 - }, - "charText": "如", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 68, - "y0": 469, - "x1": 94, - "y1": 469, - "x2": 94, - "y2": 497, - "x3": 68, - "y3": 496 - }, - "charText": "此", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 68, - "y0": 510, - "x1": 94, - "y1": 511, - "x2": 94, - "y2": 543, - "x3": 68, - "y3": 543 - }, - "charText": "有", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 39, - "y0": 163, - "x1": 68, - "y1": 163, - "x2": 68, - "y2": 194, - "x3": 39, - "y3": 194 - }, - "charText": "龍", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 40, - "y0": 203, - "x1": 69, - "y1": 203, - "x2": 69, - "y2": 236, - "x3": 41, - "y3": 236 - }, - "charText": "象", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 40, - "y0": 246, - "x1": 61, - "y1": 246, - "x2": 61, - "y2": 275, - "x3": 39, - "y3": 275 - }, - "charText": "力", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 38, - "y0": 289, - "x1": 65, - "y1": 289, - "x2": 65, - "y2": 322, - "x3": 38, - "y3": 322 - }, - "charText": "者", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 37, - "y0": 336, - "x1": 65, - "y1": 336, - "x2": 65, - "y2": 366, - "x3": 37, - "y3": 366 - }, - "charText": "方", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 36, - "y0": 379, - "x1": 69, - "y1": 379, - "x2": 69, - "y2": 412, - "x3": 37, - "y3": 412 - }, - "charText": "能", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 36, - "y0": 423, - "x1": 67, - "y1": 423, - "x2": 67, - "y2": 455, - "x3": 36, - "y3": 455 - }, - "charText": "放", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 38, - "y0": 466, - "x1": 64, - "y1": 466, - "x2": 65, - "y2": 501, - "x3": 38, - "y3": 501 - }, - "charText": "得", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 38, - "y0": 514, - "x1": 63, - "y1": 515, - "x2": 63, - "y2": 542, - "x3": 39, - "y3": 542 - }, - "charText": "下", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 40, - "y0": 555, - "x1": 88, - "y1": 556, - "x2": 87, - "y2": 599, - "x3": 40, - "y3": 598 - }, - "charText": "那", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 41, - "y0": 598, - "x1": 91, - "y1": 598, - "x2": 91, - "y2": 639, - "x3": 41, - "y3": 639 - }, - "charText": "癬", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 41, - "y0": 640, - "x1": 90, - "y1": 640, - "x2": 90, - "y2": 682, - "x3": 41, - "y3": 682 - }, - "charText": "跛", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 40, - "y0": 682, - "x1": 89, - "y1": 683, - "x2": 89, - "y2": 726, - "x3": 40, - "y3": 726 - }, - "charText": "道", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 39, - "y0": 728, - "x1": 90, - "y1": 729, - "x2": 89, - "y2": 765, - "x3": 39, - "y3": 764 - }, - "charText": "人", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 39, - "y0": 765, - "x1": 88, - "y1": 765, - "x2": 88, - "y2": 811, - "x3": 39, - "y3": 811 - }, - "charText": "聽", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 47, - "y0": 814, - "x1": 78, - "y1": 815, - "x2": 78, - "y2": 856, - "x3": 47, - "y3": 855 - }, - "charText": "了", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 40, - "y0": 857, - "x1": 84, - "y1": 858, - "x2": 83, - "y2": 896, - "x3": 39, - "y3": 895 - }, - "charText": "拍", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 8, - "y0": 30, - "x1": 28, - "y1": 30, - "x2": 28, - "y2": 61, - "x3": 9, - "y3": 61 - }, - "charText": "之", - "textlineId": 9, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 9, - "y0": 75, - "x1": 32, - "y1": 75, - "x2": 32, - "y2": 117, - "x3": 9, - "y3": 117 - }, - "charText": "湏", - "textlineId": 9, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 9, - "y0": 126, - "x1": 31, - "y1": 126, - "x2": 30, - "y2": 156, - "x3": 9, - "y3": 156 - }, - "charText": "巳", - "textlineId": 9, - "picUri": "", - "isPicText": false - } - ] - }, - "7501933907890815017": { - "wordBoxList": [ - { - "charPoly": { - "x0": 527, - "y0": 37, - "x1": 570, - "y1": 37, - "x2": 570, - "y2": 83, - "x3": 527, - "y3": 83 - }, - "charText": "掌", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 530, - "y0": 83, - "x1": 573, - "y1": 83, - "x2": 573, - "y2": 124, - "x3": 530, - "y3": 124 - }, - "charText": "笑", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 528, - "y0": 123, - "x1": 576, - "y1": 123, - "x2": 576, - "y2": 165, - "x3": 528, - "y3": 165 - }, - "charText": "道", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 528, - "y0": 166, - "x1": 574, - "y1": 167, - "x2": 574, - "y2": 213, - "x3": 528, - "y3": 213 - }, - "charText": "觧", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 528, - "y0": 214, - "x1": 572, - "y1": 215, - "x2": 571, - "y2": 262, - "x3": 527, - "y3": 261 - }, - "charText": "得", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 537, - "y0": 265, - "x1": 576, - "y1": 266, - "x2": 576, - "y2": 297, - "x3": 537, - "y3": 296 - }, - "charText": "切", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 529, - "y0": 299, - "x1": 574, - "y1": 299, - "x2": 574, - "y2": 343, - "x3": 529, - "y3": 343 - }, - "charText": "觧", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 527, - "y0": 343, - "x1": 573, - "y1": 344, - "x2": 573, - "y2": 389, - "x3": 527, - "y3": 389 - }, - "charText": "得", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 532, - "y0": 392, - "x1": 578, - "y1": 392, - "x2": 578, - "y2": 426, - "x3": 532, - "y3": 426 - }, - "charText": "切", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 529, - "y0": 430, - "x1": 573, - "y1": 431, - "x2": 572, - "y2": 467, - "x3": 529, - "y3": 466 - }, - "charText": "士", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 533, - "y0": 471, - "x1": 574, - "y1": 471, - "x2": 575, - "y2": 514, - "x3": 533, - "y3": 514 - }, - "charText": "隐", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 529, - "y0": 518, - "x1": 577, - "y1": 519, - "x2": 577, - "y2": 558, - "x3": 529, - "y3": 558 - }, - "charText": "便", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 527, - "y0": 561, - "x1": 577, - "y1": 560, - "x2": 577, - "y2": 602, - "x3": 527, - "y3": 603 - }, - "charText": "説", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 529, - "y0": 614, - "x1": 576, - "y1": 615, - "x2": 576, - "y2": 629, - "x3": 529, - "y3": 629 - }, - "charText": "一", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 531, - "y0": 638, - "x1": 577, - "y1": 637, - "x2": 578, - "y2": 691, - "x3": 532, - "y3": 692 - }, - "charText": "聲", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 534, - "y0": 692, - "x1": 580, - "y1": 692, - "x2": 580, - "y2": 735, - "x3": 534, - "y3": 735 - }, - "charText": "罷", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 534, - "y0": 736, - "x1": 577, - "y1": 736, - "x2": 577, - "y2": 778, - "x3": 534, - "y3": 777 - }, - "charText": "将", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 530, - "y0": 777, - "x1": 578, - "y1": 777, - "x2": 578, - "y2": 818, - "x3": 530, - "y3": 818 - }, - "charText": "道", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 532, - "y0": 821, - "x1": 579, - "y1": 821, - "x2": 579, - "y2": 854, - "x3": 532, - "y3": 853 - }, - "charText": "人", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 532, - "y0": 856, - "x1": 571, - "y1": 856, - "x2": 570, - "y2": 905, - "x3": 532, - "y3": 905 - }, - "charText": "肩", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 466, - "y0": 39, - "x1": 511, - "y1": 40, - "x2": 511, - "y2": 72, - "x3": 466, - "y3": 72 - }, - "charText": "上", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 466, - "y0": 75, - "x1": 515, - "y1": 75, - "x2": 514, - "y2": 115, - "x3": 466, - "y3": 115 - }, - "charText": "搭", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 464, - "y0": 116, - "x1": 514, - "y1": 116, - "x2": 514, - "y2": 159, - "x3": 464, - "y3": 159 - }, - "charText": "連", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 463, - "y0": 162, - "x1": 514, - "y1": 162, - "x2": 514, - "y2": 210, - "x3": 463, - "y3": 210 - }, - "charText": "槍", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 472, - "y0": 212, - "x1": 502, - "y1": 212, - "x2": 502, - "y2": 254, - "x3": 472, - "y3": 254 - }, - "charText": "了", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 465, - "y0": 256, - "x1": 514, - "y1": 257, - "x2": 514, - "y2": 297, - "x3": 465, - "y3": 296 - }, - "charText": "過", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 466, - "y0": 296, - "x1": 514, - "y1": 296, - "x2": 514, - "y2": 341, - "x3": 466, - "y3": 341 - }, - "charText": "来", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 471, - "y0": 340, - "x1": 510, - "y1": 341, - "x2": 510, - "y2": 386, - "x3": 471, - "y3": 386 - }, - "charText": "背", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 467, - "y0": 388, - "x1": 516, - "y1": 389, - "x2": 516, - "y2": 430, - "x3": 466, - "y3": 430 - }, - "charText": "著", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 465, - "y0": 430, - "x1": 513, - "y1": 430, - "x2": 513, - "y2": 473, - "x3": 465, - "y3": 473 - }, - "charText": "竟", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 468, - "y0": 476, - "x1": 510, - "y1": 476, - "x2": 510, - "y2": 514, - "x3": 468, - "y3": 514 - }, - "charText": "不", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 465, - "y0": 518, - "x1": 514, - "y1": 518, - "x2": 513, - "y2": 554, - "x3": 465, - "y3": 554 - }, - "charText": "知", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 472, - "y0": 564, - "x1": 512, - "y1": 564, - "x2": 512, - "y2": 596, - "x3": 472, - "y3": 596 - }, - "charText": "回", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 472, - "y0": 599, - "x1": 518, - "y1": 599, - "x2": 519, - "y2": 645, - "x3": 472, - "y3": 645 - }, - "charText": "家", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 473, - "y0": 649, - "x1": 512, - "y1": 649, - "x2": 513, - "y2": 688, - "x3": 473, - "y3": 689 - }, - "charText": "同", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 475, - "y0": 690, - "x1": 507, - "y1": 690, - "x2": 507, - "y2": 731, - "x3": 476, - "y3": 731 - }, - "charText": "了", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 468, - "y0": 732, - "x1": 518, - "y1": 732, - "x2": 517, - "y2": 775, - "x3": 468, - "y3": 775 - }, - "charText": "道", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 472, - "y0": 778, - "x1": 518, - "y1": 779, - "x2": 518, - "y2": 812, - "x3": 472, - "y3": 811 - }, - "charText": "人", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 466, - "y0": 817, - "x1": 518, - "y1": 818, - "x2": 517, - "y2": 857, - "x3": 466, - "y3": 857 - }, - "charText": "飄", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 466, - "y0": 863, - "x1": 514, - "y1": 864, - "x2": 513, - "y2": 904, - "x3": 466, - "y3": 903 - }, - "charText": "飄", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 407, - "y0": 40, - "x1": 451, - "y1": 40, - "x2": 452, - "y2": 72, - "x3": 408, - "y3": 72 - }, - "charText": "而", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 404, - "y0": 74, - "x1": 454, - "y1": 74, - "x2": 454, - "y2": 114, - "x3": 404, - "y3": 113 - }, - "charText": "去", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 407, - "y0": 117, - "x1": 450, - "y1": 117, - "x2": 450, - "y2": 163, - "x3": 407, - "y3": 163 - }, - "charText": "當", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 406, - "y0": 167, - "x1": 445, - "y1": 167, - "x2": 446, - "y2": 204, - "x3": 406, - "y3": 204 - }, - "charText": "下", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 406, - "y0": 209, - "x1": 452, - "y1": 209, - "x2": 452, - "y2": 250, - "x3": 406, - "y3": 250 - }, - "charText": "烘", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 405, - "y0": 254, - "x1": 452, - "y1": 254, - "x2": 452, - "y2": 295, - "x3": 405, - "y3": 295 - }, - "charText": "動", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 404, - "y0": 296, - "x1": 453, - "y1": 297, - "x2": 453, - "y2": 342, - "x3": 404, - "y3": 342 - }, - "charText": "街", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 406, - "y0": 342, - "x1": 450, - "y1": 342, - "x2": 450, - "y2": 383, - "x3": 406, - "y3": 383 - }, - "charText": "坊", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 409, - "y0": 383, - "x1": 449, - "y1": 383, - "x2": 449, - "y2": 430, - "x3": 409, - "y3": 430 - }, - "charText": "衆", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 407, - "y0": 434, - "x1": 454, - "y1": 434, - "x2": 454, - "y2": 467, - "x3": 407, - "y3": 467 - }, - "charText": "人", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 408, - "y0": 471, - "x1": 450, - "y1": 471, - "x2": 450, - "y2": 517, - "x3": 408, - "y3": 517 - }, - "charText": "當", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 406, - "y0": 519, - "x1": 450, - "y1": 519, - "x2": 450, - "y2": 564, - "x3": 406, - "y3": 563 - }, - "charText": "作", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 406, - "y0": 575, - "x1": 452, - "y1": 575, - "x2": 452, - "y2": 589, - "x3": 406, - "y3": 589 - }, - "charText": "一", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 405, - "y0": 599, - "x1": 452, - "y1": 599, - "x2": 452, - "y2": 646, - "x3": 406, - "y3": 646 - }, - "charText": "件", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 406, - "y0": 647, - "x1": 453, - "y1": 647, - "x2": 453, - "y2": 689, - "x3": 406, - "y3": 689 - }, - "charText": "新", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 411, - "y0": 692, - "x1": 454, - "y1": 692, - "x2": 454, - "y2": 727, - "x3": 411, - "y3": 727 - }, - "charText": "文", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 407, - "y0": 729, - "x1": 455, - "y1": 729, - "x2": 455, - "y2": 777, - "x3": 407, - "y3": 777 - }, - "charText": "傳", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 406, - "y0": 779, - "x1": 457, - "y1": 779, - "x2": 457, - "y2": 818, - "x3": 406, - "y3": 818 - }, - "charText": "説", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 407, - "y0": 818, - "x1": 455, - "y1": 819, - "x2": 455, - "y2": 864, - "x3": 408, - "y3": 864 - }, - "charText": "封", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 412, - "y0": 866, - "x1": 455, - "y1": 866, - "x2": 455, - "y2": 904, - "x3": 412, - "y3": 904 - }, - "charText": "氏", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 348, - "y0": 39, - "x1": 391, - "y1": 39, - "x2": 391, - "y2": 83, - "x3": 347, - "y3": 83 - }, - "charText": "聞", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 344, - "y0": 82, - "x1": 390, - "y1": 83, - "x2": 390, - "y2": 127, - "x3": 344, - "y3": 127 - }, - "charText": "得", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 345, - "y0": 126, - "x1": 392, - "y1": 127, - "x2": 392, - "y2": 163, - "x3": 345, - "y3": 163 - }, - "charText": "此", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 344, - "y0": 166, - "x1": 394, - "y1": 167, - "x2": 394, - "y2": 209, - "x3": 344, - "y3": 209 - }, - "charText": "信", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 348, - "y0": 212, - "x1": 392, - "y1": 212, - "x2": 393, - "y2": 253, - "x3": 348, - "y3": 253 - }, - "charText": "哭", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 351, - "y0": 255, - "x1": 383, - "y1": 255, - "x2": 383, - "y2": 298, - "x3": 351, - "y3": 298 - }, - "charText": "了", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 346, - "y0": 300, - "x1": 391, - "y1": 301, - "x2": 391, - "y2": 337, - "x3": 346, - "y3": 337 - }, - "charText": "死", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 344, - "y0": 338, - "x1": 388, - "y1": 338, - "x2": 388, - "y2": 380, - "x3": 344, - "y3": 380 - }, - "charText": "去", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 346, - "y0": 384, - "x1": 390, - "y1": 384, - "x2": 390, - "y2": 424, - "x3": 346, - "y3": 424 - }, - "charText": "活", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 347, - "y0": 425, - "x1": 395, - "y1": 425, - "x2": 395, - "y2": 473, - "x3": 347, - "y3": 474 - }, - "charText": "来", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 349, - "y0": 476, - "x1": 389, - "y1": 476, - "x2": 389, - "y2": 512, - "x3": 350, - "y3": 512 - }, - "charText": "只", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 345, - "y0": 515, - "x1": 392, - "y1": 515, - "x2": 392, - "y2": 563, - "x3": 345, - "y3": 563 - }, - "charText": "得", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 343, - "y0": 564, - "x1": 394, - "y1": 563, - "x2": 394, - "y2": 605, - "x3": 344, - "y3": 605 - }, - "charText": "與", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 348, - "y0": 608, - "x1": 394, - "y1": 607, - "x2": 394, - "y2": 644, - "x3": 348, - "y3": 644 - }, - "charText": "父", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 344, - "y0": 647, - "x1": 395, - "y1": 647, - "x2": 395, - "y2": 688, - "x3": 344, - "y3": 689 - }, - "charText": "親", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 346, - "y0": 691, - "x1": 390, - "y1": 691, - "x2": 390, - "y2": 736, - "x3": 346, - "y3": 737 - }, - "charText": "商", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 343, - "y0": 737, - "x1": 397, - "y1": 737, - "x2": 397, - "y2": 780, - "x3": 344, - "y3": 780 - }, - "charText": "議", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 346, - "y0": 779, - "x1": 394, - "y1": 779, - "x2": 394, - "y2": 824, - "x3": 346, - "y3": 824 - }, - "charText": "遣", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 347, - "y0": 826, - "x1": 395, - "y1": 826, - "x2": 395, - "y2": 859, - "x3": 347, - "y3": 859 - }, - "charText": "人", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 348, - "y0": 865, - "x1": 396, - "y1": 866, - "x2": 396, - "y2": 904, - "x3": 348, - "y3": 904 - }, - "charText": "各", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 285, - "y0": 38, - "x1": 331, - "y1": 38, - "x2": 331, - "y2": 79, - "x3": 285, - "y3": 79 - }, - "charText": "處", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 284, - "y0": 80, - "x1": 330, - "y1": 80, - "x2": 330, - "y2": 121, - "x3": 284, - "y3": 121 - }, - "charText": "訪", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 285, - "y0": 122, - "x1": 334, - "y1": 122, - "x2": 334, - "y2": 172, - "x3": 285, - "y3": 172 - }, - "charText": "尋", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 286, - "y0": 172, - "x1": 329, - "y1": 173, - "x2": 329, - "y2": 215, - "x3": 286, - "y3": 215 - }, - "charText": "那", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 283, - "y0": 214, - "x1": 330, - "y1": 215, - "x2": 330, - "y2": 252, - "x3": 283, - "y3": 251 - }, - "charText": "知", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 283, - "y0": 254, - "x1": 329, - "y1": 254, - "x2": 329, - "y2": 299, - "x3": 283, - "y3": 299 - }, - "charText": "音", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 283, - "y0": 300, - "x1": 329, - "y1": 301, - "x2": 329, - "y2": 339, - "x3": 283, - "y3": 339 - }, - "charText": "信", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 283, - "y0": 342, - "x1": 333, - "y1": 342, - "x2": 333, - "y2": 380, - "x3": 283, - "y3": 380 - }, - "charText": "全", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 282, - "y0": 384, - "x1": 334, - "y1": 383, - "x2": 335, - "y2": 425, - "x3": 282, - "y3": 425 - }, - "charText": "無", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 280, - "y0": 428, - "x1": 332, - "y1": 428, - "x2": 333, - "y2": 468, - "x3": 280, - "y3": 469 - }, - "charText": "無", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 284, - "y0": 470, - "x1": 333, - "y1": 470, - "x2": 333, - "y2": 517, - "x3": 285, - "y3": 517 - }, - "charText": "奈", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 283, - "y0": 521, - "x1": 335, - "y1": 521, - "x2": 335, - "y2": 562, - "x3": 284, - "y3": 562 - }, - "charText": "何", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 289, - "y0": 563, - "x1": 326, - "y1": 562, - "x2": 327, - "y2": 605, - "x3": 290, - "y3": 605 - }, - "charText": "少", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 287, - "y0": 607, - "x1": 328, - "y1": 607, - "x2": 328, - "y2": 644, - "x3": 288, - "y3": 644 - }, - "charText": "不", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 287, - "y0": 647, - "x1": 330, - "y1": 647, - "x2": 331, - "y2": 693, - "x3": 287, - "y3": 693 - }, - "charText": "得", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 285, - "y0": 693, - "x1": 334, - "y1": 693, - "x2": 334, - "y2": 732, - "x3": 285, - "y3": 732 - }, - "charText": "依", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 286, - "y0": 733, - "x1": 330, - "y1": 733, - "x2": 329, - "y2": 778, - "x3": 286, - "y3": 778 - }, - "charText": "着", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 288, - "y0": 780, - "x1": 333, - "y1": 780, - "x2": 333, - "y2": 817, - "x3": 288, - "y3": 817 - }, - "charText": "他", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 290, - "y0": 821, - "x1": 333, - "y1": 821, - "x2": 333, - "y2": 858, - "x3": 290, - "y3": 858 - }, - "charText": "父", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 285, - "y0": 864, - "x1": 332, - "y1": 864, - "x2": 332, - "y2": 904, - "x3": 285, - "y3": 904 - }, - "charText": "母", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 224, - "y0": 37, - "x1": 271, - "y1": 37, - "x2": 271, - "y2": 81, - "x3": 224, - "y3": 80 - }, - "charText": "度", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 234, - "y0": 85, - "x1": 273, - "y1": 85, - "x2": 273, - "y2": 116, - "x3": 235, - "y3": 116 - }, - "charText": "比", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 225, - "y0": 116, - "x1": 267, - "y1": 116, - "x2": 267, - "y2": 168, - "x3": 225, - "y3": 169 - }, - "charText": "幸", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 228, - "y0": 171, - "x1": 270, - "y1": 171, - "x2": 270, - "y2": 209, - "x3": 228, - "y3": 208 - }, - "charText": "而", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 227, - "y0": 209, - "x1": 266, - "y1": 209, - "x2": 266, - "y2": 255, - "x3": 227, - "y3": 255 - }, - "charText": "身", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 224, - "y0": 255, - "x1": 271, - "y1": 255, - "x2": 271, - "y2": 298, - "x3": 224, - "y3": 298 - }, - "charText": "邉", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 223, - "y0": 301, - "x1": 270, - "y1": 301, - "x2": 270, - "y2": 342, - "x3": 223, - "y3": 342 - }, - "charText": "還", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 224, - "y0": 343, - "x1": 266, - "y1": 343, - "x2": 266, - "y2": 388, - "x3": 224, - "y3": 387 - }, - "charText": "有", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 229, - "y0": 391, - "x1": 268, - "y1": 391, - "x2": 269, - "y2": 428, - "x3": 229, - "y3": 427 - }, - "charText": "兩", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 224, - "y0": 432, - "x1": 268, - "y1": 433, - "x2": 268, - "y2": 470, - "x3": 224, - "y3": 470 - }, - "charText": "個", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 229, - "y0": 471, - "x1": 267, - "y1": 471, - "x2": 267, - "y2": 518, - "x3": 229, - "y3": 518 - }, - "charText": "舊", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 233, - "y0": 523, - "x1": 262, - "y1": 523, - "x2": 262, - "y2": 557, - "x3": 234, - "y3": 557 - }, - "charText": "日", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 230, - "y0": 560, - "x1": 269, - "y1": 559, - "x2": 270, - "y2": 603, - "x3": 231, - "y3": 604 - }, - "charText": "的", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 234, - "y0": 606, - "x1": 263, - "y1": 606, - "x2": 264, - "y2": 647, - "x3": 234, - "y3": 647 - }, - "charText": "了", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 228, - "y0": 650, - "x1": 275, - "y1": 650, - "x2": 275, - "y2": 692, - "x3": 228, - "y3": 692 - }, - "charText": "𤨔", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 226, - "y0": 694, - "x1": 274, - "y1": 694, - "x2": 274, - "y2": 733, - "x3": 226, - "y3": 733 - }, - "charText": "伏", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 228, - "y0": 734, - "x1": 276, - "y1": 734, - "x2": 276, - "y2": 780, - "x3": 228, - "y3": 780 - }, - "charText": "侍", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 226, - "y0": 780, - "x1": 272, - "y1": 780, - "x2": 272, - "y2": 816, - "x3": 226, - "y3": 816 - }, - "charText": "主", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 225, - "y0": 818, - "x1": 271, - "y1": 819, - "x2": 271, - "y2": 863, - "x3": 225, - "y3": 863 - }, - "charText": "僕", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 228, - "y0": 870, - "x1": 274, - "y1": 870, - "x2": 274, - "y2": 905, - "x3": 228, - "y3": 905 - }, - "charText": "三", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 162, - "y0": 41, - "x1": 212, - "y1": 40, - "x2": 212, - "y2": 75, - "x3": 162, - "y3": 76 - }, - "charText": "人", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 172, - "y0": 81, - "x1": 200, - "y1": 80, - "x2": 201, - "y2": 113, - "x3": 173, - "y3": 113 - }, - "charText": "日", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 164, - "y0": 117, - "x1": 211, - "y1": 117, - "x2": 211, - "y2": 162, - "x3": 164, - "y3": 162 - }, - "charText": "夜", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 163, - "y0": 164, - "x1": 209, - "y1": 164, - "x2": 209, - "y2": 210, - "x3": 163, - "y3": 210 - }, - "charText": "作", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 166, - "y0": 211, - "x1": 212, - "y1": 211, - "x2": 212, - "y2": 253, - "x3": 166, - "y3": 253 - }, - "charText": "些", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 163, - "y0": 256, - "x1": 209, - "y1": 256, - "x2": 209, - "y2": 299, - "x3": 163, - "y3": 299 - }, - "charText": "針", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 166, - "y0": 300, - "x1": 213, - "y1": 300, - "x2": 213, - "y2": 343, - "x3": 166, - "y3": 343 - }, - "charText": "線", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 166, - "y0": 344, - "x1": 213, - "y1": 344, - "x2": 213, - "y2": 385, - "x3": 166, - "y3": 384 - }, - "charText": "發", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 171, - "y0": 384, - "x1": 214, - "y1": 383, - "x2": 214, - "y2": 432, - "x3": 171, - "y3": 432 - }, - "charText": "賣", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 164, - "y0": 432, - "x1": 207, - "y1": 432, - "x2": 207, - "y2": 475, - "x3": 164, - "y3": 475 - }, - "charText": "帮", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 165, - "y0": 475, - "x1": 208, - "y1": 475, - "x2": 208, - "y2": 521, - "x3": 166, - "y3": 521 - }, - "charText": "著", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 170, - "y0": 523, - "x1": 211, - "y1": 523, - "x2": 211, - "y2": 557, - "x3": 170, - "y3": 557 - }, - "charText": "父", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 164, - "y0": 562, - "x1": 213, - "y1": 561, - "x2": 214, - "y2": 604, - "x3": 164, - "y3": 604 - }, - "charText": "親", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 164, - "y0": 607, - "x1": 213, - "y1": 607, - "x2": 213, - "y2": 646, - "x3": 165, - "y3": 647 - }, - "charText": "過", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 169, - "y0": 650, - "x1": 217, - "y1": 650, - "x2": 218, - "y2": 690, - "x3": 169, - "y3": 690 - }, - "charText": "活", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 167, - "y0": 695, - "x1": 214, - "y1": 695, - "x2": 214, - "y2": 735, - "x3": 167, - "y3": 735 - }, - "charText": "那", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 167, - "y0": 736, - "x1": 214, - "y1": 736, - "x2": 214, - "y2": 778, - "x3": 167, - "y3": 778 - }, - "charText": "封", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 169, - "y0": 778, - "x1": 211, - "y1": 778, - "x2": 211, - "y2": 825, - "x3": 169, - "y3": 825 - }, - "charText": "肅", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 168, - "y0": 827, - "x1": 215, - "y1": 827, - "x2": 215, - "y2": 867, - "x3": 168, - "y3": 867 - }, - "charText": "雖", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 172, - "y0": 868, - "x1": 212, - "y1": 868, - "x2": 213, - "y2": 906, - "x3": 172, - "y3": 906 - }, - "charText": "然", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 109, - "y0": 42, - "x1": 139, - "y1": 41, - "x2": 140, - "y2": 74, - "x3": 110, - "y3": 74 - }, - "charText": "日", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 110, - "y0": 81, - "x1": 138, - "y1": 80, - "x2": 138, - "y2": 114, - "x3": 111, - "y3": 114 - }, - "charText": "日", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 102, - "y0": 117, - "x1": 150, - "y1": 117, - "x2": 150, - "y2": 160, - "x3": 102, - "y3": 160 - }, - "charText": "抱", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 105, - "y0": 165, - "x1": 153, - "y1": 166, - "x2": 153, - "y2": 209, - "x3": 105, - "y3": 209 - }, - "charText": "怨", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 105, - "y0": 211, - "x1": 149, - "y1": 211, - "x2": 149, - "y2": 253, - "x3": 105, - "y3": 253 - }, - "charText": "然", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 105, - "y0": 257, - "x1": 152, - "y1": 257, - "x2": 152, - "y2": 295, - "x3": 105, - "y3": 295 - }, - "charText": "也", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 100, - "y0": 298, - "x1": 151, - "y1": 298, - "x2": 151, - "y2": 339, - "x3": 100, - "y3": 339 - }, - "charText": "無", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 106, - "y0": 343, - "x1": 148, - "y1": 344, - "x2": 148, - "y2": 386, - "x3": 105, - "y3": 386 - }, - "charText": "可", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 99, - "y0": 390, - "x1": 149, - "y1": 390, - "x2": 149, - "y2": 423, - "x3": 99, - "y3": 423 - }, - "charText": "如", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 101, - "y0": 429, - "x1": 149, - "y1": 430, - "x2": 149, - "y2": 474, - "x3": 101, - "y3": 473 - }, - "charText": "何", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 110, - "y0": 476, - "x1": 153, - "y1": 476, - "x2": 154, - "y2": 517, - "x3": 111, - "y3": 517 - }, - "charText": "了", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 103, - "y0": 520, - "x1": 152, - "y1": 520, - "x2": 151, - "y2": 562, - "x3": 103, - "y3": 562 - }, - "charText": "這", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 113, - "y0": 566, - "x1": 143, - "y1": 566, - "x2": 143, - "y2": 599, - "x3": 113, - "y3": 599 - }, - "charText": "曰", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 103, - "y0": 606, - "x1": 154, - "y1": 606, - "x2": 154, - "y2": 645, - "x3": 103, - "y3": 645 - }, - "charText": "甄", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 108, - "y0": 647, - "x1": 154, - "y1": 647, - "x2": 154, - "y2": 693, - "x3": 108, - "y3": 693 - }, - "charText": "家", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 109, - "y0": 695, - "x1": 154, - "y1": 695, - "x2": 154, - "y2": 734, - "x3": 110, - "y3": 734 - }, - "charText": "大", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 108, - "y0": 736, - "x1": 144, - "y1": 736, - "x2": 145, - "y2": 779, - "x3": 108, - "y3": 779 - }, - "charText": "了", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 106, - "y0": 781, - "x1": 151, - "y1": 781, - "x2": 151, - "y2": 824, - "x3": 106, - "y3": 824 - }, - "charText": "頭", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 106, - "y0": 825, - "x1": 151, - "y1": 824, - "x2": 151, - "y2": 866, - "x3": 106, - "y3": 866 - }, - "charText": "在", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 111, - "y0": 869, - "x1": 151, - "y1": 869, - "x2": 151, - "y2": 909, - "x3": 111, - "y3": 909 - }, - "charText": "門", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 40, - "y0": 44, - "x1": 82, - "y1": 44, - "x2": 82, - "y2": 83, - "x3": 41, - "y3": 83 - }, - "charText": "前", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 43, - "y0": 82, - "x1": 80, - "y1": 82, - "x2": 80, - "y2": 124, - "x3": 43, - "y3": 124 - }, - "charText": "買", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 39, - "y0": 124, - "x1": 91, - "y1": 123, - "x2": 91, - "y2": 168, - "x3": 39, - "y3": 168 - }, - "charText": "線", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 40, - "y0": 169, - "x1": 85, - "y1": 168, - "x2": 85, - "y2": 211, - "x3": 41, - "y3": 211 - }, - "charText": "忽", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 36, - "y0": 212, - "x1": 87, - "y1": 212, - "x2": 86, - "y2": 255, - "x3": 36, - "y3": 255 - }, - "charText": "聽", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 39, - "y0": 255, - "x1": 86, - "y1": 255, - "x2": 86, - "y2": 302, - "x3": 39, - "y3": 302 - }, - "charText": "街", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 39, - "y0": 302, - "x1": 84, - "y1": 303, - "x2": 84, - "y2": 335, - "x3": 39, - "y3": 335 - }, - "charText": "上", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 39, - "y0": 340, - "x1": 82, - "y1": 340, - "x2": 82, - "y2": 385, - "x3": 39, - "y3": 385 - }, - "charText": "喝", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 37, - "y0": 385, - "x1": 86, - "y1": 385, - "x2": 86, - "y2": 428, - "x3": 38, - "y3": 428 - }, - "charText": "道", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 39, - "y0": 432, - "x1": 88, - "y1": 432, - "x2": 88, - "y2": 465, - "x3": 39, - "y3": 465 - }, - "charText": "之", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 39, - "y0": 467, - "x1": 90, - "y1": 467, - "x2": 91, - "y2": 517, - "x3": 40, - "y3": 518 - }, - "charText": "聲", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 45, - "y0": 517, - "x1": 83, - "y1": 516, - "x2": 84, - "y2": 565, - "x3": 45, - "y3": 565 - }, - "charText": "衆", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 40, - "y0": 568, - "x1": 88, - "y1": 568, - "x2": 88, - "y2": 601, - "x3": 40, - "y3": 601 - }, - "charText": "人", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 38, - "y0": 604, - "x1": 87, - "y1": 604, - "x2": 87, - "y2": 651, - "x3": 38, - "y3": 651 - }, - "charText": "都", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 38, - "y0": 652, - "x1": 90, - "y1": 652, - "x2": 90, - "y2": 692, - "x3": 38, - "y3": 692 - }, - "charText": "説", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 38, - "y0": 693, - "x1": 88, - "y1": 693, - "x2": 87, - "y2": 737, - "x3": 38, - "y3": 737 - }, - "charText": "新", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 42, - "y0": 737, - "x1": 91, - "y1": 737, - "x2": 91, - "y2": 776, - "x3": 43, - "y3": 776 - }, - "charText": "太", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 40, - "y0": 778, - "x1": 92, - "y1": 778, - "x2": 92, - "y2": 829, - "x3": 41, - "y3": 829 - }, - "charText": "爺", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 43, - "y0": 829, - "x1": 86, - "y1": 829, - "x2": 86, - "y2": 872, - "x3": 43, - "y3": 872 - }, - "charText": "到", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 45, - "y0": 871, - "x1": 95, - "y1": 871, - "x2": 95, - "y2": 909, - "x3": 46, - "y3": 910 - }, - "charText": "任", - "textlineId": 8, - "picUri": "", - "isPicText": false - } - ] - }, - "7501933907890831401": { - "wordBoxList": [ - { - "charPoly": { - "x0": 542, - "y0": 34, - "x1": 576, - "y1": 35, - "x2": 576, - "y2": 77, - "x3": 542, - "y3": 77 - }, - "charText": "了", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 537, - "y0": 77, - "x1": 582, - "y1": 78, - "x2": 582, - "y2": 120, - "x3": 537, - "y3": 119 - }, - "charText": "環", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 533, - "y0": 120, - "x1": 584, - "y1": 121, - "x2": 584, - "y2": 161, - "x3": 532, - "y3": 161 - }, - "charText": "於", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 537, - "y0": 163, - "x1": 583, - "y1": 164, - "x2": 583, - "y2": 207, - "x3": 537, - "y3": 207 - }, - "charText": "是", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 539, - "y0": 207, - "x1": 583, - "y1": 207, - "x2": 583, - "y2": 249, - "x3": 539, - "y3": 249 - }, - "charText": "隐", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 537, - "y0": 250, - "x1": 582, - "y1": 250, - "x2": 582, - "y2": 294, - "x3": 537, - "y3": 293 - }, - "charText": "在", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 541, - "y0": 295, - "x1": 582, - "y1": 295, - "x2": 582, - "y2": 336, - "x3": 541, - "y3": 336 - }, - "charText": "門", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 539, - "y0": 337, - "x1": 579, - "y1": 337, - "x2": 579, - "y2": 374, - "x3": 539, - "y3": 374 - }, - "charText": "内", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 535, - "y0": 375, - "x1": 578, - "y1": 375, - "x2": 578, - "y2": 422, - "x3": 535, - "y3": 422 - }, - "charText": "看", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 538, - "y0": 422, - "x1": 583, - "y1": 422, - "x2": 584, - "y2": 470, - "x3": 538, - "y3": 470 - }, - "charText": "時", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 537, - "y0": 472, - "x1": 578, - "y1": 473, - "x2": 578, - "y2": 508, - "x3": 537, - "y3": 507 - }, - "charText": "只", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 537, - "y0": 510, - "x1": 583, - "y1": 510, - "x2": 583, - "y2": 551, - "x3": 537, - "y3": 551 - }, - "charText": "見", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 535, - "y0": 554, - "x1": 579, - "y1": 555, - "x2": 579, - "y2": 601, - "x3": 534, - "y3": 601 - }, - "charText": "軍", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 535, - "y0": 603, - "x1": 579, - "y1": 603, - "x2": 579, - "y2": 648, - "x3": 535, - "y3": 647 - }, - "charText": "牢", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 535, - "y0": 648, - "x1": 580, - "y1": 648, - "x2": 580, - "y2": 687, - "x3": 535, - "y3": 687 - }, - "charText": "快", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 532, - "y0": 687, - "x1": 583, - "y1": 687, - "x2": 583, - "y2": 731, - "x3": 532, - "y3": 731 - }, - "charText": "手", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 533, - "y0": 741, - "x1": 580, - "y1": 741, - "x2": 581, - "y2": 757, - "x3": 533, - "y3": 756 - }, - "charText": "一", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 531, - "y0": 767, - "x1": 580, - "y1": 767, - "x2": 580, - "y2": 816, - "x3": 531, - "y3": 815 - }, - "charText": "對", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 533, - "y0": 824, - "x1": 579, - "y1": 824, - "x2": 579, - "y2": 843, - "x3": 533, - "y3": 842 - }, - "charText": "一", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 530, - "y0": 854, - "x1": 581, - "y1": 854, - "x2": 580, - "y2": 901, - "x3": 529, - "y3": 901 - }, - "charText": "對", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 475, - "y0": 33, - "x1": 521, - "y1": 33, - "x2": 521, - "y2": 77, - "x3": 474, - "y3": 76 - }, - "charText": "的", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 474, - "y0": 78, - "x1": 521, - "y1": 78, - "x2": 521, - "y2": 117, - "x3": 474, - "y3": 117 - }, - "charText": "過", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 474, - "y0": 117, - "x1": 523, - "y1": 118, - "x2": 523, - "y2": 160, - "x3": 473, - "y3": 160 - }, - "charText": "去", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 471, - "y0": 162, - "x1": 522, - "y1": 163, - "x2": 522, - "y2": 208, - "x3": 471, - "y3": 207 - }, - "charText": "俄", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 475, - "y0": 212, - "x1": 519, - "y1": 212, - "x2": 519, - "y2": 248, - "x3": 475, - "y3": 248 - }, - "charText": "而", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 477, - "y0": 248, - "x1": 520, - "y1": 248, - "x2": 520, - "y2": 288, - "x3": 477, - "y3": 288 - }, - "charText": "大", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 473, - "y0": 290, - "x1": 522, - "y1": 290, - "x2": 522, - "y2": 335, - "x3": 473, - "y3": 335 - }, - "charText": "轎", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 478, - "y0": 336, - "x1": 517, - "y1": 337, - "x2": 517, - "y2": 375, - "x3": 478, - "y3": 375 - }, - "charText": "内", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 474, - "y0": 376, - "x1": 518, - "y1": 376, - "x2": 518, - "y2": 417, - "x3": 474, - "y3": 417 - }, - "charText": "抬", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 473, - "y0": 418, - "x1": 518, - "y1": 418, - "x2": 518, - "y2": 467, - "x3": 473, - "y3": 467 - }, - "charText": "著", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 475, - "y0": 479, - "x1": 520, - "y1": 480, - "x2": 521, - "y2": 494, - "x3": 475, - "y3": 493 - }, - "charText": "一", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 473, - "y0": 513, - "x1": 519, - "y1": 513, - "x2": 519, - "y2": 554, - "x3": 473, - "y3": 553 - }, - "charText": "個", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 479, - "y0": 554, - "x1": 519, - "y1": 554, - "x2": 518, - "y2": 599, - "x3": 479, - "y3": 599 - }, - "charText": "烏", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 475, - "y0": 600, - "x1": 518, - "y1": 600, - "x2": 518, - "y2": 646, - "x3": 474, - "y3": 646 - }, - "charText": "紗", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 474, - "y0": 648, - "x1": 520, - "y1": 649, - "x2": 519, - "y2": 688, - "x3": 474, - "y3": 688 - }, - "charText": "猩", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 472, - "y0": 688, - "x1": 521, - "y1": 689, - "x2": 521, - "y2": 729, - "x3": 471, - "y3": 729 - }, - "charText": "袍", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 476, - "y0": 730, - "x1": 519, - "y1": 730, - "x2": 519, - "y2": 770, - "x3": 476, - "y3": 770 - }, - "charText": "的", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 475, - "y0": 771, - "x1": 517, - "y1": 771, - "x2": 517, - "y2": 812, - "x3": 475, - "y3": 811 - }, - "charText": "官", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 475, - "y0": 814, - "x1": 517, - "y1": 814, - "x2": 517, - "y2": 860, - "x3": 474, - "y3": 859 - }, - "charText": "府", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 473, - "y0": 862, - "x1": 518, - "y1": 863, - "x2": 518, - "y2": 902, - "x3": 472, - "y3": 902 - }, - "charText": "過", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 414, - "y0": 33, - "x1": 465, - "y1": 33, - "x2": 464, - "y2": 75, - "x3": 414, - "y3": 75 - }, - "charText": "去", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 423, - "y0": 77, - "x1": 453, - "y1": 77, - "x2": 453, - "y2": 116, - "x3": 423, - "y3": 116 - }, - "charText": "了", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 415, - "y0": 118, - "x1": 460, - "y1": 119, - "x2": 459, - "y2": 162, - "x3": 415, - "y3": 162 - }, - "charText": "環", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 414, - "y0": 163, - "x1": 458, - "y1": 164, - "x2": 458, - "y2": 210, - "x3": 414, - "y3": 210 - }, - "charText": "到", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 416, - "y0": 211, - "x1": 464, - "y1": 211, - "x2": 463, - "y2": 254, - "x3": 416, - "y3": 254 - }, - "charText": "發", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 420, - "y0": 255, - "x1": 452, - "y1": 255, - "x2": 452, - "y2": 293, - "x3": 420, - "y3": 293 - }, - "charText": "了", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 414, - "y0": 294, - "x1": 463, - "y1": 295, - "x2": 463, - "y2": 334, - "x3": 414, - "y3": 333 - }, - "charText": "怔", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 419, - "y0": 334, - "x1": 455, - "y1": 334, - "x2": 455, - "y2": 375, - "x3": 419, - "y3": 375 - }, - "charText": "自", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 414, - "y0": 376, - "x1": 459, - "y1": 376, - "x2": 459, - "y2": 420, - "x3": 414, - "y3": 420 - }, - "charText": "忖", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 413, - "y0": 422, - "x1": 461, - "y1": 422, - "x2": 461, - "y2": 463, - "x3": 413, - "y3": 463 - }, - "charText": "這", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 415, - "y0": 466, - "x1": 458, - "y1": 466, - "x2": 457, - "y2": 507, - "x3": 415, - "y3": 506 - }, - "charText": "官", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 412, - "y0": 512, - "x1": 461, - "y1": 512, - "x2": 461, - "y2": 554, - "x3": 412, - "y3": 553 - }, - "charText": "好", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 414, - "y0": 558, - "x1": 460, - "y1": 558, - "x2": 460, - "y2": 598, - "x3": 414, - "y3": 598 - }, - "charText": "面", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 412, - "y0": 598, - "x1": 464, - "y1": 598, - "x2": 463, - "y2": 642, - "x3": 411, - "y3": 641 - }, - "charText": "善", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 413, - "y0": 644, - "x1": 457, - "y1": 645, - "x2": 457, - "y2": 687, - "x3": 412, - "y3": 687 - }, - "charText": "到", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 411, - "y0": 686, - "x1": 462, - "y1": 687, - "x2": 461, - "y2": 731, - "x3": 411, - "y3": 730 - }, - "charText": "像", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 412, - "y0": 732, - "x1": 459, - "y1": 732, - "x2": 458, - "y2": 773, - "x3": 412, - "y3": 772 - }, - "charText": "在", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 414, - "y0": 774, - "x1": 459, - "y1": 774, - "x2": 458, - "y2": 817, - "x3": 413, - "y3": 816 - }, - "charText": "那", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 410, - "y0": 818, - "x1": 459, - "y1": 819, - "x2": 459, - "y2": 857, - "x3": 410, - "y3": 856 - }, - "charText": "裡", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 410, - "y0": 858, - "x1": 462, - "y1": 859, - "x2": 461, - "y2": 902, - "x3": 409, - "y3": 902 - }, - "charText": "會", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 354, - "y0": 37, - "x1": 403, - "y1": 37, - "x2": 403, - "y2": 74, - "x3": 354, - "y3": 74 - }, - "charText": "過", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 357, - "y0": 75, - "x1": 406, - "y1": 75, - "x2": 406, - "y2": 117, - "x3": 357, - "y3": 117 - }, - "charText": "的", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 353, - "y0": 118, - "x1": 404, - "y1": 118, - "x2": 404, - "y2": 159, - "x3": 352, - "y3": 158 - }, - "charText": "於", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 355, - "y0": 163, - "x1": 402, - "y1": 163, - "x2": 401, - "y2": 206, - "x3": 354, - "y3": 205 - }, - "charText": "是", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 352, - "y0": 206, - "x1": 402, - "y1": 207, - "x2": 402, - "y2": 249, - "x3": 352, - "y3": 248 - }, - "charText": "進", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 355, - "y0": 255, - "x1": 402, - "y1": 256, - "x2": 401, - "y2": 283, - "x3": 354, - "y3": 283 - }, - "charText": "入", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 354, - "y0": 287, - "x1": 397, - "y1": 287, - "x2": 397, - "y2": 335, - "x3": 354, - "y3": 335 - }, - "charText": "房", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 357, - "y0": 336, - "x1": 403, - "y1": 336, - "x2": 403, - "y2": 381, - "x3": 357, - "y3": 381 - }, - "charText": "中", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 357, - "y0": 381, - "x1": 400, - "y1": 381, - "x2": 400, - "y2": 419, - "x3": 357, - "y3": 419 - }, - "charText": "也", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 353, - "y0": 422, - "x1": 402, - "y1": 422, - "x2": 402, - "y2": 464, - "x3": 353, - "y3": 464 - }, - "charText": "就", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 353, - "y0": 467, - "x1": 398, - "y1": 467, - "x2": 398, - "y2": 507, - "x3": 353, - "y3": 507 - }, - "charText": "丢", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 353, - "y0": 512, - "x1": 401, - "y1": 512, - "x2": 401, - "y2": 552, - "x3": 352, - "y3": 552 - }, - "charText": "過", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 356, - "y0": 557, - "x1": 397, - "y1": 558, - "x2": 397, - "y2": 595, - "x3": 356, - "y3": 595 - }, - "charText": "不", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 352, - "y0": 595, - "x1": 399, - "y1": 595, - "x2": 398, - "y2": 638, - "x3": 352, - "y3": 638 - }, - "charText": "在", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 356, - "y0": 644, - "x1": 398, - "y1": 644, - "x2": 398, - "y2": 677, - "x3": 355, - "y3": 676 - }, - "charText": "心", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 351, - "y0": 684, - "x1": 403, - "y1": 685, - "x2": 403, - "y2": 722, - "x3": 350, - "y3": 721 - }, - "charText": "上", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 352, - "y0": 728, - "x1": 397, - "y1": 729, - "x2": 397, - "y2": 768, - "x3": 352, - "y3": 767 - }, - "charText": "至", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 353, - "y0": 770, - "x1": 400, - "y1": 771, - "x2": 400, - "y2": 811, - "x3": 352, - "y3": 811 - }, - "charText": "晚", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 353, - "y0": 814, - "x1": 394, - "y1": 815, - "x2": 394, - "y2": 860, - "x3": 353, - "y3": 859 - }, - "charText": "間", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 350, - "y0": 861, - "x1": 397, - "y1": 861, - "x2": 397, - "y2": 897, - "x3": 349, - "y3": 897 - }, - "charText": "正", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 296, - "y0": 32, - "x1": 341, - "y1": 32, - "x2": 341, - "y2": 78, - "x3": 296, - "y3": 77 - }, - "charText": "待", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 296, - "y0": 77, - "x1": 340, - "y1": 78, - "x2": 340, - "y2": 118, - "x3": 295, - "y3": 117 - }, - "charText": "歇", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 297, - "y0": 116, - "x1": 344, - "y1": 116, - "x2": 344, - "y2": 165, - "x3": 296, - "y3": 164 - }, - "charText": "時", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 297, - "y0": 164, - "x1": 340, - "y1": 164, - "x2": 340, - "y2": 206, - "x3": 297, - "y3": 206 - }, - "charText": "忽", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 294, - "y0": 207, - "x1": 341, - "y1": 208, - "x2": 341, - "y2": 251, - "x3": 293, - "y3": 250 - }, - "charText": "聽", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 294, - "y0": 262, - "x1": 340, - "y1": 263, - "x2": 341, - "y2": 278, - "x3": 294, - "y3": 278 - }, - "charText": "一", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 298, - "y0": 289, - "x1": 336, - "y1": 289, - "x2": 336, - "y2": 332, - "x3": 298, - "y3": 332 - }, - "charText": "片", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 295, - "y0": 331, - "x1": 341, - "y1": 332, - "x2": 341, - "y2": 384, - "x3": 295, - "y3": 383 - }, - "charText": "聲", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 294, - "y0": 382, - "x1": 340, - "y1": 383, - "x2": 340, - "y2": 426, - "x3": 294, - "y3": 425 - }, - "charText": "打", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 296, - "y0": 426, - "x1": 338, - "y1": 427, - "x2": 338, - "y2": 467, - "x3": 296, - "y3": 467 - }, - "charText": "的", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 298, - "y0": 468, - "x1": 339, - "y1": 468, - "x2": 339, - "y2": 510, - "x3": 298, - "y3": 509 - }, - "charText": "門", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 295, - "y0": 508, - "x1": 342, - "y1": 509, - "x2": 342, - "y2": 555, - "x3": 294, - "y3": 554 - }, - "charText": "響", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 292, - "y0": 557, - "x1": 338, - "y1": 558, - "x2": 338, - "y2": 602, - "x3": 292, - "y3": 601 - }, - "charText": "許", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 297, - "y0": 601, - "x1": 332, - "y1": 601, - "x2": 332, - "y2": 646, - "x3": 296, - "y3": 646 - }, - "charText": "多", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 294, - "y0": 647, - "x1": 339, - "y1": 647, - "x2": 338, - "y2": 680, - "x3": 294, - "y3": 680 - }, - "charText": "人", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 293, - "y0": 683, - "x1": 340, - "y1": 684, - "x2": 340, - "y2": 728, - "x3": 292, - "y3": 728 - }, - "charText": "亂", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 294, - "y0": 728, - "x1": 340, - "y1": 728, - "x2": 340, - "y2": 773, - "x3": 293, - "y3": 773 - }, - "charText": "嚷", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 288, - "y0": 772, - "x1": 340, - "y1": 773, - "x2": 339, - "y2": 812, - "x3": 288, - "y3": 811 - }, - "charText": "説", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 291, - "y0": 812, - "x1": 339, - "y1": 813, - "x2": 338, - "y2": 855, - "x3": 290, - "y3": 855 - }, - "charText": "本", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 290, - "y0": 857, - "x1": 335, - "y1": 858, - "x2": 334, - "y2": 903, - "x3": 289, - "y3": 902 - }, - "charText": "府", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 236, - "y0": 32, - "x1": 283, - "y1": 32, - "x2": 282, - "y2": 72, - "x3": 236, - "y3": 72 - }, - "charText": "太", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 232, - "y0": 78, - "x1": 283, - "y1": 79, - "x2": 283, - "y2": 124, - "x3": 232, - "y3": 124 - }, - "charText": "爺", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 237, - "y0": 124, - "x1": 278, - "y1": 124, - "x2": 278, - "y2": 165, - "x3": 237, - "y3": 165 - }, - "charText": "的", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 237, - "y0": 165, - "x1": 277, - "y1": 166, - "x2": 277, - "y2": 209, - "x3": 237, - "y3": 209 - }, - "charText": "差", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 236, - "y0": 211, - "x1": 282, - "y1": 212, - "x2": 282, - "y2": 244, - "x3": 236, - "y3": 243 - }, - "charText": "人", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 237, - "y0": 245, - "x1": 282, - "y1": 245, - "x2": 282, - "y2": 292, - "x3": 237, - "y3": 291 - }, - "charText": "来", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 234, - "y0": 292, - "x1": 279, - "y1": 292, - "x2": 279, - "y2": 339, - "x3": 233, - "y3": 339 - }, - "charText": "傳", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 235, - "y0": 340, - "x1": 281, - "y1": 340, - "x2": 281, - "y2": 373, - "x3": 235, - "y3": 372 - }, - "charText": "人", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 237, - "y0": 378, - "x1": 276, - "y1": 379, - "x2": 276, - "y2": 422, - "x3": 237, - "y3": 422 - }, - "charText": "問", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 230, - "y0": 423, - "x1": 283, - "y1": 424, - "x2": 282, - "y2": 464, - "x3": 230, - "y3": 464 - }, - "charText": "話", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 232, - "y0": 465, - "x1": 278, - "y1": 466, - "x2": 278, - "y2": 511, - "x3": 232, - "y3": 511 - }, - "charText": "封", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 233, - "y0": 510, - "x1": 275, - "y1": 510, - "x2": 275, - "y2": 560, - "x3": 233, - "y3": 560 - }, - "charText": "肅", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 233, - "y0": 560, - "x1": 279, - "y1": 560, - "x2": 279, - "y2": 603, - "x3": 232, - "y3": 603 - }, - "charText": "聽", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 241, - "y0": 605, - "x1": 282, - "y1": 605, - "x2": 282, - "y2": 643, - "x3": 241, - "y3": 643 - }, - "charText": "了", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 233, - "y0": 643, - "x1": 279, - "y1": 643, - "x2": 279, - "y2": 686, - "x3": 233, - "y3": 686 - }, - "charText": "唬", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 232, - "y0": 687, - "x1": 277, - "y1": 688, - "x2": 277, - "y2": 734, - "x3": 231, - "y3": 733 - }, - "charText": "得", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 241, - "y0": 735, - "x1": 268, - "y1": 735, - "x2": 268, - "y2": 770, - "x3": 241, - "y3": 770 - }, - "charText": "目", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 230, - "y0": 773, - "x1": 279, - "y1": 773, - "x2": 279, - "y2": 813, - "x3": 230, - "y3": 813 - }, - "charText": "瞪", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 237, - "y0": 820, - "x1": 269, - "y1": 821, - "x2": 269, - "y2": 845, - "x3": 238, - "y3": 845 - }, - "charText": "口", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 234, - "y0": 856, - "x1": 280, - "y1": 857, - "x2": 280, - "y2": 900, - "x3": 234, - "y3": 900 - }, - "charText": "呆", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 179, - "y0": 34, - "x1": 221, - "y1": 35, - "x2": 221, - "y2": 72, - "x3": 179, - "y3": 71 - }, - "charText": "不", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 174, - "y0": 75, - "x1": 223, - "y1": 76, - "x2": 222, - "y2": 111, - "x3": 174, - "y3": 110 - }, - "charText": "知", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 174, - "y0": 114, - "x1": 217, - "y1": 114, - "x2": 217, - "y2": 161, - "x3": 174, - "y3": 161 - }, - "charText": "有", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 173, - "y0": 163, - "x1": 221, - "y1": 164, - "x2": 221, - "y2": 205, - "x3": 173, - "y3": 205 - }, - "charText": "何", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 173, - "y0": 207, - "x1": 222, - "y1": 207, - "x2": 221, - "y2": 246, - "x3": 173, - "y3": 246 - }, - "charText": "禍", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 176, - "y0": 245, - "x1": 224, - "y1": 245, - "x2": 224, - "y2": 296, - "x3": 176, - "y3": 295 - }, - "charText": "事", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 172, - "y0": 297, - "x1": 222, - "y1": 297, - "x2": 222, - "y2": 331, - "x3": 172, - "y3": 331 - }, - "charText": "且", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 173, - "y0": 333, - "x1": 222, - "y1": 333, - "x2": 221, - "y2": 377, - "x3": 172, - "y3": 376 - }, - "charText": "聽", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 174, - "y0": 381, - "x1": 216, - "y1": 381, - "x2": 216, - "y2": 421, - "x3": 174, - "y3": 421 - }, - "charText": "下", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 178, - "y0": 425, - "x1": 217, - "y1": 425, - "x2": 217, - "y2": 459, - "x3": 178, - "y3": 459 - }, - "charText": "回", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 173, - "y0": 465, - "x1": 221, - "y1": 465, - "x2": 221, - "y2": 505, - "x3": 173, - "y3": 504 - }, - "charText": "分", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 173, - "y0": 508, - "x1": 223, - "y1": 508, - "x2": 222, - "y2": 558, - "x3": 173, - "y3": 558 - }, - "charText": "解", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 10, - "y0": 705, - "x1": 39, - "y1": 705, - "x2": 39, - "y2": 734, - "x3": 10, - "y3": 734 - }, - "charText": "十", - "textlineId": 7, - "picUri": "", - "isPicText": false - } - ] - }, - "7501933907890847785": { - "wordBoxList": [ - { - "charPoly": { - "x0": 528, - "y0": 31, - "x1": 575, - "y1": 31, - "x2": 575, - "y2": 75, - "x3": 527, - "y3": 75 - }, - "charText": "總", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 527, - "y0": 78, - "x1": 573, - "y1": 78, - "x2": 573, - "y2": 124, - "x3": 527, - "y3": 124 - }, - "charText": "評", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 472, - "y0": 117, - "x1": 510, - "y1": 117, - "x2": 510, - "y2": 159, - "x3": 472, - "y3": 159 - }, - "charText": "出", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 473, - "y0": 169, - "x1": 506, - "y1": 170, - "x2": 507, - "y2": 194, - "x3": 473, - "y3": 193 - }, - "charText": "口", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 466, - "y0": 205, - "x1": 512, - "y1": 206, - "x2": 511, - "y2": 253, - "x3": 465, - "y3": 252 - }, - "charText": "神", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 464, - "y0": 253, - "x1": 515, - "y1": 253, - "x2": 515, - "y2": 301, - "x3": 464, - "y3": 300 - }, - "charText": "竒", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 468, - "y0": 302, - "x1": 512, - "y1": 303, - "x2": 511, - "y2": 337, - "x3": 468, - "y3": 336 - }, - "charText": "幻", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 470, - "y0": 337, - "x1": 508, - "y1": 338, - "x2": 507, - "y2": 384, - "x3": 470, - "y3": 383 - }, - "charText": "中", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 467, - "y0": 385, - "x1": 510, - "y1": 385, - "x2": 510, - "y2": 424, - "x3": 467, - "y3": 424 - }, - "charText": "不", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 468, - "y0": 431, - "x1": 505, - "y1": 431, - "x2": 506, - "y2": 463, - "x3": 468, - "y3": 463 - }, - "charText": "幻", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 469, - "y0": 469, - "x1": 514, - "y1": 469, - "x2": 514, - "y2": 509, - "x3": 470, - "y3": 508 - }, - "charText": "文", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 464, - "y0": 509, - "x1": 514, - "y1": 510, - "x2": 514, - "y2": 562, - "x3": 464, - "y3": 562 - }, - "charText": "勢", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 466, - "y0": 564, - "x1": 515, - "y1": 565, - "x2": 515, - "y2": 602, - "x3": 466, - "y3": 601 - }, - "charText": "跳", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 464, - "y0": 606, - "x1": 515, - "y1": 606, - "x2": 515, - "y2": 649, - "x3": 464, - "y3": 648 - }, - "charText": "躍", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 465, - "y0": 648, - "x1": 510, - "y1": 649, - "x2": 510, - "y2": 696, - "x3": 465, - "y3": 695 - }, - "charText": "情", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 462, - "y0": 698, - "x1": 510, - "y1": 699, - "x2": 510, - "y2": 735, - "x3": 462, - "y3": 735 - }, - "charText": "裡", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 464, - "y0": 736, - "x1": 511, - "y1": 736, - "x2": 511, - "y2": 773, - "x3": 464, - "y3": 773 - }, - "charText": "生", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 466, - "y0": 772, - "x1": 513, - "y1": 773, - "x2": 513, - "y2": 821, - "x3": 466, - "y3": 821 - }, - "charText": "情", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 461, - "y0": 823, - "x1": 511, - "y1": 824, - "x2": 511, - "y2": 866, - "x3": 461, - "y3": 866 - }, - "charText": "借", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 467, - "y0": 871, - "x1": 511, - "y1": 872, - "x2": 510, - "y2": 905, - "x3": 467, - "y3": 905 - }, - "charText": "幻", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 401, - "y0": 117, - "x1": 452, - "y1": 117, - "x2": 452, - "y2": 160, - "x3": 401, - "y3": 160 - }, - "charText": "説", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 403, - "y0": 161, - "x1": 455, - "y1": 161, - "x2": 455, - "y2": 203, - "x3": 403, - "y3": 203 - }, - "charText": "法", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 407, - "y0": 210, - "x1": 451, - "y1": 210, - "x2": 451, - "y2": 247, - "x3": 407, - "y3": 247 - }, - "charText": "而", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 406, - "y0": 254, - "x1": 449, - "y1": 255, - "x2": 449, - "y2": 288, - "x3": 406, - "y3": 288 - }, - "charText": "幻", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 408, - "y0": 290, - "x1": 446, - "y1": 290, - "x2": 445, - "y2": 336, - "x3": 408, - "y3": 336 - }, - "charText": "中", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 408, - "y0": 338, - "x1": 448, - "y1": 339, - "x2": 448, - "y2": 379, - "x3": 408, - "y3": 379 - }, - "charText": "更", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 408, - "y0": 379, - "x1": 444, - "y1": 379, - "x2": 444, - "y2": 423, - "x3": 408, - "y3": 423 - }, - "charText": "自", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 406, - "y0": 423, - "x1": 445, - "y1": 423, - "x2": 445, - "y2": 467, - "x3": 406, - "y3": 467 - }, - "charText": "多", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 406, - "y0": 465, - "x1": 454, - "y1": 465, - "x2": 454, - "y2": 516, - "x3": 406, - "y3": 516 - }, - "charText": "情", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 408, - "y0": 519, - "x1": 446, - "y1": 519, - "x2": 446, - "y2": 559, - "x3": 408, - "y3": 559 - }, - "charText": "因", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 405, - "y0": 558, - "x1": 448, - "y1": 558, - "x2": 448, - "y2": 605, - "x3": 405, - "y3": 604 - }, - "charText": "情", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 404, - "y0": 606, - "x1": 453, - "y1": 606, - "x2": 453, - "y2": 644, - "x3": 404, - "y3": 644 - }, - "charText": "捉", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 404, - "y0": 644, - "x1": 455, - "y1": 644, - "x2": 454, - "y2": 699, - "x3": 403, - "y3": 700 - }, - "charText": "茟", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 407, - "y0": 702, - "x1": 452, - "y1": 702, - "x2": 452, - "y2": 735, - "x3": 407, - "y3": 735 - }, - "charText": "而", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 408, - "y0": 736, - "x1": 451, - "y1": 736, - "x2": 451, - "y2": 783, - "x3": 408, - "y3": 783 - }, - "charText": "情", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 403, - "y0": 784, - "x1": 451, - "y1": 784, - "x2": 451, - "y2": 821, - "x3": 403, - "y3": 821 - }, - "charText": "裡", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 403, - "y0": 822, - "x1": 450, - "y1": 822, - "x2": 450, - "y2": 862, - "x3": 403, - "y3": 863 - }, - "charText": "偏", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 407, - "y0": 863, - "x1": 453, - "y1": 863, - "x2": 453, - "y2": 904, - "x3": 407, - "y3": 904 - }, - "charText": "成", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 344, - "y0": 114, - "x1": 393, - "y1": 114, - "x2": 393, - "y2": 163, - "x3": 344, - "y3": 163 - }, - "charText": "癡", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 346, - "y0": 166, - "x1": 394, - "y1": 167, - "x2": 394, - "y2": 203, - "x3": 345, - "y3": 202 - }, - "charText": "幻", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 342, - "y0": 205, - "x1": 393, - "y1": 205, - "x2": 393, - "y2": 249, - "x3": 342, - "y3": 249 - }, - "charText": "試", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 349, - "y0": 252, - "x1": 389, - "y1": 252, - "x2": 389, - "y2": 294, - "x3": 349, - "y3": 294 - }, - "charText": "問", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 343, - "y0": 297, - "x1": 387, - "y1": 297, - "x2": 387, - "y2": 337, - "x3": 343, - "y3": 337 - }, - "charText": "君", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 346, - "y0": 337, - "x1": 391, - "y1": 337, - "x2": 391, - "y2": 382, - "x3": 346, - "y3": 382 - }, - "charText": "家", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 342, - "y0": 382, - "x1": 391, - "y1": 382, - "x2": 391, - "y2": 424, - "x3": 342, - "y3": 424 - }, - "charText": "識", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 343, - "y0": 425, - "x1": 389, - "y1": 425, - "x2": 389, - "y2": 472, - "x3": 343, - "y3": 472 - }, - "charText": "得", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 345, - "y0": 473, - "x1": 393, - "y1": 473, - "x2": 393, - "y2": 511, - "x3": 345, - "y3": 511 - }, - "charText": "否", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 349, - "y0": 515, - "x1": 391, - "y1": 515, - "x2": 391, - "y2": 557, - "x3": 349, - "y3": 557 - }, - "charText": "色", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 346, - "y0": 559, - "x1": 389, - "y1": 560, - "x2": 389, - "y2": 600, - "x3": 346, - "y3": 600 - }, - "charText": "空", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 346, - "y0": 603, - "x1": 389, - "y1": 603, - "x2": 389, - "y2": 643, - "x3": 346, - "y3": 643 - }, - "charText": "空", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 350, - "y0": 644, - "x1": 391, - "y1": 644, - "x2": 391, - "y2": 690, - "x3": 350, - "y3": 690 - }, - "charText": "色", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 346, - "y0": 695, - "x1": 391, - "y1": 695, - "x2": 391, - "y2": 732, - "x3": 346, - "y3": 732 - }, - "charText": "兩", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 341, - "y0": 733, - "x1": 392, - "y1": 733, - "x2": 392, - "y2": 777, - "x3": 340, - "y3": 776 - }, - "charText": "無", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 343, - "y0": 780, - "x1": 395, - "y1": 780, - "x2": 395, - "y2": 820, - "x3": 343, - "y3": 819 - }, - "charText": "取", - "textlineId": 3, - "picUri": "", - "isPicText": false - } - ] - } - } - } -} \ No newline at end of file diff --git a/ocr/out/coords/wordbox_0003_1kzz90e2w4isn.json b/ocr/out/coords/wordbox_0001_1kzz90e2w4isn.json similarity index 100% rename from ocr/out/coords/wordbox_0003_1kzz90e2w4isn.json rename to ocr/out/coords/wordbox_0001_1kzz90e2w4isn.json diff --git a/ocr/out/coords/wordbox_0002_1kzz90e16h5ic.json b/ocr/out/coords/wordbox_0002_1kzz90e16h5ic.json deleted file mode 100644 index 9b26635550fd7aff7b8a45677e6eeddfd49500b6..0000000000000000000000000000000000000000 --- a/ocr/out/coords/wordbox_0002_1kzz90e16h5ic.json +++ /dev/null @@ -1,29488 +0,0 @@ -{ - "errorCode": 0, - "errorMsg": "", - "data": { - "pageId2WordBoxContent": { - "7501933907890241577": { - "wordBoxList": [ - { - "charPoly": { - "x0": 537, - "y0": 67, - "x1": 578, - "y1": 66, - "x2": 578, - "y2": 122, - "x3": 537, - "y3": 123 - }, - "charText": "第", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 534, - "y0": 135, - "x1": 579, - "y1": 136, - "x2": 579, - "y2": 150, - "x3": 535, - "y3": 149 - }, - "charText": "一", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 536, - "y0": 164, - "x1": 579, - "y1": 165, - "x2": 579, - "y2": 198, - "x3": 536, - "y3": 197 - }, - "charText": "回", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 469, - "y0": 116, - "x1": 518, - "y1": 117, - "x2": 518, - "y2": 158, - "x3": 468, - "y3": 158 - }, - "charText": "甄", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 470, - "y0": 160, - "x1": 514, - "y1": 161, - "x2": 513, - "y2": 197, - "x3": 470, - "y3": 197 - }, - "charText": "士", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 471, - "y0": 201, - "x1": 517, - "y1": 201, - "x2": 516, - "y2": 246, - "x3": 471, - "y3": 245 - }, - "charText": "隐", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 473, - "y0": 245, - "x1": 515, - "y1": 245, - "x2": 515, - "y2": 297, - "x3": 473, - "y3": 297 - }, - "charText": "夢", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 472, - "y0": 300, - "x1": 517, - "y1": 301, - "x2": 517, - "y2": 331, - "x3": 472, - "y3": 330 - }, - "charText": "幻", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 467, - "y0": 331, - "x1": 518, - "y1": 332, - "x2": 518, - "y2": 375, - "x3": 467, - "y3": 375 - }, - "charText": "識", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 470, - "y0": 377, - "x1": 517, - "y1": 377, - "x2": 517, - "y2": 421, - "x3": 470, - "y3": 421 - }, - "charText": "通", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 472, - "y0": 422, - "x1": 519, - "y1": 423, - "x2": 519, - "y2": 474, - "x3": 472, - "y3": 473 - }, - "charText": "靈", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 475, - "y0": 510, - "x1": 512, - "y1": 511, - "x2": 511, - "y2": 558, - "x3": 475, - "y3": 557 - }, - "charText": "賈", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 473, - "y0": 559, - "x1": 514, - "y1": 560, - "x2": 514, - "y2": 598, - "x3": 472, - "y3": 597 - }, - "charText": "雨", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 468, - "y0": 597, - "x1": 516, - "y1": 598, - "x2": 515, - "y2": 642, - "x3": 468, - "y3": 641 - }, - "charText": "村", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 471, - "y0": 643, - "x1": 517, - "y1": 644, - "x2": 516, - "y2": 683, - "x3": 471, - "y3": 682 - }, - "charText": "風", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 469, - "y0": 683, - "x1": 512, - "y1": 683, - "x2": 512, - "y2": 728, - "x3": 468, - "y3": 728 - }, - "charText": "塵", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 470, - "y0": 729, - "x1": 514, - "y1": 729, - "x2": 514, - "y2": 774, - "x3": 470, - "y3": 774 - }, - "charText": "懷", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 473, - "y0": 774, - "x1": 513, - "y1": 775, - "x2": 512, - "y2": 817, - "x3": 473, - "y3": 817 - }, - "charText": "閨", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 470, - "y0": 815, - "x1": 515, - "y1": 815, - "x2": 515, - "y2": 864, - "x3": 469, - "y3": 864 - }, - "charText": "秀", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 412, - "y0": 31, - "x1": 459, - "y1": 32, - "x2": 459, - "y2": 70, - "x3": 412, - "y3": 69 - }, - "charText": "此", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 415, - "y0": 74, - "x1": 457, - "y1": 74, - "x2": 457, - "y2": 118, - "x3": 415, - "y3": 118 - }, - "charText": "開", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 410, - "y0": 117, - "x1": 460, - "y1": 117, - "x2": 460, - "y2": 160, - "x3": 409, - "y3": 159 - }, - "charText": "卷", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 414, - "y0": 160, - "x1": 455, - "y1": 160, - "x2": 455, - "y2": 214, - "x3": 414, - "y3": 214 - }, - "charText": "第", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 411, - "y0": 222, - "x1": 457, - "y1": 223, - "x2": 458, - "y2": 237, - "x3": 412, - "y3": 237 - }, - "charText": "一", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 414, - "y0": 250, - "x1": 457, - "y1": 251, - "x2": 456, - "y2": 283, - "x3": 414, - "y3": 282 - }, - "charText": "回", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 412, - "y0": 289, - "x1": 461, - "y1": 290, - "x2": 461, - "y2": 328, - "x3": 412, - "y3": 328 - }, - "charText": "也", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 408, - "y0": 330, - "x1": 456, - "y1": 330, - "x2": 456, - "y2": 373, - "x3": 408, - "y3": 373 - }, - "charText": "作", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 409, - "y0": 373, - "x1": 454, - "y1": 374, - "x2": 454, - "y2": 418, - "x3": 409, - "y3": 418 - }, - "charText": "者", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 415, - "y0": 421, - "x1": 452, - "y1": 421, - "x2": 452, - "y2": 464, - "x3": 415, - "y3": 464 - }, - "charText": "自", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 411, - "y0": 467, - "x1": 459, - "y1": 467, - "x2": 459, - "y2": 506, - "x3": 411, - "y3": 506 - }, - "charText": "云", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 416, - "y0": 509, - "x1": 454, - "y1": 510, - "x2": 454, - "y2": 551, - "x3": 416, - "y3": 550 - }, - "charText": "因", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 417, - "y0": 550, - "x1": 453, - "y1": 551, - "x2": 453, - "y2": 597, - "x3": 416, - "y3": 597 - }, - "charText": "曽", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 409, - "y0": 598, - "x1": 454, - "y1": 599, - "x2": 454, - "y2": 640, - "x3": 409, - "y3": 640 - }, - "charText": "歴", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 411, - "y0": 641, - "x1": 457, - "y1": 641, - "x2": 457, - "y2": 684, - "x3": 410, - "y3": 684 - }, - "charText": "過", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 411, - "y0": 696, - "x1": 457, - "y1": 697, - "x2": 457, - "y2": 712, - "x3": 412, - "y3": 712 - }, - "charText": "一", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 409, - "y0": 726, - "x1": 455, - "y1": 726, - "x2": 455, - "y2": 770, - "x3": 409, - "y3": 770 - }, - "charText": "番", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 412, - "y0": 771, - "x1": 454, - "y1": 771, - "x2": 454, - "y2": 820, - "x3": 412, - "y3": 820 - }, - "charText": "夢", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 411, - "y0": 826, - "x1": 456, - "y1": 826, - "x2": 456, - "y2": 859, - "x3": 411, - "y3": 858 - }, - "charText": "幻", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 411, - "y0": 865, - "x1": 458, - "y1": 865, - "x2": 457, - "y2": 899, - "x3": 411, - "y3": 899 - }, - "charText": "之", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 350, - "y0": 28, - "x1": 401, - "y1": 28, - "x2": 401, - "y2": 71, - "x3": 350, - "y3": 71 - }, - "charText": "後", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 350, - "y0": 71, - "x1": 399, - "y1": 72, - "x2": 399, - "y2": 111, - "x3": 350, - "y3": 111 - }, - "charText": "故", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 351, - "y0": 113, - "x1": 398, - "y1": 113, - "x2": 397, - "y2": 160, - "x3": 351, - "y3": 160 - }, - "charText": "将", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 350, - "y0": 159, - "x1": 398, - "y1": 159, - "x2": 398, - "y2": 203, - "x3": 350, - "y3": 203 - }, - "charText": "真", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 351, - "y0": 202, - "x1": 393, - "y1": 202, - "x2": 393, - "y2": 253, - "x3": 351, - "y3": 252 - }, - "charText": "事", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 350, - "y0": 253, - "x1": 396, - "y1": 253, - "x2": 396, - "y2": 293, - "x3": 350, - "y3": 293 - }, - "charText": "隐", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 348, - "y0": 294, - "x1": 401, - "y1": 294, - "x2": 401, - "y2": 337, - "x3": 348, - "y3": 337 - }, - "charText": "去", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 353, - "y0": 340, - "x1": 398, - "y1": 341, - "x2": 398, - "y2": 373, - "x3": 353, - "y3": 373 - }, - "charText": "而", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 347, - "y0": 375, - "x1": 397, - "y1": 376, - "x2": 397, - "y2": 418, - "x3": 347, - "y3": 418 - }, - "charText": "借", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 349, - "y0": 420, - "x1": 398, - "y1": 420, - "x2": 398, - "y2": 463, - "x3": 349, - "y3": 463 - }, - "charText": "通", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 350, - "y0": 465, - "x1": 397, - "y1": 465, - "x2": 396, - "y2": 511, - "x3": 350, - "y3": 511 - }, - "charText": "靈", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 350, - "y0": 515, - "x1": 399, - "y1": 515, - "x2": 399, - "y2": 550, - "x3": 350, - "y3": 550 - }, - "charText": "之", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 349, - "y0": 552, - "x1": 400, - "y1": 553, - "x2": 399, - "y2": 593, - "x3": 348, - "y3": 593 - }, - "charText": "說", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 348, - "y0": 596, - "x1": 397, - "y1": 596, - "x2": 397, - "y2": 639, - "x3": 348, - "y3": 638 - }, - "charText": "撰", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 349, - "y0": 642, - "x1": 398, - "y1": 642, - "x2": 398, - "y2": 682, - "x3": 349, - "y3": 682 - }, - "charText": "此", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 347, - "y0": 688, - "x1": 392, - "y1": 688, - "x2": 392, - "y2": 725, - "x3": 347, - "y3": 725 - }, - "charText": "石", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 348, - "y0": 729, - "x1": 395, - "y1": 730, - "x2": 394, - "y2": 773, - "x3": 347, - "y3": 773 - }, - "charText": "頭", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 344, - "y0": 775, - "x1": 397, - "y1": 775, - "x2": 397, - "y2": 813, - "x3": 344, - "y3": 813 - }, - "charText": "記", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 345, - "y0": 826, - "x1": 394, - "y1": 827, - "x2": 394, - "y2": 842, - "x3": 345, - "y3": 841 - }, - "charText": "一", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 349, - "y0": 851, - "x1": 392, - "y1": 851, - "x2": 392, - "y2": 899, - "x3": 348, - "y3": 899 - }, - "charText": "書", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 289, - "y0": 28, - "x1": 337, - "y1": 29, - "x2": 337, - "y2": 65, - "x3": 288, - "y3": 65 - }, - "charText": "也", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 290, - "y0": 67, - "x1": 338, - "y1": 67, - "x2": 338, - "y2": 109, - "x3": 290, - "y3": 109 - }, - "charText": "故", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 294, - "y0": 118, - "x1": 332, - "y1": 119, - "x2": 332, - "y2": 151, - "x3": 294, - "y3": 151 - }, - "charText": "曰", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 289, - "y0": 158, - "x1": 339, - "y1": 158, - "x2": 339, - "y2": 198, - "x3": 289, - "y3": 198 - }, - "charText": "甄", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 289, - "y0": 202, - "x1": 334, - "y1": 202, - "x2": 333, - "y2": 238, - "x3": 289, - "y3": 238 - }, - "charText": "士", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 289, - "y0": 244, - "x1": 335, - "y1": 244, - "x2": 335, - "y2": 288, - "x3": 289, - "y3": 288 - }, - "charText": "隐", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 289, - "y0": 294, - "x1": 333, - "y1": 294, - "x2": 332, - "y2": 331, - "x3": 288, - "y3": 331 - }, - "charText": "云", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 288, - "y0": 339, - "x1": 339, - "y1": 339, - "x2": 339, - "y2": 377, - "x3": 288, - "y3": 377 - }, - "charText": "云", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 285, - "y0": 379, - "x1": 335, - "y1": 379, - "x2": 335, - "y2": 415, - "x3": 285, - "y3": 414 - }, - "charText": "但", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 289, - "y0": 415, - "x1": 332, - "y1": 415, - "x2": 332, - "y2": 463, - "x3": 289, - "y3": 463 - }, - "charText": "書", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 290, - "y0": 464, - "x1": 330, - "y1": 464, - "x2": 330, - "y2": 509, - "x3": 290, - "y3": 509 - }, - "charText": "中", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 289, - "y0": 510, - "x1": 336, - "y1": 510, - "x2": 335, - "y2": 552, - "x3": 288, - "y3": 551 - }, - "charText": "所", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 286, - "y0": 554, - "x1": 337, - "y1": 554, - "x2": 336, - "y2": 593, - "x3": 285, - "y3": 592 - }, - "charText": "記", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 285, - "y0": 598, - "x1": 336, - "y1": 598, - "x2": 335, - "y2": 640, - "x3": 285, - "y3": 639 - }, - "charText": "何", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 288, - "y0": 639, - "x1": 331, - "y1": 640, - "x2": 331, - "y2": 691, - "x3": 288, - "y3": 691 - }, - "charText": "事", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 286, - "y0": 692, - "x1": 336, - "y1": 693, - "x2": 336, - "y2": 736, - "x3": 285, - "y3": 735 - }, - "charText": "何", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 289, - "y0": 736, - "x1": 338, - "y1": 737, - "x2": 338, - "y2": 769, - "x3": 289, - "y3": 769 - }, - "charText": "人", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 293, - "y0": 768, - "x1": 328, - "y1": 769, - "x2": 328, - "y2": 812, - "x3": 293, - "y3": 812 - }, - "charText": "自", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 291, - "y0": 815, - "x1": 334, - "y1": 815, - "x2": 334, - "y2": 850, - "x3": 291, - "y3": 850 - }, - "charText": "又", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 288, - "y0": 858, - "x1": 331, - "y1": 859, - "x2": 331, - "y2": 897, - "x3": 288, - "y3": 896 - }, - "charText": "云", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 232, - "y0": 29, - "x1": 280, - "y1": 30, - "x2": 280, - "y2": 70, - "x3": 232, - "y3": 70 - }, - "charText": "今", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 232, - "y0": 73, - "x1": 279, - "y1": 73, - "x2": 279, - "y2": 111, - "x3": 232, - "y3": 111 - }, - "charText": "風", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 231, - "y0": 111, - "x1": 273, - "y1": 111, - "x2": 273, - "y2": 158, - "x3": 230, - "y3": 158 - }, - "charText": "塵", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 229, - "y0": 160, - "x1": 276, - "y1": 160, - "x2": 276, - "y2": 204, - "x3": 229, - "y3": 204 - }, - "charText": "碌", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 229, - "y0": 207, - "x1": 280, - "y1": 207, - "x2": 280, - "y2": 251, - "x3": 229, - "y3": 250 - }, - "charText": "碌", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 229, - "y0": 261, - "x1": 275, - "y1": 261, - "x2": 276, - "y2": 276, - "x3": 229, - "y3": 275 - }, - "charText": "一", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 230, - "y0": 284, - "x1": 273, - "y1": 284, - "x2": 273, - "y2": 341, - "x3": 229, - "y3": 340 - }, - "charText": "事", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 227, - "y0": 341, - "x1": 276, - "y1": 341, - "x2": 275, - "y2": 379, - "x3": 227, - "y3": 379 - }, - "charText": "無", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 231, - "y0": 380, - "x1": 278, - "y1": 380, - "x2": 278, - "y2": 421, - "x3": 231, - "y3": 421 - }, - "charText": "成", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 234, - "y0": 420, - "x1": 275, - "y1": 421, - "x2": 275, - "y2": 463, - "x3": 234, - "y3": 463 - }, - "charText": "忽", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 231, - "y0": 466, - "x1": 278, - "y1": 466, - "x2": 278, - "y2": 509, - "x3": 231, - "y3": 509 - }, - "charText": "念", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 234, - "y0": 512, - "x1": 276, - "y1": 512, - "x2": 276, - "y2": 549, - "x3": 234, - "y3": 549 - }, - "charText": "及", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 235, - "y0": 551, - "x1": 275, - "y1": 551, - "x2": 275, - "y2": 599, - "x3": 234, - "y3": 599 - }, - "charText": "當", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 241, - "y0": 603, - "x1": 269, - "y1": 604, - "x2": 269, - "y2": 637, - "x3": 241, - "y3": 637 - }, - "charText": "日", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 231, - "y0": 640, - "x1": 277, - "y1": 640, - "x2": 276, - "y2": 683, - "x3": 231, - "y3": 683 - }, - "charText": "所", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 230, - "y0": 684, - "x1": 271, - "y1": 685, - "x2": 271, - "y2": 731, - "x3": 229, - "y3": 731 - }, - "charText": "有", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 230, - "y0": 734, - "x1": 276, - "y1": 735, - "x2": 276, - "y2": 769, - "x3": 230, - "y3": 769 - }, - "charText": "之", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 227, - "y0": 773, - "x1": 275, - "y1": 774, - "x2": 275, - "y2": 809, - "x3": 226, - "y3": 809 - }, - "charText": "女", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 230, - "y0": 813, - "x1": 277, - "y1": 813, - "x2": 277, - "y2": 854, - "x3": 230, - "y3": 854 - }, - "charText": "黃", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 227, - "y0": 869, - "x1": 275, - "y1": 869, - "x2": 275, - "y2": 886, - "x3": 227, - "y3": 886 - }, - "charText": "一", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 172, - "y0": 39, - "x1": 220, - "y1": 40, - "x2": 220, - "y2": 56, - "x3": 172, - "y3": 55 - }, - "charText": "一", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 172, - "y0": 73, - "x1": 220, - "y1": 73, - "x2": 220, - "y2": 108, - "x3": 171, - "y3": 108 - }, - "charText": "細", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 170, - "y0": 108, - "x1": 216, - "y1": 108, - "x2": 216, - "y2": 155, - "x3": 170, - "y3": 155 - }, - "charText": "考", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 170, - "y0": 157, - "x1": 220, - "y1": 157, - "x2": 220, - "y2": 200, - "x3": 170, - "y3": 199 - }, - "charText": "較", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 170, - "y0": 200, - "x1": 222, - "y1": 200, - "x2": 221, - "y2": 241, - "x3": 170, - "y3": 241 - }, - "charText": "去", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 173, - "y0": 242, - "x1": 217, - "y1": 242, - "x2": 217, - "y2": 290, - "x3": 172, - "y3": 290 - }, - "charText": "覺", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 170, - "y0": 290, - "x1": 216, - "y1": 291, - "x2": 215, - "y2": 335, - "x3": 170, - "y3": 335 - }, - "charText": "其", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 170, - "y0": 337, - "x1": 216, - "y1": 337, - "x2": 215, - "y2": 377, - "x3": 170, - "y3": 377 - }, - "charText": "行", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 170, - "y0": 379, - "x1": 214, - "y1": 379, - "x2": 214, - "y2": 414, - "x3": 170, - "y3": 414 - }, - "charText": "止", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 171, - "y0": 418, - "x1": 216, - "y1": 418, - "x2": 216, - "y2": 459, - "x3": 171, - "y3": 459 - }, - "charText": "見", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 168, - "y0": 460, - "x1": 220, - "y1": 460, - "x2": 220, - "y2": 504, - "x3": 168, - "y3": 504 - }, - "charText": "識", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 173, - "y0": 505, - "x1": 214, - "y1": 505, - "x2": 215, - "y2": 551, - "x3": 173, - "y3": 551 - }, - "charText": "皆", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 175, - "y0": 553, - "x1": 211, - "y1": 553, - "x2": 211, - "y2": 594, - "x3": 174, - "y3": 594 - }, - "charText": "出", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 169, - "y0": 597, - "x1": 220, - "y1": 597, - "x2": 219, - "y2": 639, - "x3": 169, - "y3": 638 - }, - "charText": "於", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 170, - "y0": 640, - "x1": 218, - "y1": 640, - "x2": 217, - "y2": 684, - "x3": 170, - "y3": 684 - }, - "charText": "我", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 171, - "y0": 687, - "x1": 217, - "y1": 688, - "x2": 217, - "y2": 724, - "x3": 171, - "y3": 723 - }, - "charText": "之", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 168, - "y0": 729, - "x1": 220, - "y1": 729, - "x2": 219, - "y2": 767, - "x3": 168, - "y3": 767 - }, - "charText": "上", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 166, - "y0": 772, - "x1": 216, - "y1": 772, - "x2": 215, - "y2": 812, - "x3": 165, - "y3": 811 - }, - "charText": "何", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 167, - "y0": 809, - "x1": 216, - "y1": 810, - "x2": 215, - "y2": 853, - "x3": 166, - "y3": 853 - }, - "charText": "我", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 170, - "y0": 854, - "x1": 214, - "y1": 854, - "x2": 213, - "y2": 900, - "x3": 170, - "y3": 900 - }, - "charText": "堂", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 113, - "y0": 26, - "x1": 159, - "y1": 27, - "x2": 159, - "y2": 69, - "x3": 113, - "y3": 68 - }, - "charText": "堂", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 111, - "y0": 69, - "x1": 156, - "y1": 70, - "x2": 156, - "y2": 117, - "x3": 111, - "y3": 117 - }, - "charText": "鬚", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 110, - "y0": 119, - "x1": 162, - "y1": 119, - "x2": 161, - "y2": 160, - "x3": 110, - "y3": 160 - }, - "charText": "眉", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 109, - "y0": 161, - "x1": 161, - "y1": 161, - "x2": 160, - "y2": 203, - "x3": 108, - "y3": 202 - }, - "charText": "誠", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 111, - "y0": 207, - "x1": 153, - "y1": 208, - "x2": 153, - "y2": 243, - "x3": 111, - "y3": 243 - }, - "charText": "不", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 109, - "y0": 245, - "x1": 154, - "y1": 246, - "x2": 153, - "y2": 289, - "x3": 109, - "y3": 289 - }, - "charText": "若", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 107, - "y0": 290, - "x1": 159, - "y1": 290, - "x2": 158, - "y2": 331, - "x3": 107, - "y3": 330 - }, - "charText": "彼", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 106, - "y0": 333, - "x1": 155, - "y1": 333, - "x2": 154, - "y2": 377, - "x3": 106, - "y3": 376 - }, - "charText": "裙", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 108, - "y0": 380, - "x1": 159, - "y1": 380, - "x2": 159, - "y2": 418, - "x3": 108, - "y3": 418 - }, - "charText": "釵", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 106, - "y0": 424, - "x1": 157, - "y1": 424, - "x2": 157, - "y2": 460, - "x3": 106, - "y3": 460 - }, - "charText": "女", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 108, - "y0": 463, - "x1": 160, - "y1": 463, - "x2": 160, - "y2": 502, - "x3": 108, - "y3": 502 - }, - "charText": "子", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 110, - "y0": 504, - "x1": 155, - "y1": 505, - "x2": 155, - "y2": 555, - "x3": 110, - "y3": 555 - }, - "charText": "實", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 109, - "y0": 556, - "x1": 157, - "y1": 556, - "x2": 157, - "y2": 597, - "x3": 109, - "y3": 596 - }, - "charText": "愧", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 111, - "y0": 598, - "x1": 153, - "y1": 598, - "x2": 153, - "y2": 640, - "x3": 111, - "y3": 640 - }, - "charText": "則", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 109, - "y0": 640, - "x1": 153, - "y1": 641, - "x2": 153, - "y2": 685, - "x3": 109, - "y3": 685 - }, - "charText": "有", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 107, - "y0": 687, - "x1": 160, - "y1": 687, - "x2": 160, - "y2": 731, - "x3": 106, - "y3": 731 - }, - "charText": "餘", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 109, - "y0": 731, - "x1": 156, - "y1": 732, - "x2": 156, - "y2": 776, - "x3": 109, - "y3": 775 - }, - "charText": "悔", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 109, - "y0": 775, - "x1": 156, - "y1": 776, - "x2": 155, - "y2": 808, - "x3": 109, - "y3": 807 - }, - "charText": "又", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 106, - "y0": 810, - "x1": 157, - "y1": 811, - "x2": 156, - "y2": 853, - "x3": 105, - "y3": 852 - }, - "charText": "無", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 108, - "y0": 855, - "x1": 158, - "y1": 856, - "x2": 157, - "y2": 900, - "x3": 108, - "y3": 900 - }, - "charText": "益", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 45, - "y0": 25, - "x1": 97, - "y1": 26, - "x2": 97, - "y2": 69, - "x3": 44, - "y3": 68 - }, - "charText": "是", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 48, - "y0": 68, - "x1": 97, - "y1": 68, - "x2": 97, - "y2": 109, - "x3": 47, - "y3": 109 - }, - "charText": "大", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 44, - "y0": 109, - "x1": 97, - "y1": 110, - "x2": 97, - "y2": 152, - "x3": 43, - "y3": 152 - }, - "charText": "無", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 46, - "y0": 156, - "x1": 95, - "y1": 156, - "x2": 95, - "y2": 201, - "x3": 45, - "y3": 201 - }, - "charText": "可", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 42, - "y0": 201, - "x1": 95, - "y1": 202, - "x2": 95, - "y2": 239, - "x3": 42, - "y3": 238 - }, - "charText": "如", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 44, - "y0": 243, - "x1": 97, - "y1": 244, - "x2": 96, - "y2": 289, - "x3": 43, - "y3": 288 - }, - "charText": "何", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 48, - "y0": 290, - "x1": 97, - "y1": 291, - "x2": 97, - "y2": 327, - "x3": 47, - "y3": 326 - }, - "charText": "之", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 54, - "y0": 335, - "x1": 85, - "y1": 335, - "x2": 85, - "y2": 368, - "x3": 54, - "y3": 367 - }, - "charText": "日", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 48, - "y0": 374, - "x1": 98, - "y1": 374, - "x2": 98, - "y2": 413, - "x3": 47, - "y3": 413 - }, - "charText": "也", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 47, - "y0": 417, - "x1": 95, - "y1": 418, - "x2": 95, - "y2": 465, - "x3": 47, - "y3": 465 - }, - "charText": "當", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 49, - "y0": 467, - "x1": 97, - "y1": 467, - "x2": 97, - "y2": 504, - "x3": 49, - "y3": 504 - }, - "charText": "此", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 48, - "y0": 506, - "x1": 91, - "y1": 506, - "x2": 91, - "y2": 552, - "x3": 47, - "y3": 552 - }, - "charText": "則", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 52, - "y0": 552, - "x1": 89, - "y1": 552, - "x2": 89, - "y2": 596, - "x3": 51, - "y3": 595 - }, - "charText": "自", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 46, - "y0": 597, - "x1": 93, - "y1": 597, - "x2": 93, - "y2": 637, - "x3": 46, - "y3": 637 - }, - "charText": "欲", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 48, - "y0": 639, - "x1": 96, - "y1": 639, - "x2": 95, - "y2": 686, - "x3": 48, - "y3": 686 - }, - "charText": "将", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 54, - "y0": 690, - "x1": 94, - "y1": 691, - "x2": 93, - "y2": 725, - "x3": 54, - "y3": 724 - }, - "charText": "已", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 48, - "y0": 728, - "x1": 98, - "y1": 728, - "x2": 98, - "y2": 770, - "x3": 47, - "y3": 770 - }, - "charText": "往", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 48, - "y0": 771, - "x1": 95, - "y1": 772, - "x2": 95, - "y2": 814, - "x3": 47, - "y3": 813 - }, - "charText": "所", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 47, - "y0": 812, - "x1": 93, - "y1": 813, - "x2": 92, - "y2": 858, - "x3": 46, - "y3": 857 - }, - "charText": "頼", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 50, - "y0": 860, - "x1": 94, - "y1": 861, - "x2": 94, - "y2": 899, - "x3": 49, - "y3": 898 - }, - "charText": "天", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 11, - "y0": 121, - "x1": 39, - "y1": 121, - "x2": 38, - "y2": 155, - "x3": 11, - "y3": 155 - }, - "charText": "已", - "textlineId": 9, - "picUri": "", - "isPicText": false - } - ] - }, - "7501933907890257961": { - "wordBoxList": [ - { - "charPoly": { - "x0": 530, - "y0": 26, - "x1": 573, - "y1": 26, - "x2": 574, - "y2": 66, - "x3": 530, - "y3": 66 - }, - "charText": "恩", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 524, - "y0": 68, - "x1": 575, - "y1": 68, - "x2": 575, - "y2": 104, - "x3": 524, - "y3": 104 - }, - "charText": "祖", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 525, - "y0": 104, - "x1": 577, - "y1": 105, - "x2": 577, - "y2": 149, - "x3": 524, - "y3": 149 - }, - "charText": "德", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 527, - "y0": 152, - "x1": 573, - "y1": 152, - "x2": 573, - "y2": 205, - "x3": 527, - "y3": 205 - }, - "charText": "錦", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 529, - "y0": 204, - "x1": 573, - "y1": 205, - "x2": 573, - "y2": 245, - "x3": 529, - "y3": 245 - }, - "charText": "衣", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 528, - "y0": 248, - "x1": 577, - "y1": 249, - "x2": 577, - "y2": 284, - "x3": 528, - "y3": 283 - }, - "charText": "紈", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 523, - "y0": 286, - "x1": 576, - "y1": 286, - "x2": 576, - "y2": 335, - "x3": 524, - "y3": 335 - }, - "charText": "袴", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 527, - "y0": 337, - "x1": 575, - "y1": 337, - "x2": 575, - "y2": 371, - "x3": 527, - "y3": 371 - }, - "charText": "之", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 528, - "y0": 372, - "x1": 577, - "y1": 372, - "x2": 577, - "y2": 418, - "x3": 528, - "y3": 418 - }, - "charText": "時", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 524, - "y0": 421, - "x1": 577, - "y1": 421, - "x2": 577, - "y2": 461, - "x3": 524, - "y3": 461 - }, - "charText": "飫", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 526, - "y0": 464, - "x1": 573, - "y1": 464, - "x2": 573, - "y2": 499, - "x3": 526, - "y3": 499 - }, - "charText": "甘", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 525, - "y0": 501, - "x1": 577, - "y1": 501, - "x2": 577, - "y2": 554, - "x3": 525, - "y3": 555 - }, - "charText": "飇", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 527, - "y0": 558, - "x1": 578, - "y1": 558, - "x2": 578, - "y2": 596, - "x3": 527, - "y3": 596 - }, - "charText": "肥", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 529, - "y0": 599, - "x1": 575, - "y1": 599, - "x2": 575, - "y2": 633, - "x3": 529, - "y3": 633 - }, - "charText": "之", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 536, - "y0": 640, - "x1": 578, - "y1": 640, - "x2": 578, - "y2": 674, - "x3": 536, - "y3": 673 - }, - "charText": "日", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 529, - "y0": 676, - "x1": 572, - "y1": 676, - "x2": 572, - "y2": 723, - "x3": 529, - "y3": 723 - }, - "charText": "背", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 530, - "y0": 727, - "x1": 575, - "y1": 727, - "x2": 575, - "y2": 762, - "x3": 530, - "y3": 761 - }, - "charText": "父", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 530, - "y0": 764, - "x1": 576, - "y1": 765, - "x2": 575, - "y2": 801, - "x3": 530, - "y3": 801 - }, - "charText": "兄", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 524, - "y0": 802, - "x1": 576, - "y1": 802, - "x2": 575, - "y2": 847, - "x3": 524, - "y3": 846 - }, - "charText": "教", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 528, - "y0": 846, - "x1": 569, - "y1": 847, - "x2": 568, - "y2": 895, - "x3": 528, - "y3": 894 - }, - "charText": "育", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 464, - "y0": 26, - "x1": 512, - "y1": 26, - "x2": 512, - "y2": 62, - "x3": 464, - "y3": 61 - }, - "charText": "之", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 467, - "y0": 65, - "x1": 515, - "y1": 65, - "x2": 516, - "y2": 107, - "x3": 467, - "y3": 107 - }, - "charText": "恩", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 470, - "y0": 108, - "x1": 506, - "y1": 108, - "x2": 506, - "y2": 154, - "x3": 470, - "y3": 154 - }, - "charText": "負", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 467, - "y0": 157, - "x1": 511, - "y1": 158, - "x2": 511, - "y2": 201, - "x3": 467, - "y3": 201 - }, - "charText": "師", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 465, - "y0": 201, - "x1": 514, - "y1": 201, - "x2": 514, - "y2": 245, - "x3": 465, - "y3": 244 - }, - "charText": "友", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 463, - "y0": 247, - "x1": 516, - "y1": 248, - "x2": 515, - "y2": 285, - "x3": 462, - "y3": 285 - }, - "charText": "規", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 462, - "y0": 288, - "x1": 509, - "y1": 289, - "x2": 509, - "y2": 330, - "x3": 462, - "y3": 330 - }, - "charText": "訓", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 465, - "y0": 333, - "x1": 511, - "y1": 334, - "x2": 511, - "y2": 367, - "x3": 465, - "y3": 367 - }, - "charText": "之", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 463, - "y0": 368, - "x1": 516, - "y1": 368, - "x2": 516, - "y2": 413, - "x3": 463, - "y3": 413 - }, - "charText": "德", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 465, - "y0": 422, - "x1": 511, - "y1": 422, - "x2": 511, - "y2": 455, - "x3": 465, - "y3": 455 - }, - "charText": "以", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 465, - "y0": 457, - "x1": 515, - "y1": 457, - "x2": 515, - "y2": 501, - "x3": 465, - "y3": 501 - }, - "charText": "致", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 465, - "y0": 505, - "x1": 515, - "y1": 506, - "x2": 515, - "y2": 548, - "x3": 464, - "y3": 548 - }, - "charText": "今", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 474, - "y0": 556, - "x1": 503, - "y1": 556, - "x2": 503, - "y2": 591, - "x3": 474, - "y3": 591 - }, - "charText": "日", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 465, - "y0": 605, - "x1": 513, - "y1": 605, - "x2": 513, - "y2": 622, - "x3": 465, - "y3": 622 - }, - "charText": "一", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 463, - "y0": 630, - "x1": 515, - "y1": 631, - "x2": 515, - "y2": 677, - "x3": 462, - "y3": 676 - }, - "charText": "技", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 463, - "y0": 678, - "x1": 514, - "y1": 679, - "x2": 513, - "y2": 722, - "x3": 462, - "y3": 722 - }, - "charText": "無", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 467, - "y0": 723, - "x1": 516, - "y1": 723, - "x2": 516, - "y2": 764, - "x3": 466, - "y3": 764 - }, - "charText": "成", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 465, - "y0": 763, - "x1": 508, - "y1": 763, - "x2": 508, - "y2": 810, - "x3": 464, - "y3": 810 - }, - "charText": "半", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 465, - "y0": 810, - "x1": 511, - "y1": 811, - "x2": 511, - "y2": 847, - "x3": 464, - "y3": 846 - }, - "charText": "生", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 465, - "y0": 846, - "x1": 515, - "y1": 846, - "x2": 515, - "y2": 894, - "x3": 464, - "y3": 894 - }, - "charText": "潦", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 403, - "y0": 28, - "x1": 448, - "y1": 28, - "x2": 448, - "y2": 69, - "x3": 403, - "y3": 70 - }, - "charText": "倒", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 404, - "y0": 72, - "x1": 452, - "y1": 72, - "x2": 453, - "y2": 105, - "x3": 404, - "y3": 105 - }, - "charText": "之", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 406, - "y0": 107, - "x1": 455, - "y1": 106, - "x2": 455, - "y2": 152, - "x3": 406, - "y3": 152 - }, - "charText": "罪", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 405, - "y0": 154, - "x1": 451, - "y1": 154, - "x2": 451, - "y2": 196, - "x3": 405, - "y3": 196 - }, - "charText": "編", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 403, - "y0": 198, - "x1": 451, - "y1": 199, - "x2": 451, - "y2": 242, - "x3": 403, - "y3": 242 - }, - "charText": "述", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 403, - "y0": 256, - "x1": 450, - "y1": 257, - "x2": 450, - "y2": 275, - "x3": 404, - "y3": 274 - }, - "charText": "一", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 403, - "y0": 284, - "x1": 454, - "y1": 284, - "x2": 454, - "y2": 332, - "x3": 403, - "y3": 332 - }, - "charText": "集", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 406, - "y0": 339, - "x1": 449, - "y1": 339, - "x2": 449, - "y2": 369, - "x3": 406, - "y3": 369 - }, - "charText": "以", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 404, - "y0": 371, - "x1": 450, - "y1": 370, - "x2": 449, - "y2": 414, - "x3": 403, - "y3": 414 - }, - "charText": "告", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 404, - "y0": 419, - "x1": 452, - "y1": 419, - "x2": 452, - "y2": 456, - "x3": 404, - "y3": 456 - }, - "charText": "天", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 403, - "y0": 463, - "x1": 446, - "y1": 463, - "x2": 446, - "y2": 502, - "x3": 403, - "y3": 502 - }, - "charText": "下", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 405, - "y0": 508, - "x1": 455, - "y1": 508, - "x2": 455, - "y2": 546, - "x3": 405, - "y3": 546 - }, - "charText": "人", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 403, - "y0": 545, - "x1": 451, - "y1": 545, - "x2": 451, - "y2": 590, - "x3": 403, - "y3": 590 - }, - "charText": "我", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 405, - "y0": 595, - "x1": 452, - "y1": 595, - "x2": 452, - "y2": 631, - "x3": 405, - "y3": 631 - }, - "charText": "之", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 407, - "y0": 637, - "x1": 454, - "y1": 637, - "x2": 454, - "y2": 683, - "x3": 407, - "y3": 683 - }, - "charText": "罪", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 407, - "y0": 685, - "x1": 447, - "y1": 685, - "x2": 447, - "y2": 726, - "x3": 408, - "y3": 726 - }, - "charText": "固", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 405, - "y0": 728, - "x1": 447, - "y1": 728, - "x2": 447, - "y2": 760, - "x3": 405, - "y3": 760 - }, - "charText": "不", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 407, - "y0": 763, - "x1": 452, - "y1": 764, - "x2": 452, - "y2": 807, - "x3": 407, - "y3": 806 - }, - "charText": "免", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 407, - "y0": 807, - "x1": 450, - "y1": 807, - "x2": 450, - "y2": 848, - "x3": 407, - "y3": 848 - }, - "charText": "然", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 407, - "y0": 851, - "x1": 448, - "y1": 852, - "x2": 448, - "y2": 894, - "x3": 406, - "y3": 894 - }, - "charText": "閨", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 349, - "y0": 26, - "x1": 390, - "y1": 26, - "x2": 390, - "y2": 69, - "x3": 349, - "y3": 69 - }, - "charText": "閣", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 348, - "y0": 66, - "x1": 386, - "y1": 66, - "x2": 386, - "y2": 111, - "x3": 348, - "y3": 111 - }, - "charText": "中", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 348, - "y0": 112, - "x1": 392, - "y1": 112, - "x2": 392, - "y2": 154, - "x3": 348, - "y3": 154 - }, - "charText": "本", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 351, - "y0": 156, - "x1": 385, - "y1": 156, - "x2": 385, - "y2": 199, - "x3": 351, - "y3": 199 - }, - "charText": "自", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 345, - "y0": 201, - "x1": 390, - "y1": 201, - "x2": 390, - "y2": 243, - "x3": 345, - "y3": 243 - }, - "charText": "歴", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 345, - "y0": 245, - "x1": 390, - "y1": 245, - "x2": 390, - "y2": 288, - "x3": 344, - "y3": 288 - }, - "charText": "歴", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 345, - "y0": 289, - "x1": 388, - "y1": 289, - "x2": 388, - "y2": 337, - "x3": 345, - "y3": 336 - }, - "charText": "有", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 344, - "y0": 338, - "x1": 395, - "y1": 338, - "x2": 395, - "y2": 373, - "x3": 344, - "y3": 373 - }, - "charText": "人", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 344, - "y0": 372, - "x1": 389, - "y1": 372, - "x2": 389, - "y2": 421, - "x3": 344, - "y3": 421 - }, - "charText": "萬", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 346, - "y0": 423, - "x1": 386, - "y1": 423, - "x2": 386, - "y2": 461, - "x3": 346, - "y3": 461 - }, - "charText": "不", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 346, - "y0": 464, - "x1": 387, - "y1": 464, - "x2": 387, - "y2": 507, - "x3": 346, - "y3": 507 - }, - "charText": "可", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 350, - "y0": 510, - "x1": 387, - "y1": 510, - "x2": 387, - "y2": 551, - "x3": 350, - "y3": 551 - }, - "charText": "因", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 345, - "y0": 549, - "x1": 392, - "y1": 550, - "x2": 392, - "y2": 593, - "x3": 345, - "y3": 593 - }, - "charText": "我", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 346, - "y0": 596, - "x1": 394, - "y1": 596, - "x2": 393, - "y2": 633, - "x3": 346, - "y3": 633 - }, - "charText": "之", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 346, - "y0": 638, - "x1": 388, - "y1": 639, - "x2": 388, - "y2": 679, - "x3": 346, - "y3": 678 - }, - "charText": "不", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 350, - "y0": 680, - "x1": 394, - "y1": 680, - "x2": 394, - "y2": 728, - "x3": 350, - "y3": 728 - }, - "charText": "削", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 353, - "y0": 728, - "x1": 386, - "y1": 728, - "x2": 386, - "y2": 770, - "x3": 353, - "y3": 769 - }, - "charText": "自", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 350, - "y0": 770, - "x1": 393, - "y1": 770, - "x2": 393, - "y2": 805, - "x3": 350, - "y3": 805 - }, - "charText": "已", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 340, - "y0": 806, - "x1": 393, - "y1": 806, - "x2": 392, - "y2": 857, - "x3": 340, - "y3": 857 - }, - "charText": "護", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 341, - "y0": 858, - "x1": 395, - "y1": 859, - "x2": 395, - "y2": 899, - "x3": 341, - "y3": 899 - }, - "charText": "短", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 284, - "y0": 35, - "x1": 331, - "y1": 35, - "x2": 331, - "y2": 51, - "x3": 284, - "y3": 50 - }, - "charText": "一", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 284, - "y0": 62, - "x1": 330, - "y1": 63, - "x2": 331, - "y2": 109, - "x3": 285, - "y3": 109 - }, - "charText": "併", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 285, - "y0": 109, - "x1": 332, - "y1": 109, - "x2": 332, - "y2": 153, - "x3": 285, - "y3": 153 - }, - "charText": "使", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 284, - "y0": 154, - "x1": 330, - "y1": 154, - "x2": 329, - "y2": 200, - "x3": 284, - "y3": 200 - }, - "charText": "其", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 287, - "y0": 204, - "x1": 331, - "y1": 205, - "x2": 331, - "y2": 244, - "x3": 287, - "y3": 244 - }, - "charText": "民", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 284, - "y0": 245, - "x1": 335, - "y1": 245, - "x2": 335, - "y2": 288, - "x3": 284, - "y3": 287 - }, - "charText": "滅", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 285, - "y0": 290, - "x1": 332, - "y1": 290, - "x2": 332, - "y2": 333, - "x3": 284, - "y3": 333 - }, - "charText": "雖", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 285, - "y0": 334, - "x1": 333, - "y1": 335, - "x2": 332, - "y2": 375, - "x3": 284, - "y3": 374 - }, - "charText": "今", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 293, - "y0": 382, - "x1": 320, - "y1": 383, - "x2": 320, - "y2": 415, - "x3": 294, - "y3": 414 - }, - "charText": "日", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 285, - "y0": 421, - "x1": 333, - "y1": 422, - "x2": 332, - "y2": 454, - "x3": 284, - "y3": 454 - }, - "charText": "之", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 285, - "y0": 455, - "x1": 326, - "y1": 455, - "x2": 326, - "y2": 506, - "x3": 285, - "y3": 506 - }, - "charText": "茅", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 283, - "y0": 506, - "x1": 331, - "y1": 507, - "x2": 331, - "y2": 551, - "x3": 283, - "y3": 550 - }, - "charText": "椽", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 284, - "y0": 551, - "x1": 329, - "y1": 551, - "x2": 329, - "y2": 596, - "x3": 284, - "y3": 596 - }, - "charText": "蓬", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 284, - "y0": 596, - "x1": 334, - "y1": 596, - "x2": 334, - "y2": 643, - "x3": 284, - "y3": 643 - }, - "charText": "牖", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 288, - "y0": 646, - "x1": 329, - "y1": 646, - "x2": 329, - "y2": 684, - "x3": 288, - "y3": 684 - }, - "charText": "瓦", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 287, - "y0": 684, - "x1": 327, - "y1": 684, - "x2": 327, - "y2": 728, - "x3": 287, - "y3": 728 - }, - "charText": "竈", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 285, - "y0": 731, - "x1": 328, - "y1": 731, - "x2": 328, - "y2": 767, - "x3": 285, - "y3": 767 - }, - "charText": "繩", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 286, - "y0": 768, - "x1": 334, - "y1": 768, - "x2": 334, - "y2": 811, - "x3": 285, - "y3": 810 - }, - "charText": "床", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 284, - "y0": 812, - "x1": 329, - "y1": 812, - "x2": 329, - "y2": 854, - "x3": 283, - "y3": 854 - }, - "charText": "其", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 284, - "y0": 855, - "x1": 331, - "y1": 855, - "x2": 330, - "y2": 900, - "x3": 284, - "y3": 900 - }, - "charText": "晨", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 229, - "y0": 28, - "x1": 263, - "y1": 28, - "x2": 263, - "y2": 68, - "x3": 229, - "y3": 68 - }, - "charText": "夕", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 228, - "y0": 68, - "x1": 274, - "y1": 68, - "x2": 274, - "y2": 107, - "x3": 227, - "y3": 107 - }, - "charText": "風", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 228, - "y0": 109, - "x1": 276, - "y1": 110, - "x2": 276, - "y2": 154, - "x3": 227, - "y3": 153 - }, - "charText": "露", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 225, - "y0": 155, - "x1": 272, - "y1": 155, - "x2": 272, - "y2": 199, - "x3": 225, - "y3": 199 - }, - "charText": "堦", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 224, - "y0": 201, - "x1": 271, - "y1": 201, - "x2": 270, - "y2": 247, - "x3": 224, - "y3": 247 - }, - "charText": "栁", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 225, - "y0": 246, - "x1": 274, - "y1": 247, - "x2": 273, - "y2": 288, - "x3": 225, - "y3": 288 - }, - "charText": "庭", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 226, - "y0": 288, - "x1": 275, - "y1": 288, - "x2": 275, - "y2": 331, - "x3": 225, - "y3": 331 - }, - "charText": "花", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 226, - "y0": 334, - "x1": 270, - "y1": 334, - "x2": 270, - "y2": 373, - "x3": 226, - "y3": 372 - }, - "charText": "亦", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 227, - "y0": 372, - "x1": 272, - "y1": 372, - "x2": 272, - "y2": 418, - "x3": 226, - "y3": 418 - }, - "charText": "未", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 225, - "y0": 418, - "x1": 267, - "y1": 419, - "x2": 267, - "y2": 464, - "x3": 225, - "y3": 463 - }, - "charText": "有", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 227, - "y0": 464, - "x1": 270, - "y1": 465, - "x2": 270, - "y2": 505, - "x3": 227, - "y3": 505 - }, - "charText": "防", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 224, - "y0": 504, - "x1": 270, - "y1": 504, - "x2": 270, - "y2": 549, - "x3": 224, - "y3": 549 - }, - "charText": "我", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 224, - "y0": 552, - "x1": 272, - "y1": 552, - "x2": 272, - "y2": 588, - "x3": 224, - "y3": 587 - }, - "charText": "之", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 223, - "y0": 588, - "x1": 270, - "y1": 589, - "x2": 270, - "y2": 635, - "x3": 223, - "y3": 634 - }, - "charText": "襟", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 227, - "y0": 635, - "x1": 275, - "y1": 635, - "x2": 275, - "y2": 680, - "x3": 227, - "y3": 680 - }, - "charText": "懐", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 228, - "y0": 681, - "x1": 272, - "y1": 681, - "x2": 271, - "y2": 727, - "x3": 228, - "y3": 727 - }, - "charText": "束", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 225, - "y0": 726, - "x1": 267, - "y1": 726, - "x2": 266, - "y2": 773, - "x3": 225, - "y3": 773 - }, - "charText": "筆", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 229, - "y0": 771, - "x1": 267, - "y1": 771, - "x2": 267, - "y2": 811, - "x3": 229, - "y3": 811 - }, - "charText": "閣", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 227, - "y0": 811, - "x1": 273, - "y1": 811, - "x2": 273, - "y2": 854, - "x3": 227, - "y3": 854 - }, - "charText": "墨", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 224, - "y0": 856, - "x1": 271, - "y1": 856, - "x2": 271, - "y2": 898, - "x3": 224, - "y3": 898 - }, - "charText": "雖", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 166, - "y0": 23, - "x1": 214, - "y1": 23, - "x2": 214, - "y2": 66, - "x3": 166, - "y3": 65 - }, - "charText": "我", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 165, - "y0": 64, - "x1": 214, - "y1": 64, - "x2": 214, - "y2": 109, - "x3": 165, - "y3": 109 - }, - "charText": "未", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 166, - "y0": 110, - "x1": 216, - "y1": 111, - "x2": 215, - "y2": 159, - "x3": 165, - "y3": 159 - }, - "charText": "學", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 166, - "y0": 161, - "x1": 207, - "y1": 162, - "x2": 207, - "y2": 199, - "x3": 166, - "y3": 198 - }, - "charText": "下", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 163, - "y0": 198, - "x1": 207, - "y1": 198, - "x2": 207, - "y2": 246, - "x3": 163, - "y3": 246 - }, - "charText": "筆", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 162, - "y0": 247, - "x1": 212, - "y1": 247, - "x2": 211, - "y2": 286, - "x3": 162, - "y3": 286 - }, - "charText": "無", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 166, - "y0": 288, - "x1": 215, - "y1": 288, - "x2": 215, - "y2": 326, - "x3": 166, - "y3": 326 - }, - "charText": "文", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 168, - "y0": 332, - "x1": 213, - "y1": 332, - "x2": 213, - "y2": 367, - "x3": 168, - "y3": 367 - }, - "charText": "又", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 162, - "y0": 372, - "x1": 211, - "y1": 372, - "x2": 211, - "y2": 414, - "x3": 162, - "y3": 414 - }, - "charText": "何", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 163, - "y0": 416, - "x1": 209, - "y1": 417, - "x2": 209, - "y2": 460, - "x3": 163, - "y3": 459 - }, - "charText": "妨", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 169, - "y0": 461, - "x1": 205, - "y1": 462, - "x2": 205, - "y2": 504, - "x3": 169, - "y3": 503 - }, - "charText": "用", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 164, - "y0": 507, - "x1": 210, - "y1": 507, - "x2": 210, - "y2": 545, - "x3": 164, - "y3": 545 - }, - "charText": "俚", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 162, - "y0": 550, - "x1": 211, - "y1": 550, - "x2": 211, - "y2": 590, - "x3": 162, - "y3": 590 - }, - "charText": "語", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 162, - "y0": 591, - "x1": 210, - "y1": 591, - "x2": 210, - "y2": 636, - "x3": 163, - "y3": 636 - }, - "charText": "村", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 164, - "y0": 640, - "x1": 215, - "y1": 640, - "x2": 215, - "y2": 680, - "x3": 164, - "y3": 680 - }, - "charText": "記", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 162, - "y0": 682, - "x1": 212, - "y1": 682, - "x2": 212, - "y2": 725, - "x3": 162, - "y3": 725 - }, - "charText": "敷", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 165, - "y0": 726, - "x1": 209, - "y1": 727, - "x2": 209, - "y2": 770, - "x3": 165, - "y3": 770 - }, - "charText": "演", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 167, - "y0": 770, - "x1": 205, - "y1": 771, - "x2": 205, - "y2": 810, - "x3": 167, - "y3": 810 - }, - "charText": "出", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 163, - "y0": 824, - "x1": 210, - "y1": 823, - "x2": 210, - "y2": 841, - "x3": 163, - "y3": 842 - }, - "charText": "一", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 162, - "y0": 856, - "x1": 213, - "y1": 857, - "x2": 213, - "y2": 896, - "x3": 162, - "y3": 895 - }, - "charText": "段", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 103, - "y0": 21, - "x1": 155, - "y1": 21, - "x2": 155, - "y2": 63, - "x3": 103, - "y3": 63 - }, - "charText": "故", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 103, - "y0": 63, - "x1": 147, - "y1": 63, - "x2": 147, - "y2": 112, - "x3": 103, - "y3": 112 - }, - "charText": "事", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 105, - "y0": 112, - "x1": 155, - "y1": 112, - "x2": 154, - "y2": 157, - "x3": 104, - "y3": 157 - }, - "charText": "来", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 104, - "y0": 159, - "x1": 150, - "y1": 159, - "x2": 149, - "y2": 200, - "x3": 104, - "y3": 199 - }, - "charText": "亦", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 103, - "y0": 202, - "x1": 149, - "y1": 203, - "x2": 149, - "y2": 242, - "x3": 103, - "y3": 242 - }, - "charText": "可", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 102, - "y0": 242, - "x1": 152, - "y1": 242, - "x2": 152, - "y2": 285, - "x3": 102, - "y3": 285 - }, - "charText": "使", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 106, - "y0": 287, - "x1": 147, - "y1": 288, - "x2": 146, - "y2": 329, - "x3": 105, - "y3": 329 - }, - "charText": "閨", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 106, - "y0": 331, - "x1": 146, - "y1": 331, - "x2": 146, - "y2": 374, - "x3": 106, - "y3": 374 - }, - "charText": "閣", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 105, - "y0": 375, - "x1": 150, - "y1": 375, - "x2": 150, - "y2": 414, - "x3": 105, - "y3": 414 - }, - "charText": "照", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 102, - "y0": 414, - "x1": 153, - "y1": 415, - "x2": 153, - "y2": 463, - "x3": 102, - "y3": 462 - }, - "charText": "傳", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 102, - "y0": 462, - "x1": 151, - "y1": 462, - "x2": 151, - "y2": 505, - "x3": 102, - "y3": 505 - }, - "charText": "復", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 103, - "y0": 507, - "x1": 148, - "y1": 507, - "x2": 148, - "y2": 548, - "x3": 104, - "y3": 548 - }, - "charText": "可", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 105, - "y0": 549, - "x1": 153, - "y1": 549, - "x2": 153, - "y2": 591, - "x3": 105, - "y3": 591 - }, - "charText": "悦", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 102, - "y0": 593, - "x1": 150, - "y1": 593, - "x2": 150, - "y2": 632, - "x3": 101, - "y3": 632 - }, - "charText": "世", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 105, - "y0": 638, - "x1": 152, - "y1": 639, - "x2": 152, - "y2": 676, - "x3": 104, - "y3": 676 - }, - "charText": "之", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 111, - "y0": 684, - "x1": 154, - "y1": 685, - "x2": 154, - "y2": 721, - "x3": 111, - "y3": 721 - }, - "charText": "取", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 100, - "y0": 722, - "x1": 153, - "y1": 722, - "x2": 152, - "y2": 768, - "x3": 100, - "y3": 767 - }, - "charText": "破", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 105, - "y0": 771, - "x1": 152, - "y1": 772, - "x2": 152, - "y2": 805, - "x3": 105, - "y3": 804 - }, - "charText": "人", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 100, - "y0": 806, - "x1": 150, - "y1": 806, - "x2": 150, - "y2": 854, - "x3": 99, - "y3": 854 - }, - "charText": "愁", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 105, - "y0": 856, - "x1": 153, - "y1": 856, - "x2": 153, - "y2": 897, - "x3": 105, - "y3": 897 - }, - "charText": "悶", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 42, - "y0": 25, - "x1": 87, - "y1": 25, - "x2": 87, - "y2": 66, - "x3": 42, - "y3": 65 - }, - "charText": "不", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 40, - "y0": 67, - "x1": 86, - "y1": 67, - "x2": 86, - "y2": 109, - "x3": 40, - "y3": 109 - }, - "charText": "亦", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 40, - "y0": 111, - "x1": 85, - "y1": 111, - "x2": 85, - "y2": 154, - "x3": 40, - "y3": 154 - }, - "charText": "宜", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 38, - "y0": 155, - "x1": 92, - "y1": 155, - "x2": 92, - "y2": 199, - "x3": 37, - "y3": 199 - }, - "charText": "乎", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 40, - "y0": 200, - "x1": 89, - "y1": 200, - "x2": 89, - "y2": 244, - "x3": 40, - "y3": 243 - }, - "charText": "故", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 44, - "y0": 249, - "x1": 81, - "y1": 250, - "x2": 82, - "y2": 282, - "x3": 44, - "y3": 282 - }, - "charText": "曰", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 43, - "y0": 284, - "x1": 81, - "y1": 284, - "x2": 81, - "y2": 333, - "x3": 43, - "y3": 333 - }, - "charText": "賈", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 42, - "y0": 334, - "x1": 83, - "y1": 334, - "x2": 83, - "y2": 372, - "x3": 42, - "y3": 372 - }, - "charText": "雨", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 38, - "y0": 371, - "x1": 83, - "y1": 371, - "x2": 83, - "y2": 414, - "x3": 38, - "y3": 415 - }, - "charText": "村", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 40, - "y0": 419, - "x1": 82, - "y1": 419, - "x2": 82, - "y2": 457, - "x3": 40, - "y3": 458 - }, - "charText": "云", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 40, - "y0": 464, - "x1": 92, - "y1": 464, - "x2": 91, - "y2": 501, - "x3": 39, - "y3": 501 - }, - "charText": "云", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 39, - "y0": 504, - "x1": 82, - "y1": 504, - "x2": 82, - "y2": 548, - "x3": 39, - "y3": 548 - }, - "charText": "列", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 36, - "y0": 549, - "x1": 86, - "y1": 549, - "x2": 86, - "y2": 589, - "x3": 36, - "y3": 589 - }, - "charText": "位", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 37, - "y0": 589, - "x1": 83, - "y1": 589, - "x2": 83, - "y2": 637, - "x3": 37, - "y3": 637 - }, - "charText": "看", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 42, - "y0": 638, - "x1": 92, - "y1": 638, - "x2": 92, - "y2": 682, - "x3": 42, - "y3": 682 - }, - "charText": "官", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 37, - "y0": 684, - "x1": 86, - "y1": 684, - "x2": 85, - "y2": 724, - "x3": 36, - "y3": 723 - }, - "charText": "你", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 38, - "y0": 725, - "x1": 89, - "y1": 725, - "x2": 88, - "y2": 769, - "x3": 38, - "y3": 768 - }, - "charText": "道", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 39, - "y0": 769, - "x1": 90, - "y1": 770, - "x2": 89, - "y2": 806, - "x3": 39, - "y3": 806 - }, - "charText": "此", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 38, - "y0": 807, - "x1": 82, - "y1": 807, - "x2": 82, - "y2": 858, - "x3": 38, - "y3": 858 - }, - "charText": "書", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 36, - "y0": 860, - "x1": 86, - "y1": 861, - "x2": 86, - "y2": 898, - "x3": 36, - "y3": 897 - }, - "charText": "何", - "textlineId": 8, - "picUri": "", - "isPicText": false - } - ] - }, - "7501933907890274345": { - "wordBoxList": [ - { - "charPoly": { - "x0": 535, - "y0": 48, - "x1": 586, - "y1": 50, - "x2": 585, - "y2": 97, - "x3": 534, - "y3": 95 - }, - "charText": "来", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 531, - "y0": 95, - "x1": 585, - "y1": 97, - "x2": 584, - "y2": 136, - "x3": 530, - "y3": 135 - }, - "charText": "説", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 530, - "y0": 137, - "x1": 582, - "y1": 138, - "x2": 582, - "y2": 182, - "x3": 530, - "y3": 181 - }, - "charText": "起", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 531, - "y0": 182, - "x1": 581, - "y1": 183, - "x2": 581, - "y2": 227, - "x3": 531, - "y3": 227 - }, - "charText": "根", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 536, - "y0": 228, - "x1": 581, - "y1": 229, - "x2": 581, - "y2": 268, - "x3": 536, - "y3": 268 - }, - "charText": "由", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 532, - "y0": 270, - "x1": 580, - "y1": 270, - "x2": 580, - "y2": 313, - "x3": 532, - "y3": 313 - }, - "charText": "雖", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 533, - "y0": 314, - "x1": 580, - "y1": 314, - "x2": 580, - "y2": 354, - "x3": 533, - "y3": 354 - }, - "charText": "近", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 537, - "y0": 354, - "x1": 581, - "y1": 354, - "x2": 581, - "y2": 397, - "x3": 537, - "y3": 396 - }, - "charText": "荒", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 534, - "y0": 397, - "x1": 582, - "y1": 397, - "x2": 582, - "y2": 443, - "x3": 533, - "y3": 443 - }, - "charText": "唐", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 534, - "y0": 445, - "x1": 580, - "y1": 446, - "x2": 580, - "y2": 483, - "x3": 534, - "y3": 482 - }, - "charText": "細", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 533, - "y0": 483, - "x1": 580, - "y1": 484, - "x2": 580, - "y2": 527, - "x3": 532, - "y3": 527 - }, - "charText": "按", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 536, - "y0": 530, - "x1": 576, - "y1": 530, - "x2": 575, - "y2": 573, - "x3": 536, - "y3": 573 - }, - "charText": "則", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 534, - "y0": 575, - "x1": 577, - "y1": 575, - "x2": 577, - "y2": 616, - "x3": 534, - "y3": 615 - }, - "charText": "深", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 534, - "y0": 615, - "x1": 574, - "y1": 615, - "x2": 574, - "y2": 659, - "x3": 534, - "y3": 659 - }, - "charText": "有", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 530, - "y0": 659, - "x1": 579, - "y1": 660, - "x2": 579, - "y2": 703, - "x3": 529, - "y3": 703 - }, - "charText": "趣", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 531, - "y0": 703, - "x1": 582, - "y1": 704, - "x2": 581, - "y2": 749, - "x3": 531, - "y3": 749 - }, - "charText": "味", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 530, - "y0": 749, - "x1": 579, - "y1": 750, - "x2": 578, - "y2": 795, - "x3": 529, - "y3": 794 - }, - "charText": "待", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 533, - "y0": 793, - "x1": 575, - "y1": 794, - "x2": 575, - "y2": 834, - "x3": 533, - "y3": 834 - }, - "charText": "在", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 531, - "y0": 836, - "x1": 575, - "y1": 837, - "x2": 574, - "y2": 874, - "x3": 531, - "y3": 873 - }, - "charText": "下", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 532, - "y0": 877, - "x1": 578, - "y1": 877, - "x2": 578, - "y2": 920, - "x3": 532, - "y3": 920 - }, - "charText": "将", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 474, - "y0": 49, - "x1": 522, - "y1": 50, - "x2": 522, - "y2": 87, - "x3": 474, - "y3": 86 - }, - "charText": "此", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 475, - "y0": 87, - "x1": 522, - "y1": 88, - "x2": 521, - "y2": 136, - "x3": 474, - "y3": 135 - }, - "charText": "来", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 474, - "y0": 137, - "x1": 519, - "y1": 137, - "x2": 519, - "y2": 178, - "x3": 473, - "y3": 177 - }, - "charText": "歴", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 470, - "y0": 182, - "x1": 519, - "y1": 182, - "x2": 518, - "y2": 222, - "x3": 470, - "y3": 222 - }, - "charText": "註", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 475, - "y0": 228, - "x1": 522, - "y1": 228, - "x2": 522, - "y2": 271, - "x3": 475, - "y3": 270 - }, - "charText": "明", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 472, - "y0": 272, - "x1": 516, - "y1": 273, - "x2": 516, - "y2": 311, - "x3": 472, - "y3": 311 - }, - "charText": "方", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 471, - "y0": 311, - "x1": 517, - "y1": 312, - "x2": 517, - "y2": 354, - "x3": 471, - "y3": 353 - }, - "charText": "使", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 474, - "y0": 355, - "x1": 516, - "y1": 356, - "x2": 516, - "y2": 398, - "x3": 474, - "y3": 398 - }, - "charText": "閲", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 471, - "y0": 397, - "x1": 517, - "y1": 397, - "x2": 517, - "y2": 442, - "x3": 471, - "y3": 442 - }, - "charText": "者", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 478, - "y0": 444, - "x1": 510, - "y1": 444, - "x2": 510, - "y2": 482, - "x3": 479, - "y3": 481 - }, - "charText": "了", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 476, - "y0": 483, - "x1": 517, - "y1": 483, - "x2": 517, - "y2": 525, - "x3": 476, - "y3": 525 - }, - "charText": "然", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 474, - "y0": 531, - "x1": 515, - "y1": 531, - "x2": 515, - "y2": 569, - "x3": 474, - "y3": 569 - }, - "charText": "不", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 474, - "y0": 569, - "x1": 521, - "y1": 569, - "x2": 521, - "y2": 613, - "x3": 474, - "y3": 613 - }, - "charText": "惑", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 470, - "y0": 616, - "x1": 516, - "y1": 617, - "x2": 515, - "y2": 659, - "x3": 470, - "y3": 659 - }, - "charText": "原", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 475, - "y0": 659, - "x1": 520, - "y1": 660, - "x2": 520, - "y2": 708, - "x3": 475, - "y3": 708 - }, - "charText": "来", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 468, - "y0": 710, - "x1": 518, - "y1": 711, - "x2": 518, - "y2": 746, - "x3": 468, - "y3": 745 - }, - "charText": "女", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 467, - "y0": 749, - "x1": 518, - "y1": 750, - "x2": 517, - "y2": 789, - "x3": 467, - "y3": 788 - }, - "charText": "媧", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 475, - "y0": 791, - "x1": 517, - "y1": 791, - "x2": 517, - "y2": 829, - "x3": 474, - "y3": 828 - }, - "charText": "氏", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 469, - "y0": 829, - "x1": 517, - "y1": 829, - "x2": 517, - "y2": 879, - "x3": 468, - "y3": 879 - }, - "charText": "煉", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 469, - "y0": 881, - "x1": 511, - "y1": 882, - "x2": 510, - "y2": 918, - "x3": 469, - "y3": 918 - }, - "charText": "石", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 411, - "y0": 48, - "x1": 460, - "y1": 49, - "x2": 460, - "y2": 93, - "x3": 411, - "y3": 92 - }, - "charText": "補", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 415, - "y0": 95, - "x1": 462, - "y1": 95, - "x2": 462, - "y2": 132, - "x3": 415, - "y3": 132 - }, - "charText": "天", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 412, - "y0": 137, - "x1": 460, - "y1": 137, - "x2": 460, - "y2": 172, - "x3": 412, - "y3": 171 - }, - "charText": "之", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 412, - "y0": 174, - "x1": 461, - "y1": 175, - "x2": 461, - "y2": 225, - "x3": 412, - "y3": 224 - }, - "charText": "時", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 408, - "y0": 226, - "x1": 462, - "y1": 227, - "x2": 461, - "y2": 267, - "x3": 408, - "y3": 266 - }, - "charText": "於", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 414, - "y0": 268, - "x1": 459, - "y1": 268, - "x2": 459, - "y2": 306, - "x3": 413, - "y3": 305 - }, - "charText": "大", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 415, - "y0": 305, - "x1": 459, - "y1": 306, - "x2": 459, - "y2": 352, - "x3": 415, - "y3": 352 - }, - "charText": "荒", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 414, - "y0": 355, - "x1": 459, - "y1": 356, - "x2": 459, - "y2": 391, - "x3": 414, - "y3": 391 - }, - "charText": "山", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 436, - "y0": 400, - "x1": 462, - "y1": 400, - "x2": 462, - "y2": 435, - "x3": 436, - "y3": 435 - }, - "charText": "荒", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 431, - "y0": 443, - "x1": 460, - "y1": 443, - "x2": 460, - "y2": 477, - "x3": 430, - "y3": 477 - }, - "charText": "唐", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 407, - "y0": 402, - "x1": 434, - "y1": 402, - "x2": 434, - "y2": 431, - "x3": 408, - "y3": 431 - }, - "charText": "也", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 409, - "y0": 481, - "x1": 458, - "y1": 481, - "x2": 458, - "y2": 524, - "x3": 409, - "y3": 524 - }, - "charText": "無", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 408, - "y0": 525, - "x1": 455, - "y1": 525, - "x2": 455, - "y2": 571, - "x3": 408, - "y3": 570 - }, - "charText": "稽", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 411, - "y0": 572, - "x1": 459, - "y1": 572, - "x2": 459, - "y2": 616, - "x3": 411, - "y3": 616 - }, - "charText": "崖", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 434, - "y0": 622, - "x1": 460, - "y1": 623, - "x2": 460, - "y2": 653, - "x3": 434, - "y3": 653 - }, - "charText": "無", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 428, - "y0": 661, - "x1": 460, - "y1": 661, - "x2": 460, - "y2": 695, - "x3": 428, - "y3": 695 - }, - "charText": "稽", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 406, - "y0": 622, - "x1": 433, - "y1": 622, - "x2": 433, - "y2": 649, - "x3": 407, - "y3": 649 - }, - "charText": "也", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 409, - "y0": 697, - "x1": 459, - "y1": 698, - "x2": 458, - "y2": 747, - "x3": 409, - "y3": 747 - }, - "charText": "煉", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 410, - "y0": 746, - "x1": 457, - "y1": 747, - "x2": 457, - "y2": 790, - "x3": 410, - "y3": 789 - }, - "charText": "成", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 412, - "y0": 789, - "x1": 454, - "y1": 789, - "x2": 454, - "y2": 834, - "x3": 411, - "y3": 833 - }, - "charText": "髙", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 410, - "y0": 839, - "x1": 456, - "y1": 839, - "x2": 456, - "y2": 875, - "x3": 410, - "y3": 875 - }, - "charText": "經", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 410, - "y0": 880, - "x1": 453, - "y1": 881, - "x2": 452, - "y2": 917, - "x3": 410, - "y3": 917 - }, - "charText": "十", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 355, - "y0": 52, - "x1": 399, - "y1": 53, - "x2": 399, - "y2": 81, - "x3": 355, - "y3": 81 - }, - "charText": "二", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 356, - "y0": 87, - "x1": 403, - "y1": 87, - "x2": 403, - "y2": 130, - "x3": 355, - "y3": 130 - }, - "charText": "霸", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 376, - "y0": 141, - "x1": 403, - "y1": 141, - "x2": 403, - "y2": 169, - "x3": 376, - "y3": 169 - }, - "charText": "照", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 377, - "y0": 182, - "x1": 402, - "y1": 183, - "x2": 402, - "y2": 214, - "x3": 377, - "y3": 214 - }, - "charText": "應", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 374, - "y0": 227, - "x1": 400, - "y1": 228, - "x2": 400, - "y2": 257, - "x3": 374, - "y3": 257 - }, - "charText": "十", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 349, - "y0": 143, - "x1": 374, - "y1": 143, - "x2": 374, - "y2": 166, - "x3": 349, - "y3": 165 - }, - "charText": "二", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 347, - "y0": 182, - "x1": 376, - "y1": 183, - "x2": 376, - "y2": 212, - "x3": 347, - "y3": 212 - }, - "charText": "釵", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 354, - "y0": 268, - "x1": 395, - "y1": 269, - "x2": 395, - "y2": 309, - "x3": 353, - "y3": 308 - }, - "charText": "方", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 353, - "y0": 312, - "x1": 397, - "y1": 313, - "x2": 397, - "y2": 349, - "x3": 352, - "y3": 348 - }, - "charText": "經", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 351, - "y0": 358, - "x1": 398, - "y1": 359, - "x2": 398, - "y2": 386, - "x3": 351, - "y3": 386 - }, - "charText": "二", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 351, - "y0": 395, - "x1": 395, - "y1": 395, - "x2": 394, - "y2": 434, - "x3": 351, - "y3": 434 - }, - "charText": "十", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 353, - "y0": 443, - "x1": 396, - "y1": 443, - "x2": 396, - "y2": 475, - "x3": 353, - "y3": 475 - }, - "charText": "四", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 352, - "y0": 479, - "x1": 400, - "y1": 479, - "x2": 400, - "y2": 520, - "x3": 352, - "y3": 520 - }, - "charText": "成", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 374, - "y0": 533, - "x1": 400, - "y1": 534, - "x2": 400, - "y2": 564, - "x3": 375, - "y3": 564 - }, - "charText": "照", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 373, - "y0": 574, - "x1": 400, - "y1": 574, - "x2": 400, - "y2": 607, - "x3": 373, - "y3": 607 - }, - "charText": "應", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 375, - "y0": 620, - "x1": 400, - "y1": 620, - "x2": 400, - "y2": 650, - "x3": 376, - "y3": 650 - }, - "charText": "副", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 345, - "y0": 532, - "x1": 371, - "y1": 532, - "x2": 371, - "y2": 563, - "x3": 345, - "y3": 563 - }, - "charText": "十", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 346, - "y0": 578, - "x1": 372, - "y1": 578, - "x2": 372, - "y2": 602, - "x3": 346, - "y3": 602 - }, - "charText": "二", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 344, - "y0": 619, - "x1": 375, - "y1": 620, - "x2": 375, - "y2": 649, - "x3": 345, - "y3": 649 - }, - "charText": "釵", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 347, - "y0": 660, - "x1": 394, - "y1": 660, - "x2": 394, - "y2": 702, - "x3": 346, - "y3": 702 - }, - "charText": "頑", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 351, - "y0": 706, - "x1": 391, - "y1": 706, - "x2": 391, - "y2": 741, - "x3": 351, - "y3": 741 - }, - "charText": "石", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 350, - "y0": 748, - "x1": 394, - "y1": 748, - "x2": 393, - "y2": 782, - "x3": 350, - "y3": 782 - }, - "charText": "三", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 351, - "y0": 783, - "x1": 392, - "y1": 784, - "x2": 392, - "y2": 833, - "x3": 351, - "y3": 833 - }, - "charText": "萬", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 347, - "y0": 835, - "x1": 393, - "y1": 836, - "x2": 393, - "y2": 871, - "x3": 347, - "y3": 870 - }, - "charText": "六", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 348, - "y0": 874, - "x1": 389, - "y1": 874, - "x2": 388, - "y2": 918, - "x3": 347, - "y3": 917 - }, - "charText": "千", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 293, - "y0": 50, - "x1": 340, - "y1": 51, - "x2": 339, - "y2": 84, - "x3": 293, - "y3": 84 - }, - "charText": "五", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 294, - "y0": 91, - "x1": 337, - "y1": 92, - "x2": 337, - "y2": 129, - "x3": 293, - "y3": 128 - }, - "charText": "百", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 294, - "y0": 133, - "x1": 340, - "y1": 133, - "x2": 339, - "y2": 178, - "x3": 293, - "y3": 177 - }, - "charText": "零", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 291, - "y0": 189, - "x1": 338, - "y1": 191, - "x2": 338, - "y2": 207, - "x3": 292, - "y3": 206 - }, - "charText": "一", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 291, - "y0": 223, - "x1": 342, - "y1": 224, - "x2": 341, - "y2": 267, - "x3": 290, - "y3": 266 - }, - "charText": "塊", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 288, - "y0": 268, - "x1": 336, - "y1": 269, - "x2": 335, - "y2": 308, - "x3": 288, - "y3": 307 - }, - "charText": "媧", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 291, - "y0": 308, - "x1": 334, - "y1": 309, - "x2": 333, - "y2": 351, - "x3": 291, - "y3": 350 - }, - "charText": "皇", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 295, - "y0": 353, - "x1": 336, - "y1": 353, - "x2": 336, - "y2": 392, - "x3": 295, - "y3": 391 - }, - "charText": "氏", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 293, - "y0": 397, - "x1": 332, - "y1": 397, - "x2": 333, - "y2": 434, - "x3": 293, - "y3": 434 - }, - "charText": "只", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 294, - "y0": 437, - "x1": 331, - "y1": 437, - "x2": 331, - "y2": 481, - "x3": 295, - "y3": 481 - }, - "charText": "用", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 296, - "y0": 485, - "x1": 328, - "y1": 484, - "x2": 328, - "y2": 525, - "x3": 296, - "y3": 525 - }, - "charText": "了", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 292, - "y0": 531, - "x1": 331, - "y1": 531, - "x2": 332, - "y2": 564, - "x3": 292, - "y3": 564 - }, - "charText": "三", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 291, - "y0": 564, - "x1": 333, - "y1": 565, - "x2": 333, - "y2": 616, - "x3": 291, - "y3": 616 - }, - "charText": "萬", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 291, - "y0": 620, - "x1": 334, - "y1": 620, - "x2": 334, - "y2": 655, - "x3": 292, - "y3": 655 - }, - "charText": "六", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 291, - "y0": 658, - "x1": 331, - "y1": 659, - "x2": 331, - "y2": 703, - "x3": 291, - "y3": 703 - }, - "charText": "千", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 288, - "y0": 707, - "x1": 335, - "y1": 707, - "x2": 335, - "y2": 742, - "x3": 288, - "y3": 742 - }, - "charText": "五", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 290, - "y0": 747, - "x1": 332, - "y1": 748, - "x2": 332, - "y2": 786, - "x3": 290, - "y3": 786 - }, - "charText": "百", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 287, - "y0": 789, - "x1": 338, - "y1": 790, - "x2": 338, - "y2": 831, - "x3": 287, - "y3": 830 - }, - "charText": "塊", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 313, - "y0": 840, - "x1": 338, - "y1": 840, - "x2": 338, - "y2": 869, - "x3": 312, - "y3": 869 - }, - "charText": "合", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 311, - "y0": 879, - "x1": 338, - "y1": 880, - "x2": 338, - "y2": 911, - "x3": 311, - "y3": 911 - }, - "charText": "週", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 284, - "y0": 841, - "x1": 313, - "y1": 842, - "x2": 313, - "y2": 870, - "x3": 284, - "y3": 869 - }, - "charText": "天", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 283, - "y0": 880, - "x1": 310, - "y1": 880, - "x2": 310, - "y2": 907, - "x3": 283, - "y3": 907 - }, - "charText": "之", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 245, - "y0": 50, - "x1": 283, - "y1": 51, - "x2": 283, - "y2": 84, - "x3": 245, - "y3": 83 - }, - "charText": "数", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 240, - "y0": 93, - "x1": 278, - "y1": 93, - "x2": 277, - "y2": 126, - "x3": 240, - "y3": 126 - }, - "charText": "只", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 235, - "y0": 127, - "x1": 278, - "y1": 128, - "x2": 277, - "y2": 175, - "x3": 235, - "y3": 175 - }, - "charText": "单", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 234, - "y0": 177, - "x1": 278, - "y1": 178, - "x2": 277, - "y2": 226, - "x3": 233, - "y3": 225 - }, - "charText": "单", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 235, - "y0": 226, - "x1": 276, - "y1": 226, - "x2": 276, - "y2": 266, - "x3": 235, - "y3": 266 - }, - "charText": "的", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 231, - "y0": 266, - "x1": 274, - "y1": 267, - "x2": 273, - "y2": 311, - "x3": 231, - "y3": 310 - }, - "charText": "剩", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 237, - "y0": 311, - "x1": 268, - "y1": 312, - "x2": 267, - "y2": 355, - "x3": 237, - "y3": 355 - }, - "charText": "了", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 230, - "y0": 365, - "x1": 275, - "y1": 366, - "x2": 276, - "y2": 380, - "x3": 231, - "y3": 380 - }, - "charText": "一", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 229, - "y0": 393, - "x1": 278, - "y1": 393, - "x2": 278, - "y2": 434, - "x3": 229, - "y3": 434 - }, - "charText": "塊", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 231, - "y0": 435, - "x1": 278, - "y1": 435, - "x2": 277, - "y2": 482, - "x3": 231, - "y3": 482 - }, - "charText": "未", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 233, - "y0": 484, - "x1": 278, - "y1": 484, - "x2": 278, - "y2": 525, - "x3": 233, - "y3": 525 - }, - "charText": "用", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 229, - "y0": 528, - "x1": 277, - "y1": 528, - "x2": 277, - "y2": 569, - "x3": 229, - "y3": 569 - }, - "charText": "便", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 229, - "y0": 569, - "x1": 274, - "y1": 569, - "x2": 274, - "y2": 615, - "x3": 229, - "y3": 615 - }, - "charText": "棄", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 231, - "y0": 616, - "x1": 274, - "y1": 616, - "x2": 274, - "y2": 658, - "x3": 231, - "y3": 658 - }, - "charText": "在", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 232, - "y0": 660, - "x1": 278, - "y1": 660, - "x2": 278, - "y2": 697, - "x3": 232, - "y3": 697 - }, - "charText": "此", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 234, - "y0": 703, - "x1": 274, - "y1": 703, - "x2": 274, - "y2": 739, - "x3": 234, - "y3": 739 - }, - "charText": "山", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 231, - "y0": 740, - "x1": 273, - "y1": 740, - "x2": 273, - "y2": 791, - "x3": 230, - "y3": 791 - }, - "charText": "青", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 230, - "y0": 791, - "x1": 277, - "y1": 791, - "x2": 276, - "y2": 830, - "x3": 230, - "y3": 829 - }, - "charText": "埂", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 231, - "y0": 830, - "x1": 277, - "y1": 830, - "x2": 276, - "y2": 881, - "x3": 230, - "y3": 881 - }, - "charText": "峯", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 229, - "y0": 882, - "x1": 275, - "y1": 883, - "x2": 275, - "y2": 919, - "x3": 229, - "y3": 918 - }, - "charText": "下", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 197, - "y0": 50, - "x1": 225, - "y1": 50, - "x2": 225, - "y2": 81, - "x3": 197, - "y3": 81 - }, - "charText": "妙", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 204, - "y0": 91, - "x1": 224, - "y1": 92, - "x2": 224, - "y2": 121, - "x3": 204, - "y3": 121 - }, - "charText": "自", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 197, - "y0": 133, - "x1": 225, - "y1": 134, - "x2": 224, - "y2": 166, - "x3": 196, - "y3": 165 - }, - "charText": "謂", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 200, - "y0": 178, - "x1": 224, - "y1": 179, - "x2": 224, - "y2": 210, - "x3": 200, - "y3": 209 - }, - "charText": "墜", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 198, - "y0": 222, - "x1": 222, - "y1": 223, - "x2": 222, - "y2": 254, - "x3": 198, - "y3": 254 - }, - "charText": "落", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 196, - "y0": 264, - "x1": 222, - "y1": 265, - "x2": 222, - "y2": 299, - "x3": 196, - "y3": 298 - }, - "charText": "情", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 169, - "y0": 50, - "x1": 196, - "y1": 50, - "x2": 196, - "y2": 80, - "x3": 169, - "y3": 80 - }, - "charText": "根", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 171, - "y0": 89, - "x1": 200, - "y1": 90, - "x2": 200, - "y2": 120, - "x3": 171, - "y3": 120 - }, - "charText": "故", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 169, - "y0": 133, - "x1": 195, - "y1": 133, - "x2": 195, - "y2": 162, - "x3": 169, - "y3": 162 - }, - "charText": "無", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 169, - "y0": 179, - "x1": 195, - "y1": 179, - "x2": 195, - "y2": 209, - "x3": 169, - "y3": 209 - }, - "charText": "補", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 168, - "y0": 226, - "x1": 195, - "y1": 227, - "x2": 195, - "y2": 253, - "x3": 168, - "y3": 252 - }, - "charText": "天", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 169, - "y0": 270, - "x1": 192, - "y1": 270, - "x2": 192, - "y2": 299, - "x3": 169, - "y3": 298 - }, - "charText": "用", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 166, - "y0": 308, - "x1": 216, - "y1": 308, - "x2": 216, - "y2": 351, - "x3": 165, - "y3": 351 - }, - "charText": "誰", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 167, - "y0": 353, - "x1": 214, - "y1": 354, - "x2": 213, - "y2": 388, - "x3": 166, - "y3": 387 - }, - "charText": "知", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 170, - "y0": 392, - "x1": 216, - "y1": 392, - "x2": 216, - "y2": 428, - "x3": 170, - "y3": 428 - }, - "charText": "此", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 168, - "y0": 439, - "x1": 219, - "y1": 439, - "x2": 219, - "y2": 476, - "x3": 168, - "y3": 476 - }, - "charText": "石", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 175, - "y0": 480, - "x1": 210, - "y1": 480, - "x2": 210, - "y2": 522, - "x3": 175, - "y3": 522 - }, - "charText": "自", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 170, - "y0": 526, - "x1": 214, - "y1": 526, - "x2": 214, - "y2": 564, - "x3": 170, - "y3": 563 - }, - "charText": "經", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 169, - "y0": 570, - "x1": 217, - "y1": 570, - "x2": 217, - "y2": 609, - "x3": 169, - "y3": 609 - }, - "charText": "煆", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 169, - "y0": 610, - "x1": 218, - "y1": 610, - "x2": 218, - "y2": 657, - "x3": 169, - "y3": 657 - }, - "charText": "煉", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 170, - "y0": 661, - "x1": 218, - "y1": 662, - "x2": 218, - "y2": 695, - "x3": 170, - "y3": 695 - }, - "charText": "之", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 170, - "y0": 699, - "x1": 220, - "y1": 699, - "x2": 220, - "y2": 743, - "x3": 170, - "y3": 742 - }, - "charText": "後", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 170, - "y0": 744, - "x1": 213, - "y1": 744, - "x2": 213, - "y2": 789, - "x3": 170, - "y3": 789 - }, - "charText": "靈", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 170, - "y0": 788, - "x1": 214, - "y1": 788, - "x2": 214, - "y2": 829, - "x3": 170, - "y3": 829 - }, - "charText": "性", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 173, - "y0": 833, - "x1": 213, - "y1": 833, - "x2": 213, - "y2": 867, - "x3": 173, - "y3": 867 - }, - "charText": "巳", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 166, - "y0": 872, - "x1": 219, - "y1": 872, - "x2": 219, - "y2": 917, - "x3": 166, - "y3": 917 - }, - "charText": "通", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 137, - "y0": 50, - "x1": 164, - "y1": 50, - "x2": 164, - "y2": 80, - "x3": 138, - "y3": 79 - }, - "charText": "煆", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 139, - "y0": 89, - "x1": 165, - "y1": 89, - "x2": 164, - "y2": 121, - "x3": 138, - "y3": 121 - }, - "charText": "煉", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 137, - "y0": 132, - "x1": 163, - "y1": 132, - "x2": 163, - "y2": 162, - "x3": 138, - "y3": 162 - }, - "charText": "後", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 137, - "y0": 177, - "x1": 163, - "y1": 177, - "x2": 163, - "y2": 207, - "x3": 137, - "y3": 207 - }, - "charText": "性", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 136, - "y0": 226, - "x1": 162, - "y1": 226, - "x2": 162, - "y2": 254, - "x3": 136, - "y3": 254 - }, - "charText": "方", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 135, - "y0": 269, - "x1": 161, - "y1": 269, - "x2": 161, - "y2": 298, - "x3": 135, - "y3": 298 - }, - "charText": "通", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 132, - "y0": 310, - "x1": 160, - "y1": 310, - "x2": 159, - "y2": 342, - "x3": 131, - "y3": 342 - }, - "charText": "甚", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 108, - "y0": 44, - "x1": 136, - "y1": 44, - "x2": 136, - "y2": 80, - "x3": 107, - "y3": 80 - }, - "charText": "哉", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 109, - "y0": 89, - "x1": 137, - "y1": 89, - "x2": 137, - "y2": 116, - "x3": 109, - "y3": 116 - }, - "charText": "人", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 108, - "y0": 130, - "x1": 133, - "y1": 130, - "x2": 133, - "y2": 160, - "x3": 109, - "y3": 160 - }, - "charText": "生", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 108, - "y0": 179, - "x1": 133, - "y1": 179, - "x2": 133, - "y2": 207, - "x3": 108, - "y3": 207 - }, - "charText": "不", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 107, - "y0": 223, - "x1": 133, - "y1": 223, - "x2": 133, - "y2": 258, - "x3": 107, - "y3": 258 - }, - "charText": "學", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 107, - "y0": 269, - "x1": 132, - "y1": 269, - "x2": 132, - "y2": 297, - "x3": 108, - "y3": 296 - }, - "charText": "也", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 114, - "y0": 351, - "x1": 152, - "y1": 351, - "x2": 151, - "y2": 391, - "x3": 114, - "y3": 391 - }, - "charText": "因", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 111, - "y0": 393, - "x1": 156, - "y1": 393, - "x2": 156, - "y2": 433, - "x3": 111, - "y3": 433 - }, - "charText": "見", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 113, - "y0": 434, - "x1": 153, - "y1": 434, - "x2": 153, - "y2": 481, - "x3": 113, - "y3": 481 - }, - "charText": "衆", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 112, - "y0": 485, - "x1": 151, - "y1": 485, - "x2": 151, - "y2": 521, - "x3": 112, - "y3": 520 - }, - "charText": "石", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 110, - "y0": 524, - "x1": 156, - "y1": 525, - "x2": 156, - "y2": 566, - "x3": 109, - "y3": 566 - }, - "charText": "俱", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 108, - "y0": 569, - "x1": 155, - "y1": 569, - "x2": 155, - "y2": 614, - "x3": 108, - "y3": 614 - }, - "charText": "得", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 108, - "y0": 615, - "x1": 153, - "y1": 615, - "x2": 153, - "y2": 658, - "x3": 108, - "y3": 658 - }, - "charText": "補", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 112, - "y0": 661, - "x1": 158, - "y1": 662, - "x2": 158, - "y2": 699, - "x3": 112, - "y3": 698 - }, - "charText": "天", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 109, - "y0": 700, - "x1": 154, - "y1": 701, - "x2": 153, - "y2": 746, - "x3": 109, - "y3": 745 - }, - "charText": "獨", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 117, - "y0": 745, - "x1": 151, - "y1": 746, - "x2": 151, - "y2": 788, - "x3": 117, - "y3": 788 - }, - "charText": "自", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 116, - "y0": 791, - "x1": 154, - "y1": 791, - "x2": 154, - "y2": 826, - "x3": 116, - "y3": 825 - }, - "charText": "已", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 106, - "y0": 828, - "x1": 157, - "y1": 828, - "x2": 157, - "y2": 872, - "x3": 105, - "y3": 872 - }, - "charText": "無", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 106, - "y0": 873, - "x1": 158, - "y1": 873, - "x2": 158, - "y2": 919, - "x3": 106, - "y3": 918 - }, - "charText": "材", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 50, - "y0": 46, - "x1": 93, - "y1": 46, - "x2": 93, - "y2": 82, - "x3": 50, - "y3": 82 - }, - "charText": "不", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 49, - "y0": 82, - "x1": 96, - "y1": 82, - "x2": 95, - "y2": 126, - "x3": 49, - "y3": 126 - }, - "charText": "堪", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 52, - "y0": 134, - "x1": 98, - "y1": 135, - "x2": 98, - "y2": 164, - "x3": 52, - "y3": 163 - }, - "charText": "入", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 46, - "y0": 173, - "x1": 101, - "y1": 174, - "x2": 101, - "y2": 218, - "x3": 46, - "y3": 218 - }, - "charText": "選", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 47, - "y0": 219, - "x1": 97, - "y1": 220, - "x2": 97, - "y2": 264, - "x3": 46, - "y3": 263 - }, - "charText": "遂", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 52, - "y0": 264, - "x1": 89, - "y1": 264, - "x2": 89, - "y2": 304, - "x3": 52, - "y3": 303 - }, - "charText": "自", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 51, - "y0": 305, - "x1": 94, - "y1": 306, - "x2": 93, - "y2": 346, - "x3": 51, - "y3": 345 - }, - "charText": "怨", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 54, - "y0": 348, - "x1": 89, - "y1": 348, - "x2": 89, - "y2": 389, - "x3": 54, - "y3": 389 - }, - "charText": "自", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 48, - "y0": 390, - "x1": 98, - "y1": 390, - "x2": 98, - "y2": 434, - "x3": 48, - "y3": 433 - }, - "charText": "嘆", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 56, - "y0": 439, - "x1": 86, - "y1": 439, - "x2": 86, - "y2": 474, - "x3": 57, - "y3": 474 - }, - "charText": "日", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 50, - "y0": 476, - "x1": 96, - "y1": 476, - "x2": 96, - "y2": 521, - "x3": 50, - "y3": 522 - }, - "charText": "夜", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 51, - "y0": 524, - "x1": 93, - "y1": 524, - "x2": 93, - "y2": 569, - "x3": 51, - "y3": 569 - }, - "charText": "悲", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 48, - "y0": 569, - "x1": 96, - "y1": 570, - "x2": 96, - "y2": 615, - "x3": 48, - "y3": 614 - }, - "charText": "啼", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 47, - "y0": 614, - "x1": 96, - "y1": 614, - "x2": 96, - "y2": 660, - "x3": 47, - "y3": 660 - }, - "charText": "慚", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 48, - "y0": 660, - "x1": 99, - "y1": 661, - "x2": 98, - "y2": 706, - "x3": 48, - "y3": 706 - }, - "charText": "愧", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 46, - "y0": 714, - "x1": 95, - "y1": 715, - "x2": 95, - "y2": 730, - "x3": 46, - "y3": 729 - }, - "charText": "一", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 56, - "y0": 746, - "x1": 84, - "y1": 746, - "x2": 84, - "y2": 782, - "x3": 56, - "y3": 782 - }, - "charText": "日", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 47, - "y0": 789, - "x1": 91, - "y1": 789, - "x2": 91, - "y2": 826, - "x3": 47, - "y3": 825 - }, - "charText": "正", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 49, - "y0": 828, - "x1": 93, - "y1": 828, - "x2": 92, - "y2": 875, - "x3": 49, - "y3": 875 - }, - "charText": "當", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 42, - "y0": 875, - "x1": 92, - "y1": 876, - "x2": 92, - "y2": 920, - "x3": 42, - "y3": 920 - }, - "charText": "嗟", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 9, - "y0": 90, - "x1": 35, - "y1": 90, - "x2": 35, - "y2": 135, - "x3": 9, - "y3": 134 - }, - "charText": "頁", - "textlineId": 9, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 7, - "y0": 139, - "x1": 37, - "y1": 140, - "x2": 37, - "y2": 176, - "x3": 8, - "y3": 175 - }, - "charText": "已", - "textlineId": 9, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 7, - "y0": 728, - "x1": 34, - "y1": 729, - "x2": 35, - "y2": 753, - "x3": 7, - "y3": 752 - }, - "charText": "二", - "textlineId": 9, - "picUri": "", - "isPicText": false - } - ] - }, - "7501933907890290729": { - "wordBoxList": [ - { - "charPoly": { - "x0": 534, - "y0": 28, - "x1": 581, - "y1": 28, - "x2": 581, - "y2": 75, - "x3": 534, - "y3": 75 - }, - "charText": "悼", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 534, - "y0": 77, - "x1": 582, - "y1": 77, - "x2": 583, - "y2": 109, - "x3": 535, - "y3": 110 - }, - "charText": "之", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 535, - "y0": 115, - "x1": 584, - "y1": 115, - "x2": 585, - "y2": 158, - "x3": 535, - "y3": 158 - }, - "charText": "際", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 533, - "y0": 160, - "x1": 583, - "y1": 160, - "x2": 583, - "y2": 201, - "x3": 533, - "y3": 201 - }, - "charText": "俄", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 536, - "y0": 204, - "x1": 583, - "y1": 204, - "x2": 583, - "y2": 245, - "x3": 536, - "y3": 246 - }, - "charText": "見", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 535, - "y0": 257, - "x1": 582, - "y1": 257, - "x2": 583, - "y2": 273, - "x3": 536, - "y3": 273 - }, - "charText": "一", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 533, - "y0": 287, - "x1": 580, - "y1": 287, - "x2": 580, - "y2": 333, - "x3": 534, - "y3": 334 - }, - "charText": "僧", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 535, - "y0": 345, - "x1": 583, - "y1": 346, - "x2": 584, - "y2": 361, - "x3": 536, - "y3": 361 - }, - "charText": "一", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 537, - "y0": 373, - "x1": 587, - "y1": 373, - "x2": 587, - "y2": 417, - "x3": 537, - "y3": 417 - }, - "charText": "道", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 536, - "y0": 418, - "x1": 585, - "y1": 418, - "x2": 585, - "y2": 466, - "x3": 536, - "y3": 466 - }, - "charText": "逺", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 536, - "y0": 466, - "x1": 584, - "y1": 466, - "x2": 585, - "y2": 513, - "x3": 536, - "y3": 513 - }, - "charText": "逺", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 541, - "y0": 517, - "x1": 586, - "y1": 516, - "x2": 586, - "y2": 552, - "x3": 541, - "y3": 552 - }, - "charText": "而", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 539, - "y0": 552, - "x1": 588, - "y1": 552, - "x2": 588, - "y2": 601, - "x3": 539, - "y3": 601 - }, - "charText": "来", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 538, - "y0": 602, - "x1": 584, - "y1": 602, - "x2": 584, - "y2": 640, - "x3": 538, - "y3": 640 - }, - "charText": "生", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 538, - "y0": 642, - "x1": 584, - "y1": 642, - "x2": 584, - "y2": 688, - "x3": 538, - "y3": 687 - }, - "charText": "得", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 541, - "y0": 688, - "x1": 582, - "y1": 688, - "x2": 582, - "y2": 733, - "x3": 541, - "y3": 733 - }, - "charText": "骨", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 537, - "y0": 732, - "x1": 588, - "y1": 732, - "x2": 588, - "y2": 772, - "x3": 537, - "y3": 772 - }, - "charText": "格", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 539, - "y0": 776, - "x1": 582, - "y1": 776, - "x2": 581, - "y2": 814, - "x3": 539, - "y3": 814 - }, - "charText": "不", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 542, - "y0": 817, - "x1": 587, - "y1": 818, - "x2": 588, - "y2": 853, - "x3": 542, - "y3": 853 - }, - "charText": "凡", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 537, - "y0": 854, - "x1": 581, - "y1": 855, - "x2": 581, - "y2": 901, - "x3": 537, - "y3": 901 - }, - "charText": "丰", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 470, - "y0": 27, - "x1": 517, - "y1": 27, - "x2": 517, - "y2": 72, - "x3": 470, - "y3": 72 - }, - "charText": "神", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 473, - "y0": 72, - "x1": 520, - "y1": 72, - "x2": 520, - "y2": 110, - "x3": 473, - "y3": 110 - }, - "charText": "逈", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 472, - "y0": 114, - "x1": 525, - "y1": 114, - "x2": 524, - "y2": 157, - "x3": 471, - "y3": 157 - }, - "charText": "異", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 496, - "y0": 166, - "x1": 525, - "y1": 166, - "x2": 525, - "y2": 195, - "x3": 496, - "y3": 195 - }, - "charText": "這", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 500, - "y0": 206, - "x1": 525, - "y1": 205, - "x2": 526, - "y2": 236, - "x3": 500, - "y3": 236 - }, - "charText": "是", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 498, - "y0": 246, - "x1": 524, - "y1": 246, - "x2": 525, - "y2": 279, - "x3": 499, - "y3": 279 - }, - "charText": "真", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 498, - "y0": 293, - "x1": 524, - "y1": 293, - "x2": 525, - "y2": 324, - "x3": 498, - "y3": 324 - }, - "charText": "像", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 470, - "y0": 167, - "x1": 493, - "y1": 167, - "x2": 493, - "y2": 194, - "x3": 470, - "y3": 194 - }, - "charText": "非", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 469, - "y0": 208, - "x1": 496, - "y1": 208, - "x2": 496, - "y2": 234, - "x3": 469, - "y3": 234 - }, - "charText": "幻", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 467, - "y0": 248, - "x1": 496, - "y1": 247, - "x2": 496, - "y2": 280, - "x3": 468, - "y3": 281 - }, - "charText": "像", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 469, - "y0": 293, - "x1": 497, - "y1": 293, - "x2": 497, - "y2": 322, - "x3": 469, - "y3": 322 - }, - "charText": "也", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 474, - "y0": 329, - "x1": 523, - "y1": 328, - "x2": 523, - "y2": 378, - "x3": 474, - "y3": 379 - }, - "charText": "来", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 473, - "y0": 380, - "x1": 519, - "y1": 380, - "x2": 519, - "y2": 419, - "x3": 473, - "y3": 420 - }, - "charText": "至", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 473, - "y0": 424, - "x1": 516, - "y1": 425, - "x2": 516, - "y2": 460, - "x3": 473, - "y3": 460 - }, - "charText": "石", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 475, - "y0": 465, - "x1": 526, - "y1": 465, - "x2": 526, - "y2": 505, - "x3": 476, - "y3": 505 - }, - "charText": "下", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 472, - "y0": 508, - "x1": 519, - "y1": 507, - "x2": 519, - "y2": 558, - "x3": 472, - "y3": 559 - }, - "charText": "席", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 476, - "y0": 561, - "x1": 525, - "y1": 560, - "x2": 526, - "y2": 598, - "x3": 476, - "y3": 598 - }, - "charText": "地", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 477, - "y0": 602, - "x1": 524, - "y1": 602, - "x2": 524, - "y2": 640, - "x3": 477, - "y3": 640 - }, - "charText": "而", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 476, - "y0": 643, - "x1": 527, - "y1": 643, - "x2": 527, - "y2": 686, - "x3": 476, - "y3": 686 - }, - "charText": "坐", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 473, - "y0": 687, - "x1": 525, - "y1": 687, - "x2": 525, - "y2": 729, - "x3": 472, - "y3": 729 - }, - "charText": "長", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 473, - "y0": 729, - "x1": 526, - "y1": 729, - "x2": 526, - "y2": 776, - "x3": 473, - "y3": 776 - }, - "charText": "談", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 478, - "y0": 776, - "x1": 526, - "y1": 776, - "x2": 526, - "y2": 817, - "x3": 477, - "y3": 817 - }, - "charText": "見", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 475, - "y0": 830, - "x1": 523, - "y1": 831, - "x2": 523, - "y2": 846, - "x3": 476, - "y3": 845 - }, - "charText": "一", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 475, - "y0": 859, - "x1": 525, - "y1": 860, - "x2": 524, - "y2": 901, - "x3": 474, - "y3": 900 - }, - "charText": "塊", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 410, - "y0": 29, - "x1": 459, - "y1": 29, - "x2": 459, - "y2": 74, - "x3": 411, - "y3": 74 - }, - "charText": "鮮", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 414, - "y0": 75, - "x1": 456, - "y1": 75, - "x2": 456, - "y2": 112, - "x3": 414, - "y3": 112 - }, - "charText": "眀", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 412, - "y0": 111, - "x1": 457, - "y1": 111, - "x2": 457, - "y2": 157, - "x3": 412, - "y3": 157 - }, - "charText": "瑩", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 412, - "y0": 158, - "x1": 456, - "y1": 158, - "x2": 456, - "y2": 204, - "x3": 412, - "y3": 204 - }, - "charText": "潔", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 413, - "y0": 205, - "x1": 460, - "y1": 204, - "x2": 460, - "y2": 249, - "x3": 413, - "y3": 249 - }, - "charText": "羙", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 411, - "y0": 252, - "x1": 462, - "y1": 252, - "x2": 462, - "y2": 286, - "x3": 411, - "y3": 286 - }, - "charText": "玉", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 411, - "y0": 292, - "x1": 459, - "y1": 292, - "x2": 459, - "y2": 329, - "x3": 411, - "y3": 329 - }, - "charText": "且", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 415, - "y0": 335, - "x1": 461, - "y1": 335, - "x2": 461, - "y2": 370, - "x3": 415, - "y3": 370 - }, - "charText": "又", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 412, - "y0": 375, - "x1": 459, - "y1": 375, - "x2": 459, - "y2": 418, - "x3": 412, - "y3": 418 - }, - "charText": "縮", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 413, - "y0": 420, - "x1": 461, - "y1": 420, - "x2": 461, - "y2": 464, - "x3": 413, - "y3": 464 - }, - "charText": "成", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 410, - "y0": 465, - "x1": 455, - "y1": 465, - "x2": 455, - "y2": 512, - "x3": 410, - "y3": 512 - }, - "charText": "扇", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 413, - "y0": 513, - "x1": 457, - "y1": 513, - "x2": 457, - "y2": 557, - "x3": 413, - "y3": 557 - }, - "charText": "墜", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 415, - "y0": 559, - "x1": 460, - "y1": 559, - "x2": 460, - "y2": 599, - "x3": 415, - "y3": 599 - }, - "charText": "大", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 415, - "y0": 601, - "x1": 459, - "y1": 601, - "x2": 459, - "y2": 639, - "x3": 416, - "y3": 639 - }, - "charText": "小", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 416, - "y0": 641, - "x1": 460, - "y1": 641, - "x2": 460, - "y2": 687, - "x3": 416, - "y3": 687 - }, - "charText": "的", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 413, - "y0": 688, - "x1": 459, - "y1": 689, - "x2": 459, - "y2": 730, - "x3": 414, - "y3": 730 - }, - "charText": "可", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 410, - "y0": 732, - "x1": 464, - "y1": 732, - "x2": 464, - "y2": 774, - "x3": 410, - "y3": 774 - }, - "charText": "佩", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 413, - "y0": 776, - "x1": 460, - "y1": 776, - "x2": 460, - "y2": 815, - "x3": 413, - "y3": 814 - }, - "charText": "可", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 414, - "y0": 816, - "x1": 465, - "y1": 817, - "x2": 465, - "y2": 864, - "x3": 413, - "y3": 864 - }, - "charText": "挐", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 413, - "y0": 866, - "x1": 460, - "y1": 867, - "x2": 460, - "y2": 905, - "x3": 413, - "y3": 904 - }, - "charText": "那", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 347, - "y0": 27, - "x1": 395, - "y1": 28, - "x2": 395, - "y2": 72, - "x3": 347, - "y3": 71 - }, - "charText": "僧", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 349, - "y0": 72, - "x1": 399, - "y1": 72, - "x2": 399, - "y2": 110, - "x3": 349, - "y3": 110 - }, - "charText": "托", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 348, - "y0": 112, - "x1": 400, - "y1": 112, - "x2": 400, - "y2": 153, - "x3": 348, - "y3": 153 - }, - "charText": "於", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 351, - "y0": 154, - "x1": 396, - "y1": 154, - "x2": 396, - "y2": 205, - "x3": 351, - "y3": 205 - }, - "charText": "掌", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 351, - "y0": 208, - "x1": 401, - "y1": 208, - "x2": 401, - "y2": 240, - "x3": 351, - "y3": 240 - }, - "charText": "上", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 353, - "y0": 244, - "x1": 399, - "y1": 244, - "x2": 399, - "y2": 290, - "x3": 353, - "y3": 291 - }, - "charText": "笑", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 350, - "y0": 291, - "x1": 402, - "y1": 291, - "x2": 402, - "y2": 331, - "x3": 350, - "y3": 331 - }, - "charText": "道", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 349, - "y0": 332, - "x1": 395, - "y1": 332, - "x2": 395, - "y2": 373, - "x3": 349, - "y3": 373 - }, - "charText": "形", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 352, - "y0": 375, - "x1": 397, - "y1": 375, - "x2": 397, - "y2": 421, - "x3": 352, - "y3": 421 - }, - "charText": "體", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 352, - "y0": 423, - "x1": 394, - "y1": 423, - "x2": 394, - "y2": 468, - "x3": 352, - "y3": 468 - }, - "charText": "到", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 353, - "y0": 468, - "x1": 399, - "y1": 468, - "x2": 399, - "y2": 504, - "x3": 353, - "y3": 504 - }, - "charText": "也", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 351, - "y0": 509, - "x1": 401, - "y1": 509, - "x2": 401, - "y2": 554, - "x3": 351, - "y3": 554 - }, - "charText": "是", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 350, - "y0": 557, - "x1": 396, - "y1": 557, - "x2": 396, - "y2": 597, - "x3": 350, - "y3": 596 - }, - "charText": "個", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 354, - "y0": 597, - "x1": 397, - "y1": 597, - "x2": 397, - "y2": 646, - "x3": 355, - "y3": 646 - }, - "charText": "寳", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 354, - "y0": 646, - "x1": 399, - "y1": 646, - "x2": 399, - "y2": 688, - "x3": 354, - "y3": 688 - }, - "charText": "物", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 362, - "y0": 690, - "x1": 404, - "y1": 690, - "x2": 404, - "y2": 732, - "x3": 362, - "y3": 732 - }, - "charText": "正", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 352, - "y0": 733, - "x1": 402, - "y1": 733, - "x2": 402, - "y2": 777, - "x3": 352, - "y3": 777 - }, - "charText": "還", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 358, - "y0": 779, - "x1": 397, - "y1": 780, - "x2": 397, - "y2": 814, - "x3": 358, - "y3": 814 - }, - "charText": "只", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 354, - "y0": 815, - "x1": 402, - "y1": 815, - "x2": 402, - "y2": 857, - "x3": 354, - "y3": 857 - }, - "charText": "没", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 352, - "y0": 857, - "x1": 397, - "y1": 857, - "x2": 397, - "y2": 902, - "x3": 352, - "y3": 902 - }, - "charText": "有", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 292, - "y0": 28, - "x1": 335, - "y1": 28, - "x2": 334, - "y2": 76, - "x3": 292, - "y3": 76 - }, - "charText": "實", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 292, - "y0": 76, - "x1": 334, - "y1": 76, - "x2": 334, - "y2": 116, - "x3": 292, - "y3": 115 - }, - "charText": "在", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 287, - "y0": 119, - "x1": 336, - "y1": 120, - "x2": 336, - "y2": 159, - "x3": 287, - "y3": 159 - }, - "charText": "好", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 291, - "y0": 161, - "x1": 341, - "y1": 162, - "x2": 340, - "y2": 204, - "x3": 291, - "y3": 204 - }, - "charText": "處", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 310, - "y0": 214, - "x1": 338, - "y1": 214, - "x2": 339, - "y2": 244, - "x3": 310, - "y3": 243 - }, - "charText": "好", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 312, - "y0": 252, - "x1": 340, - "y1": 252, - "x2": 340, - "y2": 280, - "x3": 312, - "y3": 280 - }, - "charText": "極", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 314, - "y0": 293, - "x1": 341, - "y1": 293, - "x2": 341, - "y2": 322, - "x3": 314, - "y3": 322 - }, - "charText": "今", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 315, - "y0": 337, - "x1": 342, - "y1": 337, - "x2": 342, - "y2": 362, - "x3": 315, - "y3": 362 - }, - "charText": "之", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 314, - "y0": 379, - "x1": 341, - "y1": 379, - "x2": 341, - "y2": 408, - "x3": 314, - "y3": 408 - }, - "charText": "金", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 314, - "y0": 429, - "x1": 340, - "y1": 429, - "x2": 341, - "y2": 453, - "x3": 315, - "y3": 453 - }, - "charText": "玉", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 314, - "y0": 467, - "x1": 340, - "y1": 467, - "x2": 341, - "y2": 499, - "x3": 314, - "y3": 500 - }, - "charText": "其", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 316, - "y0": 512, - "x1": 340, - "y1": 512, - "x2": 341, - "y2": 545, - "x3": 316, - "y3": 545 - }, - "charText": "外", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 316, - "y0": 558, - "x1": 341, - "y1": 558, - "x2": 342, - "y2": 588, - "x3": 316, - "y3": 588 - }, - "charText": "敗", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 312, - "y0": 602, - "x1": 341, - "y1": 602, - "x2": 342, - "y2": 636, - "x3": 312, - "y3": 636 - }, - "charText": "絮", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 284, - "y0": 212, - "x1": 309, - "y1": 212, - "x2": 309, - "y2": 243, - "x3": 284, - "y3": 243 - }, - "charText": "其", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 284, - "y0": 250, - "x1": 308, - "y1": 250, - "x2": 309, - "y2": 283, - "x3": 284, - "y3": 283 - }, - "charText": "中", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 284, - "y0": 292, - "x1": 312, - "y1": 291, - "x2": 312, - "y2": 323, - "x3": 284, - "y3": 324 - }, - "charText": "者", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 286, - "y0": 336, - "x1": 313, - "y1": 336, - "x2": 313, - "y2": 366, - "x3": 287, - "y3": 366 - }, - "charText": "見", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 285, - "y0": 379, - "x1": 313, - "y1": 379, - "x2": 313, - "y2": 406, - "x3": 286, - "y3": 407 - }, - "charText": "此", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 285, - "y0": 424, - "x1": 311, - "y1": 424, - "x2": 312, - "y2": 454, - "x3": 286, - "y3": 454 - }, - "charText": "大", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 285, - "y0": 470, - "x1": 310, - "y1": 469, - "x2": 310, - "y2": 497, - "x3": 285, - "y3": 498 - }, - "charText": "不", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 285, - "y0": 510, - "x1": 314, - "y1": 510, - "x2": 315, - "y2": 546, - "x3": 286, - "y3": 546 - }, - "charText": "歡", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 287, - "y0": 557, - "x1": 314, - "y1": 557, - "x2": 314, - "y2": 589, - "x3": 287, - "y3": 590 - }, - "charText": "喜", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 291, - "y0": 643, - "x1": 334, - "y1": 643, - "x2": 334, - "y2": 686, - "x3": 291, - "y3": 686 - }, - "charText": "須", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 290, - "y0": 687, - "x1": 337, - "y1": 688, - "x2": 336, - "y2": 734, - "x3": 290, - "y3": 734 - }, - "charText": "得", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 290, - "y0": 735, - "x1": 337, - "y1": 736, - "x2": 337, - "y2": 776, - "x3": 290, - "y3": 775 - }, - "charText": "再", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 289, - "y0": 776, - "x1": 337, - "y1": 776, - "x2": 337, - "y2": 820, - "x3": 289, - "y3": 820 - }, - "charText": "鐫", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 291, - "y0": 821, - "x1": 338, - "y1": 822, - "x2": 338, - "y2": 856, - "x3": 291, - "y3": 855 - }, - "charText": "上", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 289, - "y0": 858, - "x1": 340, - "y1": 858, - "x2": 340, - "y2": 903, - "x3": 289, - "y3": 903 - }, - "charText": "数", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 229, - "y0": 28, - "x1": 280, - "y1": 28, - "x2": 280, - "y2": 73, - "x3": 229, - "y3": 73 - }, - "charText": "字", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 229, - "y0": 73, - "x1": 279, - "y1": 73, - "x2": 279, - "y2": 117, - "x3": 229, - "y3": 116 - }, - "charText": "使", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 229, - "y0": 120, - "x1": 279, - "y1": 121, - "x2": 279, - "y2": 156, - "x3": 229, - "y3": 156 - }, - "charText": "人", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 230, - "y0": 169, - "x1": 275, - "y1": 170, - "x2": 275, - "y2": 188, - "x3": 230, - "y3": 187 - }, - "charText": "一", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 232, - "y0": 203, - "x1": 280, - "y1": 204, - "x2": 279, - "y2": 247, - "x3": 231, - "y3": 246 - }, - "charText": "見", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 227, - "y0": 249, - "x1": 277, - "y1": 250, - "x2": 277, - "y2": 290, - "x3": 227, - "y3": 289 - }, - "charText": "便", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 227, - "y0": 294, - "x1": 275, - "y1": 294, - "x2": 275, - "y2": 329, - "x3": 227, - "y3": 329 - }, - "charText": "知", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 230, - "y0": 332, - "x1": 277, - "y1": 332, - "x2": 277, - "y2": 374, - "x3": 230, - "y3": 374 - }, - "charText": "是", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 228, - "y0": 374, - "x1": 275, - "y1": 374, - "x2": 275, - "y2": 423, - "x3": 228, - "y3": 423 - }, - "charText": "竒", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 231, - "y0": 423, - "x1": 275, - "y1": 423, - "x2": 275, - "y2": 466, - "x3": 231, - "y3": 466 - }, - "charText": "物", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 230, - "y0": 469, - "x1": 273, - "y1": 469, - "x2": 274, - "y2": 509, - "x3": 230, - "y3": 509 - }, - "charText": "方", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 228, - "y0": 512, - "x1": 279, - "y1": 512, - "x2": 279, - "y2": 556, - "x3": 228, - "y3": 556 - }, - "charText": "妙", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 254, - "y0": 563, - "x1": 280, - "y1": 562, - "x2": 280, - "y2": 589, - "x3": 254, - "y3": 589 - }, - "charText": "世", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 256, - "y0": 604, - "x1": 281, - "y1": 604, - "x2": 281, - "y2": 628, - "x3": 257, - "y3": 628 - }, - "charText": "上", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 257, - "y0": 646, - "x1": 282, - "y1": 646, - "x2": 282, - "y2": 677, - "x3": 257, - "y3": 677 - }, - "charText": "原", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 256, - "y0": 690, - "x1": 283, - "y1": 690, - "x2": 283, - "y2": 722, - "x3": 256, - "y3": 722 - }, - "charText": "宜", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 251, - "y0": 737, - "x1": 282, - "y1": 737, - "x2": 282, - "y2": 768, - "x3": 251, - "y3": 767 - }, - "charText": "假", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 228, - "y0": 563, - "x1": 252, - "y1": 563, - "x2": 252, - "y2": 590, - "x3": 228, - "y3": 590 - }, - "charText": "不", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 228, - "y0": 602, - "x1": 254, - "y1": 602, - "x2": 255, - "y2": 631, - "x3": 228, - "y3": 631 - }, - "charText": "宜", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 227, - "y0": 644, - "x1": 255, - "y1": 644, - "x2": 256, - "y2": 679, - "x3": 228, - "y3": 679 - }, - "charText": "真", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 228, - "y0": 692, - "x1": 255, - "y1": 692, - "x2": 255, - "y2": 720, - "x3": 228, - "y3": 720 - }, - "charText": "也", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 234, - "y0": 771, - "x1": 277, - "y1": 771, - "x2": 276, - "y2": 813, - "x3": 234, - "y3": 813 - }, - "charText": "然", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 232, - "y0": 816, - "x1": 280, - "y1": 817, - "x2": 279, - "y2": 860, - "x3": 231, - "y3": 859 - }, - "charText": "後", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 228, - "y0": 863, - "x1": 278, - "y1": 863, - "x2": 278, - "y2": 904, - "x3": 228, - "y3": 904 - }, - "charText": "好", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 168, - "y0": 26, - "x1": 214, - "y1": 27, - "x2": 214, - "y2": 74, - "x3": 168, - "y3": 74 - }, - "charText": "携", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 168, - "y0": 74, - "x1": 215, - "y1": 74, - "x2": 215, - "y2": 116, - "x3": 168, - "y3": 115 - }, - "charText": "你", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 169, - "y0": 118, - "x1": 212, - "y1": 118, - "x2": 212, - "y2": 161, - "x3": 169, - "y3": 161 - }, - "charText": "到", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 169, - "y0": 163, - "x1": 220, - "y1": 164, - "x2": 219, - "y2": 204, - "x3": 169, - "y3": 204 - }, - "charText": "隆", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 168, - "y0": 204, - "x1": 217, - "y1": 205, - "x2": 217, - "y2": 248, - "x3": 167, - "y3": 248 - }, - "charText": "盛", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 174, - "y0": 251, - "x1": 210, - "y1": 251, - "x2": 210, - "y2": 289, - "x3": 174, - "y3": 289 - }, - "charText": "昌", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 171, - "y0": 293, - "x1": 211, - "y1": 294, - "x2": 211, - "y2": 334, - "x3": 171, - "y3": 334 - }, - "charText": "明", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 170, - "y0": 336, - "x1": 217, - "y1": 336, - "x2": 217, - "y2": 371, - "x3": 169, - "y3": 370 - }, - "charText": "之", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 169, - "y0": 375, - "x1": 220, - "y1": 375, - "x2": 220, - "y2": 420, - "x3": 169, - "y3": 420 - }, - "charText": "邦", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 192, - "y0": 427, - "x1": 220, - "y1": 427, - "x2": 221, - "y2": 458, - "x3": 193, - "y3": 458 - }, - "charText": "伏", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 185, - "y0": 471, - "x1": 220, - "y1": 471, - "x2": 220, - "y2": 503, - "x3": 185, - "y3": 503 - }, - "charText": "長", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 164, - "y0": 425, - "x1": 192, - "y1": 425, - "x2": 192, - "y2": 459, - "x3": 165, - "y3": 459 - }, - "charText": "安", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 167, - "y0": 505, - "x1": 217, - "y1": 505, - "x2": 217, - "y2": 555, - "x3": 167, - "y3": 555 - }, - "charText": "詩", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 168, - "y0": 556, - "x1": 214, - "y1": 556, - "x2": 214, - "y2": 598, - "x3": 168, - "y3": 598 - }, - "charText": "禮", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 169, - "y0": 600, - "x1": 214, - "y1": 600, - "x2": 214, - "y2": 644, - "x3": 169, - "y3": 644 - }, - "charText": "簮", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 169, - "y0": 649, - "x1": 218, - "y1": 649, - "x2": 218, - "y2": 691, - "x3": 169, - "y3": 691 - }, - "charText": "纓", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 169, - "y0": 695, - "x1": 219, - "y1": 695, - "x2": 218, - "y2": 729, - "x3": 169, - "y3": 728 - }, - "charText": "之", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 167, - "y0": 730, - "x1": 221, - "y1": 730, - "x2": 221, - "y2": 774, - "x3": 167, - "y3": 774 - }, - "charText": "族", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 194, - "y0": 781, - "x1": 222, - "y1": 781, - "x2": 222, - "y2": 811, - "x3": 194, - "y3": 811 - }, - "charText": "伏", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 196, - "y0": 818, - "x1": 223, - "y1": 818, - "x2": 223, - "y2": 854, - "x3": 196, - "y3": 854 - }, - "charText": "榮", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 167, - "y0": 782, - "x1": 192, - "y1": 782, - "x2": 192, - "y2": 813, - "x3": 167, - "y3": 813 - }, - "charText": "國", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 166, - "y0": 820, - "x1": 193, - "y1": 821, - "x2": 194, - "y2": 855, - "x3": 166, - "y3": 855 - }, - "charText": "府", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 169, - "y0": 858, - "x1": 219, - "y1": 858, - "x2": 219, - "y2": 904, - "x3": 168, - "y3": 904 - }, - "charText": "花", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 107, - "y0": 26, - "x1": 159, - "y1": 26, - "x2": 159, - "y2": 68, - "x3": 107, - "y3": 68 - }, - "charText": "栁", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 105, - "y0": 67, - "x1": 157, - "y1": 67, - "x2": 157, - "y2": 113, - "x3": 105, - "y3": 113 - }, - "charText": "繁", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 106, - "y0": 113, - "x1": 154, - "y1": 114, - "x2": 153, - "y2": 166, - "x3": 106, - "y3": 165 - }, - "charText": "華", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 105, - "y0": 167, - "x1": 156, - "y1": 168, - "x2": 156, - "y2": 202, - "x3": 105, - "y3": 201 - }, - "charText": "之", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 105, - "y0": 204, - "x1": 159, - "y1": 205, - "x2": 159, - "y2": 244, - "x3": 105, - "y3": 243 - }, - "charText": "地", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 131, - "y0": 252, - "x1": 160, - "y1": 252, - "x2": 160, - "y2": 284, - "x3": 131, - "y3": 284 - }, - "charText": "伏", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 133, - "y0": 292, - "x1": 159, - "y1": 292, - "x2": 159, - "y2": 324, - "x3": 133, - "y3": 324 - }, - "charText": "大", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 102, - "y0": 251, - "x1": 131, - "y1": 251, - "x2": 131, - "y2": 285, - "x3": 102, - "y3": 285 - }, - "charText": "觀", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 104, - "y0": 293, - "x1": 129, - "y1": 293, - "x2": 129, - "y2": 326, - "x3": 105, - "y3": 326 - }, - "charText": "園", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 107, - "y0": 332, - "x1": 155, - "y1": 333, - "x2": 155, - "y2": 371, - "x3": 106, - "y3": 370 - }, - "charText": "温", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 105, - "y0": 372, - "x1": 152, - "y1": 372, - "x2": 152, - "y2": 416, - "x3": 105, - "y3": 416 - }, - "charText": "柔", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 108, - "y0": 419, - "x1": 152, - "y1": 419, - "x2": 152, - "y2": 465, - "x3": 108, - "y3": 465 - }, - "charText": "富", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 106, - "y0": 464, - "x1": 151, - "y1": 464, - "x2": 151, - "y2": 513, - "x3": 106, - "y3": 513 - }, - "charText": "貴", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 107, - "y0": 516, - "x1": 156, - "y1": 516, - "x2": 156, - "y2": 551, - "x3": 107, - "y3": 551 - }, - "charText": "之", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 108, - "y0": 554, - "x1": 159, - "y1": 555, - "x2": 158, - "y2": 603, - "x3": 107, - "y3": 603 - }, - "charText": "鄉", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 130, - "y0": 609, - "x1": 160, - "y1": 609, - "x2": 161, - "y2": 641, - "x3": 130, - "y3": 641 - }, - "charText": "伏", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 132, - "y0": 648, - "x1": 159, - "y1": 648, - "x2": 159, - "y2": 684, - "x3": 132, - "y3": 684 - }, - "charText": "紫", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 103, - "y0": 606, - "x1": 130, - "y1": 606, - "x2": 130, - "y2": 639, - "x3": 103, - "y3": 639 - }, - "charText": "芝", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 103, - "y0": 650, - "x1": 130, - "y1": 650, - "x2": 130, - "y2": 686, - "x3": 104, - "y3": 686 - }, - "charText": "軒", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 108, - "y0": 688, - "x1": 154, - "y1": 688, - "x2": 154, - "y2": 729, - "x3": 108, - "y3": 729 - }, - "charText": "去", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 107, - "y0": 732, - "x1": 157, - "y1": 732, - "x2": 157, - "y2": 772, - "x3": 107, - "y3": 772 - }, - "charText": "安", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 112, - "y0": 772, - "x1": 152, - "y1": 773, - "x2": 152, - "y2": 818, - "x3": 112, - "y3": 818 - }, - "charText": "身", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 107, - "y0": 818, - "x1": 155, - "y1": 818, - "x2": 155, - "y2": 863, - "x3": 107, - "y3": 863 - }, - "charText": "樂", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 108, - "y0": 864, - "x1": 161, - "y1": 863, - "x2": 161, - "y2": 907, - "x3": 108, - "y3": 907 - }, - "charText": "業", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 42, - "y0": 30, - "x1": 87, - "y1": 30, - "x2": 87, - "y2": 66, - "x3": 42, - "y3": 66 - }, - "charText": "石", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 42, - "y0": 70, - "x1": 91, - "y1": 70, - "x2": 91, - "y2": 112, - "x3": 42, - "y3": 112 - }, - "charText": "頭", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 41, - "y0": 112, - "x1": 91, - "y1": 112, - "x2": 91, - "y2": 157, - "x3": 40, - "y3": 156 - }, - "charText": "聽", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 48, - "y0": 159, - "x1": 96, - "y1": 160, - "x2": 95, - "y2": 200, - "x3": 48, - "y3": 200 - }, - "charText": "了", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 40, - "y0": 201, - "x1": 89, - "y1": 201, - "x2": 88, - "y2": 249, - "x3": 39, - "y3": 249 - }, - "charText": "喜", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 42, - "y0": 252, - "x1": 93, - "y1": 252, - "x2": 93, - "y2": 286, - "x3": 41, - "y3": 285 - }, - "charText": "之", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 44, - "y0": 290, - "x1": 89, - "y1": 290, - "x2": 89, - "y2": 327, - "x3": 44, - "y3": 327 - }, - "charText": "不", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 40, - "y0": 329, - "x1": 95, - "y1": 329, - "x2": 95, - "y2": 377, - "x3": 40, - "y3": 378 - }, - "charText": "盡", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 42, - "y0": 380, - "x1": 85, - "y1": 380, - "x2": 86, - "y2": 422, - "x3": 43, - "y3": 422 - }, - "charText": "乃", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 44, - "y0": 423, - "x1": 87, - "y1": 423, - "x2": 87, - "y2": 466, - "x3": 44, - "y3": 466 - }, - "charText": "問", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 41, - "y0": 466, - "x1": 94, - "y1": 465, - "x2": 94, - "y2": 509, - "x3": 41, - "y3": 509 - }, - "charText": "道", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 43, - "y0": 513, - "x1": 87, - "y1": 513, - "x2": 87, - "y2": 552, - "x3": 43, - "y3": 552 - }, - "charText": "不", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 39, - "y0": 555, - "x1": 90, - "y1": 556, - "x2": 89, - "y2": 592, - "x3": 39, - "y3": 591 - }, - "charText": "知", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 42, - "y0": 597, - "x1": 90, - "y1": 597, - "x2": 90, - "y2": 640, - "x3": 42, - "y3": 641 - }, - "charText": "賜", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 51, - "y0": 642, - "x1": 82, - "y1": 642, - "x2": 83, - "y2": 684, - "x3": 51, - "y3": 685 - }, - "charText": "了", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 49, - "y0": 686, - "x1": 89, - "y1": 686, - "x2": 90, - "y2": 738, - "x3": 50, - "y3": 738 - }, - "charText": "弟", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 44, - "y0": 738, - "x1": 90, - "y1": 738, - "x2": 90, - "y2": 779, - "x3": 44, - "y3": 779 - }, - "charText": "子", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 43, - "y0": 780, - "x1": 92, - "y1": 780, - "x2": 91, - "y2": 820, - "x3": 42, - "y3": 820 - }, - "charText": "那", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 42, - "y0": 819, - "x1": 94, - "y1": 820, - "x2": 94, - "y2": 865, - "x3": 41, - "y3": 864 - }, - "charText": "幾", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 40, - "y0": 863, - "x1": 92, - "y1": 863, - "x2": 91, - "y2": 906, - "x3": 39, - "y3": 906 - }, - "charText": "件", - "textlineId": 8, - "picUri": "", - "isPicText": false - } - ] - }, - "7501933907890307113": { - "wordBoxList": [ - { - "charPoly": { - "x0": 510, - "y0": 38, - "x1": 559, - "y1": 38, - "x2": 558, - "y2": 88, - "x3": 510, - "y3": 88 - }, - "charText": "竒", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 516, - "y0": 88, - "x1": 561, - "y1": 88, - "x2": 561, - "y2": 130, - "x3": 516, - "y3": 129 - }, - "charText": "處", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 520, - "y0": 133, - "x1": 560, - "y1": 133, - "x2": 560, - "y2": 167, - "x3": 520, - "y3": 167 - }, - "charText": "又", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 518, - "y0": 171, - "x1": 557, - "y1": 172, - "x2": 557, - "y2": 211, - "x3": 518, - "y3": 210 - }, - "charText": "不", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 511, - "y0": 213, - "x1": 559, - "y1": 214, - "x2": 559, - "y2": 252, - "x3": 510, - "y3": 251 - }, - "charText": "知", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 513, - "y0": 252, - "x1": 557, - "y1": 252, - "x2": 556, - "y2": 299, - "x3": 512, - "y3": 298 - }, - "charText": "擕", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 518, - "y0": 300, - "x1": 549, - "y1": 300, - "x2": 549, - "y2": 342, - "x3": 518, - "y3": 342 - }, - "charText": "了", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 518, - "y0": 343, - "x1": 556, - "y1": 343, - "x2": 556, - "y2": 393, - "x3": 518, - "y3": 393 - }, - "charText": "弟", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 512, - "y0": 394, - "x1": 555, - "y1": 394, - "x2": 555, - "y2": 433, - "x3": 512, - "y3": 432 - }, - "charText": "子", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 511, - "y0": 433, - "x1": 554, - "y1": 433, - "x2": 553, - "y2": 476, - "x3": 510, - "y3": 475 - }, - "charText": "到", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 508, - "y0": 475, - "x1": 555, - "y1": 477, - "x2": 554, - "y2": 519, - "x3": 507, - "y3": 518 - }, - "charText": "何", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 508, - "y0": 519, - "x1": 558, - "y1": 519, - "x2": 558, - "y2": 558, - "x3": 507, - "y3": 557 - }, - "charText": "地", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 509, - "y0": 562, - "x1": 558, - "y1": 563, - "x2": 557, - "y2": 607, - "x3": 509, - "y3": 606 - }, - "charText": "方", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 509, - "y0": 606, - "x1": 554, - "y1": 607, - "x2": 554, - "y2": 648, - "x3": 508, - "y3": 648 - }, - "charText": "望", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 510, - "y0": 649, - "x1": 554, - "y1": 649, - "x2": 554, - "y2": 692, - "x3": 510, - "y3": 691 - }, - "charText": "乞", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 510, - "y0": 694, - "x1": 551, - "y1": 695, - "x2": 550, - "y2": 737, - "x3": 509, - "y3": 736 - }, - "charText": "眀", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 507, - "y0": 739, - "x1": 555, - "y1": 740, - "x2": 555, - "y2": 777, - "x3": 506, - "y3": 776 - }, - "charText": "示", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 504, - "y0": 777, - "x1": 554, - "y1": 778, - "x2": 553, - "y2": 818, - "x3": 503, - "y3": 817 - }, - "charText": "使", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 510, - "y0": 817, - "x1": 551, - "y1": 818, - "x2": 549, - "y2": 870, - "x3": 509, - "y3": 869 - }, - "charText": "弟", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 504, - "y0": 870, - "x1": 551, - "y1": 871, - "x2": 551, - "y2": 908, - "x3": 504, - "y3": 908 - }, - "charText": "子", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 453, - "y0": 40, - "x1": 495, - "y1": 40, - "x2": 494, - "y2": 78, - "x3": 453, - "y3": 78 - }, - "charText": "不", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 453, - "y0": 77, - "x1": 500, - "y1": 77, - "x2": 500, - "y2": 121, - "x3": 453, - "y3": 121 - }, - "charText": "惑", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 451, - "y0": 126, - "x1": 497, - "y1": 127, - "x2": 497, - "y2": 169, - "x3": 451, - "y3": 169 - }, - "charText": "那", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 452, - "y0": 169, - "x1": 492, - "y1": 169, - "x2": 492, - "y2": 212, - "x3": 452, - "y3": 212 - }, - "charText": "僧", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 454, - "y0": 213, - "x1": 497, - "y1": 214, - "x2": 497, - "y2": 257, - "x3": 454, - "y3": 257 - }, - "charText": "笑", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 452, - "y0": 257, - "x1": 500, - "y1": 257, - "x2": 500, - "y2": 300, - "x3": 452, - "y3": 300 - }, - "charText": "道", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 447, - "y0": 300, - "x1": 495, - "y1": 301, - "x2": 495, - "y2": 342, - "x3": 447, - "y3": 342 - }, - "charText": "你", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 449, - "y0": 345, - "x1": 495, - "y1": 345, - "x2": 495, - "y2": 380, - "x3": 449, - "y3": 380 - }, - "charText": "且", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 449, - "y0": 381, - "x1": 495, - "y1": 381, - "x2": 494, - "y2": 428, - "x3": 449, - "y3": 428 - }, - "charText": "莫", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 453, - "y0": 431, - "x1": 498, - "y1": 431, - "x2": 498, - "y2": 474, - "x3": 453, - "y3": 473 - }, - "charText": "問", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 458, - "y0": 476, - "x1": 486, - "y1": 476, - "x2": 486, - "y2": 506, - "x3": 458, - "y3": 506 - }, - "charText": "日", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 447, - "y0": 513, - "x1": 494, - "y1": 514, - "x2": 494, - "y2": 558, - "x3": 447, - "y3": 558 - }, - "charText": "後", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 453, - "y0": 559, - "x1": 487, - "y1": 560, - "x2": 487, - "y2": 602, - "x3": 453, - "y3": 602 - }, - "charText": "自", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 451, - "y0": 603, - "x1": 492, - "y1": 604, - "x2": 492, - "y2": 645, - "x3": 451, - "y3": 645 - }, - "charText": "然", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 450, - "y0": 649, - "x1": 490, - "y1": 650, - "x2": 490, - "y2": 692, - "x3": 450, - "y3": 692 - }, - "charText": "明", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 451, - "y0": 692, - "x1": 489, - "y1": 693, - "x2": 488, - "y2": 731, - "x3": 451, - "y3": 731 - }, - "charText": "白", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 450, - "y0": 732, - "x1": 496, - "y1": 734, - "x2": 495, - "y2": 776, - "x3": 449, - "y3": 775 - }, - "charText": "的", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 443, - "y0": 776, - "x1": 494, - "y1": 777, - "x2": 493, - "y2": 818, - "x3": 442, - "y3": 816 - }, - "charText": "説", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 443, - "y0": 817, - "x1": 488, - "y1": 818, - "x2": 487, - "y2": 867, - "x3": 442, - "y3": 866 - }, - "charText": "著", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 443, - "y0": 867, - "x1": 490, - "y1": 868, - "x2": 489, - "y2": 908, - "x3": 442, - "y3": 907 - }, - "charText": "便", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 388, - "y0": 36, - "x1": 439, - "y1": 36, - "x2": 438, - "y2": 75, - "x3": 387, - "y3": 75 - }, - "charText": "袖", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 389, - "y0": 75, - "x1": 441, - "y1": 75, - "x2": 440, - "y2": 126, - "x3": 389, - "y3": 126 - }, - "charText": "籠", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 398, - "y0": 129, - "x1": 430, - "y1": 129, - "x2": 430, - "y2": 170, - "x3": 398, - "y3": 170 - }, - "charText": "了", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 390, - "y0": 171, - "x1": 438, - "y1": 171, - "x2": 438, - "y2": 214, - "x3": 390, - "y3": 214 - }, - "charText": "這", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 391, - "y0": 218, - "x1": 440, - "y1": 218, - "x2": 440, - "y2": 252, - "x3": 390, - "y3": 252 - }, - "charText": "石", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 395, - "y0": 257, - "x1": 434, - "y1": 258, - "x2": 434, - "y2": 299, - "x3": 395, - "y3": 299 - }, - "charText": "同", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 390, - "y0": 301, - "x1": 436, - "y1": 302, - "x2": 435, - "y2": 343, - "x3": 389, - "y3": 343 - }, - "charText": "那", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 390, - "y0": 344, - "x1": 438, - "y1": 345, - "x2": 437, - "y2": 387, - "x3": 389, - "y3": 387 - }, - "charText": "道", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 387, - "y0": 390, - "x1": 437, - "y1": 390, - "x2": 437, - "y2": 424, - "x3": 387, - "y3": 424 - }, - "charText": "人", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 386, - "y0": 430, - "x1": 437, - "y1": 430, - "x2": 437, - "y2": 471, - "x3": 386, - "y3": 470 - }, - "charText": "飄", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 392, - "y0": 471, - "x1": 434, - "y1": 471, - "x2": 434, - "y2": 515, - "x3": 392, - "y3": 515 - }, - "charText": "然", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 391, - "y0": 520, - "x1": 436, - "y1": 520, - "x2": 436, - "y2": 557, - "x3": 390, - "y3": 556 - }, - "charText": "而", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 388, - "y0": 557, - "x1": 438, - "y1": 558, - "x2": 437, - "y2": 602, - "x3": 388, - "y3": 601 - }, - "charText": "去", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 387, - "y0": 604, - "x1": 437, - "y1": 605, - "x2": 436, - "y2": 649, - "x3": 386, - "y3": 648 - }, - "charText": "竟", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 389, - "y0": 650, - "x1": 431, - "y1": 651, - "x2": 430, - "y2": 689, - "x3": 388, - "y3": 688 - }, - "charText": "不", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 383, - "y0": 691, - "x1": 434, - "y1": 692, - "x2": 433, - "y2": 729, - "x3": 382, - "y3": 728 - }, - "charText": "知", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 385, - "y0": 730, - "x1": 433, - "y1": 731, - "x2": 432, - "y2": 774, - "x3": 385, - "y3": 773 - }, - "charText": "投", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 386, - "y0": 773, - "x1": 433, - "y1": 774, - "x2": 433, - "y2": 824, - "x3": 385, - "y3": 823 - }, - "charText": "奔", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 380, - "y0": 823, - "x1": 430, - "y1": 825, - "x2": 430, - "y2": 867, - "x3": 379, - "y3": 866 - }, - "charText": "何", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 381, - "y0": 867, - "x1": 429, - "y1": 868, - "x2": 428, - "y2": 907, - "x3": 380, - "y3": 906 - }, - "charText": "方", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 329, - "y0": 37, - "x1": 379, - "y1": 38, - "x2": 378, - "y2": 82, - "x3": 329, - "y3": 82 - }, - "charText": "何", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 329, - "y0": 82, - "x1": 382, - "y1": 82, - "x2": 382, - "y2": 122, - "x3": 328, - "y3": 121 - }, - "charText": "舍", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 330, - "y0": 124, - "x1": 379, - "y1": 124, - "x2": 379, - "y2": 165, - "x3": 330, - "y3": 165 - }, - "charText": "後", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 334, - "y0": 166, - "x1": 379, - "y1": 166, - "x2": 379, - "y2": 214, - "x3": 334, - "y3": 214 - }, - "charText": "来", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 335, - "y0": 216, - "x1": 378, - "y1": 217, - "x2": 378, - "y2": 252, - "x3": 334, - "y3": 252 - }, - "charText": "又", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 333, - "y0": 255, - "x1": 373, - "y1": 255, - "x2": 373, - "y2": 295, - "x3": 332, - "y3": 294 - }, - "charText": "不", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 327, - "y0": 297, - "x1": 377, - "y1": 298, - "x2": 376, - "y2": 337, - "x3": 326, - "y3": 336 - }, - "charText": "知", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 331, - "y0": 340, - "x1": 378, - "y1": 341, - "x2": 377, - "y2": 382, - "x3": 330, - "y3": 382 - }, - "charText": "過", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 335, - "y0": 385, - "x1": 370, - "y1": 385, - "x2": 370, - "y2": 426, - "x3": 335, - "y3": 425 - }, - "charText": "了", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 329, - "y0": 426, - "x1": 377, - "y1": 427, - "x2": 376, - "y2": 474, - "x3": 328, - "y3": 473 - }, - "charText": "幾", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 329, - "y0": 474, - "x1": 374, - "y1": 475, - "x2": 374, - "y2": 512, - "x3": 328, - "y3": 512 - }, - "charText": "世", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 329, - "y0": 514, - "x1": 374, - "y1": 514, - "x2": 374, - "y2": 557, - "x3": 329, - "y3": 556 - }, - "charText": "幾", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 326, - "y0": 558, - "x1": 378, - "y1": 559, - "x2": 377, - "y2": 603, - "x3": 325, - "y3": 602 - }, - "charText": "刼", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 332, - "y0": 604, - "x1": 370, - "y1": 604, - "x2": 370, - "y2": 644, - "x3": 332, - "y3": 643 - }, - "charText": "因", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 326, - "y0": 642, - "x1": 370, - "y1": 643, - "x2": 369, - "y2": 692, - "x3": 325, - "y3": 691 - }, - "charText": "有", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 324, - "y0": 693, - "x1": 370, - "y1": 694, - "x2": 369, - "y2": 733, - "x3": 323, - "y3": 732 - }, - "charText": "個", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 325, - "y0": 733, - "x1": 370, - "y1": 734, - "x2": 369, - "y2": 775, - "x3": 325, - "y3": 774 - }, - "charText": "空", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 326, - "y0": 776, - "x1": 367, - "y1": 777, - "x2": 367, - "y2": 817, - "x3": 325, - "y3": 816 - }, - "charText": "空", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 322, - "y0": 817, - "x1": 369, - "y1": 818, - "x2": 368, - "y2": 861, - "x3": 321, - "y3": 860 - }, - "charText": "道", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 322, - "y0": 866, - "x1": 373, - "y1": 867, - "x2": 372, - "y2": 904, - "x3": 321, - "y3": 903 - }, - "charText": "人", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 269, - "y0": 35, - "x1": 318, - "y1": 35, - "x2": 317, - "y2": 79, - "x3": 269, - "y3": 79 - }, - "charText": "訪", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 271, - "y0": 80, - "x1": 317, - "y1": 80, - "x2": 317, - "y2": 120, - "x3": 271, - "y3": 120 - }, - "charText": "道", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 274, - "y0": 120, - "x1": 319, - "y1": 121, - "x2": 319, - "y2": 165, - "x3": 274, - "y3": 165 - }, - "charText": "求", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 272, - "y0": 167, - "x1": 322, - "y1": 168, - "x2": 321, - "y2": 206, - "x3": 271, - "y3": 206 - }, - "charText": "仙", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 275, - "y0": 209, - "x1": 315, - "y1": 210, - "x2": 315, - "y2": 253, - "x3": 275, - "y3": 253 - }, - "charText": "忽", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 271, - "y0": 254, - "x1": 318, - "y1": 255, - "x2": 318, - "y2": 297, - "x3": 271, - "y3": 296 - }, - "charText": "從", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 269, - "y0": 297, - "x1": 317, - "y1": 298, - "x2": 317, - "y2": 339, - "x3": 269, - "y3": 339 - }, - "charText": "這", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 272, - "y0": 339, - "x1": 317, - "y1": 340, - "x2": 317, - "y2": 379, - "x3": 271, - "y3": 379 - }, - "charText": "大", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 273, - "y0": 379, - "x1": 316, - "y1": 379, - "x2": 316, - "y2": 426, - "x3": 272, - "y3": 425 - }, - "charText": "荒", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 272, - "y0": 428, - "x1": 313, - "y1": 429, - "x2": 312, - "y2": 464, - "x3": 272, - "y3": 463 - }, - "charText": "山", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 266, - "y0": 467, - "x1": 315, - "y1": 468, - "x2": 314, - "y2": 512, - "x3": 265, - "y3": 511 - }, - "charText": "無", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 264, - "y0": 512, - "x1": 314, - "y1": 513, - "x2": 313, - "y2": 559, - "x3": 263, - "y3": 558 - }, - "charText": "稽", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 267, - "y0": 558, - "x1": 309, - "y1": 559, - "x2": 308, - "y2": 602, - "x3": 267, - "y3": 601 - }, - "charText": "崖", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 263, - "y0": 601, - "x1": 309, - "y1": 602, - "x2": 308, - "y2": 651, - "x3": 262, - "y3": 650 - }, - "charText": "青", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 265, - "y0": 650, - "x1": 313, - "y1": 652, - "x2": 313, - "y2": 690, - "x3": 264, - "y3": 689 - }, - "charText": "埂", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 265, - "y0": 690, - "x1": 314, - "y1": 691, - "x2": 313, - "y2": 738, - "x3": 264, - "y3": 737 - }, - "charText": "峰", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 264, - "y0": 738, - "x1": 306, - "y1": 740, - "x2": 305, - "y2": 778, - "x3": 263, - "y3": 777 - }, - "charText": "下", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 263, - "y0": 780, - "x1": 309, - "y1": 781, - "x2": 308, - "y2": 819, - "x3": 262, - "y3": 818 - }, - "charText": "經", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 261, - "y0": 820, - "x1": 312, - "y1": 821, - "x2": 311, - "y2": 862, - "x3": 260, - "y3": 861 - }, - "charText": "過", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 263, - "y0": 864, - "x1": 308, - "y1": 864, - "x2": 308, - "y2": 905, - "x3": 262, - "y3": 904 - }, - "charText": "忽", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 215, - "y0": 36, - "x1": 261, - "y1": 36, - "x2": 260, - "y2": 77, - "x3": 215, - "y3": 76 - }, - "charText": "見", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 215, - "y0": 90, - "x1": 260, - "y1": 91, - "x2": 260, - "y2": 106, - "x3": 215, - "y3": 105 - }, - "charText": "一", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 214, - "y0": 117, - "x1": 260, - "y1": 117, - "x2": 259, - "y2": 158, - "x3": 214, - "y3": 157 - }, - "charText": "大", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 214, - "y0": 166, - "x1": 254, - "y1": 167, - "x2": 253, - "y2": 204, - "x3": 213, - "y3": 203 - }, - "charText": "石", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 214, - "y0": 209, - "x1": 257, - "y1": 210, - "x2": 257, - "y2": 246, - "x3": 214, - "y3": 245 - }, - "charText": "上", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 213, - "y0": 251, - "x1": 256, - "y1": 251, - "x2": 256, - "y2": 297, - "x3": 213, - "y3": 297 - }, - "charText": "字", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 211, - "y0": 298, - "x1": 257, - "y1": 299, - "x2": 257, - "y2": 339, - "x3": 211, - "y3": 339 - }, - "charText": "跡", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 213, - "y0": 342, - "x1": 259, - "y1": 342, - "x2": 258, - "y2": 379, - "x3": 213, - "y3": 378 - }, - "charText": "分", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 211, - "y0": 383, - "x1": 259, - "y1": 384, - "x2": 258, - "y2": 425, - "x3": 211, - "y3": 424 - }, - "charText": "眼", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 210, - "y0": 426, - "x1": 256, - "y1": 427, - "x2": 255, - "y2": 469, - "x3": 210, - "y3": 468 - }, - "charText": "編", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 209, - "y0": 470, - "x1": 257, - "y1": 471, - "x2": 256, - "y2": 513, - "x3": 208, - "y3": 512 - }, - "charText": "述", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 208, - "y0": 514, - "x1": 255, - "y1": 515, - "x2": 254, - "y2": 556, - "x3": 207, - "y3": 555 - }, - "charText": "歴", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 207, - "y0": 558, - "x1": 257, - "y1": 559, - "x2": 256, - "y2": 600, - "x3": 206, - "y3": 599 - }, - "charText": "歴", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 209, - "y0": 602, - "x1": 253, - "y1": 603, - "x2": 253, - "y2": 643, - "x3": 208, - "y3": 643 - }, - "charText": "空", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 208, - "y0": 646, - "x1": 253, - "y1": 647, - "x2": 252, - "y2": 686, - "x3": 207, - "y3": 685 - }, - "charText": "空", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 206, - "y0": 687, - "x1": 253, - "y1": 687, - "x2": 252, - "y2": 730, - "x3": 205, - "y3": 729 - }, - "charText": "道", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 207, - "y0": 734, - "x1": 253, - "y1": 735, - "x2": 252, - "y2": 770, - "x3": 206, - "y3": 769 - }, - "charText": "人", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 209, - "y0": 773, - "x1": 246, - "y1": 774, - "x2": 245, - "y2": 815, - "x3": 208, - "y3": 814 - }, - "charText": "乃", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 203, - "y0": 815, - "x1": 250, - "y1": 817, - "x2": 249, - "y2": 858, - "x3": 202, - "y3": 857 - }, - "charText": "従", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 202, - "y0": 861, - "x1": 247, - "y1": 862, - "x2": 246, - "y2": 903, - "x3": 201, - "y3": 902 - }, - "charText": "頭", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 153, - "y0": 41, - "x1": 202, - "y1": 42, - "x2": 202, - "y2": 59, - "x3": 153, - "y3": 59 - }, - "charText": "一", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 153, - "y0": 71, - "x1": 203, - "y1": 71, - "x2": 203, - "y2": 118, - "x3": 153, - "y3": 118 - }, - "charText": "看", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 155, - "y0": 119, - "x1": 197, - "y1": 120, - "x2": 197, - "y2": 162, - "x3": 155, - "y3": 161 - }, - "charText": "原", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 157, - "y0": 162, - "x1": 202, - "y1": 163, - "x2": 201, - "y2": 211, - "x3": 156, - "y3": 210 - }, - "charText": "来", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 151, - "y0": 210, - "x1": 202, - "y1": 211, - "x2": 201, - "y2": 251, - "x3": 150, - "y3": 250 - }, - "charText": "就", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 152, - "y0": 251, - "x1": 199, - "y1": 252, - "x2": 199, - "y2": 296, - "x3": 152, - "y3": 295 - }, - "charText": "是", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 149, - "y0": 295, - "x1": 200, - "y1": 295, - "x2": 199, - "y2": 338, - "x3": 148, - "y3": 337 - }, - "charText": "無", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 150, - "y0": 339, - "x1": 197, - "y1": 339, - "x2": 196, - "y2": 383, - "x3": 150, - "y3": 382 - }, - "charText": "材", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 149, - "y0": 382, - "x1": 196, - "y1": 383, - "x2": 196, - "y2": 428, - "x3": 148, - "y3": 427 - }, - "charText": "補", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 153, - "y0": 430, - "x1": 200, - "y1": 431, - "x2": 200, - "y2": 468, - "x3": 153, - "y3": 467 - }, - "charText": "天", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 150, - "y0": 473, - "x1": 195, - "y1": 474, - "x2": 194, - "y2": 509, - "x3": 149, - "y3": 507 - }, - "charText": "幻", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 148, - "y0": 510, - "x1": 191, - "y1": 511, - "x2": 190, - "y2": 556, - "x3": 147, - "y3": 555 - }, - "charText": "形", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 149, - "y0": 564, - "x1": 197, - "y1": 565, - "x2": 196, - "y2": 592, - "x3": 149, - "y3": 591 - }, - "charText": "入", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 148, - "y0": 599, - "x1": 199, - "y1": 600, - "x2": 198, - "y2": 638, - "x3": 147, - "y3": 637 - }, - "charText": "世", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 171, - "y0": 655, - "x1": 199, - "y1": 655, - "x2": 199, - "y2": 678, - "x3": 171, - "y3": 677 - }, - "charText": "八", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 171, - "y0": 690, - "x1": 198, - "y1": 690, - "x2": 197, - "y2": 723, - "x3": 171, - "y3": 723 - }, - "charText": "字", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 170, - "y0": 735, - "x1": 196, - "y1": 736, - "x2": 196, - "y2": 764, - "x3": 169, - "y3": 763 - }, - "charText": "便", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 170, - "y0": 775, - "x1": 195, - "y1": 775, - "x2": 195, - "y2": 807, - "x3": 169, - "y3": 807 - }, - "charText": "是", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 168, - "y0": 816, - "x1": 193, - "y1": 817, - "x2": 193, - "y2": 848, - "x3": 167, - "y3": 847 - }, - "charText": "作", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 142, - "y0": 650, - "x1": 170, - "y1": 651, - "x2": 170, - "y2": 683, - "x3": 141, - "y3": 682 - }, - "charText": "者", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 140, - "y0": 697, - "x1": 169, - "y1": 698, - "x2": 170, - "y2": 712, - "x3": 141, - "y3": 711 - }, - "charText": "一", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 141, - "y0": 732, - "x1": 166, - "y1": 733, - "x2": 166, - "y2": 761, - "x3": 141, - "y3": 760 - }, - "charText": "生", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 138, - "y0": 775, - "x1": 168, - "y1": 775, - "x2": 167, - "y2": 809, - "x3": 138, - "y3": 809 - }, - "charText": "慚", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 138, - "y0": 818, - "x1": 165, - "y1": 818, - "x2": 165, - "y2": 849, - "x3": 138, - "y3": 849 - }, - "charText": "恨", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 143, - "y0": 850, - "x1": 189, - "y1": 851, - "x2": 188, - "y2": 902, - "x3": 141, - "y3": 901 - }, - "charText": "蒙", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 94, - "y0": 29, - "x1": 138, - "y1": 30, - "x2": 138, - "y2": 74, - "x3": 93, - "y3": 74 - }, - "charText": "茫", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 93, - "y0": 74, - "x1": 136, - "y1": 74, - "x2": 136, - "y2": 118, - "x3": 93, - "y3": 118 - }, - "charText": "茫", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 96, - "y0": 118, - "x1": 139, - "y1": 118, - "x2": 139, - "y2": 157, - "x3": 96, - "y3": 157 - }, - "charText": "大", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 94, - "y0": 160, - "x1": 143, - "y1": 161, - "x2": 142, - "y2": 199, - "x3": 94, - "y3": 199 - }, - "charText": "相", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 92, - "y0": 205, - "x1": 138, - "y1": 206, - "x2": 137, - "y2": 249, - "x3": 91, - "y3": 248 - }, - "charText": "渺", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 91, - "y0": 249, - "x1": 137, - "y1": 250, - "x2": 136, - "y2": 293, - "x3": 90, - "y3": 292 - }, - "charText": "渺", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 88, - "y0": 292, - "x1": 137, - "y1": 293, - "x2": 136, - "y2": 340, - "x3": 87, - "y3": 339 - }, - "charText": "真", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 88, - "y0": 343, - "x1": 140, - "y1": 344, - "x2": 139, - "y2": 377, - "x3": 87, - "y3": 376 - }, - "charText": "人", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 87, - "y0": 376, - "x1": 134, - "y1": 377, - "x2": 133, - "y2": 425, - "x3": 87, - "y3": 424 - }, - "charText": "携", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 88, - "y0": 432, - "x1": 135, - "y1": 433, - "x2": 134, - "y2": 460, - "x3": 88, - "y3": 459 - }, - "charText": "入", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 87, - "y0": 467, - "x1": 136, - "y1": 468, - "x2": 135, - "y2": 506, - "x3": 87, - "y3": 505 - }, - "charText": "紅", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 86, - "y0": 506, - "x1": 138, - "y1": 507, - "x2": 137, - "y2": 553, - "x3": 86, - "y3": 553 - }, - "charText": "塵", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 87, - "y0": 555, - "x1": 132, - "y1": 556, - "x2": 132, - "y2": 598, - "x3": 87, - "y3": 597 - }, - "charText": "歴", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 85, - "y0": 598, - "x1": 131, - "y1": 598, - "x2": 131, - "y2": 644, - "x3": 85, - "y3": 643 - }, - "charText": "盡", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 86, - "y0": 645, - "x1": 134, - "y1": 646, - "x2": 133, - "y2": 691, - "x3": 85, - "y3": 690 - }, - "charText": "離", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 85, - "y0": 693, - "x1": 134, - "y1": 694, - "x2": 134, - "y2": 730, - "x3": 84, - "y3": 729 - }, - "charText": "合", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 87, - "y0": 731, - "x1": 129, - "y1": 732, - "x2": 128, - "y2": 773, - "x3": 86, - "y3": 772 - }, - "charText": "悲", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 81, - "y0": 772, - "x1": 133, - "y1": 774, - "x2": 132, - "y2": 816, - "x3": 80, - "y3": 815 - }, - "charText": "歡", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 83, - "y0": 814, - "x1": 131, - "y1": 815, - "x2": 130, - "y2": 859, - "x3": 82, - "y3": 858 - }, - "charText": "炎", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 82, - "y0": 858, - "x1": 127, - "y1": 859, - "x2": 127, - "y2": 902, - "x3": 82, - "y3": 901 - }, - "charText": "凉", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 32, - "y0": 26, - "x1": 79, - "y1": 26, - "x2": 78, - "y2": 67, - "x3": 32, - "y3": 67 - }, - "charText": "世", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 31, - "y0": 69, - "x1": 79, - "y1": 69, - "x2": 79, - "y2": 115, - "x3": 31, - "y3": 115 - }, - "charText": "態", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 33, - "y0": 115, - "x1": 77, - "y1": 116, - "x2": 76, - "y2": 162, - "x3": 32, - "y3": 162 - }, - "charText": "的", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 29, - "y0": 172, - "x1": 79, - "y1": 173, - "x2": 79, - "y2": 188, - "x3": 29, - "y3": 187 - }, - "charText": "一", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 26, - "y0": 201, - "x1": 80, - "y1": 202, - "x2": 79, - "y2": 246, - "x3": 25, - "y3": 245 - }, - "charText": "段", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 30, - "y0": 246, - "x1": 79, - "y1": 247, - "x2": 78, - "y2": 290, - "x3": 29, - "y3": 289 - }, - "charText": "故", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 31, - "y0": 289, - "x1": 80, - "y1": 290, - "x2": 79, - "y2": 339, - "x3": 30, - "y3": 339 - }, - "charText": "事", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 25, - "y0": 339, - "x1": 78, - "y1": 340, - "x2": 77, - "y2": 381, - "x3": 25, - "y3": 381 - }, - "charText": "後", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 29, - "y0": 383, - "x1": 72, - "y1": 384, - "x2": 71, - "y2": 424, - "x3": 28, - "y3": 423 - }, - "charText": "面", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 31, - "y0": 427, - "x1": 76, - "y1": 427, - "x2": 76, - "y2": 461, - "x3": 31, - "y3": 461 - }, - "charText": "又", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 26, - "y0": 462, - "x1": 69, - "y1": 463, - "x2": 69, - "y2": 512, - "x3": 25, - "y3": 511 - }, - "charText": "有", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 24, - "y0": 522, - "x1": 74, - "y1": 522, - "x2": 74, - "y2": 538, - "x3": 24, - "y3": 538 - }, - "charText": "一", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 25, - "y0": 552, - "x1": 69, - "y1": 553, - "x2": 69, - "y2": 598, - "x3": 24, - "y3": 597 - }, - "charText": "首", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 25, - "y0": 599, - "x1": 69, - "y1": 599, - "x2": 68, - "y2": 644, - "x3": 25, - "y3": 643 - }, - "charText": "偈", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 24, - "y0": 647, - "x1": 75, - "y1": 648, - "x2": 75, - "y2": 683, - "x3": 24, - "y3": 682 - }, - "charText": "云", - "textlineId": 8, - "picUri": "", - "isPicText": false - } - ] - }, - "7501933907890323497": { - "wordBoxList": [ - { - "charPoly": { - "x0": 522, - "y0": 118, - "x1": 575, - "y1": 119, - "x2": 575, - "y2": 163, - "x3": 522, - "y3": 163 - }, - "charText": "無", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 524, - "y0": 164, - "x1": 571, - "y1": 165, - "x2": 571, - "y2": 211, - "x3": 524, - "y3": 211 - }, - "charText": "材", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 525, - "y0": 214, - "x1": 571, - "y1": 214, - "x2": 571, - "y2": 255, - "x3": 525, - "y3": 255 - }, - "charText": "可", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 524, - "y0": 255, - "x1": 570, - "y1": 255, - "x2": 570, - "y2": 296, - "x3": 524, - "y3": 296 - }, - "charText": "去", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 522, - "y0": 298, - "x1": 571, - "y1": 299, - "x2": 571, - "y2": 343, - "x3": 522, - "y3": 343 - }, - "charText": "補", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 525, - "y0": 342, - "x1": 572, - "y1": 342, - "x2": 572, - "y2": 391, - "x3": 525, - "y3": 391 - }, - "charText": "蒼", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 525, - "y0": 395, - "x1": 573, - "y1": 395, - "x2": 572, - "y2": 438, - "x3": 525, - "y3": 438 - }, - "charText": "天", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 521, - "y0": 518, - "x1": 572, - "y1": 518, - "x2": 571, - "y2": 561, - "x3": 521, - "y3": 561 - }, - "charText": "枉", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 524, - "y0": 569, - "x1": 572, - "y1": 570, - "x2": 572, - "y2": 598, - "x3": 524, - "y3": 597 - }, - "charText": "入", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 524, - "y0": 607, - "x1": 572, - "y1": 608, - "x2": 571, - "y2": 646, - "x3": 524, - "y3": 645 - }, - "charText": "紅", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 521, - "y0": 648, - "x1": 567, - "y1": 648, - "x2": 567, - "y2": 694, - "x3": 521, - "y3": 694 - }, - "charText": "塵", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 522, - "y0": 694, - "x1": 566, - "y1": 694, - "x2": 566, - "y2": 736, - "x3": 521, - "y3": 736 - }, - "charText": "若", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 521, - "y0": 737, - "x1": 568, - "y1": 738, - "x2": 567, - "y2": 782, - "x3": 520, - "y3": 781 - }, - "charText": "許", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 520, - "y0": 780, - "x1": 571, - "y1": 780, - "x2": 571, - "y2": 836, - "x3": 520, - "y3": 836 - }, - "charText": "年", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 461, - "y0": 120, - "x1": 514, - "y1": 120, - "x2": 513, - "y2": 160, - "x3": 461, - "y3": 160 - }, - "charText": "此", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 462, - "y0": 164, - "x1": 508, - "y1": 164, - "x2": 508, - "y2": 209, - "x3": 461, - "y3": 209 - }, - "charText": "係", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 467, - "y0": 209, - "x1": 504, - "y1": 209, - "x2": 504, - "y2": 259, - "x3": 466, - "y3": 259 - }, - "charText": "身", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 460, - "y0": 258, - "x1": 508, - "y1": 259, - "x2": 508, - "y2": 301, - "x3": 460, - "y3": 301 - }, - "charText": "前", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 466, - "y0": 302, - "x1": 505, - "y1": 302, - "x2": 504, - "y2": 346, - "x3": 465, - "y3": 346 - }, - "charText": "身", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 461, - "y0": 345, - "x1": 510, - "y1": 345, - "x2": 510, - "y2": 385, - "x3": 461, - "y3": 385 - }, - "charText": "後", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 464, - "y0": 384, - "x1": 512, - "y1": 384, - "x2": 512, - "y2": 439, - "x3": 464, - "y3": 438 - }, - "charText": "事", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 460, - "y0": 511, - "x1": 506, - "y1": 512, - "x2": 506, - "y2": 564, - "x3": 459, - "y3": 563 - }, - "charText": "倩", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 457, - "y0": 564, - "x1": 506, - "y1": 564, - "x2": 506, - "y2": 606, - "x3": 457, - "y3": 606 - }, - "charText": "誰", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 457, - "y0": 609, - "x1": 509, - "y1": 609, - "x2": 509, - "y2": 647, - "x3": 457, - "y3": 646 - }, - "charText": "記", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 459, - "y0": 647, - "x1": 506, - "y1": 647, - "x2": 505, - "y2": 690, - "x3": 459, - "y3": 689 - }, - "charText": "去", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 461, - "y0": 691, - "x1": 506, - "y1": 692, - "x2": 506, - "y2": 734, - "x3": 461, - "y3": 733 - }, - "charText": "作", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 457, - "y0": 733, - "x1": 507, - "y1": 734, - "x2": 507, - "y2": 780, - "x3": 457, - "y3": 780 - }, - "charText": "竒", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 459, - "y0": 781, - "x1": 509, - "y1": 781, - "x2": 509, - "y2": 834, - "x3": 459, - "y3": 834 - }, - "charText": "傳", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 400, - "y0": 34, - "x1": 448, - "y1": 34, - "x2": 448, - "y2": 80, - "x3": 400, - "y3": 80 - }, - "charText": "詩", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 401, - "y0": 79, - "x1": 451, - "y1": 79, - "x2": 451, - "y2": 120, - "x3": 401, - "y3": 120 - }, - "charText": "後", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 401, - "y0": 122, - "x1": 450, - "y1": 123, - "x2": 450, - "y2": 164, - "x3": 401, - "y3": 164 - }, - "charText": "便", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 402, - "y0": 165, - "x1": 451, - "y1": 166, - "x2": 451, - "y2": 210, - "x3": 401, - "y3": 210 - }, - "charText": "是", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 402, - "y0": 209, - "x1": 450, - "y1": 210, - "x2": 450, - "y2": 249, - "x3": 402, - "y3": 249 - }, - "charText": "此", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 401, - "y0": 256, - "x1": 444, - "y1": 256, - "x2": 444, - "y2": 293, - "x3": 401, - "y3": 293 - }, - "charText": "石", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 404, - "y0": 294, - "x1": 446, - "y1": 294, - "x2": 446, - "y2": 339, - "x3": 404, - "y3": 339 - }, - "charText": "墜", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 403, - "y0": 339, - "x1": 450, - "y1": 339, - "x2": 450, - "y2": 386, - "x3": 403, - "y3": 386 - }, - "charText": "落", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 401, - "y0": 390, - "x1": 449, - "y1": 390, - "x2": 449, - "y2": 425, - "x3": 400, - "y3": 424 - }, - "charText": "之", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 400, - "y0": 428, - "x1": 450, - "y1": 428, - "x2": 450, - "y2": 474, - "x3": 399, - "y3": 474 - }, - "charText": "鄉", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 399, - "y0": 473, - "x1": 449, - "y1": 473, - "x2": 449, - "y2": 514, - "x3": 399, - "y3": 514 - }, - "charText": "投", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 402, - "y0": 516, - "x1": 445, - "y1": 516, - "x2": 444, - "y2": 559, - "x3": 402, - "y3": 558 - }, - "charText": "胎", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 400, - "y0": 563, - "x1": 449, - "y1": 563, - "x2": 449, - "y2": 598, - "x3": 400, - "y3": 598 - }, - "charText": "之", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 400, - "y0": 601, - "x1": 450, - "y1": 601, - "x2": 450, - "y2": 647, - "x3": 399, - "y3": 647 - }, - "charText": "處", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 397, - "y0": 648, - "x1": 450, - "y1": 649, - "x2": 450, - "y2": 691, - "x3": 397, - "y3": 691 - }, - "charText": "親", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 405, - "y0": 692, - "x1": 441, - "y1": 693, - "x2": 441, - "y2": 736, - "x3": 405, - "y3": 736 - }, - "charText": "自", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 400, - "y0": 737, - "x1": 447, - "y1": 738, - "x2": 447, - "y2": 778, - "x3": 400, - "y3": 777 - }, - "charText": "經", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 398, - "y0": 780, - "x1": 445, - "y1": 780, - "x2": 444, - "y2": 821, - "x3": 397, - "y3": 821 - }, - "charText": "歴", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 401, - "y0": 822, - "x1": 443, - "y1": 823, - "x2": 443, - "y2": 865, - "x3": 401, - "y3": 865 - }, - "charText": "的", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 398, - "y0": 877, - "x1": 444, - "y1": 878, - "x2": 444, - "y2": 894, - "x3": 399, - "y3": 894 - }, - "charText": "一", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 339, - "y0": 33, - "x1": 391, - "y1": 33, - "x2": 391, - "y2": 74, - "x3": 339, - "y3": 74 - }, - "charText": "段", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 344, - "y0": 73, - "x1": 391, - "y1": 74, - "x2": 390, - "y2": 121, - "x3": 344, - "y3": 120 - }, - "charText": "陳", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 340, - "y0": 122, - "x1": 387, - "y1": 123, - "x2": 387, - "y2": 163, - "x3": 340, - "y3": 163 - }, - "charText": "跡", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 340, - "y0": 164, - "x1": 389, - "y1": 164, - "x2": 388, - "y2": 206, - "x3": 340, - "y3": 205 - }, - "charText": "故", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 341, - "y0": 205, - "x1": 391, - "y1": 205, - "x2": 390, - "y2": 254, - "x3": 341, - "y3": 254 - }, - "charText": "事", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 338, - "y0": 255, - "x1": 386, - "y1": 255, - "x2": 386, - "y2": 299, - "x3": 338, - "y3": 298 - }, - "charText": "其", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 343, - "y0": 297, - "x1": 381, - "y1": 297, - "x2": 381, - "y2": 342, - "x3": 343, - "y3": 342 - }, - "charText": "中", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 343, - "y0": 342, - "x1": 386, - "y1": 342, - "x2": 386, - "y2": 386, - "x3": 342, - "y3": 386 - }, - "charText": "家", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 340, - "y0": 386, - "x1": 387, - "y1": 387, - "x2": 387, - "y2": 430, - "x3": 340, - "y3": 430 - }, - "charText": "庭", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 344, - "y0": 431, - "x1": 384, - "y1": 432, - "x2": 383, - "y2": 472, - "x3": 344, - "y3": 472 - }, - "charText": "閨", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 345, - "y0": 475, - "x1": 382, - "y1": 475, - "x2": 382, - "y2": 517, - "x3": 345, - "y3": 517 - }, - "charText": "閣", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 340, - "y0": 518, - "x1": 384, - "y1": 518, - "x2": 384, - "y2": 563, - "x3": 340, - "y3": 562 - }, - "charText": "瑣", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 341, - "y0": 563, - "x1": 390, - "y1": 563, - "x2": 389, - "y2": 614, - "x3": 341, - "y3": 614 - }, - "charText": "事", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 341, - "y0": 616, - "x1": 384, - "y1": 616, - "x2": 383, - "y2": 648, - "x3": 341, - "y3": 647 - }, - "charText": "以", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 341, - "y0": 650, - "x1": 387, - "y1": 651, - "x2": 387, - "y2": 690, - "x3": 340, - "y3": 689 - }, - "charText": "及", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 342, - "y0": 692, - "x1": 382, - "y1": 693, - "x2": 381, - "y2": 735, - "x3": 341, - "y3": 735 - }, - "charText": "閒", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 340, - "y0": 734, - "x1": 383, - "y1": 735, - "x2": 382, - "y2": 781, - "x3": 339, - "y3": 781 - }, - "charText": "情", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 335, - "y0": 780, - "x1": 383, - "y1": 781, - "x2": 382, - "y2": 827, - "x3": 334, - "y3": 826 - }, - "charText": "詩", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 333, - "y0": 827, - "x1": 388, - "y1": 828, - "x2": 387, - "y2": 869, - "x3": 332, - "y3": 868 - }, - "charText": "試", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 335, - "y0": 870, - "x1": 381, - "y1": 871, - "x2": 381, - "y2": 909, - "x3": 334, - "y3": 908 - }, - "charText": "到", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 281, - "y0": 33, - "x1": 329, - "y1": 33, - "x2": 329, - "y2": 75, - "x3": 281, - "y3": 75 - }, - "charText": "還", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 280, - "y0": 77, - "x1": 330, - "y1": 77, - "x2": 330, - "y2": 115, - "x3": 280, - "y3": 115 - }, - "charText": "全", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 281, - "y0": 117, - "x1": 331, - "y1": 118, - "x2": 330, - "y2": 162, - "x3": 280, - "y3": 162 - }, - "charText": "脩", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 283, - "y0": 162, - "x1": 329, - "y1": 163, - "x2": 328, - "y2": 208, - "x3": 282, - "y3": 207 - }, - "charText": "或", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 282, - "y0": 210, - "x1": 324, - "y1": 211, - "x2": 324, - "y2": 254, - "x3": 281, - "y3": 253 - }, - "charText": "可", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 279, - "y0": 254, - "x1": 326, - "y1": 255, - "x2": 325, - "y2": 297, - "x3": 279, - "y3": 297 - }, - "charText": "適", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 276, - "y0": 297, - "x1": 325, - "y1": 298, - "x2": 325, - "y2": 340, - "x3": 276, - "y3": 339 - }, - "charText": "趣", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 280, - "y0": 340, - "x1": 325, - "y1": 340, - "x2": 325, - "y2": 386, - "x3": 279, - "y3": 386 - }, - "charText": "觧", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 282, - "y0": 386, - "x1": 328, - "y1": 386, - "x2": 328, - "y2": 430, - "x3": 282, - "y3": 429 - }, - "charText": "悶", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 280, - "y0": 429, - "x1": 324, - "y1": 429, - "x2": 324, - "y2": 468, - "x3": 280, - "y3": 468 - }, - "charText": "然", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 276, - "y0": 469, - "x1": 322, - "y1": 470, - "x2": 322, - "y2": 516, - "x3": 276, - "y3": 515 - }, - "charText": "朝", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 277, - "y0": 516, - "x1": 325, - "y1": 516, - "x2": 325, - "y2": 557, - "x3": 276, - "y3": 556 - }, - "charText": "代", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 274, - "y0": 557, - "x1": 320, - "y1": 557, - "x2": 320, - "y2": 607, - "x3": 274, - "y3": 607 - }, - "charText": "年", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 279, - "y0": 609, - "x1": 327, - "y1": 609, - "x2": 327, - "y2": 646, - "x3": 279, - "y3": 645 - }, - "charText": "絁", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 278, - "y0": 648, - "x1": 325, - "y1": 649, - "x2": 325, - "y2": 686, - "x3": 278, - "y3": 685 - }, - "charText": "地", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 275, - "y0": 689, - "x1": 327, - "y1": 689, - "x2": 326, - "y2": 734, - "x3": 274, - "y3": 733 - }, - "charText": "輿", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 276, - "y0": 735, - "x1": 323, - "y1": 735, - "x2": 323, - "y2": 780, - "x3": 275, - "y3": 779 - }, - "charText": "邦", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 282, - "y0": 781, - "x1": 326, - "y1": 781, - "x2": 326, - "y2": 821, - "x3": 281, - "y3": 821 - }, - "charText": "國", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 274, - "y0": 820, - "x1": 322, - "y1": 821, - "x2": 322, - "y2": 866, - "x3": 273, - "y3": 865 - }, - "charText": "却", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 278, - "y0": 865, - "x1": 325, - "y1": 865, - "x2": 324, - "y2": 907, - "x3": 277, - "y3": 907 - }, - "charText": "失", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 223, - "y0": 29, - "x1": 272, - "y1": 30, - "x2": 272, - "y2": 73, - "x3": 223, - "y3": 73 - }, - "charText": "落", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 220, - "y0": 74, - "x1": 270, - "y1": 75, - "x2": 270, - "y2": 116, - "x3": 220, - "y3": 115 - }, - "charText": "無", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 222, - "y0": 116, - "x1": 271, - "y1": 117, - "x2": 271, - "y2": 165, - "x3": 221, - "y3": 164 - }, - "charText": "𦒱", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 224, - "y0": 167, - "x1": 267, - "y1": 167, - "x2": 267, - "y2": 207, - "x3": 224, - "y3": 206 - }, - "charText": "空", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 223, - "y0": 209, - "x1": 266, - "y1": 210, - "x2": 266, - "y2": 250, - "x3": 223, - "y3": 249 - }, - "charText": "空", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 220, - "y0": 251, - "x1": 268, - "y1": 251, - "x2": 267, - "y2": 294, - "x3": 220, - "y3": 293 - }, - "charText": "道", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 219, - "y0": 297, - "x1": 269, - "y1": 298, - "x2": 268, - "y2": 331, - "x3": 218, - "y3": 330 - }, - "charText": "人", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 218, - "y0": 333, - "x1": 267, - "y1": 333, - "x2": 266, - "y2": 381, - "x3": 217, - "y3": 381 - }, - "charText": "遂", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 221, - "y0": 383, - "x1": 264, - "y1": 384, - "x2": 264, - "y2": 424, - "x3": 221, - "y3": 424 - }, - "charText": "向", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 219, - "y0": 429, - "x1": 261, - "y1": 429, - "x2": 261, - "y2": 466, - "x3": 218, - "y3": 466 - }, - "charText": "石", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 220, - "y0": 470, - "x1": 264, - "y1": 471, - "x2": 264, - "y2": 513, - "x3": 220, - "y3": 513 - }, - "charText": "頭", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 217, - "y0": 515, - "x1": 267, - "y1": 515, - "x2": 266, - "y2": 556, - "x3": 217, - "y3": 555 - }, - "charText": "説", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 219, - "y0": 557, - "x1": 268, - "y1": 557, - "x2": 267, - "y2": 601, - "x3": 219, - "y3": 601 - }, - "charText": "道", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 218, - "y0": 606, - "x1": 261, - "y1": 607, - "x2": 261, - "y2": 643, - "x3": 218, - "y3": 643 - }, - "charText": "石", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 221, - "y0": 647, - "x1": 267, - "y1": 647, - "x2": 267, - "y2": 684, - "x3": 221, - "y3": 684 - }, - "charText": "兄", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 220, - "y0": 686, - "x1": 264, - "y1": 687, - "x2": 263, - "y2": 732, - "x3": 219, - "y3": 732 - }, - "charText": "你", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 217, - "y0": 736, - "x1": 264, - "y1": 737, - "x2": 263, - "y2": 779, - "x3": 217, - "y3": 779 - }, - "charText": "這", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 216, - "y0": 790, - "x1": 264, - "y1": 791, - "x2": 264, - "y2": 806, - "x3": 216, - "y3": 805 - }, - "charText": "一", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 213, - "y0": 819, - "x1": 265, - "y1": 820, - "x2": 265, - "y2": 863, - "x3": 213, - "y3": 863 - }, - "charText": "殺", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 215, - "y0": 864, - "x1": 266, - "y1": 864, - "x2": 266, - "y2": 907, - "x3": 215, - "y3": 906 - }, - "charText": "故", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 163, - "y0": 28, - "x1": 215, - "y1": 29, - "x2": 214, - "y2": 76, - "x3": 162, - "y3": 75 - }, - "charText": "事", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 161, - "y0": 75, - "x1": 211, - "y1": 75, - "x2": 210, - "y2": 123, - "x3": 161, - "y3": 122 - }, - "charText": "據", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 162, - "y0": 123, - "x1": 207, - "y1": 124, - "x2": 206, - "y2": 164, - "x3": 161, - "y3": 163 - }, - "charText": "你", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 165, - "y0": 164, - "x1": 202, - "y1": 164, - "x2": 201, - "y2": 208, - "x3": 165, - "y3": 207 - }, - "charText": "自", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 165, - "y0": 210, - "x1": 208, - "y1": 210, - "x2": 207, - "y2": 247, - "x3": 165, - "y3": 247 - }, - "charText": "已", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 157, - "y0": 249, - "x1": 210, - "y1": 250, - "x2": 210, - "y2": 294, - "x3": 157, - "y3": 294 - }, - "charText": "説", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 161, - "y0": 296, - "x1": 202, - "y1": 296, - "x2": 202, - "y2": 341, - "x3": 160, - "y3": 340 - }, - "charText": "有", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 161, - "y0": 340, - "x1": 205, - "y1": 340, - "x2": 205, - "y2": 379, - "x3": 161, - "y3": 378 - }, - "charText": "些", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 155, - "y0": 380, - "x1": 206, - "y1": 381, - "x2": 206, - "y2": 423, - "x3": 155, - "y3": 423 - }, - "charText": "趣", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 158, - "y0": 424, - "x1": 209, - "y1": 424, - "x2": 208, - "y2": 471, - "x3": 158, - "y3": 471 - }, - "charText": "味", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 158, - "y0": 470, - "x1": 207, - "y1": 471, - "x2": 206, - "y2": 512, - "x3": 157, - "y3": 511 - }, - "charText": "故", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 157, - "y0": 513, - "x1": 204, - "y1": 513, - "x2": 203, - "y2": 558, - "x3": 157, - "y3": 557 - }, - "charText": "編", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 159, - "y0": 558, - "x1": 201, - "y1": 558, - "x2": 202, - "y2": 604, - "x3": 159, - "y3": 604 - }, - "charText": "寫", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 157, - "y0": 603, - "x1": 202, - "y1": 604, - "x2": 202, - "y2": 647, - "x3": 157, - "y3": 646 - }, - "charText": "在", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 159, - "y0": 647, - "x1": 207, - "y1": 648, - "x2": 207, - "y2": 686, - "x3": 159, - "y3": 686 - }, - "charText": "此", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 155, - "y0": 689, - "x1": 202, - "y1": 689, - "x2": 202, - "y2": 736, - "x3": 155, - "y3": 735 - }, - "charText": "意", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 154, - "y0": 736, - "x1": 203, - "y1": 737, - "x2": 203, - "y2": 777, - "x3": 154, - "y3": 776 - }, - "charText": "欲", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 160, - "y0": 778, - "x1": 201, - "y1": 779, - "x2": 201, - "y2": 823, - "x3": 160, - "y3": 822 - }, - "charText": "問", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 155, - "y0": 822, - "x1": 200, - "y1": 822, - "x2": 199, - "y2": 861, - "x3": 155, - "y3": 861 - }, - "charText": "世", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 152, - "y0": 861, - "x1": 203, - "y1": 862, - "x2": 202, - "y2": 910, - "x3": 151, - "y3": 909 - }, - "charText": "傳", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 101, - "y0": 27, - "x1": 153, - "y1": 28, - "x2": 152, - "y2": 78, - "x3": 100, - "y3": 77 - }, - "charText": "部", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 100, - "y0": 76, - "x1": 151, - "y1": 77, - "x2": 150, - "y2": 120, - "x3": 100, - "y3": 119 - }, - "charText": "據", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 100, - "y0": 117, - "x1": 147, - "y1": 118, - "x2": 146, - "y2": 162, - "x3": 99, - "y3": 161 - }, - "charText": "我", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 98, - "y0": 161, - "x1": 142, - "y1": 162, - "x2": 141, - "y2": 210, - "x3": 97, - "y3": 209 - }, - "charText": "看", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 102, - "y0": 208, - "x1": 149, - "y1": 209, - "x2": 148, - "y2": 252, - "x3": 101, - "y3": 252 - }, - "charText": "来", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 101, - "y0": 251, - "x1": 143, - "y1": 252, - "x2": 142, - "y2": 307, - "x3": 100, - "y3": 306 - }, - "charText": "第", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 97, - "y0": 313, - "x1": 143, - "y1": 314, - "x2": 143, - "y2": 328, - "x3": 98, - "y3": 327 - }, - "charText": "一", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 97, - "y0": 332, - "x1": 140, - "y1": 333, - "x2": 139, - "y2": 381, - "x3": 97, - "y3": 381 - }, - "charText": "件", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 92, - "y0": 380, - "x1": 145, - "y1": 381, - "x2": 145, - "y2": 423, - "x3": 91, - "y3": 422 - }, - "charText": "無", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 92, - "y0": 424, - "x1": 138, - "y1": 425, - "x2": 138, - "y2": 469, - "x3": 92, - "y3": 468 - }, - "charText": "朝", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 92, - "y0": 469, - "x1": 144, - "y1": 469, - "x2": 143, - "y2": 511, - "x3": 91, - "y3": 511 - }, - "charText": "代", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 91, - "y0": 511, - "x1": 139, - "y1": 512, - "x2": 139, - "y2": 563, - "x3": 91, - "y3": 562 - }, - "charText": "年", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 95, - "y0": 564, - "x1": 143, - "y1": 564, - "x2": 143, - "y2": 600, - "x3": 95, - "y3": 600 - }, - "charText": "紀", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 94, - "y0": 603, - "x1": 139, - "y1": 603, - "x2": 139, - "y2": 646, - "x3": 94, - "y3": 645 - }, - "charText": "可", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 93, - "y0": 645, - "x1": 146, - "y1": 645, - "x2": 145, - "y2": 692, - "x3": 92, - "y3": 691 - }, - "charText": "考", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 100, - "y0": 692, - "x1": 139, - "y1": 692, - "x2": 139, - "y2": 746, - "x3": 100, - "y3": 746 - }, - "charText": "第", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 95, - "y0": 748, - "x1": 141, - "y1": 749, - "x2": 141, - "y2": 776, - "x3": 95, - "y3": 775 - }, - "charText": "二", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 93, - "y0": 776, - "x1": 141, - "y1": 777, - "x2": 140, - "y2": 824, - "x3": 93, - "y3": 823 - }, - "charText": "件", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 91, - "y0": 823, - "x1": 140, - "y1": 824, - "x2": 140, - "y2": 863, - "x3": 91, - "y3": 862 - }, - "charText": "並", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 89, - "y0": 864, - "x1": 144, - "y1": 865, - "x2": 143, - "y2": 907, - "x3": 88, - "y3": 906 - }, - "charText": "無", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 37, - "y0": 26, - "x1": 86, - "y1": 27, - "x2": 86, - "y2": 68, - "x3": 37, - "y3": 68 - }, - "charText": "大", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 40, - "y0": 69, - "x1": 85, - "y1": 69, - "x2": 84, - "y2": 118, - "x3": 39, - "y3": 118 - }, - "charText": "賢", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 38, - "y0": 116, - "x1": 84, - "y1": 117, - "x2": 84, - "y2": 158, - "x3": 37, - "y3": 158 - }, - "charText": "大", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 37, - "y0": 157, - "x1": 88, - "y1": 158, - "x2": 87, - "y2": 206, - "x3": 36, - "y3": 205 - }, - "charText": "忠", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 34, - "y0": 210, - "x1": 81, - "y1": 211, - "x2": 80, - "y2": 248, - "x3": 33, - "y3": 247 - }, - "charText": "理", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 30, - "y0": 249, - "x1": 78, - "y1": 250, - "x2": 77, - "y2": 297, - "x3": 29, - "y3": 296 - }, - "charText": "朝", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 31, - "y0": 297, - "x1": 84, - "y1": 297, - "x2": 84, - "y2": 336, - "x3": 30, - "y3": 336 - }, - "charText": "廷", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 32, - "y0": 336, - "x1": 75, - "y1": 336, - "x2": 75, - "y2": 377, - "x3": 32, - "y3": 376 - }, - "charText": "治", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 31, - "y0": 379, - "x1": 81, - "y1": 380, - "x2": 80, - "y2": 422, - "x3": 31, - "y3": 421 - }, - "charText": "風", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 28, - "y0": 426, - "x1": 82, - "y1": 427, - "x2": 82, - "y2": 465, - "x3": 28, - "y3": 464 - }, - "charText": "俗", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 31, - "y0": 466, - "x1": 76, - "y1": 466, - "x2": 76, - "y2": 508, - "x3": 31, - "y3": 508 - }, - "charText": "的", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 28, - "y0": 509, - "x1": 75, - "y1": 509, - "x2": 75, - "y2": 555, - "x3": 28, - "y3": 556 - }, - "charText": "善", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 29, - "y0": 557, - "x1": 83, - "y1": 557, - "x2": 83, - "y2": 598, - "x3": 29, - "y3": 598 - }, - "charText": "政", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 28, - "y0": 599, - "x1": 77, - "y1": 598, - "x2": 77, - "y2": 643, - "x3": 28, - "y3": 644 - }, - "charText": "其", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 34, - "y0": 642, - "x1": 71, - "y1": 642, - "x2": 71, - "y2": 693, - "x3": 33, - "y3": 694 - }, - "charText": "中", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 32, - "y0": 696, - "x1": 73, - "y1": 696, - "x2": 73, - "y2": 732, - "x3": 32, - "y3": 732 - }, - "charText": "只", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 30, - "y0": 736, - "x1": 72, - "y1": 737, - "x2": 72, - "y2": 775, - "x3": 29, - "y3": 775 - }, - "charText": "不", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 26, - "y0": 777, - "x1": 78, - "y1": 777, - "x2": 77, - "y2": 820, - "x3": 25, - "y3": 820 - }, - "charText": "過", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 25, - "y0": 818, - "x1": 78, - "y1": 820, - "x2": 77, - "y2": 865, - "x3": 24, - "y3": 864 - }, - "charText": "幾", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 26, - "y0": 865, - "x1": 74, - "y1": 866, - "x2": 74, - "y2": 906, - "x3": 25, - "y3": 905 - }, - "charText": "個", - "textlineId": 8, - "picUri": "", - "isPicText": false - } - ] - }, - "7501933907890339881": { - "wordBoxList": [ - { - "charPoly": { - "x0": 524, - "y0": 39, - "x1": 573, - "y1": 40, - "x2": 572, - "y2": 82, - "x3": 523, - "y3": 82 - }, - "charText": "異", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 527, - "y0": 82, - "x1": 573, - "y1": 83, - "x2": 573, - "y2": 128, - "x3": 526, - "y3": 127 - }, - "charText": "樣", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 523, - "y0": 131, - "x1": 571, - "y1": 132, - "x2": 570, - "y2": 167, - "x3": 522, - "y3": 166 - }, - "charText": "女", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 526, - "y0": 170, - "x1": 571, - "y1": 171, - "x2": 571, - "y2": 212, - "x3": 525, - "y3": 211 - }, - "charText": "予", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 526, - "y0": 212, - "x1": 571, - "y1": 213, - "x2": 570, - "y2": 254, - "x3": 526, - "y3": 253 - }, - "charText": "或", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 526, - "y0": 253, - "x1": 568, - "y1": 254, - "x2": 567, - "y2": 302, - "x3": 525, - "y3": 301 - }, - "charText": "情", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 525, - "y0": 300, - "x1": 569, - "y1": 301, - "x2": 568, - "y2": 345, - "x3": 524, - "y3": 344 - }, - "charText": "或", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 522, - "y0": 343, - "x1": 570, - "y1": 344, - "x2": 569, - "y2": 387, - "x3": 522, - "y3": 387 - }, - "charText": "癡", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 524, - "y0": 386, - "x1": 569, - "y1": 387, - "x2": 568, - "y2": 429, - "x3": 523, - "y3": 429 - }, - "charText": "或", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 522, - "y0": 432, - "x1": 565, - "y1": 433, - "x2": 564, - "y2": 470, - "x3": 522, - "y3": 469 - }, - "charText": "小", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 523, - "y0": 470, - "x1": 560, - "y1": 471, - "x2": 560, - "y2": 515, - "x3": 522, - "y3": 514 - }, - "charText": "才", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 518, - "y0": 516, - "x1": 565, - "y1": 516, - "x2": 565, - "y2": 558, - "x3": 518, - "y3": 558 - }, - "charText": "微", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 518, - "y0": 560, - "x1": 567, - "y1": 560, - "x2": 566, - "y2": 607, - "x3": 518, - "y3": 606 - }, - "charText": "善", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 517, - "y0": 608, - "x1": 563, - "y1": 609, - "x2": 563, - "y2": 648, - "x3": 517, - "y3": 647 - }, - "charText": "亦", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 513, - "y0": 648, - "x1": 564, - "y1": 648, - "x2": 563, - "y2": 692, - "x3": 512, - "y3": 692 - }, - "charText": "無", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 515, - "y0": 695, - "x1": 563, - "y1": 696, - "x2": 562, - "y2": 735, - "x3": 514, - "y3": 734 - }, - "charText": "班", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 511, - "y0": 734, - "x1": 560, - "y1": 735, - "x2": 560, - "y2": 773, - "x3": 510, - "y3": 772 - }, - "charText": "姑", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 512, - "y0": 773, - "x1": 561, - "y1": 774, - "x2": 561, - "y2": 821, - "x3": 512, - "y3": 820 - }, - "charText": "蔡", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 509, - "y0": 823, - "x1": 560, - "y1": 824, - "x2": 560, - "y2": 859, - "x3": 508, - "y3": 858 - }, - "charText": "女", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 514, - "y0": 864, - "x1": 561, - "y1": 865, - "x2": 561, - "y2": 899, - "x3": 513, - "y3": 899 - }, - "charText": "之", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 464, - "y0": 36, - "x1": 511, - "y1": 37, - "x2": 510, - "y2": 81, - "x3": 464, - "y3": 80 - }, - "charText": "徳", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 467, - "y0": 81, - "x1": 514, - "y1": 82, - "x2": 513, - "y2": 125, - "x3": 466, - "y3": 124 - }, - "charText": "能", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 468, - "y0": 124, - "x1": 511, - "y1": 125, - "x2": 511, - "y2": 166, - "x3": 467, - "y3": 165 - }, - "charText": "我", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 465, - "y0": 168, - "x1": 510, - "y1": 169, - "x2": 509, - "y2": 213, - "x3": 464, - "y3": 212 - }, - "charText": "總", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 463, - "y0": 213, - "x1": 505, - "y1": 214, - "x2": 504, - "y2": 256, - "x3": 461, - "y3": 255 - }, - "charText": "抄", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 462, - "y0": 257, - "x1": 511, - "y1": 258, - "x2": 510, - "y2": 299, - "x3": 461, - "y3": 298 - }, - "charText": "行", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 463, - "y0": 302, - "x1": 506, - "y1": 302, - "x2": 505, - "y2": 343, - "x3": 463, - "y3": 343 - }, - "charText": "恐", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 460, - "y0": 343, - "x1": 504, - "y1": 344, - "x2": 504, - "y2": 382, - "x3": 459, - "y3": 381 - }, - "charText": "世", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 460, - "y0": 387, - "x1": 506, - "y1": 388, - "x2": 506, - "y2": 423, - "x3": 460, - "y3": 422 - }, - "charText": "人", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 460, - "y0": 430, - "x1": 500, - "y1": 431, - "x2": 500, - "y2": 469, - "x3": 460, - "y3": 468 - }, - "charText": "不", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 461, - "y0": 469, - "x1": 504, - "y1": 469, - "x2": 503, - "y2": 516, - "x3": 461, - "y3": 515 - }, - "charText": "愛", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 458, - "y0": 516, - "x1": 501, - "y1": 517, - "x2": 500, - "y2": 563, - "x3": 457, - "y3": 562 - }, - "charText": "看", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 460, - "y0": 564, - "x1": 505, - "y1": 565, - "x2": 504, - "y2": 604, - "x3": 459, - "y3": 604 - }, - "charText": "呢", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 455, - "y0": 607, - "x1": 496, - "y1": 608, - "x2": 495, - "y2": 644, - "x3": 454, - "y3": 643 - }, - "charText": "石", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 457, - "y0": 649, - "x1": 499, - "y1": 650, - "x2": 498, - "y2": 693, - "x3": 456, - "y3": 692 - }, - "charText": "頭", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 457, - "y0": 692, - "x1": 500, - "y1": 693, - "x2": 500, - "y2": 737, - "x3": 457, - "y3": 737 - }, - "charText": "笑", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 460, - "y0": 741, - "x1": 501, - "y1": 742, - "x2": 501, - "y2": 772, - "x3": 459, - "y3": 772 - }, - "charText": "曰", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 456, - "y0": 772, - "x1": 500, - "y1": 773, - "x2": 499, - "y2": 817, - "x3": 455, - "y3": 817 - }, - "charText": "我", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 456, - "y0": 822, - "x1": 498, - "y1": 823, - "x2": 497, - "y2": 866, - "x3": 456, - "y3": 865 - }, - "charText": "師", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 452, - "y0": 865, - "x1": 497, - "y1": 867, - "x2": 496, - "y2": 904, - "x3": 451, - "y3": 903 - }, - "charText": "何", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 408, - "y0": 37, - "x1": 451, - "y1": 37, - "x2": 451, - "y2": 76, - "x3": 408, - "y3": 76 - }, - "charText": "太", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 405, - "y0": 78, - "x1": 453, - "y1": 79, - "x2": 452, - "y2": 123, - "x3": 404, - "y3": 122 - }, - "charText": "癡", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 407, - "y0": 125, - "x1": 452, - "y1": 126, - "x2": 452, - "y2": 165, - "x3": 406, - "y3": 164 - }, - "charText": "也", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 403, - "y0": 168, - "x1": 448, - "y1": 170, - "x2": 446, - "y2": 211, - "x3": 402, - "y3": 210 - }, - "charText": "若", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 404, - "y0": 216, - "x1": 445, - "y1": 217, - "x2": 443, - "y2": 252, - "x3": 403, - "y3": 250 - }, - "charText": "云", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 400, - "y0": 253, - "x1": 449, - "y1": 254, - "x2": 448, - "y2": 297, - "x3": 399, - "y3": 296 - }, - "charText": "無", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 399, - "y0": 299, - "x1": 445, - "y1": 300, - "x2": 444, - "y2": 342, - "x3": 398, - "y3": 341 - }, - "charText": "朝", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 400, - "y0": 342, - "x1": 448, - "y1": 343, - "x2": 447, - "y2": 383, - "x3": 400, - "y3": 382 - }, - "charText": "代", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 401, - "y0": 383, - "x1": 442, - "y1": 384, - "x2": 442, - "y2": 426, - "x3": 401, - "y3": 425 - }, - "charText": "可", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 397, - "y0": 425, - "x1": 448, - "y1": 426, - "x2": 447, - "y2": 474, - "x3": 397, - "y3": 473 - }, - "charText": "考", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 398, - "y0": 475, - "x1": 446, - "y1": 476, - "x2": 445, - "y2": 515, - "x3": 398, - "y3": 514 - }, - "charText": "今", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 399, - "y0": 514, - "x1": 446, - "y1": 515, - "x2": 445, - "y2": 559, - "x3": 398, - "y3": 558 - }, - "charText": "我", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 399, - "y0": 562, - "x1": 441, - "y1": 563, - "x2": 441, - "y2": 605, - "x3": 399, - "y3": 604 - }, - "charText": "師", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 395, - "y0": 603, - "x1": 442, - "y1": 604, - "x2": 442, - "y2": 647, - "x3": 395, - "y3": 646 - }, - "charText": "竟", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 393, - "y0": 649, - "x1": 444, - "y1": 650, - "x2": 444, - "y2": 687, - "x3": 393, - "y3": 686 - }, - "charText": "假", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 392, - "y0": 687, - "x1": 440, - "y1": 688, - "x2": 440, - "y2": 731, - "x3": 392, - "y3": 730 - }, - "charText": "借", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 395, - "y0": 732, - "x1": 438, - "y1": 732, - "x2": 438, - "y2": 775, - "x3": 395, - "y3": 774 - }, - "charText": "漢", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 391, - "y0": 774, - "x1": 435, - "y1": 775, - "x2": 434, - "y2": 816, - "x3": 391, - "y3": 815 - }, - "charText": "唐", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 391, - "y0": 815, - "x1": 436, - "y1": 816, - "x2": 435, - "y2": 861, - "x3": 390, - "y3": 860 - }, - "charText": "等", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 389, - "y0": 859, - "x1": 436, - "y1": 860, - "x2": 435, - "y2": 904, - "x3": 388, - "y3": 903 - }, - "charText": "年", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 346, - "y0": 39, - "x1": 395, - "y1": 39, - "x2": 394, - "y2": 78, - "x3": 345, - "y3": 77 - }, - "charText": "紀", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 346, - "y0": 81, - "x1": 394, - "y1": 82, - "x2": 393, - "y2": 123, - "x3": 345, - "y3": 122 - }, - "charText": "添", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 344, - "y0": 126, - "x1": 395, - "y1": 127, - "x2": 394, - "y2": 167, - "x3": 343, - "y3": 165 - }, - "charText": "綴", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 346, - "y0": 170, - "x1": 390, - "y1": 171, - "x2": 390, - "y2": 203, - "x3": 346, - "y3": 203 - }, - "charText": "又", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 342, - "y0": 205, - "x1": 385, - "y1": 207, - "x2": 383, - "y2": 253, - "x3": 341, - "y3": 252 - }, - "charText": "有", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 339, - "y0": 254, - "x1": 387, - "y1": 256, - "x2": 386, - "y2": 298, - "x3": 338, - "y3": 296 - }, - "charText": "何", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 338, - "y0": 297, - "x1": 391, - "y1": 298, - "x2": 390, - "y2": 343, - "x3": 337, - "y3": 342 - }, - "charText": "難", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 337, - "y0": 343, - "x1": 384, - "y1": 345, - "x2": 383, - "y2": 379, - "x3": 337, - "y3": 378 - }, - "charText": "但", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 340, - "y0": 376, - "x1": 386, - "y1": 377, - "x2": 386, - "y2": 424, - "x3": 340, - "y3": 423 - }, - "charText": "我", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 338, - "y0": 424, - "x1": 385, - "y1": 425, - "x2": 385, - "y2": 469, - "x3": 338, - "y3": 468 - }, - "charText": "想", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 337, - "y0": 470, - "x1": 382, - "y1": 471, - "x2": 382, - "y2": 512, - "x3": 336, - "y3": 511 - }, - "charText": "歴", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 339, - "y0": 511, - "x1": 385, - "y1": 511, - "x2": 384, - "y2": 559, - "x3": 339, - "y3": 559 - }, - "charText": "来", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 338, - "y0": 561, - "x1": 381, - "y1": 561, - "x2": 381, - "y2": 605, - "x3": 338, - "y3": 605 - }, - "charText": "野", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 336, - "y0": 605, - "x1": 384, - "y1": 606, - "x2": 383, - "y2": 646, - "x3": 335, - "y3": 645 - }, - "charText": "史", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 337, - "y0": 645, - "x1": 376, - "y1": 646, - "x2": 375, - "y2": 689, - "x3": 336, - "y3": 688 - }, - "charText": "皆", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 334, - "y0": 690, - "x1": 376, - "y1": 691, - "x2": 375, - "y2": 731, - "x3": 333, - "y3": 730 - }, - "charText": "蹈", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 332, - "y0": 743, - "x1": 378, - "y1": 744, - "x2": 378, - "y2": 761, - "x3": 333, - "y3": 759 - }, - "charText": "一", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 330, - "y0": 770, - "x1": 383, - "y1": 771, - "x2": 382, - "y2": 814, - "x3": 329, - "y3": 813 - }, - "charText": "轍", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 330, - "y0": 814, - "x1": 376, - "y1": 815, - "x2": 375, - "y2": 861, - "x3": 329, - "y3": 860 - }, - "charText": "莫", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 325, - "y0": 862, - "x1": 377, - "y1": 863, - "x2": 376, - "y2": 900, - "x3": 324, - "y3": 899 - }, - "charText": "如", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 286, - "y0": 33, - "x1": 334, - "y1": 34, - "x2": 333, - "y2": 79, - "x3": 286, - "y3": 78 - }, - "charText": "我", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 286, - "y0": 81, - "x1": 327, - "y1": 82, - "x2": 326, - "y2": 120, - "x3": 285, - "y3": 119 - }, - "charText": "不", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 283, - "y0": 120, - "x1": 330, - "y1": 121, - "x2": 329, - "y2": 165, - "x3": 283, - "y3": 164 - }, - "charText": "借", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 282, - "y0": 166, - "x1": 331, - "y1": 167, - "x2": 330, - "y2": 204, - "x3": 281, - "y3": 203 - }, - "charText": "此", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 281, - "y0": 203, - "x1": 330, - "y1": 205, - "x2": 329, - "y2": 252, - "x3": 280, - "y3": 251 - }, - "charText": "套", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 280, - "y0": 252, - "x1": 330, - "y1": 253, - "x2": 329, - "y2": 298, - "x3": 278, - "y3": 297 - }, - "charText": "者", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 280, - "y0": 299, - "x1": 326, - "y1": 300, - "x2": 326, - "y2": 338, - "x3": 279, - "y3": 337 - }, - "charText": "反", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 278, - "y0": 338, - "x1": 322, - "y1": 339, - "x2": 321, - "y2": 381, - "x3": 277, - "y3": 380 - }, - "charText": "到", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 276, - "y0": 380, - "x1": 324, - "y1": 381, - "x2": 323, - "y2": 425, - "x3": 275, - "y3": 424 - }, - "charText": "新", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 276, - "y0": 424, - "x1": 322, - "y1": 425, - "x2": 321, - "y2": 474, - "x3": 275, - "y3": 473 - }, - "charText": "竒", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 276, - "y0": 473, - "x1": 318, - "y1": 474, - "x2": 318, - "y2": 516, - "x3": 276, - "y3": 516 - }, - "charText": "别", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 276, - "y0": 516, - "x1": 326, - "y1": 517, - "x2": 325, - "y2": 558, - "x3": 276, - "y3": 558 - }, - "charText": "致", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 277, - "y0": 561, - "x1": 318, - "y1": 562, - "x2": 318, - "y2": 600, - "x3": 277, - "y3": 599 - }, - "charText": "不", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 275, - "y0": 601, - "x1": 320, - "y1": 602, - "x2": 319, - "y2": 642, - "x3": 274, - "y3": 641 - }, - "charText": "過", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 277, - "y0": 648, - "x1": 318, - "y1": 648, - "x2": 318, - "y2": 684, - "x3": 276, - "y3": 683 - }, - "charText": "只", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 275, - "y0": 689, - "x1": 322, - "y1": 690, - "x2": 322, - "y2": 729, - "x3": 274, - "y3": 728 - }, - "charText": "取", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 272, - "y0": 729, - "x1": 318, - "y1": 729, - "x2": 317, - "y2": 773, - "x3": 271, - "y3": 772 - }, - "charText": "其", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 272, - "y0": 772, - "x1": 314, - "y1": 773, - "x2": 313, - "y2": 822, - "x3": 271, - "y3": 821 - }, - "charText": "事", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 271, - "y0": 820, - "x1": 316, - "y1": 821, - "x2": 316, - "y2": 861, - "x3": 270, - "y3": 860 - }, - "charText": "體", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 272, - "y0": 860, - "x1": 316, - "y1": 861, - "x2": 316, - "y2": 904, - "x3": 271, - "y3": 903 - }, - "charText": "情", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 228, - "y0": 37, - "x1": 271, - "y1": 37, - "x2": 271, - "y2": 74, - "x3": 228, - "y3": 73 - }, - "charText": "理", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 227, - "y0": 76, - "x1": 271, - "y1": 76, - "x2": 271, - "y2": 123, - "x3": 226, - "y3": 122 - }, - "charText": "罷", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 232, - "y0": 124, - "x1": 273, - "y1": 125, - "x2": 273, - "y2": 166, - "x3": 232, - "y3": 166 - }, - "charText": "了", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 227, - "y0": 170, - "x1": 269, - "y1": 171, - "x2": 269, - "y2": 206, - "x3": 227, - "y3": 206 - }, - "charText": "又", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 221, - "y0": 210, - "x1": 267, - "y1": 211, - "x2": 266, - "y2": 254, - "x3": 220, - "y3": 253 - }, - "charText": "何", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 224, - "y0": 257, - "x1": 265, - "y1": 258, - "x2": 264, - "y2": 295, - "x3": 224, - "y3": 294 - }, - "charText": "必", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 221, - "y0": 294, - "x1": 266, - "y1": 295, - "x2": 265, - "y2": 336, - "x3": 220, - "y3": 334 - }, - "charText": "拘", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 220, - "y0": 336, - "x1": 264, - "y1": 337, - "x2": 264, - "y2": 378, - "x3": 219, - "y3": 377 - }, - "charText": "拘", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 218, - "y0": 379, - "x1": 266, - "y1": 380, - "x2": 265, - "y2": 422, - "x3": 217, - "y3": 421 - }, - "charText": "於", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 217, - "y0": 423, - "x1": 261, - "y1": 424, - "x2": 260, - "y2": 469, - "x3": 217, - "y3": 468 - }, - "charText": "朝", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 218, - "y0": 468, - "x1": 263, - "y1": 468, - "x2": 263, - "y2": 510, - "x3": 218, - "y3": 510 - }, - "charText": "代", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 216, - "y0": 511, - "x1": 259, - "y1": 511, - "x2": 258, - "y2": 561, - "x3": 216, - "y3": 561 - }, - "charText": "年", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 218, - "y0": 564, - "x1": 264, - "y1": 564, - "x2": 263, - "y2": 597, - "x3": 218, - "y3": 596 - }, - "charText": "紀", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 216, - "y0": 596, - "x1": 264, - "y1": 597, - "x2": 264, - "y2": 641, - "x3": 216, - "y3": 640 - }, - "charText": "哉", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 217, - "y0": 641, - "x1": 258, - "y1": 642, - "x2": 258, - "y2": 689, - "x3": 216, - "y3": 688 - }, - "charText": "市", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 218, - "y0": 689, - "x1": 256, - "y1": 690, - "x2": 255, - "y2": 732, - "x3": 218, - "y3": 731 - }, - "charText": "井", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 214, - "y0": 735, - "x1": 261, - "y1": 736, - "x2": 260, - "y2": 772, - "x3": 214, - "y3": 771 - }, - "charText": "俗", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 213, - "y0": 776, - "x1": 261, - "y1": 778, - "x2": 261, - "y2": 811, - "x3": 212, - "y3": 810 - }, - "charText": "人", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 211, - "y0": 810, - "x1": 257, - "y1": 810, - "x2": 256, - "y2": 856, - "x3": 210, - "y3": 855 - }, - "charText": "喜", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 210, - "y0": 857, - "x1": 253, - "y1": 858, - "x2": 252, - "y2": 901, - "x3": 209, - "y3": 901 - }, - "charText": "看", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 167, - "y0": 35, - "x1": 212, - "y1": 35, - "x2": 212, - "y2": 71, - "x3": 166, - "y3": 71 - }, - "charText": "理", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 167, - "y0": 74, - "x1": 209, - "y1": 75, - "x2": 208, - "y2": 116, - "x3": 166, - "y3": 115 - }, - "charText": "治", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 166, - "y0": 120, - "x1": 212, - "y1": 121, - "x2": 212, - "y2": 155, - "x3": 165, - "y3": 154 - }, - "charText": "之", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 164, - "y0": 158, - "x1": 206, - "y1": 159, - "x2": 205, - "y2": 206, - "x3": 164, - "y3": 205 - }, - "charText": "書", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 162, - "y0": 206, - "x1": 206, - "y1": 207, - "x2": 205, - "y2": 251, - "x3": 161, - "y3": 250 - }, - "charText": "者", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 160, - "y0": 251, - "x1": 206, - "y1": 251, - "x2": 205, - "y2": 294, - "x3": 159, - "y3": 293 - }, - "charText": "甚", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 166, - "y0": 296, - "x1": 211, - "y1": 298, - "x2": 209, - "y2": 339, - "x3": 165, - "y3": 338 - }, - "charText": "少", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 163, - "y0": 337, - "x1": 207, - "y1": 338, - "x2": 206, - "y2": 382, - "x3": 162, - "y3": 381 - }, - "charText": "愛", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 160, - "y0": 380, - "x1": 201, - "y1": 381, - "x2": 200, - "y2": 426, - "x3": 159, - "y3": 425 - }, - "charText": "看", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 159, - "y0": 426, - "x1": 204, - "y1": 427, - "x2": 203, - "y2": 468, - "x3": 158, - "y3": 468 - }, - "charText": "適", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 159, - "y0": 468, - "x1": 203, - "y1": 469, - "x2": 202, - "y2": 516, - "x3": 159, - "y3": 516 - }, - "charText": "情", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 162, - "y0": 517, - "x1": 200, - "y1": 518, - "x2": 200, - "y2": 560, - "x3": 162, - "y3": 560 - }, - "charText": "閑", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 162, - "y0": 560, - "x1": 204, - "y1": 560, - "x2": 204, - "y2": 597, - "x3": 161, - "y3": 596 - }, - "charText": "文", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 157, - "y0": 597, - "x1": 202, - "y1": 597, - "x2": 201, - "y2": 640, - "x3": 156, - "y3": 640 - }, - "charText": "者", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 159, - "y0": 640, - "x1": 202, - "y1": 641, - "x2": 202, - "y2": 688, - "x3": 158, - "y3": 687 - }, - "charText": "特", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 158, - "y0": 687, - "x1": 206, - "y1": 688, - "x2": 205, - "y2": 731, - "x3": 157, - "y3": 731 - }, - "charText": "如", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 155, - "y0": 731, - "x1": 198, - "y1": 733, - "x2": 197, - "y2": 770, - "x3": 154, - "y3": 769 - }, - "charText": "歴", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 157, - "y0": 769, - "x1": 199, - "y1": 770, - "x2": 199, - "y2": 815, - "x3": 156, - "y3": 813 - }, - "charText": "来", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 153, - "y0": 814, - "x1": 197, - "y1": 816, - "x2": 196, - "y2": 857, - "x3": 152, - "y3": 856 - }, - "charText": "野", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 154, - "y0": 856, - "x1": 201, - "y1": 857, - "x2": 200, - "y2": 898, - "x3": 153, - "y3": 897 - }, - "charText": "史", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 108, - "y0": 27, - "x1": 155, - "y1": 28, - "x2": 154, - "y2": 72, - "x3": 107, - "y3": 71 - }, - "charText": "或", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 103, - "y0": 73, - "x1": 152, - "y1": 74, - "x2": 151, - "y2": 112, - "x3": 102, - "y3": 111 - }, - "charText": "訕", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 102, - "y0": 113, - "x1": 149, - "y1": 114, - "x2": 148, - "y2": 162, - "x3": 101, - "y3": 161 - }, - "charText": "謗", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 101, - "y0": 165, - "x1": 146, - "y1": 166, - "x2": 145, - "y2": 208, - "x3": 100, - "y3": 207 - }, - "charText": "君", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 104, - "y0": 209, - "x1": 152, - "y1": 211, - "x2": 151, - "y2": 248, - "x3": 103, - "y3": 246 - }, - "charText": "相", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 104, - "y0": 247, - "x1": 148, - "y1": 248, - "x2": 148, - "y2": 293, - "x3": 104, - "y3": 292 - }, - "charText": "或", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 100, - "y0": 294, - "x1": 150, - "y1": 295, - "x2": 149, - "y2": 334, - "x3": 99, - "y3": 333 - }, - "charText": "貶", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 100, - "y0": 337, - "x1": 148, - "y1": 338, - "x2": 147, - "y2": 371, - "x3": 99, - "y3": 370 - }, - "charText": "人", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 97, - "y0": 371, - "x1": 147, - "y1": 372, - "x2": 146, - "y2": 420, - "x3": 96, - "y3": 419 - }, - "charText": "妻", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 96, - "y0": 424, - "x1": 148, - "y1": 425, - "x2": 148, - "y2": 461, - "x3": 96, - "y3": 460 - }, - "charText": "女", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 98, - "y0": 464, - "x1": 145, - "y1": 465, - "x2": 144, - "y2": 508, - "x3": 97, - "y3": 507 - }, - "charText": "姦", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 100, - "y0": 509, - "x1": 142, - "y1": 510, - "x2": 142, - "y2": 551, - "x3": 100, - "y3": 551 - }, - "charText": "淫", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 101, - "y0": 555, - "x1": 141, - "y1": 556, - "x2": 140, - "y2": 594, - "x3": 100, - "y3": 594 - }, - "charText": "㐫", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 101, - "y0": 597, - "x1": 146, - "y1": 597, - "x2": 146, - "y2": 639, - "x3": 100, - "y3": 639 - }, - "charText": "惡", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 98, - "y0": 643, - "x1": 140, - "y1": 644, - "x2": 140, - "y2": 683, - "x3": 98, - "y3": 682 - }, - "charText": "不", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 97, - "y0": 685, - "x1": 138, - "y1": 686, - "x2": 137, - "y2": 727, - "x3": 96, - "y3": 726 - }, - "charText": "可", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 95, - "y0": 727, - "x1": 144, - "y1": 728, - "x2": 144, - "y2": 771, - "x3": 95, - "y3": 770 - }, - "charText": "勝", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 93, - "y0": 771, - "x1": 143, - "y1": 772, - "x2": 142, - "y2": 811, - "x3": 92, - "y3": 810 - }, - "charText": "數", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 94, - "y0": 813, - "x1": 140, - "y1": 814, - "x2": 139, - "y2": 854, - "x3": 94, - "y3": 853 - }, - "charText": "更", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 92, - "y0": 853, - "x1": 134, - "y1": 854, - "x2": 133, - "y2": 899, - "x3": 91, - "y3": 898 - }, - "charText": "有", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 43, - "y0": 39, - "x1": 91, - "y1": 40, - "x2": 91, - "y2": 56, - "x3": 43, - "y3": 55 - }, - "charText": "一", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 40, - "y0": 69, - "x1": 90, - "y1": 70, - "x2": 89, - "y2": 112, - "x3": 40, - "y3": 111 - }, - "charText": "種", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 42, - "y0": 116, - "x1": 93, - "y1": 117, - "x2": 92, - "y2": 158, - "x3": 41, - "y3": 157 - }, - "charText": "風", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 46, - "y0": 160, - "x1": 81, - "y1": 160, - "x2": 81, - "y2": 205, - "x3": 46, - "y3": 204 - }, - "charText": "月", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 40, - "y0": 205, - "x1": 86, - "y1": 205, - "x2": 85, - "y2": 256, - "x3": 39, - "y3": 255 - }, - "charText": "筆", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 42, - "y0": 255, - "x1": 92, - "y1": 256, - "x2": 91, - "y2": 296, - "x3": 42, - "y3": 295 - }, - "charText": "墨", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 37, - "y0": 296, - "x1": 85, - "y1": 297, - "x2": 84, - "y2": 338, - "x3": 36, - "y3": 337 - }, - "charText": "其", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 39, - "y0": 338, - "x1": 82, - "y1": 338, - "x2": 82, - "y2": 377, - "x3": 39, - "y3": 377 - }, - "charText": "淫", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 40, - "y0": 380, - "x1": 81, - "y1": 381, - "x2": 80, - "y2": 422, - "x3": 40, - "y3": 421 - }, - "charText": "汚", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 35, - "y0": 422, - "x1": 88, - "y1": 423, - "x2": 88, - "y2": 466, - "x3": 35, - "y3": 466 - }, - "charText": "穢", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 39, - "y0": 466, - "x1": 89, - "y1": 466, - "x2": 88, - "y2": 511, - "x3": 38, - "y3": 511 - }, - "charText": "臭", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 37, - "y0": 512, - "x1": 84, - "y1": 512, - "x2": 84, - "y2": 558, - "x3": 36, - "y3": 557 - }, - "charText": "屠", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 34, - "y0": 557, - "x1": 83, - "y1": 557, - "x2": 82, - "y2": 600, - "x3": 34, - "y3": 600 - }, - "charText": "毒", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 37, - "y0": 600, - "x1": 81, - "y1": 601, - "x2": 80, - "y2": 647, - "x3": 37, - "y3": 646 - }, - "charText": "筆", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 37, - "y0": 647, - "x1": 87, - "y1": 647, - "x2": 86, - "y2": 688, - "x3": 37, - "y3": 688 - }, - "charText": "墨", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 34, - "y0": 687, - "x1": 83, - "y1": 688, - "x2": 82, - "y2": 735, - "x3": 34, - "y3": 734 - }, - "charText": "壊", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 33, - "y0": 738, - "x1": 82, - "y1": 739, - "x2": 82, - "y2": 769, - "x3": 32, - "y3": 768 - }, - "charText": "人", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 32, - "y0": 771, - "x1": 76, - "y1": 772, - "x2": 76, - "y2": 810, - "x3": 31, - "y3": 810 - }, - "charText": "子", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 36, - "y0": 809, - "x1": 82, - "y1": 810, - "x2": 81, - "y2": 860, - "x3": 36, - "y3": 860 - }, - "charText": "弟", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 34, - "y0": 862, - "x1": 79, - "y1": 863, - "x2": 78, - "y2": 898, - "x3": 34, - "y3": 897 - }, - "charText": "又", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 9, - "y0": 76, - "x1": 28, - "y1": 76, - "x2": 28, - "y2": 111, - "x3": 9, - "y3": 111 - }, - "charText": "買", - "textlineId": 9, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 9, - "y0": 125, - "x1": 29, - "y1": 126, - "x2": 28, - "y2": 156, - "x3": 8, - "y3": 155 - }, - "charText": "巳", - "textlineId": 9, - "picUri": "", - "isPicText": false - } - ] - }, - "7501933907890356265": { - "wordBoxList": [ - { - "charPoly": { - "x0": 529, - "y0": 44, - "x1": 570, - "y1": 44, - "x2": 570, - "y2": 82, - "x3": 529, - "y3": 82 - }, - "charText": "不", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 528, - "y0": 84, - "x1": 572, - "y1": 85, - "x2": 572, - "y2": 126, - "x3": 528, - "y3": 126 - }, - "charText": "可", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 529, - "y0": 126, - "x1": 576, - "y1": 126, - "x2": 577, - "y2": 170, - "x3": 529, - "y3": 170 - }, - "charText": "勝", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 526, - "y0": 171, - "x1": 577, - "y1": 171, - "x2": 577, - "y2": 215, - "x3": 526, - "y3": 214 - }, - "charText": "數", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 530, - "y0": 219, - "x1": 574, - "y1": 219, - "x2": 574, - "y2": 257, - "x3": 530, - "y3": 257 - }, - "charText": "至", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 527, - "y0": 259, - "x1": 573, - "y1": 259, - "x2": 573, - "y2": 303, - "x3": 527, - "y3": 304 - }, - "charText": "若", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 528, - "y0": 304, - "x1": 574, - "y1": 304, - "x2": 574, - "y2": 347, - "x3": 528, - "y3": 347 - }, - "charText": "佳", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 532, - "y0": 351, - "x1": 576, - "y1": 351, - "x2": 576, - "y2": 383, - "x3": 532, - "y3": 383 - }, - "charText": "人", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 532, - "y0": 386, - "x1": 570, - "y1": 386, - "x2": 570, - "y2": 430, - "x3": 532, - "y3": 430 - }, - "charText": "才", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 528, - "y0": 433, - "x1": 572, - "y1": 434, - "x2": 572, - "y2": 473, - "x3": 529, - "y3": 473 - }, - "charText": "子", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 527, - "y0": 474, - "x1": 573, - "y1": 474, - "x2": 574, - "y2": 526, - "x3": 528, - "y3": 526 - }, - "charText": "等", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 528, - "y0": 527, - "x1": 578, - "y1": 527, - "x2": 578, - "y2": 573, - "x3": 528, - "y3": 573 - }, - "charText": "書", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 529, - "y0": 574, - "x1": 573, - "y1": 575, - "x2": 572, - "y2": 617, - "x3": 529, - "y3": 617 - }, - "charText": "則", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 533, - "y0": 619, - "x1": 577, - "y1": 619, - "x2": 577, - "y2": 652, - "x3": 533, - "y3": 652 - }, - "charText": "又", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 528, - "y0": 653, - "x1": 571, - "y1": 654, - "x2": 570, - "y2": 696, - "x3": 528, - "y3": 695 - }, - "charText": "千", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 525, - "y0": 696, - "x1": 574, - "y1": 696, - "x2": 574, - "y2": 741, - "x3": 525, - "y3": 741 - }, - "charText": "部", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 526, - "y0": 742, - "x1": 575, - "y1": 743, - "x2": 575, - "y2": 780, - "x3": 525, - "y3": 780 - }, - "charText": "共", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 534, - "y0": 781, - "x1": 572, - "y1": 781, - "x2": 572, - "y2": 822, - "x3": 534, - "y3": 822 - }, - "charText": "出", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 527, - "y0": 835, - "x1": 574, - "y1": 835, - "x2": 575, - "y2": 849, - "x3": 528, - "y3": 848 - }, - "charText": "一", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 526, - "y0": 859, - "x1": 577, - "y1": 859, - "x2": 577, - "y2": 910, - "x3": 525, - "y3": 911 - }, - "charText": "套", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 464, - "y0": 44, - "x1": 514, - "y1": 44, - "x2": 514, - "y2": 80, - "x3": 464, - "y3": 80 - }, - "charText": "且", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 465, - "y0": 81, - "x1": 511, - "y1": 82, - "x2": 511, - "y2": 125, - "x3": 465, - "y3": 125 - }, - "charText": "其", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 470, - "y0": 126, - "x1": 509, - "y1": 126, - "x2": 509, - "y2": 173, - "x3": 470, - "y3": 173 - }, - "charText": "中", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 466, - "y0": 176, - "x1": 515, - "y1": 176, - "x2": 515, - "y2": 217, - "x3": 466, - "y3": 217 - }, - "charText": "終", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 467, - "y0": 222, - "x1": 510, - "y1": 222, - "x2": 510, - "y2": 260, - "x3": 467, - "y3": 260 - }, - "charText": "不", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 466, - "y0": 262, - "x1": 513, - "y1": 262, - "x2": 513, - "y2": 304, - "x3": 466, - "y3": 304 - }, - "charText": "能", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 467, - "y0": 307, - "x1": 510, - "y1": 308, - "x2": 510, - "y2": 345, - "x3": 467, - "y3": 345 - }, - "charText": "不", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 467, - "y0": 347, - "x1": 511, - "y1": 347, - "x2": 511, - "y2": 391, - "x3": 466, - "y3": 391 - }, - "charText": "涉", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 464, - "y0": 392, - "x1": 516, - "y1": 392, - "x2": 516, - "y2": 433, - "x3": 464, - "y3": 433 - }, - "charText": "於", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 466, - "y0": 434, - "x1": 511, - "y1": 434, - "x2": 511, - "y2": 474, - "x3": 466, - "y3": 474 - }, - "charText": "淫", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 466, - "y0": 476, - "x1": 517, - "y1": 476, - "x2": 517, - "y2": 518, - "x3": 466, - "y3": 519 - }, - "charText": "濫", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 468, - "y0": 526, - "x1": 512, - "y1": 526, - "x2": 512, - "y2": 560, - "x3": 468, - "y3": 560 - }, - "charText": "以", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 466, - "y0": 564, - "x1": 515, - "y1": 564, - "x2": 515, - "y2": 608, - "x3": 466, - "y3": 608 - }, - "charText": "致", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 467, - "y0": 609, - "x1": 512, - "y1": 610, - "x2": 512, - "y2": 653, - "x3": 467, - "y3": 653 - }, - "charText": "滿", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 467, - "y0": 655, - "x1": 515, - "y1": 656, - "x2": 515, - "y2": 694, - "x3": 467, - "y3": 694 - }, - "charText": "紙", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 467, - "y0": 695, - "x1": 514, - "y1": 695, - "x2": 514, - "y2": 741, - "x3": 467, - "y3": 740 - }, - "charText": "潘", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 464, - "y0": 742, - "x1": 513, - "y1": 743, - "x2": 513, - "y2": 783, - "x3": 464, - "y3": 783 - }, - "charText": "安", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 463, - "y0": 785, - "x1": 511, - "y1": 785, - "x2": 511, - "y2": 824, - "x3": 463, - "y3": 824 - }, - "charText": "子", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 464, - "y0": 825, - "x1": 515, - "y1": 825, - "x2": 515, - "y2": 869, - "x3": 464, - "y3": 868 - }, - "charText": "建", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 468, - "y0": 871, - "x1": 509, - "y1": 872, - "x2": 509, - "y2": 908, - "x3": 467, - "y3": 908 - }, - "charText": "西", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 405, - "y0": 43, - "x1": 452, - "y1": 44, - "x2": 452, - "y2": 83, - "x3": 405, - "y3": 82 - }, - "charText": "子", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 408, - "y0": 85, - "x1": 453, - "y1": 86, - "x2": 453, - "y2": 122, - "x3": 408, - "y3": 121 - }, - "charText": "文", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 404, - "y0": 127, - "x1": 455, - "y1": 127, - "x2": 455, - "y2": 169, - "x3": 404, - "y3": 169 - }, - "charText": "君", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 407, - "y0": 173, - "x1": 449, - "y1": 173, - "x2": 449, - "y2": 212, - "x3": 407, - "y3": 212 - }, - "charText": "不", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 405, - "y0": 217, - "x1": 453, - "y1": 217, - "x2": 453, - "y2": 259, - "x3": 405, - "y3": 259 - }, - "charText": "過", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 404, - "y0": 259, - "x1": 450, - "y1": 259, - "x2": 450, - "y2": 303, - "x3": 404, - "y3": 303 - }, - "charText": "作", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 405, - "y0": 303, - "x1": 449, - "y1": 303, - "x2": 449, - "y2": 348, - "x3": 404, - "y3": 348 - }, - "charText": "者", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 404, - "y0": 350, - "x1": 453, - "y1": 349, - "x2": 453, - "y2": 389, - "x3": 404, - "y3": 389 - }, - "charText": "要", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 408, - "y0": 391, - "x1": 450, - "y1": 391, - "x2": 450, - "y2": 437, - "x3": 408, - "y3": 437 - }, - "charText": "寫", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 411, - "y0": 437, - "x1": 447, - "y1": 437, - "x2": 447, - "y2": 476, - "x3": 411, - "y3": 476 - }, - "charText": "出", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 412, - "y0": 479, - "x1": 446, - "y1": 479, - "x2": 446, - "y2": 521, - "x3": 413, - "y3": 521 - }, - "charText": "自", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 413, - "y0": 526, - "x1": 451, - "y1": 526, - "x2": 451, - "y2": 562, - "x3": 413, - "y3": 562 - }, - "charText": "已", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 409, - "y0": 566, - "x1": 451, - "y1": 566, - "x2": 451, - "y2": 610, - "x3": 410, - "y3": 610 - }, - "charText": "的", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 406, - "y0": 612, - "x1": 453, - "y1": 613, - "x2": 453, - "y2": 658, - "x3": 406, - "y3": 657 - }, - "charText": "那", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 411, - "y0": 659, - "x1": 451, - "y1": 659, - "x2": 451, - "y2": 696, - "x3": 411, - "y3": 696 - }, - "charText": "兩", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 406, - "y0": 696, - "x1": 450, - "y1": 697, - "x2": 450, - "y2": 738, - "x3": 406, - "y3": 738 - }, - "charText": "首", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 408, - "y0": 739, - "x1": 450, - "y1": 739, - "x2": 449, - "y2": 783, - "x3": 407, - "y3": 783 - }, - "charText": "情", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 403, - "y0": 783, - "x1": 450, - "y1": 784, - "x2": 450, - "y2": 827, - "x3": 403, - "y3": 827 - }, - "charText": "詩", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 404, - "y0": 825, - "x1": 452, - "y1": 826, - "x2": 451, - "y2": 867, - "x3": 403, - "y3": 866 - }, - "charText": "艷", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 402, - "y0": 866, - "x1": 452, - "y1": 867, - "x2": 451, - "y2": 910, - "x3": 402, - "y3": 910 - }, - "charText": "賦", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 348, - "y0": 39, - "x1": 396, - "y1": 40, - "x2": 395, - "y2": 86, - "x3": 347, - "y3": 85 - }, - "charText": "来", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 345, - "y0": 85, - "x1": 393, - "y1": 86, - "x2": 393, - "y2": 125, - "x3": 344, - "y3": 124 - }, - "charText": "故", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 343, - "y0": 127, - "x1": 393, - "y1": 128, - "x2": 393, - "y2": 168, - "x3": 342, - "y3": 167 - }, - "charText": "假", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 343, - "y0": 170, - "x1": 394, - "y1": 170, - "x2": 393, - "y2": 213, - "x3": 343, - "y3": 213 - }, - "charText": "擬", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 349, - "y0": 216, - "x1": 387, - "y1": 216, - "x2": 387, - "y2": 256, - "x3": 349, - "y3": 256 - }, - "charText": "出", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 351, - "y0": 259, - "x1": 385, - "y1": 260, - "x2": 385, - "y2": 303, - "x3": 351, - "y3": 303 - }, - "charText": "男", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 343, - "y0": 306, - "x1": 392, - "y1": 306, - "x2": 392, - "y2": 341, - "x3": 343, - "y3": 341 - }, - "charText": "女", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 345, - "y0": 349, - "x1": 390, - "y1": 349, - "x2": 390, - "y2": 377, - "x3": 345, - "y3": 377 - }, - "charText": "二", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 344, - "y0": 388, - "x1": 387, - "y1": 388, - "x2": 387, - "y2": 428, - "x3": 344, - "y3": 428 - }, - "charText": "名", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 341, - "y0": 431, - "x1": 395, - "y1": 431, - "x2": 395, - "y2": 473, - "x3": 341, - "y3": 473 - }, - "charText": "姓", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 346, - "y0": 478, - "x1": 393, - "y1": 479, - "x2": 393, - "y2": 515, - "x3": 346, - "y3": 515 - }, - "charText": "又", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 348, - "y0": 522, - "x1": 389, - "y1": 522, - "x2": 389, - "y2": 562, - "x3": 348, - "y3": 562 - }, - "charText": "必", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 345, - "y0": 563, - "x1": 390, - "y1": 563, - "x2": 390, - "y2": 612, - "x3": 346, - "y3": 612 - }, - "charText": "傍", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 351, - "y0": 615, - "x1": 387, - "y1": 615, - "x2": 387, - "y2": 654, - "x3": 351, - "y3": 654 - }, - "charText": "出", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 346, - "y0": 668, - "x1": 393, - "y1": 668, - "x2": 393, - "y2": 684, - "x3": 346, - "y3": 683 - }, - "charText": "一", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 348, - "y0": 699, - "x1": 391, - "y1": 700, - "x2": 391, - "y2": 736, - "x3": 348, - "y3": 736 - }, - "charText": "小", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 347, - "y0": 745, - "x1": 394, - "y1": 745, - "x2": 394, - "y2": 778, - "x3": 347, - "y3": 778 - }, - "charText": "人", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 345, - "y0": 779, - "x1": 390, - "y1": 779, - "x2": 389, - "y2": 824, - "x3": 344, - "y3": 823 - }, - "charText": "其", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 348, - "y0": 826, - "x1": 389, - "y1": 827, - "x2": 388, - "y2": 869, - "x3": 348, - "y3": 868 - }, - "charText": "間", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 342, - "y0": 869, - "x1": 393, - "y1": 870, - "x2": 393, - "y2": 911, - "x3": 341, - "y3": 911 - }, - "charText": "撥", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 284, - "y0": 40, - "x1": 333, - "y1": 40, - "x2": 332, - "y2": 83, - "x3": 283, - "y3": 83 - }, - "charText": "亂", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 284, - "y0": 85, - "x1": 328, - "y1": 85, - "x2": 328, - "y2": 124, - "x3": 284, - "y3": 123 - }, - "charText": "亦", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 281, - "y0": 128, - "x1": 329, - "y1": 129, - "x2": 328, - "y2": 164, - "x3": 280, - "y3": 163 - }, - "charText": "如", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 283, - "y0": 168, - "x1": 328, - "y1": 168, - "x2": 328, - "y2": 216, - "x3": 283, - "y3": 216 - }, - "charText": "劇", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 286, - "y0": 215, - "x1": 323, - "y1": 216, - "x2": 323, - "y2": 262, - "x3": 287, - "y3": 262 - }, - "charText": "中", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 284, - "y0": 265, - "x1": 330, - "y1": 265, - "x2": 331, - "y2": 300, - "x3": 284, - "y3": 300 - }, - "charText": "之", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 285, - "y0": 305, - "x1": 327, - "y1": 305, - "x2": 327, - "y2": 341, - "x3": 286, - "y3": 341 - }, - "charText": "小", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 285, - "y0": 347, - "x1": 328, - "y1": 347, - "x2": 328, - "y2": 383, - "x3": 285, - "y3": 383 - }, - "charText": "丑", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 288, - "y0": 387, - "x1": 333, - "y1": 387, - "x2": 333, - "y2": 429, - "x3": 288, - "y3": 430 - }, - "charText": "然", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 283, - "y0": 436, - "x1": 330, - "y1": 436, - "x2": 330, - "y2": 473, - "x3": 283, - "y3": 473 - }, - "charText": "且", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 285, - "y0": 478, - "x1": 329, - "y1": 478, - "x2": 329, - "y2": 523, - "x3": 285, - "y3": 523 - }, - "charText": "𤨔", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 282, - "y0": 525, - "x1": 329, - "y1": 525, - "x2": 330, - "y2": 568, - "x3": 283, - "y3": 569 - }, - "charText": "婢", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 288, - "y0": 571, - "x1": 327, - "y1": 571, - "x2": 327, - "y2": 616, - "x3": 288, - "y3": 615 - }, - "charText": "開", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 290, - "y0": 620, - "x1": 333, - "y1": 620, - "x2": 333, - "y2": 648, - "x3": 290, - "y3": 647 - }, - "charText": "口", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 287, - "y0": 653, - "x1": 329, - "y1": 654, - "x2": 329, - "y2": 698, - "x3": 287, - "y3": 697 - }, - "charText": "即", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 284, - "y0": 697, - "x1": 327, - "y1": 698, - "x2": 327, - "y2": 743, - "x3": 283, - "y3": 742 - }, - "charText": "者", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 286, - "y0": 742, - "x1": 331, - "y1": 743, - "x2": 330, - "y2": 779, - "x3": 286, - "y3": 779 - }, - "charText": "也", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 285, - "y0": 786, - "x1": 331, - "y1": 786, - "x2": 331, - "y2": 819, - "x3": 285, - "y3": 818 - }, - "charText": "之", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 284, - "y0": 822, - "x1": 332, - "y1": 822, - "x2": 332, - "y2": 869, - "x3": 284, - "y3": 868 - }, - "charText": "乎", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 284, - "y0": 871, - "x1": 327, - "y1": 871, - "x2": 327, - "y2": 910, - "x3": 284, - "y3": 909 - }, - "charText": "非", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 225, - "y0": 39, - "x1": 272, - "y1": 40, - "x2": 272, - "y2": 79, - "x3": 224, - "y3": 79 - }, - "charText": "文", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 226, - "y0": 82, - "x1": 270, - "y1": 83, - "x2": 269, - "y2": 128, - "x3": 225, - "y3": 127 - }, - "charText": "即", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 224, - "y0": 129, - "x1": 273, - "y1": 130, - "x2": 272, - "y2": 169, - "x3": 224, - "y3": 169 - }, - "charText": "理", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 223, - "y0": 169, - "x1": 273, - "y1": 170, - "x2": 272, - "y2": 212, - "x3": 223, - "y3": 212 - }, - "charText": "故", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 223, - "y0": 217, - "x1": 270, - "y1": 217, - "x2": 270, - "y2": 259, - "x3": 223, - "y3": 259 - }, - "charText": "逐", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 223, - "y0": 272, - "x1": 269, - "y1": 272, - "x2": 270, - "y2": 287, - "x3": 223, - "y3": 287 - }, - "charText": "一", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 223, - "y0": 299, - "x1": 265, - "y1": 299, - "x2": 265, - "y2": 345, - "x3": 223, - "y3": 345 - }, - "charText": "看", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 223, - "y0": 345, - "x1": 272, - "y1": 345, - "x2": 272, - "y2": 386, - "x3": 223, - "y3": 386 - }, - "charText": "去", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 226, - "y0": 388, - "x1": 268, - "y1": 388, - "x2": 268, - "y2": 432, - "x3": 227, - "y3": 432 - }, - "charText": "悉", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 227, - "y0": 432, - "x1": 266, - "y1": 432, - "x2": 266, - "y2": 478, - "x3": 227, - "y3": 478 - }, - "charText": "皆", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 226, - "y0": 480, - "x1": 263, - "y1": 480, - "x2": 263, - "y2": 523, - "x3": 226, - "y3": 523 - }, - "charText": "自", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 221, - "y0": 523, - "x1": 267, - "y1": 523, - "x2": 267, - "y2": 563, - "x3": 221, - "y3": 563 - }, - "charText": "相", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 227, - "y0": 566, - "x1": 267, - "y1": 566, - "x2": 267, - "y2": 610, - "x3": 227, - "y3": 610 - }, - "charText": "矛", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 224, - "y0": 611, - "x1": 272, - "y1": 611, - "x2": 272, - "y2": 654, - "x3": 224, - "y3": 654 - }, - "charText": "盾", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 226, - "y0": 655, - "x1": 270, - "y1": 656, - "x2": 270, - "y2": 694, - "x3": 226, - "y3": 694 - }, - "charText": "大", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 225, - "y0": 699, - "x1": 267, - "y1": 700, - "x2": 267, - "y2": 738, - "x3": 225, - "y3": 737 - }, - "charText": "不", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 222, - "y0": 738, - "x1": 269, - "y1": 739, - "x2": 269, - "y2": 779, - "x3": 222, - "y3": 779 - }, - "charText": "近", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 223, - "y0": 781, - "x1": 268, - "y1": 781, - "x2": 268, - "y2": 830, - "x3": 223, - "y3": 829 - }, - "charText": "情", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 223, - "y0": 833, - "x1": 268, - "y1": 833, - "x2": 268, - "y2": 867, - "x3": 223, - "y3": 867 - }, - "charText": "理", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 222, - "y0": 873, - "x1": 270, - "y1": 873, - "x2": 270, - "y2": 908, - "x3": 222, - "y3": 908 - }, - "charText": "之", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 161, - "y0": 39, - "x1": 215, - "y1": 39, - "x2": 215, - "y2": 80, - "x3": 161, - "y3": 80 - }, - "charText": "説", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 162, - "y0": 80, - "x1": 210, - "y1": 80, - "x2": 210, - "y2": 127, - "x3": 162, - "y3": 126 - }, - "charText": "竟", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 163, - "y0": 129, - "x1": 206, - "y1": 130, - "x2": 206, - "y2": 168, - "x3": 163, - "y3": 167 - }, - "charText": "不", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 158, - "y0": 174, - "x1": 209, - "y1": 174, - "x2": 209, - "y2": 210, - "x3": 158, - "y3": 210 - }, - "charText": "如", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 161, - "y0": 212, - "x1": 210, - "y1": 212, - "x2": 209, - "y2": 256, - "x3": 160, - "y3": 256 - }, - "charText": "我", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 163, - "y0": 258, - "x1": 206, - "y1": 258, - "x2": 206, - "y2": 306, - "x3": 162, - "y3": 306 - }, - "charText": "半", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 161, - "y0": 306, - "x1": 207, - "y1": 306, - "x2": 207, - "y2": 344, - "x3": 161, - "y3": 344 - }, - "charText": "世", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 160, - "y0": 346, - "x1": 211, - "y1": 346, - "x2": 211, - "y2": 387, - "x3": 160, - "y3": 387 - }, - "charText": "親", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 163, - "y0": 387, - "x1": 210, - "y1": 387, - "x2": 210, - "y2": 431, - "x3": 163, - "y3": 431 - }, - "charText": "睹", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 159, - "y0": 432, - "x1": 212, - "y1": 432, - "x2": 211, - "y2": 475, - "x3": 158, - "y3": 475 - }, - "charText": "親", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 165, - "y0": 478, - "x1": 207, - "y1": 478, - "x2": 206, - "y2": 524, - "x3": 165, - "y3": 524 - }, - "charText": "聞", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 165, - "y0": 524, - "x1": 208, - "y1": 524, - "x2": 208, - "y2": 566, - "x3": 166, - "y3": 566 - }, - "charText": "的", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 162, - "y0": 567, - "x1": 210, - "y1": 567, - "x2": 209, - "y2": 610, - "x3": 162, - "y3": 610 - }, - "charText": "這", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 161, - "y0": 610, - "x1": 211, - "y1": 611, - "x2": 210, - "y2": 653, - "x3": 160, - "y3": 653 - }, - "charText": "幾", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 161, - "y0": 655, - "x1": 208, - "y1": 655, - "x2": 208, - "y2": 695, - "x3": 161, - "y3": 694 - }, - "charText": "個", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 159, - "y0": 699, - "x1": 210, - "y1": 700, - "x2": 210, - "y2": 734, - "x3": 159, - "y3": 733 - }, - "charText": "女", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 161, - "y0": 739, - "x1": 213, - "y1": 739, - "x2": 213, - "y2": 782, - "x3": 161, - "y3": 782 - }, - "charText": "子", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 163, - "y0": 784, - "x1": 210, - "y1": 784, - "x2": 210, - "y2": 826, - "x3": 162, - "y3": 826 - }, - "charText": "雖", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 163, - "y0": 829, - "x1": 206, - "y1": 829, - "x2": 206, - "y2": 866, - "x3": 162, - "y3": 866 - }, - "charText": "不", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 158, - "y0": 868, - "x1": 210, - "y1": 869, - "x2": 209, - "y2": 912, - "x3": 158, - "y3": 911 - }, - "charText": "敢", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 98, - "y0": 40, - "x1": 150, - "y1": 40, - "x2": 150, - "y2": 81, - "x3": 98, - "y3": 80 - }, - "charText": "説", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 103, - "y0": 82, - "x1": 147, - "y1": 82, - "x2": 146, - "y2": 124, - "x3": 102, - "y3": 124 - }, - "charText": "強", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 97, - "y0": 129, - "x1": 148, - "y1": 129, - "x2": 147, - "y2": 165, - "x3": 96, - "y3": 165 - }, - "charText": "似", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 98, - "y0": 169, - "x1": 147, - "y1": 169, - "x2": 147, - "y2": 217, - "x3": 98, - "y3": 217 - }, - "charText": "前", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 98, - "y0": 218, - "x1": 148, - "y1": 219, - "x2": 148, - "y2": 259, - "x3": 97, - "y3": 259 - }, - "charText": "代", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 100, - "y0": 258, - "x1": 148, - "y1": 259, - "x2": 147, - "y2": 303, - "x3": 100, - "y3": 302 - }, - "charText": "所", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 100, - "y0": 301, - "x1": 144, - "y1": 302, - "x2": 144, - "y2": 346, - "x3": 100, - "y3": 346 - }, - "charText": "有", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 99, - "y0": 345, - "x1": 142, - "y1": 346, - "x2": 142, - "y2": 390, - "x3": 99, - "y3": 390 - }, - "charText": "書", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 103, - "y0": 390, - "x1": 142, - "y1": 391, - "x2": 142, - "y2": 438, - "x3": 103, - "y3": 438 - }, - "charText": "中", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 100, - "y0": 440, - "x1": 149, - "y1": 440, - "x2": 149, - "y2": 475, - "x3": 100, - "y3": 475 - }, - "charText": "之", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 99, - "y0": 479, - "x1": 151, - "y1": 480, - "x2": 151, - "y2": 518, - "x3": 99, - "y3": 518 - }, - "charText": "人", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 97, - "y0": 524, - "x1": 147, - "y1": 524, - "x2": 147, - "y2": 561, - "x3": 97, - "y3": 560 - }, - "charText": "但", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 101, - "y0": 560, - "x1": 142, - "y1": 561, - "x2": 142, - "y2": 615, - "x3": 101, - "y3": 615 - }, - "charText": "事", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 99, - "y0": 615, - "x1": 147, - "y1": 615, - "x2": 147, - "y2": 656, - "x3": 99, - "y3": 656 - }, - "charText": "跡", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 100, - "y0": 658, - "x1": 143, - "y1": 658, - "x2": 143, - "y2": 699, - "x3": 100, - "y3": 699 - }, - "charText": "原", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 97, - "y0": 701, - "x1": 148, - "y1": 701, - "x2": 148, - "y2": 741, - "x3": 97, - "y3": 741 - }, - "charText": "委", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 100, - "y0": 743, - "x1": 145, - "y1": 744, - "x2": 145, - "y2": 783, - "x3": 100, - "y3": 783 - }, - "charText": "亦", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 101, - "y0": 786, - "x1": 144, - "y1": 786, - "x2": 144, - "y2": 828, - "x3": 101, - "y3": 828 - }, - "charText": "可", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 102, - "y0": 833, - "x1": 145, - "y1": 833, - "x2": 145, - "y2": 864, - "x3": 102, - "y3": 864 - }, - "charText": "以", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 102, - "y0": 867, - "x1": 143, - "y1": 867, - "x2": 143, - "y2": 912, - "x3": 102, - "y3": 911 - }, - "charText": "消", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 35, - "y0": 38, - "x1": 87, - "y1": 38, - "x2": 87, - "y2": 82, - "x3": 35, - "y3": 82 - }, - "charText": "愁", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 34, - "y0": 83, - "x1": 89, - "y1": 83, - "x2": 88, - "y2": 125, - "x3": 33, - "y3": 125 - }, - "charText": "破", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 40, - "y0": 127, - "x1": 84, - "y1": 128, - "x2": 84, - "y2": 174, - "x3": 40, - "y3": 174 - }, - "charText": "悶", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 38, - "y0": 174, - "x1": 88, - "y1": 174, - "x2": 88, - "y2": 213, - "x3": 38, - "y3": 213 - }, - "charText": "也", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 34, - "y0": 215, - "x1": 79, - "y1": 216, - "x2": 78, - "y2": 261, - "x3": 33, - "y3": 261 - }, - "charText": "有", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 33, - "y0": 260, - "x1": 83, - "y1": 260, - "x2": 83, - "y2": 306, - "x3": 33, - "y3": 306 - }, - "charText": "幾", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 35, - "y0": 306, - "x1": 80, - "y1": 306, - "x2": 80, - "y2": 348, - "x3": 35, - "y3": 348 - }, - "charText": "首", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 35, - "y0": 350, - "x1": 78, - "y1": 350, - "x2": 78, - "y2": 390, - "x3": 35, - "y3": 390 - }, - "charText": "歪", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 32, - "y0": 389, - "x1": 83, - "y1": 389, - "x2": 83, - "y2": 436, - "x3": 33, - "y3": 436 - }, - "charText": "詩", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 33, - "y0": 435, - "x1": 81, - "y1": 435, - "x2": 81, - "y2": 479, - "x3": 34, - "y3": 479 - }, - "charText": "熟", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 32, - "y0": 483, - "x1": 88, - "y1": 483, - "x2": 88, - "y2": 526, - "x3": 32, - "y3": 527 - }, - "charText": "詞", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 35, - "y0": 529, - "x1": 80, - "y1": 529, - "x2": 81, - "y2": 573, - "x3": 36, - "y3": 574 - }, - "charText": "可", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 37, - "y0": 577, - "x1": 80, - "y1": 577, - "x2": 80, - "y2": 608, - "x3": 37, - "y3": 608 - }, - "charText": "以", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 36, - "y0": 608, - "x1": 82, - "y1": 608, - "x2": 82, - "y2": 658, - "x3": 36, - "y3": 658 - }, - "charText": "噴", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 31, - "y0": 658, - "x1": 87, - "y1": 658, - "x2": 86, - "y2": 698, - "x3": 31, - "y3": 698 - }, - "charText": "飯", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 31, - "y0": 700, - "x1": 84, - "y1": 701, - "x2": 83, - "y2": 743, - "x3": 31, - "y3": 742 - }, - "charText": "供", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 35, - "y0": 746, - "x1": 88, - "y1": 746, - "x2": 88, - "y2": 786, - "x3": 35, - "y3": 786 - }, - "charText": "酒", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 34, - "y0": 787, - "x1": 80, - "y1": 787, - "x2": 80, - "y2": 824, - "x3": 34, - "y3": 824 - }, - "charText": "至", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 34, - "y0": 825, - "x1": 79, - "y1": 825, - "x2": 79, - "y2": 870, - "x3": 33, - "y3": 870 - }, - "charText": "若", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 36, - "y0": 871, - "x1": 84, - "y1": 871, - "x2": 83, - "y2": 912, - "x3": 35, - "y3": 912 - }, - "charText": "離", - "textlineId": 8, - "picUri": "", - "isPicText": false - } - ] - }, - "7501933907890372649": { - "wordBoxList": [ - { - "charPoly": { - "x0": 531, - "y0": 146, - "x1": 582, - "y1": 147, - "x2": 582, - "y2": 186, - "x3": 530, - "y3": 185 - }, - "charText": "合", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 532, - "y0": 189, - "x1": 578, - "y1": 189, - "x2": 578, - "y2": 234, - "x3": 532, - "y3": 233 - }, - "charText": "悲", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 527, - "y0": 234, - "x1": 582, - "y1": 234, - "x2": 582, - "y2": 280, - "x3": 526, - "y3": 279 - }, - "charText": "歡", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 526, - "y0": 282, - "x1": 580, - "y1": 282, - "x2": 580, - "y2": 323, - "x3": 526, - "y3": 322 - }, - "charText": "興", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 528, - "y0": 322, - "x1": 578, - "y1": 323, - "x2": 578, - "y2": 371, - "x3": 528, - "y3": 371 - }, - "charText": "衰", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 529, - "y0": 374, - "x1": 581, - "y1": 374, - "x2": 581, - "y2": 416, - "x3": 529, - "y3": 415 - }, - "charText": "際", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 528, - "y0": 416, - "x1": 580, - "y1": 417, - "x2": 580, - "y2": 457, - "x3": 528, - "y3": 457 - }, - "charText": "遇", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 531, - "y0": 458, - "x1": 574, - "y1": 459, - "x2": 574, - "y2": 502, - "x3": 531, - "y3": 502 - }, - "charText": "則", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 533, - "y0": 504, - "x1": 577, - "y1": 504, - "x2": 578, - "y2": 538, - "x3": 533, - "y3": 538 - }, - "charText": "又", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 529, - "y0": 540, - "x1": 578, - "y1": 540, - "x2": 578, - "y2": 587, - "x3": 528, - "y3": 586 - }, - "charText": "追", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 529, - "y0": 588, - "x1": 575, - "y1": 588, - "x2": 574, - "y2": 632, - "x3": 528, - "y3": 631 - }, - "charText": "踪", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 527, - "y0": 635, - "x1": 577, - "y1": 636, - "x2": 576, - "y2": 683, - "x3": 526, - "y3": 682 - }, - "charText": "躡", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 527, - "y0": 685, - "x1": 577, - "y1": 686, - "x2": 577, - "y2": 725, - "x3": 527, - "y3": 725 - }, - "charText": "蹄", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 527, - "y0": 728, - "x1": 573, - "y1": 729, - "x2": 573, - "y2": 763, - "x3": 526, - "y3": 763 - }, - "charText": "不", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 523, - "y0": 764, - "x1": 577, - "y1": 765, - "x2": 576, - "y2": 807, - "x3": 523, - "y3": 806 - }, - "charText": "敢", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 523, - "y0": 807, - "x1": 572, - "y1": 808, - "x2": 572, - "y2": 854, - "x3": 523, - "y3": 853 - }, - "charText": "稍", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 525, - "y0": 856, - "x1": 573, - "y1": 857, - "x2": 573, - "y2": 888, - "x3": 525, - "y3": 887 - }, - "charText": "加", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 529, - "y0": 887, - "x1": 572, - "y1": 888, - "x2": 572, - "y2": 936, - "x3": 529, - "y3": 935 - }, - "charText": "穿", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 522, - "y0": 935, - "x1": 574, - "y1": 936, - "x2": 573, - "y2": 983, - "x3": 521, - "y3": 982 - }, - "charText": "鑿", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 524, - "y0": 982, - "x1": 573, - "y1": 983, - "x2": 572, - "y2": 1027, - "x3": 523, - "y3": 1027 - }, - "charText": "徒", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 494, - "y0": 3, - "x1": 524, - "y1": 3, - "x2": 524, - "y2": 26, - "x3": 494, - "y3": 26 - }, - "charText": "徒", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 496, - "y0": 26, - "x1": 523, - "y1": 27, - "x2": 523, - "y2": 50, - "x3": 496, - "y3": 49 - }, - "charText": "為", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 497, - "y0": 51, - "x1": 522, - "y1": 51, - "x2": 522, - "y2": 72, - "x3": 496, - "y3": 72 - }, - "charText": "哄", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 499, - "y0": 73, - "x1": 524, - "y1": 73, - "x2": 523, - "y2": 95, - "x3": 497, - "y3": 95 - }, - "charText": "人", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 494, - "y0": 94, - "x1": 525, - "y1": 94, - "x2": 526, - "y2": 119, - "x3": 494, - "y3": 119 - }, - "charText": "之", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 468, - "y0": 8, - "x1": 486, - "y1": 8, - "x2": 487, - "y2": 26, - "x3": 469, - "y3": 26 - }, - "charText": "日", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 466, - "y0": 29, - "x1": 490, - "y1": 30, - "x2": 490, - "y2": 50, - "x3": 466, - "y3": 49 - }, - "charText": "以", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 466, - "y0": 51, - "x1": 491, - "y1": 52, - "x2": 490, - "y2": 73, - "x3": 466, - "y3": 73 - }, - "charText": "下", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 468, - "y0": 73, - "x1": 490, - "y1": 74, - "x2": 490, - "y2": 93, - "x3": 469, - "y3": 93 - }, - "charText": "百", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 466, - "y0": 93, - "x1": 497, - "y1": 94, - "x2": 496, - "y2": 120, - "x3": 465, - "y3": 120 - }, - "charText": "餘", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 471, - "y0": 147, - "x1": 518, - "y1": 148, - "x2": 518, - "y2": 192, - "x3": 471, - "y3": 191 - }, - "charText": "為", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 469, - "y0": 192, - "x1": 519, - "y1": 193, - "x2": 518, - "y2": 232, - "x3": 469, - "y3": 231 - }, - "charText": "哄", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 469, - "y0": 237, - "x1": 518, - "y1": 238, - "x2": 518, - "y2": 272, - "x3": 469, - "y3": 271 - }, - "charText": "人", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 469, - "y0": 279, - "x1": 517, - "y1": 280, - "x2": 517, - "y2": 318, - "x3": 469, - "y3": 317 - }, - "charText": "之", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 478, - "y0": 327, - "x1": 518, - "y1": 327, - "x2": 518, - "y2": 363, - "x3": 477, - "y3": 363 - }, - "charText": "目", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 471, - "y0": 371, - "x1": 516, - "y1": 372, - "x2": 516, - "y2": 408, - "x3": 471, - "y3": 407 - }, - "charText": "而", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 469, - "y0": 413, - "x1": 515, - "y1": 413, - "x2": 515, - "y2": 452, - "x3": 469, - "y3": 452 - }, - "charText": "反", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 469, - "y0": 451, - "x1": 511, - "y1": 452, - "x2": 511, - "y2": 494, - "x3": 469, - "y3": 494 - }, - "charText": "失", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 466, - "y0": 494, - "x1": 514, - "y1": 494, - "x2": 514, - "y2": 539, - "x3": 466, - "y3": 539 - }, - "charText": "其", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 467, - "y0": 540, - "x1": 514, - "y1": 540, - "x2": 514, - "y2": 587, - "x3": 467, - "y3": 587 - }, - "charText": "真", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 465, - "y0": 587, - "x1": 516, - "y1": 587, - "x2": 515, - "y2": 635, - "x3": 465, - "y3": 635 - }, - "charText": "傳", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 465, - "y0": 634, - "x1": 517, - "y1": 635, - "x2": 516, - "y2": 681, - "x3": 465, - "y3": 680 - }, - "charText": "者", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 467, - "y0": 683, - "x1": 516, - "y1": 684, - "x2": 515, - "y2": 723, - "x3": 467, - "y3": 722 - }, - "charText": "今", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 467, - "y0": 727, - "x1": 514, - "y1": 727, - "x2": 514, - "y2": 761, - "x3": 467, - "y3": 761 - }, - "charText": "之", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 469, - "y0": 766, - "x1": 515, - "y1": 767, - "x2": 515, - "y2": 805, - "x3": 469, - "y3": 805 - }, - "charText": "幾", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 468, - "y0": 805, - "x1": 513, - "y1": 806, - "x2": 513, - "y2": 852, - "x3": 468, - "y3": 852 - }, - "charText": "貧", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 464, - "y0": 853, - "x1": 511, - "y1": 854, - "x2": 510, - "y2": 900, - "x3": 464, - "y3": 899 - }, - "charText": "者", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 475, - "y0": 902, - "x1": 503, - "y1": 902, - "x2": 503, - "y2": 934, - "x3": 475, - "y3": 934 - }, - "charText": "日", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 468, - "y0": 935, - "x1": 511, - "y1": 935, - "x2": 511, - "y2": 979, - "x3": 467, - "y3": 979 - }, - "charText": "為", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 463, - "y0": 980, - "x1": 511, - "y1": 981, - "x2": 511, - "y2": 1025, - "x3": 462, - "y3": 1024 - }, - "charText": "衣", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 432, - "y0": 2, - "x1": 457, - "y1": 3, - "x2": 458, - "y2": 26, - "x3": 432, - "y3": 25 - }, - "charText": "字", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 431, - "y0": 25, - "x1": 459, - "y1": 26, - "x2": 460, - "y2": 47, - "x3": 432, - "y3": 46 - }, - "charText": "今", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 435, - "y0": 48, - "x1": 460, - "y1": 48, - "x2": 459, - "y2": 69, - "x3": 435, - "y3": 69 - }, - "charText": "本", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 437, - "y0": 71, - "x1": 460, - "y1": 72, - "x2": 460, - "y2": 94, - "x3": 437, - "y3": 94 - }, - "charText": "無", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 435, - "y0": 92, - "x1": 457, - "y1": 92, - "x2": 457, - "y2": 118, - "x3": 435, - "y3": 118 - }, - "charText": "有", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 405, - "y0": 3, - "x1": 426, - "y1": 3, - "x2": 427, - "y2": 25, - "x3": 405, - "y3": 24 - }, - "charText": "殊", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 406, - "y0": 24, - "x1": 426, - "y1": 24, - "x2": 427, - "y2": 46, - "x3": 406, - "y3": 46 - }, - "charText": "覺", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 405, - "y0": 47, - "x1": 429, - "y1": 47, - "x2": 429, - "y2": 69, - "x3": 406, - "y3": 69 - }, - "charText": "不", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 404, - "y0": 72, - "x1": 430, - "y1": 72, - "x2": 430, - "y2": 98, - "x3": 404, - "y3": 98 - }, - "charText": "合", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 408, - "y0": 148, - "x1": 459, - "y1": 149, - "x2": 458, - "y2": 194, - "x3": 408, - "y3": 193 - }, - "charText": "食", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 408, - "y0": 195, - "x1": 458, - "y1": 196, - "x2": 457, - "y2": 235, - "x3": 407, - "y3": 235 - }, - "charText": "所", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 413, - "y0": 235, - "x1": 458, - "y1": 236, - "x2": 458, - "y2": 280, - "x3": 413, - "y3": 280 - }, - "charText": "累", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 408, - "y0": 281, - "x1": 453, - "y1": 282, - "x2": 452, - "y2": 326, - "x3": 408, - "y3": 325 - }, - "charText": "富", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 405, - "y0": 326, - "x1": 451, - "y1": 327, - "x2": 451, - "y2": 371, - "x3": 405, - "y3": 370 - }, - "charText": "者", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 408, - "y0": 372, - "x1": 454, - "y1": 373, - "x2": 454, - "y2": 407, - "x3": 408, - "y3": 407 - }, - "charText": "又", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 407, - "y0": 406, - "x1": 452, - "y1": 406, - "x2": 452, - "y2": 454, - "x3": 408, - "y3": 454 - }, - "charText": "懐", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 407, - "y0": 457, - "x1": 452, - "y1": 458, - "x2": 452, - "y2": 494, - "x3": 407, - "y3": 493 - }, - "charText": "不", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 406, - "y0": 496, - "x1": 454, - "y1": 496, - "x2": 454, - "y2": 539, - "x3": 406, - "y3": 538 - }, - "charText": "足", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 406, - "y0": 542, - "x1": 454, - "y1": 543, - "x2": 454, - "y2": 581, - "x3": 406, - "y3": 580 - }, - "charText": "之", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 408, - "y0": 590, - "x1": 456, - "y1": 590, - "x2": 456, - "y2": 625, - "x3": 408, - "y3": 624 - }, - "charText": "心", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 407, - "y0": 630, - "x1": 455, - "y1": 631, - "x2": 455, - "y2": 678, - "x3": 407, - "y3": 677 - }, - "charText": "總", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 406, - "y0": 690, - "x1": 453, - "y1": 691, - "x2": 454, - "y2": 707, - "x3": 407, - "y3": 706 - }, - "charText": "一", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 407, - "y0": 712, - "x1": 453, - "y1": 713, - "x2": 453, - "y2": 764, - "x3": 407, - "y3": 763 - }, - "charText": "時", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 402, - "y0": 764, - "x1": 449, - "y1": 765, - "x2": 449, - "y2": 809, - "x3": 402, - "y3": 809 - }, - "charText": "稍", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 407, - "y0": 811, - "x1": 455, - "y1": 811, - "x2": 455, - "y2": 854, - "x3": 407, - "y3": 853 - }, - "charText": "閑", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 407, - "y0": 857, - "x1": 453, - "y1": 858, - "x2": 452, - "y2": 890, - "x3": 407, - "y3": 889 - }, - "charText": "乂", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 404, - "y0": 890, - "x1": 447, - "y1": 891, - "x2": 446, - "y2": 935, - "x3": 403, - "y3": 935 - }, - "charText": "有", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 403, - "y0": 934, - "x1": 453, - "y1": 935, - "x2": 452, - "y2": 981, - "x3": 402, - "y3": 980 - }, - "charText": "貪", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 404, - "y0": 981, - "x1": 450, - "y1": 982, - "x2": 450, - "y2": 1024, - "x3": 404, - "y3": 1024 - }, - "charText": "淫", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 348, - "y0": 147, - "x1": 393, - "y1": 147, - "x2": 393, - "y2": 190, - "x3": 348, - "y3": 190 - }, - "charText": "戀", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 352, - "y0": 191, - "x1": 397, - "y1": 191, - "x2": 397, - "y2": 231, - "x3": 352, - "y3": 231 - }, - "charText": "色", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 344, - "y0": 234, - "x1": 394, - "y1": 235, - "x2": 394, - "y2": 275, - "x3": 344, - "y3": 275 - }, - "charText": "好", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 346, - "y0": 276, - "x1": 391, - "y1": 277, - "x2": 391, - "y2": 324, - "x3": 346, - "y3": 324 - }, - "charText": "貨", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 346, - "y0": 325, - "x1": 392, - "y1": 326, - "x2": 392, - "y2": 373, - "x3": 346, - "y3": 372 - }, - "charText": "尋", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 342, - "y0": 371, - "x1": 392, - "y1": 372, - "x2": 391, - "y2": 416, - "x3": 342, - "y3": 416 - }, - "charText": "愁", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 345, - "y0": 417, - "x1": 394, - "y1": 417, - "x2": 394, - "y2": 449, - "x3": 345, - "y3": 449 - }, - "charText": "之", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 345, - "y0": 448, - "x1": 396, - "y1": 449, - "x2": 396, - "y2": 501, - "x3": 344, - "y3": 501 - }, - "charText": "事", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 344, - "y0": 503, - "x1": 393, - "y1": 503, - "x2": 392, - "y2": 545, - "x3": 344, - "y3": 545 - }, - "charText": "那", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 342, - "y0": 546, - "x1": 392, - "y1": 546, - "x2": 392, - "y2": 585, - "x3": 342, - "y3": 585 - }, - "charText": "裡", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 343, - "y0": 587, - "x1": 389, - "y1": 587, - "x2": 389, - "y2": 633, - "x3": 343, - "y3": 632 - }, - "charText": "有", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 345, - "y0": 637, - "x1": 390, - "y1": 637, - "x2": 390, - "y2": 666, - "x3": 345, - "y3": 666 - }, - "charText": "工", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 346, - "y0": 669, - "x1": 393, - "y1": 669, - "x2": 393, - "y2": 713, - "x3": 346, - "y3": 713 - }, - "charText": "夫", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 342, - "y0": 713, - "x1": 389, - "y1": 713, - "x2": 389, - "y2": 755, - "x3": 342, - "y3": 755 - }, - "charText": "去", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 344, - "y0": 757, - "x1": 389, - "y1": 757, - "x2": 388, - "y2": 806, - "x3": 343, - "y3": 806 - }, - "charText": "看", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 343, - "y0": 808, - "x1": 391, - "y1": 809, - "x2": 391, - "y2": 853, - "x3": 343, - "y3": 852 - }, - "charText": "那", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 345, - "y0": 854, - "x1": 390, - "y1": 855, - "x2": 390, - "y2": 890, - "x3": 345, - "y3": 890 - }, - "charText": "理", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 345, - "y0": 892, - "x1": 389, - "y1": 892, - "x2": 389, - "y2": 931, - "x3": 345, - "y3": 931 - }, - "charText": "治", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 343, - "y0": 934, - "x1": 392, - "y1": 935, - "x2": 392, - "y2": 970, - "x3": 343, - "y3": 969 - }, - "charText": "之", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 342, - "y0": 971, - "x1": 392, - "y1": 971, - "x2": 392, - "y2": 1023, - "x3": 341, - "y3": 1022 - }, - "charText": "書", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 286, - "y0": 146, - "x1": 336, - "y1": 147, - "x2": 336, - "y2": 189, - "x3": 286, - "y3": 189 - }, - "charText": "所", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 287, - "y0": 194, - "x1": 333, - "y1": 195, - "x2": 333, - "y2": 224, - "x3": 287, - "y3": 224 - }, - "charText": "以", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 284, - "y0": 227, - "x1": 334, - "y1": 228, - "x2": 333, - "y2": 273, - "x3": 283, - "y3": 273 - }, - "charText": "我", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 284, - "y0": 277, - "x1": 334, - "y1": 278, - "x2": 334, - "y2": 322, - "x3": 284, - "y3": 321 - }, - "charText": "這", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 284, - "y0": 337, - "x1": 332, - "y1": 338, - "x2": 333, - "y2": 354, - "x3": 285, - "y3": 354 - }, - "charText": "一", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 282, - "y0": 366, - "x1": 334, - "y1": 367, - "x2": 333, - "y2": 408, - "x3": 281, - "y3": 407 - }, - "charText": "投", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 284, - "y0": 408, - "x1": 335, - "y1": 408, - "x2": 335, - "y2": 460, - "x3": 283, - "y3": 459 - }, - "charText": "事", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 284, - "y0": 461, - "x1": 332, - "y1": 461, - "x2": 332, - "y2": 496, - "x3": 284, - "y3": 496 - }, - "charText": "也", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 283, - "y0": 499, - "x1": 328, - "y1": 499, - "x2": 328, - "y2": 537, - "x3": 283, - "y3": 536 - }, - "charText": "不", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 283, - "y0": 539, - "x1": 329, - "y1": 539, - "x2": 329, - "y2": 585, - "x3": 283, - "y3": 584 - }, - "charText": "愿", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 280, - "y0": 587, - "x1": 331, - "y1": 587, - "x2": 330, - "y2": 627, - "x3": 280, - "y3": 626 - }, - "charText": "世", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 284, - "y0": 632, - "x1": 331, - "y1": 632, - "x2": 332, - "y2": 665, - "x3": 284, - "y3": 665 - }, - "charText": "人", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 280, - "y0": 671, - "x1": 332, - "y1": 671, - "x2": 332, - "y2": 716, - "x3": 280, - "y3": 716 - }, - "charText": "稱", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 282, - "y0": 716, - "x1": 330, - "y1": 717, - "x2": 330, - "y2": 760, - "x3": 282, - "y3": 760 - }, - "charText": "竒", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 282, - "y0": 762, - "x1": 331, - "y1": 762, - "x2": 331, - "y2": 803, - "x3": 282, - "y3": 803 - }, - "charText": "道", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 279, - "y0": 804, - "x1": 333, - "y1": 805, - "x2": 332, - "y2": 848, - "x3": 278, - "y3": 847 - }, - "charText": "妙", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 282, - "y0": 850, - "x1": 330, - "y1": 851, - "x2": 330, - "y2": 888, - "x3": 282, - "y3": 887 - }, - "charText": "也", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 282, - "y0": 892, - "x1": 326, - "y1": 893, - "x2": 325, - "y2": 930, - "x3": 282, - "y3": 929 - }, - "charText": "不", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 277, - "y0": 931, - "x1": 329, - "y1": 932, - "x2": 328, - "y2": 974, - "x3": 276, - "y3": 973 - }, - "charText": "要", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 277, - "y0": 975, - "x1": 328, - "y1": 976, - "x2": 327, - "y2": 1017, - "x3": 277, - "y3": 1016 - }, - "charText": "世", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 226, - "y0": 148, - "x1": 274, - "y1": 149, - "x2": 274, - "y2": 181, - "x3": 225, - "y3": 181 - }, - "charText": "人", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 223, - "y0": 180, - "x1": 272, - "y1": 181, - "x2": 271, - "y2": 230, - "x3": 222, - "y3": 229 - }, - "charText": "喜", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 225, - "y0": 231, - "x1": 275, - "y1": 231, - "x2": 275, - "y2": 272, - "x3": 225, - "y3": 272 - }, - "charText": "悦", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 222, - "y0": 274, - "x1": 274, - "y1": 274, - "x2": 273, - "y2": 317, - "x3": 222, - "y3": 316 - }, - "charText": "檢", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 221, - "y0": 318, - "x1": 275, - "y1": 319, - "x2": 275, - "y2": 371, - "x3": 220, - "y3": 370 - }, - "charText": "讀", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 228, - "y0": 372, - "x1": 266, - "y1": 373, - "x2": 266, - "y2": 406, - "x3": 228, - "y3": 405 - }, - "charText": "只", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 224, - "y0": 407, - "x1": 270, - "y1": 407, - "x2": 270, - "y2": 451, - "x3": 223, - "y3": 451 - }, - "charText": "愿", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 220, - "y0": 454, - "x1": 272, - "y1": 454, - "x2": 272, - "y2": 494, - "x3": 220, - "y3": 493 - }, - "charText": "他", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 221, - "y0": 496, - "x1": 270, - "y1": 497, - "x2": 270, - "y2": 538, - "x3": 221, - "y3": 537 - }, - "charText": "們", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 225, - "y0": 538, - "x1": 269, - "y1": 539, - "x2": 269, - "y2": 584, - "x3": 225, - "y3": 584 - }, - "charText": "當", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 224, - "y0": 587, - "x1": 269, - "y1": 588, - "x2": 269, - "y2": 628, - "x3": 224, - "y3": 628 - }, - "charText": "那", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 221, - "y0": 631, - "x1": 270, - "y1": 631, - "x2": 270, - "y2": 675, - "x3": 221, - "y3": 675 - }, - "charText": "醉", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 222, - "y0": 677, - "x1": 271, - "y1": 677, - "x2": 271, - "y2": 719, - "x3": 222, - "y3": 718 - }, - "charText": "飽", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 225, - "y0": 719, - "x1": 267, - "y1": 719, - "x2": 267, - "y2": 759, - "x3": 225, - "y3": 759 - }, - "charText": "淫", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 225, - "y0": 760, - "x1": 267, - "y1": 761, - "x2": 267, - "y2": 802, - "x3": 225, - "y3": 802 - }, - "charText": "卧", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 223, - "y0": 805, - "x1": 270, - "y1": 806, - "x2": 270, - "y2": 838, - "x3": 222, - "y3": 838 - }, - "charText": "之", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 223, - "y0": 840, - "x1": 271, - "y1": 840, - "x2": 271, - "y2": 888, - "x3": 223, - "y3": 888 - }, - "charText": "時", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 224, - "y0": 887, - "x1": 270, - "y1": 888, - "x2": 269, - "y2": 930, - "x3": 224, - "y3": 930 - }, - "charText": "或", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 219, - "y0": 931, - "x1": 267, - "y1": 932, - "x2": 267, - "y2": 974, - "x3": 218, - "y3": 973 - }, - "charText": "避", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 218, - "y0": 976, - "x1": 266, - "y1": 977, - "x2": 265, - "y2": 1019, - "x3": 217, - "y3": 1018 - }, - "charText": "世", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 163, - "y0": 147, - "x1": 210, - "y1": 147, - "x2": 210, - "y2": 188, - "x3": 163, - "y3": 188 - }, - "charText": "去", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 164, - "y0": 190, - "x1": 212, - "y1": 190, - "x2": 212, - "y2": 237, - "x3": 164, - "y3": 236 - }, - "charText": "愁", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 165, - "y0": 239, - "x1": 213, - "y1": 240, - "x2": 213, - "y2": 272, - "x3": 165, - "y3": 272 - }, - "charText": "之", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 165, - "y0": 275, - "x1": 215, - "y1": 275, - "x2": 215, - "y2": 319, - "x3": 165, - "y3": 319 - }, - "charText": "際", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 162, - "y0": 321, - "x1": 211, - "y1": 322, - "x2": 211, - "y2": 363, - "x3": 161, - "y3": 362 - }, - "charText": "把", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 160, - "y0": 366, - "x1": 211, - "y1": 366, - "x2": 211, - "y2": 405, - "x3": 160, - "y3": 404 - }, - "charText": "此", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 161, - "y0": 419, - "x1": 208, - "y1": 420, - "x2": 209, - "y2": 435, - "x3": 161, - "y3": 435 - }, - "charText": "一", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 162, - "y0": 451, - "x1": 212, - "y1": 452, - "x2": 212, - "y2": 490, - "x3": 162, - "y3": 490 - }, - "charText": "玩", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 163, - "y0": 491, - "x1": 208, - "y1": 492, - "x2": 208, - "y2": 538, - "x3": 163, - "y3": 538 - }, - "charText": "豈", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 162, - "y0": 541, - "x1": 206, - "y1": 542, - "x2": 206, - "y2": 581, - "x3": 162, - "y3": 581 - }, - "charText": "不", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 162, - "y0": 582, - "x1": 205, - "y1": 582, - "x2": 205, - "y2": 628, - "x3": 162, - "y3": 628 - }, - "charText": "省", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 167, - "y0": 630, - "x1": 203, - "y1": 631, - "x2": 203, - "y2": 671, - "x3": 167, - "y3": 670 - }, - "charText": "了", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 162, - "y0": 671, - "x1": 211, - "y1": 671, - "x2": 211, - "y2": 710, - "x3": 162, - "y3": 709 - }, - "charText": "此", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 159, - "y0": 711, - "x1": 207, - "y1": 711, - "x2": 206, - "y2": 762, - "x3": 159, - "y3": 762 - }, - "charText": "夀", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 159, - "y0": 762, - "x1": 211, - "y1": 762, - "x2": 211, - "y2": 805, - "x3": 159, - "y3": 805 - }, - "charText": "命", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 164, - "y0": 806, - "x1": 207, - "y1": 807, - "x2": 207, - "y2": 853, - "x3": 164, - "y3": 852 - }, - "charText": "筋", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 168, - "y0": 853, - "x1": 211, - "y1": 853, - "x2": 211, - "y2": 889, - "x3": 167, - "y3": 888 - }, - "charText": "加", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 159, - "y0": 889, - "x1": 210, - "y1": 890, - "x2": 209, - "y2": 930, - "x3": 159, - "y3": 930 - }, - "charText": "就", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 164, - "y0": 931, - "x1": 208, - "y1": 932, - "x2": 208, - "y2": 968, - "x3": 164, - "y3": 967 - }, - "charText": "比", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 159, - "y0": 975, - "x1": 207, - "y1": 976, - "x2": 206, - "y2": 1020, - "x3": 158, - "y3": 1019 - }, - "charText": "那", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 101, - "y0": 146, - "x1": 151, - "y1": 146, - "x2": 152, - "y2": 188, - "x3": 101, - "y3": 188 - }, - "charText": "謀", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 103, - "y0": 189, - "x1": 151, - "y1": 189, - "x2": 151, - "y2": 232, - "x3": 103, - "y3": 232 - }, - "charText": "虚", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 103, - "y0": 233, - "x1": 152, - "y1": 233, - "x2": 152, - "y2": 273, - "x3": 103, - "y3": 273 - }, - "charText": "逐", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 100, - "y0": 274, - "x1": 155, - "y1": 275, - "x2": 154, - "y2": 320, - "x3": 100, - "y3": 319 - }, - "charText": "妄", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 100, - "y0": 319, - "x1": 151, - "y1": 320, - "x2": 151, - "y2": 368, - "x3": 100, - "y3": 367 - }, - "charText": "却", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 103, - "y0": 369, - "x1": 150, - "y1": 369, - "x2": 150, - "y2": 407, - "x3": 103, - "y3": 406 - }, - "charText": "也", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 102, - "y0": 408, - "x1": 144, - "y1": 408, - "x2": 144, - "y2": 454, - "x3": 102, - "y3": 454 - }, - "charText": "省", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 107, - "y0": 455, - "x1": 140, - "y1": 456, - "x2": 141, - "y2": 494, - "x3": 108, - "y3": 494 - }, - "charText": "了", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 106, - "y0": 503, - "x1": 141, - "y1": 503, - "x2": 142, - "y2": 531, - "x3": 107, - "y3": 531 - }, - "charText": "口", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 99, - "y0": 538, - "x1": 147, - "y1": 538, - "x2": 148, - "y2": 578, - "x3": 100, - "y3": 578 - }, - "charText": "舌", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 102, - "y0": 580, - "x1": 149, - "y1": 580, - "x2": 149, - "y2": 623, - "x3": 102, - "y3": 624 - }, - "charText": "是", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 103, - "y0": 627, - "x1": 148, - "y1": 627, - "x2": 148, - "y2": 668, - "x3": 104, - "y3": 668 - }, - "charText": "非", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 103, - "y0": 673, - "x1": 149, - "y1": 673, - "x2": 149, - "y2": 708, - "x3": 103, - "y3": 707 - }, - "charText": "之", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 103, - "y0": 710, - "x1": 151, - "y1": 710, - "x2": 151, - "y2": 755, - "x3": 103, - "y3": 755 - }, - "charText": "额", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 101, - "y0": 759, - "x1": 149, - "y1": 759, - "x2": 149, - "y2": 798, - "x3": 101, - "y3": 798 - }, - "charText": "腿", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 101, - "y0": 799, - "x1": 149, - "y1": 799, - "x2": 149, - "y2": 845, - "x3": 101, - "y3": 844 - }, - "charText": "脚", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 103, - "y0": 844, - "x1": 150, - "y1": 845, - "x2": 149, - "y2": 895, - "x3": 103, - "y3": 894 - }, - "charText": "奔", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 100, - "y0": 894, - "x1": 145, - "y1": 894, - "x2": 145, - "y2": 933, - "x3": 100, - "y3": 932 - }, - "charText": "忙", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 101, - "y0": 934, - "x1": 148, - "y1": 935, - "x2": 147, - "y2": 967, - "x3": 100, - "y3": 966 - }, - "charText": "之", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 97, - "y0": 970, - "x1": 150, - "y1": 971, - "x2": 148, - "y2": 1017, - "x3": 96, - "y3": 1016 - }, - "charText": "苦", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 37, - "y0": 147, - "x1": 91, - "y1": 147, - "x2": 91, - "y2": 187, - "x3": 37, - "y3": 187 - }, - "charText": "再", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 38, - "y0": 188, - "x1": 89, - "y1": 188, - "x2": 89, - "y2": 233, - "x3": 38, - "y3": 232 - }, - "charText": "者", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 39, - "y0": 233, - "x1": 89, - "y1": 234, - "x2": 89, - "y2": 274, - "x3": 39, - "y3": 274 - }, - "charText": "亦", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 38, - "y0": 276, - "x1": 92, - "y1": 277, - "x2": 92, - "y2": 316, - "x3": 37, - "y3": 316 - }, - "charText": "令", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 37, - "y0": 321, - "x1": 90, - "y1": 322, - "x2": 90, - "y2": 362, - "x3": 37, - "y3": 361 - }, - "charText": "世", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 39, - "y0": 366, - "x1": 90, - "y1": 367, - "x2": 90, - "y2": 401, - "x3": 39, - "y3": 400 - }, - "charText": "人", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 37, - "y0": 403, - "x1": 89, - "y1": 404, - "x2": 89, - "y2": 449, - "x3": 36, - "y3": 448 - }, - "charText": "換", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 36, - "y0": 451, - "x1": 89, - "y1": 452, - "x2": 89, - "y2": 497, - "x3": 35, - "y3": 497 - }, - "charText": "新", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 40, - "y0": 499, - "x1": 87, - "y1": 499, - "x2": 87, - "y2": 539, - "x3": 40, - "y3": 539 - }, - "charText": "眼", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 46, - "y0": 545, - "x1": 89, - "y1": 545, - "x2": 90, - "y2": 581, - "x3": 46, - "y3": 581 - }, - "charText": "目", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 40, - "y0": 585, - "x1": 85, - "y1": 585, - "x2": 85, - "y2": 624, - "x3": 40, - "y3": 623 - }, - "charText": "不", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 42, - "y0": 629, - "x1": 90, - "y1": 630, - "x2": 90, - "y2": 665, - "x3": 42, - "y3": 665 - }, - "charText": "比", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 39, - "y0": 671, - "x1": 88, - "y1": 671, - "x2": 88, - "y2": 712, - "x3": 39, - "y3": 712 - }, - "charText": "那", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 42, - "y0": 713, - "x1": 88, - "y1": 713, - "x2": 89, - "y2": 753, - "x3": 42, - "y3": 753 - }, - "charText": "些", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 39, - "y0": 757, - "x1": 87, - "y1": 757, - "x2": 86, - "y2": 797, - "x3": 39, - "y3": 797 - }, - "charText": "胡", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 42, - "y0": 798, - "x1": 87, - "y1": 799, - "x2": 87, - "y2": 847, - "x3": 41, - "y3": 846 - }, - "charText": "牽", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 39, - "y0": 846, - "x1": 89, - "y1": 847, - "x2": 89, - "y2": 887, - "x3": 38, - "y3": 887 - }, - "charText": "亂", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 36, - "y0": 890, - "x1": 90, - "y1": 890, - "x2": 89, - "y2": 929, - "x3": 35, - "y3": 928 - }, - "charText": "拙", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 41, - "y0": 928, - "x1": 85, - "y1": 929, - "x2": 85, - "y2": 970, - "x3": 41, - "y3": 969 - }, - "charText": "忽", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 38, - "y0": 970, - "x1": 86, - "y1": 972, - "x2": 85, - "y2": 1016, - "x3": 37, - "y3": 1015 - }, - "charText": "離", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 7, - "y0": 197, - "x1": 29, - "y1": 197, - "x2": 29, - "y2": 237, - "x3": 7, - "y3": 237 - }, - "charText": "夏", - "textlineId": 9, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 4, - "y0": 578, - "x1": 29, - "y1": 579, - "x2": 29, - "y2": 604, - "x3": 4, - "y3": 604 - }, - "charText": "回", - "textlineId": 9, - "picUri": "", - "isPicText": false - } - ] - }, - "7501933907890389033": { - "wordBoxList": [ - { - "charPoly": { - "x0": 520, - "y0": 31, - "x1": 563, - "y1": 32, - "x2": 563, - "y2": 73, - "x3": 520, - "y3": 73 - }, - "charText": "忽", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 516, - "y0": 75, - "x1": 567, - "y1": 76, - "x2": 566, - "y2": 115, - "x3": 516, - "y3": 115 - }, - "charText": "遇", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 518, - "y0": 116, - "x1": 563, - "y1": 117, - "x2": 562, - "y2": 160, - "x3": 518, - "y3": 160 - }, - "charText": "滿", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 516, - "y0": 163, - "x1": 564, - "y1": 163, - "x2": 564, - "y2": 202, - "x3": 516, - "y3": 202 - }, - "charText": "紙", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 519, - "y0": 204, - "x1": 557, - "y1": 204, - "x2": 557, - "y2": 249, - "x3": 519, - "y3": 249 - }, - "charText": "才", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 517, - "y0": 255, - "x1": 563, - "y1": 255, - "x2": 563, - "y2": 287, - "x3": 517, - "y3": 287 - }, - "charText": "人", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 517, - "y0": 292, - "x1": 565, - "y1": 293, - "x2": 565, - "y2": 333, - "x3": 516, - "y3": 333 - }, - "charText": "淑", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 512, - "y0": 339, - "x1": 565, - "y1": 340, - "x2": 565, - "y2": 376, - "x3": 511, - "y3": 375 - }, - "charText": "女", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 514, - "y0": 380, - "x1": 561, - "y1": 380, - "x2": 561, - "y2": 422, - "x3": 514, - "y3": 421 - }, - "charText": "子", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 513, - "y0": 424, - "x1": 564, - "y1": 424, - "x2": 564, - "y2": 467, - "x3": 513, - "y3": 466 - }, - "charText": "建", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 517, - "y0": 468, - "x1": 564, - "y1": 468, - "x2": 564, - "y2": 507, - "x3": 517, - "y3": 506 - }, - "charText": "文", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 514, - "y0": 513, - "x1": 565, - "y1": 513, - "x2": 565, - "y2": 555, - "x3": 513, - "y3": 555 - }, - "charText": "君", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 516, - "y0": 559, - "x1": 563, - "y1": 560, - "x2": 563, - "y2": 595, - "x3": 515, - "y3": 595 - }, - "charText": "紅", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 511, - "y0": 597, - "x1": 564, - "y1": 597, - "x2": 563, - "y2": 639, - "x3": 511, - "y3": 639 - }, - "charText": "娘", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 517, - "y0": 644, - "x1": 561, - "y1": 645, - "x2": 560, - "y2": 680, - "x3": 517, - "y3": 680 - }, - "charText": "小", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 514, - "y0": 686, - "x1": 559, - "y1": 687, - "x2": 559, - "y2": 720, - "x3": 514, - "y3": 720 - }, - "charText": "玉", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 512, - "y0": 722, - "x1": 563, - "y1": 722, - "x2": 562, - "y2": 774, - "x3": 512, - "y3": 774 - }, - "charText": "等", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 511, - "y0": 774, - "x1": 561, - "y1": 775, - "x2": 560, - "y2": 815, - "x3": 511, - "y3": 814 - }, - "charText": "通", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 510, - "y0": 814, - "x1": 562, - "y1": 815, - "x2": 561, - "y2": 852, - "x3": 509, - "y3": 851 - }, - "charText": "共", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 509, - "y0": 853, - "x1": 560, - "y1": 854, - "x2": 559, - "y2": 897, - "x3": 509, - "y3": 896 - }, - "charText": "熟", - "textlineId": 0, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 453, - "y0": 27, - "x1": 506, - "y1": 28, - "x2": 506, - "y2": 77, - "x3": 452, - "y3": 76 - }, - "charText": "套", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 455, - "y0": 78, - "x1": 505, - "y1": 79, - "x2": 505, - "y2": 113, - "x3": 455, - "y3": 112 - }, - "charText": "之", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 455, - "y0": 112, - "x1": 500, - "y1": 113, - "x2": 499, - "y2": 162, - "x3": 455, - "y3": 161 - }, - "charText": "舊", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 452, - "y0": 162, - "x1": 506, - "y1": 162, - "x2": 506, - "y2": 205, - "x3": 452, - "y3": 205 - }, - "charText": "只", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 454, - "y0": 204, - "x1": 501, - "y1": 205, - "x2": 501, - "y2": 251, - "x3": 454, - "y3": 250 - }, - "charText": "我", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 457, - "y0": 252, - "x1": 501, - "y1": 253, - "x2": 501, - "y2": 295, - "x3": 457, - "y3": 295 - }, - "charText": "師", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 456, - "y0": 298, - "x1": 499, - "y1": 299, - "x2": 499, - "y2": 330, - "x3": 456, - "y3": 329 - }, - "charText": "以", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 458, - "y0": 333, - "x1": 501, - "y1": 334, - "x2": 501, - "y2": 377, - "x3": 457, - "y3": 377 - }, - "charText": "為", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 449, - "y0": 380, - "x1": 500, - "y1": 381, - "x2": 499, - "y2": 425, - "x3": 448, - "y3": 424 - }, - "charText": "何", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 448, - "y0": 428, - "x1": 504, - "y1": 429, - "x2": 503, - "y2": 463, - "x3": 448, - "y3": 463 - }, - "charText": "如", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 454, - "y0": 466, - "x1": 499, - "y1": 466, - "x2": 499, - "y2": 508, - "x3": 454, - "y3": 508 - }, - "charText": "空", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 454, - "y0": 511, - "x1": 500, - "y1": 511, - "x2": 499, - "y2": 551, - "x3": 454, - "y3": 551 - }, - "charText": "空", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 452, - "y0": 553, - "x1": 501, - "y1": 553, - "x2": 501, - "y2": 597, - "x3": 451, - "y3": 597 - }, - "charText": "道", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 452, - "y0": 600, - "x1": 500, - "y1": 600, - "x2": 500, - "y2": 633, - "x3": 452, - "y3": 633 - }, - "charText": "人", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 451, - "y0": 635, - "x1": 499, - "y1": 635, - "x2": 499, - "y2": 681, - "x3": 450, - "y3": 681 - }, - "charText": "聽", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 459, - "y0": 684, - "x1": 491, - "y1": 684, - "x2": 491, - "y2": 726, - "x3": 459, - "y3": 726 - }, - "charText": "了", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 453, - "y0": 727, - "x1": 501, - "y1": 728, - "x2": 501, - "y2": 766, - "x3": 452, - "y3": 766 - }, - "charText": "此", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 449, - "y0": 771, - "x1": 501, - "y1": 772, - "x2": 501, - "y2": 811, - "x3": 448, - "y3": 811 - }, - "charText": "語", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 455, - "y0": 814, - "x1": 497, - "y1": 815, - "x2": 497, - "y2": 853, - "x3": 454, - "y3": 853 - }, - "charText": "思", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 451, - "y0": 854, - "x1": 496, - "y1": 855, - "x2": 495, - "y2": 898, - "x3": 451, - "y3": 897 - }, - "charText": "忖", - "textlineId": 1, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 392, - "y0": 28, - "x1": 437, - "y1": 28, - "x2": 437, - "y2": 75, - "x3": 392, - "y3": 75 - }, - "charText": "半", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 395, - "y0": 75, - "x1": 445, - "y1": 75, - "x2": 445, - "y2": 113, - "x3": 394, - "y3": 113 - }, - "charText": "晌", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 393, - "y0": 114, - "x1": 440, - "y1": 114, - "x2": 439, - "y2": 160, - "x3": 392, - "y3": 160 - }, - "charText": "将", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 392, - "y0": 162, - "x1": 442, - "y1": 162, - "x2": 442, - "y2": 204, - "x3": 392, - "y3": 204 - }, - "charText": "這", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 393, - "y0": 209, - "x1": 436, - "y1": 209, - "x2": 436, - "y2": 247, - "x3": 393, - "y3": 246 - }, - "charText": "石", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 393, - "y0": 251, - "x1": 439, - "y1": 251, - "x2": 439, - "y2": 294, - "x3": 393, - "y3": 294 - }, - "charText": "頭", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 391, - "y0": 295, - "x1": 443, - "y1": 296, - "x2": 443, - "y2": 334, - "x3": 390, - "y3": 334 - }, - "charText": "記", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 417, - "y0": 339, - "x1": 443, - "y1": 339, - "x2": 443, - "y2": 374, - "x3": 417, - "y3": 374 - }, - "charText": "本", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 388, - "y0": 344, - "x1": 415, - "y1": 344, - "x2": 415, - "y2": 374, - "x3": 388, - "y3": 374 - }, - "charText": "名", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 391, - "y0": 380, - "x1": 439, - "y1": 380, - "x2": 438, - "y2": 423, - "x3": 391, - "y3": 423 - }, - "charText": "再", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 392, - "y0": 428, - "x1": 437, - "y1": 428, - "x2": 437, - "y2": 465, - "x3": 392, - "y3": 465 - }, - "charText": "細", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 395, - "y0": 468, - "x1": 436, - "y1": 468, - "x2": 436, - "y2": 514, - "x3": 395, - "y3": 514 - }, - "charText": "閲", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 392, - "y0": 523, - "x1": 438, - "y1": 523, - "x2": 438, - "y2": 538, - "x3": 393, - "y3": 537 - }, - "charText": "一", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 392, - "y0": 550, - "x1": 443, - "y1": 550, - "x2": 442, - "y2": 596, - "x3": 391, - "y3": 596 - }, - "charText": "遍", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 399, - "y0": 600, - "x1": 436, - "y1": 600, - "x2": 436, - "y2": 640, - "x3": 399, - "y3": 640 - }, - "charText": "因", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 395, - "y0": 640, - "x1": 440, - "y1": 640, - "x2": 440, - "y2": 682, - "x3": 395, - "y3": 682 - }, - "charText": "見", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 392, - "y0": 684, - "x1": 437, - "y1": 685, - "x2": 437, - "y2": 720, - "x3": 392, - "y3": 720 - }, - "charText": "上", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 394, - "y0": 726, - "x1": 438, - "y1": 726, - "x2": 437, - "y2": 766, - "x3": 394, - "y3": 766 - }, - "charText": "面", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 391, - "y0": 768, - "x1": 439, - "y1": 768, - "x2": 438, - "y2": 810, - "x3": 390, - "y3": 810 - }, - "charText": "雖", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 392, - "y0": 810, - "x1": 434, - "y1": 811, - "x2": 434, - "y2": 855, - "x3": 392, - "y3": 854 - }, - "charText": "有", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 389, - "y0": 855, - "x1": 437, - "y1": 856, - "x2": 436, - "y2": 898, - "x3": 388, - "y3": 897 - }, - "charText": "指", - "textlineId": 2, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 331, - "y0": 31, - "x1": 380, - "y1": 31, - "x2": 379, - "y2": 72, - "x3": 331, - "y3": 72 - }, - "charText": "奸", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 333, - "y0": 71, - "x1": 377, - "y1": 71, - "x2": 377, - "y2": 119, - "x3": 332, - "y3": 119 - }, - "charText": "責", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 331, - "y0": 119, - "x1": 383, - "y1": 119, - "x2": 383, - "y2": 161, - "x3": 331, - "y3": 160 - }, - "charText": "佞", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 334, - "y0": 162, - "x1": 383, - "y1": 162, - "x2": 383, - "y2": 203, - "x3": 333, - "y3": 203 - }, - "charText": "貶", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 337, - "y0": 205, - "x1": 378, - "y1": 206, - "x2": 378, - "y2": 249, - "x3": 337, - "y3": 249 - }, - "charText": "惡", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 331, - "y0": 250, - "x1": 381, - "y1": 250, - "x2": 381, - "y2": 296, - "x3": 331, - "y3": 296 - }, - "charText": "誅", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 332, - "y0": 297, - "x1": 377, - "y1": 298, - "x2": 377, - "y2": 342, - "x3": 331, - "y3": 341 - }, - "charText": "邪", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 334, - "y0": 343, - "x1": 381, - "y1": 343, - "x2": 381, - "y2": 376, - "x3": 334, - "y3": 376 - }, - "charText": "之", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 330, - "y0": 378, - "x1": 381, - "y1": 378, - "x2": 381, - "y2": 419, - "x3": 330, - "y3": 419 - }, - "charText": "語", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 331, - "y0": 423, - "x1": 376, - "y1": 424, - "x2": 376, - "y2": 465, - "x3": 331, - "y3": 465 - }, - "charText": "亦", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 334, - "y0": 468, - "x1": 377, - "y1": 468, - "x2": 377, - "y2": 510, - "x3": 333, - "y3": 509 - }, - "charText": "非", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 334, - "y0": 511, - "x1": 377, - "y1": 511, - "x2": 377, - "y2": 558, - "x3": 335, - "y3": 557 - }, - "charText": "罵", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 331, - "y0": 559, - "x1": 378, - "y1": 559, - "x2": 377, - "y2": 596, - "x3": 331, - "y3": 595 - }, - "charText": "世", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 333, - "y0": 600, - "x1": 381, - "y1": 601, - "x2": 380, - "y2": 635, - "x3": 333, - "y3": 634 - }, - "charText": "之", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 331, - "y0": 637, - "x1": 382, - "y1": 637, - "x2": 381, - "y2": 682, - "x3": 330, - "y3": 681 - }, - "charText": "㫖", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 333, - "y0": 684, - "x1": 380, - "y1": 685, - "x2": 380, - "y2": 723, - "x3": 333, - "y3": 723 - }, - "charText": "及", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 332, - "y0": 726, - "x1": 375, - "y1": 727, - "x2": 375, - "y2": 766, - "x3": 331, - "y3": 766 - }, - "charText": "至", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 330, - "y0": 768, - "x1": 373, - "y1": 769, - "x2": 373, - "y2": 809, - "x3": 329, - "y3": 809 - }, - "charText": "君", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 329, - "y0": 812, - "x1": 377, - "y1": 813, - "x2": 376, - "y2": 849, - "x3": 328, - "y3": 848 - }, - "charText": "仁", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 337, - "y0": 853, - "x1": 375, - "y1": 853, - "x2": 374, - "y2": 892, - "x3": 337, - "y3": 892 - }, - "charText": "臣", - "textlineId": 3, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 283, - "y0": 29, - "x1": 324, - "y1": 29, - "x2": 324, - "y2": 75, - "x3": 283, - "y3": 75 - }, - "charText": "良", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 274, - "y0": 77, - "x1": 322, - "y1": 77, - "x2": 322, - "y2": 114, - "x3": 274, - "y3": 114 - }, - "charText": "父", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 274, - "y0": 113, - "x1": 321, - "y1": 113, - "x2": 321, - "y2": 162, - "x3": 274, - "y3": 162 - }, - "charText": "慈", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 272, - "y0": 165, - "x1": 319, - "y1": 165, - "x2": 319, - "y2": 205, - "x3": 272, - "y3": 204 - }, - "charText": "子", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 273, - "y0": 205, - "x1": 323, - "y1": 205, - "x2": 323, - "y2": 255, - "x3": 272, - "y3": 255 - }, - "charText": "孝", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 277, - "y0": 256, - "x1": 322, - "y1": 256, - "x2": 322, - "y2": 291, - "x3": 277, - "y3": 291 - }, - "charText": "凡", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 271, - "y0": 293, - "x1": 324, - "y1": 294, - "x2": 323, - "y2": 333, - "x3": 270, - "y3": 332 - }, - "charText": "倫", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 275, - "y0": 334, - "x1": 320, - "y1": 334, - "x2": 319, - "y2": 382, - "x3": 274, - "y3": 382 - }, - "charText": "常", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 273, - "y0": 382, - "x1": 319, - "y1": 382, - "x2": 319, - "y2": 424, - "x3": 273, - "y3": 423 - }, - "charText": "所", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 278, - "y0": 425, - "x1": 318, - "y1": 425, - "x2": 318, - "y2": 468, - "x3": 278, - "y3": 468 - }, - "charText": "闗", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 273, - "y0": 469, - "x1": 320, - "y1": 470, - "x2": 320, - "y2": 505, - "x3": 273, - "y3": 505 - }, - "charText": "之", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 272, - "y0": 508, - "x1": 321, - "y1": 508, - "x2": 321, - "y2": 551, - "x3": 272, - "y3": 551 - }, - "charText": "處", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 276, - "y0": 551, - "x1": 318, - "y1": 551, - "x2": 317, - "y2": 595, - "x3": 276, - "y3": 594 - }, - "charText": "皆", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 273, - "y0": 596, - "x1": 318, - "y1": 597, - "x2": 318, - "y2": 641, - "x3": 273, - "y3": 640 - }, - "charText": "是", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 269, - "y0": 641, - "x1": 318, - "y1": 642, - "x2": 317, - "y2": 685, - "x3": 268, - "y3": 685 - }, - "charText": "稱", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 271, - "y0": 688, - "x1": 314, - "y1": 688, - "x2": 314, - "y2": 724, - "x3": 271, - "y3": 723 - }, - "charText": "功", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 270, - "y0": 726, - "x1": 315, - "y1": 726, - "x2": 314, - "y2": 767, - "x3": 270, - "y3": 767 - }, - "charText": "頌", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 268, - "y0": 766, - "x1": 320, - "y1": 767, - "x2": 320, - "y2": 808, - "x3": 267, - "y3": 807 - }, - "charText": "徳", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 271, - "y0": 807, - "x1": 321, - "y1": 807, - "x2": 320, - "y2": 851, - "x3": 271, - "y3": 851 - }, - "charText": "眷", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 268, - "y0": 851, - "x1": 320, - "y1": 851, - "x2": 320, - "y2": 896, - "x3": 268, - "y3": 896 - }, - "charText": "眷", - "textlineId": 4, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 213, - "y0": 28, - "x1": 264, - "y1": 28, - "x2": 264, - "y2": 70, - "x3": 212, - "y3": 70 - }, - "charText": "無", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 216, - "y0": 70, - "x1": 265, - "y1": 71, - "x2": 264, - "y2": 119, - "x3": 216, - "y3": 118 - }, - "charText": "窮", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 217, - "y0": 120, - "x1": 260, - "y1": 120, - "x2": 259, - "y2": 168, - "x3": 217, - "y3": 168 - }, - "charText": "實", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 217, - "y0": 168, - "x1": 260, - "y1": 169, - "x2": 259, - "y2": 207, - "x3": 217, - "y3": 206 - }, - "charText": "非", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 214, - "y0": 207, - "x1": 257, - "y1": 208, - "x2": 256, - "y2": 249, - "x3": 213, - "y3": 248 - }, - "charText": "别", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 214, - "y0": 247, - "x1": 257, - "y1": 247, - "x2": 257, - "y2": 295, - "x3": 214, - "y3": 295 - }, - "charText": "書", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 213, - "y0": 298, - "x1": 259, - "y1": 298, - "x2": 258, - "y2": 339, - "x3": 213, - "y3": 338 - }, - "charText": "可", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 217, - "y0": 341, - "x1": 262, - "y1": 341, - "x2": 262, - "y2": 374, - "x3": 217, - "y3": 374 - }, - "charText": "比", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 213, - "y0": 377, - "x1": 259, - "y1": 377, - "x2": 259, - "y2": 420, - "x3": 213, - "y3": 420 - }, - "charText": "雖", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 211, - "y0": 421, - "x1": 259, - "y1": 421, - "x2": 258, - "y2": 463, - "x3": 210, - "y3": 463 - }, - "charText": "其", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 216, - "y0": 463, - "x1": 255, - "y1": 463, - "x2": 255, - "y2": 509, - "x3": 216, - "y3": 508 - }, - "charText": "中", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 215, - "y0": 510, - "x1": 258, - "y1": 510, - "x2": 258, - "y2": 549, - "x3": 215, - "y3": 549 - }, - "charText": "大", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 211, - "y0": 551, - "x1": 256, - "y1": 552, - "x2": 255, - "y2": 593, - "x3": 210, - "y3": 593 - }, - "charText": "㫖", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 209, - "y0": 594, - "x1": 259, - "y1": 594, - "x2": 259, - "y2": 635, - "x3": 209, - "y3": 635 - }, - "charText": "談", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 213, - "y0": 635, - "x1": 261, - "y1": 635, - "x2": 260, - "y2": 685, - "x3": 212, - "y3": 685 - }, - "charText": "情", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 213, - "y0": 685, - "x1": 256, - "y1": 686, - "x2": 256, - "y2": 725, - "x3": 213, - "y3": 724 - }, - "charText": "亦", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 213, - "y0": 728, - "x1": 255, - "y1": 729, - "x2": 254, - "y2": 765, - "x3": 213, - "y3": 764 - }, - "charText": "不", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 209, - "y0": 767, - "x1": 257, - "y1": 767, - "x2": 257, - "y2": 806, - "x3": 209, - "y3": 805 - }, - "charText": "過", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 213, - "y0": 807, - "x1": 255, - "y1": 808, - "x2": 255, - "y2": 858, - "x3": 213, - "y3": 858 - }, - "charText": "實", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 208, - "y0": 858, - "x1": 257, - "y1": 859, - "x2": 257, - "y2": 898, - "x3": 208, - "y3": 898 - }, - "charText": "錄", - "textlineId": 5, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 153, - "y0": 25, - "x1": 202, - "y1": 25, - "x2": 202, - "y2": 69, - "x3": 153, - "y3": 69 - }, - "charText": "其", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 157, - "y0": 68, - "x1": 205, - "y1": 68, - "x2": 205, - "y2": 120, - "x3": 156, - "y3": 119 - }, - "charText": "事", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 158, - "y0": 122, - "x1": 203, - "y1": 122, - "x2": 203, - "y2": 156, - "x3": 158, - "y3": 156 - }, - "charText": "又", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 155, - "y0": 159, - "x1": 199, - "y1": 159, - "x2": 199, - "y2": 203, - "x3": 154, - "y3": 202 - }, - "charText": "非", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 150, - "y0": 204, - "x1": 204, - "y1": 205, - "x2": 203, - "y2": 245, - "x3": 150, - "y3": 244 - }, - "charText": "假", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 151, - "y0": 246, - "x1": 203, - "y1": 246, - "x2": 203, - "y2": 290, - "x3": 151, - "y3": 290 - }, - "charText": "擬", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 150, - "y0": 290, - "x1": 201, - "y1": 290, - "x2": 201, - "y2": 332, - "x3": 149, - "y3": 332 - }, - "charText": "妄", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 150, - "y0": 333, - "x1": 204, - "y1": 334, - "x2": 203, - "y2": 378, - "x3": 150, - "y3": 377 - }, - "charText": "稱", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 151, - "y0": 388, - "x1": 200, - "y1": 389, - "x2": 201, - "y2": 406, - "x3": 151, - "y3": 405 - }, - "charText": "一", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 152, - "y0": 415, - "x1": 201, - "y1": 416, - "x2": 201, - "y2": 463, - "x3": 152, - "y3": 463 - }, - "charText": "味", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 151, - "y0": 463, - "x1": 197, - "y1": 463, - "x2": 197, - "y2": 504, - "x3": 151, - "y3": 503 - }, - "charText": "淫", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 149, - "y0": 505, - "x1": 198, - "y1": 505, - "x2": 198, - "y2": 551, - "x3": 149, - "y3": 551 - }, - "charText": "邀", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 151, - "y0": 551, - "x1": 201, - "y1": 551, - "x2": 201, - "y2": 594, - "x3": 151, - "y3": 594 - }, - "charText": "艶", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 152, - "y0": 595, - "x1": 202, - "y1": 595, - "x2": 202, - "y2": 640, - "x3": 152, - "y3": 640 - }, - "charText": "紹", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 148, - "y0": 641, - "x1": 196, - "y1": 642, - "x2": 196, - "y2": 680, - "x3": 148, - "y3": 679 - }, - "charText": "私", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 147, - "y0": 679, - "x1": 197, - "y1": 679, - "x2": 197, - "y2": 723, - "x3": 147, - "y3": 722 - }, - "charText": "討", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 149, - "y0": 724, - "x1": 200, - "y1": 724, - "x2": 200, - "y2": 767, - "x3": 149, - "y3": 767 - }, - "charText": "偷", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 150, - "y0": 767, - "x1": 196, - "y1": 768, - "x2": 196, - "y2": 808, - "x3": 150, - "y3": 808 - }, - "charText": "盟", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 151, - "y0": 812, - "x1": 200, - "y1": 813, - "x2": 199, - "y2": 848, - "x3": 151, - "y3": 847 - }, - "charText": "之", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 149, - "y0": 852, - "x1": 195, - "y1": 852, - "x2": 195, - "y2": 895, - "x3": 149, - "y3": 895 - }, - "charText": "可", - "textlineId": 6, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 98, - "y0": 26, - "x1": 146, - "y1": 27, - "x2": 145, - "y2": 65, - "x3": 97, - "y3": 65 - }, - "charText": "比", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 101, - "y0": 69, - "x1": 138, - "y1": 69, - "x2": 138, - "y2": 109, - "x3": 101, - "y3": 108 - }, - "charText": "因", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 96, - "y0": 107, - "x1": 141, - "y1": 108, - "x2": 140, - "y2": 157, - "x3": 95, - "y3": 156 - }, - "charText": "毫", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 96, - "y0": 161, - "x1": 137, - "y1": 162, - "x2": 136, - "y2": 201, - "x3": 96, - "y3": 200 - }, - "charText": "不", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 94, - "y0": 203, - "x1": 134, - "y1": 204, - "x2": 134, - "y2": 245, - "x3": 94, - "y3": 245 - }, - "charText": "干", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 93, - "y0": 246, - "x1": 138, - "y1": 246, - "x2": 137, - "y2": 290, - "x3": 92, - "y3": 289 - }, - "charText": "渉", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 95, - "y0": 290, - "x1": 138, - "y1": 290, - "x2": 138, - "y2": 338, - "x3": 94, - "y3": 338 - }, - "charText": "時", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 92, - "y0": 338, - "x1": 142, - "y1": 339, - "x2": 142, - "y2": 374, - "x3": 92, - "y3": 374 - }, - "charText": "世", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 92, - "y0": 376, - "x1": 134, - "y1": 377, - "x2": 134, - "y2": 416, - "x3": 92, - "y3": 416 - }, - "charText": "方", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 90, - "y0": 418, - "x1": 140, - "y1": 418, - "x2": 140, - "y2": 460, - "x3": 90, - "y3": 460 - }, - "charText": "従", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 91, - "y0": 463, - "x1": 134, - "y1": 463, - "x2": 134, - "y2": 507, - "x3": 91, - "y3": 506 - }, - "charText": "頭", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 91, - "y0": 509, - "x1": 136, - "y1": 509, - "x2": 136, - "y2": 549, - "x3": 90, - "y3": 548 - }, - "charText": "至", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 90, - "y0": 551, - "x1": 141, - "y1": 551, - "x2": 141, - "y2": 594, - "x3": 89, - "y3": 594 - }, - "charText": "尾", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 91, - "y0": 594, - "x1": 136, - "y1": 595, - "x2": 135, - "y2": 637, - "x3": 91, - "y3": 636 - }, - "charText": "抄", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 90, - "y0": 640, - "x1": 137, - "y1": 640, - "x2": 137, - "y2": 684, - "x3": 90, - "y3": 684 - }, - "charText": "錄", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 94, - "y0": 688, - "x1": 135, - "y1": 688, - "x2": 135, - "y2": 721, - "x3": 94, - "y3": 720 - }, - "charText": "回", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 96, - "y0": 720, - "x1": 141, - "y1": 720, - "x2": 141, - "y2": 768, - "x3": 96, - "y3": 768 - }, - "charText": "来", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 96, - "y0": 769, - "x1": 135, - "y1": 769, - "x2": 135, - "y2": 810, - "x3": 96, - "y3": 809 - }, - "charText": "問", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 92, - "y0": 809, - "x1": 137, - "y1": 810, - "x2": 137, - "y2": 846, - "x3": 92, - "y3": 845 - }, - "charText": "世", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 90, - "y0": 845, - "x1": 139, - "y1": 846, - "x2": 138, - "y2": 893, - "x3": 89, - "y3": 893 - }, - "charText": "傳", - "textlineId": 7, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 30, - "y0": 26, - "x1": 84, - "y1": 26, - "x2": 84, - "y2": 75, - "x3": 30, - "y3": 75 - }, - "charText": "竒", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 35, - "y0": 76, - "x1": 72, - "y1": 77, - "x2": 72, - "y2": 115, - "x3": 35, - "y3": 115 - }, - "charText": "因", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 32, - "y0": 114, - "x1": 75, - "y1": 114, - "x2": 75, - "y2": 154, - "x3": 32, - "y3": 154 - }, - "charText": "空", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 32, - "y0": 156, - "x1": 76, - "y1": 156, - "x2": 76, - "y2": 198, - "x3": 32, - "y3": 198 - }, - "charText": "見", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 35, - "y0": 199, - "x1": 80, - "y1": 199, - "x2": 80, - "y2": 242, - "x3": 35, - "y3": 242 - }, - "charText": "色", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 34, - "y0": 243, - "x1": 74, - "y1": 243, - "x2": 73, - "y2": 284, - "x3": 34, - "y3": 284 - }, - "charText": "由", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 35, - "y0": 285, - "x1": 78, - "y1": 286, - "x2": 77, - "y2": 327, - "x3": 35, - "y3": 327 - }, - "charText": "色", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 30, - "y0": 328, - "x1": 74, - "y1": 328, - "x2": 74, - "y2": 367, - "x3": 29, - "y3": 367 - }, - "charText": "生", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 28, - "y0": 366, - "x1": 81, - "y1": 367, - "x2": 80, - "y2": 419, - "x3": 27, - "y3": 418 - }, - "charText": "情", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 25, - "y0": 418, - "x1": 74, - "y1": 418, - "x2": 74, - "y2": 465, - "x3": 25, - "y3": 464 - }, - "charText": "傅", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 27, - "y0": 464, - "x1": 71, - "y1": 464, - "x2": 71, - "y2": 513, - "x3": 27, - "y3": 513 - }, - "charText": "情", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 28, - "y0": 517, - "x1": 75, - "y1": 517, - "x2": 75, - "y2": 543, - "x3": 28, - "y3": 543 - }, - "charText": "入", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 32, - "y0": 546, - "x1": 78, - "y1": 546, - "x2": 78, - "y2": 591, - "x3": 32, - "y3": 591 - }, - "charText": "色", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 31, - "y0": 593, - "x1": 67, - "y1": 593, - "x2": 67, - "y2": 635, - "x3": 31, - "y3": 635 - }, - "charText": "自", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 33, - "y0": 635, - "x1": 76, - "y1": 635, - "x2": 76, - "y2": 677, - "x3": 34, - "y3": 677 - }, - "charText": "色", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 30, - "y0": 680, - "x1": 78, - "y1": 680, - "x2": 78, - "y2": 721, - "x3": 30, - "y3": 721 - }, - "charText": "悟", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 30, - "y0": 724, - "x1": 80, - "y1": 724, - "x2": 80, - "y2": 764, - "x3": 30, - "y3": 764 - }, - "charText": "空", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 27, - "y0": 765, - "x1": 78, - "y1": 765, - "x2": 78, - "y2": 809, - "x3": 27, - "y3": 809 - }, - "charText": "遂", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 32, - "y0": 809, - "x1": 71, - "y1": 810, - "x2": 71, - "y2": 853, - "x3": 32, - "y3": 853 - }, - "charText": "易", - "textlineId": 8, - "picUri": "", - "isPicText": false - }, - { - "charPoly": { - "x0": 25, - "y0": 852, - "x1": 73, - "y1": 852, - "x2": 73, - "y2": 894, - "x3": 25, - "y3": 894 - }, - "charText": "名", - "textlineId": 8, - "picUri": "", - "isPicText": false - } - ] - } - } - } -} \ No newline at end of file diff --git a/ocr/out/coords/wordbox_0002_1kzz90e2w817r.json b/ocr/out/coords/wordbox_0002_1kzz90e2w817r.json new file mode 100644 index 0000000000000000000000000000000000000000..02cf3e072b946295c6976e034e855ddec40595bc --- /dev/null +++ b/ocr/out/coords/wordbox_0002_1kzz90e2w817r.json @@ -0,0 +1 @@ +{"errorCode": 0, "errorMsg": "", "data": {"pageId2WordBoxContent": {"7501933907890733097": {"wordBoxList": [{"charPoly": {"x0": 522, "y0": 34, "x1": 570, "y1": 34, "x2": 570, "y2": 74, "x3": 522, "y3": 74}, "charText": "下", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 518, "y0": 75, "x1": 566, "y1": 75, "x2": 566, "y2": 116, "x3": 518, "y3": 116}, "charText": "直", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 521, "y0": 116, "x1": 569, "y1": 116, "x2": 569, "y2": 164, "x3": 521, "y3": 164}, "charText": "燒", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 527, "y0": 165, "x1": 559, "y1": 165, "x2": 560, "y2": 211, "x3": 527, "y3": 211}, "charText": "了", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 521, "y0": 219, "x1": 567, "y1": 219, "x2": 567, "y2": 235, "x3": 522, "y3": 234}, "charText": "一", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 522, "y0": 247, "x1": 569, "y1": 247, "x2": 569, "y2": 293, "x3": 521, "y3": 293}, "charText": "夜", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 523, "y0": 295, "x1": 565, "y1": 295, "x2": 565, "y2": 336, "x3": 522, "y3": 336}, "charText": "方", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 522, "y0": 336, "x1": 569, "y1": 336, "x2": 569, "y2": 380, "x3": 522, "y3": 380}, "charText": "漸", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 522, "y0": 380, "x1": 569, "y1": 381, "x2": 569, "y2": 426, "x3": 521, "y3": 426}, "charText": "漸", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 524, "y0": 426, "x1": 568, "y1": 426, "x2": 568, "y2": 469, "x3": 524, "y3": 469}, "charText": "的", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 522, "y0": 468, "x1": 570, "y1": 468, "x2": 570, "y2": 512, "x3": 523, "y3": 512}, "charText": "熄", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 520, "y0": 513, "x1": 571, "y1": 513, "x2": 571, "y2": 556, "x3": 520, "y3": 556}, "charText": "去", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 525, "y0": 559, "x1": 569, "y1": 559, "x2": 569, "y2": 598, "x3": 525, "y3": 597}, "charText": "也", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 523, "y0": 601, "x1": 565, "y1": 601, "x2": 565, "y2": 640, "x3": 523, "y3": 640}, "charText": "不", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 519, "y0": 643, "x1": 569, "y1": 643, "x2": 569, "y2": 681, "x3": 519, "y3": 681}, "charText": "知", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 523, "y0": 681, "x1": 571, "y1": 681, "x2": 571, "y2": 731, "x3": 523, "y3": 731}, "charText": "燒", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 529, "y0": 733, "x1": 561, "y1": 733, "x2": 562, "y2": 773, "x3": 529, "y3": 774}, "charText": "了", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 521, "y0": 774, "x1": 571, "y1": 774, "x2": 571, "y2": 819, "x3": 521, "y3": 819}, "charText": "幾", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 526, "y0": 819, "x1": 573, "y1": 820, "x2": 573, "y2": 867, "x3": 526, "y3": 867}, "charText": "家", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 525, "y0": 868, "x1": 571, "y1": 868, "x2": 571, "y2": 903, "x3": 525, "y3": 902}, "charText": "只", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 461, "y0": 32, "x1": 505, "y1": 32, "x2": 505, "y2": 74, "x3": 461, "y3": 74}, "charText": "可", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 463, "y0": 74, "x1": 506, "y1": 74, "x2": 507, "y2": 123, "x3": 463, "y3": 123}, "charText": "憐", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 462, "y0": 124, "x1": 509, "y1": 124, "x2": 508, "y2": 164, "x3": 462, "y3": 164}, "charText": "甄", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 466, "y0": 166, "x1": 509, "y1": 166, "x2": 509, "y2": 206, "x3": 466, "y3": 206}, "charText": "氏", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 461, "y0": 206, "x1": 507, "y1": 206, "x2": 507, "y2": 250, "x3": 461, "y3": 250}, "charText": "在", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 465, "y0": 253, "x1": 508, "y1": 253, "x2": 508, "y2": 295, "x3": 465, "y3": 294}, "charText": "隔", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 461, "y0": 294, "x1": 511, "y1": 294, "x2": 511, "y2": 337, "x3": 460, "y3": 336}, "charText": "壁", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 460, "y0": 338, "x1": 506, "y1": 338, "x2": 506, "y2": 384, "x3": 460, "y3": 384}, "charText": "早", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 468, "y0": 386, "x1": 509, "y1": 386, "x2": 509, "y2": 420, "x3": 468, "y3": 420}, "charText": "已", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 463, "y0": 420, "x1": 509, "y1": 420, "x2": 509, "y2": 466, "x3": 463, "y3": 466}, "charText": "燒", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 464, "y0": 466, "x1": 511, "y1": 466, "x2": 511, "y2": 510, "x3": 464, "y3": 510}, "charText": "成", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 463, "y0": 522, "x1": 508, "y1": 522, "x2": 508, "y2": 539, "x3": 463, "y3": 538}, "charText": "一", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 467, "y0": 552, "x1": 504, "y1": 552, "x2": 504, "y2": 600, "x3": 467, "y3": 600}, "charText": "片", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 466, "y0": 600, "x1": 510, "y1": 600, "x2": 510, "y2": 639, "x3": 466, "y3": 640}, "charText": "瓦", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 460, "y0": 642, "x1": 511, "y1": 642, "x2": 511, "y2": 686, "x3": 460, "y3": 686}, "charText": "礫", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 463, "y0": 688, "x1": 507, "y1": 688, "x2": 507, "y2": 733, "x3": 463, "y3": 733}, "charText": "場", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 470, "y0": 735, "x1": 511, "y1": 735, "x2": 511, "y2": 775, "x3": 470, "y3": 775}, "charText": "正", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 466, "y0": 778, "x1": 505, "y1": 778, "x2": 505, "y2": 813, "x3": 466, "y3": 812}, "charText": "只", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 462, "y0": 814, "x1": 505, "y1": 814, "x2": 504, "y2": 864, "x3": 461, "y3": 863}, "charText": "有", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 460, "y0": 865, "x1": 510, "y1": 866, "x2": 509, "y2": 904, "x3": 459, "y3": 903}, "charText": "他", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 403, "y0": 28, "x1": 450, "y1": 28, "x2": 450, "y2": 72, "x3": 403, "y3": 72}, "charText": "夫", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 399, "y0": 73, "x1": 451, "y1": 73, "x2": 451, "y2": 121, "x3": 399, "y3": 121}, "charText": "婦", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 400, "y0": 121, "x1": 447, "y1": 121, "x2": 447, "y2": 160, "x3": 400, "y3": 160}, "charText": "並", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 399, "y0": 160, "x1": 448, "y1": 161, "x2": 448, "y2": 206, "x3": 399, "y3": 206}, "charText": "幾", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 400, "y0": 209, "x1": 445, "y1": 209, "x2": 445, "y2": 249, "x3": 400, "y3": 249}, "charText": "個", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 404, "y0": 250, "x1": 447, "y1": 250, "x2": 447, "y2": 295, "x3": 404, "y3": 295}, "charText": "家", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 400, "y0": 298, "x1": 450, "y1": 298, "x2": 450, "y2": 330, "x3": 399, "y3": 330}, "charText": "人", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 404, "y0": 332, "x1": 446, "y1": 332, "x2": 446, "y2": 377, "x3": 404, "y3": 376}, "charText": "的", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 403, "y0": 377, "x1": 448, "y1": 377, "x2": 448, "y2": 419, "x3": 403, "y3": 419}, "charText": "性", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 400, "y0": 422, "x1": 451, "y1": 422, "x2": 451, "y2": 471, "x3": 400, "y3": 472}, "charText": "命", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 403, "y0": 472, "x1": 446, "y1": 473, "x2": 446, "y2": 510, "x3": 404, "y3": 510}, "charText": "不", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 408, "y0": 510, "x1": 442, "y1": 509, "x2": 443, "y2": 555, "x3": 409, "y3": 556}, "charText": "曽", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 402, "y0": 556, "x1": 447, "y1": 556, "x2": 447, "y2": 602, "x3": 403, "y3": 602}, "charText": "傷", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 411, "y0": 604, "x1": 450, "y1": 604, "x2": 450, "y2": 644, "x3": 411, "y3": 644}, "charText": "子", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 407, "y0": 644, "x1": 448, "y1": 644, "x2": 448, "y2": 687, "x3": 407, "y3": 687}, "charText": "急", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 403, "y0": 688, "x1": 449, "y1": 689, "x2": 449, "y2": 735, "x3": 403, "y3": 735}, "charText": "得", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 403, "y0": 734, "x1": 447, "y1": 735, "x2": 446, "y2": 770, "x3": 403, "y3": 769}, "charText": "士", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 405, "y0": 772, "x1": 449, "y1": 772, "x2": 449, "y2": 816, "x3": 405, "y3": 816}, "charText": "隐", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 403, "y0": 817, "x1": 450, "y1": 818, "x2": 449, "y2": 861, "x3": 402, "y3": 860}, "charText": "惟", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 400, "y0": 861, "x1": 449, "y1": 861, "x2": 448, "y2": 904, "x3": 400, "y3": 903}, "charText": "跌", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 342, "y0": 31, "x1": 391, "y1": 32, "x2": 391, "y2": 72, "x3": 342, "y3": 72}, "charText": "足", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 339, "y0": 73, "x1": 389, "y1": 73, "x2": 389, "y2": 114, "x3": 339, "y3": 114}, "charText": "長", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 342, "y0": 114, "x1": 389, "y1": 114, "x2": 388, "y2": 162, "x3": 342, "y3": 162}, "charText": "嘆", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 343, "y0": 165, "x1": 389, "y1": 165, "x2": 389, "y2": 203, "x3": 343, "y3": 203}, "charText": "而", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 347, "y0": 208, "x1": 391, "y1": 208, "x2": 391, "y2": 246, "x3": 347, "y3": 246}, "charText": "巳", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 346, "y0": 251, "x1": 387, "y1": 252, "x2": 387, "y2": 289, "x3": 346, "y3": 289}, "charText": "只", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 344, "y0": 290, "x1": 388, "y1": 291, "x2": 388, "y2": 338, "x3": 344, "y3": 338}, "charText": "得", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 341, "y0": 338, "x1": 390, "y1": 338, "x2": 390, "y2": 379, "x3": 341, "y3": 379}, "charText": "與", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 339, "y0": 378, "x1": 388, "y1": 378, "x2": 388, "y2": 424, "x3": 339, "y3": 424}, "charText": "妻", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 342, "y0": 425, "x1": 388, "y1": 425, "x2": 388, "y2": 466, "x3": 342, "y3": 466}, "charText": "子", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 342, "y0": 467, "x1": 385, "y1": 467, "x2": 386, "y2": 512, "x3": 342, "y3": 512}, "charText": "商", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 339, "y0": 514, "x1": 392, "y1": 514, "x2": 391, "y2": 557, "x3": 339, "y3": 557}, "charText": "議", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 341, "y0": 559, "x1": 390, "y1": 559, "x2": 390, "y2": 594, "x3": 341, "y3": 594}, "charText": "且", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 345, "y0": 596, "x1": 390, "y1": 596, "x2": 390, "y2": 641, "x3": 345, "y3": 641}, "charText": "将", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 339, "y0": 642, "x1": 390, "y1": 642, "x2": 390, "y2": 684, "x3": 339, "y3": 684}, "charText": "就", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 342, "y0": 685, "x1": 387, "y1": 686, "x2": 387, "y2": 732, "x3": 342, "y3": 732}, "charText": "到", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 348, "y0": 735, "x1": 386, "y1": 735, "x2": 386, "y2": 767, "x3": 348, "y3": 767}, "charText": "田", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 340, "y0": 771, "x1": 388, "y1": 771, "x2": 387, "y2": 814, "x3": 340, "y3": 813}, "charText": "庄", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 342, "y0": 818, "x1": 388, "y1": 818, "x2": 387, "y2": 854, "x3": 342, "y3": 854}, "charText": "上", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 340, "y0": 857, "x1": 388, "y1": 857, "x2": 387, "y2": 900, "x3": 340, "y3": 900}, "charText": "去", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 278, "y0": 27, "x1": 330, "y1": 27, "x2": 329, "y2": 71, "x3": 278, "y3": 71}, "charText": "安", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 283, "y0": 71, "x1": 331, "y1": 71, "x2": 330, "y2": 119, "x3": 283, "y3": 118}, "charText": "身", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 279, "y0": 119, "x1": 328, "y1": 119, "x2": 327, "y2": 160, "x3": 279, "y3": 160}, "charText": "偏", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 279, "y0": 160, "x1": 329, "y1": 161, "x2": 328, "y2": 203, "x3": 278, "y3": 203}, "charText": "值", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 280, "y0": 204, "x1": 328, "y1": 204, "x2": 328, "y2": 246, "x3": 280, "y3": 246}, "charText": "近", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 279, "y0": 247, "x1": 325, "y1": 247, "x2": 324, "y2": 295, "x3": 279, "y3": 295}, "charText": "年", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 282, "y0": 295, "x1": 329, "y1": 296, "x2": 329, "y2": 336, "x3": 281, "y3": 336}, "charText": "水", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 279, "y0": 337, "x1": 323, "y1": 337, "x2": 323, "y2": 381, "x3": 280, "y3": 381}, "charText": "旱", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 283, "y0": 383, "x1": 324, "y1": 383, "x2": 324, "y2": 422, "x3": 283, "y3": 421}, "charText": "不", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 282, "y0": 422, "x1": 332, "y1": 422, "x2": 332, "y2": 464, "x3": 282, "y3": 464}, "charText": "收", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 284, "y0": 467, "x1": 329, "y1": 467, "x2": 329, "y2": 512, "x3": 284, "y3": 512}, "charText": "鼠", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 281, "y0": 512, "x1": 327, "y1": 512, "x2": 327, "y2": 554, "x3": 281, "y3": 554}, "charText": "盜", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 281, "y0": 555, "x1": 330, "y1": 555, "x2": 330, "y2": 602, "x3": 281, "y3": 602}, "charText": "蜂", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 278, "y0": 600, "x1": 331, "y1": 601, "x2": 331, "y2": 641, "x3": 278, "y3": 641}, "charText": "山", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 279, "y0": 642, "x1": 330, "y1": 642, "x2": 329, "y2": 685, "x3": 279, "y3": 685}, "charText": "無", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 284, "y0": 687, "x1": 327, "y1": 688, "x2": 326, "y2": 730, "x3": 284, "y3": 729}, "charText": "非", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 280, "y0": 730, "x1": 330, "y1": 730, "x2": 329, "y2": 775, "x3": 279, "y3": 775}, "charText": "搶", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 285, "y0": 779, "x1": 323, "y1": 779, "x2": 323, "y2": 810, "x3": 285, "y3": 809}, "charText": "田", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 281, "y0": 809, "x1": 330, "y1": 810, "x2": 329, "y2": 861, "x3": 281, "y3": 861}, "charText": "奪", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 280, "y0": 863, "x1": 332, "y1": 863, "x2": 332, "y2": 901, "x3": 280, "y3": 900}, "charText": "地", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 228, "y0": 29, "x1": 270, "y1": 30, "x2": 270, "y2": 71, "x3": 228, "y3": 71}, "charText": "民", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 224, "y0": 73, "x1": 265, "y1": 73, "x2": 265, "y2": 112, "x3": 224, "y3": 112}, "charText": "不", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 220, "y0": 113, "x1": 269, "y1": 113, "x2": 269, "y2": 156, "x3": 220, "y3": 156}, "charText": "安", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 223, "y0": 158, "x1": 271, "y1": 159, "x2": 270, "y2": 201, "x3": 223, "y3": 200}, "charText": "生", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 227, "y0": 208, "x1": 264, "y1": 208, "x2": 264, "y2": 249, "x3": 227, "y3": 249}, "charText": "因", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 223, "y0": 249, "x1": 269, "y1": 250, "x2": 269, "y2": 286, "x3": 222, "y3": 286}, "charText": "此", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 222, "y0": 289, "x1": 265, "y1": 290, "x2": 265, "y2": 331, "x3": 222, "y3": 331}, "charText": "官", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 222, "y0": 332, "x1": 268, "y1": 333, "x2": 268, "y2": 374, "x3": 221, "y3": 374}, "charText": "兵", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 219, "y0": 374, "x1": 266, "y1": 375, "x2": 266, "y2": 422, "x3": 219, "y3": 422}, "charText": "剿", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 220, "y0": 423, "x1": 271, "y1": 423, "x2": 271, "y2": 466, "x3": 220, "y3": 466}, "charText": "捕", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 220, "y0": 466, "x1": 270, "y1": 467, "x2": 270, "y2": 513, "x3": 220, "y3": 512}, "charText": "難", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 224, "y0": 515, "x1": 265, "y1": 515, "x2": 265, "y2": 549, "x3": 224, "y3": 549}, "charText": "以", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 221, "y0": 551, "x1": 269, "y1": 551, "x2": 269, "y2": 593, "x3": 220, "y3": 593}, "charText": "安", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 226, "y0": 593, "x1": 271, "y1": 593, "x2": 270, "y2": 641, "x3": 225, "y3": 641}, "charText": "身", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 223, "y0": 642, "x1": 266, "y1": 643, "x2": 266, "y2": 679, "x3": 223, "y3": 679}, "charText": "士", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 225, "y0": 682, "x1": 267, "y1": 683, "x2": 267, "y2": 727, "x3": 224, "y3": 727}, "charText": "隐", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 225, "y0": 734, "x1": 264, "y1": 734, "x2": 264, "y2": 769, "x3": 225, "y3": 769}, "charText": "只", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 222, "y0": 771, "x1": 266, "y1": 771, "x2": 266, "y2": 819, "x3": 221, "y3": 819}, "charText": "得", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 222, "y0": 819, "x1": 265, "y1": 820, "x2": 265, "y2": 864, "x3": 221, "y3": 864}, "charText": "将", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 225, "y0": 866, "x1": 263, "y1": 867, "x2": 263, "y2": 899, "x3": 224, "y3": 898}, "charText": "田", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 164, "y0": 26, "x1": 208, "y1": 27, "x2": 208, "y2": 68, "x3": 163, "y3": 67}, "charText": "庄", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 160, "y0": 70, "x1": 209, "y1": 70, "x2": 208, "y2": 115, "x3": 160, "y3": 115}, "charText": "都", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 166, "y0": 115, "x1": 206, "y1": 115, "x2": 206, "y2": 162, "x3": 166, "y3": 162}, "charText": "質", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 164, "y0": 162, "x1": 212, "y1": 162, "x2": 212, "y2": 206, "x3": 163, "y3": 205}, "charText": "變", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 161, "y0": 207, "x1": 206, "y1": 207, "x2": 206, "y2": 251, "x3": 160, "y3": 251}, "charText": "携", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 159, "y0": 249, "x1": 208, "y1": 250, "x2": 207, "y2": 295, "x3": 159, "y3": 295}, "charText": "妻", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 160, "y0": 296, "x1": 205, "y1": 297, "x2": 205, "y2": 337, "x3": 160, "y3": 336}, "charText": "子", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 159, "y0": 337, "x1": 211, "y1": 338, "x2": 211, "y2": 379, "x3": 158, "y3": 379}, "charText": "與", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 163, "y0": 382, "x1": 209, "y1": 382, "x2": 209, "y2": 419, "x3": 163, "y3": 419}, "charText": "兩", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 160, "y0": 422, "x1": 207, "y1": 422, "x2": 207, "y2": 462, "x3": 160, "y3": 462}, "charText": "個", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 169, "y0": 463, "x1": 200, "y1": 463, "x2": 200, "y2": 506, "x3": 169, "y3": 506}, "charText": "了", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 161, "y0": 509, "x1": 213, "y1": 510, "x2": 213, "y2": 555, "x3": 161, "y3": 555}, "charText": "環", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 160, "y0": 555, "x1": 210, "y1": 555, "x2": 210, "y2": 597, "x3": 160, "y3": 597}, "charText": "投", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 159, "y0": 598, "x1": 211, "y1": 598, "x2": 210, "y2": 637, "x3": 159, "y3": 637}, "charText": "他", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 160, "y0": 639, "x1": 207, "y1": 639, "x2": 207, "y2": 682, "x3": 160, "y3": 682}, "charText": "岳", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 164, "y0": 685, "x1": 210, "y1": 685, "x2": 210, "y2": 724, "x3": 164, "y3": 724}, "charText": "丈", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 164, "y0": 725, "x1": 209, "y1": 725, "x2": 209, "y2": 772, "x3": 164, "y3": 772}, "charText": "家", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 160, "y0": 773, "x1": 212, "y1": 773, "x2": 211, "y2": 814, "x3": 159, "y3": 813}, "charText": "去", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 158, "y0": 816, "x1": 211, "y1": 817, "x2": 210, "y2": 858, "x3": 157, "y3": 857}, "charText": "他", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 158, "y0": 858, "x1": 206, "y1": 858, "x2": 206, "y2": 900, "x3": 157, "y3": 900}, "charText": "岳", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 107, "y0": 28, "x1": 151, "y1": 29, "x2": 151, "y2": 67, "x3": 106, "y3": 66}, "charText": "丈", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 105, "y0": 68, "x1": 146, "y1": 69, "x2": 145, "y2": 108, "x3": 105, "y3": 108}, "charText": "名", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 102, "y0": 110, "x1": 149, "y1": 110, "x2": 149, "y2": 156, "x3": 101, "y3": 156}, "charText": "封", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 102, "y0": 156, "x1": 152, "y1": 156, "x2": 152, "y2": 207, "x3": 102, "y3": 206}, "charText": "肅", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 127, "y0": 216, "x1": 151, "y1": 216, "x2": 151, "y2": 241, "x3": 127, "y3": 241}, "charText": "風", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 99, "y0": 216, "x1": 126, "y1": 217, "x2": 126, "y2": 241, "x3": 99, "y3": 240}, "charText": "俗", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 106, "y0": 245, "x1": 149, "y1": 246, "x2": 149, "y2": 288, "x3": 105, "y3": 287}, "charText": "本", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 101, "y0": 289, "x1": 145, "y1": 289, "x2": 144, "y2": 335, "x3": 101, "y3": 335}, "charText": "貫", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 103, "y0": 335, "x1": 148, "y1": 335, "x2": 148, "y2": 374, "x3": 103, "y3": 373}, "charText": "大", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 98, "y0": 379, "x1": 147, "y1": 380, "x2": 147, "y2": 413, "x3": 97, "y3": 412}, "charText": "如", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 103, "y0": 418, "x1": 146, "y1": 419, "x2": 146, "y2": 460, "x3": 103, "y3": 459}, "charText": "州", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 103, "y0": 465, "x1": 149, "y1": 465, "x2": 148, "y2": 500, "x3": 103, "y3": 500}, "charText": "人", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 105, "y0": 507, "x1": 149, "y1": 507, "x2": 149, "y2": 548, "x3": 105, "y3": 548}, "charText": "氏", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 123, "y0": 559, "x1": 151, "y1": 560, "x2": 151, "y2": 587, "x3": 123, "y3": 586}, "charText": "託", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 125, "y0": 600, "x1": 150, "y1": 600, "x2": 150, "y2": 627, "x3": 126, "y3": 627}, "charText": "言", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 126, "y0": 641, "x1": 153, "y1": 641, "x2": 153, "y2": 671, "x3": 126, "y3": 671}, "charText": "大", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 125, "y0": 686, "x1": 151, "y1": 686, "x2": 151, "y2": 717, "x3": 125, "y3": 718}, "charText": "槩", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 120, "y0": 733, "x1": 149, "y1": 734, "x2": 149, "y2": 760, "x3": 120, "y3": 760}, "charText": "如", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 98, "y0": 559, "x1": 123, "y1": 559, "x2": 123, "y2": 588, "x3": 98, "y3": 589}, "charText": "是", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 98, "y0": 600, "x1": 124, "y1": 601, "x2": 124, "y2": 625, "x3": 98, "y3": 625}, "charText": "之", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 98, "y0": 643, "x1": 126, "y1": 644, "x2": 126, "y2": 673, "x3": 99, "y3": 673}, "charText": "風", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 96, "y0": 686, "x1": 122, "y1": 686, "x2": 123, "y2": 716, "x3": 96, "y3": 715}, "charText": "俗", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 96, "y0": 731, "x1": 120, "y1": 732, "x2": 120, "y2": 759, "x3": 96, "y3": 758}, "charText": "也", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 99, "y0": 770, "x1": 146, "y1": 771, "x2": 146, "y2": 813, "x3": 98, "y3": 813}, "charText": "雖", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 102, "y0": 815, "x1": 147, "y1": 815, "x2": 147, "y2": 857, "x3": 102, "y3": 857}, "charText": "是", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 100, "y0": 859, "x1": 150, "y1": 860, "x2": 149, "y2": 902, "x3": 100, "y3": 902}, "charText": "務", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 39, "y0": 24, "x1": 93, "y1": 24, "x2": 93, "y2": 72, "x3": 39, "y3": 72}, "charText": "農", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 44, "y0": 73, "x1": 88, "y1": 73, "x2": 88, "y2": 115, "x3": 44, "y3": 115}, "charText": "家", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 45, "y0": 114, "x1": 83, "y1": 115, "x2": 83, "y2": 157, "x3": 44, "y3": 157}, "charText": "中", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 37, "y0": 158, "x1": 88, "y1": 159, "x2": 87, "y2": 206, "x3": 36, "y3": 205}, "charText": "都", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 40, "y0": 206, "x1": 88, "y1": 207, "x2": 88, "y2": 248, "x3": 39, "y3": 247}, "charText": "還", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 40, "y0": 247, "x1": 89, "y1": 247, "x2": 89, "y2": 288, "x3": 40, "y3": 288}, "charText": "殷", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 43, "y0": 288, "x1": 91, "y1": 288, "x2": 91, "y2": 336, "x3": 43, "y3": 335}, "charText": "實", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 39, "y0": 336, "x1": 90, "y1": 337, "x2": 90, "y2": 375, "x3": 39, "y3": 375}, "charText": "今", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 43, "y0": 377, "x1": 86, "y1": 377, "x2": 86, "y2": 417, "x3": 43, "y3": 417}, "charText": "見", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 37, "y0": 421, "x1": 86, "y1": 421, "x2": 85, "y2": 457, "x3": 37, "y3": 457}, "charText": "女", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 41, "y0": 459, "x1": 89, "y1": 459, "x2": 89, "y2": 503, "x3": 41, "y3": 503}, "charText": "免", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 38, "y0": 509, "x1": 87, "y1": 509, "x2": 87, "y2": 547, "x3": 38, "y3": 546}, "charText": "女", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 40, "y0": 550, "x1": 91, "y1": 551, "x2": 90, "y2": 596, "x3": 40, "y3": 595}, "charText": "壻", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 40, "y0": 598, "x1": 88, "y1": 598, "x2": 88, "y2": 636, "x3": 39, "y3": 636}, "charText": "這", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 39, "y0": 636, "x1": 83, "y1": 637, "x2": 83, "y2": 687, "x3": 38, "y3": 687}, "charText": "等", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 39, "y0": 687, "x1": 87, "y1": 687, "x2": 87, "y2": 728, "x3": 39, "y3": 728}, "charText": "狼", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 40, "y0": 729, "x1": 81, "y1": 730, "x2": 81, "y2": 769, "x3": 40, "y3": 769}, "charText": "狽", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 41, "y0": 773, "x1": 86, "y1": 773, "x2": 86, "y2": 812, "x3": 41, "y3": 813}, "charText": "而", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 41, "y0": 812, "x1": 90, "y1": 811, "x2": 90, "y2": 861, "x3": 41, "y3": 862}, "charText": "来", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 41, "y0": 866, "x1": 86, "y1": 866, "x2": 86, "y2": 897, "x3": 41, "y3": 897}, "charText": "心", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 6, "y0": 73, "x1": 27, "y1": 73, "x2": 27, "y2": 111, "x3": 6, "y3": 111}, "charText": "湏", "textlineId": 9, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 4, "y0": 121, "x1": 31, "y1": 121, "x2": 30, "y2": 152, "x3": 4, "y3": 152}, "charText": "巳", "textlineId": 9, "picUri": "", "isPicText": false}]}, "7501933907890749481": {"wordBoxList": [{"charPoly": {"x0": 574, "y0": 40, "x1": 604, "y1": 40, "x2": 604, "y2": 77, "x3": 574, "y3": 77}, "charText": "石", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 523, "y0": 35, "x1": 561, "y1": 35, "x2": 561, "y2": 78, "x3": 523, "y3": 78}, "charText": "中", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 518, "y0": 82, "x1": 566, "y1": 82, "x2": 566, "y2": 123, "x3": 518, "y3": 123}, "charText": "便", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 522, "y0": 123, "x1": 562, "y1": 123, "x2": 562, "y2": 170, "x3": 522, "y3": 170}, "charText": "有", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 524, "y0": 170, "x1": 566, "y1": 170, "x2": 566, "y2": 211, "x3": 524, "y3": 211}, "charText": "些", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 522, "y0": 215, "x1": 565, "y1": 214, "x2": 565, "y2": 252, "x3": 523, "y3": 252}, "charText": "不", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 519, "y0": 255, "x1": 570, "y1": 254, "x2": 571, "y2": 303, "x3": 521, "y3": 304}, "charText": "樂", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 522, "y0": 305, "x1": 567, "y1": 304, "x2": 568, "y2": 352, "x3": 522, "y3": 352}, "charText": "幸", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 527, "y0": 353, "x1": 571, "y1": 353, "x2": 571, "y2": 389, "x3": 527, "y3": 390}, "charText": "而", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 526, "y0": 391, "x1": 568, "y1": 391, "x2": 569, "y2": 428, "x3": 527, "y3": 428}, "charText": "士", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 528, "y0": 431, "x1": 572, "y1": 431, "x2": 572, "y2": 475, "x3": 528, "y3": 475}, "charText": "隐", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 527, "y0": 477, "x1": 572, "y1": 476, "x2": 573, "y2": 520, "x3": 527, "y3": 520}, "charText": "還", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 528, "y0": 520, "x1": 570, "y1": 520, "x2": 571, "y2": 566, "x3": 529, "y3": 566}, "charText": "有", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 532, "y0": 566, "x1": 570, "y1": 566, "x2": 571, "y2": 612, "x3": 533, "y3": 612}, "charText": "質", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 532, "y0": 611, "x1": 575, "y1": 611, "x2": 575, "y2": 655, "x3": 533, "y3": 655}, "charText": "變", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 530, "y0": 656, "x1": 576, "y1": 655, "x2": 577, "y2": 693, "x3": 531, "y3": 694}, "charText": "地", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 532, "y0": 694, "x1": 574, "y1": 694, "x2": 574, "y2": 738, "x3": 532, "y3": 739}, "charText": "的", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 527, "y0": 740, "x1": 574, "y1": 740, "x2": 574, "y2": 782, "x3": 527, "y3": 782}, "charText": "銀", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 530, "y0": 785, "x1": 578, "y1": 784, "x2": 578, "y2": 826, "x3": 531, "y3": 826}, "charText": "子", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 532, "y0": 827, "x1": 577, "y1": 826, "x2": 577, "y2": 870, "x3": 532, "y3": 870}, "charText": "未", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 537, "y0": 871, "x1": 572, "y1": 871, "x2": 573, "y2": 917, "x3": 537, "y3": 917}, "charText": "曽", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 461, "y0": 36, "x1": 499, "y1": 36, "x2": 500, "y2": 77, "x3": 461, "y3": 77}, "charText": "用", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 460, "y0": 78, "x1": 507, "y1": 78, "x2": 507, "y2": 118, "x3": 460, "y3": 118}, "charText": "完", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 457, "y0": 121, "x1": 502, "y1": 121, "x2": 503, "y2": 168, "x3": 458, "y3": 169}, "charText": "挐", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 462, "y0": 170, "x1": 501, "y1": 170, "x2": 501, "y2": 211, "x3": 462, "y3": 211}, "charText": "出", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 461, "y0": 211, "x1": 507, "y1": 211, "x2": 507, "y2": 257, "x3": 461, "y3": 257}, "charText": "来", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 458, "y0": 258, "x1": 508, "y1": 258, "x2": 509, "y2": 295, "x3": 459, "y3": 296}, "charText": "託", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 459, "y0": 299, "x1": 510, "y1": 299, "x2": 510, "y2": 337, "x3": 460, "y3": 338}, "charText": "他", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 462, "y0": 339, "x1": 507, "y1": 339, "x2": 508, "y2": 386, "x3": 462, "y3": 386}, "charText": "隨", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 465, "y0": 388, "x1": 510, "y1": 388, "x2": 510, "y2": 429, "x3": 466, "y3": 429}, "charText": "分", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 460, "y0": 431, "x1": 511, "y1": 430, "x2": 511, "y2": 473, "x3": 460, "y3": 473}, "charText": "就", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 461, "y0": 477, "x1": 513, "y1": 476, "x2": 514, "y2": 521, "x3": 462, "y3": 522}, "charText": "價", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 464, "y0": 523, "x1": 510, "y1": 523, "x2": 511, "y2": 565, "x3": 464, "y3": 565}, "charText": "置", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 470, "y0": 566, "x1": 513, "y1": 565, "x2": 514, "y2": 607, "x3": 471, "y3": 607}, "charText": "些", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 468, "y0": 610, "x1": 509, "y1": 609, "x2": 510, "y2": 652, "x3": 469, "y3": 652}, "charText": "湏", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 467, "y0": 652, "x1": 510, "y1": 652, "x2": 510, "y2": 700, "x3": 467, "y3": 700}, "charText": "房", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 469, "y0": 701, "x1": 517, "y1": 701, "x2": 518, "y2": 740, "x3": 469, "y3": 741}, "charText": "地", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 471, "y0": 742, "x1": 515, "y1": 742, "x2": 516, "y2": 788, "x3": 472, "y3": 788}, "charText": "為", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 468, "y0": 786, "x1": 518, "y1": 786, "x2": 518, "y2": 829, "x3": 468, "y3": 829}, "charText": "後", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 480, "y0": 832, "x1": 507, "y1": 832, "x2": 508, "y2": 866, "x3": 480, "y3": 866}, "charText": "日", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 472, "y0": 871, "x1": 518, "y1": 871, "x2": 518, "y2": 915, "x3": 472, "y3": 915}, "charText": "衣", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 394, "y0": 36, "x1": 444, "y1": 36, "x2": 444, "y2": 82, "x3": 394, "y3": 82}, "charText": "食", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 397, "y0": 84, "x1": 442, "y1": 85, "x2": 442, "y2": 119, "x3": 397, "y3": 119}, "charText": "之", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 394, "y0": 120, "x1": 447, "y1": 120, "x2": 447, "y2": 169, "x3": 394, "y3": 169}, "charText": "計", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 396, "y0": 171, "x1": 441, "y1": 171, "x2": 441, "y2": 213, "x3": 397, "y3": 213}, "charText": "那", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 396, "y0": 212, "x1": 442, "y1": 212, "x2": 443, "y2": 257, "x3": 397, "y3": 257}, "charText": "封", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 399, "y0": 257, "x1": 440, "y1": 256, "x2": 441, "y2": 305, "x3": 399, "y3": 306}, "charText": "肅", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 396, "y0": 306, "x1": 446, "y1": 306, "x2": 447, "y2": 346, "x3": 397, "y3": 346}, "charText": "便", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 400, "y0": 346, "x1": 443, "y1": 345, "x2": 443, "y2": 392, "x3": 400, "y3": 393}, "charText": "半", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 400, "y0": 393, "x1": 447, "y1": 392, "x2": 447, "y2": 431, "x3": 400, "y3": 432}, "charText": "哄", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 399, "y0": 433, "x1": 445, "y1": 432, "x2": 445, "y2": 472, "x3": 400, "y3": 473}, "charText": "賺", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 403, "y0": 474, "x1": 449, "y1": 474, "x2": 449, "y2": 516, "x3": 403, "y3": 517}, "charText": "些", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 404, "y0": 523, "x1": 454, "y1": 522, "x2": 454, "y2": 568, "x3": 405, "y3": 568}, "charText": "湏", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 402, "y0": 570, "x1": 452, "y1": 569, "x2": 453, "y2": 610, "x3": 403, "y3": 611}, "charText": "與", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 403, "y0": 611, "x1": 452, "y1": 610, "x2": 453, "y2": 648, "x3": 404, "y3": 649}, "charText": "他", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 410, "y0": 650, "x1": 453, "y1": 650, "x2": 453, "y2": 693, "x3": 410, "y3": 694}, "charText": "此", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 408, "y0": 696, "x1": 451, "y1": 695, "x2": 451, "y2": 750, "x3": 409, "y3": 750}, "charText": "薄", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 411, "y0": 752, "x1": 448, "y1": 752, "x2": 449, "y2": 782, "x3": 412, "y3": 782}, "charText": "田", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 407, "y0": 784, "x1": 451, "y1": 784, "x2": 451, "y2": 827, "x3": 408, "y3": 827}, "charText": "杇", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 409, "y0": 828, "x1": 458, "y1": 828, "x2": 458, "y2": 871, "x3": 409, "y3": 871}, "charText": "屋", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 409, "y0": 874, "x1": 452, "y1": 874, "x2": 452, "y2": 911, "x3": 409, "y3": 911}, "charText": "士", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 338, "y0": 36, "x1": 383, "y1": 36, "x2": 383, "y2": 80, "x3": 338, "y3": 80}, "charText": "隐", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 339, "y0": 82, "x1": 377, "y1": 82, "x2": 377, "y2": 123, "x3": 339, "y3": 123}, "charText": "乃", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 333, "y0": 124, "x1": 380, "y1": 124, "x2": 380, "y2": 175, "x3": 333, "y3": 175}, "charText": "讀", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 337, "y0": 175, "x1": 380, "y1": 175, "x2": 380, "y2": 220, "x3": 337, "y3": 221}, "charText": "書", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 339, "y0": 224, "x1": 385, "y1": 223, "x2": 386, "y2": 257, "x3": 339, "y3": 258}, "charText": "之", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 339, "y0": 262, "x1": 388, "y1": 261, "x2": 388, "y2": 296, "x3": 339, "y3": 297}, "charText": "人", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 339, "y0": 301, "x1": 380, "y1": 301, "x2": 381, "y2": 339, "x3": 340, "y3": 339}, "charText": "不", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 341, "y0": 342, "x1": 383, "y1": 341, "x2": 384, "y2": 386, "x3": 342, "y3": 386}, "charText": "慣", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 341, "y0": 387, "x1": 385, "y1": 386, "x2": 386, "y2": 427, "x3": 341, "y3": 428}, "charText": "生", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 341, "y0": 434, "x1": 390, "y1": 433, "x2": 390, "y2": 470, "x3": 342, "y3": 470}, "charText": "理", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 341, "y0": 474, "x1": 389, "y1": 473, "x2": 389, "y2": 517, "x3": 342, "y3": 518}, "charText": "稼", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 340, "y0": 520, "x1": 388, "y1": 519, "x2": 389, "y2": 563, "x3": 341, "y3": 564}, "charText": "穡", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 343, "y0": 565, "x1": 388, "y1": 564, "x2": 389, "y2": 612, "x3": 344, "y3": 613}, "charText": "等", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 346, "y0": 612, "x1": 394, "y1": 612, "x2": 394, "y2": 658, "x3": 346, "y3": 658}, "charText": "事", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 348, "y0": 659, "x1": 392, "y1": 659, "x2": 392, "y2": 699, "x3": 348, "y3": 699}, "charText": "免", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 349, "y0": 702, "x1": 390, "y1": 701, "x2": 390, "y2": 741, "x3": 349, "y3": 741}, "charText": "强", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 351, "y0": 740, "x1": 393, "y1": 740, "x2": 393, "y2": 783, "x3": 351, "y3": 784}, "charText": "支", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 346, "y0": 783, "x1": 392, "y1": 783, "x2": 392, "y2": 830, "x3": 346, "y3": 830}, "charText": "持", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 354, "y0": 831, "x1": 385, "y1": 831, "x2": 385, "y2": 871, "x3": 354, "y3": 872}, "charText": "了", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 348, "y0": 885, "x1": 396, "y1": 886, "x2": 396, "y2": 902, "x3": 348, "y3": 902}, "charText": "一", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 276, "y0": 39, "x1": 321, "y1": 39, "x2": 321, "y2": 69, "x3": 276, "y3": 69}, "charText": "二", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 274, "y0": 74, "x1": 325, "y1": 75, "x2": 325, "y2": 120, "x3": 274, "y3": 120}, "charText": "年", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 273, "y0": 120, "x1": 322, "y1": 120, "x2": 322, "y2": 165, "x3": 273, "y3": 165}, "charText": "越", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 278, "y0": 166, "x1": 322, "y1": 166, "x2": 322, "y2": 213, "x3": 278, "y3": 214}, "charText": "覺", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 279, "y0": 214, "x1": 320, "y1": 214, "x2": 320, "y2": 262, "x3": 280, "y3": 262}, "charText": "窮", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 283, "y0": 262, "x1": 314, "y1": 262, "x2": 315, "y2": 303, "x3": 283, "y3": 303}, "charText": "了", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 279, "y0": 306, "x1": 320, "y1": 306, "x2": 320, "y2": 343, "x3": 280, "y3": 344}, "charText": "下", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 279, "y0": 345, "x1": 328, "y1": 345, "x2": 328, "y2": 386, "x3": 279, "y3": 387}, "charText": "去", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 277, "y0": 388, "x1": 325, "y1": 388, "x2": 325, "y2": 433, "x3": 278, "y3": 434}, "charText": "封", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 280, "y0": 433, "x1": 321, "y1": 432, "x2": 322, "y2": 480, "x3": 281, "y3": 480}, "charText": "肅", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 278, "y0": 480, "x1": 325, "y1": 479, "x2": 326, "y2": 522, "x3": 279, "y3": 523}, "charText": "每", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 283, "y0": 526, "x1": 328, "y1": 525, "x2": 329, "y2": 566, "x3": 284, "y3": 567}, "charText": "見", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 286, "y0": 572, "x1": 327, "y1": 571, "x2": 328, "y2": 609, "x3": 287, "y3": 610}, "charText": "面", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 286, "y0": 610, "x1": 333, "y1": 609, "x2": 334, "y2": 655, "x3": 287, "y3": 656}, "charText": "時", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 281, "y0": 656, "x1": 332, "y1": 656, "x2": 332, "y2": 697, "x3": 281, "y3": 697}, "charText": "説", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 285, "y0": 697, "x1": 331, "y1": 697, "x2": 331, "y2": 740, "x3": 285, "y3": 740}, "charText": "些", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 286, "y0": 745, "x1": 332, "y1": 745, "x2": 333, "y2": 785, "x3": 286, "y3": 785}, "charText": "現", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 288, "y0": 786, "x1": 332, "y1": 785, "x2": 333, "y2": 829, "x3": 288, "y3": 829}, "charText": "成", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 284, "y0": 831, "x1": 335, "y1": 831, "x2": 335, "y2": 871, "x3": 284, "y3": 871}, "charText": "話", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 286, "y0": 878, "x1": 330, "y1": 878, "x2": 330, "y2": 916, "x3": 286, "y3": 916}, "charText": "且", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 215, "y0": 39, "x1": 261, "y1": 40, "x2": 261, "y2": 72, "x3": 215, "y3": 71}, "charText": "人", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 214, "y0": 74, "x1": 257, "y1": 74, "x2": 257, "y2": 123, "x3": 214, "y3": 123}, "charText": "前", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 215, "y0": 127, "x1": 262, "y1": 127, "x2": 262, "y2": 160, "x3": 215, "y3": 161}, "charText": "人", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 215, "y0": 166, "x1": 265, "y1": 166, "x2": 265, "y2": 212, "x3": 215, "y3": 212}, "charText": "後", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 219, "y0": 217, "x1": 262, "y1": 217, "x2": 262, "y2": 252, "x3": 220, "y3": 252}, "charText": "又", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 219, "y0": 255, "x1": 262, "y1": 255, "x2": 262, "y2": 298, "x3": 219, "y3": 298}, "charText": "怨", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 217, "y0": 302, "x1": 264, "y1": 301, "x2": 265, "y2": 340, "x3": 217, "y3": 341}, "charText": "他", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 216, "y0": 346, "x1": 263, "y1": 346, "x2": 263, "y2": 388, "x3": 217, "y3": 388}, "charText": "們", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 220, "y0": 391, "x1": 261, "y1": 390, "x2": 261, "y2": 429, "x3": 220, "y3": 430}, "charText": "不", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 218, "y0": 431, "x1": 263, "y1": 430, "x2": 264, "y2": 476, "x3": 219, "y3": 477}, "charText": "善", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 219, "y0": 481, "x1": 265, "y1": 480, "x2": 266, "y2": 522, "x3": 221, "y3": 523}, "charText": "過", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 222, "y0": 525, "x1": 270, "y1": 525, "x2": 271, "y2": 566, "x3": 223, "y3": 567}, "charText": "活", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 222, "y0": 579, "x1": 267, "y1": 579, "x2": 268, "y2": 594, "x3": 223, "y3": 594}, "charText": "一", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 223, "y0": 606, "x1": 270, "y1": 606, "x2": 271, "y2": 653, "x3": 224, "y3": 654}, "charText": "味", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 221, "y0": 657, "x1": 268, "y1": 657, "x2": 269, "y2": 698, "x3": 222, "y3": 698}, "charText": "好", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 226, "y0": 699, "x1": 270, "y1": 699, "x2": 271, "y2": 741, "x3": 226, "y3": 742}, "charText": "吃", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 225, "y0": 744, "x1": 270, "y1": 743, "x2": 270, "y2": 787, "x3": 225, "y3": 787}, "charText": "懶", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 225, "y0": 788, "x1": 272, "y1": 787, "x2": 273, "y2": 825, "x3": 225, "y3": 826}, "charText": "做", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 225, "y0": 826, "x1": 269, "y1": 826, "x2": 269, "y2": 875, "x3": 226, "y3": 876}, "charText": "等", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 224, "y0": 880, "x1": 276, "y1": 879, "x2": 276, "y2": 919, "x3": 224, "y3": 919}, "charText": "語", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 155, "y0": 37, "x1": 198, "y1": 37, "x2": 198, "y2": 73, "x3": 155, "y3": 73}, "charText": "士", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 157, "y0": 76, "x1": 202, "y1": 76, "x2": 202, "y2": 118, "x3": 158, "y3": 118}, "charText": "隐", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 152, "y0": 122, "x1": 200, "y1": 122, "x2": 200, "y2": 160, "x3": 151, "y3": 159}, "charText": "知", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 154, "y0": 165, "x1": 202, "y1": 165, "x2": 202, "y2": 209, "x3": 154, "y3": 209}, "charText": "投", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 156, "y0": 214, "x1": 203, "y1": 214, "x2": 203, "y2": 248, "x3": 156, "y3": 248}, "charText": "人", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 157, "y0": 256, "x1": 199, "y1": 256, "x2": 199, "y2": 295, "x3": 158, "y3": 295}, "charText": "不", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 156, "y0": 297, "x1": 207, "y1": 297, "x2": 207, "y2": 345, "x3": 156, "y3": 345}, "charText": "着", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 159, "y0": 352, "x1": 201, "y1": 352, "x2": 202, "y2": 380, "x3": 160, "y3": 380}, "charText": "心", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 161, "y0": 382, "x1": 198, "y1": 382, "x2": 198, "y2": 430, "x3": 162, "y3": 430}, "charText": "中", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 160, "y0": 431, "x1": 205, "y1": 431, "x2": 206, "y2": 475, "x3": 161, "y3": 476}, "charText": "未", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 161, "y0": 477, "x1": 207, "y1": 476, "x2": 208, "y2": 519, "x3": 161, "y3": 520}, "charText": "免", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 160, "y0": 521, "x1": 206, "y1": 520, "x2": 207, "y2": 567, "x3": 161, "y3": 568}, "charText": "悔", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 161, "y0": 569, "x1": 211, "y1": 569, "x2": 211, "y2": 610, "x3": 161, "y3": 610}, "charText": "恨", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 158, "y0": 612, "x1": 208, "y1": 612, "x2": 208, "y2": 653, "x3": 159, "y3": 654}, "charText": "再", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 163, "y0": 655, "x1": 206, "y1": 654, "x2": 207, "y2": 697, "x3": 164, "y3": 697}, "charText": "兼", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 162, "y0": 702, "x1": 208, "y1": 702, "x2": 208, "y2": 737, "x3": 162, "y3": 738}, "charText": "上", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 160, "y0": 743, "x1": 207, "y1": 743, "x2": 207, "y2": 786, "x3": 160, "y3": 786}, "charText": "年", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 165, "y0": 786, "x1": 209, "y1": 786, "x2": 210, "y2": 832, "x3": 166, "y3": 832}, "charText": "驚", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 163, "y0": 833, "x1": 214, "y1": 832, "x2": 215, "y2": 878, "x3": 163, "y3": 878}, "charText": "唬", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 167, "y0": 880, "x1": 212, "y1": 880, "x2": 212, "y2": 923, "x3": 167, "y3": 923}, "charText": "急", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 94, "y0": 40, "x1": 138, "y1": 40, "x2": 138, "y2": 82, "x3": 94, "y3": 82}, "charText": "忿", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 94, "y0": 82, "x1": 138, "y1": 82, "x2": 138, "y2": 124, "x3": 94, "y3": 124}, "charText": "怨", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 93, "y0": 124, "x1": 143, "y1": 124, "x2": 143, "y2": 171, "x3": 93, "y3": 170}, "charText": "痛", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 98, "y0": 173, "x1": 141, "y1": 173, "x2": 141, "y2": 209, "x3": 98, "y3": 209}, "charText": "已", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 93, "y0": 211, "x1": 134, "y1": 210, "x2": 134, "y2": 256, "x3": 93, "y3": 257}, "charText": "有", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 92, "y0": 257, "x1": 139, "y1": 257, "x2": 139, "y2": 302, "x3": 92, "y3": 302}, "charText": "積", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 93, "y0": 302, "x1": 145, "y1": 302, "x2": 145, "y2": 347, "x3": 93, "y3": 347}, "charText": "傷", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 95, "y0": 346, "x1": 143, "y1": 347, "x2": 143, "y2": 391, "x3": 95, "y3": 391}, "charText": "暮", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 92, "y0": 393, "x1": 140, "y1": 393, "x2": 140, "y2": 440, "x3": 93, "y3": 440}, "charText": "年", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 95, "y0": 441, "x1": 144, "y1": 441, "x2": 144, "y2": 474, "x3": 96, "y3": 474}, "charText": "之", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 93, "y0": 480, "x1": 146, "y1": 480, "x2": 147, "y2": 520, "x3": 94, "y3": 520}, "charText": "人", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 99, "y0": 523, "x1": 142, "y1": 523, "x2": 143, "y2": 569, "x3": 99, "y3": 570}, "charText": "貧", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 98, "y0": 570, "x1": 142, "y1": 570, "x2": 143, "y2": 612, "x3": 98, "y3": 612}, "charText": "病", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 100, "y0": 614, "x1": 147, "y1": 613, "x2": 147, "y2": 653, "x3": 101, "y3": 654}, "charText": "交", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 99, "y0": 655, "x1": 150, "y1": 654, "x2": 151, "y2": 698, "x3": 99, "y3": 698}, "charText": "攻", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 99, "y0": 701, "x1": 148, "y1": 700, "x2": 149, "y2": 746, "x3": 100, "y3": 747}, "charText": "漸", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 101, "y0": 748, "x1": 150, "y1": 747, "x2": 151, "y2": 792, "x3": 102, "y3": 793}, "charText": "漸", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 105, "y0": 793, "x1": 149, "y1": 793, "x2": 150, "y2": 832, "x3": 105, "y3": 833}, "charText": "的", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 104, "y0": 833, "x1": 152, "y1": 833, "x2": 152, "y2": 879, "x3": 104, "y3": 879}, "charText": "露", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 108, "y0": 880, "x1": 146, "y1": 880, "x2": 146, "y2": 923, "x3": 108, "y3": 923}, "charText": "出", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 25, "y0": 38, "x1": 74, "y1": 39, "x2": 74, "y2": 82, "x3": 25, "y3": 81}, "charText": "那", "textlineId": 9, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 27, "y0": 83, "x1": 70, "y1": 83, "x2": 70, "y2": 121, "x3": 27, "y3": 121}, "charText": "下", "textlineId": 9, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 27, "y0": 122, "x1": 71, "y1": 122, "x2": 71, "y2": 164, "x3": 27, "y3": 164}, "charText": "世", "textlineId": 9, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 30, "y0": 166, "x1": 78, "y1": 166, "x2": 78, "y2": 209, "x3": 30, "y3": 209}, "charText": "光", "textlineId": 9, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 25, "y0": 210, "x1": 71, "y1": 210, "x2": 72, "y2": 255, "x3": 25, "y3": 256}, "charText": "景", "textlineId": 9, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 28, "y0": 257, "x1": 81, "y1": 256, "x2": 81, "y2": 305, "x3": 28, "y3": 305}, "charText": "来", "textlineId": 9, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 27, "y0": 306, "x1": 73, "y1": 306, "x2": 73, "y2": 348, "x3": 28, "y3": 348}, "charText": "可", "textlineId": 9, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 28, "y0": 349, "x1": 72, "y1": 349, "x2": 72, "y2": 388, "x3": 27, "y3": 388}, "charText": "巧", "textlineId": 9, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 28, "y0": 390, "x1": 78, "y1": 390, "x2": 78, "y2": 431, "x3": 28, "y3": 432}, "charText": "這", "textlineId": 9, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 38, "y0": 437, "x1": 68, "y1": 437, "x2": 69, "y2": 472, "x3": 39, "y3": 472}, "charText": "日", "textlineId": 9, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 29, "y0": 476, "x1": 78, "y1": 476, "x2": 79, "y2": 517, "x3": 29, "y3": 518}, "charText": "拄", "textlineId": 9, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 39, "y0": 522, "x1": 69, "y1": 522, "x2": 70, "y2": 565, "x3": 40, "y3": 566}, "charText": "了", "textlineId": 9, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 31, "y0": 568, "x1": 85, "y1": 567, "x2": 85, "y2": 611, "x3": 31, "y3": 611}, "charText": "掦", "textlineId": 9, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 31, "y0": 613, "x1": 79, "y1": 613, "x2": 79, "y2": 661, "x3": 31, "y3": 661}, "charText": "挣", "textlineId": 9, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 32, "y0": 661, "x1": 80, "y1": 661, "x2": 81, "y2": 701, "x3": 33, "y3": 702}, "charText": "挫", "textlineId": 9, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 34, "y0": 703, "x1": 79, "y1": 703, "x2": 80, "y2": 747, "x3": 35, "y3": 748}, "charText": "到", "textlineId": 9, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 33, "y0": 747, "x1": 83, "y1": 747, "x2": 84, "y2": 794, "x3": 33, "y3": 795}, "charText": "街", "textlineId": 9, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 35, "y0": 795, "x1": 90, "y1": 795, "x2": 90, "y2": 829, "x3": 36, "y3": 829}, "charText": "上", "textlineId": 9, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 32, "y0": 833, "x1": 89, "y1": 833, "x2": 89, "y2": 878, "x3": 32, "y3": 879}, "charText": "散", "textlineId": 9, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 34, "y0": 878, "x1": 90, "y1": 878, "x2": 90, "y2": 925, "x3": 34, "y3": 926}, "charText": "散", "textlineId": 9, "picUri": "", "isPicText": false}]}, "7501933907890765865": {"wordBoxList": [{"charPoly": {"x0": 530, "y0": 48, "x1": 573, "y1": 48, "x2": 573, "y2": 78, "x3": 530, "y3": 77}, "charText": "心", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 532, "y0": 80, "x1": 577, "y1": 80, "x2": 577, "y2": 127, "x3": 532, "y3": 127}, "charText": "時", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 533, "y0": 127, "x1": 574, "y1": 127, "x2": 574, "y2": 171, "x3": 533, "y3": 171}, "charText": "忽", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 532, "y0": 172, "x1": 577, "y1": 173, "x2": 577, "y2": 215, "x3": 531, "y3": 215}, "charText": "見", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 528, "y0": 218, "x1": 575, "y1": 219, "x2": 574, "y2": 259, "x3": 528, "y3": 259}, "charText": "那", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 528, "y0": 258, "x1": 576, "y1": 259, "x2": 576, "y2": 302, "x3": 527, "y3": 301}, "charText": "邉", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 534, "y0": 302, "x1": 577, "y1": 303, "x2": 577, "y2": 347, "x3": 534, "y3": 346}, "charText": "来", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 537, "y0": 347, "x1": 567, "y1": 347, "x2": 568, "y2": 387, "x3": 537, "y3": 387}, "charText": "了", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 529, "y0": 399, "x1": 575, "y1": 399, "x2": 575, "y2": 414, "x3": 530, "y3": 414}, "charText": "一", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 528, "y0": 431, "x1": 574, "y1": 432, "x2": 574, "y2": 470, "x3": 528, "y3": 470}, "charText": "個", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 528, "y0": 473, "x1": 577, "y1": 473, "x2": 576, "y2": 516, "x3": 528, "y3": 516}, "charText": "跛", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 529, "y0": 522, "x1": 577, "y1": 522, "x2": 577, "y2": 561, "x3": 529, "y3": 561}, "charText": "足", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 529, "y0": 563, "x1": 575, "y1": 563, "x2": 575, "y2": 603, "x3": 529, "y3": 603}, "charText": "道", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 533, "y0": 608, "x1": 578, "y1": 609, "x2": 578, "y2": 644, "x3": 532, "y3": 644}, "charText": "人", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 529, "y0": 647, "x1": 577, "y1": 648, "x2": 576, "y2": 693, "x3": 528, "y3": 693}, "charText": "癬", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 529, "y0": 696, "x1": 575, "y1": 697, "x2": 574, "y2": 736, "x3": 529, "y3": 735}, "charText": "狂", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 530, "y0": 735, "x1": 576, "y1": 735, "x2": 575, "y2": 780, "x3": 530, "y3": 780}, "charText": "落", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 529, "y0": 781, "x1": 576, "y1": 781, "x2": 576, "y2": 821, "x3": 529, "y3": 821}, "charText": "脱", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 527, "y0": 820, "x1": 575, "y1": 821, "x2": 575, "y2": 867, "x3": 527, "y3": 867}, "charText": "蔴", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 524, "y0": 868, "x1": 575, "y1": 869, "x2": 574, "y2": 913, "x3": 524, "y3": 912}, "charText": "履", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 468, "y0": 42, "x1": 514, "y1": 42, "x2": 514, "y2": 87, "x3": 468, "y3": 87}, "charText": "鶉", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 469, "y0": 87, "x1": 517, "y1": 87, "x2": 517, "y2": 128, "x3": 469, "y3": 127}, "charText": "衣", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 474, "y0": 134, "x1": 507, "y1": 134, "x2": 507, "y2": 160, "x3": 474, "y3": 159}, "charText": "口", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 472, "y0": 169, "x1": 512, "y1": 170, "x2": 511, "y2": 213, "x3": 472, "y3": 212}, "charText": "内", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 470, "y0": 215, "x1": 517, "y1": 215, "x2": 517, "y2": 256, "x3": 470, "y3": 256}, "charText": "念", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 468, "y0": 257, "x1": 512, "y1": 258, "x2": 512, "y2": 302, "x3": 468, "y3": 302}, "charText": "着", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 468, "y0": 301, "x1": 515, "y1": 301, "x2": 515, "y2": 347, "x3": 468, "y3": 346}, "charText": "幾", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 474, "y0": 345, "x1": 509, "y1": 346, "x2": 509, "y2": 388, "x3": 474, "y3": 388}, "charText": "句", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 468, "y0": 389, "x1": 511, "y1": 389, "x2": 511, "y2": 430, "x3": 468, "y3": 429}, "charText": "言", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 467, "y0": 434, "x1": 511, "y1": 434, "x2": 512, "y2": 475, "x3": 467, "y3": 475}, "charText": "詞", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 469, "y0": 475, "x1": 519, "y1": 475, "x2": 519, "y2": 515, "x3": 468, "y3": 515}, "charText": "道", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 409, "y0": 127, "x1": 454, "y1": 127, "x2": 454, "y2": 165, "x3": 409, "y3": 165}, "charText": "世", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 408, "y0": 172, "x1": 456, "y1": 173, "x2": 456, "y2": 208, "x3": 407, "y3": 208}, "charText": "人", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 406, "y0": 213, "x1": 453, "y1": 213, "x2": 453, "y2": 258, "x3": 406, "y3": 258}, "charText": "都", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 410, "y0": 259, "x1": 456, "y1": 259, "x2": 456, "y2": 301, "x3": 410, "y3": 300}, "charText": "曉", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 407, "y0": 301, "x1": 453, "y1": 301, "x2": 453, "y2": 348, "x3": 407, "y3": 348}, "charText": "神", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 405, "y0": 348, "x1": 453, "y1": 348, "x2": 453, "y2": 383, "x3": 405, "y3": 383}, "charText": "仙", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 404, "y0": 389, "x1": 457, "y1": 389, "x2": 457, "y2": 435, "x3": 404, "y3": 435}, "charText": "好", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 410, "y0": 520, "x1": 452, "y1": 520, "x2": 452, "y2": 562, "x3": 410, "y3": 562}, "charText": "惟", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 408, "y0": 563, "x1": 449, "y1": 563, "x2": 449, "y2": 609, "x3": 408, "y3": 609}, "charText": "有", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 409, "y0": 612, "x1": 451, "y1": 612, "x2": 451, "y2": 648, "x3": 409, "y3": 647}, "charText": "功", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 408, "y0": 653, "x1": 448, "y1": 653, "x2": 448, "y2": 693, "x3": 408, "y3": 693}, "charText": "名", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 410, "y0": 696, "x1": 452, "y1": 696, "x2": 452, "y2": 738, "x3": 411, "y3": 738}, "charText": "忘", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 409, "y0": 741, "x1": 451, "y1": 741, "x2": 451, "y2": 780, "x3": 410, "y3": 780}, "charText": "不", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 414, "y0": 782, "x1": 454, "y1": 782, "x2": 454, "y2": 828, "x3": 415, "y3": 828}, "charText": "了", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 347, "y0": 123, "x1": 392, "y1": 123, "x2": 392, "y2": 166, "x3": 347, "y3": 165}, "charText": "古", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 350, "y0": 170, "x1": 397, "y1": 170, "x2": 397, "y2": 209, "x3": 350, "y3": 209}, "charText": "今", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 349, "y0": 213, "x1": 395, "y1": 213, "x2": 395, "y2": 258, "x3": 348, "y3": 258}, "charText": "将", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 348, "y0": 258, "x1": 392, "y1": 259, "x2": 392, "y2": 298, "x3": 348, "y3": 297}, "charText": "相", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 352, "y0": 298, "x1": 394, "y1": 298, "x2": 394, "y2": 341, "x3": 352, "y3": 340}, "charText": "在", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 347, "y0": 345, "x1": 395, "y1": 345, "x2": 395, "y2": 387, "x3": 347, "y3": 386}, "charText": "何", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 350, "y0": 389, "x1": 396, "y1": 389, "x2": 396, "y2": 436, "x3": 350, "y3": 436}, "charText": "方", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 351, "y0": 515, "x1": 396, "y1": 515, "x2": 396, "y2": 563, "x3": 351, "y3": 563}, "charText": "荒", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 348, "y0": 565, "x1": 396, "y1": 565, "x2": 396, "y2": 610, "x3": 347, "y3": 609}, "charText": "塜", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 346, "y0": 621, "x1": 393, "y1": 622, "x2": 394, "y2": 637, "x3": 347, "y3": 636}, "charText": "一", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 348, "y0": 650, "x1": 394, "y1": 650, "x2": 394, "y2": 690, "x3": 348, "y3": 690}, "charText": "堆", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 345, "y0": 690, "x1": 389, "y1": 690, "x2": 389, "y2": 739, "x3": 345, "y3": 739}, "charText": "草", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 348, "y0": 740, "x1": 394, "y1": 740, "x2": 394, "y2": 779, "x3": 348, "y3": 779}, "charText": "没", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 354, "y0": 781, "x1": 393, "y1": 780, "x2": 393, "y2": 833, "x3": 354, "y3": 833}, "charText": "了", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 285, "y0": 126, "x1": 333, "y1": 126, "x2": 332, "y2": 165, "x3": 285, "y3": 165}, "charText": "世", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 287, "y0": 171, "x1": 336, "y1": 172, "x2": 335, "y2": 207, "x3": 287, "y3": 206}, "charText": "人", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 285, "y0": 211, "x1": 333, "y1": 211, "x2": 333, "y2": 258, "x3": 285, "y3": 258}, "charText": "都", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 289, "y0": 259, "x1": 336, "y1": 259, "x2": 336, "y2": 301, "x3": 289, "y3": 301}, "charText": "曉", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 285, "y0": 301, "x1": 331, "y1": 301, "x2": 330, "y2": 346, "x3": 285, "y3": 346}, "charText": "神", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 284, "y0": 347, "x1": 331, "y1": 347, "x2": 330, "y2": 382, "x3": 284, "y3": 382}, "charText": "仙", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 283, "y0": 387, "x1": 336, "y1": 387, "x2": 335, "y2": 434, "x3": 283, "y3": 434}, "charText": "好", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 290, "y0": 521, "x1": 327, "y1": 521, "x2": 327, "y2": 558, "x3": 290, "y3": 558}, "charText": "只", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 287, "y0": 562, "x1": 327, "y1": 562, "x2": 327, "y2": 610, "x3": 287, "y3": 610}, "charText": "有", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 286, "y0": 610, "x1": 333, "y1": 611, "x2": 333, "y2": 652, "x3": 286, "y3": 651}, "charText": "金", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 284, "y0": 654, "x1": 333, "y1": 654, "x2": 333, "y2": 696, "x3": 284, "y3": 696}, "charText": "銀", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 289, "y0": 697, "x1": 330, "y1": 697, "x2": 330, "y2": 739, "x3": 289, "y3": 739}, "charText": "忘", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 287, "y0": 741, "x1": 327, "y1": 741, "x2": 327, "y2": 780, "x3": 287, "y3": 780}, "charText": "不", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 293, "y0": 782, "x1": 329, "y1": 782, "x2": 330, "y2": 832, "x3": 294, "y3": 832}, "charText": "了", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 229, "y0": 125, "x1": 277, "y1": 126, "x2": 277, "y2": 166, "x3": 229, "y3": 166}, "charText": "終", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 226, "y0": 168, "x1": 271, "y1": 168, "x2": 271, "y2": 215, "x3": 226, "y3": 215}, "charText": "朝", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 231, "y0": 219, "x1": 271, "y1": 219, "x2": 271, "y2": 253, "x3": 231, "y3": 252}, "charText": "只", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 230, "y0": 257, "x1": 274, "y1": 257, "x2": 274, "y2": 299, "x3": 230, "y3": 298}, "charText": "恨", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 231, "y0": 301, "x1": 272, "y1": 301, "x2": 272, "y2": 346, "x3": 231, "y3": 346}, "charText": "聚", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 225, "y0": 347, "x1": 274, "y1": 347, "x2": 274, "y2": 387, "x3": 225, "y3": 387}, "charText": "無", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 232, "y0": 390, "x1": 275, "y1": 390, "x2": 275, "y2": 437, "x3": 232, "y3": 437}, "charText": "郷", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 229, "y0": 519, "x1": 274, "y1": 519, "x2": 274, "y2": 560, "x3": 229, "y3": 560}, "charText": "及", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 227, "y0": 564, "x1": 270, "y1": 565, "x2": 270, "y2": 609, "x3": 227, "y3": 609}, "charText": "到", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 231, "y0": 608, "x1": 265, "y1": 608, "x2": 265, "y2": 650, "x3": 231, "y3": 650}, "charText": "多", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 229, "y0": 648, "x1": 270, "y1": 649, "x2": 270, "y2": 697, "x3": 229, "y3": 697}, "charText": "時", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 228, "y0": 699, "x1": 271, "y1": 699, "x2": 271, "y2": 740, "x3": 228, "y3": 739}, "charText": "眼", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 230, "y0": 741, "x1": 269, "y1": 741, "x2": 269, "y2": 784, "x3": 230, "y3": 784}, "charText": "閉", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 235, "y0": 785, "x1": 271, "y1": 785, "x2": 271, "y2": 834, "x3": 235, "y3": 834}, "charText": "也", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 167, "y0": 124, "x1": 211, "y1": 124, "x2": 211, "y2": 163, "x3": 167, "y3": 163}, "charText": "世", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 168, "y0": 171, "x1": 216, "y1": 171, "x2": 216, "y2": 204, "x3": 168, "y3": 204}, "charText": "人", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 165, "y0": 212, "x1": 214, "y1": 212, "x2": 213, "y2": 259, "x3": 165, "y3": 259}, "charText": "都", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 166, "y0": 260, "x1": 216, "y1": 260, "x2": 216, "y2": 299, "x3": 166, "y3": 299}, "charText": "説", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 167, "y0": 299, "x1": 212, "y1": 299, "x2": 212, "y2": 345, "x3": 167, "y3": 345}, "charText": "神", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 166, "y0": 346, "x1": 213, "y1": 346, "x2": 213, "y2": 383, "x3": 166, "y3": 383}, "charText": "仙", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 164, "y0": 389, "x1": 217, "y1": 390, "x2": 217, "y2": 438, "x3": 164, "y3": 438}, "charText": "好", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 169, "y0": 521, "x1": 209, "y1": 522, "x2": 209, "y2": 559, "x3": 169, "y3": 559}, "charText": "只", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 168, "y0": 562, "x1": 206, "y1": 562, "x2": 206, "y2": 608, "x3": 168, "y3": 608}, "charText": "有", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 164, "y0": 610, "x1": 214, "y1": 610, "x2": 214, "y2": 650, "x3": 164, "y3": 650}, "charText": "姣", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 164, "y0": 650, "x1": 212, "y1": 650, "x2": 212, "y2": 697, "x3": 164, "y3": 697}, "charText": "妻", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 169, "y0": 699, "x1": 210, "y1": 699, "x2": 210, "y2": 740, "x3": 169, "y3": 740}, "charText": "忘", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 167, "y0": 743, "x1": 208, "y1": 743, "x2": 209, "y2": 780, "x3": 168, "y3": 780}, "charText": "不", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 173, "y0": 783, "x1": 210, "y1": 783, "x2": 210, "y2": 835, "x3": 173, "y3": 835}, "charText": "了", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 111, "y0": 124, "x1": 151, "y1": 125, "x2": 151, "y2": 166, "x3": 111, "y3": 166}, "charText": "君", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 110, "y0": 168, "x1": 153, "y1": 168, "x2": 153, "y2": 208, "x3": 109, "y3": 207}, "charText": "生", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 117, "y0": 216, "x1": 145, "y1": 217, "x2": 145, "y2": 249, "x3": 117, "y3": 249}, "charText": "日", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 116, "y0": 261, "x1": 145, "y1": 261, "x2": 145, "y2": 293, "x3": 116, "y3": 292}, "charText": "日", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 105, "y0": 298, "x1": 156, "y1": 299, "x2": 156, "y2": 340, "x3": 105, "y3": 340}, "charText": "説", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 111, "y0": 342, "x1": 152, "y1": 343, "x2": 151, "y2": 384, "x3": 111, "y3": 384}, "charText": "恩", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 109, "y0": 385, "x1": 154, "y1": 385, "x2": 153, "y2": 436, "x3": 108, "y3": 436}, "charText": "情", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 107, "y0": 519, "x1": 147, "y1": 520, "x2": 147, "y2": 561, "x3": 107, "y3": 561}, "charText": "君", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 110, "y0": 566, "x1": 153, "y1": 566, "x2": 153, "y2": 604, "x3": 110, "y3": 604}, "charText": "死", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 110, "y0": 609, "x1": 153, "y1": 610, "x2": 153, "y2": 644, "x3": 110, "y3": 644}, "charText": "又", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 108, "y0": 645, "x1": 152, "y1": 646, "x2": 152, "y2": 695, "x3": 108, "y3": 695}, "charText": "隨", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 106, "y0": 699, "x1": 153, "y1": 700, "x2": 153, "y2": 734, "x3": 105, "y3": 733}, "charText": "人", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 104, "y0": 735, "x1": 148, "y1": 735, "x2": 148, "y2": 780, "x3": 104, "y3": 779}, "charText": "去", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 111, "y0": 783, "x1": 150, "y1": 783, "x2": 150, "y2": 833, "x3": 112, "y3": 833}, "charText": "了", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 45, "y0": 123, "x1": 93, "y1": 123, "x2": 93, "y2": 163, "x3": 45, "y3": 163}, "charText": "世", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 45, "y0": 171, "x1": 96, "y1": 171, "x2": 95, "y2": 205, "x3": 45, "y3": 204}, "charText": "人", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 42, "y0": 211, "x1": 93, "y1": 212, "x2": 93, "y2": 259, "x3": 42, "y3": 259}, "charText": "都", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 43, "y0": 260, "x1": 95, "y1": 260, "x2": 95, "y2": 300, "x3": 43, "y3": 299}, "charText": "説", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 44, "y0": 300, "x1": 91, "y1": 301, "x2": 91, "y2": 347, "x3": 43, "y3": 347}, "charText": "神", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 42, "y0": 347, "x1": 91, "y1": 348, "x2": 91, "y2": 384, "x3": 42, "y3": 384}, "charText": "仙", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 41, "y0": 388, "x1": 95, "y1": 389, "x2": 94, "y2": 435, "x3": 41, "y3": 435}, "charText": "好", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 42, "y0": 517, "x1": 90, "y1": 517, "x2": 90, "y2": 563, "x3": 42, "y3": 564}, "charText": "惟", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 43, "y0": 565, "x1": 86, "y1": 565, "x2": 86, "y2": 611, "x3": 43, "y3": 611}, "charText": "有", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 48, "y0": 611, "x1": 93, "y1": 610, "x2": 93, "y2": 650, "x3": 48, "y3": 650}, "charText": "免", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 45, "y0": 650, "x1": 90, "y1": 650, "x2": 90, "y2": 694, "x3": 44, "y3": 694}, "charText": "孫", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 49, "y0": 695, "x1": 89, "y1": 695, "x2": 88, "y2": 738, "x3": 49, "y3": 738}, "charText": "忘", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 47, "y0": 740, "x1": 87, "y1": 740, "x2": 87, "y2": 779, "x3": 48, "y3": 779}, "charText": "不", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 52, "y0": 781, "x1": 88, "y1": 780, "x2": 88, "y2": 833, "x3": 52, "y3": 833}, "charText": "了", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 10, "y0": 49, "x1": 22, "y1": 48, "x2": 22, "y2": 66, "x3": 10, "y3": 66}, "charText": "一", "textlineId": 9, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 3, "y0": 88, "x1": 38, "y1": 88, "x2": 38, "y2": 123, "x3": 3, "y3": 123}, "charText": "頁", "textlineId": 9, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 8, "y0": 134, "x1": 35, "y1": 134, "x2": 35, "y2": 167, "x3": 9, "y3": 167}, "charText": "已", "textlineId": 9, "picUri": "", "isPicText": false}]}, "7501933907890782249": {"wordBoxList": [{"charPoly": {"x0": 540, "y0": 127, "x1": 586, "y1": 127, "x2": 586, "y2": 175, "x3": 539, "y3": 175}, "charText": "癡", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 542, "y0": 182, "x1": 581, "y1": 183, "x2": 581, "y2": 211, "x3": 542, "y3": 210}, "charText": "心", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 541, "y0": 219, "x1": 583, "y1": 220, "x2": 583, "y2": 257, "x3": 541, "y3": 256}, "charText": "父", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 536, "y0": 262, "x1": 583, "y1": 263, "x2": 583, "y2": 304, "x3": 535, "y3": 303}, "charText": "母", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 539, "y0": 306, "x1": 580, "y1": 306, "x2": 579, "y2": 344, "x3": 538, "y3": 343}, "charText": "古", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 540, "y0": 345, "x1": 584, "y1": 345, "x2": 584, "y2": 390, "x3": 540, "y3": 390}, "charText": "来", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 539, "y0": 392, "x1": 583, "y1": 392, "x2": 583, "y2": 442, "x3": 538, "y3": 442}, "charText": "名", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 534, "y0": 520, "x1": 578, "y1": 520, "x2": 578, "y2": 570, "x3": 534, "y3": 570}, "charText": "孝", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 536, "y0": 571, "x1": 577, "y1": 571, "x2": 577, "y2": 612, "x3": 536, "y3": 612}, "charText": "順", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 537, "y0": 612, "x1": 582, "y1": 612, "x2": 582, "y2": 655, "x3": 537, "y3": 655}, "charText": "免", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 535, "y0": 656, "x1": 578, "y1": 656, "x2": 578, "y2": 698, "x3": 535, "y3": 698}, "charText": "孫", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 532, "y0": 701, "x1": 580, "y1": 701, "x2": 580, "y2": 745, "x3": 532, "y3": 745}, "charText": "誰", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 538, "y0": 746, "x1": 583, "y1": 746, "x2": 583, "y2": 786, "x3": 538, "y3": 785}, "charText": "見", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 544, "y0": 788, "x1": 582, "y1": 788, "x2": 582, "y2": 832, "x3": 544, "y3": 832}, "charText": "了", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 478, "y0": 43, "x1": 523, "y1": 43, "x2": 523, "y2": 80, "x3": 479, "y3": 80}, "charText": "士", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 481, "y0": 82, "x1": 524, "y1": 82, "x2": 524, "y2": 126, "x3": 481, "y3": 126}, "charText": "隐", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 477, "y0": 126, "x1": 525, "y1": 126, "x2": 524, "y2": 171, "x3": 476, "y3": 171}, "charText": "聽", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 485, "y0": 174, "x1": 527, "y1": 174, "x2": 527, "y2": 215, "x3": 485, "y3": 214}, "charText": "了", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 476, "y0": 218, "x1": 526, "y1": 219, "x2": 525, "y2": 259, "x3": 476, "y3": 258}, "charText": "便", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 476, "y0": 259, "x1": 524, "y1": 260, "x2": 524, "y2": 303, "x3": 475, "y3": 303}, "charText": "迎", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 475, "y0": 306, "x1": 521, "y1": 307, "x2": 521, "y2": 340, "x3": 475, "y3": 340}, "charText": "上", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 477, "y0": 341, "x1": 523, "y1": 342, "x2": 523, "y2": 390, "x3": 477, "y3": 389}, "charText": "来", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 475, "y0": 389, "x1": 525, "y1": 389, "x2": 525, "y2": 433, "x3": 475, "y3": 433}, "charText": "道", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 472, "y0": 435, "x1": 519, "y1": 435, "x2": 519, "y2": 476, "x3": 471, "y3": 475}, "charText": "你", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 471, "y0": 478, "x1": 523, "y1": 479, "x2": 523, "y2": 520, "x3": 471, "y3": 519}, "charText": "説", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 476, "y0": 522, "x1": 522, "y1": 522, "x2": 522, "y2": 566, "x3": 476, "y3": 567}, "charText": "些", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 473, "y0": 568, "x1": 519, "y1": 568, "x2": 519, "y2": 610, "x3": 473, "y3": 610}, "charText": "什", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 474, "y0": 610, "x1": 524, "y1": 610, "x2": 523, "y2": 655, "x3": 473, "y3": 655}, "charText": "麽", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 477, "y0": 659, "x1": 517, "y1": 660, "x2": 517, "y2": 696, "x3": 477, "y3": 695}, "charText": "只", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 473, "y0": 697, "x1": 521, "y1": 698, "x2": 521, "y2": 744, "x3": 473, "y3": 744}, "charText": "聽", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 474, "y0": 745, "x1": 521, "y1": 746, "x2": 521, "y2": 786, "x3": 474, "y3": 785}, "charText": "見", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 475, "y0": 787, "x1": 520, "y1": 787, "x2": 520, "y2": 828, "x3": 475, "y3": 828}, "charText": "些", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 469, "y0": 832, "x1": 519, "y1": 832, "x2": 519, "y2": 872, "x3": 469, "y3": 871}, "charText": "好", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 477, "y0": 875, "x1": 511, "y1": 875, "x2": 510, "y2": 914, "x3": 477, "y3": 914}, "charText": "了", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 414, "y0": 44, "x1": 464, "y1": 44, "x2": 464, "y2": 86, "x3": 414, "y3": 87}, "charText": "好", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 426, "y0": 88, "x1": 466, "y1": 88, "x2": 466, "y2": 127, "x3": 426, "y3": 127}, "charText": "了", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 417, "y0": 129, "x1": 462, "y1": 130, "x2": 462, "y2": 172, "x3": 417, "y3": 171}, "charText": "那", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 416, "y0": 173, "x1": 464, "y1": 173, "x2": 463, "y2": 216, "x3": 416, "y3": 215}, "charText": "道", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 416, "y0": 219, "x1": 464, "y1": 220, "x2": 464, "y2": 254, "x3": 415, "y3": 253}, "charText": "人", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 415, "y0": 255, "x1": 463, "y1": 256, "x2": 462, "y2": 301, "x3": 415, "y3": 300}, "charText": "道", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 415, "y0": 302, "x1": 459, "y1": 303, "x2": 459, "y2": 343, "x3": 415, "y3": 343}, "charText": "你", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 415, "y0": 345, "x1": 457, "y1": 345, "x2": 456, "y2": 388, "x3": 414, "y3": 387}, "charText": "若", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 415, "y0": 391, "x1": 457, "y1": 391, "x2": 456, "y2": 431, "x3": 415, "y3": 431}, "charText": "果", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 414, "y0": 432, "x1": 461, "y1": 433, "x2": 460, "y2": 477, "x3": 414, "y3": 477}, "charText": "聽", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 416, "y0": 478, "x1": 461, "y1": 479, "x2": 461, "y2": 519, "x3": 416, "y3": 519}, "charText": "見", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 411, "y0": 525, "x1": 459, "y1": 525, "x2": 459, "y2": 567, "x3": 411, "y3": 566}, "charText": "好", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 421, "y0": 569, "x1": 451, "y1": 569, "x2": 451, "y2": 612, "x3": 421, "y3": 612}, "charText": "了", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 415, "y0": 617, "x1": 457, "y1": 618, "x2": 457, "y2": 646, "x3": 415, "y3": 646}, "charText": "二", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 413, "y0": 654, "x1": 462, "y1": 654, "x2": 461, "y2": 700, "x3": 413, "y3": 700}, "charText": "字", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 411, "y0": 702, "x1": 458, "y1": 703, "x2": 458, "y2": 744, "x3": 410, "y3": 743}, "charText": "還", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 412, "y0": 744, "x1": 456, "y1": 744, "x2": 455, "y2": 793, "x3": 412, "y3": 793}, "charText": "筭", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 414, "y0": 794, "x1": 453, "y1": 794, "x2": 453, "y2": 835, "x3": 414, "y3": 835}, "charText": "明", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 416, "y0": 835, "x1": 460, "y1": 835, "x2": 460, "y2": 872, "x3": 416, "y3": 871}, "charText": "白", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 410, "y0": 874, "x1": 455, "y1": 874, "x2": 455, "y2": 914, "x3": 411, "y3": 914}, "charText": "可", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 353, "y0": 43, "x1": 403, "y1": 43, "x2": 403, "y2": 79, "x3": 353, "y3": 79}, "charText": "知", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 355, "y0": 84, "x1": 401, "y1": 84, "x2": 401, "y2": 122, "x3": 355, "y3": 122}, "charText": "世", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 356, "y0": 129, "x1": 404, "y1": 129, "x2": 404, "y2": 161, "x3": 356, "y3": 161}, "charText": "人", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 360, "y0": 165, "x1": 399, "y1": 165, "x2": 399, "y2": 216, "x3": 360, "y3": 215}, "charText": "萬", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 352, "y0": 214, "x1": 405, "y1": 215, "x2": 404, "y2": 258, "x3": 351, "y3": 257}, "charText": "般", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 351, "y0": 260, "x1": 404, "y1": 261, "x2": 404, "y2": 302, "x3": 350, "y3": 301}, "charText": "好", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 352, "y0": 304, "x1": 403, "y1": 305, "x2": 402, "y2": 345, "x3": 351, "y3": 344}, "charText": "便", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 354, "y0": 345, "x1": 402, "y1": 346, "x2": 402, "y2": 388, "x3": 353, "y3": 388}, "charText": "是", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 361, "y0": 390, "x1": 403, "y1": 390, "x2": 403, "y2": 431, "x3": 360, "y3": 430}, "charText": "了", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 359, "y0": 433, "x1": 389, "y1": 432, "x2": 389, "y2": 475, "x3": 359, "y3": 475}, "charText": "了", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 352, "y0": 479, "x1": 400, "y1": 480, "x2": 400, "y2": 521, "x3": 352, "y3": 520}, "charText": "便", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 352, "y0": 522, "x1": 399, "y1": 522, "x2": 398, "y2": 568, "x3": 351, "y3": 567}, "charText": "是", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 348, "y0": 570, "x1": 402, "y1": 570, "x2": 401, "y2": 611, "x3": 347, "y3": 611}, "charText": "好", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 350, "y0": 612, "x1": 395, "y1": 612, "x2": 394, "y2": 656, "x3": 350, "y3": 656}, "charText": "若", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 351, "y0": 659, "x1": 393, "y1": 660, "x2": 393, "y2": 698, "x3": 351, "y3": 697}, "charText": "不", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 358, "y0": 701, "x1": 400, "y1": 701, "x2": 400, "y2": 744, "x3": 358, "y3": 743}, "charText": "了", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 346, "y0": 744, "x1": 398, "y1": 745, "x2": 397, "y2": 785, "x3": 346, "y3": 784}, "charText": "便", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 352, "y0": 786, "x1": 392, "y1": 787, "x2": 391, "y2": 825, "x3": 351, "y3": 824}, "charText": "不", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 346, "y0": 829, "x1": 399, "y1": 829, "x2": 399, "y2": 871, "x3": 345, "y3": 870}, "charText": "好", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 346, "y0": 872, "x1": 393, "y1": 873, "x2": 393, "y2": 917, "x3": 346, "y3": 916}, "charText": "若", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 294, "y0": 41, "x1": 343, "y1": 42, "x2": 342, "y2": 84, "x3": 293, "y3": 83}, "charText": "要", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 293, "y0": 86, "x1": 344, "y1": 86, "x2": 344, "y2": 124, "x3": 293, "y3": 124}, "charText": "好", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 297, "y0": 126, "x1": 336, "y1": 127, "x2": 336, "y2": 169, "x3": 297, "y3": 169}, "charText": "湏", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 295, "y0": 169, "x1": 341, "y1": 170, "x2": 341, "y2": 213, "x3": 294, "y3": 213}, "charText": "是", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 301, "y0": 214, "x1": 343, "y1": 215, "x2": 342, "y2": 255, "x3": 301, "y3": 254}, "charText": "了", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 294, "y0": 254, "x1": 339, "y1": 255, "x2": 338, "y2": 300, "x3": 294, "y3": 299}, "charText": "我", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 292, "y0": 301, "x1": 338, "y1": 301, "x2": 337, "y2": 343, "x3": 292, "y3": 342}, "charText": "這", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 290, "y0": 343, "x1": 337, "y1": 343, "x2": 337, "y2": 389, "x3": 289, "y3": 388}, "charText": "歌", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 294, "y0": 390, "x1": 338, "y1": 390, "x2": 338, "y2": 432, "x3": 294, "y3": 432}, "charText": "兒", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 290, "y0": 434, "x1": 338, "y1": 434, "x2": 338, "y2": 475, "x3": 290, "y3": 475}, "charText": "便", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 292, "y0": 476, "x1": 333, "y1": 477, "x2": 333, "y2": 517, "x3": 291, "y3": 516}, "charText": "名", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 290, "y0": 521, "x1": 337, "y1": 522, "x2": 337, "y2": 564, "x3": 289, "y3": 563}, "charText": "好", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 297, "y0": 566, "x1": 328, "y1": 566, "x2": 328, "y2": 607, "x3": 297, "y3": 607}, "charText": "了", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 288, "y0": 608, "x1": 339, "y1": 608, "x2": 339, "y2": 654, "x3": 287, "y3": 654}, "charText": "歌", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 291, "y0": 657, "x1": 333, "y1": 657, "x2": 333, "y2": 695, "x3": 290, "y3": 695}, "charText": "士", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 294, "y0": 698, "x1": 337, "y1": 699, "x2": 337, "y2": 742, "x3": 294, "y3": 741}, "charText": "隐", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 292, "y0": 741, "x1": 337, "y1": 742, "x2": 337, "y2": 784, "x3": 291, "y3": 784}, "charText": "本", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 289, "y0": 785, "x1": 336, "y1": 786, "x2": 336, "y2": 827, "x3": 289, "y3": 826}, "charText": "是", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 290, "y0": 825, "x1": 330, "y1": 826, "x2": 330, "y2": 871, "x3": 290, "y3": 870}, "charText": "有", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 288, "y0": 872, "x1": 331, "y1": 872, "x2": 331, "y2": 916, "x3": 288, "y3": 916}, "charText": "宿", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 237, "y0": 36, "x1": 281, "y1": 37, "x2": 280, "y2": 85, "x3": 237, "y3": 84}, "charText": "慧", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 238, "y0": 85, "x1": 286, "y1": 86, "x2": 285, "y2": 129, "x3": 237, "y3": 128}, "charText": "的", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 235, "y0": 135, "x1": 281, "y1": 136, "x2": 281, "y2": 153, "x3": 235, "y3": 152}, "charText": "一", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 239, "y0": 166, "x1": 280, "y1": 167, "x2": 279, "y2": 213, "x3": 239, "y3": 213}, "charText": "聞", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 236, "y0": 215, "x1": 282, "y1": 216, "x2": 282, "y2": 252, "x3": 236, "y3": 252}, "charText": "此", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 234, "y0": 256, "x1": 283, "y1": 257, "x2": 283, "y2": 297, "x3": 233, "y3": 296}, "charText": "記", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 237, "y0": 304, "x1": 278, "y1": 305, "x2": 277, "y2": 335, "x3": 236, "y3": 334}, "charText": "心", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 239, "y0": 337, "x1": 273, "y1": 338, "x2": 273, "y2": 384, "x3": 238, "y3": 383}, "charText": "中", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 230, "y0": 386, "x1": 273, "y1": 387, "x2": 272, "y2": 433, "x3": 229, "y3": 432}, "charText": "早", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 236, "y0": 436, "x1": 278, "y1": 436, "x2": 278, "y2": 472, "x3": 236, "y3": 471}, "charText": "巳", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 230, "y0": 473, "x1": 280, "y1": 474, "x2": 279, "y2": 517, "x3": 230, "y3": 517}, "charText": "徹", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 233, "y0": 519, "x1": 280, "y1": 520, "x2": 280, "y2": 562, "x3": 232, "y3": 561}, "charText": "悟", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 237, "y0": 566, "x1": 272, "y1": 566, "x2": 272, "y2": 607, "x3": 237, "y3": 606}, "charText": "因", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 234, "y0": 606, "x1": 276, "y1": 606, "x2": 276, "y2": 652, "x3": 235, "y3": 652}, "charText": "笑", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 232, "y0": 653, "x1": 281, "y1": 653, "x2": 281, "y2": 699, "x3": 231, "y3": 699}, "charText": "道", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 229, "y0": 702, "x1": 276, "y1": 703, "x2": 275, "y2": 741, "x3": 229, "y3": 740}, "charText": "且", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 229, "y0": 743, "x1": 280, "y1": 743, "x2": 279, "y2": 782, "x3": 228, "y3": 781}, "charText": "佳", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 232, "y0": 781, "x1": 274, "y1": 782, "x2": 274, "y2": 828, "x3": 232, "y3": 827}, "charText": "待", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 231, "y0": 826, "x1": 274, "y1": 827, "x2": 273, "y2": 871, "x3": 231, "y3": 871}, "charText": "我", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 233, "y0": 872, "x1": 276, "y1": 872, "x2": 275, "y2": 916, "x3": 232, "y3": 916}, "charText": "将", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 174, "y0": 36, "x1": 222, "y1": 37, "x2": 222, "y2": 79, "x3": 174, "y3": 78}, "charText": "你", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 173, "y0": 80, "x1": 222, "y1": 81, "x2": 221, "y2": 123, "x3": 172, "y3": 122}, "charText": "好", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 182, "y0": 123, "x1": 212, "y1": 124, "x2": 212, "y2": 163, "x3": 182, "y3": 162}, "charText": "了", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 171, "y0": 163, "x1": 220, "y1": 164, "x2": 219, "y2": 208, "x3": 170, "y3": 207}, "charText": "歌", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 173, "y0": 210, "x1": 221, "y1": 211, "x2": 220, "y2": 256, "x3": 173, "y3": 256}, "charText": "觧", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 169, "y0": 257, "x1": 220, "y1": 257, "x2": 219, "y2": 295, "x3": 169, "y3": 295}, "charText": "註", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 176, "y0": 299, "x1": 215, "y1": 300, "x2": 215, "y2": 340, "x3": 176, "y3": 340}, "charText": "出", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 175, "y0": 340, "x1": 217, "y1": 340, "x2": 217, "y2": 386, "x3": 174, "y3": 386}, "charText": "来", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 169, "y0": 388, "x1": 216, "y1": 389, "x2": 215, "y2": 430, "x3": 168, "y3": 429}, "charText": "何", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 166, "y0": 431, "x1": 222, "y1": 432, "x2": 221, "y2": 468, "x3": 165, "y3": 467}, "charText": "如", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 170, "y0": 471, "x1": 217, "y1": 471, "x2": 217, "y2": 515, "x3": 169, "y3": 515}, "charText": "道", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 171, "y0": 519, "x1": 219, "y1": 519, "x2": 219, "y2": 555, "x3": 170, "y3": 554}, "charText": "人", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 172, "y0": 558, "x1": 218, "y1": 558, "x2": 218, "y2": 603, "x3": 172, "y3": 603}, "charText": "笑", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 169, "y0": 604, "x1": 219, "y1": 604, "x2": 219, "y2": 650, "x3": 169, "y3": 650}, "charText": "道", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 168, "y0": 651, "x1": 215, "y1": 652, "x2": 215, "y2": 694, "x3": 168, "y3": 694}, "charText": "你", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 171, "y0": 696, "x1": 216, "y1": 697, "x2": 215, "y2": 744, "x3": 171, "y3": 743}, "charText": "解", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 167, "y0": 743, "x1": 214, "y1": 743, "x2": 214, "y2": 782, "x3": 167, "y3": 782}, "charText": "你", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 170, "y0": 783, "x1": 217, "y1": 784, "x2": 217, "y2": 831, "x3": 169, "y3": 831}, "charText": "觧", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 169, "y0": 830, "x1": 211, "y1": 831, "x2": 211, "y2": 867, "x3": 169, "y3": 866}, "charText": "士", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 171, "y0": 869, "x1": 214, "y1": 869, "x2": 214, "y2": 915, "x3": 171, "y3": 915}, "charText": "隐", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 116, "y0": 35, "x1": 157, "y1": 36, "x2": 157, "y2": 79, "x3": 115, "y3": 78}, "charText": "乃", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 110, "y0": 78, "x1": 164, "y1": 79, "x2": 163, "y2": 120, "x3": 109, "y3": 118}, "charText": "説", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 110, "y0": 119, "x1": 166, "y1": 120, "x2": 165, "y2": 164, "x3": 109, "y3": 162}, "charText": "道", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 136, "y0": 173, "x1": 163, "y1": 174, "x2": 163, "y2": 203, "x3": 136, "y3": 203}, "charText": "要", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 136, "y0": 212, "x1": 162, "y1": 212, "x2": 162, "y2": 246, "x3": 136, "y3": 245}, "charText": "寫", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 135, "y0": 252, "x1": 161, "y1": 253, "x2": 161, "y2": 290, "x3": 135, "y3": 289}, "charText": "情", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 133, "y0": 301, "x1": 162, "y1": 302, "x2": 162, "y2": 331, "x3": 133, "y3": 330}, "charText": "要", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 136, "y0": 342, "x1": 161, "y1": 342, "x2": 161, "y2": 375, "x3": 135, "y3": 375}, "charText": "寫", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 133, "y0": 390, "x1": 159, "y1": 390, "x2": 159, "y2": 414, "x3": 133, "y3": 413}, "charText": "幻", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 133, "y0": 431, "x1": 159, "y1": 432, "x2": 159, "y2": 463, "x3": 133, "y3": 463}, "charText": "境", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 132, "y0": 476, "x1": 159, "y1": 476, "x2": 159, "y2": 505, "x3": 132, "y3": 505}, "charText": "偏", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 135, "y0": 520, "x1": 161, "y1": 520, "x2": 160, "y2": 551, "x3": 134, "y3": 551}, "charText": "先", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 107, "y0": 170, "x1": 134, "y1": 171, "x2": 134, "y2": 203, "x3": 107, "y3": 203}, "charText": "寫", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 106, "y0": 213, "x1": 130, "y1": 213, "x2": 130, "y2": 241, "x3": 107, "y3": 241}, "charText": "出", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 105, "y0": 262, "x1": 129, "y1": 263, "x2": 130, "y2": 277, "x3": 106, "y3": 277}, "charText": "一", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 106, "y0": 298, "x1": 131, "y1": 298, "x2": 131, "y2": 330, "x3": 106, "y3": 330}, "charText": "萹", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 106, "y0": 341, "x1": 132, "y1": 342, "x2": 132, "y2": 375, "x3": 105, "y3": 374}, "charText": "竒", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 105, "y0": 389, "x1": 133, "y1": 389, "x2": 133, "y2": 414, "x3": 105, "y3": 413}, "charText": "人", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 103, "y0": 429, "x1": 129, "y1": 429, "x2": 129, "y2": 464, "x3": 103, "y3": 464}, "charText": "竒", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 103, "y0": 474, "x1": 131, "y1": 475, "x2": 131, "y2": 507, "x3": 103, "y3": 507}, "charText": "境", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 104, "y0": 518, "x1": 133, "y1": 518, "x2": 133, "y2": 554, "x3": 104, "y3": 554}, "charText": "来", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 110, "y0": 565, "x1": 154, "y1": 565, "x2": 154, "y2": 604, "x3": 110, "y3": 604}, "charText": "陋", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 108, "y0": 606, "x1": 152, "y1": 607, "x2": 152, "y2": 648, "x3": 108, "y3": 648}, "charText": "室", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 110, "y0": 651, "x1": 153, "y1": 651, "x2": 152, "y2": 692, "x3": 110, "y3": 691}, "charText": "空", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 108, "y0": 694, "x1": 158, "y1": 694, "x2": 157, "y2": 739, "x3": 108, "y3": 739}, "charText": "堂", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 108, "y0": 740, "x1": 154, "y1": 741, "x2": 154, "y2": 786, "x3": 108, "y3": 785}, "charText": "當", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 104, "y0": 787, "x1": 150, "y1": 787, "x2": 150, "y2": 830, "x3": 104, "y3": 830}, "charText": "年", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 110, "y0": 829, "x1": 149, "y1": 830, "x2": 148, "y2": 873, "x3": 110, "y3": 873}, "charText": "笏", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 108, "y0": 873, "x1": 152, "y1": 873, "x2": 152, "y2": 916, "x3": 108, "y3": 916}, "charText": "滿", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 48, "y0": 33, "x1": 103, "y1": 34, "x2": 101, "y2": 78, "x3": 47, "y3": 77}, "charText": "床", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 46, "y0": 110, "x1": 95, "y1": 111, "x2": 94, "y2": 160, "x3": 45, "y3": 159}, "charText": "衰", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 45, "y0": 159, "x1": 92, "y1": 160, "x2": 90, "y2": 211, "x3": 44, "y3": 210}, "charText": "草", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 43, "y0": 210, "x1": 92, "y1": 211, "x2": 91, "y2": 250, "x3": 42, "y3": 250}, "charText": "枯", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 43, "y0": 250, "x1": 100, "y1": 251, "x2": 99, "y2": 295, "x3": 42, "y3": 294}, "charText": "楊", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 50, "y0": 294, "x1": 87, "y1": 295, "x2": 87, "y2": 340, "x3": 50, "y3": 339}, "charText": "曽", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 50, "y0": 340, "x1": 90, "y1": 341, "x2": 90, "y2": 379, "x3": 49, "y3": 378}, "charText": "為", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 43, "y0": 377, "x1": 92, "y1": 378, "x2": 92, "y2": 413, "x3": 43, "y3": 413}, "charText": "歌", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 45, "y0": 412, "x1": 90, "y1": 413, "x2": 89, "y2": 450, "x3": 44, "y3": 449}, "charText": "舞", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 46, "y0": 446, "x1": 88, "y1": 447, "x2": 88, "y2": 486, "x3": 46, "y3": 485}, "charText": "場", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 41, "y0": 508, "x1": 94, "y1": 508, "x2": 94, "y2": 561, "x3": 40, "y3": 561}, "charText": "蛛", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 43, "y0": 563, "x1": 87, "y1": 563, "x2": 86, "y2": 601, "x3": 43, "y3": 601}, "charText": "絲", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 41, "y0": 603, "x1": 91, "y1": 603, "x2": 91, "y2": 646, "x3": 41, "y3": 646}, "charText": "免", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 41, "y0": 646, "x1": 86, "y1": 646, "x2": 86, "y2": 690, "x3": 41, "y3": 690}, "charText": "結", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 41, "y0": 693, "x1": 87, "y1": 694, "x2": 87, "y2": 737, "x3": 41, "y3": 737}, "charText": "滿", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 40, "y0": 739, "x1": 92, "y1": 739, "x2": 91, "y2": 782, "x3": 39, "y3": 781}, "charText": "雕", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 39, "y0": 783, "x1": 95, "y1": 783, "x2": 95, "y2": 826, "x3": 39, "y3": 826}, "charText": "梁", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 41, "y0": 869, "x1": 88, "y1": 870, "x2": 88, "y2": 915, "x3": 40, "y3": 915}, "charText": "緑", "textlineId": 8, "picUri": "", "isPicText": false}]}, "7501933907890798633": {"wordBoxList": [{"charPoly": {"x0": 530, "y0": 30, "x1": 574, "y1": 30, "x2": 574, "y2": 74, "x3": 530, "y3": 74}, "charText": "紗", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 532, "y0": 74, "x1": 576, "y1": 74, "x2": 575, "y2": 114, "x3": 532, "y3": 113}, "charText": "兜", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 531, "y0": 115, "x1": 575, "y1": 115, "x2": 575, "y2": 153, "x3": 531, "y3": 153}, "charText": "今", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 534, "y0": 158, "x1": 577, "y1": 159, "x2": 577, "y2": 195, "x3": 534, "y3": 195}, "charText": "又", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 526, "y0": 201, "x1": 575, "y1": 201, "x2": 575, "y2": 244, "x3": 526, "y3": 243}, "charText": "糊", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 529, "y0": 245, "x1": 573, "y1": 245, "x2": 573, "y2": 288, "x3": 529, "y3": 288}, "charText": "在", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 527, "y0": 287, "x1": 574, "y1": 287, "x2": 575, "y2": 333, "x3": 527, "y3": 333}, "charText": "蓬", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 531, "y0": 334, "x1": 573, "y1": 334, "x2": 573, "y2": 377, "x3": 531, "y3": 377}, "charText": "窓", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 528, "y0": 381, "x1": 578, "y1": 381, "x2": 577, "y2": 415, "x3": 527, "y3": 415}, "charText": "上", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 523, "y0": 461, "x1": 574, "y1": 461, "x2": 574, "y2": 505, "x3": 523, "y3": 505}, "charText": "説", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 526, "y0": 507, "x1": 571, "y1": 507, "x2": 571, "y2": 552, "x3": 527, "y3": 552}, "charText": "甚", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 528, "y0": 553, "x1": 571, "y1": 554, "x2": 571, "y2": 597, "x3": 527, "y3": 597}, "charText": "麽", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 527, "y0": 599, "x1": 574, "y1": 600, "x2": 574, "y2": 641, "x3": 527, "y3": 640}, "charText": "𮌖", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 525, "y0": 644, "x1": 572, "y1": 645, "x2": 572, "y2": 680, "x3": 525, "y3": 680}, "charText": "正", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 528, "y0": 681, "x1": 575, "y1": 682, "x2": 574, "y2": 731, "x3": 527, "y3": 731}, "charText": "濃", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 522, "y0": 732, "x1": 571, "y1": 733, "x2": 571, "y2": 776, "x3": 521, "y3": 775}, "charText": "粉", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 524, "y0": 779, "x1": 569, "y1": 779, "x2": 569, "y2": 812, "x3": 524, "y3": 812}, "charText": "正", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 525, "y0": 815, "x1": 572, "y1": 815, "x2": 572, "y2": 859, "x3": 525, "y3": 859}, "charText": "香", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 464, "y0": 32, "x1": 514, "y1": 33, "x2": 514, "y2": 66, "x3": 463, "y3": 66}, "charText": "如", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 466, "y0": 70, "x1": 514, "y1": 71, "x2": 514, "y2": 113, "x3": 466, "y3": 112}, "charText": "何", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 470, "y0": 116, "x1": 514, "y1": 117, "x2": 514, "y2": 153, "x3": 470, "y3": 153}, "charText": "兩", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 467, "y0": 153, "x1": 510, "y1": 153, "x2": 509, "y2": 206, "x3": 466, "y3": 206}, "charText": "髩", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 471, "y0": 209, "x1": 514, "y1": 209, "x2": 514, "y2": 243, "x3": 471, "y3": 243}, "charText": "又", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 469, "y0": 244, "x1": 515, "y1": 244, "x2": 515, "y2": 287, "x3": 469, "y3": 287}, "charText": "成", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 469, "y0": 290, "x1": 516, "y1": 290, "x2": 516, "y2": 336, "x3": 469, "y3": 336}, "charText": "霜", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 469, "y0": 373, "x1": 512, "y1": 373, "x2": 512, "y2": 423, "x3": 469, "y3": 423}, "charText": "昨", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 477, "y0": 426, "x1": 503, "y1": 426, "x2": 503, "y2": 458, "x3": 477, "y3": 458}, "charText": "日", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 466, "y0": 461, "x1": 511, "y1": 461, "x2": 511, "y2": 510, "x3": 466, "y3": 510}, "charText": "黄", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 465, "y0": 512, "x1": 509, "y1": 512, "x2": 509, "y2": 547, "x3": 465, "y3": 547}, "charText": "土", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 467, "y0": 551, "x1": 511, "y1": 551, "x2": 511, "y2": 595, "x3": 467, "y3": 595}, "charText": "隴", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 466, "y0": 599, "x1": 510, "y1": 599, "x2": 510, "y2": 640, "x3": 466, "y3": 640}, "charText": "頭", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 463, "y0": 640, "x1": 512, "y1": 641, "x2": 512, "y2": 682, "x3": 463, "y3": 682}, "charText": "送", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 468, "y0": 685, "x1": 505, "y1": 686, "x2": 505, "y2": 725, "x3": 468, "y3": 724}, "charText": "白", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 466, "y0": 727, "x1": 511, "y1": 727, "x2": 511, "y2": 776, "x3": 465, "y3": 776}, "charText": "骨", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 463, "y0": 815, "x1": 511, "y1": 816, "x2": 511, "y2": 856, "x3": 463, "y3": 856}, "charText": "今", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 467, "y0": 859, "x1": 509, "y1": 859, "x2": 508, "y2": 903, "x3": 466, "y3": 902}, "charText": "宵", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 408, "y0": 32, "x1": 456, "y1": 32, "x2": 456, "y2": 68, "x3": 408, "y3": 68}, "charText": "紅", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 407, "y0": 70, "x1": 456, "y1": 70, "x2": 456, "y2": 110, "x3": 407, "y3": 110}, "charText": "燈", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 406, "y0": 113, "x1": 454, "y1": 113, "x2": 454, "y2": 156, "x3": 406, "y3": 156}, "charText": "帳", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 405, "y0": 158, "x1": 454, "y1": 158, "x2": 454, "y2": 202, "x3": 404, "y3": 202}, "charText": "底", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 408, "y0": 204, "x1": 451, "y1": 204, "x2": 451, "y2": 247, "x3": 408, "y3": 246}, "charText": "卧", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 410, "y0": 246, "x1": 450, "y1": 246, "x2": 450, "y2": 290, "x3": 410, "y3": 290}, "charText": "鴛", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 406, "y0": 289, "x1": 454, "y1": 289, "x2": 454, "y2": 339, "x3": 406, "y3": 338}, "charText": "鴦", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 406, "y0": 379, "x1": 453, "y1": 379, "x2": 453, "y2": 419, "x3": 406, "y3": 419}, "charText": "金", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 408, "y0": 420, "x1": 449, "y1": 420, "x2": 449, "y2": 461, "x3": 408, "y3": 461}, "charText": "滿", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 406, "y0": 462, "x1": 454, "y1": 462, "x2": 454, "y2": 509, "x3": 405, "y3": 509}, "charText": "箱", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 402, "y0": 555, "x1": 449, "y1": 556, "x2": 449, "y2": 598, "x3": 402, "y3": 597}, "charText": "銀", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 405, "y0": 598, "x1": 447, "y1": 599, "x2": 447, "y2": 641, "x3": 404, "y3": 641}, "charText": "滿", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 404, "y0": 641, "x1": 452, "y1": 642, "x2": 451, "y2": 689, "x3": 404, "y3": 688}, "charText": "箱", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 402, "y0": 728, "x1": 448, "y1": 728, "x2": 448, "y2": 776, "x3": 402, "y3": 776}, "charText": "轉", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 405, "y0": 778, "x1": 448, "y1": 778, "x2": 448, "y2": 816, "x3": 405, "y3": 815}, "charText": "眼", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 408, "y0": 817, "x1": 447, "y1": 817, "x2": 447, "y2": 856, "x3": 408, "y3": 855}, "charText": "乞", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 409, "y0": 860, "x1": 445, "y1": 860, "x2": 445, "y2": 900, "x3": 409, "y3": 901}, "charText": "丐", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 346, "y0": 33, "x1": 394, "y1": 33, "x2": 394, "y2": 63, "x3": 346, "y3": 63}, "charText": "人", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 351, "y0": 66, "x1": 391, "y1": 66, "x2": 391, "y2": 112, "x3": 351, "y3": 112}, "charText": "皆", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 344, "y0": 113, "x1": 395, "y1": 113, "x2": 395, "y2": 160, "x3": 344, "y3": 160}, "charText": "謗", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 346, "y0": 164, "x1": 391, "y1": 164, "x2": 391, "y2": 200, "x3": 345, "y3": 200}, "charText": "正", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 348, "y0": 202, "x1": 391, "y1": 202, "x2": 391, "y2": 245, "x3": 348, "y3": 245}, "charText": "嘆", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 345, "y0": 246, "x1": 393, "y1": 247, "x2": 392, "y2": 286, "x3": 344, "y3": 286}, "charText": "他", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 346, "y0": 292, "x1": 392, "y1": 293, "x2": 392, "y2": 325, "x3": 346, "y3": 325}, "charText": "人", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 344, "y0": 329, "x1": 393, "y1": 329, "x2": 393, "y2": 377, "x3": 344, "y3": 377}, "charText": "命", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 348, "y0": 381, "x1": 388, "y1": 381, "x2": 388, "y2": 419, "x3": 349, "y3": 419}, "charText": "不", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 345, "y0": 422, "x1": 393, "y1": 422, "x2": 393, "y2": 463, "x3": 344, "y3": 463}, "charText": "長", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 345, "y0": 513, "x1": 390, "y1": 513, "x2": 389, "y2": 555, "x3": 344, "y3": 554}, "charText": "那", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 344, "y0": 557, "x1": 390, "y1": 557, "x2": 390, "y2": 593, "x3": 343, "y3": 593}, "charText": "知", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 351, "y0": 596, "x1": 385, "y1": 596, "x2": 385, "y2": 639, "x3": 352, "y3": 639}, "charText": "自", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 352, "y0": 643, "x1": 390, "y1": 643, "x2": 390, "y2": 679, "x3": 352, "y3": 679}, "charText": "巳", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 345, "y0": 684, "x1": 390, "y1": 685, "x2": 390, "y2": 730, "x3": 344, "y3": 730}, "charText": "歸", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 347, "y0": 729, "x1": 390, "y1": 729, "x2": 390, "y2": 772, "x3": 346, "y3": 772}, "charText": "来", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 342, "y0": 772, "x1": 392, "y1": 773, "x2": 391, "y2": 817, "x3": 341, "y3": 816}, "charText": "䘮", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 338, "y0": 859, "x1": 384, "y1": 859, "x2": 384, "y2": 899, "x3": 338, "y3": 899}, "charText": "訓", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 289, "y0": 28, "x1": 331, "y1": 28, "x2": 331, "y2": 74, "x3": 289, "y3": 74}, "charText": "有", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 289, "y0": 75, "x1": 336, "y1": 75, "x2": 336, "y2": 116, "x3": 288, "y3": 116}, "charText": "方", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 287, "y0": 118, "x1": 331, "y1": 119, "x2": 331, "y2": 158, "x3": 287, "y3": 157}, "charText": "保", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 290, "y0": 163, "x1": 329, "y1": 163, "x2": 329, "y2": 201, "x3": 290, "y3": 201}, "charText": "不", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 288, "y0": 205, "x1": 332, "y1": 206, "x2": 332, "y2": 247, "x3": 288, "y3": 247}, "charText": "定", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 287, "y0": 248, "x1": 332, "y1": 248, "x2": 332, "y2": 289, "x3": 287, "y3": 289}, "charText": "後", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 294, "y0": 294, "x1": 323, "y1": 294, "x2": 323, "y2": 327, "x3": 294, "y3": 327}, "charText": "日", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 286, "y0": 329, "x1": 329, "y1": 329, "x2": 329, "y2": 374, "x3": 286, "y3": 374}, "charText": "作", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 287, "y0": 379, "x1": 330, "y1": 379, "x2": 330, "y2": 418, "x3": 287, "y3": 418}, "charText": "强", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 284, "y0": 421, "x1": 334, "y1": 422, "x2": 333, "y2": 466, "x3": 284, "y3": 466}, "charText": "梁", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 285, "y0": 511, "x1": 330, "y1": 511, "x2": 329, "y2": 556, "x3": 285, "y3": 555}, "charText": "擇", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 287, "y0": 555, "x1": 329, "y1": 555, "x2": 328, "y2": 605, "x3": 286, "y3": 605}, "charText": "膏", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 285, "y0": 605, "x1": 332, "y1": 606, "x2": 332, "y2": 647, "x3": 284, "y3": 647}, "charText": "粱", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 283, "y0": 649, "x1": 328, "y1": 649, "x2": 328, "y2": 689, "x3": 283, "y3": 689}, "charText": "誰", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 286, "y0": 690, "x1": 330, "y1": 690, "x2": 330, "y2": 730, "x3": 286, "y3": 730}, "charText": "承", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 285, "y0": 730, "x1": 326, "y1": 731, "x2": 325, "y2": 772, "x3": 285, "y3": 772}, "charText": "望", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 284, "y0": 772, "x1": 328, "y1": 773, "x2": 328, "y2": 812, "x3": 284, "y3": 812}, "charText": "流", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 285, "y0": 812, "x1": 329, "y1": 812, "x2": 328, "y2": 857, "x3": 285, "y3": 857}, "charText": "落", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 282, "y0": 858, "x1": 327, "y1": 858, "x2": 327, "y2": 900, "x3": 281, "y3": 900}, "charText": "在", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 227, "y0": 28, "x1": 272, "y1": 29, "x2": 272, "y2": 68, "x3": 227, "y3": 68}, "charText": "烟", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 228, "y0": 69, "x1": 274, "y1": 70, "x2": 274, "y2": 111, "x3": 228, "y3": 111}, "charText": "花", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 230, "y0": 112, "x1": 277, "y1": 112, "x2": 276, "y2": 157, "x3": 230, "y3": 156}, "charText": "卷", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 233, "y0": 205, "x1": 268, "y1": 205, "x2": 268, "y2": 246, "x3": 233, "y3": 245}, "charText": "因", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 225, "y0": 246, "x1": 272, "y1": 247, "x2": 272, "y2": 287, "x3": 225, "y3": 287}, "charText": "𭒡", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 228, "y0": 289, "x1": 270, "y1": 290, "x2": 270, "y2": 334, "x3": 227, "y3": 334}, "charText": "紗", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 228, "y0": 335, "x1": 269, "y1": 335, "x2": 269, "y2": 376, "x3": 228, "y3": 376}, "charText": "帽", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 228, "y0": 380, "x1": 270, "y1": 380, "x2": 270, "y2": 416, "x3": 228, "y3": 416}, "charText": "小", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 225, "y0": 463, "x1": 272, "y1": 464, "x2": 272, "y2": 504, "x3": 225, "y3": 504}, "charText": "致", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 223, "y0": 505, "x1": 271, "y1": 506, "x2": 271, "y2": 550, "x3": 222, "y3": 550}, "charText": "使", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 222, "y0": 553, "x1": 267, "y1": 554, "x2": 267, "y2": 599, "x3": 221, "y3": 599}, "charText": "鎻", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 223, "y0": 599, "x1": 269, "y1": 599, "x2": 269, "y2": 637, "x3": 223, "y3": 637}, "charText": "枷", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 225, "y0": 641, "x1": 272, "y1": 641, "x2": 272, "y2": 683, "x3": 225, "y3": 682}, "charText": "拄", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 225, "y0": 726, "x1": 268, "y1": 726, "x2": 267, "y2": 773, "x3": 225, "y3": 772}, "charText": "昨", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 223, "y0": 772, "x1": 267, "y1": 773, "x2": 266, "y2": 818, "x3": 222, "y3": 818}, "charText": "憐", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 220, "y0": 817, "x1": 269, "y1": 817, "x2": 268, "y2": 856, "x3": 220, "y3": 856}, "charText": "破", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 220, "y0": 857, "x1": 267, "y1": 858, "x2": 266, "y2": 900, "x3": 219, "y3": 899}, "charText": "襖", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 170, "y0": 29, "x1": 217, "y1": 30, "x2": 217, "y2": 72, "x3": 170, "y3": 72}, "charText": "寒", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 167, "y0": 113, "x1": 217, "y1": 114, "x2": 217, "y2": 152, "x3": 167, "y3": 151}, "charText": "今", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 163, "y0": 157, "x1": 214, "y1": 157, "x2": 214, "y2": 199, "x3": 163, "y3": 199}, "charText": "𭒡", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 168, "y0": 201, "x1": 213, "y1": 202, "x2": 212, "y2": 247, "x3": 168, "y3": 247}, "charText": "紫", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 165, "y0": 249, "x1": 213, "y1": 249, "x2": 213, "y2": 289, "x3": 165, "y3": 289}, "charText": "袍", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 163, "y0": 292, "x1": 215, "y1": 293, "x2": 215, "y2": 333, "x3": 163, "y3": 333}, "charText": "長", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 165, "y0": 374, "x1": 213, "y1": 374, "x2": 213, "y2": 416, "x3": 165, "y3": 416}, "charText": "亂", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 164, "y0": 423, "x1": 211, "y1": 423, "x2": 211, "y2": 461, "x3": 164, "y3": 461}, "charText": "哄", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 165, "y0": 464, "x1": 215, "y1": 465, "x2": 215, "y2": 504, "x3": 164, "y3": 504}, "charText": "哄", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 163, "y0": 508, "x1": 209, "y1": 508, "x2": 209, "y2": 550, "x3": 163, "y3": 549}, "charText": "你", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 165, "y0": 553, "x1": 207, "y1": 554, "x2": 207, "y2": 593, "x3": 164, "y3": 592}, "charText": "方", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 166, "y0": 599, "x1": 207, "y1": 599, "x2": 207, "y2": 636, "x3": 166, "y3": 636}, "charText": "唱", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 165, "y0": 639, "x1": 211, "y1": 639, "x2": 211, "y2": 682, "x3": 166, "y3": 682}, "charText": "罷", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 165, "y0": 683, "x1": 212, "y1": 683, "x2": 212, "y2": 726, "x3": 165, "y3": 726}, "charText": "我", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 164, "y0": 728, "x1": 212, "y1": 728, "x2": 212, "y2": 770, "x3": 164, "y3": 769}, "charText": "登", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 163, "y0": 771, "x1": 212, "y1": 771, "x2": 212, "y2": 814, "x3": 162, "y3": 814}, "charText": "場", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 162, "y0": 859, "x1": 211, "y1": 860, "x2": 210, "y2": 899, "x3": 160, "y3": 898}, "charText": "反", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 105, "y0": 28, "x1": 155, "y1": 29, "x2": 155, "y2": 68, "x3": 105, "y3": 68}, "charText": "認", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 104, "y0": 71, "x1": 155, "y1": 71, "x2": 155, "y2": 107, "x3": 104, "y3": 107}, "charText": "他", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 108, "y0": 111, "x1": 155, "y1": 112, "x2": 155, "y2": 158, "x3": 107, "y3": 158}, "charText": "鄉", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 106, "y0": 159, "x1": 153, "y1": 159, "x2": 152, "y2": 203, "x3": 106, "y3": 203}, "charText": "是", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 105, "y0": 202, "x1": 154, "y1": 202, "x2": 154, "y2": 243, "x3": 104, "y3": 243}, "charText": "故", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 107, "y0": 245, "x1": 155, "y1": 246, "x2": 155, "y2": 293, "x3": 106, "y3": 292}, "charText": "鄉", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 102, "y0": 328, "x1": 150, "y1": 328, "x2": 150, "y2": 375, "x3": 102, "y3": 375}, "charText": "甚", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 110, "y0": 376, "x1": 152, "y1": 376, "x2": 152, "y2": 420, "x3": 110, "y3": 420}, "charText": "荒", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 105, "y0": 421, "x1": 155, "y1": 421, "x2": 155, "y2": 464, "x3": 104, "y3": 464}, "charText": "唐", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 104, "y0": 508, "x1": 147, "y1": 508, "x2": 146, "y2": 554, "x3": 104, "y3": 553}, "charText": "到", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 104, "y0": 556, "x1": 148, "y1": 556, "x2": 148, "y2": 597, "x3": 104, "y3": 597}, "charText": "頭", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 106, "y0": 595, "x1": 154, "y1": 595, "x2": 154, "y2": 641, "x3": 106, "y3": 640}, "charText": "来", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 100, "y0": 641, "x1": 149, "y1": 642, "x2": 149, "y2": 686, "x3": 100, "y3": 685}, "charText": "都", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 106, "y0": 686, "x1": 151, "y1": 687, "x2": 151, "y2": 727, "x3": 106, "y3": 727}, "charText": "是", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 106, "y0": 728, "x1": 150, "y1": 728, "x2": 149, "y2": 772, "x3": 106, "y3": 772}, "charText": "為", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 101, "y0": 772, "x1": 151, "y1": 773, "x2": 150, "y2": 811, "x3": 100, "y3": 810}, "charText": "他", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 103, "y0": 814, "x1": 151, "y1": 815, "x2": 150, "y2": 846, "x3": 103, "y3": 845}, "charText": "人", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 101, "y0": 852, "x1": 146, "y1": 852, "x2": 146, "y2": 897, "x3": 101, "y3": 896}, "charText": "作", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 52, "y0": 28, "x1": 83, "y1": 28, "x2": 83, "y2": 70, "x3": 52, "y3": 70}, "charText": "了", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 45, "y0": 71, "x1": 91, "y1": 72, "x2": 91, "y2": 110, "x3": 45, "y3": 110}, "charText": "衣", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 44, "y0": 110, "x1": 96, "y1": 111, "x2": 96, "y2": 156, "x3": 44, "y3": 156}, "charText": "裳", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 67, "y0": 164, "x1": 96, "y1": 164, "x2": 96, "y2": 196, "x3": 67, "y3": 195}, "charText": "誰", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 71, "y0": 206, "x1": 95, "y1": 207, "x2": 95, "y2": 234, "x3": 71, "y3": 233}, "charText": "不", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 70, "y0": 246, "x1": 96, "y1": 246, "x2": 96, "y2": 278, "x3": 70, "y3": 278}, "charText": "觧", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 70, "y0": 291, "x1": 96, "y1": 291, "x2": 96, "y2": 324, "x3": 69, "y3": 324}, "charText": "得", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 69, "y0": 338, "x1": 94, "y1": 338, "x2": 95, "y2": 365, "x3": 69, "y3": 365}, "charText": "世", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 72, "y0": 377, "x1": 96, "y1": 378, "x2": 96, "y2": 413, "x3": 72, "y3": 413}, "charText": "事", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 65, "y0": 427, "x1": 94, "y1": 426, "x2": 94, "y2": 455, "x3": 65, "y3": 455}, "charText": "如", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 68, "y0": 469, "x1": 94, "y1": 469, "x2": 94, "y2": 497, "x3": 68, "y3": 496}, "charText": "此", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 68, "y0": 510, "x1": 94, "y1": 511, "x2": 94, "y2": 543, "x3": 68, "y3": 543}, "charText": "有", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 39, "y0": 163, "x1": 68, "y1": 163, "x2": 68, "y2": 194, "x3": 39, "y3": 194}, "charText": "龍", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 40, "y0": 203, "x1": 69, "y1": 203, "x2": 69, "y2": 236, "x3": 41, "y3": 236}, "charText": "象", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 40, "y0": 246, "x1": 61, "y1": 246, "x2": 61, "y2": 275, "x3": 39, "y3": 275}, "charText": "力", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 38, "y0": 289, "x1": 65, "y1": 289, "x2": 65, "y2": 322, "x3": 38, "y3": 322}, "charText": "者", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 37, "y0": 336, "x1": 65, "y1": 336, "x2": 65, "y2": 366, "x3": 37, "y3": 366}, "charText": "方", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 36, "y0": 379, "x1": 69, "y1": 379, "x2": 69, "y2": 412, "x3": 37, "y3": 412}, "charText": "能", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 36, "y0": 423, "x1": 67, "y1": 423, "x2": 67, "y2": 455, "x3": 36, "y3": 455}, "charText": "放", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 38, "y0": 466, "x1": 64, "y1": 466, "x2": 65, "y2": 501, "x3": 38, "y3": 501}, "charText": "得", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 38, "y0": 514, "x1": 63, "y1": 515, "x2": 63, "y2": 542, "x3": 39, "y3": 542}, "charText": "下", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 40, "y0": 555, "x1": 88, "y1": 556, "x2": 87, "y2": 599, "x3": 40, "y3": 598}, "charText": "那", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 41, "y0": 598, "x1": 91, "y1": 598, "x2": 91, "y2": 639, "x3": 41, "y3": 639}, "charText": "癬", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 41, "y0": 640, "x1": 90, "y1": 640, "x2": 90, "y2": 682, "x3": 41, "y3": 682}, "charText": "跛", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 40, "y0": 682, "x1": 89, "y1": 683, "x2": 89, "y2": 726, "x3": 40, "y3": 726}, "charText": "道", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 39, "y0": 728, "x1": 90, "y1": 729, "x2": 89, "y2": 765, "x3": 39, "y3": 764}, "charText": "人", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 39, "y0": 765, "x1": 88, "y1": 765, "x2": 88, "y2": 811, "x3": 39, "y3": 811}, "charText": "聽", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 47, "y0": 814, "x1": 78, "y1": 815, "x2": 78, "y2": 856, "x3": 47, "y3": 855}, "charText": "了", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 40, "y0": 857, "x1": 84, "y1": 858, "x2": 83, "y2": 896, "x3": 39, "y3": 895}, "charText": "拍", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 8, "y0": 30, "x1": 28, "y1": 30, "x2": 28, "y2": 61, "x3": 9, "y3": 61}, "charText": "之", "textlineId": 9, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 9, "y0": 75, "x1": 32, "y1": 75, "x2": 32, "y2": 117, "x3": 9, "y3": 117}, "charText": "湏", "textlineId": 9, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 9, "y0": 126, "x1": 31, "y1": 126, "x2": 30, "y2": 156, "x3": 9, "y3": 156}, "charText": "巳", "textlineId": 9, "picUri": "", "isPicText": false}]}, "7501933907890815017": {"wordBoxList": [{"charPoly": {"x0": 527, "y0": 37, "x1": 570, "y1": 37, "x2": 570, "y2": 83, "x3": 527, "y3": 83}, "charText": "掌", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 530, "y0": 83, "x1": 573, "y1": 83, "x2": 573, "y2": 124, "x3": 530, "y3": 124}, "charText": "笑", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 528, "y0": 123, "x1": 576, "y1": 123, "x2": 576, "y2": 165, "x3": 528, "y3": 165}, "charText": "道", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 528, "y0": 166, "x1": 574, "y1": 167, "x2": 574, "y2": 213, "x3": 528, "y3": 213}, "charText": "觧", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 528, "y0": 214, "x1": 572, "y1": 215, "x2": 571, "y2": 262, "x3": 527, "y3": 261}, "charText": "得", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 537, "y0": 265, "x1": 576, "y1": 266, "x2": 576, "y2": 297, "x3": 537, "y3": 296}, "charText": "切", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 529, "y0": 299, "x1": 574, "y1": 299, "x2": 574, "y2": 343, "x3": 529, "y3": 343}, "charText": "觧", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 527, "y0": 343, "x1": 573, "y1": 344, "x2": 573, "y2": 389, "x3": 527, "y3": 389}, "charText": "得", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 532, "y0": 392, "x1": 578, "y1": 392, "x2": 578, "y2": 426, "x3": 532, "y3": 426}, "charText": "切", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 529, "y0": 430, "x1": 573, "y1": 431, "x2": 572, "y2": 467, "x3": 529, "y3": 466}, "charText": "士", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 533, "y0": 471, "x1": 574, "y1": 471, "x2": 575, "y2": 514, "x3": 533, "y3": 514}, "charText": "隐", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 529, "y0": 518, "x1": 577, "y1": 519, "x2": 577, "y2": 558, "x3": 529, "y3": 558}, "charText": "便", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 527, "y0": 561, "x1": 577, "y1": 560, "x2": 577, "y2": 602, "x3": 527, "y3": 603}, "charText": "説", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 529, "y0": 614, "x1": 576, "y1": 615, "x2": 576, "y2": 629, "x3": 529, "y3": 629}, "charText": "一", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 531, "y0": 638, "x1": 577, "y1": 637, "x2": 578, "y2": 691, "x3": 532, "y3": 692}, "charText": "聲", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 534, "y0": 692, "x1": 580, "y1": 692, "x2": 580, "y2": 735, "x3": 534, "y3": 735}, "charText": "罷", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 534, "y0": 736, "x1": 577, "y1": 736, "x2": 577, "y2": 778, "x3": 534, "y3": 777}, "charText": "将", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 530, "y0": 777, "x1": 578, "y1": 777, "x2": 578, "y2": 818, "x3": 530, "y3": 818}, "charText": "道", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 532, "y0": 821, "x1": 579, "y1": 821, "x2": 579, "y2": 854, "x3": 532, "y3": 853}, "charText": "人", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 532, "y0": 856, "x1": 571, "y1": 856, "x2": 570, "y2": 905, "x3": 532, "y3": 905}, "charText": "肩", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 466, "y0": 39, "x1": 511, "y1": 40, "x2": 511, "y2": 72, "x3": 466, "y3": 72}, "charText": "上", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 466, "y0": 75, "x1": 515, "y1": 75, "x2": 514, "y2": 115, "x3": 466, "y3": 115}, "charText": "搭", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 464, "y0": 116, "x1": 514, "y1": 116, "x2": 514, "y2": 159, "x3": 464, "y3": 159}, "charText": "連", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 463, "y0": 162, "x1": 514, "y1": 162, "x2": 514, "y2": 210, "x3": 463, "y3": 210}, "charText": "槍", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 472, "y0": 212, "x1": 502, "y1": 212, "x2": 502, "y2": 254, "x3": 472, "y3": 254}, "charText": "了", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 465, "y0": 256, "x1": 514, "y1": 257, "x2": 514, "y2": 297, "x3": 465, "y3": 296}, "charText": "過", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 466, "y0": 296, "x1": 514, "y1": 296, "x2": 514, "y2": 341, "x3": 466, "y3": 341}, "charText": "来", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 471, "y0": 340, "x1": 510, "y1": 341, "x2": 510, "y2": 386, "x3": 471, "y3": 386}, "charText": "背", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 467, "y0": 388, "x1": 516, "y1": 389, "x2": 516, "y2": 430, "x3": 466, "y3": 430}, "charText": "著", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 465, "y0": 430, "x1": 513, "y1": 430, "x2": 513, "y2": 473, "x3": 465, "y3": 473}, "charText": "竟", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 468, "y0": 476, "x1": 510, "y1": 476, "x2": 510, "y2": 514, "x3": 468, "y3": 514}, "charText": "不", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 465, "y0": 518, "x1": 514, "y1": 518, "x2": 513, "y2": 554, "x3": 465, "y3": 554}, "charText": "知", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 472, "y0": 564, "x1": 512, "y1": 564, "x2": 512, "y2": 596, "x3": 472, "y3": 596}, "charText": "回", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 472, "y0": 599, "x1": 518, "y1": 599, "x2": 519, "y2": 645, "x3": 472, "y3": 645}, "charText": "家", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 473, "y0": 649, "x1": 512, "y1": 649, "x2": 513, "y2": 688, "x3": 473, "y3": 689}, "charText": "同", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 475, "y0": 690, "x1": 507, "y1": 690, "x2": 507, "y2": 731, "x3": 476, "y3": 731}, "charText": "了", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 468, "y0": 732, "x1": 518, "y1": 732, "x2": 517, "y2": 775, "x3": 468, "y3": 775}, "charText": "道", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 472, "y0": 778, "x1": 518, "y1": 779, "x2": 518, "y2": 812, "x3": 472, "y3": 811}, "charText": "人", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 466, "y0": 817, "x1": 518, "y1": 818, "x2": 517, "y2": 857, "x3": 466, "y3": 857}, "charText": "飄", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 466, "y0": 863, "x1": 514, "y1": 864, "x2": 513, "y2": 904, "x3": 466, "y3": 903}, "charText": "飄", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 407, "y0": 40, "x1": 451, "y1": 40, "x2": 452, "y2": 72, "x3": 408, "y3": 72}, "charText": "而", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 404, "y0": 74, "x1": 454, "y1": 74, "x2": 454, "y2": 114, "x3": 404, "y3": 113}, "charText": "去", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 407, "y0": 117, "x1": 450, "y1": 117, "x2": 450, "y2": 163, "x3": 407, "y3": 163}, "charText": "當", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 406, "y0": 167, "x1": 445, "y1": 167, "x2": 446, "y2": 204, "x3": 406, "y3": 204}, "charText": "下", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 406, "y0": 209, "x1": 452, "y1": 209, "x2": 452, "y2": 250, "x3": 406, "y3": 250}, "charText": "烘", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 405, "y0": 254, "x1": 452, "y1": 254, "x2": 452, "y2": 295, "x3": 405, "y3": 295}, "charText": "動", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 404, "y0": 296, "x1": 453, "y1": 297, "x2": 453, "y2": 342, "x3": 404, "y3": 342}, "charText": "街", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 406, "y0": 342, "x1": 450, "y1": 342, "x2": 450, "y2": 383, "x3": 406, "y3": 383}, "charText": "坊", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 409, "y0": 383, "x1": 449, "y1": 383, "x2": 449, "y2": 430, "x3": 409, "y3": 430}, "charText": "衆", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 407, "y0": 434, "x1": 454, "y1": 434, "x2": 454, "y2": 467, "x3": 407, "y3": 467}, "charText": "人", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 408, "y0": 471, "x1": 450, "y1": 471, "x2": 450, "y2": 517, "x3": 408, "y3": 517}, "charText": "當", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 406, "y0": 519, "x1": 450, "y1": 519, "x2": 450, "y2": 564, "x3": 406, "y3": 563}, "charText": "作", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 406, "y0": 575, "x1": 452, "y1": 575, "x2": 452, "y2": 589, "x3": 406, "y3": 589}, "charText": "一", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 405, "y0": 599, "x1": 452, "y1": 599, "x2": 452, "y2": 646, "x3": 406, "y3": 646}, "charText": "件", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 406, "y0": 647, "x1": 453, "y1": 647, "x2": 453, "y2": 689, "x3": 406, "y3": 689}, "charText": "新", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 411, "y0": 692, "x1": 454, "y1": 692, "x2": 454, "y2": 727, "x3": 411, "y3": 727}, "charText": "文", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 407, "y0": 729, "x1": 455, "y1": 729, "x2": 455, "y2": 777, "x3": 407, "y3": 777}, "charText": "傳", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 406, "y0": 779, "x1": 457, "y1": 779, "x2": 457, "y2": 818, "x3": 406, "y3": 818}, "charText": "説", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 407, "y0": 818, "x1": 455, "y1": 819, "x2": 455, "y2": 864, "x3": 408, "y3": 864}, "charText": "封", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 412, "y0": 866, "x1": 455, "y1": 866, "x2": 455, "y2": 904, "x3": 412, "y3": 904}, "charText": "氏", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 348, "y0": 39, "x1": 391, "y1": 39, "x2": 391, "y2": 83, "x3": 347, "y3": 83}, "charText": "聞", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 344, "y0": 82, "x1": 390, "y1": 83, "x2": 390, "y2": 127, "x3": 344, "y3": 127}, "charText": "得", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 345, "y0": 126, "x1": 392, "y1": 127, "x2": 392, "y2": 163, "x3": 345, "y3": 163}, "charText": "此", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 344, "y0": 166, "x1": 394, "y1": 167, "x2": 394, "y2": 209, "x3": 344, "y3": 209}, "charText": "信", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 348, "y0": 212, "x1": 392, "y1": 212, "x2": 393, "y2": 253, "x3": 348, "y3": 253}, "charText": "哭", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 351, "y0": 255, "x1": 383, "y1": 255, "x2": 383, "y2": 298, "x3": 351, "y3": 298}, "charText": "了", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 346, "y0": 300, "x1": 391, "y1": 301, "x2": 391, "y2": 337, "x3": 346, "y3": 337}, "charText": "死", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 344, "y0": 338, "x1": 388, "y1": 338, "x2": 388, "y2": 380, "x3": 344, "y3": 380}, "charText": "去", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 346, "y0": 384, "x1": 390, "y1": 384, "x2": 390, "y2": 424, "x3": 346, "y3": 424}, "charText": "活", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 347, "y0": 425, "x1": 395, "y1": 425, "x2": 395, "y2": 473, "x3": 347, "y3": 474}, "charText": "来", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 349, "y0": 476, "x1": 389, "y1": 476, "x2": 389, "y2": 512, "x3": 350, "y3": 512}, "charText": "只", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 345, "y0": 515, "x1": 392, "y1": 515, "x2": 392, "y2": 563, "x3": 345, "y3": 563}, "charText": "得", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 343, "y0": 564, "x1": 394, "y1": 563, "x2": 394, "y2": 605, "x3": 344, "y3": 605}, "charText": "與", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 348, "y0": 608, "x1": 394, "y1": 607, "x2": 394, "y2": 644, "x3": 348, "y3": 644}, "charText": "父", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 344, "y0": 647, "x1": 395, "y1": 647, "x2": 395, "y2": 688, "x3": 344, "y3": 689}, "charText": "親", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 346, "y0": 691, "x1": 390, "y1": 691, "x2": 390, "y2": 736, "x3": 346, "y3": 737}, "charText": "商", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 343, "y0": 737, "x1": 397, "y1": 737, "x2": 397, "y2": 780, "x3": 344, "y3": 780}, "charText": "議", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 346, "y0": 779, "x1": 394, "y1": 779, "x2": 394, "y2": 824, "x3": 346, "y3": 824}, "charText": "遣", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 347, "y0": 826, "x1": 395, "y1": 826, "x2": 395, "y2": 859, "x3": 347, "y3": 859}, "charText": "人", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 348, "y0": 865, "x1": 396, "y1": 866, "x2": 396, "y2": 904, "x3": 348, "y3": 904}, "charText": "各", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 285, "y0": 38, "x1": 331, "y1": 38, "x2": 331, "y2": 79, "x3": 285, "y3": 79}, "charText": "處", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 284, "y0": 80, "x1": 330, "y1": 80, "x2": 330, "y2": 121, "x3": 284, "y3": 121}, "charText": "訪", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 285, "y0": 122, "x1": 334, "y1": 122, "x2": 334, "y2": 172, "x3": 285, "y3": 172}, "charText": "尋", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 286, "y0": 172, "x1": 329, "y1": 173, "x2": 329, "y2": 215, "x3": 286, "y3": 215}, "charText": "那", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 283, "y0": 214, "x1": 330, "y1": 215, "x2": 330, "y2": 252, "x3": 283, "y3": 251}, "charText": "知", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 283, "y0": 254, "x1": 329, "y1": 254, "x2": 329, "y2": 299, "x3": 283, "y3": 299}, "charText": "音", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 283, "y0": 300, "x1": 329, "y1": 301, "x2": 329, "y2": 339, "x3": 283, "y3": 339}, "charText": "信", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 283, "y0": 342, "x1": 333, "y1": 342, "x2": 333, "y2": 380, "x3": 283, "y3": 380}, "charText": "全", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 282, "y0": 384, "x1": 334, "y1": 383, "x2": 335, "y2": 425, "x3": 282, "y3": 425}, "charText": "無", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 280, "y0": 428, "x1": 332, "y1": 428, "x2": 333, "y2": 468, "x3": 280, "y3": 469}, "charText": "無", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 284, "y0": 470, "x1": 333, "y1": 470, "x2": 333, "y2": 517, "x3": 285, "y3": 517}, "charText": "奈", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 283, "y0": 521, "x1": 335, "y1": 521, "x2": 335, "y2": 562, "x3": 284, "y3": 562}, "charText": "何", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 289, "y0": 563, "x1": 326, "y1": 562, "x2": 327, "y2": 605, "x3": 290, "y3": 605}, "charText": "少", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 287, "y0": 607, "x1": 328, "y1": 607, "x2": 328, "y2": 644, "x3": 288, "y3": 644}, "charText": "不", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 287, "y0": 647, "x1": 330, "y1": 647, "x2": 331, "y2": 693, "x3": 287, "y3": 693}, "charText": "得", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 285, "y0": 693, "x1": 334, "y1": 693, "x2": 334, "y2": 732, "x3": 285, "y3": 732}, "charText": "依", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 286, "y0": 733, "x1": 330, "y1": 733, "x2": 329, "y2": 778, "x3": 286, "y3": 778}, "charText": "着", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 288, "y0": 780, "x1": 333, "y1": 780, "x2": 333, "y2": 817, "x3": 288, "y3": 817}, "charText": "他", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 290, "y0": 821, "x1": 333, "y1": 821, "x2": 333, "y2": 858, "x3": 290, "y3": 858}, "charText": "父", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 285, "y0": 864, "x1": 332, "y1": 864, "x2": 332, "y2": 904, "x3": 285, "y3": 904}, "charText": "母", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 224, "y0": 37, "x1": 271, "y1": 37, "x2": 271, "y2": 81, "x3": 224, "y3": 80}, "charText": "度", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 234, "y0": 85, "x1": 273, "y1": 85, "x2": 273, "y2": 116, "x3": 235, "y3": 116}, "charText": "比", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 225, "y0": 116, "x1": 267, "y1": 116, "x2": 267, "y2": 168, "x3": 225, "y3": 169}, "charText": "幸", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 228, "y0": 171, "x1": 270, "y1": 171, "x2": 270, "y2": 209, "x3": 228, "y3": 208}, "charText": "而", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 227, "y0": 209, "x1": 266, "y1": 209, "x2": 266, "y2": 255, "x3": 227, "y3": 255}, "charText": "身", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 224, "y0": 255, "x1": 271, "y1": 255, "x2": 271, "y2": 298, "x3": 224, "y3": 298}, "charText": "邉", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 223, "y0": 301, "x1": 270, "y1": 301, "x2": 270, "y2": 342, "x3": 223, "y3": 342}, "charText": "還", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 224, "y0": 343, "x1": 266, "y1": 343, "x2": 266, "y2": 388, "x3": 224, "y3": 387}, "charText": "有", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 229, "y0": 391, "x1": 268, "y1": 391, "x2": 269, "y2": 428, "x3": 229, "y3": 427}, "charText": "兩", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 224, "y0": 432, "x1": 268, "y1": 433, "x2": 268, "y2": 470, "x3": 224, "y3": 470}, "charText": "個", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 229, "y0": 471, "x1": 267, "y1": 471, "x2": 267, "y2": 518, "x3": 229, "y3": 518}, "charText": "舊", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 233, "y0": 523, "x1": 262, "y1": 523, "x2": 262, "y2": 557, "x3": 234, "y3": 557}, "charText": "日", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 230, "y0": 560, "x1": 269, "y1": 559, "x2": 270, "y2": 603, "x3": 231, "y3": 604}, "charText": "的", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 234, "y0": 606, "x1": 263, "y1": 606, "x2": 264, "y2": 647, "x3": 234, "y3": 647}, "charText": "了", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 228, "y0": 650, "x1": 275, "y1": 650, "x2": 275, "y2": 692, "x3": 228, "y3": 692}, "charText": "𤨔", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 226, "y0": 694, "x1": 274, "y1": 694, "x2": 274, "y2": 733, "x3": 226, "y3": 733}, "charText": "伏", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 228, "y0": 734, "x1": 276, "y1": 734, "x2": 276, "y2": 780, "x3": 228, "y3": 780}, "charText": "侍", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 226, "y0": 780, "x1": 272, "y1": 780, "x2": 272, "y2": 816, "x3": 226, "y3": 816}, "charText": "主", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 225, "y0": 818, "x1": 271, "y1": 819, "x2": 271, "y2": 863, "x3": 225, "y3": 863}, "charText": "僕", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 228, "y0": 870, "x1": 274, "y1": 870, "x2": 274, "y2": 905, "x3": 228, "y3": 905}, "charText": "三", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 162, "y0": 41, "x1": 212, "y1": 40, "x2": 212, "y2": 75, "x3": 162, "y3": 76}, "charText": "人", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 172, "y0": 81, "x1": 200, "y1": 80, "x2": 201, "y2": 113, "x3": 173, "y3": 113}, "charText": "日", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 164, "y0": 117, "x1": 211, "y1": 117, "x2": 211, "y2": 162, "x3": 164, "y3": 162}, "charText": "夜", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 163, "y0": 164, "x1": 209, "y1": 164, "x2": 209, "y2": 210, "x3": 163, "y3": 210}, "charText": "作", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 166, "y0": 211, "x1": 212, "y1": 211, "x2": 212, "y2": 253, "x3": 166, "y3": 253}, "charText": "些", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 163, "y0": 256, "x1": 209, "y1": 256, "x2": 209, "y2": 299, "x3": 163, "y3": 299}, "charText": "針", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 166, "y0": 300, "x1": 213, "y1": 300, "x2": 213, "y2": 343, "x3": 166, "y3": 343}, "charText": "線", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 166, "y0": 344, "x1": 213, "y1": 344, "x2": 213, "y2": 385, "x3": 166, "y3": 384}, "charText": "發", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 171, "y0": 384, "x1": 214, "y1": 383, "x2": 214, "y2": 432, "x3": 171, "y3": 432}, "charText": "賣", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 164, "y0": 432, "x1": 207, "y1": 432, "x2": 207, "y2": 475, "x3": 164, "y3": 475}, "charText": "帮", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 165, "y0": 475, "x1": 208, "y1": 475, "x2": 208, "y2": 521, "x3": 166, "y3": 521}, "charText": "著", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 170, "y0": 523, "x1": 211, "y1": 523, "x2": 211, "y2": 557, "x3": 170, "y3": 557}, "charText": "父", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 164, "y0": 562, "x1": 213, "y1": 561, "x2": 214, "y2": 604, "x3": 164, "y3": 604}, "charText": "親", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 164, "y0": 607, "x1": 213, "y1": 607, "x2": 213, "y2": 646, "x3": 165, "y3": 647}, "charText": "過", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 169, "y0": 650, "x1": 217, "y1": 650, "x2": 218, "y2": 690, "x3": 169, "y3": 690}, "charText": "活", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 167, "y0": 695, "x1": 214, "y1": 695, "x2": 214, "y2": 735, "x3": 167, "y3": 735}, "charText": "那", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 167, "y0": 736, "x1": 214, "y1": 736, "x2": 214, "y2": 778, "x3": 167, "y3": 778}, "charText": "封", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 169, "y0": 778, "x1": 211, "y1": 778, "x2": 211, "y2": 825, "x3": 169, "y3": 825}, "charText": "肅", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 168, "y0": 827, "x1": 215, "y1": 827, "x2": 215, "y2": 867, "x3": 168, "y3": 867}, "charText": "雖", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 172, "y0": 868, "x1": 212, "y1": 868, "x2": 213, "y2": 906, "x3": 172, "y3": 906}, "charText": "然", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 109, "y0": 42, "x1": 139, "y1": 41, "x2": 140, "y2": 74, "x3": 110, "y3": 74}, "charText": "日", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 110, "y0": 81, "x1": 138, "y1": 80, "x2": 138, "y2": 114, "x3": 111, "y3": 114}, "charText": "日", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 102, "y0": 117, "x1": 150, "y1": 117, "x2": 150, "y2": 160, "x3": 102, "y3": 160}, "charText": "抱", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 105, "y0": 165, "x1": 153, "y1": 166, "x2": 153, "y2": 209, "x3": 105, "y3": 209}, "charText": "怨", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 105, "y0": 211, "x1": 149, "y1": 211, "x2": 149, "y2": 253, "x3": 105, "y3": 253}, "charText": "然", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 105, "y0": 257, "x1": 152, "y1": 257, "x2": 152, "y2": 295, "x3": 105, "y3": 295}, "charText": "也", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 100, "y0": 298, "x1": 151, "y1": 298, "x2": 151, "y2": 339, "x3": 100, "y3": 339}, "charText": "無", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 106, "y0": 343, "x1": 148, "y1": 344, "x2": 148, "y2": 386, "x3": 105, "y3": 386}, "charText": "可", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 99, "y0": 390, "x1": 149, "y1": 390, "x2": 149, "y2": 423, "x3": 99, "y3": 423}, "charText": "如", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 101, "y0": 429, "x1": 149, "y1": 430, "x2": 149, "y2": 474, "x3": 101, "y3": 473}, "charText": "何", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 110, "y0": 476, "x1": 153, "y1": 476, "x2": 154, "y2": 517, "x3": 111, "y3": 517}, "charText": "了", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 103, "y0": 520, "x1": 152, "y1": 520, "x2": 151, "y2": 562, "x3": 103, "y3": 562}, "charText": "這", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 113, "y0": 566, "x1": 143, "y1": 566, "x2": 143, "y2": 599, "x3": 113, "y3": 599}, "charText": "曰", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 103, "y0": 606, "x1": 154, "y1": 606, "x2": 154, "y2": 645, "x3": 103, "y3": 645}, "charText": "甄", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 108, "y0": 647, "x1": 154, "y1": 647, "x2": 154, "y2": 693, "x3": 108, "y3": 693}, "charText": "家", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 109, "y0": 695, "x1": 154, "y1": 695, "x2": 154, "y2": 734, "x3": 110, "y3": 734}, "charText": "大", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 108, "y0": 736, "x1": 144, "y1": 736, "x2": 145, "y2": 779, "x3": 108, "y3": 779}, "charText": "了", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 106, "y0": 781, "x1": 151, "y1": 781, "x2": 151, "y2": 824, "x3": 106, "y3": 824}, "charText": "頭", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 106, "y0": 825, "x1": 151, "y1": 824, "x2": 151, "y2": 866, "x3": 106, "y3": 866}, "charText": "在", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 111, "y0": 869, "x1": 151, "y1": 869, "x2": 151, "y2": 909, "x3": 111, "y3": 909}, "charText": "門", "textlineId": 7, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 40, "y0": 44, "x1": 82, "y1": 44, "x2": 82, "y2": 83, "x3": 41, "y3": 83}, "charText": "前", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 43, "y0": 82, "x1": 80, "y1": 82, "x2": 80, "y2": 124, "x3": 43, "y3": 124}, "charText": "買", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 39, "y0": 124, "x1": 91, "y1": 123, "x2": 91, "y2": 168, "x3": 39, "y3": 168}, "charText": "線", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 40, "y0": 169, "x1": 85, "y1": 168, "x2": 85, "y2": 211, "x3": 41, "y3": 211}, "charText": "忽", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 36, "y0": 212, "x1": 87, "y1": 212, "x2": 86, "y2": 255, "x3": 36, "y3": 255}, "charText": "聽", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 39, "y0": 255, "x1": 86, "y1": 255, "x2": 86, "y2": 302, "x3": 39, "y3": 302}, "charText": "街", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 39, "y0": 302, "x1": 84, "y1": 303, "x2": 84, "y2": 335, "x3": 39, "y3": 335}, "charText": "上", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 39, "y0": 340, "x1": 82, "y1": 340, "x2": 82, "y2": 385, "x3": 39, "y3": 385}, "charText": "喝", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 37, "y0": 385, "x1": 86, "y1": 385, "x2": 86, "y2": 428, "x3": 38, "y3": 428}, "charText": "道", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 39, "y0": 432, "x1": 88, "y1": 432, "x2": 88, "y2": 465, "x3": 39, "y3": 465}, "charText": "之", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 39, "y0": 467, "x1": 90, "y1": 467, "x2": 91, "y2": 517, "x3": 40, "y3": 518}, "charText": "聲", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 45, "y0": 517, "x1": 83, "y1": 516, "x2": 84, "y2": 565, "x3": 45, "y3": 565}, "charText": "衆", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 40, "y0": 568, "x1": 88, "y1": 568, "x2": 88, "y2": 601, "x3": 40, "y3": 601}, "charText": "人", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 38, "y0": 604, "x1": 87, "y1": 604, "x2": 87, "y2": 651, "x3": 38, "y3": 651}, "charText": "都", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 38, "y0": 652, "x1": 90, "y1": 652, "x2": 90, "y2": 692, "x3": 38, "y3": 692}, "charText": "説", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 38, "y0": 693, "x1": 88, "y1": 693, "x2": 87, "y2": 737, "x3": 38, "y3": 737}, "charText": "新", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 42, "y0": 737, "x1": 91, "y1": 737, "x2": 91, "y2": 776, "x3": 43, "y3": 776}, "charText": "太", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 40, "y0": 778, "x1": 92, "y1": 778, "x2": 92, "y2": 829, "x3": 41, "y3": 829}, "charText": "爺", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 43, "y0": 829, "x1": 86, "y1": 829, "x2": 86, "y2": 872, "x3": 43, "y3": 872}, "charText": "到", "textlineId": 8, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 45, "y0": 871, "x1": 95, "y1": 871, "x2": 95, "y2": 909, "x3": 46, "y3": 910}, "charText": "任", "textlineId": 8, "picUri": "", "isPicText": false}]}, "7501933907890831401": {"wordBoxList": [{"charPoly": {"x0": 542, "y0": 34, "x1": 576, "y1": 35, "x2": 576, "y2": 77, "x3": 542, "y3": 77}, "charText": "了", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 537, "y0": 77, "x1": 582, "y1": 78, "x2": 582, "y2": 120, "x3": 537, "y3": 119}, "charText": "環", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 533, "y0": 120, "x1": 584, "y1": 121, "x2": 584, "y2": 161, "x3": 532, "y3": 161}, "charText": "於", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 537, "y0": 163, "x1": 583, "y1": 164, "x2": 583, "y2": 207, "x3": 537, "y3": 207}, "charText": "是", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 539, "y0": 207, "x1": 583, "y1": 207, "x2": 583, "y2": 249, "x3": 539, "y3": 249}, "charText": "隐", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 537, "y0": 250, "x1": 582, "y1": 250, "x2": 582, "y2": 294, "x3": 537, "y3": 293}, "charText": "在", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 541, "y0": 295, "x1": 582, "y1": 295, "x2": 582, "y2": 336, "x3": 541, "y3": 336}, "charText": "門", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 539, "y0": 337, "x1": 579, "y1": 337, "x2": 579, "y2": 374, "x3": 539, "y3": 374}, "charText": "内", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 535, "y0": 375, "x1": 578, "y1": 375, "x2": 578, "y2": 422, "x3": 535, "y3": 422}, "charText": "看", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 538, "y0": 422, "x1": 583, "y1": 422, "x2": 584, "y2": 470, "x3": 538, "y3": 470}, "charText": "時", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 537, "y0": 472, "x1": 578, "y1": 473, "x2": 578, "y2": 508, "x3": 537, "y3": 507}, "charText": "只", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 537, "y0": 510, "x1": 583, "y1": 510, "x2": 583, "y2": 551, "x3": 537, "y3": 551}, "charText": "見", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 535, "y0": 554, "x1": 579, "y1": 555, "x2": 579, "y2": 601, "x3": 534, "y3": 601}, "charText": "軍", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 535, "y0": 603, "x1": 579, "y1": 603, "x2": 579, "y2": 648, "x3": 535, "y3": 647}, "charText": "牢", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 535, "y0": 648, "x1": 580, "y1": 648, "x2": 580, "y2": 687, "x3": 535, "y3": 687}, "charText": "快", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 532, "y0": 687, "x1": 583, "y1": 687, "x2": 583, "y2": 731, "x3": 532, "y3": 731}, "charText": "手", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 533, "y0": 741, "x1": 580, "y1": 741, "x2": 581, "y2": 757, "x3": 533, "y3": 756}, "charText": "一", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 531, "y0": 767, "x1": 580, "y1": 767, "x2": 580, "y2": 816, "x3": 531, "y3": 815}, "charText": "對", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 533, "y0": 824, "x1": 579, "y1": 824, "x2": 579, "y2": 843, "x3": 533, "y3": 842}, "charText": "一", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 530, "y0": 854, "x1": 581, "y1": 854, "x2": 580, "y2": 901, "x3": 529, "y3": 901}, "charText": "對", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 475, "y0": 33, "x1": 521, "y1": 33, "x2": 521, "y2": 77, "x3": 474, "y3": 76}, "charText": "的", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 474, "y0": 78, "x1": 521, "y1": 78, "x2": 521, "y2": 117, "x3": 474, "y3": 117}, "charText": "過", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 474, "y0": 117, "x1": 523, "y1": 118, "x2": 523, "y2": 160, "x3": 473, "y3": 160}, "charText": "去", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 471, "y0": 162, "x1": 522, "y1": 163, "x2": 522, "y2": 208, "x3": 471, "y3": 207}, "charText": "俄", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 475, "y0": 212, "x1": 519, "y1": 212, "x2": 519, "y2": 248, "x3": 475, "y3": 248}, "charText": "而", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 477, "y0": 248, "x1": 520, "y1": 248, "x2": 520, "y2": 288, "x3": 477, "y3": 288}, "charText": "大", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 473, "y0": 290, "x1": 522, "y1": 290, "x2": 522, "y2": 335, "x3": 473, "y3": 335}, "charText": "轎", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 478, "y0": 336, "x1": 517, "y1": 337, "x2": 517, "y2": 375, "x3": 478, "y3": 375}, "charText": "内", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 474, "y0": 376, "x1": 518, "y1": 376, "x2": 518, "y2": 417, "x3": 474, "y3": 417}, "charText": "抬", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 473, "y0": 418, "x1": 518, "y1": 418, "x2": 518, "y2": 467, "x3": 473, "y3": 467}, "charText": "著", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 475, "y0": 479, "x1": 520, "y1": 480, "x2": 521, "y2": 494, "x3": 475, "y3": 493}, "charText": "一", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 473, "y0": 513, "x1": 519, "y1": 513, "x2": 519, "y2": 554, "x3": 473, "y3": 553}, "charText": "個", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 479, "y0": 554, "x1": 519, "y1": 554, "x2": 518, "y2": 599, "x3": 479, "y3": 599}, "charText": "烏", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 475, "y0": 600, "x1": 518, "y1": 600, "x2": 518, "y2": 646, "x3": 474, "y3": 646}, "charText": "紗", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 474, "y0": 648, "x1": 520, "y1": 649, "x2": 519, "y2": 688, "x3": 474, "y3": 688}, "charText": "猩", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 472, "y0": 688, "x1": 521, "y1": 689, "x2": 521, "y2": 729, "x3": 471, "y3": 729}, "charText": "袍", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 476, "y0": 730, "x1": 519, "y1": 730, "x2": 519, "y2": 770, "x3": 476, "y3": 770}, "charText": "的", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 475, "y0": 771, "x1": 517, "y1": 771, "x2": 517, "y2": 812, "x3": 475, "y3": 811}, "charText": "官", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 475, "y0": 814, "x1": 517, "y1": 814, "x2": 517, "y2": 860, "x3": 474, "y3": 859}, "charText": "府", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 473, "y0": 862, "x1": 518, "y1": 863, "x2": 518, "y2": 902, "x3": 472, "y3": 902}, "charText": "過", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 414, "y0": 33, "x1": 465, "y1": 33, "x2": 464, "y2": 75, "x3": 414, "y3": 75}, "charText": "去", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 423, "y0": 77, "x1": 453, "y1": 77, "x2": 453, "y2": 116, "x3": 423, "y3": 116}, "charText": "了", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 415, "y0": 118, "x1": 460, "y1": 119, "x2": 459, "y2": 162, "x3": 415, "y3": 162}, "charText": "環", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 414, "y0": 163, "x1": 458, "y1": 164, "x2": 458, "y2": 210, "x3": 414, "y3": 210}, "charText": "到", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 416, "y0": 211, "x1": 464, "y1": 211, "x2": 463, "y2": 254, "x3": 416, "y3": 254}, "charText": "發", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 420, "y0": 255, "x1": 452, "y1": 255, "x2": 452, "y2": 293, "x3": 420, "y3": 293}, "charText": "了", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 414, "y0": 294, "x1": 463, "y1": 295, "x2": 463, "y2": 334, "x3": 414, "y3": 333}, "charText": "怔", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 419, "y0": 334, "x1": 455, "y1": 334, "x2": 455, "y2": 375, "x3": 419, "y3": 375}, "charText": "自", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 414, "y0": 376, "x1": 459, "y1": 376, "x2": 459, "y2": 420, "x3": 414, "y3": 420}, "charText": "忖", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 413, "y0": 422, "x1": 461, "y1": 422, "x2": 461, "y2": 463, "x3": 413, "y3": 463}, "charText": "這", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 415, "y0": 466, "x1": 458, "y1": 466, "x2": 457, "y2": 507, "x3": 415, "y3": 506}, "charText": "官", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 412, "y0": 512, "x1": 461, "y1": 512, "x2": 461, "y2": 554, "x3": 412, "y3": 553}, "charText": "好", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 414, "y0": 558, "x1": 460, "y1": 558, "x2": 460, "y2": 598, "x3": 414, "y3": 598}, "charText": "面", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 412, "y0": 598, "x1": 464, "y1": 598, "x2": 463, "y2": 642, "x3": 411, "y3": 641}, "charText": "善", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 413, "y0": 644, "x1": 457, "y1": 645, "x2": 457, "y2": 687, "x3": 412, "y3": 687}, "charText": "到", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 411, "y0": 686, "x1": 462, "y1": 687, "x2": 461, "y2": 731, "x3": 411, "y3": 730}, "charText": "像", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 412, "y0": 732, "x1": 459, "y1": 732, "x2": 458, "y2": 773, "x3": 412, "y3": 772}, "charText": "在", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 414, "y0": 774, "x1": 459, "y1": 774, "x2": 458, "y2": 817, "x3": 413, "y3": 816}, "charText": "那", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 410, "y0": 818, "x1": 459, "y1": 819, "x2": 459, "y2": 857, "x3": 410, "y3": 856}, "charText": "裡", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 410, "y0": 858, "x1": 462, "y1": 859, "x2": 461, "y2": 902, "x3": 409, "y3": 902}, "charText": "會", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 354, "y0": 37, "x1": 403, "y1": 37, "x2": 403, "y2": 74, "x3": 354, "y3": 74}, "charText": "過", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 357, "y0": 75, "x1": 406, "y1": 75, "x2": 406, "y2": 117, "x3": 357, "y3": 117}, "charText": "的", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 353, "y0": 118, "x1": 404, "y1": 118, "x2": 404, "y2": 159, "x3": 352, "y3": 158}, "charText": "於", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 355, "y0": 163, "x1": 402, "y1": 163, "x2": 401, "y2": 206, "x3": 354, "y3": 205}, "charText": "是", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 352, "y0": 206, "x1": 402, "y1": 207, "x2": 402, "y2": 249, "x3": 352, "y3": 248}, "charText": "進", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 355, "y0": 255, "x1": 402, "y1": 256, "x2": 401, "y2": 283, "x3": 354, "y3": 283}, "charText": "入", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 354, "y0": 287, "x1": 397, "y1": 287, "x2": 397, "y2": 335, "x3": 354, "y3": 335}, "charText": "房", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 357, "y0": 336, "x1": 403, "y1": 336, "x2": 403, "y2": 381, "x3": 357, "y3": 381}, "charText": "中", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 357, "y0": 381, "x1": 400, "y1": 381, "x2": 400, "y2": 419, "x3": 357, "y3": 419}, "charText": "也", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 353, "y0": 422, "x1": 402, "y1": 422, "x2": 402, "y2": 464, "x3": 353, "y3": 464}, "charText": "就", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 353, "y0": 467, "x1": 398, "y1": 467, "x2": 398, "y2": 507, "x3": 353, "y3": 507}, "charText": "丢", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 353, "y0": 512, "x1": 401, "y1": 512, "x2": 401, "y2": 552, "x3": 352, "y3": 552}, "charText": "過", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 356, "y0": 557, "x1": 397, "y1": 558, "x2": 397, "y2": 595, "x3": 356, "y3": 595}, "charText": "不", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 352, "y0": 595, "x1": 399, "y1": 595, "x2": 398, "y2": 638, "x3": 352, "y3": 638}, "charText": "在", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 356, "y0": 644, "x1": 398, "y1": 644, "x2": 398, "y2": 677, "x3": 355, "y3": 676}, "charText": "心", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 351, "y0": 684, "x1": 403, "y1": 685, "x2": 403, "y2": 722, "x3": 350, "y3": 721}, "charText": "上", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 352, "y0": 728, "x1": 397, "y1": 729, "x2": 397, "y2": 768, "x3": 352, "y3": 767}, "charText": "至", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 353, "y0": 770, "x1": 400, "y1": 771, "x2": 400, "y2": 811, "x3": 352, "y3": 811}, "charText": "晚", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 353, "y0": 814, "x1": 394, "y1": 815, "x2": 394, "y2": 860, "x3": 353, "y3": 859}, "charText": "間", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 350, "y0": 861, "x1": 397, "y1": 861, "x2": 397, "y2": 897, "x3": 349, "y3": 897}, "charText": "正", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 296, "y0": 32, "x1": 341, "y1": 32, "x2": 341, "y2": 78, "x3": 296, "y3": 77}, "charText": "待", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 296, "y0": 77, "x1": 340, "y1": 78, "x2": 340, "y2": 118, "x3": 295, "y3": 117}, "charText": "歇", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 297, "y0": 116, "x1": 344, "y1": 116, "x2": 344, "y2": 165, "x3": 296, "y3": 164}, "charText": "時", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 297, "y0": 164, "x1": 340, "y1": 164, "x2": 340, "y2": 206, "x3": 297, "y3": 206}, "charText": "忽", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 294, "y0": 207, "x1": 341, "y1": 208, "x2": 341, "y2": 251, "x3": 293, "y3": 250}, "charText": "聽", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 294, "y0": 262, "x1": 340, "y1": 263, "x2": 341, "y2": 278, "x3": 294, "y3": 278}, "charText": "一", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 298, "y0": 289, "x1": 336, "y1": 289, "x2": 336, "y2": 332, "x3": 298, "y3": 332}, "charText": "片", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 295, "y0": 331, "x1": 341, "y1": 332, "x2": 341, "y2": 384, "x3": 295, "y3": 383}, "charText": "聲", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 294, "y0": 382, "x1": 340, "y1": 383, "x2": 340, "y2": 426, "x3": 294, "y3": 425}, "charText": "打", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 296, "y0": 426, "x1": 338, "y1": 427, "x2": 338, "y2": 467, "x3": 296, "y3": 467}, "charText": "的", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 298, "y0": 468, "x1": 339, "y1": 468, "x2": 339, "y2": 510, "x3": 298, "y3": 509}, "charText": "門", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 295, "y0": 508, "x1": 342, "y1": 509, "x2": 342, "y2": 555, "x3": 294, "y3": 554}, "charText": "響", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 292, "y0": 557, "x1": 338, "y1": 558, "x2": 338, "y2": 602, "x3": 292, "y3": 601}, "charText": "許", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 297, "y0": 601, "x1": 332, "y1": 601, "x2": 332, "y2": 646, "x3": 296, "y3": 646}, "charText": "多", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 294, "y0": 647, "x1": 339, "y1": 647, "x2": 338, "y2": 680, "x3": 294, "y3": 680}, "charText": "人", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 293, "y0": 683, "x1": 340, "y1": 684, "x2": 340, "y2": 728, "x3": 292, "y3": 728}, "charText": "亂", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 294, "y0": 728, "x1": 340, "y1": 728, "x2": 340, "y2": 773, "x3": 293, "y3": 773}, "charText": "嚷", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 288, "y0": 772, "x1": 340, "y1": 773, "x2": 339, "y2": 812, "x3": 288, "y3": 811}, "charText": "説", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 291, "y0": 812, "x1": 339, "y1": 813, "x2": 338, "y2": 855, "x3": 290, "y3": 855}, "charText": "本", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 290, "y0": 857, "x1": 335, "y1": 858, "x2": 334, "y2": 903, "x3": 289, "y3": 902}, "charText": "府", "textlineId": 4, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 236, "y0": 32, "x1": 283, "y1": 32, "x2": 282, "y2": 72, "x3": 236, "y3": 72}, "charText": "太", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 232, "y0": 78, "x1": 283, "y1": 79, "x2": 283, "y2": 124, "x3": 232, "y3": 124}, "charText": "爺", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 237, "y0": 124, "x1": 278, "y1": 124, "x2": 278, "y2": 165, "x3": 237, "y3": 165}, "charText": "的", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 237, "y0": 165, "x1": 277, "y1": 166, "x2": 277, "y2": 209, "x3": 237, "y3": 209}, "charText": "差", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 236, "y0": 211, "x1": 282, "y1": 212, "x2": 282, "y2": 244, "x3": 236, "y3": 243}, "charText": "人", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 237, "y0": 245, "x1": 282, "y1": 245, "x2": 282, "y2": 292, "x3": 237, "y3": 291}, "charText": "来", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 234, "y0": 292, "x1": 279, "y1": 292, "x2": 279, "y2": 339, "x3": 233, "y3": 339}, "charText": "傳", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 235, "y0": 340, "x1": 281, "y1": 340, "x2": 281, "y2": 373, "x3": 235, "y3": 372}, "charText": "人", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 237, "y0": 378, "x1": 276, "y1": 379, "x2": 276, "y2": 422, "x3": 237, "y3": 422}, "charText": "問", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 230, "y0": 423, "x1": 283, "y1": 424, "x2": 282, "y2": 464, "x3": 230, "y3": 464}, "charText": "話", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 232, "y0": 465, "x1": 278, "y1": 466, "x2": 278, "y2": 511, "x3": 232, "y3": 511}, "charText": "封", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 233, "y0": 510, "x1": 275, "y1": 510, "x2": 275, "y2": 560, "x3": 233, "y3": 560}, "charText": "肅", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 233, "y0": 560, "x1": 279, "y1": 560, "x2": 279, "y2": 603, "x3": 232, "y3": 603}, "charText": "聽", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 241, "y0": 605, "x1": 282, "y1": 605, "x2": 282, "y2": 643, "x3": 241, "y3": 643}, "charText": "了", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 233, "y0": 643, "x1": 279, "y1": 643, "x2": 279, "y2": 686, "x3": 233, "y3": 686}, "charText": "唬", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 232, "y0": 687, "x1": 277, "y1": 688, "x2": 277, "y2": 734, "x3": 231, "y3": 733}, "charText": "得", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 241, "y0": 735, "x1": 268, "y1": 735, "x2": 268, "y2": 770, "x3": 241, "y3": 770}, "charText": "目", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 230, "y0": 773, "x1": 279, "y1": 773, "x2": 279, "y2": 813, "x3": 230, "y3": 813}, "charText": "瞪", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 237, "y0": 820, "x1": 269, "y1": 821, "x2": 269, "y2": 845, "x3": 238, "y3": 845}, "charText": "口", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 234, "y0": 856, "x1": 280, "y1": 857, "x2": 280, "y2": 900, "x3": 234, "y3": 900}, "charText": "呆", "textlineId": 5, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 179, "y0": 34, "x1": 221, "y1": 35, "x2": 221, "y2": 72, "x3": 179, "y3": 71}, "charText": "不", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 174, "y0": 75, "x1": 223, "y1": 76, "x2": 222, "y2": 111, "x3": 174, "y3": 110}, "charText": "知", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 174, "y0": 114, "x1": 217, "y1": 114, "x2": 217, "y2": 161, "x3": 174, "y3": 161}, "charText": "有", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 173, "y0": 163, "x1": 221, "y1": 164, "x2": 221, "y2": 205, "x3": 173, "y3": 205}, "charText": "何", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 173, "y0": 207, "x1": 222, "y1": 207, "x2": 221, "y2": 246, "x3": 173, "y3": 246}, "charText": "禍", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 176, "y0": 245, "x1": 224, "y1": 245, "x2": 224, "y2": 296, "x3": 176, "y3": 295}, "charText": "事", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 172, "y0": 297, "x1": 222, "y1": 297, "x2": 222, "y2": 331, "x3": 172, "y3": 331}, "charText": "且", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 173, "y0": 333, "x1": 222, "y1": 333, "x2": 221, "y2": 377, "x3": 172, "y3": 376}, "charText": "聽", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 174, "y0": 381, "x1": 216, "y1": 381, "x2": 216, "y2": 421, "x3": 174, "y3": 421}, "charText": "下", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 178, "y0": 425, "x1": 217, "y1": 425, "x2": 217, "y2": 459, "x3": 178, "y3": 459}, "charText": "回", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 173, "y0": 465, "x1": 221, "y1": 465, "x2": 221, "y2": 505, "x3": 173, "y3": 504}, "charText": "分", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 173, "y0": 508, "x1": 223, "y1": 508, "x2": 222, "y2": 558, "x3": 173, "y3": 558}, "charText": "解", "textlineId": 6, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 10, "y0": 705, "x1": 39, "y1": 705, "x2": 39, "y2": 734, "x3": 10, "y3": 734}, "charText": "十", "textlineId": 7, "picUri": "", "isPicText": false}]}, "7501933907890847785": {"wordBoxList": [{"charPoly": {"x0": 528, "y0": 31, "x1": 575, "y1": 31, "x2": 575, "y2": 75, "x3": 527, "y3": 75}, "charText": "總", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 527, "y0": 78, "x1": 573, "y1": 78, "x2": 573, "y2": 124, "x3": 527, "y3": 124}, "charText": "評", "textlineId": 0, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 472, "y0": 117, "x1": 510, "y1": 117, "x2": 510, "y2": 159, "x3": 472, "y3": 159}, "charText": "出", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 473, "y0": 169, "x1": 506, "y1": 170, "x2": 507, "y2": 194, "x3": 473, "y3": 193}, "charText": "口", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 466, "y0": 205, "x1": 512, "y1": 206, "x2": 511, "y2": 253, "x3": 465, "y3": 252}, "charText": "神", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 464, "y0": 253, "x1": 515, "y1": 253, "x2": 515, "y2": 301, "x3": 464, "y3": 300}, "charText": "竒", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 468, "y0": 302, "x1": 512, "y1": 303, "x2": 511, "y2": 337, "x3": 468, "y3": 336}, "charText": "幻", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 470, "y0": 337, "x1": 508, "y1": 338, "x2": 507, "y2": 384, "x3": 470, "y3": 383}, "charText": "中", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 467, "y0": 385, "x1": 510, "y1": 385, "x2": 510, "y2": 424, "x3": 467, "y3": 424}, "charText": "不", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 468, "y0": 431, "x1": 505, "y1": 431, "x2": 506, "y2": 463, "x3": 468, "y3": 463}, "charText": "幻", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 469, "y0": 469, "x1": 514, "y1": 469, "x2": 514, "y2": 509, "x3": 470, "y3": 508}, "charText": "文", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 464, "y0": 509, "x1": 514, "y1": 510, "x2": 514, "y2": 562, "x3": 464, "y3": 562}, "charText": "勢", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 466, "y0": 564, "x1": 515, "y1": 565, "x2": 515, "y2": 602, "x3": 466, "y3": 601}, "charText": "跳", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 464, "y0": 606, "x1": 515, "y1": 606, "x2": 515, "y2": 649, "x3": 464, "y3": 648}, "charText": "躍", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 465, "y0": 648, "x1": 510, "y1": 649, "x2": 510, "y2": 696, "x3": 465, "y3": 695}, "charText": "情", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 462, "y0": 698, "x1": 510, "y1": 699, "x2": 510, "y2": 735, "x3": 462, "y3": 735}, "charText": "裡", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 464, "y0": 736, "x1": 511, "y1": 736, "x2": 511, "y2": 773, "x3": 464, "y3": 773}, "charText": "生", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 466, "y0": 772, "x1": 513, "y1": 773, "x2": 513, "y2": 821, "x3": 466, "y3": 821}, "charText": "情", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 461, "y0": 823, "x1": 511, "y1": 824, "x2": 511, "y2": 866, "x3": 461, "y3": 866}, "charText": "借", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 467, "y0": 871, "x1": 511, "y1": 872, "x2": 510, "y2": 905, "x3": 467, "y3": 905}, "charText": "幻", "textlineId": 1, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 401, "y0": 117, "x1": 452, "y1": 117, "x2": 452, "y2": 160, "x3": 401, "y3": 160}, "charText": "説", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 403, "y0": 161, "x1": 455, "y1": 161, "x2": 455, "y2": 203, "x3": 403, "y3": 203}, "charText": "法", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 407, "y0": 210, "x1": 451, "y1": 210, "x2": 451, "y2": 247, "x3": 407, "y3": 247}, "charText": "而", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 406, "y0": 254, "x1": 449, "y1": 255, "x2": 449, "y2": 288, "x3": 406, "y3": 288}, "charText": "幻", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 408, "y0": 290, "x1": 446, "y1": 290, "x2": 445, "y2": 336, "x3": 408, "y3": 336}, "charText": "中", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 408, "y0": 338, "x1": 448, "y1": 339, "x2": 448, "y2": 379, "x3": 408, "y3": 379}, "charText": "更", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 408, "y0": 379, "x1": 444, "y1": 379, "x2": 444, "y2": 423, "x3": 408, "y3": 423}, "charText": "自", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 406, "y0": 423, "x1": 445, "y1": 423, "x2": 445, "y2": 467, "x3": 406, "y3": 467}, "charText": "多", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 406, "y0": 465, "x1": 454, "y1": 465, "x2": 454, "y2": 516, "x3": 406, "y3": 516}, "charText": "情", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 408, "y0": 519, "x1": 446, "y1": 519, "x2": 446, "y2": 559, "x3": 408, "y3": 559}, "charText": "因", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 405, "y0": 558, "x1": 448, "y1": 558, "x2": 448, "y2": 605, "x3": 405, "y3": 604}, "charText": "情", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 404, "y0": 606, "x1": 453, "y1": 606, "x2": 453, "y2": 644, "x3": 404, "y3": 644}, "charText": "捉", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 404, "y0": 644, "x1": 455, "y1": 644, "x2": 454, "y2": 699, "x3": 403, "y3": 700}, "charText": "茟", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 407, "y0": 702, "x1": 452, "y1": 702, "x2": 452, "y2": 735, "x3": 407, "y3": 735}, "charText": "而", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 408, "y0": 736, "x1": 451, "y1": 736, "x2": 451, "y2": 783, "x3": 408, "y3": 783}, "charText": "情", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 403, "y0": 784, "x1": 451, "y1": 784, "x2": 451, "y2": 821, "x3": 403, "y3": 821}, "charText": "裡", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 403, "y0": 822, "x1": 450, "y1": 822, "x2": 450, "y2": 862, "x3": 403, "y3": 863}, "charText": "偏", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 407, "y0": 863, "x1": 453, "y1": 863, "x2": 453, "y2": 904, "x3": 407, "y3": 904}, "charText": "成", "textlineId": 2, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 344, "y0": 114, "x1": 393, "y1": 114, "x2": 393, "y2": 163, "x3": 344, "y3": 163}, "charText": "癡", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 346, "y0": 166, "x1": 394, "y1": 167, "x2": 394, "y2": 203, "x3": 345, "y3": 202}, "charText": "幻", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 342, "y0": 205, "x1": 393, "y1": 205, "x2": 393, "y2": 249, "x3": 342, "y3": 249}, "charText": "試", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 349, "y0": 252, "x1": 389, "y1": 252, "x2": 389, "y2": 294, "x3": 349, "y3": 294}, "charText": "問", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 343, "y0": 297, "x1": 387, "y1": 297, "x2": 387, "y2": 337, "x3": 343, "y3": 337}, "charText": "君", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 346, "y0": 337, "x1": 391, "y1": 337, "x2": 391, "y2": 382, "x3": 346, "y3": 382}, "charText": "家", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 342, "y0": 382, "x1": 391, "y1": 382, "x2": 391, "y2": 424, "x3": 342, "y3": 424}, "charText": "識", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 343, "y0": 425, "x1": 389, "y1": 425, "x2": 389, "y2": 472, "x3": 343, "y3": 472}, "charText": "得", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 345, "y0": 473, "x1": 393, "y1": 473, "x2": 393, "y2": 511, "x3": 345, "y3": 511}, "charText": "否", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 349, "y0": 515, "x1": 391, "y1": 515, "x2": 391, "y2": 557, "x3": 349, "y3": 557}, "charText": "色", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 346, "y0": 559, "x1": 389, "y1": 560, "x2": 389, "y2": 600, "x3": 346, "y3": 600}, "charText": "空", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 346, "y0": 603, "x1": 389, "y1": 603, "x2": 389, "y2": 643, "x3": 346, "y3": 643}, "charText": "空", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 350, "y0": 644, "x1": 391, "y1": 644, "x2": 391, "y2": 690, "x3": 350, "y3": 690}, "charText": "色", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 346, "y0": 695, "x1": 391, "y1": 695, "x2": 391, "y2": 732, "x3": 346, "y3": 732}, "charText": "兩", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 341, "y0": 733, "x1": 392, "y1": 733, "x2": 392, "y2": 777, "x3": 340, "y3": 776}, "charText": "無", "textlineId": 3, "picUri": "", "isPicText": false}, {"charPoly": {"x0": 343, "y0": 780, "x1": 395, "y1": 780, "x2": 395, "y2": 820, "x3": 343, "y3": 819}, "charText": "取", "textlineId": 3, "picUri": "", "isPicText": false}]}}}} \ No newline at end of file diff --git a/ocr/out/coords/wordbox_0001_1kzz90e2w10dj.json b/ocr/out/coords/wordbox_0003_1kzz90e2w10dj.json similarity index 100% rename from ocr/out/coords/wordbox_0001_1kzz90e2w10dj.json rename to ocr/out/coords/wordbox_0003_1kzz90e2w10dj.json diff --git a/ocr/out/images/0000_1kzz90e16h5ic.webp b/ocr/out/images/SWX0005_00001_00001.webp similarity index 100% rename from ocr/out/images/0000_1kzz90e16h5ic.webp rename to ocr/out/images/SWX0005_00001_00001.webp diff --git a/ocr/out/images/0001_1kzz90e16hi5g.webp b/ocr/out/images/SWX0005_00001_00002.webp similarity index 100% rename from ocr/out/images/0001_1kzz90e16hi5g.webp rename to ocr/out/images/SWX0005_00001_00002.webp diff --git a/ocr/out/images/SWX0005_00001_00003.webp b/ocr/out/images/SWX0005_00001_00003.webp new file mode 100644 index 0000000000000000000000000000000000000000..310a184eeee658fdac5677b027cb02a3f089c4e2 --- /dev/null +++ b/ocr/out/images/SWX0005_00001_00003.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74a19d6b31ace0b2da7ea6662d65676b413c1d5790eb2e0b0dba3afe749666c6 +size 272534 diff --git a/ocr/out/images/SWX0005_00001_00004.webp b/ocr/out/images/SWX0005_00001_00004.webp new file mode 100644 index 0000000000000000000000000000000000000000..6198ec607e1b8ee334135d8310cbd339f97ff943 --- /dev/null +++ b/ocr/out/images/SWX0005_00001_00004.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aaba5f7773b4215606e507a0e02a18f641e0b4fa7a5a2fc9f4d736cd33daee0 +size 290620 diff --git a/ocr/out/images/SWX0005_00001_00005.webp b/ocr/out/images/SWX0005_00001_00005.webp new file mode 100644 index 0000000000000000000000000000000000000000..eb17488b5697326b8c19a7ffbe2b2df1fd0eb7ad --- /dev/null +++ b/ocr/out/images/SWX0005_00001_00005.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5817dcbf1a541a015ceb7836cbd9ed33e78f353392175b2291ae83ada78bef50 +size 265546 diff --git a/ocr/out/images/SWX0005_00001_00006.webp b/ocr/out/images/SWX0005_00001_00006.webp new file mode 100644 index 0000000000000000000000000000000000000000..c318242b6a59da91fcce57f6f5634127106613bd --- /dev/null +++ b/ocr/out/images/SWX0005_00001_00006.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c1bf53ecd1ca092fcdf7efdcff89e40da75204ff105e90b94e8ea86932b7b02 +size 269200 diff --git a/ocr/out/images/SWX0005_00001_00007.webp b/ocr/out/images/SWX0005_00001_00007.webp new file mode 100644 index 0000000000000000000000000000000000000000..1d4eeeeff870552f111b70f2073bb38f677b6d7e --- /dev/null +++ b/ocr/out/images/SWX0005_00001_00007.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc7d05b05b23d3c14164751df8fba09343934e0b74468786d0899e720f49d2c4 +size 270312 diff --git a/ocr/out/images/SWX0005_00001_00008.webp b/ocr/out/images/SWX0005_00001_00008.webp new file mode 100644 index 0000000000000000000000000000000000000000..2d575c27c91cf0d4c371a9d91a9f06ed86ad7e72 --- /dev/null +++ b/ocr/out/images/SWX0005_00001_00008.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5b1fc902ec61130ad3fe6c0f9bbf2a24bab0a1f28a74dedcf37fa14e6343c2f +size 277602 diff --git a/ocr/out/images/SWX0005_00001_00009.webp b/ocr/out/images/SWX0005_00001_00009.webp new file mode 100644 index 0000000000000000000000000000000000000000..e4f694435bef4934d2eede95db9773a2313e1171 --- /dev/null +++ b/ocr/out/images/SWX0005_00001_00009.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49225e2414a0095e32f9fc1331202fda645c8c8b6b561dba4e3a43cfd07ebc0f +size 302752 diff --git a/ocr/out/images/SWX0005_00001_00010.webp b/ocr/out/images/SWX0005_00001_00010.webp new file mode 100644 index 0000000000000000000000000000000000000000..85b78f1bcc53fff2dbc79b69d38b6dae9978dc86 --- /dev/null +++ b/ocr/out/images/SWX0005_00001_00010.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78e82ace408ae52f32217aa6d415c078721e8224568158a383d016fa44eca7f7 +size 285102 diff --git a/ocr/out/images/SWX0005_00001_00011.webp b/ocr/out/images/SWX0005_00001_00011.webp new file mode 100644 index 0000000000000000000000000000000000000000..17262e47e40f0f3d1b18be2a275c612c71993733 --- /dev/null +++ b/ocr/out/images/SWX0005_00001_00011.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7920f57852e472e6626095ff37d577b78761369e8f593ab2bf62e511a1864eb4 +size 250876 diff --git a/ocr/out/images/SWX0005_00001_00012.webp b/ocr/out/images/SWX0005_00001_00012.webp new file mode 100644 index 0000000000000000000000000000000000000000..2e0dde70cc8bfc07d650afacb491ea57916daf49 --- /dev/null +++ b/ocr/out/images/SWX0005_00001_00012.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cb04ebde10fd0b36b4ec54115d263b644984ee68c8f69422673c52b3d737998 +size 285142 diff --git a/ocr/out/images/SWX0005_00001_00013.webp b/ocr/out/images/SWX0005_00001_00013.webp new file mode 100644 index 0000000000000000000000000000000000000000..4551f87f9319762a58f34a3a037937ba986e52b7 --- /dev/null +++ b/ocr/out/images/SWX0005_00001_00013.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58da5635e528de3b44f9e2317842c13a1a9b13c7bfc6b25fc570e218a74c245a +size 283274 diff --git a/ocr/out/images/SWX0005_00001_00014.webp b/ocr/out/images/SWX0005_00001_00014.webp new file mode 100644 index 0000000000000000000000000000000000000000..cdbef2d971459ce832134a93543c092e912fe693 --- /dev/null +++ b/ocr/out/images/SWX0005_00001_00014.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e339bee09559c44eaec1d62773c3f03654b41a91768d416f6ea3dec52fbaa32 +size 251396 diff --git a/ocr/out/images/SWX0005_00001_00016.webp b/ocr/out/images/SWX0005_00001_00016.webp new file mode 100644 index 0000000000000000000000000000000000000000..488fb0e66cc86f5be54aa0747ce404a231a5f025 --- /dev/null +++ b/ocr/out/images/SWX0005_00001_00016.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4278a92af86b536519a4b4fae9195a6ae27eb2bcc2f739170df8a6ecc5455ef +size 314616 diff --git a/ocr/out/images/SWX0005_00001_00017.webp b/ocr/out/images/SWX0005_00001_00017.webp new file mode 100644 index 0000000000000000000000000000000000000000..d044bcd42f8b1459fcdf57ecdc939aa517c14759 --- /dev/null +++ b/ocr/out/images/SWX0005_00001_00017.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bc98d0d56edb1fbf039c45d0e20ca00eec07b662f5afb9f8e740856f70ef82a +size 295070 diff --git a/ocr/out/images/SWX0005_00001_00018.webp b/ocr/out/images/SWX0005_00001_00018.webp new file mode 100644 index 0000000000000000000000000000000000000000..8fea6cc7ce7f108849fda6a9b1981b3199884db8 --- /dev/null +++ b/ocr/out/images/SWX0005_00001_00018.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95426314ee8a9fb833a338cf69c51cc6ee911668a77b1402b5a10d8acff9c2ed +size 282854 diff --git a/ocr/out/images/SWX0005_00001_00019.webp b/ocr/out/images/SWX0005_00001_00019.webp new file mode 100644 index 0000000000000000000000000000000000000000..cb2585e439ad450d30cff543110eb11513b8267b --- /dev/null +++ b/ocr/out/images/SWX0005_00001_00019.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b9c969689730e1d49c16455c6c84865683a1dfa6a188dd72b3ced826157ba30 +size 285404 diff --git a/ocr/out/images/SWX0005_00001_00020.webp b/ocr/out/images/SWX0005_00001_00020.webp new file mode 100644 index 0000000000000000000000000000000000000000..76f2dc6a7d8894ea8b140b3b8f949bd42b0e0405 --- /dev/null +++ b/ocr/out/images/SWX0005_00001_00020.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cad9c23a312103f5e7a598032220a7c92f1385983f9ae6d62c47e5129242647 +size 257432 diff --git a/ocr/out/images/SWX0005_00001_00021.webp b/ocr/out/images/SWX0005_00001_00021.webp new file mode 100644 index 0000000000000000000000000000000000000000..6159289a0b3140a335d3653dfdbb442e61e9d38d --- /dev/null +++ b/ocr/out/images/SWX0005_00001_00021.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b76dacf0ecc5fbf73c759bf5e60454c9998e1da1c72ceb06468b1745a14596a +size 276990 diff --git a/ocr/out/images/SWX0005_00001_00022.webp b/ocr/out/images/SWX0005_00001_00022.webp new file mode 100644 index 0000000000000000000000000000000000000000..418fd48774d901bd53fcc5edd7b4f5dc5b3f35f1 --- /dev/null +++ b/ocr/out/images/SWX0005_00001_00022.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bd3166e7ee846e48fd7686d39885fc3823b6fcee3affb13e8a666ce4f9d2c2d +size 280970 diff --git a/ocr/out/images/SWX0005_00001_00023.webp b/ocr/out/images/SWX0005_00001_00023.webp new file mode 100644 index 0000000000000000000000000000000000000000..e2fde3beb4b7267ae7c37f0a0e05b0009a22aca7 --- /dev/null +++ b/ocr/out/images/SWX0005_00001_00023.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f64e3a6d9d7094e7bee9d71d8b76c973ee06a2452eff4fb2b2069fe94a7ff4eb +size 273486 diff --git a/ocr/out/images/SWX0005_00001_00024.webp b/ocr/out/images/SWX0005_00001_00024.webp new file mode 100644 index 0000000000000000000000000000000000000000..95489220d22ae7516ed492bdcfc28d11d983f4f4 --- /dev/null +++ b/ocr/out/images/SWX0005_00001_00024.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cba3263dcc784fd57bb3c4810866fbf79fa175f3f3ebec38a2ca18520f27dbfe +size 244780 diff --git a/ocr/out/images/SWX0005_00001_00025.webp b/ocr/out/images/SWX0005_00001_00025.webp new file mode 100644 index 0000000000000000000000000000000000000000..1ad4c1599f5730ab8141d843db6afd23f56a0bb7 --- /dev/null +++ b/ocr/out/images/SWX0005_00001_00025.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66843185a7f0285a6b35a15633fcec4f64c5ad788723d9b54ff0e4927e6eac8c +size 242026 diff --git a/ocr/out/images/SWX0005_00001_00026.webp b/ocr/out/images/SWX0005_00001_00026.webp new file mode 100644 index 0000000000000000000000000000000000000000..f326e0d6c4f601a083cc95ef4f9da5fa88b5a932 --- /dev/null +++ b/ocr/out/images/SWX0005_00001_00026.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91a11e509c3ed8a8615fd6a86ebf0c6838234a90c4c839864113d120cea3e33d +size 269430 diff --git a/ocr/out/images/SWX0005_00001_00027.webp b/ocr/out/images/SWX0005_00001_00027.webp new file mode 100644 index 0000000000000000000000000000000000000000..d5019e2b72367e658d96e255df3ef735a009f828 --- /dev/null +++ b/ocr/out/images/SWX0005_00001_00027.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26fb3cbce0e19b979091a39fc223c71c2eed7567b662ed5106aab6299d9a6988 +size 278412 diff --git a/ocr/out/images/SWX0005_00001_00028.webp b/ocr/out/images/SWX0005_00001_00028.webp new file mode 100644 index 0000000000000000000000000000000000000000..c801bb7ae40cf4d1ae3d03896eec021f0b403bca --- /dev/null +++ b/ocr/out/images/SWX0005_00001_00028.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf781db616fd40028e9780da1781b10513a690d9b63e9d81c81ddc9a7d19bd56 +size 281894 diff --git a/ocr/out/images/SWX0005_00001_00029.webp b/ocr/out/images/SWX0005_00001_00029.webp new file mode 100644 index 0000000000000000000000000000000000000000..340382dd26da6444c563ff956e16839c51c8316a --- /dev/null +++ b/ocr/out/images/SWX0005_00001_00029.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec1308416b5d79eea09508e1cbd724398c12186c46fd3a613b2e731ddb45e289 +size 270906 diff --git a/ocr/out/images/SWX0005_00001_00030.webp b/ocr/out/images/SWX0005_00001_00030.webp new file mode 100644 index 0000000000000000000000000000000000000000..47ab93e9341dad150835c36720a5e244005c7b6d --- /dev/null +++ b/ocr/out/images/SWX0005_00001_00030.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89eb761fa1baad0ffa2af3bda08cc5f837337ba005ec18315da50b0526afdede +size 274950 diff --git a/ocr/out/images/SWX0005_00001_00031.webp b/ocr/out/images/SWX0005_00001_00031.webp new file mode 100644 index 0000000000000000000000000000000000000000..51709e0897fbda68027107f18ef6bbb820f67ec6 --- /dev/null +++ b/ocr/out/images/SWX0005_00001_00031.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b812f434d0e106b5f3478fbb526f2b6af4ab324d017cefcc0ba650d665883385 +size 279046 diff --git a/ocr/out/images/SWX0005_00001_00032.webp b/ocr/out/images/SWX0005_00001_00032.webp new file mode 100644 index 0000000000000000000000000000000000000000..7053e9bfd93586bf14fc280a34f42cf546bb50a6 --- /dev/null +++ b/ocr/out/images/SWX0005_00001_00032.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8e00389660e12a1b0e65d8a510d533195e17bcddaaf84a8e169d44db12ad333 +size 275814 diff --git a/ocr/out/images/SWX0005_00001_00033.webp b/ocr/out/images/SWX0005_00001_00033.webp new file mode 100644 index 0000000000000000000000000000000000000000..0cadd28378578e0f2a8694e0dc5c7f08b5fc34a4 --- /dev/null +++ b/ocr/out/images/SWX0005_00001_00033.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:579e24b4dd26f0f6b0439286a3bb1e182f4d78501bdfc3620ca52ff00945e9a9 +size 220168 diff --git a/ocr/out/images/SWX0005_00001_00034.webp b/ocr/out/images/SWX0005_00001_00034.webp new file mode 100644 index 0000000000000000000000000000000000000000..da79f9dad690dfa4f75ab37c80f5ffdf3b0ac5ed --- /dev/null +++ b/ocr/out/images/SWX0005_00001_00034.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:442a2acc315f59e4a731182abcb278dd07058b565c2f9b0aed728dbccfbddaaa +size 284368 diff --git a/ocr/out/images/SWX0005_00001_00035.webp b/ocr/out/images/SWX0005_00001_00035.webp new file mode 100644 index 0000000000000000000000000000000000000000..bcd9a50a7e28647a4fce3bfd6b25fdc0cec2dbb3 --- /dev/null +++ b/ocr/out/images/SWX0005_00001_00035.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cf3934d6669f5bb0aebd69ce822a83605b482a8ca9e26877f0ee34c1330df25 +size 267280 diff --git a/ocr/out/images/SWX0005_00001_00036.webp b/ocr/out/images/SWX0005_00001_00036.webp new file mode 100644 index 0000000000000000000000000000000000000000..e39e8d608e18494cf48fb2b76151224f86c8ccd7 --- /dev/null +++ b/ocr/out/images/SWX0005_00001_00036.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d20ef30daa8df9420221c13cdfdf82902c2f0cbe0ce76ac2900eaf078d27144 +size 276006 diff --git a/ocr/out/images/SWX0005_00001_00037.webp b/ocr/out/images/SWX0005_00001_00037.webp new file mode 100644 index 0000000000000000000000000000000000000000..9b07607a4ab9e697c9059d492455b4bb574c7402 --- /dev/null +++ b/ocr/out/images/SWX0005_00001_00037.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d5891453f6f1734462bc7a96311e1f4a6acb333e392be9b95df86e579565b84 +size 228334 diff --git a/ocr/out/images/SWX0005_00001_00038.webp b/ocr/out/images/SWX0005_00001_00038.webp new file mode 100644 index 0000000000000000000000000000000000000000..524f5629ba0fbc70f42f983590674a0deba53a0d --- /dev/null +++ b/ocr/out/images/SWX0005_00001_00038.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d25b34f865f54ea87d5b520c53e064ada68e65b7e523a314fe78f7d2c387ee3 +size 160208 diff --git a/ocr/out/raw/0000_pages_200_https_www.shidianguji.com_api_ancientlib_read_book_pages_v3_verifyFp_verify_mojvwigo_UYbwAhLm_WGX2_4K7E_BdXi_qZDBJPpeoTO8_fp_verify_mojvwigo_UYbwAhLm_WGX2_4K7E_BdXi_.json b/ocr/out/raw/0000_pages_200_https_www.shidianguji.com_api_ancientlib_read_book_pages_v3_verifyFp_verify_mojvwigo_UYbwAhLm_WGX2_4K7E_BdXi_qZDBJPpeoTO8_fp_verify_mojvwigo_UYbwAhLm_WGX2_4K7E_BdXi_.json deleted file mode 100644 index 88c24826310d60d011ff85258c45cb6f0673c694..0000000000000000000000000000000000000000 --- a/ocr/out/raw/0000_pages_200_https_www.shidianguji.com_api_ancientlib_read_book_pages_v3_verifyFp_verify_mojvwigo_UYbwAhLm_WGX2_4K7E_BdXi_qZDBJPpeoTO8_fp_verify_mojvwigo_UYbwAhLm_WGX2_4K7E_BdXi_.json +++ /dev/null @@ -1 +0,0 @@ -{"errorCode":0,"errorMsg":"","data":{"pages":[{"pageId":"7501933907890241577","picUrl":"9lIPuSaLnjMRaj7XG36F6KwyHYID7AwWtZwZo/aNjEt8tz1J+avZfwyWoVd3hOrgOfyO8LoLjcfu/bsprzX9y2ywyjveB/ihxCi8H/n2g18rnWv7YGe6YGObyCXVN3tKlDygP0hWcJPPRSuYM7kGwxQ5ZGcPvDFOcW8KunGfQsBc/B20RU56O1eLHDFTteTKMsUoOku1selYSiqSQ4idFCsvgRJ0whY4vfnTveMOdWL8qYnd07WrfuFQo7LO5ekL/qppDna/mmyix3ZQIWIjwFWHjHo1YAUEeaAe4AKl7PRMTh9hSkfsP6QnGzI7d+5vGAfGlYWOTFU=","urlEncryptType":1,"pageNum":1,"thumbUrl":"zaWazGOb4R4yOSJVhWmHpryCcKZvL/6xRBj8yh/xQcJa1oUcIDF4r7ZMPL1ELxPpi3T3O2yLFzhFH9QYKq0MV0NfuHIS/z0FUIcJ0+NIRwYsbzbFybmuE4+r3nVdeXOJS+Rx7PC9jNGVOXd0YeTqqJ828njEHqH0obO8Yqdpnipz8f3ZAUd/7wYG+4vA9VskU6eA9YgE920o6YL5HwBfxJAVaWRIDyBMno7tIAAZtBm/0eK2Aa5J/8FSnrnmx9O7eVNVswzUEXXhfekvLKBZYmxF9mTqfZP4Hg9krExx6y3tjXb+LqPpMy3c9CK9TqwjMU0pE98/Ei4=","volumeId":"7501923220497367051","uri":"read/SWX0005/1/page/1kzz90e16h5ic/1kzv2k2y3dmwv-SWX0005_00001_00001.webp"},{"pageId":"7501933907890257961","picUrl":"zaWazGOb4R4yOSJVhWmHpuK6oTdHGWGmQpmpDZnqcrIXYmczk/SyuIbTUh/zRHRKRMxyarp4dT9LzdVjPAlqkRoi776/6qqQYtrWSfF86zeaBl7FF19G7lOSJTy+L0tvXPSMOdQwXli8TxhBVaxkLvmilVd2hJe2uTPqbJfl3TF6GDC6Du09Wuzko4abbiQyDh5T/Bjta63bkzpfjW0iwGJuv+26JhIvzK7uC11fVJpZO/kqZkUmecCStb6KQwFdIWMvdapzYJmd4tiWSMkoqY8DisowlIoQpaFrMsTAWWfJxxzGR+dlJZde0Wlflo9SDZB0peQ3Dag=","urlEncryptType":1,"pageNum":2,"thumbUrl":"zaWazGOb4R4yOSJVhWmHpryCcKZvL/6xRBj8yh/xQcJa1oUcIDF4r7ZMPL1ELxPpi3T3O2yLFzhFH9QYKq0MV0NfuHIS/z0FUIcJ0+NIRwYsbzbFybmuE4+r3nVdeXOJiGf8kvlqlwcKNqA8LYRkc9Xspv11rQIBDGTQ7vV06aZJFTm85r4sOTtJgEdmhhIqX7LGfKFKy0MCdQ4CAvoVFSysLal+QiQtNczbaRu14fvnlpcwPDPJZlXFI4Ym/EdPW3o3MhYLZ1Ig7HtqILrFUbO/O3rinX+TfL3Ggc52p0cgnIHZk9kVs/AiIrkoh4VUbfESYBS2KxM=","volumeId":"7501923220497367051","uri":"read/SWX0005/1/page/1kzz90e16hi5g/1kzv2u4mogy03-SWX0005_00001_00002.webp"},{"pageId":"7501933907890274345","picUrl":"gUBbggaD2S6LSvEtb95C77HKCRpvetU7qqWLPQUgrxwIc5zfj1dZiQZbOdy8cpuQt+CyBLg3aBlCBzXWqmbEWO/+EfmPLyn78kp2xi9l6UiZeGtp06K8r3hMBeK8jFwpf7WTuhydBcXXqeg+fiVnRVvI4dKKM0Uh+wbLOn93gzX0M9qiTATpL0Dd2513f5v9/bnk411wolfBk+Mwj7mOtSHhQ9841sudGnQmQUctrL5J3G/RMmF8bm3Zklm/HgmNR7Hdk8Jc65wav/Nz0uLFiTAfmQzMxbsvV7T+LAhjQVSGa/VnnE6gb63mu40FCrDt","urlEncryptType":1,"pageNum":3,"thumbUrl":"o5HNEazldODhL7ERxpmJWOHXM0E8gh+ONycBbvsk5ilbAO3Ho4bq8mCoX91n7AuSMTKSYjneo5w+8hXPsKxhXcnXYsDZt0pI10rct7YivA/Rrp38W3DkoDEVjUGksO2cXElYwlZF0C0YAKXDvt4Gp5vLOBHXVQEQ9MqYf0CUVZ2D7LOHIQokcaPhSya0iiAxxnPTDzyE0OP0lN/GJG81BChRyQXN4enIMtaLFiqLrD/DOBw0/6xK8ixlAhRj8q9wmeMni9TUQolccD2TGG3LKwfkRvx1ajrGjkdziWKv0lkmXrC2rln00XrNbTMUK/FwSJImQc4tQZ0=","volumeId":"7501923220497367051","uri":"read/SWX0005/1/page/1kzz90e2vy78n/1kzv1i31km97n-SWX0005_00001_00003.webp"},{"pageId":"7501933907890290729","picUrl":"9lIPuSaLnjOSPtvMTiQm2lvpQ66gh0lJTxqHmHft/VnQF5P3L4UyehwIrJMQ/LKBDJLHcWACeoNoV9x2KxJkcPzM2i0dvMmUAGYoI78sB4xnBAgX3gTcO1z14JpDtTYuHc753BZcAwP2NREoY2LP+TvZ66Q48JUHeXwBvtHRmbakION6JvgB/y47JMz5t4yudzl5+7+oJUGZuy2WNPnb2iOewN6eN/OsyF4hRwX2f1xAuEwfj/8MdxmBWQ/Wc0NYW4w+UbL7fnyaJe8xi/ee/JOOLztCh45pCVpgKkkhvOxhsoCVwtSKXgLtZePHEVskWi21h1SrBbA=","urlEncryptType":1,"pageNum":4,"thumbUrl":"9lIPuSaLnjOSPtvMTiQm2lvpQ66gh0lJTxqHmHft/VnQF5P3L4UyehwIrJMQ/LKBDJLHcWACeoNoV9x2KxJkcPzM2i0dvMmUAGYoI78sB4xnBAgX3gTcO1z14JpDtTYuHc753BZcAwP2NREoY2LP+TvZ66Q48JUHeXwBvtHRmbakION6JvgB/y47JMz5t4yudzl5+7+oJUGZuy2WNPnb2iOewN6eN/OsyF4hRwX2f1xAuEwfj/8MdxmBWQ/Wc0NYW4w+UbL7fnyaJe8xi/ee/JOOLztCh45pCVpgKkkhvOxhsoCVwtSKXgLtZePHEVskWi21h1SrBbA=","volumeId":"7501923220497367051","uri":"read/SWX0005/1/page/1kzz90e2vyjvr/1kzv1zkx9knbn-SWX0005_00001_00004.webp"},{"pageId":"7501933907890307113","picUrl":"zaWazGOb4R4yOSJVhWmHpkwlchWP7Y2Jg3B6FkpkOiQmZgStwiUTQul/bVBGSjnajn2pmRGg2nUw7hEXabQxy2R3bErXCu7SOyCmcnz6Y4HGWqstxvS8N2TCCrGtxDIBOJZ1+OWE80oDLLuhlCxQc1rsKSGNqtxmdwqxasNavAW1adNLnOq6j7gsYnhpgALdVGyAvfAD2nbSggDKoJX/Wz15uw5wP/yvVSfMGTskDMsFffSLPvjGHgPmfKIIMd0W0PUfHPHqDVIuis0wmBMF4LsdxCCi5McxxUlIYHDTYCdxWhFbP6PZ59nLN9l3b3AqAS9e688MFy0=","urlEncryptType":1,"pageNum":5,"thumbUrl":"zaWazGOb4R4yOSJVhWmHpryCcKZvL/6xRBj8yh/xQcJa1oUcIDF4r7ZMPL1ELxPpi3T3O2yLFzhFH9QYKq0MV0NfuHIS/z0FUIcJ0+NIRwYsbzbFybmuE/w2DOXwdStVaR1Wa7I8TJmngUQtTGS0h2N6D8CqrQ/vv42na06zGgkzo1lVJRptZVEKXG8Lt2ZBvMLJEASsK/jyZX+JNc+K9CgUOFQO4SJXtxZRRzOBsrm0hnQoydJ+QHRXkKyqrfB4qg9hFzUwQNJsJ+j7Bgy5qvk40EW8H7ZeLIrJyiG4k8Q4Vo8oXMEfYpzhefMKh3gfJcW+D6Vg2OI=","volumeId":"7501923220497367051","uri":"read/SWX0005/1/page/1kzz90e2vywiv/1kzv2tu7s37df-SWX0005_00001_00005.webp"},{"pageId":"7501933907890323497","picUrl":"zaWazGOb4R4yOSJVhWmHpkwlchWP7Y2Jg3B6FkpkOiQmZgStwiUTQul/bVBGSjnajn2pmRGg2nUw7hEXabQxy2R3bErXCu7SOyCmcnz6Y4HGWqstxvS8N2TCCrGtxDIBXRZR5ECY+z3Ld3B2OS3xG+FN7IObxYHf2NKp7ycctqO8PpXoIxIkEuIpRMauD1jr1Vk/FpTg88c3MfrJ/3QcEf/vnrg5uETqVfqxnQOU9HCmOaYbrTW42BXNz1WYyde/NeXhHuVPPhmjNOdU40VArbKWL5VQhX5cKKFy/svKtUXc9tZimjoKph6T8IASFFcW396Fo53CO2U=","urlEncryptType":1,"pageNum":6,"thumbUrl":"gUBbggaD2S4PzYIwoI4kH9Ffpw8etP1vNWyhTZNwIPznjxw3vWbL7LFKA9CYnrbBZxjlsWiAYrAMLr0tiKbZ+z9crlwYu6UNGFvGxMTAzJmjn1ak4P8Ph4Dn1lDarL1fFy1eUJ5fyBVvQDkVVXRGTWaOs/qd9m6wnr71Ade7lIjgC0cAOnivlqOMELTauOcMxVqJo8KZphTCMPqSphyggTtG/KQB150zmtVaOJ4VlC7Q/3Y1c+5jni7Q+Virb+SddNUfG77P6Qq40BAgOwx97uKFP24DE5We4ktBRpZPWEVe/59GR675yYTu1aqbND5K","volumeId":"7501923220497367051","uri":"read/SWX0005/1/page/1kzz90e2vz95z/1kzv2n38e6uxx-SWX0005_00001_00006.webp"},{"pageId":"7501933907890339881","picUrl":"zaWazGOb4R4yOSJVhWmHpryCcKZvL/6xRBj8yh/xQcJa1oUcIDF4r7ZMPL1ELxPpi3T3O2yLFzhFH9QYKq0MV0NfuHIS/z0FUIcJ0+NIRwYsbzbFybmuE/w2DOXwdStVg6TEGwgVn4PYIf0+dB8Uj6RG+rxyCiQtMYN0Vnp2W0y+4TotYXp0UzA5big207K06Fvy3VWLDejajC8xJTydLqABT843nNgZzzFJkvlZyoqAming1FYCgqVNLVknlXAnTLv4WiVRMyrG6WIzus4LjOY69BRaQ+ZzkvKSAsfb+XC1PoBm2fYN6OafVl/b846mxd/Kai2Apa4=","urlEncryptType":1,"pageNum":7,"thumbUrl":"gUBbggaD2S6LSvEtb95C77HKCRpvetU7qqWLPQUgrxwIc5zfj1dZiQZbOdy8cpuQt+CyBLg3aBlCBzXWqmbEWO/+EfmPLyn78kp2xi9l6UiZeGtp06K8r7MM6Pr1nT3WiWDMxs4FN57EjuHdJdxRMtQFq9ZLXwvJWMtAypIjATrSVS2de92dX6l0xGHQpsCj3oNImMOsJiaFeC5m1RTJ2buoO6O7sEDf7IlWBRR8DBDBg/kQViW7vaO1hpGcAoaluXS/ThqFARAe29rfhVbCuYTts+I44GAqgKUQT2B118uWKIOH7Vp2p43cu6uJwYdL","volumeId":"7501923220497367051","uri":"read/SWX0005/1/page/1kzz90e2vzlt3/1kzv1i31kmlur-SWX0005_00001_00007.webp"},{"pageId":"7501933907890356265","picUrl":"zaWazGOb4R4yOSJVhWmHpkwlchWP7Y2Jg3B6FkpkOiQmZgStwiUTQul/bVBGSjnajn2pmRGg2nUw7hEXabQxy2R3bErXCu7SOyCmcnz6Y4HGWqstxvS8N2TCCrGtxDIBUjttrptxSeivkIaT+KhMQrg9xeB+Vnr1CciK+FUUPbSQVV+ChWbt1SwzHl02IbaAaXjPHfYcWRuUxB435waNm0RRncSgoqn/OTgl8gDDrHA9qAbROARLBT7v0XLdtPyg1uNLkz381pjKBv+j+vT4sWjmcNEB5jvptiyY2XsjqSLeWrnUXNuLOp2hItT3IMhPaJTlqcnKdiM=","urlEncryptType":1,"pageNum":8,"thumbUrl":"o5HNEazldODhL7ERxpmJWOHXM0E8gh+ONycBbvsk5ilbAO3Ho4bq8mCoX91n7AuSMTKSYjneo5w+8hXPsKxhXcnXYsDZt0pI10rct7YivA/Rrp38W3DkoCHUSvY81vnBxAcIw5P5w+r155Qz/hRRRTf177bwoDLPXhuL6X0Igc/BCNcNEy4o8OjdLO/5YTxbdiUdFJa4VMS9yMrl//9E9ylI230XpaGkDwDFWblDqimP/p/Sb6bz/NuhNGgmnU8GwCsPMIRajkub+ZSP9fGuK/9IZxrdKmWY6y/IwkaAag4ZIoPyOZvKjpvR8DV4+wMvwXVMuHKnsGw=","volumeId":"7501923220497367051","uri":"read/SWX0005/1/page/1kzz90e2vzyg7/1kzv2k2y3dzjz-SWX0005_00001_00008.webp"},{"pageId":"7501933907890372649","picUrl":"zaWazGOb4R4yOSJVhWmHpkwlchWP7Y2Jg3B6FkpkOiQmZgStwiUTQul/bVBGSjnajn2pmRGg2nUw7hEXabQxy2R3bErXCu7SOyCmcnz6Y4HGWqstxvS8N2TCCrGtxDIBnKRrJhKArqzSAS5vm/LCrIy+kDrOomBVGN0JC8z5t7lhb2Cbr56Q+4Z6gQ6Mffk1N+XnYSozN6IfGGvIsCw3+gbeWcPuh3/nX+//IvFAdtUjQEzCM0M1cXlwo90dRmHZKC6h6WeHBfV9/v293Zf92Nmo9F7f6jKXnjdUYU88BvhN1FqTbYCDRwGxTaKqyDota4toaxzqRTA=","urlEncryptType":1,"pageNum":9,"thumbUrl":"zaWazGOb4R4yOSJVhWmHpkwlchWP7Y2Jg3B6FkpkOiQmZgStwiUTQul/bVBGSjnajn2pmRGg2nUw7hEXabQxy2R3bErXCu7SOyCmcnz6Y4HGWqstxvS8N2TCCrGtxDIBnKRrJhKArqzSAS5vm/LCrIy+kDrOomBVGN0JC8z5t7lhb2Cbr56Q+4Z6gQ6Mffk1N+XnYSozN6IfGGvIsCw3+gbeWcPuh3/nX+//IvFAdtUjQEzCM0M1cXlwo90dRmHZKC6h6WeHBfV9/v293Zf92Nmo9F7f6jKXnjdUYU88BvhN1FqTbYCDRwGxTaKqyDota4toaxzqRTA=","volumeId":"7501923220497367051","uri":"read/SWX0005/1/page/1kzz90e2w0b3b/1kzv1zkx9jleb-SWX0005_00001_00009.webp"},{"pageId":"7501933907890389033","picUrl":"zaWazGOb4R4yOSJVhWmHpkwlchWP7Y2Jg3B6FkpkOiQmZgStwiUTQul/bVBGSjnajn2pmRGg2nUw7hEXabQxy2R3bErXCu7SOyCmcnz6Y4HGWqstxvS8N2TCCrGtxDIBOiQpO2AAtn0wa8tWBgEiYy2OaVFTmBXN3ww3WKtyS4GK2OPDE2N83WcSXzkieejLgabPLNguh0dlRCGIdhJhqkVAQki3f0WEX2Usqqrgp3h/VzNOt+vKQ+9xXVQgHd9bCwiT/tGIupEHHGZ4RLmtYw/1ITdaJTAcQFL+C2ajtj9zFKWd8MGC91qtjPWEthEuUO5phWttcBs=","urlEncryptType":1,"pageNum":10,"thumbUrl":"zaWazGOb4R4yOSJVhWmHpkwlchWP7Y2Jg3B6FkpkOiQmZgStwiUTQul/bVBGSjnajn2pmRGg2nUw7hEXabQxy2R3bErXCu7SOyCmcnz6Y4HGWqstxvS8N2TCCrGtxDIBOiQpO2AAtn0wa8tWBgEiYy2OaVFTmBXN3ww3WKtyS4GK2OPDE2N83WcSXzkieejLgabPLNguh0dlRCGIdhJhqkVAQki3f0WEX2Usqqrgp3h/VzNOt+vKQ+9xXVQgHd9bCwiT/tGIupEHHGZ4RLmtYw/1ITdaJTAcQFL+C2ajtj9zFKWd8MGC91qtjPWEthEuUO5phWttcBs=","volumeId":"7501923220497367051","uri":"read/SWX0005/1/page/1kzz90e2w0nqf/1kzv2tu7s2uqb-SWX0005_00001_00010.webp"},{"pageId":"7501933907890405417","picUrl":"zaWazGOb4R4yOSJVhWmHpuK6oTdHGWGmQpmpDZnqcrIXYmczk/SyuIbTUh/zRHRKRMxyarp4dT9LzdVjPAlqkRoi776/6qqQYtrWSfF86zeaBl7FF19G7thr4L/Rr6xB60mMv8GFuUXTqJl8uk4OskjJkQvbjb72Kxvr7Os5WHyQKcoPXegr3Db4YF0EtgfBUj0cb9n+Sa+vD5H4gaV7R6hsb4sZ8JLjSbZNwzhWXf7GUjP0jZJ/enn4Kvm4xAzASaEY8pAM4QTL6EexPeuyeXLz2LDDwLm9eM70zaPJ2ADpR1ch43hvVAJP0QuCwQ4puUbKp2pqMGU=","urlEncryptType":1,"pageNum":11,"thumbUrl":"VgWYGQ56/Ap8ewKLRfQ/6wZnLUuQvzg2Q5133g48jhzneuqxQfmhFazdUbl7Mm3U8trxVldoil3iur7+Jyv8IgsgtkbFmhffCjtEoFcCIK+HgVrFYsuT2ZDpp70V5l79J8jThNPf0i/4YBT8ymqlqNxWY3GfO5meQfDRW+SE4nVydKUlF6d3caRgnU5NQwGUi6PIna/wibwrmPvQmnL5OpKUCjOFXrzrqIrGHgxcPGCD1xY1yhGNaGJASuA8rfnubgJX6ZBXyhdJ1gxsERWd0bdoRFEEgCpOgKfYF74B8jYN/7ZciBw6NkJ+blwpLGEKEvkD4jVnfO4=","volumeId":"7501923220497367051","uri":"read/SWX0005/1/page/1kzz90e2w10dj/1kzv1zkx9kaoj-SWX0005_00001_00011.webp"},{"pageId":"7501933907890421801","picUrl":"gUBbggaD2S6LSvEtb95C77HKCRpvetU7qqWLPQUgrxwIc5zfj1dZiQZbOdy8cpuQt+CyBLg3aBlCBzXWqmbEWO/+EfmPLyn78kp2xi9l6UiZeGtp06K8r40JXKL+5qAqlSZKIs2g4afoT+QT91KmAxZzDLniCH9Xl/QF5g1FG6suKSlIoVYDr2r0yET07OwO1y0zIjee7daQcYOEbGE9r8fUE5gBcWDicli6fGactwnAAfHMt1Dcrd7EJlI+0N0vVRpJI3gx0WSr7g9zonrzbA9upBSU8EJy+Z7g2RwHaps59a6mLTSKfxy9+REO3sP/","urlEncryptType":1,"pageNum":12,"thumbUrl":"gUBbggaD2S6LSvEtb95C77HKCRpvetU7qqWLPQUgrxwIc5zfj1dZiQZbOdy8cpuQt+CyBLg3aBlCBzXWqmbEWO/+EfmPLyn78kp2xi9l6UiZeGtp06K8r40JXKL+5qAqlSZKIs2g4afoT+QT91KmAxZzDLniCH9Xl/QF5g1FG6suKSlIoVYDr2r0yET07OwO1y0zIjee7daQcYOEbGE9r8fUE5gBcWDicli6fGactwnAAfHMt1Dcrd7EJlI+0N0vVRpJI3gx0WSr7g9zonrzbA9upBSU8EJy+Z7g2RwHaps59a6mLTSKfxy9+REO3sP/","volumeId":"7501923220497367051","uri":"read/SWX0005/1/page/1kzz90e2w1d0n/1kzv112h399n0-SWX0005_00001_00012.webp"},{"pageId":"7501933907890438185","picUrl":"gUBbggaD2S4PzYIwoI4kH9Ffpw8etP1vNWyhTZNwIPznjxw3vWbL7LFKA9CYnrbBZxjlsWiAYrAMLr0tiKbZ+z9crlwYu6UNGFvGxMTAzJmjn1ak4P8Ph85HDxVxwNYuY64MTTrzbztS2OLjtO77ujGdM2cT3Zwad34Hx+Cv31os3uHr7B2J8Xx1dtf5cc442S7UdH7Umc74Pu/0XGZxq2pDTBH7AA7zLzhJ6ADyDTG+1DnHVq3s5GUMGdBp1WYV0K2rWKwQ5qcYlnCkG9lsvzfwNEWTgCHFdmaYG/rxDePq24CJBl7pL9l13wZvLmPZ","urlEncryptType":1,"pageNum":13,"thumbUrl":"gUBbggaD2S7ZnsoLRej7yv2n3lVYSRefagneKuE2PAJHWtK74XsJiO8C2g/yGEKla1lhozxNqqDI+s1exOLdlvNKoGSIAzPBw2KdRe5pB/Xp/PnWTta/iS85NjEk/6BjoJYgkNE7tHwTZBYbHBWd8/cargLilX2sWSyYg7/L0xwCJVWvxpRFa75shN5wRS7kvTdw+p+uuVMY5NJY7ZX89uvOgIhR2cv0YS1rF8NszgogSOAdHr3wBQzjPrGw727GyCmWG/xO9gU6p4nXKtq/rPWy1VurfO8Cm79ysLMqA+zuAvuDON5RCI+QR3V1SZGB","volumeId":"7501923220497367051","uri":"read/SWX0005/1/page/1kzz90e2w1pnr/1kzv2t237fiub-SWX0005_00001_00013.webp"},{"pageId":"7501933907890454569","picUrl":"NRkdC1ovBZDr3NXWRgXDYe4bNAjVXWX5Q7vqHDIyM9fY19Ikxf7WWdcmEht9I/NmplJKfx/fF39GOgHisUwFPxO9fPKFbBRyEddgjYlxjPGxcnnZ9JN4Lp82cO5oW4W1il+/jNSOJO/O32YqA8XfbCdUglcYnHPQidmQfODIvyS8vwJrVm8lMJMm5kIJDQpGmVcIjZ+zSX9gxiT3hiswEmXSVwmz+nujk/L8O9xKHdmIdy+6Kh5oT9pG9/87T6apgTuGov0qEuN8/1g1gIIvozNb00v/kBnl6GSJLXYRuItT3cKAMYNpaqqzbZVkBjSkMvUHVmy/l+g=","urlEncryptType":1,"pageNum":14,"thumbUrl":"o5HNEazldODhL7ERxpmJWOHXM0E8gh+ONycBbvsk5ilbAO3Ho4bq8mCoX91n7AuSMTKSYjneo5w+8hXPsKxhXcnXYsDZt0pI10rct7YivA/Rrp38W3DkoHpx88vzxOBbP6xvEBylx6AEjVCskE4FlmCv6d3psfIFkeo52FbJHQsXvw7ssFwZ4UamYcke2P9yT86XuxCK0rlUYSGW0cACALZkn/ozqq/oriheHdtfv7NUfiENBhdmPU/LkF14M8tdxopuEw3oRFxQBvHtrw5V1+yy9l69Tifu+ZxnlFRa/PKWZw6B9VBLC3ogfT0zGMoiIctY1qgtLPA=","volumeId":"7501923220497367051","uri":"read/SWX0005/1/page/1kzz90e2w22av/1kzv2q86ktyjs-SWX0005_00001_00014.webp"},{"pageId":"7501933907890470953","picUrl":"gUBbggaD2S4PzYIwoI4kH9Ffpw8etP1vNWyhTZNwIPznjxw3vWbL7LFKA9CYnrbBZxjlsWiAYrAMLr0tiKbZ+z9crlwYu6UNGFvGxMTAzJmjn1ak4P8Ph/MWbmh08Ao8vMB01BucvSmKRKYUv65Qq/P8K6d7gZ6p356Q3gHYqatI0PgCRmHS96yKKDpR0x1PiFZE7tXuOeS7uEYzgEwKpXxF+PFiJeqlWXlmBA0x1BAiihPLaMKKj8cvzgdGTqNFZjO2r8aLiqIFfXgp0muI7tjPYqopdE3Zch783iWPJnP3FThO0C9I4p68TuaLG18o","urlEncryptType":1,"pageNum":15,"thumbUrl":"gUBbggaD2S4PzYIwoI4kH9Ffpw8etP1vNWyhTZNwIPznjxw3vWbL7LFKA9CYnrbBZxjlsWiAYrAMLr0tiKbZ+z9crlwYu6UNGFvGxMTAzJmjn1ak4P8Ph/MWbmh08Ao8vMB01BucvSmKRKYUv65Qq/P8K6d7gZ6p356Q3gHYqatI0PgCRmHS96yKKDpR0x1PiFZE7tXuOeS7uEYzgEwKpXxF+PFiJeqlWXlmBA0x1BAiihPLaMKKj8cvzgdGTqNFZjO2r8aLiqIFfXgp0muI7tjPYqopdE3Zch783iWPJnP3FThO0C9I4p68TuaLG18o","volumeId":"7501923220497367051","uri":"read/SWX0005/1/page/1kzz90e2w2exz/1kzv2q86kswmg-SWX0005_00001_00015.webp"},{"pageId":"7501933907890487337","picUrl":"gUBbggaD2S7ZnsoLRej7yv2n3lVYSRefagneKuE2PAJHWtK74XsJiO8C2g/yGEKla1lhozxNqqDI+s1exOLdlvNKoGSIAzPBw2KdRe5pB/Xp/PnWTta/iUVb1azQok/fa63DwCZeRA1SKmla/F0NvmcCiX79JYrJhXwJ7jLT5s/ALt7XYqPW0PJlChK5+V7D37wZhoJa/hs7ygT5y2ZGCRvZTotMZuQpD/RjM63hWzc2NWpPgnaDVAo1oqhpOhVq/y4F+KdT3LtWsxBP+hTAiikxfu1FkJsvC3obUuOuOAwgZE5tDTOTF6yJfANWA2cr","urlEncryptType":1,"pageNum":16,"thumbUrl":"gUBbggaD2S7ZnsoLRej7yv2n3lVYSRefagneKuE2PAJHWtK74XsJiO8C2g/yGEKla1lhozxNqqDI+s1exOLdlvNKoGSIAzPBw2KdRe5pB/Xp/PnWTta/iUVb1azQok/fa63DwCZeRA1SKmla/F0NvmcCiX79JYrJhXwJ7jLT5s/ALt7XYqPW0PJlChK5+V7D37wZhoJa/hs7ygT5y2ZGCRvZTotMZuQpD/RjM63hWzc2NWpPgnaDVAo1oqhpOhVq/y4F+KdT3LtWsxBP+hTAiikxfu1FkJsvC3obUuOuOAwgZE5tDTOTF6yJfANWA2cr","volumeId":"7501923220497367051","uri":"read/SWX0005/1/page/1kzz90e2w2rl3/1kzv2k2y3ec73-SWX0005_00001_00016.webp"},{"pageId":"7501933907890503721","picUrl":"o5HNEazldODhL7ERxpmJWOHXM0E8gh+ONycBbvsk5ilbAO3Ho4bq8mCoX91n7AuSMTKSYjneo5w+8hXPsKxhXcnXYsDZt0pI10rct7YivA/Rrp38W3DkoB9Nm2SMDwVQEDtu8/1iLYRd8XHVceH27uDhPCpP8v5oYwJMsjnOTKiGL20Iscotr4/H8uqUabsFhEIxQ3nruzKosoFLb8XbA+7pjNvKwQEkA28XwmfdLWuDQDu8C0OhGMUq14FPTKtGeQdD7NIY8svHRbEHjcEedWjR/AckNIHtUcD9ZRvorwvZPEY0ivPPVg+bufzSuWXFPsYoMtts0LM=","urlEncryptType":1,"pageNum":17,"thumbUrl":"gUBbggaD2S6LSvEtb95C77HKCRpvetU7qqWLPQUgrxwIc5zfj1dZiQZbOdy8cpuQt+CyBLg3aBlCBzXWqmbEWO/+EfmPLyn78kp2xi9l6UiZeGtp06K8rxRbPrgTcq0mY7Oi8DrrgAKh4W25Q2lTmrCsaqWZsKulROwVMcU41oGZJC1cW5w5Vy91OK/cxwhQTAQUk8Z2nlCIvZzfzdfS6w1PtWHn7f1bsHLLESDcN7Cfx/Oh/vxGm494Wi84kO40LEsfYOhu6C5vvAKspEeA/mWUw0Sp3JERvaV1kvPkRZX3cIphrsRRiH7umK7MpKQw","volumeId":"7501923220497367051","uri":"read/SWX0005/1/page/1kzz90e2w3487/1kzv2u4mofw2r-SWX0005_00001_00017.webp"},{"pageId":"7501933907890520105","picUrl":"gUBbggaD2S6LSvEtb95C77HKCRpvetU7qqWLPQUgrxwIc5zfj1dZiQZbOdy8cpuQt+CyBLg3aBlCBzXWqmbEWO/+EfmPLyn78kp2xi9l6UiZeGtp06K8r/gUl+NUKRJZbQPgN6ql/2FZllk8B3VWNqSXRqK81lLiIuSOcXwkpzMmjQgPng3FIeigfrT7GkvZQIegyEVi4THWMzNRFZG76jt/BpV0KANfl1FWDLMvwGwp9Ylx0bjRcVIXqahE7a13t/aOHM75L2cabsjNLq57gw3lsCdTTo/jZrI9SWvSwJn3Zh6yfiy6Q59HlQFfBnBB","urlEncryptType":1,"pageNum":18,"thumbUrl":"gUBbggaD2S6LSvEtb95C77HKCRpvetU7qqWLPQUgrxwIc5zfj1dZiQZbOdy8cpuQt+CyBLg3aBlCBzXWqmbEWO/+EfmPLyn78kp2xi9l6UiZeGtp06K8r/gUl+NUKRJZbQPgN6ql/2FZllk8B3VWNqSXRqK81lLiIuSOcXwkpzMmjQgPng3FIeigfrT7GkvZQIegyEVi4THWMzNRFZG76jt/BpV0KANfl1FWDLMvwGwp9Ylx0bjRcVIXqahE7a13t/aOHM75L2cabsjNLq57gw3lsCdTTo/jZrI9SWvSwJn3Zh6yfiy6Q59HlQFfBnBB","volumeId":"7501923220497367051","uri":"read/SWX0005/1/page/1kzz90e2w3gvb/1kzv1mk04ni95-SWX0005_00001_00018.webp"},{"pageId":"7501933907890536489","picUrl":"o5HNEazldODhL7ERxpmJWDd0h4sIgLNHqiHfzbiTAFTLW96J0xnpwP9Jb7q0YW3zlRiALd9N+ACLnQOqqIzYD8peNjagSYhE80NmwsKS0vWtFw6n4v8sW6vr3W/oxZkTBa4sX5OG4ArCMQsPPD7yNm3Jm7xMtXKtFUywWn3D4bytnXL4/ySgd16BkXRtLiH+eQ2pBR4kqAln7Xd5NyKvUQd8GYJTqMVD8zDzbcCmDrDe+7TXdaNqiu6HZ6suRpjZ0qn1MpNdPSetua6rY8Je9Ko5UrHBMZ6NAEN87YsVifL0YbpnF18pwZm1EO6nUh2kbV+MBivKQIc=","urlEncryptType":1,"pageNum":19,"thumbUrl":"gUBbggaD2S7ZnsoLRej7yv2n3lVYSRefagneKuE2PAJHWtK74XsJiO8C2g/yGEKla1lhozxNqqDI+s1exOLdlvNKoGSIAzPBw2KdRe5pB/Xp/PnWTta/iaILhGvBdAtrRBzN1BYd+uXnnghFp1ZNV7f5d5eDMY+qCEKQLZhk417wV41M6gQCe+CnosidE92fy3sUgRrxObOJ/C1FCQ2DIy1Jcx1YJWIevMGz7xMzXNl4Uoo0vc4/OGp9FBUxbdAIDXL1jhq8xgGTsB/ZqNkIm7C4jXv+cF1F6BBrJS9h6loHnq2u4xFm7vTns3Mtvkee","volumeId":"7501923220497367051","uri":"read/SWX0005/1/page/1kzz90e2w3tif/1kzv2de4po07u-SWX0005_00001_00019.webp"},{"pageId":"7501933907890552873","picUrl":"o5HNEazldODhL7ERxpmJWDd0h4sIgLNHqiHfzbiTAFTLW96J0xnpwP9Jb7q0YW3zlRiALd9N+ACLnQOqqIzYD8peNjagSYhE80NmwsKS0vWtFw6n4v8sW6U2VGBo9Yv+fc83hTe7lGaydy/x3V4tdOVhG6IZ3bUvAeaHzeD7vZEzVn9NVvfmxhAa3MaBd4C4gQ5T7T4GEZMDLBJyUtXmmAEJGr41kBArtTp6mZffOP20CSVUKoIgzlZlyQFbVFwqgzrw5ZyAUgfVt3R1sYG5XcnSiKhThadBi007nu3BXXsg96p7+ilRtsGq1ACfbhcEkWLgjRkQLiw=","urlEncryptType":1,"pageNum":20,"thumbUrl":"zaWazGOb4R4yOSJVhWmHpuK6oTdHGWGmQpmpDZnqcrIXYmczk/SyuIbTUh/zRHRKRMxyarp4dT9LzdVjPAlqkRoi776/6qqQYtrWSfF86zeaBl7FF19G7thr4L/Rr6xBM5V+imbp9pub84bMnKcR1i9wOPql5wvXcxiHWIWD6jc0CutqPt9JUjmrsv7QMMtpmKp4Xtk2qVXTRX2Baq1ZjDFGqEMT+4cSKqfLeV4G3Zk9o+1/Qs2VmHLc6DKuTajNeyPvCGlzi+3B3cbFwz3AZCf1cvuDr4bj9wiyxM65PR0HMWMOJx2YUoryQGowOLm+OQjc+Yf5vJc=","volumeId":"7501923220497367051","uri":"read/SWX0005/1/page/1kzz90e2w465j/1kzv1i31kmyhv-SWX0005_00001_00020.webp"},{"pageId":"7501933907890569257","picUrl":"gUBbggaD2S7ZnsoLRej7yv2n3lVYSRefagneKuE2PAJHWtK74XsJiO8C2g/yGEKla1lhozxNqqDI+s1exOLdlvNKoGSIAzPBw2KdRe5pB/Xp/PnWTta/iVQkEtSHxbHBwScpTVMZ9E6UgmYHmBbTQvoFs1mtaAXueOPMTNd1h2+5uBoIYGOd/+vGpBx0bICj0iup1nDbcRq2kEy9cg2YYnEKH5oevjbyKCInB95vwCfy9m5K2isL8JpFtPxfmiWUHtmJNyuNhZc9Jw47u+iuZhmLQqoNj5pl9siYiFrTTV+Vpcgugsdux669GLPk0eB1","urlEncryptType":1,"pageNum":21,"thumbUrl":"o5HNEazldODhL7ERxpmJWMPkZrvoc7AlFPRcdkA2pP312BiBWC/2beI2NXrG9LU/QaoK8N9iw4QBVMbFcP0fe4IJY4fgCVA3sd1h0PNZ7PM4kw+1LjBX3WVuB8mCUdF27ayVfaDjY+NhhJ5gVJl7dprFSKx3BTKtmtysBUYjAHdWa3MuIC9TmfemGp+8ed8ewjIjcp5lbAzfrcuFKqfABhSalF0H/+LBqskUuZdp3PbC3h/ol6PdmVOkmLgCdInaRlZxkmeiIRLgpfOjQC3ekpWEhx1SNGc4/jQCbcSg6A3wYm/kzbWRdv2ry5+YtBVAeMDOQnZLo3g=","volumeId":"7501923220497367051","uri":"read/SWX0005/1/page/1kzz90e2w4isn/1kzv1zkx9j8r7-SWX0005_00001_00021.webp"},{"pageId":"7501933907890585641","picUrl":"o5HNEazldODhL7ERxpmJWMPkZrvoc7AlFPRcdkA2pP312BiBWC/2beI2NXrG9LU/QaoK8N9iw4QBVMbFcP0fe4IJY4fgCVA3sd1h0PNZ7PM4kw+1LjBX3WVuB8mCUdF2S8QS7u/00HDtH482GAfbGnyQxfo07Jw8OQ1ZRLkHrmtcrb6cyg+aAxoz9HmW0wULt7ZKt/r2R78WkGxJsu5kQqFs0u2NFumdnCIecMeO9cgt5PYOiMTYq0wJ+1Kj8mHU2ennpL3YtqkObjvVF3SVT899Gg9qpd+s5d31M72632i6m4d3t7Mh2v9+5yauIXVJebL/R3enNtg=","urlEncryptType":1,"pageNum":22,"thumbUrl":"o5HNEazldODhL7ERxpmJWMPkZrvoc7AlFPRcdkA2pP312BiBWC/2beI2NXrG9LU/QaoK8N9iw4QBVMbFcP0fe4IJY4fgCVA3sd1h0PNZ7PM4kw+1LjBX3WVuB8mCUdF2S8QS7u/00HDtH482GAfbGnyQxfo07Jw8OQ1ZRLkHrmtcrb6cyg+aAxoz9HmW0wULt7ZKt/r2R78WkGxJsu5kQqFs0u2NFumdnCIecMeO9cgt5PYOiMTYq0wJ+1Kj8mHU2ennpL3YtqkObjvVF3SVT899Gg9qpd+s5d31M72632i6m4d3t7Mh2v9+5yauIXVJebL/R3enNtg=","volumeId":"7501923220497367051","uri":"read/SWX0005/1/page/1kzz90e2w4vfr/1kzv2u4mohan7-SWX0005_00001_00022.webp"},{"pageId":"7501933907890602025","picUrl":"gUBbggaD2S4PzYIwoI4kH9Ffpw8etP1vNWyhTZNwIPznjxw3vWbL7LFKA9CYnrbBZxjlsWiAYrAMLr0tiKbZ+z9crlwYu6UNGFvGxMTAzJmjn1ak4P8Ph7x9u8IXSPGEUGMFqEQ4PI4P39BezmXqgHWeEifZ3KgyNLa2jKg3yx3mXoOFks2Nxf65y6AY8Il06sRLH12fo/m6A+DDgjk1YZDrdjGXDGcIfm8uWDfD9nz5fSgyqPKcH129Ri+MXM+zrvjE/tZOY2rJrXnTGZnGzsmpGJF3sFCTApid2ZZRZ8v07LoefQfz3kErH5n2r28M","urlEncryptType":1,"pageNum":23,"thumbUrl":"gUBbggaD2S7ZnsoLRej7yv2n3lVYSRefagneKuE2PAJHWtK74XsJiO8C2g/yGEKla1lhozxNqqDI+s1exOLdlvNKoGSIAzPBw2KdRe5pB/Xp/PnWTta/icWgAV0UHtQtCwPOZZxykO8V1+vNQfKjw2x0Gs2vydJKpKBHoechTyxwltE0IrLrk1nSaGGtEzZzPrQX7tVWZbHsg5V0bdTgHxRHgc9qGLEbGUW1qediZpRQ6fxXDUWaF8xJZytbEqBX9YVc/LF8VjUtzHf3ZYk2Qz2XEaL6Sb6T8DiS6DSuxMQknELXwWj4x5Mb3P6doP1y","volumeId":"7501923220497367051","uri":"read/SWX0005/1/page/1kzz90e2w582v/1kzv2t237etk3-SWX0005_00001_00023.webp"},{"pageId":"7501933907890618409","picUrl":"o5HNEazldODhL7ERxpmJWMPkZrvoc7AlFPRcdkA2pP312BiBWC/2beI2NXrG9LU/QaoK8N9iw4QBVMbFcP0fe4IJY4fgCVA3sd1h0PNZ7PM4kw+1LjBX3QLC01mE5Nqk7AN1/OfIXYTxJXx3S6ho6Lr/CtVBKwj3GNSf9z4MzJypiEMtr0f2gggS9GVO3N7o/dEWyXkEoVl9zv8x+S/7jT8rAjQtmP55cfiQ+wbvQ/39l1xn6xdozD6nFwl8a7oL/vUID5g9WiAi/2piv9/bki19DyQ2JkTSHx0HiJUQJqh4kzUdtpeQYP1P3r7nhUKuCJUKXI2gd2k=","urlEncryptType":1,"pageNum":24,"thumbUrl":"gUBbggaD2S7ZnsoLRej7yv2n3lVYSRefagneKuE2PAJHWtK74XsJiO8C2g/yGEKla1lhozxNqqDI+s1exOLdlvNKoGSIAzPBw2KdRe5pB/Xp/PnWTta/ibtGcQlqHki41HKhpIq8k2S+OG1L1SfaZL8mMdA2vfz07Ofo8zTyf4rUj7Hq2QAzLek7ZZqJc6hVlRRYcWG0vxKnANHZIFVEWhNLwN291BuO96JGkslAuNHn1eEQ6NfZgUpBMBV71KjYja55cOxdss4dsLIAI14MMCeN1WABmNAqvOGSGxNkRytAJg7XCymB2jRgkvHABMQ+","volumeId":"7501923220497367051","uri":"read/SWX0005/1/page/1kzz90e2w5kpz/1kzv1i31knb4z-SWX0005_00001_00024.webp"},{"pageId":"7501933907890634793","picUrl":"zaWazGOb4R4yOSJVhWmHpkwlchWP7Y2Jg3B6FkpkOiQmZgStwiUTQul/bVBGSjnajn2pmRGg2nUw7hEXabQxy2R3bErXCu7SOyCmcnz6Y4HGWqstxvS8N2TCCrGtxDIB7NEfRjE/wD1qESEQ2EAubtBs+L7INDzgI0O2rywi5cA3DegFeJyVGLgHh6WUuY8tUjznAKQdwcklaGNMTEyR9NIvHMLe96K3lApLF7bTAPnGxYJaslFwK8pcMxxVvnyPZKiFcvWMtxXv9XWs6y83iqFKuTXQih3Wn7A2ebpkuCcfEbSwjf/YO9SoaBLkhUJ0lQ7Vh0SUVRQ=","urlEncryptType":1,"pageNum":25,"thumbUrl":"zaWazGOb4R4yOSJVhWmHpkwlchWP7Y2Jg3B6FkpkOiQmZgStwiUTQul/bVBGSjnajn2pmRGg2nUw7hEXabQxy2R3bErXCu7SOyCmcnz6Y4HGWqstxvS8N2TCCrGtxDIB7NEfRjE/wD1qESEQ2EAubtBs+L7INDzgI0O2rywi5cA3DegFeJyVGLgHh6WUuY8tUjznAKQdwcklaGNMTEyR9NIvHMLe96K3lApLF7bTAPnGxYJaslFwK8pcMxxVvnyPZKiFcvWMtxXv9XWs6y83iqFKuTXQih3Wn7A2ebpkuCcfEbSwjf/YO9SoaBLkhUJ0lQ7Vh0SUVRQ=","volumeId":"7501923220497367051","uri":"read/SWX0005/1/page/1kzz90e2w5xd3/1kzv1zkx9jy1f-SWX0005_00001_00025.webp"},{"pageId":"7501933907890651177","picUrl":"gUBbggaD2S6LSvEtb95C77HKCRpvetU7qqWLPQUgrxwIc5zfj1dZiQZbOdy8cpuQt+CyBLg3aBlCBzXWqmbEWO/+EfmPLyn78kp2xi9l6UiZeGtp06K8r2q6HuqYQ39iR6Y2JAGQRNQ8WW1d0dAfAM4TsvEkhpoySow8nFrrBZI+MQAm/F717PqrS5ClGP/7LQJe3JRQyCCYb6IbZMcZRXe9HfAXgmA6xq6UwIivkhStzkbzW32Rw0ba2NBNov9YXgoymfXedD5HAL+islLrS1kr3uXb7fTGc0mEGyZ6XTfofTH61SNCNGTUU2n04kN7","urlEncryptType":1,"pageNum":26,"thumbUrl":"gUBbggaD2S6LSvEtb95C77HKCRpvetU7qqWLPQUgrxwIc5zfj1dZiQZbOdy8cpuQt+CyBLg3aBlCBzXWqmbEWO/+EfmPLyn78kp2xi9l6UiZeGtp06K8r2q6HuqYQ39iR6Y2JAGQRNQ8WW1d0dAfAM4TsvEkhpoySow8nFrrBZI+MQAm/F717PqrS5ClGP/7LQJe3JRQyCCYb6IbZMcZRXe9HfAXgmA6xq6UwIivkhStzkbzW32Rw0ba2NBNov9YXgoymfXedD5HAL+islLrS1kr3uXb7fTGc0mEGyZ6XTfofTH61SNCNGTUU2n04kN7","volumeId":"7501923220497367051","uri":"read/SWX0005/1/page/1kzz90e2w6a07/1kzv2u4mog8pv-SWX0005_00001_00026.webp"},{"pageId":"7501933907890667561","picUrl":"zaWazGOb4R4yOSJVhWmHpkwlchWP7Y2Jg3B6FkpkOiQmZgStwiUTQul/bVBGSjnajn2pmRGg2nUw7hEXabQxy2R3bErXCu7SOyCmcnz6Y4HGWqstxvS8N2TCCrGtxDIBcJ4pFx3DObTsD0TSZ55U3/b13yijfg4nY+NEz+hvfIsYeKRydPAbEN4dAi9x+khvxMPnEpVS9UijyQtb0tyoxUhh9JHaZnetjn+HJOlMgFcMeM5LRBlCQY0xR5Lq//mIEZxaZLbScQqIYPSnMxD65um+9I4Kf16ZMoLnarvHjOcg9NrRsP59K7JiHW7YXpvA6uQM7q7nRsI=","urlEncryptType":1,"pageNum":27,"thumbUrl":"zaWazGOb4R4yOSJVhWmHpuK6oTdHGWGmQpmpDZnqcrIXYmczk/SyuIbTUh/zRHRKRMxyarp4dT9LzdVjPAlqkRoi776/6qqQYtrWSfF86zeaBl7FF19G7thr4L/Rr6xB5OmXqu93v4p1hnCI1sRedjxR1jTwTFwZJhsb6ZkEEa0idKNjR2k4yFjGbC4rsSUW/E3jEt9vFpC67mAvVcKXQEDU2UnJ3F0o4dtE1w5AGC6YcjY0M/gZ2Z7q/AtgC++WJ/rWHMyYdH4CM/6vKpapSMEJaloNGQdYvZr/xeq4BsN6mV44zdOuwuA/9QBZHJOIsGLLbfqTpi8=","volumeId":"7501923220497367051","uri":"read/SWX0005/1/page/1kzz90e2w6mnb/1kzv2qnrt01ej-SWX0005_00001_00027.webp"},{"pageId":"7501933907890683945","picUrl":"gUBbggaD2S6LSvEtb95C77HKCRpvetU7qqWLPQUgrxwIc5zfj1dZiQZbOdy8cpuQt+CyBLg3aBlCBzXWqmbEWO/+EfmPLyn78kp2xi9l6UiZeGtp06K8r2HFO9mj/UTGskIUeiz17YPiXTaRUVEbMBcR0BWNAnKCtqtx5kxQqLOUcC9h7S9/V0k50/gD5QyE1bnqlSSehCWSsUKPOJI2Q5Y7J2xfAE/6ZEWU0LaHELzLeA8UvB18AQPaSZ89xqBvvfqFaYnW7kvRf/zC8gJ1g02xlFNJPFlVF5cIOcpZsfYg7/iwg93TPHAkSTudILpO","urlEncryptType":1,"pageNum":28,"thumbUrl":"zaWazGOb4R4yOSJVhWmHpuK6oTdHGWGmQpmpDZnqcrIXYmczk/SyuIbTUh/zRHRKRMxyarp4dT9LzdVjPAlqkRoi776/6qqQYtrWSfF86zeaBl7FF19G7thr4L/Rr6xB0Z2rEqifGsjT5SDvlTAdrLqTWHpwI2lMtwUVkDa9GkvpwhipP02N6uMCyeGzdPY7wv0niqWbhXMeLmIJ/fOx1cF+/k9aLG5cAUDjTuNMqWfmHctMQidYIX9jRVWEOyelIHr0PLMNFj8/RWSrX0VjYIx4gyYZqKm0fQvUco6WUrv3SD0iZkOc3dg8HvnUSU2vLUU1MHI1zac=","volumeId":"7501923220497367051","uri":"read/SWX0005/1/page/1kzz90e2w6zaf/1kzv2k2y3eou7-SWX0005_00001_00028.webp"},{"pageId":"7501933907890700329","picUrl":"NMaQeBDzEvPCzmnTnWXLabNVJPzTbPCGzquC5YzxgwqxRXlyWwxp6xGwBs350s8UXVDauAYXV2iiZxcqbgNqPHnc9aSyHgz1xIdzqI3vq8j19AJL2nYRX+682Cw56B2plBTygJAa1P9mLgBEOeIdL8/yVmAi5XkUFF6/kYfl3zsp6rioPaCsQEpRnG+EZdm2ujSX8qcBXr3TPvMaYdsUhFxpwYtMylX3ojCRY+Z05J3ZzADBp7rfLw/WfTLNujkgDoIrPbWU3PVoeSLC6sjPb0JHckf6+CdA7nYcUVvwBkkg1itz0ndub65SJbPEl3N6Wls/4wLcM9I=","urlEncryptType":1,"pageNum":29,"thumbUrl":"zaWazGOb4R4yOSJVhWmHpryCcKZvL/6xRBj8yh/xQcJa1oUcIDF4r7ZMPL1ELxPpi3T3O2yLFzhFH9QYKq0MV0NfuHIS/z0FUIcJ0+NIRwYsbzbFybmuE/w2DOXwdStV/pdkj1uPQlUJFUT2nfR2aAsfRspmD8Zfnol62LEvggqcq7PlANq6i9sv91brdsnhR2JZnIidKTWUBBCNiIaJZi2nZ7Nh43yh2QVSAkOMyJy71zRm6xRfGbmN+Ma/8OuS84C6UbCuimOAwKWzlYlezTHLXBkPW3jYxEOEvbjdMegwRN1T5BJNfPTiWESPsGsm4LoE/b1ve9g=","volumeId":"7501923220497367051","uri":"read/SWX0005/1/page/1kzz90e2w7bxj/1kzv28q0nw6jr-SWX0005_00001_00029.webp"},{"pageId":"7501933907890716713","picUrl":"gUBbggaD2S7ZnsoLRej7yv2n3lVYSRefagneKuE2PAJHWtK74XsJiO8C2g/yGEKla1lhozxNqqDI+s1exOLdlvNKoGSIAzPBw2KdRe5pB/Xp/PnWTta/id7tNsH+7gP3V01y87GsRorqM66/F24naSI0yk604uG95GbxwaH8/Pz0FGzzyetG8NgL3kdae+SGXFq6q6E1EJHUw+On8YLrI6ePpNE2WPT+WSbmWr+IthzC0iDVt2+/3v5iJ1SLjaCQp6/gincQcglAsgA6/JqojzfLerp0ajt7xe1l5/1aHqkC6FSKA8m9+D9wup14bZiR","urlEncryptType":1,"pageNum":30,"thumbUrl":"gUBbggaD2S6LSvEtb95C77HKCRpvetU7qqWLPQUgrxwIc5zfj1dZiQZbOdy8cpuQt+CyBLg3aBlCBzXWqmbEWO/+EfmPLyn78kp2xi9l6UiZeGtp06K8r8guzZqvt/yoUaeMJ1d9nPC6frBizZBl9/+dmj7wgCp4QPvRaMlXvPwq6karOzPFmAG6UzzwYbw/GqebcQh2H6f85csIBdajDfbvwpS2l4752u8lZMFz66sdU1e9ET1a1KUX4oe0KBZauWARTQYQM8bfIYp0ubvofvbsW71D2T8yrQPHbe7ebQ8mi/Pxa5kn2+R1trstTKfh","volumeId":"7501923220497367051","uri":"read/SWX0005/1/page/1kzz90e2w7okn/1kzv1i31knns3-SWX0005_00001_00030.webp"},{"pageId":"7501933907890733097","picUrl":"pGdzJf3HzP7OCEI8uz0VeUoyCgYBcNYkhzCS/YgUZVtdLRP+BzNqZkTNa6Kyq8jNmMmKIs1o5Q+Tm9SquyLOfAZX+xfbeZhGDCFTT1g2g14YcWcDx+qFruLfiHQB3EHgv+2fDSn77PvPnECWKGmyHnK4sGm95DYpnZXdixU0rmytScOJjdQdvLBG0W6edqB28EPQ4xmoqjvV+Ln5hIItE/tHFJd51zMGj51ia1Rza9fzeZzUvfMa8DtZPG4oD1vdtxe+MNp6dLVAOAPStRjzaQphebGcorg8e6yva28hY8XFm4PYWF3Ni6bJDqGvDJWD/aYS+Q1ZEyQ=","urlEncryptType":1,"pageNum":31,"thumbUrl":"gUBbggaD2S4PzYIwoI4kH9Ffpw8etP1vNWyhTZNwIPznjxw3vWbL7LFKA9CYnrbBZxjlsWiAYrAMLr0tiKbZ+z9crlwYu6UNGFvGxMTAzJmjn1ak4P8Ph9UWlFLZLXQpQhVWwxkQ9TqVtG7ZU0II2t0pAfRbc6gPZigwW8+B8O3ThkIxv1g1SPAluubam1T8dPksJLTUVHI29u0UdLE+OJ/xxOUR35MANoXNhadrOc8qiSGXr0N5EMs+TzDGxyqXIfyP86bbYAToOb9DeSTrGAb9SkiTxyRUWbmYGzW/dO4PcdXLpd5GjYcDampZ7SkT","volumeId":"7501923220497367051","uri":"read/SWX0005/1/page/1kzz90e2w817r/1kzv2q86ktlwo-SWX0005_00001_00031.webp"},{"pageId":"7501933907890749481","picUrl":"zaWazGOb4R4yOSJVhWmHpuK6oTdHGWGmQpmpDZnqcrIXYmczk/SyuIbTUh/zRHRKRMxyarp4dT9LzdVjPAlqkRoi776/6qqQYtrWSfF86zeaBl7FF19G7thr4L/Rr6xBbQ4AWnoGYAZVO2dl9xFLFENQsEzI1mOs1RhCE2EckJDc5ttiIafF6N+0RXiBaJRT9mxHZgmfB1GEK0LtISGWsFSkBeCWMsa0rWU2KHxFLHEwLrOhzDR47VA+o3c98gIYD2Ii0Wn12I2fmU6cypVis/kA+8+7z5OInbM4BcnaEQ1XK6hTzb8Q7PfcnNfIh8BCVWU6SKOu6Ek=","urlEncryptType":1,"pageNum":32,"thumbUrl":"gUBbggaD2S7ZnsoLRej7yv2n3lVYSRefagneKuE2PAJHWtK74XsJiO8C2g/yGEKla1lhozxNqqDI+s1exOLdlvNKoGSIAzPBw2KdRe5pB/Xp/PnWTta/icsDwq5GSXRy3iVZIO5oXleminD262PyUYbZ1pqJ+bcxWfNkS6cVoJKKXOnio4HrnrKc1uWM18OK4xgpj3DGJu854qIrSmnB2vvZmFWmx9Vs6LRe2wuQzLBlSd7TdVjNMB8qLS4smGWH5HovyfHdwNWV3lUNkEgZ9pZ4yCOetiwy7wdB7fzhGTIdsbGUFDhq6yE2bmrjdGcy","volumeId":"7501923220497367051","uri":"read/SWX0005/1/page/1kzz90e2w8duv/1kzv1i31ko0f7-SWX0005_00001_00032.webp"},{"pageId":"7501933907890765865","picUrl":"gUBbggaD2S6LSvEtb95C77HKCRpvetU7qqWLPQUgrxwIc5zfj1dZiQZbOdy8cpuQt+CyBLg3aBlCBzXWqmbEWO/+EfmPLyn78kp2xi9l6UiZeGtp06K8r3P4+Pnre3e/h6Fj4W3kzXjImk+8t9Mrm3kaTI+z+Hh9pjj9P6VtxIzIOzxqNJVlt0uaZYxnFj/f/jy6S+jBCNG1AN1bGw784DkQBxd4NMKJUCuq8RqFCUbyEaFBu10HjKOn8ankAXVT4tWea7LIHub2HBgM2/P2dthJVryg15JoP7btVGK8x7WZCegOxbJFDvz1ynvGyWYN","urlEncryptType":1,"pageNum":33,"thumbUrl":"gUBbggaD2S7ZnsoLRej7yv2n3lVYSRefagneKuE2PAJHWtK74XsJiO8C2g/yGEKla1lhozxNqqDI+s1exOLdlvNKoGSIAzPBw2KdRe5pB/Xp/PnWTta/iepT+0imAoaMJKgHGHjNjxGSJxOXwFKF3TFtX6uLoNUu9EdmEKNT3S0cVM9ODOzzTb0uiqK+YA8csnfl4JKiw9nVrkv86Lg2I/z+c3zeWgB/WjXw0hoSZ6wffnadA2brjuPXhRr4WBXdgn+12KGIVvcRtwScjd4HceZaRQh4CuY+rFePtipPQWs+IN3b41WKHs/Tnj0XgW5A","volumeId":"7501923220497367051","uri":"read/SWX0005/1/page/1kzz90e2w8qhz/1kzv2q86kt99k-SWX0005_00001_00033.webp"},{"pageId":"7501933907890782249","picUrl":"NMaQeBDzEvPCzmnTnWXLadWgZE1PQHmXtftLUJsDoXwkR3Ied0J5BOpwJ4f8gl1iL6TH2Jw7WericqEFMKE1ysmQKalofZjryIi1N4RNQEypYgykr2bLuEAkEbpzzx6p1GHP7HzW3MO8rXO3IUS6L1PRVqX1J3+lRsmrOvcrWtWGU13qF10GIIsRchWpPPhsTykJbLXtDyn/OdOuOZ44rWfeReNocDvhWWfUB0KqyZEv+igFfA9yPZM2MiWvBowFasJ9IxQUTlE7jND91204ZumQU1x0I2+dD3UY4MbF3kJgC1+B3Vq40xWnuYgZBIVinFaH+otrpik=","urlEncryptType":1,"pageNum":34,"thumbUrl":"gUBbggaD2S7ZnsoLRej7yv2n3lVYSRefagneKuE2PAJHWtK74XsJiO8C2g/yGEKla1lhozxNqqDI+s1exOLdlvNKoGSIAzPBw2KdRe5pB/Xp/PnWTta/iWMOnz1Mgwsff6CdQk3JzxIhLUIdxHplEwGxr8wSbZR3aZX6GvK+cpjYhtS8ZQFuq6p2NRPXgDEnn/YR7J+H/WOAWGARxIN1qeVlQ59iqBPwbK4LXMLzhkf+7N5U9yZTw3yOuMj+RVPfheWbZerM6j8kvDzJASutrmArU2izck1kqb0Mvxs9QYBVuLQefH5cH3gJa5ag9dUa","volumeId":"7501923220497367051","uri":"read/SWX0005/1/page/1kzz90e2w9353/1kzv2u4mohnab-SWX0005_00001_00034.webp"},{"pageId":"7501933907890798633","picUrl":"gUBbggaD2S4PzYIwoI4kH9Ffpw8etP1vNWyhTZNwIPznjxw3vWbL7LFKA9CYnrbBZxjlsWiAYrAMLr0tiKbZ+z9crlwYu6UNGFvGxMTAzJmjn1ak4P8Ph223p8ktmFgI+BggtlGzlRQSVgWQoqndMk/Xoeqx/ZiCRRde5geGK5jfAmbnUbAyGV73oEn+981J0QNs7hmwjf/CoTbIOrJpw93oo8t7z0grKqu+BUNFFdCdX1JdgvWtpI6DqDDb4hvdLs3QnfJqC0fgXCAv5hEYba7QgEwl9yQ+go+Iq0ov186Be1Y27ESSbtQatwiDo9oa","urlEncryptType":1,"pageNum":35,"thumbUrl":"gUBbggaD2S4PzYIwoI4kH9Ffpw8etP1vNWyhTZNwIPznjxw3vWbL7LFKA9CYnrbBZxjlsWiAYrAMLr0tiKbZ+z9crlwYu6UNGFvGxMTAzJmjn1ak4P8Ph223p8ktmFgI+BggtlGzlRQSVgWQoqndMk/Xoeqx/ZiCRRde5geGK5jfAmbnUbAyGV73oEn+981J0QNs7hmwjf/CoTbIOrJpw93oo8t7z0grKqu+BUNFFdCdX1JdgvWtpI6DqDDb4hvdLs3QnfJqC0fgXCAv5hEYba7QgEwl9yQ+go+Iq0ov186Be1Y27ESSbtQatwiDo9oa","volumeId":"7501923220497367051","uri":"read/SWX0005/1/page/1kzz90e2w9fs7/1kzv2u4moglcz-SWX0005_00001_00035.webp"},{"pageId":"7501933907890815017","picUrl":"gUBbggaD2S7ZnsoLRej7yv2n3lVYSRefagneKuE2PAJHWtK74XsJiO8C2g/yGEKla1lhozxNqqDI+s1exOLdlvNKoGSIAzPBw2KdRe5pB/Xp/PnWTta/iem10QQ3lqv1QbXuVQmJKvGEnRqFOAnXz56HlLP1m2nT2SZJE71FIbem3Rrfa6qtzqK5GcsX2Ux8T/3RkzbJZLaSX0HHOfYFbdVKROTkDsZ8k86K2m7+k36jSrBhcNAPK389heP0JHfZxv/eEMQoVMP4/kiIvdTnv01pls69zKLODtsIIqJzzRK+aremyTNO9Fe3Iwm+0zde","urlEncryptType":1,"pageNum":36,"thumbUrl":"o5HNEazldODhL7ERxpmJWMPkZrvoc7AlFPRcdkA2pP312BiBWC/2beI2NXrG9LU/QaoK8N9iw4QBVMbFcP0fe4IJY4fgCVA3sd1h0PNZ7PM4kw+1LjBX3TRvLT+4jsJVIFX251p6OcjwGEk/mik2bnese2migwN7jCcjHbMhPx/PFDRB2+Y6FA4x0EuzYI60YR17uutcyn4BVuQ9ZrNzjonKSUiTSUrb7L92t99e66uNnNdvwYqv0Ip9lS8u64wE1zuRqLZXgwh+oFjw52GeO9OynOe1tSIb2o+/ILOM1ifxeORJZZJvasZAPS1oxxJ49hU3SwQE3nY=","volumeId":"7501923220497367051","uri":"read/SWX0005/1/page/1kzz90e2w9sfb/1kzv2t237f677-SWX0005_00001_00036.webp"},{"pageId":"7501933907890831401","picUrl":"VgWYGQ56/Ap8ewKLRfQ/6wZnLUuQvzg2Q5133g48jhzneuqxQfmhFazdUbl7Mm3U8trxVldoil3iur7+Jyv8IgsgtkbFmhffCjtEoFcCIK+HgVrFYsuT2ZDpp70V5l79gUxFHrLMDxbcu0S0u5nFP23yjcYJdPtjVU5NPuvons8Ejl5YS81rKFqyuIB17mwqNDRjOAdpQ15cQjX3G6rNoSvkX25HDxfJjKNYn6oK457n74onz3bFPseHH3/E/LhANYip8aUoyUuc3xBiUZnXozwk0eEc7hpjyzuvSrhBww9AknwERhAFIaWJvQpRUVQmRQtMwUi1irA=","urlEncryptType":1,"pageNum":37,"thumbUrl":"zaWazGOb4R4yOSJVhWmHpkwlchWP7Y2Jg3B6FkpkOiQmZgStwiUTQul/bVBGSjnajn2pmRGg2nUw7hEXabQxy2R3bErXCu7SOyCmcnz6Y4HGWqstxvS8N2TCCrGtxDIB9RKzym7kgPJOyRhmBsufVN7JBb90yyQQNAgP/omJJ7pW7HIla3Z5S4kf//pctpVVFXWdMSiLZHFkhOSIptUhS7L7NwuTHHI0/ZenO2nuAMfj/35JDcp0Dd3Lcv/DVmxhgGjhRf78sElohChAxXGH0sAwnuMnGgU5YOLQEbHrk8owwGHQmSTho8T/vBChLoDr+CPZyxc1sKw=","volumeId":"7501923220497367051","uri":"read/SWX0005/1/page/1kzz90e2wa52f/1kzv112h39ma4-SWX0005_00001_00037.webp"},{"pageId":"7501933907890847785","picUrl":"gUBbggaD2S4PzYIwoI4kH9Ffpw8etP1vNWyhTZNwIPznjxw3vWbL7LFKA9CYnrbBZxjlsWiAYrAMLr0tiKbZ+z9crlwYu6UNGFvGxMTAzJmjn1ak4P8Phz0yNE+zqFfIZSYIdNNLRBOQnv7HVPAFhrju1hpF6PqRqkuIXZj7tbDPOmKtXStTI0iH+JMhasw+tCPwa++9JyJeQRQgiC3k7d9tIoK/zWQRhkZLBUt/FRW7lUDXqj5S7MFHBPcPA6KGqSt8LbLW/LYVwRbFfqmU4mQMFI5qN9BrZabOX7cxNIrCG5aFs04oRsGgTOguEiii","urlEncryptType":1,"pageNum":38,"thumbUrl":"gUBbggaD2S6LSvEtb95C77HKCRpvetU7qqWLPQUgrxwIc5zfj1dZiQZbOdy8cpuQt+CyBLg3aBlCBzXWqmbEWO/+EfmPLyn78kp2xi9l6UiZeGtp06K8ryiNp7CnQFRUAy4k8FzmBOm0KTZ8evgySjqvW1xq3e01DlplweW9QXo8HkDfQID9OtAY0d1BH1IRbldu2rd387JVGZtHaETqiTTEPnoRDC7FDUFEBelPQRj3QkFkJxSdmGDzpSo8qkDAjwO7WMEjTmHyx7YrHkD1G4hrO6whsgp9e5r39jKWH179J52QUWyEWEvS8ipzB4R4","volumeId":"7501923220497367051","uri":"read/SWX0005/1/page/1kzz90e2wahpj/1kzv1i31klwkj-SWX0005_00001_00038.webp"}]}} \ No newline at end of file diff --git a/ocr/out/raw/0001_paragraphs_200_https_www.shidianguji.com_api_ancientlib_read_book_paragraphs_v2_verifyFp_verify_mojvwigo_UYbwAhLm_WGX2_4K7E_BdXi_qZDBJPpeoTO8_fp_verify_mojvwigo_UYbwAhLm_WGX2_.json b/ocr/out/raw/0001_paragraphs_200_https_www.shidianguji.com_api_ancientlib_read_book_paragraphs_v2_verifyFp_verify_mojvwigo_UYbwAhLm_WGX2_4K7E_BdXi_qZDBJPpeoTO8_fp_verify_mojvwigo_UYbwAhLm_WGX2_.json deleted file mode 100644 index 272a67711e14375058736b902b8580d20cc1c682..0000000000000000000000000000000000000000 --- a/ocr/out/raw/0001_paragraphs_200_https_www.shidianguji.com_api_ancientlib_read_book_paragraphs_v2_verifyFp_verify_mojvwigo_UYbwAhLm_WGX2_4K7E_BdXi_qZDBJPpeoTO8_fp_verify_mojvwigo_UYbwAhLm_WGX2_.json +++ /dev/null @@ -1 +0,0 @@ -{"errorCode":0,"errorMsg":"","data":{"paragraphs":[{"paragraphId":"7502228590323302439","paragraphType":1,"content":"{\"lines\":[{\"lineId\":\"1\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890241577\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"2\",\"lineNum\":3,\"lineType\":4,\"content\":\"第一回\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null}],\"indent\":0,\"textIndent\":false}","startPageId":"7501933907890241577","endPageId":"7501933907890241577","contentEncryptType":0,"translateContent":"","chapterId":"1kzxy2z8t0mqv","dataSize":227,"chapterOrder":1,"inChapterOrder":1},{"paragraphId":"7571887928760254473","paragraphType":1,"content":"{\"lines\":[{\"lineId\":\"3\",\"lineNum\":4,\"lineType\":1,\"content\":\"甄士隐夢幻識通靈 賈雨村風塵懐閨秀\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null}],\"indent\":0,\"textIndent\":false}","startPageId":"7501933907890241577","endPageId":"7501933907890241577","contentEncryptType":0,"translateContent":"","chapterId":"1kzxy2z8t0mqv","dataSize":149,"chapterOrder":1,"inChapterOrder":2},{"paragraphId":"7502228590323318823","paragraphType":1,"content":"{\"lines\":[{\"lineId\":\"4\",\"lineNum\":5,\"lineType\":1,\"content\":\"此開卷第一回也。作者自云:因曽歴過一畨夢幻之\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"5\",\"lineNum\":6,\"lineType\":1,\"content\":\"後,故将真事隐去,而借通靈之说,撰此石頭記一書\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"6\",\"lineNum\":7,\"lineType\":1,\"content\":\"也,故曰甄士隐云云。但書中所記何事何人?自又云:\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"7\",\"lineNum\":8,\"lineType\":1,\"content\":\"今風塵碌碌,一事無成,忽念及當日所有之女子,一\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"8\",\"lineNum\":9,\"lineType\":1,\"content\":\"一細考較去,覺其行止見識,皆出於我之上。何我堂\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"9\",\"lineNum\":10,\"lineType\":1,\"content\":\"堂鬚眉,誠不若彼裙釵女子?實愧則有餘,悔又無益,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"10\",\"lineNum\":11,\"lineType\":1,\"content\":\"是大無可如何之日也。當此,則自欲将已往所頼天\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"11\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890257961\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"12\",\"lineNum\":14,\"lineType\":1,\"content\":\"恩袓德,錦衣紈袴之時,飫甘𩞹肥之日,背父兄教育\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"13\",\"lineNum\":15,\"lineType\":1,\"content\":\"之恩,負師友規訓之德,以致今日一技無成,半生潦\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"14\",\"lineNum\":16,\"lineType\":1,\"content\":\"倒之罪,編述一集,以告天下人。我之罪固不免,然閨\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"15\",\"lineNum\":17,\"lineType\":1,\"content\":\"閣中本自歴歴有人,萬不可因我之不肖,自己䕶短,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"16\",\"lineNum\":18,\"lineType\":1,\"content\":\"一併使其冺滅。雖今日之茅椽蓬牖,瓦𥩋繩床,其晨\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"17\",\"lineNum\":19,\"lineType\":1,\"content\":\"夕風露,堦栁庭花,亦未有防我之襟懐,束茟閣墨。雖\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"18\",\"lineNum\":20,\"lineType\":1,\"content\":\"我未學,下茟無文,又何妨用俚語村言,敷演出一段\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"19\",\"lineNum\":21,\"lineType\":1,\"content\":\"故事来,亦可使閨閣照傅,復可悅世之目,破人愁悶,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"20\",\"lineNum\":22,\"lineType\":1,\"content\":\"不亦宜乎?故曰賈雨村云云。列位看官,你道此書何\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"21\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890274345\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"22\",\"lineNum\":25,\"lineType\":1,\"content\":\"来?説起根由,雖近荒唐,細按則深有趣味。待在下将\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"23\",\"lineNum\":26,\"lineType\":1,\"content\":\"此来歴註明,方使閱者了然不惑。原来女媧氏煉石\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"24\",\"lineNum\":27,\"lineType\":1,\"content\":\"補天之時,於大荒山、\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"25\",\"lineNum\":27,\"lineType\":2,\"content\":\"荒唐也。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"26\",\"lineNum\":27,\"lineType\":1,\"content\":\"無稽崖,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"27\",\"lineNum\":27,\"lineType\":2,\"content\":\"無稽也。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"28\",\"lineNum\":27,\"lineType\":1,\"content\":\"煉成高經十\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"29\",\"lineNum\":28,\"lineType\":1,\"content\":\"二丈、\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"30\",\"lineNum\":28,\"lineType\":2,\"content\":\"照應十二釵。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"31\",\"lineNum\":28,\"lineType\":1,\"content\":\"方經二十四丈,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"32\",\"lineNum\":28,\"lineType\":2,\"content\":\"照應副十二釵。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"33\",\"lineNum\":28,\"lineType\":1,\"content\":\"頑石三萬六千\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"34\",\"lineNum\":29,\"lineType\":1,\"content\":\"五百零一塊,媧皇氏只用了三萬六千五百塊,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"35\",\"lineNum\":29,\"lineType\":2,\"content\":\"合週天之\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"36\",\"lineNum\":30,\"lineType\":2,\"content\":\"數。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"37\",\"lineNum\":30,\"lineType\":1,\"content\":\"只单单的剩了一塊未用,便棄在此山青埂峯下。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"38\",\"lineNum\":31,\"lineType\":2,\"content\":\"妙。自謂墜落情根,故無補天用。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"39\",\"lineNum\":31,\"lineType\":1,\"content\":\"誰知此石自經煆煉之後,靈性已通。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"40\",\"lineNum\":32,\"lineType\":2,\"content\":\"煆煉後,性方通。甚哉,人生不學也!\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"41\",\"lineNum\":32,\"lineType\":1,\"content\":\"因見衆石俱得補天,獨自已無材,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"42\",\"lineNum\":33,\"lineType\":1,\"content\":\"不堪入選,遂自怨自嘆,日夜悲啼慚愧。一日,正當嗟\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"43\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890290729\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"44\",\"lineNum\":36,\"lineType\":1,\"content\":\"悼之際,俄見一僧一道,遠遠而来,生得骨格不凡,丰\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"45\",\"lineNum\":37,\"lineType\":1,\"content\":\"神逈異。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"46\",\"lineNum\":37,\"lineType\":2,\"content\":\"這是真像,非幻像也。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"47\",\"lineNum\":37,\"lineType\":1,\"content\":\"来至石下,席地而坐長談。見一塊\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"48\",\"lineNum\":38,\"lineType\":1,\"content\":\"鮮明瑩潔美玉,且又縮扇墜成大小的,可佩可挐。那\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"49\",\"lineNum\":39,\"lineType\":1,\"content\":\"僧托於掌止,笑道:形體到也是個寳物了,還只沒有\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"50\",\"lineNum\":40,\"lineType\":1,\"content\":\"實在好處。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"51\",\"lineNum\":40,\"lineType\":2,\"content\":\"好極。今之金玉其外,敗絮其中者,見此大不歡喜。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"52\",\"lineNum\":40,\"lineType\":1,\"content\":\"湏得再鐫上數\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"53\",\"lineNum\":41,\"lineType\":1,\"content\":\"字,使人一見便知是竒物方妙。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"54\",\"lineNum\":41,\"lineType\":2,\"content\":\"世上原宜假不宜真也。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"55\",\"lineNum\":41,\"lineType\":1,\"content\":\"然後好\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"56\",\"lineNum\":42,\"lineType\":1,\"content\":\"携你到隆盛昌明之邦,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"57\",\"lineNum\":42,\"lineType\":2,\"content\":\"伏長安。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"58\",\"lineNum\":42,\"lineType\":1,\"content\":\"詩禮簮纓之族,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"59\",\"lineNum\":42,\"lineType\":2,\"content\":\"伏榮國府。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"60\",\"lineNum\":42,\"lineType\":1,\"content\":\"花\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"61\",\"lineNum\":43,\"lineType\":1,\"content\":\"栁繁華之地,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"62\",\"lineNum\":43,\"lineType\":2,\"content\":\"伏大觀園。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"63\",\"lineNum\":43,\"lineType\":1,\"content\":\"温柔富貴之鄉,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"64\",\"lineNum\":43,\"lineType\":2,\"content\":\"伏紫芝軒。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"65\",\"lineNum\":43,\"lineType\":1,\"content\":\"去安身樂業。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"66\",\"lineNum\":44,\"lineType\":1,\"content\":\"石頭聽了,喜之不𥁞,乃問道:不知賜了弟子那幾件\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"67\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890307113\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"68\",\"lineNum\":47,\"lineType\":1,\"content\":\"竒處?又不知擕了弟子到何地方?望乞明示,使弟子\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"69\",\"lineNum\":48,\"lineType\":1,\"content\":\"不惑。那僧笑道:你且莫問,日後自然明白的。説着,便\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"70\",\"lineNum\":49,\"lineType\":1,\"content\":\"袖籠了這石,同那道人飄然而去,竟不知投奔何方\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"71\",\"lineNum\":50,\"lineType\":1,\"content\":\"何舍。後来又不知過了幾世幾刼。因有個空空道人\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"72\",\"lineNum\":51,\"lineType\":1,\"content\":\"訪道求仙,忽從這大荒山無稽崖青埂峰下經過,忽\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"73\",\"lineNum\":52,\"lineType\":1,\"content\":\"見一大石上,字跡分明,編述歴歴。空空道人乃從頭\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"74\",\"lineNum\":53,\"lineType\":1,\"content\":\"一看,原来就是無材補天,幻形入世\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"75\",\"lineNum\":53,\"lineType\":2,\"content\":\"八字,便是作者一生慚恨,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"76\",\"lineNum\":53,\"lineType\":1,\"content\":\"蒙\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"77\",\"lineNum\":54,\"lineType\":1,\"content\":\"茫茫大士、𣺌𣺌真人携入紅塵,歴𥁞離合悲歡、炎凉\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"78\",\"lineNum\":55,\"lineType\":1,\"content\":\"世態的一段故事。後面又有一首偈云:\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"79\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890323497\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"80\",\"lineNum\":58,\"lineType\":1,\"content\":\"無材可去補蒼天, 枉入紅塵若許年。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"81\",\"lineNum\":59,\"lineType\":1,\"content\":\"此係身前身後事, 倩誰記去作竒傅?\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"82\",\"lineNum\":60,\"lineType\":1,\"content\":\"詩後便是此石墜落之鄉,投胎之處,親自經歴的一\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"83\",\"lineNum\":61,\"lineType\":1,\"content\":\"段陳跡故事。其中家庭閨閣瑣事以及閒情詩詞,到\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"84\",\"lineNum\":62,\"lineType\":1,\"content\":\"還全備,或可適趣觧悶,然朝代、年紀、地輿、邦國却失\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"85\",\"lineNum\":63,\"lineType\":1,\"content\":\"落無考。空空道人遂向石頭説道:石兄,你這一段故\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"86\",\"lineNum\":64,\"lineType\":1,\"content\":\"事,據你自己説有些趣味,故編寫在此,意欲問世傅\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"87\",\"lineNum\":65,\"lineType\":1,\"content\":\"竒。據我看来,第一件無朝代年紀可考,第二件並無\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"88\",\"lineNum\":66,\"lineType\":1,\"content\":\"大賢大忠理朝廷、治風俗的善政,其中只不過幾個\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"89\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890339881\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"90\",\"lineNum\":69,\"lineType\":1,\"content\":\"異樣女子,或情或癡,或小才𢕄善,亦無班姑、蔡女之\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"91\",\"lineNum\":70,\"lineType\":1,\"content\":\"德能。我總抄去,恐世人不愛看呢。石頭笑曰:我師何\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"92\",\"lineNum\":71,\"lineType\":1,\"content\":\"太癡也?若云無朝代可考,今我師竟假借漢唐等年\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"93\",\"lineNum\":72,\"lineType\":1,\"content\":\"紀添綴,又有何難?但我想歴来野史,皆蹈一轍,莫如\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"94\",\"lineNum\":73,\"lineType\":1,\"content\":\"我不借此套者,反到新竒別致,不過只取其事體情\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"95\",\"lineNum\":74,\"lineType\":1,\"content\":\"理罷了,又何必拘拘於朝代年紀哉?市井俗人,喜看\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"96\",\"lineNum\":75,\"lineType\":1,\"content\":\"理治之書者甚少,愛看適情閑文者特多。歴来野史,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"97\",\"lineNum\":76,\"lineType\":1,\"content\":\"或訕謗君相,或貶人妻女,姦淫㐫惡,不可勝數。更有\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"98\",\"lineNum\":77,\"lineType\":1,\"content\":\"一種風月茟墨,其淫污穢臭,屠毒筆墨,壞人子弟,又\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"99\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890356265\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"100\",\"lineNum\":80,\"lineType\":1,\"content\":\"不可勝數。至若佳人才子等書,則又千部共出一套,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"101\",\"lineNum\":81,\"lineType\":1,\"content\":\"且其中終不能不涉於淫濫,以致滿紙潘安、子建、西\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"102\",\"lineNum\":82,\"lineType\":1,\"content\":\"子、文君。不過作者要寫出自己的那兩首情詩艶賦\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"103\",\"lineNum\":83,\"lineType\":1,\"content\":\"来,故假擬出男女二名姓,又必傍出一小人,其間撥\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"104\",\"lineNum\":84,\"lineType\":1,\"content\":\"亂,亦如劇中之小丑然。且環婢開口即者也之乎,非\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"105\",\"lineNum\":85,\"lineType\":1,\"content\":\"文即理,故逐一看去,𢘻皆自相矛盾,大不近情理之\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"106\",\"lineNum\":86,\"lineType\":1,\"content\":\"説。竟不如我半世親睹親聞的這幾個女子,雖不敢\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"107\",\"lineNum\":87,\"lineType\":1,\"content\":\"説強似前代所有書中之人,但事跡原委,亦可以消\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"108\",\"lineNum\":88,\"lineType\":1,\"content\":\"愁破悶;也有幾首歪詩熟詞,可以噴飯供酒。至若離\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"109\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890372649\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"110\",\"lineNum\":91,\"lineType\":1,\"content\":\"合悲歡、興衰際遇,則又追踪躡跡,不敢稍加穿鑿,徒\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"111\",\"lineNum\":92,\"lineType\":1,\"content\":\"為哄人之目,而反失其真傅者。今之人,貧者日為衣\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"112\",\"lineNum\":93,\"lineType\":1,\"content\":\"食所累,富者又懐不足之心,總一時稍閑,又有貪淫\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"113\",\"lineNum\":94,\"lineType\":1,\"content\":\"戀色、好貸尋愁之事,那𥚃有工夫去看那理治之書?\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"114\",\"lineNum\":95,\"lineType\":1,\"content\":\"所以我這一段事,也不愿世人稱竒道妙,也不要世\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"115\",\"lineNum\":96,\"lineType\":1,\"content\":\"人喜悅檢讀,只愿他們當那醉飽淫卧之時,或避世\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"116\",\"lineNum\":97,\"lineType\":1,\"content\":\"去愁之際,把此一玩,豈不省了些壽命筋力?就比那\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"117\",\"lineNum\":98,\"lineType\":1,\"content\":\"謀虛逐妄,却也省了口舌是非之害,腿脚奔忙之苦。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"118\",\"lineNum\":99,\"lineType\":1,\"content\":\"再者,亦令世人換新眼目,不比那些胡牽亂扯、忽離\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"119\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890389033\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"120\",\"lineNum\":102,\"lineType\":1,\"content\":\"忽遇,滿紙才人淑女、子建、文君、紅娘、小玉等通共熟\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"121\",\"lineNum\":103,\"lineType\":1,\"content\":\"套之𦾔稿。我師以為何如?空空道人聽了此語,思忖\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"122\",\"lineNum\":104,\"lineType\":1,\"content\":\"半晌,将這石頭記\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"123\",\"lineNum\":104,\"lineType\":2,\"content\":\"本名\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"124\",\"lineNum\":104,\"lineType\":1,\"content\":\"再細閱一遍。因見上面雖有指\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"125\",\"lineNum\":105,\"lineType\":1,\"content\":\"上所記奸責佞、貶惡誅邪之語,亦非罵世之㫖;及至君仁臣\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"126\",\"lineNum\":106,\"lineType\":1,\"content\":\"良、父慈子孝,凡倫常所闗之處,皆是稱功頌德,眷眷\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"127\",\"lineNum\":107,\"lineType\":1,\"content\":\"無窮,實非別書可比。雖其中大㫖談情,亦不過實録\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"128\",\"lineNum\":108,\"lineType\":1,\"content\":\"其事,又非假擬妄稱,一味淫邀艶約、私討偷盟之可\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"129\",\"lineNum\":109,\"lineType\":1,\"content\":\"比。因毫不干涉時世,方從頭至尾抄録回来問世。傅\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"130\",\"lineNum\":110,\"lineType\":1,\"content\":\"竒因空見色,由色生情;傅情入色,自色悟空,遂易名\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"131\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890405417\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"132\",\"lineNum\":113,\"lineType\":1,\"content\":\"為情僧,改石頭記為情僧録。東魯孔梅溪則題曰風\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"133\",\"lineNum\":114,\"lineType\":1,\"content\":\"月寳鑑。後因曹雪芹於悼紅軒中披閱十載,增刪五\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"134\",\"lineNum\":115,\"lineType\":1,\"content\":\"次,纂成目録,分出章回,則題曰金陵十二釵,並題一\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"135\",\"lineNum\":116,\"lineType\":1,\"content\":\"絕云:\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"136\",\"lineNum\":117,\"lineType\":1,\"content\":\"满纸荒唐言, 一把辛酸淚。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null}],\"indent\":0,\"textIndent\":false}","startPageId":"7501933907890241577","endPageId":"7501933907890405417","contentEncryptType":0,"translateContent":"","chapterId":"1kzxy2z8t0mqv","dataSize":16350,"chapterOrder":1,"inChapterOrder":3},{"paragraphId":"7502228590323335207","paragraphType":1,"content":"{\"lines\":[{\"lineId\":\"137\",\"lineNum\":118,\"lineType\":1,\"content\":\"都云作者癡, 誰觧其中味?\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null}],\"indent\":0,\"textIndent\":false}","startPageId":"7501933907890405417","endPageId":"7501933907890405417","contentEncryptType":0,"translateContent":"","chapterId":"1kzxy2z8t0mqv","dataSize":142,"chapterOrder":1,"inChapterOrder":4},{"paragraphId":"7502228590323351591","paragraphType":1,"content":"{\"lines\":[{\"lineId\":\"138\",\"lineNum\":119,\"lineType\":1,\"content\":\"出則既明,且看石上是何故事?按那石上書云\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"139\",\"lineNum\":119,\"lineType\":2,\"content\":\"以下係石上所\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"140\",\"lineNum\":120,\"lineType\":2,\"content\":\"記之文。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"141\",\"lineNum\":120,\"lineType\":1,\"content\":\"當日地䧟東南,這東南一隅,有處曰姑蘓,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"142\",\"lineNum\":120,\"lineType\":2,\"content\":\"是金陵;\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"143\",\"lineNum\":120,\"lineType\":1,\"content\":\"有城曰閶門,最是紅塵中一二等富貴風流之地。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"144\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890421801\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"145\",\"lineNum\":123,\"lineType\":2,\"content\":\"妙極!是石頭口氣。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"146\",\"lineNum\":123,\"lineType\":1,\"content\":\"這閶門外有個十里街,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"147\",\"lineNum\":123,\"lineType\":2,\"content\":\"開口先云勢利,是伏甄、着二姓之事。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"148\",\"lineNum\":124,\"lineType\":1,\"content\":\"街内有個仁清巷,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"149\",\"lineNum\":124,\"lineType\":2,\"content\":\"又言人情,總為士隐火後伏茟。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"150\",\"lineNum\":124,\"lineType\":1,\"content\":\"巷内有個古廟,因\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"151\",\"lineNum\":125,\"lineType\":1,\"content\":\"地方窄狹,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"152\",\"lineNum\":125,\"lineType\":2,\"content\":\"世路𡩖平者最少,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"153\",\"lineNum\":125,\"lineType\":1,\"content\":\"皆呼作葫蘆廟。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"154\",\"lineNum\":125,\"lineType\":2,\"content\":\"胡塗也,故假語從此興也。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"155\",\"lineNum\":125,\"lineType\":1,\"content\":\"廟\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"156\",\"lineNum\":126,\"lineType\":1,\"content\":\"旁佳着一家鄉宦姓甄,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"157\",\"lineNum\":126,\"lineType\":2,\"content\":\"真假之甄寳玉亦借此音,後不註。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"158\",\"lineNum\":126,\"lineType\":1,\"content\":\"名費廢,字\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"159\",\"lineNum\":127,\"lineType\":1,\"content\":\"士隐,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"160\",\"lineNum\":127,\"lineType\":2,\"content\":\"托言将真事隐去也。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"161\",\"lineNum\":127,\"lineType\":1,\"content\":\"嫡妻封氏,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"162\",\"lineNum\":127,\"lineType\":2,\"content\":\"風因風俗来。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"163\",\"lineNum\":127,\"lineType\":1,\"content\":\"情性賢淑,深明禮\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"164\",\"lineNum\":128,\"lineType\":1,\"content\":\"義。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"165\",\"lineNum\":128,\"lineType\":2,\"content\":\"八字正是寫日後之香菱,見其根源。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"166\",\"lineNum\":128,\"lineType\":1,\"content\":\"家中雖不甚富貴,然本地便也\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"167\",\"lineNum\":129,\"lineType\":1,\"content\":\"推他為望族了。因這甄士隐禀性恬淡,不以功名為\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"168\",\"lineNum\":130,\"lineType\":1,\"content\":\"念,每日只以觀花修竹、酌酒吟詩為樂,到是神仙一\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"169\",\"lineNum\":131,\"lineType\":1,\"content\":\"流人品。只是一件不足:如今年已半百,膝下無兒,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"170\",\"lineNum\":131,\"lineType\":2,\"content\":\"所謂\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"171\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890438185\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"172\",\"lineNum\":134,\"lineType\":2,\"content\":\"美中不足也。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"173\",\"lineNum\":134,\"lineType\":1,\"content\":\"只有一女乳名英蓮,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"174\",\"lineNum\":134,\"lineType\":2,\"content\":\"設法應憐也。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"175\",\"lineNum\":134,\"lineType\":1,\"content\":\"年方三𡻕。一日,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"176\",\"lineNum\":135,\"lineType\":1,\"content\":\"炎夏永晝,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"177\",\"lineNum\":135,\"lineType\":2,\"content\":\"𤍽日無多,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"178\",\"lineNum\":135,\"lineType\":1,\"content\":\"士隐於書房中閑坐,至手倦拋書,伏\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"179\",\"lineNum\":136,\"lineType\":1,\"content\":\"几少憩,不覺朦朧睡去。夢至一處,不知是何地。忽見\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"180\",\"lineNum\":137,\"lineType\":1,\"content\":\"那廂来了一僧一道,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"181\",\"lineNum\":137,\"lineType\":2,\"content\":\"是從青埂峯下袖石而来。接得無痕,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"182\",\"lineNum\":137,\"lineType\":1,\"content\":\"且行且談。只\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"183\",\"lineNum\":138,\"lineType\":1,\"content\":\"聽道人問道:你携了這蠢物,意欲何往?那僧笑道:你\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"184\",\"lineNum\":139,\"lineType\":1,\"content\":\"放心,如今現有一段風流公案,正該結了。這一干風\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"185\",\"lineNum\":140,\"lineType\":1,\"content\":\"流𡨚家,尚未投胎入世,趂此機㑹,就将此蠢物夹帶\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"186\",\"lineNum\":141,\"lineType\":1,\"content\":\"於中,使他去經歴。那道人道:原来近日風流𡨚孽,又\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"187\",\"lineNum\":142,\"lineType\":1,\"content\":\"将造刼歴世去不成?但不知落於何方何處?那僧笑\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"188\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890454569\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"189\",\"lineNum\":145,\"lineType\":1,\"content\":\"道:此事説来好笑,竟是千古未聞的罕事。只因西方\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"190\",\"lineNum\":146,\"lineType\":1,\"content\":\"靈河岸上三生石畔,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"191\",\"lineNum\":146,\"lineType\":2,\"content\":\"妙!所謂三生石上𦾔精𩱿也。全用幻\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"192\",\"lineNum\":146,\"lineType\":1,\"content\":\"有絳珠草一\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"193\",\"lineNum\":147,\"lineType\":1,\"content\":\"株,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"194\",\"lineNum\":147,\"lineType\":2,\"content\":\"點紅字。 細思絳珠二字,豈非血淚乎?\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"195\",\"lineNum\":147,\"lineType\":1,\"content\":\"時有赤瑕宫\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"196\",\"lineNum\":147,\"lineType\":2,\"content\":\"按瑕字本註玉小赤也。又玉有病者,以此命名。恰\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"197\",\"lineNum\":148,\"lineType\":2,\"content\":\"極。㸃红字二。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"198\",\"lineNum\":148,\"lineType\":1,\"content\":\"神瑛使者,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"199\",\"lineNum\":148,\"lineType\":2,\"content\":\"點玉字二。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"200\",\"lineNum\":148,\"lineType\":1,\"content\":\"日以甘露灌溉,這\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"201\",\"lineNum\":149,\"lineType\":1,\"content\":\"絳珠草始得久延𡻕月。後来既受天地精華,復得雨\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"202\",\"lineNum\":150,\"lineType\":1,\"content\":\"露滋養,遂得脱却草胎木質,得換人形,僅修成個女\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"203\",\"lineNum\":151,\"lineType\":1,\"content\":\"體,終日逰於離恨天外。饑則食蜜青菓為膳,渴則飮\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"204\",\"lineNum\":152,\"lineType\":1,\"content\":\"灌愁海水為湯。只因尚未酬報灌溉之德,故其在五\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"205\",\"lineNum\":153,\"lineType\":1,\"content\":\"内便鬱結成一段纏綿不舒之意。近日這神瑛使者\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"206\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890470953\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"207\",\"lineNum\":156,\"lineType\":1,\"content\":\"凡心偶熾,乗此昌明太平朝世,意欲下凡造歴幻縁,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"208\",\"lineNum\":157,\"lineType\":2,\"content\":\"點幻字。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"209\",\"lineNum\":157,\"lineType\":1,\"content\":\"已在警幻仙子案前掛了號。警幻亦曽問及灌\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"210\",\"lineNum\":158,\"lineType\":1,\"content\":\"溉之情未償,趂此到可了結的。那絳珠仙子道:他是\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"211\",\"lineNum\":159,\"lineType\":1,\"content\":\"甘露之𠅤,我並無水可還。他既下世為人,我也去下\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"212\",\"lineNum\":160,\"lineType\":1,\"content\":\"世為人,但把我一生所有的眼淚還他,也償還的過\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"213\",\"lineNum\":161,\"lineType\":1,\"content\":\"他了。因此一事,就勾出多少風流𡨚家来,陪他們去\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"214\",\"lineNum\":162,\"lineType\":1,\"content\":\"了結此案。那道人道:果真是罕聞,實未聞有還淚之\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"215\",\"lineNum\":163,\"lineType\":1,\"content\":\"説。想来這一段故事,比歴来風月故事更為瑣碎細\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"216\",\"lineNum\":164,\"lineType\":1,\"content\":\"膩了。那僧、道歴来幾個風流人物,不過傅其大概,以\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"217\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890487337\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"218\",\"lineNum\":167,\"lineType\":1,\"content\":\"及詩詞篇章而已。至家庭閨閣中,一飮一食,總未述\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"219\",\"lineNum\":168,\"lineType\":1,\"content\":\"記。再者,大半風月故事,不過偷香、竊王,暗約私奔而\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"220\",\"lineNum\":169,\"lineType\":1,\"content\":\"已,並不曽将兒女之真情發洩一二。想這一干人入\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"221\",\"lineNum\":170,\"lineType\":1,\"content\":\"去,其情癡色鬼、賢愚不肖者,𢘻與前人傅𫑛不同矣。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"222\",\"lineNum\":171,\"lineType\":1,\"content\":\"那道人道:趂此何不你我也去世上度脱幾個,豈不是\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"223\",\"lineNum\":172,\"lineType\":1,\"content\":\"一場功德?那僧道:正合吾意。你且同我到警幻仙子\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"224\",\"lineNum\":173,\"lineType\":1,\"content\":\"宫中,将這蠢物交割清楚。這一干風流孽鬼下世已\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"225\",\"lineNum\":174,\"lineType\":1,\"content\":\"完,你我再去。如今雖已有一半落塵,然猶未全集。道\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"226\",\"lineNum\":175,\"lineType\":1,\"content\":\"人道:既如此,便隨你去来。却説甄士隐俱聽得明白,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"227\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890503721\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"228\",\"lineNum\":178,\"lineType\":1,\"content\":\"但不知所云蠢物係何東西,遂不禁上前施禮,笑問\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"229\",\"lineNum\":179,\"lineType\":1,\"content\":\"道:二仙師請了。那僧道也忙答禮相問。士隐因説道:\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"230\",\"lineNum\":180,\"lineType\":1,\"content\":\"適聞仙師所談因果,實人世罕聞者。但弟子愚濁,不\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"231\",\"lineNum\":181,\"lineType\":1,\"content\":\"能洞𢘻明白。若蒙大開癡頑,備細一聞,弟子則洗耳\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"232\",\"lineNum\":182,\"lineType\":1,\"content\":\"諦聽,稍能警省,亦可免沉淪之苦。二仙笑道:此乃元\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"233\",\"lineNum\":183,\"lineType\":1,\"content\":\"機,不可預洩者。到那時,只不要忘了我二人,可便跳\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"234\",\"lineNum\":184,\"lineType\":1,\"content\":\"出火坑矣。士隐聽了,不便再問,因笑道:元機不可預\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"235\",\"lineNum\":185,\"lineType\":1,\"content\":\"洩,但適云蠢物,不知為何,或可一見否?那僧道:若問\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"236\",\"lineNum\":186,\"lineType\":1,\"content\":\"此物,到有一面之縁。説着,取出逓於士隐。士隐接了\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"237\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890520105\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"238\",\"lineNum\":189,\"lineType\":1,\"content\":\"看時,原是塊美玉,上面字跡分明,鐫着通靈寳玉四\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"239\",\"lineNum\":190,\"lineType\":1,\"content\":\"字,後面還有幾行小字。正欲看時,那僧便説:已到幻\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"240\",\"lineNum\":191,\"lineType\":1,\"content\":\"境。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"241\",\"lineNum\":191,\"lineType\":2,\"content\":\"又點幻字云:書已入幻境矣。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"242\",\"lineNum\":191,\"lineType\":1,\"content\":\"便強從手中奪了去,與道人竟過\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"243\",\"lineNum\":192,\"lineType\":1,\"content\":\"一大石牌坊,上書四字,乃是太虛幻境。兩邊又有一\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"244\",\"lineNum\":193,\"lineType\":1,\"content\":\"副對聯,道是:\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"245\",\"lineNum\":193,\"lineType\":2,\"content\":\"無極太極之輪𨍭,色空之相生,四季之隨行,皆不過如此。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"246\",\"lineNum\":194,\"lineType\":1,\"content\":\"假作真時真亦假,  無為有處有還無。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"247\",\"lineNum\":195,\"lineType\":1,\"content\":\"士隐意欲也跟了過去,方舉步時,忽聽一聲霹靂,有\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"248\",\"lineNum\":196,\"lineType\":1,\"content\":\"若山崩地䧟。士隐大呌一聲,定睛一看,只見烈日炎\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"249\",\"lineNum\":197,\"lineType\":1,\"content\":\"炎,芭蕉冉冉,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"250\",\"lineNum\":197,\"lineType\":2,\"content\":\"醒得無痕,不落𦾔套,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"251\",\"lineNum\":197,\"lineType\":1,\"content\":\"夢中之事,便忘了對半。又見\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"252\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890536489\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"253\",\"lineNum\":200,\"lineType\":1,\"content\":\"奶母正抱了英蓮来。士隐見女兒越發生得粉粧玉\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"254\",\"lineNum\":201,\"lineType\":1,\"content\":\"琢,乘觉可喜,便伸手来抱在懐中,闘他頑耍一回,又\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"255\",\"lineNum\":202,\"lineType\":1,\"content\":\"帶至街前,看那過㑹的熱閙。方欲進来時,只見從那\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"256\",\"lineNum\":203,\"lineType\":1,\"content\":\"邊来一僧一道,那僧則癩頭跣足,那道則跛足蓬頭,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"257\",\"lineNum\":204,\"lineType\":2,\"content\":\"此是幻像。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"258\",\"lineNum\":204,\"lineType\":1,\"content\":\"瘋瘋顛顛,揮霍談咲而至。及到了他門前,看見\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"259\",\"lineNum\":205,\"lineType\":1,\"content\":\"士隐抱着英蓮,那僧便大哭起来,又向士隐道:施主,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"260\",\"lineNum\":206,\"lineType\":1,\"content\":\"你把這有命無運、累及爹娘之物,抱在懐中作甚?士\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"261\",\"lineNum\":207,\"lineType\":1,\"content\":\"隐聽了,知是瘋話,也不去睬他。那僧還説:捨我罷!捨\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"262\",\"lineNum\":208,\"lineType\":1,\"content\":\"我罷!士隐不耐煩,便抱女兒要進去。那僧指着他大\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"263\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890552873\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"264\",\"lineNum\":211,\"lineType\":1,\"content\":\"笑,口念了四句言詞道:\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null}],\"indent\":0,\"textIndent\":false}","startPageId":"7501933907890405417","endPageId":"7501933907890552873","contentEncryptType":0,"translateContent":"","chapterId":"1kzxy2z8t0mqv","dataSize":15234,"chapterOrder":1,"inChapterOrder":5},{"paragraphId":"7502228590323367975","paragraphType":1,"content":"{\"lines\":[{\"lineId\":\"265\",\"lineNum\":212,\"lineType\":1,\"content\":\"慣養姣生笑你癡,  菱花空對雪斯斯。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"266\",\"lineNum\":213,\"lineType\":1,\"content\":\"好防佳莭元宵後,  便是烟消火㓕時。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"267\",\"lineNum\":214,\"lineType\":1,\"content\":\"士隐聽得明白,心下猶豫,意欲問他来歴。只聽得道\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"268\",\"lineNum\":215,\"lineType\":1,\"content\":\"人説道:你我不必同行,就此分手,各幹營生去罷。三\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"269\",\"lineNum\":216,\"lineType\":1,\"content\":\"刼後,我在北邙山等你。㑹齊了,同徃太虛幻境銷號。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"270\",\"lineNum\":217,\"lineType\":1,\"content\":\"那僧道:妙極!妙極!説畢,二人一去,再不見個踪跡。士\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"271\",\"lineNum\":218,\"lineType\":1,\"content\":\"隐心中此時自忖:這兩個人必有来歴,該試一問,如\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"272\",\"lineNum\":219,\"lineType\":1,\"content\":\"今悔却晚也。這士隐正癡想,忽見葫蘆廟内寄居一\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"273\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890569257\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"274\",\"lineNum\":222,\"lineType\":1,\"content\":\"窮儒,姓賈名化,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"275\",\"lineNum\":222,\"lineType\":2,\"content\":\"假話也。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"276\",\"lineNum\":222,\"lineType\":1,\"content\":\"字時飛,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"277\",\"lineNum\":222,\"lineType\":2,\"content\":\"實非也。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"278\",\"lineNum\":222,\"lineType\":1,\"content\":\"別號雨村者,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"279\",\"lineNum\":222,\"lineType\":2,\"content\":\"雨村者,村\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"280\",\"lineNum\":223,\"lineType\":2,\"content\":\"言、粗言粗語也。言以粗村之言,演出一段假話,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"281\",\"lineNum\":223,\"lineType\":1,\"content\":\"走了出来。這賈雨村原係湖\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"282\",\"lineNum\":224,\"lineType\":1,\"content\":\"州人氏,原是詩書仕宦之族。因他生於末世,父母袓\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"283\",\"lineNum\":225,\"lineType\":1,\"content\":\"宗,根基一𥁞,人口衰𢕄,只剩得他一身一口,在家鄉\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"284\",\"lineNum\":226,\"lineType\":1,\"content\":\"無益,因進京求取功名,再整基業。自前𡻕来此,又淹\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"285\",\"lineNum\":227,\"lineType\":1,\"content\":\"蹇住了,暫在廟中安身,每日賣字作文為生,故士隐\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"286\",\"lineNum\":228,\"lineType\":1,\"content\":\"常與他交接。當下雨村見了士隐,忙施禮陪笑道:老\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"287\",\"lineNum\":229,\"lineType\":1,\"content\":\"先生𠋣門佇望,敢街市上有甚新文否?士隐笑道:非\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"288\",\"lineNum\":230,\"lineType\":1,\"content\":\"也。適因小女啼哭,引他出来作耍,正是無𦕬之甚。兄\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"289\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890585641\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"290\",\"lineNum\":233,\"lineType\":1,\"content\":\"来得正妙,請入小齋一談,彼此皆可消此永晝。説着,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"291\",\"lineNum\":234,\"lineType\":1,\"content\":\"便令人送女進去,自携了雨村来至書房中,小童獻\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"292\",\"lineNum\":235,\"lineType\":1,\"content\":\"茶。方談得三五句話,忽家人飛報:嚴老爺来拜\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"293\",\"lineNum\":235,\"lineType\":2,\"content\":\"炎也。炎既\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"294\",\"lineNum\":236,\"lineType\":2,\"content\":\"来,火将至矣。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"295\",\"lineNum\":236,\"lineType\":1,\"content\":\"士隐慌的忙起身謝罪道:恕誑駕之罪,略坐\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"296\",\"lineNum\":237,\"lineType\":1,\"content\":\"弟即来陪。雨村忙起身亦譲道:老先生請便,晚生乃\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"297\",\"lineNum\":238,\"lineType\":1,\"content\":\"常造之客,稍候何妨。説着,士隐已出前庭去了。這𥚃\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"298\",\"lineNum\":239,\"lineType\":1,\"content\":\"雨村且翻弄書籍觧悶,忽聽𥦗外有女子𠻳聲,雨村\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"299\",\"lineNum\":240,\"lineType\":1,\"content\":\"遂起身往𥦗外一看,原来是一個丫環在那𥚃擷花,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"300\",\"lineNum\":241,\"lineType\":1,\"content\":\"生得儀容不俗,眉目清朗,雖無十分姿色,却亦有動\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"301\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890602025\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"302\",\"lineNum\":244,\"lineType\":1,\"content\":\"人之處。雨村不覺看得呆了。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"303\",\"lineNum\":244,\"lineType\":2,\"content\":\"古今窮酸,色心最重。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"304\",\"lineNum\":244,\"lineType\":1,\"content\":\"那甄家丫環\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"305\",\"lineNum\":245,\"lineType\":1,\"content\":\"擷了花,方欲走時,猛抬頭見𥦗内有人,敝巾𦾔服,雖\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"306\",\"lineNum\":246,\"lineType\":1,\"content\":\"是貧窘,然生得腰寬背厚,面濶口方,更𠔥劍眉星眼,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"307\",\"lineNum\":247,\"lineType\":1,\"content\":\"直鼻權腮。這丫環忙𨍭身回避,心下乃想:這人生得\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"308\",\"lineNum\":248,\"lineType\":1,\"content\":\"這樣雄壯,却又這樣藍縷,想他定是我家主人常説\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"309\",\"lineNum\":249,\"lineType\":1,\"content\":\"的什麽賈雨村了,每有意帮助週濟,只是無甚機㑹。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"310\",\"lineNum\":250,\"lineType\":1,\"content\":\"我家並無這樣貧窘親友,想定是此人無疑了。怪道\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"311\",\"lineNum\":251,\"lineType\":1,\"content\":\"又説他必非久困之人。如此想,不免又回頭兩次。雨\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"312\",\"lineNum\":252,\"lineType\":1,\"content\":\"村見他回頭,便自為這女子,心中有意於他,便狂喜\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"313\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890618409\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"314\",\"lineNum\":255,\"lineType\":1,\"content\":\"不禁,自為此女子必是個巨眼英毫,風塵中之知己\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"315\",\"lineNum\":256,\"lineType\":1,\"content\":\"也。一時小童進来,聽得前面留飯,不可久待,遂從夹\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"316\",\"lineNum\":257,\"lineType\":1,\"content\":\"道中自便出門去了。士隐待客既散,知雨村自便,也\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"317\",\"lineNum\":258,\"lineType\":1,\"content\":\"不去再邀了。一日,早又中秋佳節,士隐家宴已畢,乃\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"318\",\"lineNum\":259,\"lineType\":1,\"content\":\"具一席於書房,却自己步月至廟中,来邀雨村。雨村\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"319\",\"lineNum\":260,\"lineType\":1,\"content\":\"自那日見了甄家之婢,曽回頭顧他兩次,自為是個\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"320\",\"lineNum\":261,\"lineType\":1,\"content\":\"知己,便時刻放在心上。今又值中秋,不免對月有懐,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"321\",\"lineNum\":262,\"lineType\":1,\"content\":\"因而口占五言一律云:\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null}],\"indent\":0,\"textIndent\":false}","startPageId":"7501933907890552873","endPageId":"7501933907890618409","contentEncryptType":0,"translateContent":"","chapterId":"1kzxy2z8t0mqv","dataSize":7341,"chapterOrder":1,"inChapterOrder":6},{"paragraphId":"7502228590323384359","paragraphType":1,"content":"{\"lines\":[{\"lineId\":\"322\",\"lineNum\":263,\"lineType\":1,\"content\":\"未卜三生願, 頻添一段愁。 悶来時歛額,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"323\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890634793\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"324\",\"lineNum\":266,\"lineType\":1,\"content\":\"行去幾回頭。 自顧風前影, 誰堪月下儔?\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"325\",\"lineNum\":267,\"lineType\":1,\"content\":\"蟾光如有意, 先上玉人樓。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null}],\"indent\":0,\"textIndent\":false}","startPageId":"7501933907890618409","endPageId":"7501933907890634793","contentEncryptType":0,"translateContent":"","chapterId":"1kzxy2z8t0mqv","dataSize":524,"chapterOrder":1,"inChapterOrder":7},{"paragraphId":"7502228590323400743","paragraphType":1,"content":"{\"lines\":[{\"lineId\":\"326\",\"lineNum\":268,\"lineType\":1,\"content\":\"雨村吟罷,因又思及平生抱負,苦未逢時,乃又搔首\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"327\",\"lineNum\":269,\"lineType\":1,\"content\":\"對天長嘆,後高吟一聯云:\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null}],\"indent\":0,\"textIndent\":false}","startPageId":"7501933907890634793","endPageId":"7501933907890634793","contentEncryptType":0,"translateContent":"","chapterId":"1kzxy2z8t0mqv","dataSize":281,"chapterOrder":1,"inChapterOrder":8},{"paragraphId":"7502228590323417127","paragraphType":1,"content":"{\"lines\":[{\"lineId\":\"328\",\"lineNum\":270,\"lineType\":1,\"content\":\"玉在匵中求善價,  釵於奩同待時飛。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"329\",\"lineNum\":271,\"lineType\":1,\"content\":\"恰值士隐走来聽見,笑道:雨村兄真抱負不淺也。雨\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"330\",\"lineNum\":272,\"lineType\":1,\"content\":\"村忙笑道:豈敢!不過偶吟前人之句,何敢狂誔至此?\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"331\",\"lineNum\":273,\"lineType\":1,\"content\":\"因問:老先生何興?士隐笑道:今夜中秋,俗謂圑圎之\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"332\",\"lineNum\":274,\"lineType\":1,\"content\":\"莭,想尊兄旅寄僧房,不無寂寥之感,故特具小酌,邀\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"333\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890651177\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"334\",\"lineNum\":277,\"lineType\":1,\"content\":\"兄到敝齋一飮,不知可納芹意否?雨村聽了,並不推\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"335\",\"lineNum\":278,\"lineType\":1,\"content\":\"𨐲,便笑道:既蒙謬愛,何敢拂此盛意?説着,便同士隐\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"336\",\"lineNum\":279,\"lineType\":1,\"content\":\"過這邊書院中来。湏臾茶畢,早已設下杯盤,那美酒\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"337\",\"lineNum\":280,\"lineType\":1,\"content\":\"佳餚,自不必説。二人歸坐,先是欵斟慢飮,漸次談至\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"338\",\"lineNum\":281,\"lineType\":1,\"content\":\"興濃,不覺飛觥限斚起来。當時街坊上家家簫管,户\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"339\",\"lineNum\":282,\"lineType\":1,\"content\":\"户絃歌,當頭一輪明月,飛彩凝輝。二人愈覺豪興,酒\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"340\",\"lineNum\":283,\"lineType\":1,\"content\":\"到杯乾。雨村此時已有七八分酒意,狂興不禁,乃對\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"341\",\"lineNum\":284,\"lineType\":1,\"content\":\"月當杯,口號一絕云:\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null}],\"indent\":0,\"textIndent\":false}","startPageId":"7501933907890634793","endPageId":"7501933907890651177","contentEncryptType":0,"translateContent":"","chapterId":"1kzxy2z8t0mqv","dataSize":1951,"chapterOrder":1,"inChapterOrder":9},{"paragraphId":"7502228590323433511","paragraphType":1,"content":"{\"lines\":[{\"lineId\":\"342\",\"lineNum\":285,\"lineType\":1,\"content\":\"时逢三五便圑圎,  滿把晴光䕶玉欄。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"343\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890667561\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"344\",\"lineNum\":288,\"lineType\":1,\"content\":\"天上一輪𦆵捧出,  人間萬姓仰頭看。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"345\",\"lineNum\":289,\"lineType\":1,\"content\":\"士隐聽了,大呌:妙哉!吾每謂兄必非久居人下者,今\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"346\",\"lineNum\":290,\"lineType\":1,\"content\":\"所吟之句,飛騰之兆已見,不日可得接步履於雲霓\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"347\",\"lineNum\":291,\"lineType\":1,\"content\":\"之上矣。可賀,可賀!乃親斟一斗為賀。雨村因乾過,嘆\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"348\",\"lineNum\":292,\"lineType\":1,\"content\":\"道:非晚生酒後狂言,若論時尚之學,晚生也或可去\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"349\",\"lineNum\":293,\"lineType\":1,\"content\":\"充數沽名。只是目今行囊路費,一概無措。神京路遠,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"350\",\"lineNum\":294,\"lineType\":1,\"content\":\"非賴賣字撰文即能到者。士隐不待説完,便道:兄何\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"351\",\"lineNum\":295,\"lineType\":1,\"content\":\"不早言?愚每有此心,便每遇兄時,並未談及,愚故未\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"352\",\"lineNum\":296,\"lineType\":1,\"content\":\"敢唐突。今既及此,愚雖不才,義利二字却還識得。且\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"353\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890683945\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"354\",\"lineNum\":299,\"lineType\":1,\"content\":\"喜明𡻕大比,兄宜作速入都,春闈一戰,方不負兄之\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"355\",\"lineNum\":300,\"lineType\":1,\"content\":\"所學也。其盤費餘事,弟自代為處置,亦不枉史之謬\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"356\",\"lineNum\":301,\"lineType\":1,\"content\":\"識矣。當下即命小童進去,速封五十兩白銀並兩套\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"357\",\"lineNum\":302,\"lineType\":1,\"content\":\"冬衣又去:十九日乃黄道之期,兄可即買舟西上,待\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"358\",\"lineNum\":303,\"lineType\":1,\"content\":\"雄飛高舉,明冬再晤,豈非大快之事耶?雨村收了銀\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"359\",\"lineNum\":304,\"lineType\":1,\"content\":\"衣,不過略謝一語,並不介意,仍是吃酒談笑。那天已\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"360\",\"lineNum\":305,\"lineType\":1,\"content\":\"交三鼓,二人方散。士隐送雨村去後,回房一覺,直至\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"361\",\"lineNum\":306,\"lineType\":1,\"content\":\"紅日三竿方醒。因思昨夜之事,意欲再寫兩對書與\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"362\",\"lineNum\":307,\"lineType\":1,\"content\":\"雨村,帶至神都,使雨村投謁個仕宦之家,為寄足之\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"363\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890700329\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"364\",\"lineNum\":310,\"lineType\":1,\"content\":\"地。因使人過去請時,那家人去了,回来言:和尚説賈爺\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"365\",\"lineNum\":311,\"lineType\":1,\"content\":\"今日五鼓已進京去了,也曽留下話與和尚轉達老\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"366\",\"lineNum\":312,\"lineType\":1,\"content\":\"爺,説讀書人不在黄道黑道,總以事理為要,不及面\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"367\",\"lineNum\":313,\"lineType\":1,\"content\":\"辭了。士隐聽了,也只得罷了。真是閒處光隂易過,倏\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"368\",\"lineNum\":314,\"lineType\":1,\"content\":\"忽又是元宵佳節矣。因士隐命家人霍啟\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"369\",\"lineNum\":314,\"lineType\":2,\"content\":\"妙,禍起也。此因事命\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"370\",\"lineNum\":315,\"lineType\":2,\"content\":\"名。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"371\",\"lineNum\":315,\"lineType\":1,\"content\":\"抱了英蓮去看社火花燈。半夜中,霍啟因要小觧,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"372\",\"lineNum\":316,\"lineType\":1,\"content\":\"便将英蓮放在一家門檻上坐着,待他小觧完了来\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"373\",\"lineNum\":317,\"lineType\":1,\"content\":\"抱時,那有英蓮的踪影?急得霍啟直尋了半夜,至天\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"374\",\"lineNum\":318,\"lineType\":1,\"content\":\"明不見。那霍啟也就不敢回来見主人,便逃徃他鄉\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"375\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890716713\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"376\",\"lineNum\":321,\"lineType\":1,\"content\":\"去了。那士隐夫婦見女兒一夜不歸,便知有些不妥,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"377\",\"lineNum\":322,\"lineType\":1,\"content\":\"再使幾人去尋找,回来皆云:音信全無。夫婦二人,半\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"378\",\"lineNum\":323,\"lineType\":1,\"content\":\"世只生此女,一旦失落,豈不思想?因此晝夜啼哭,幾\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"379\",\"lineNum\":324,\"lineType\":1,\"content\":\"乎不曽尋死。看看一月,士隐先就得了一病。當時封\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"380\",\"lineNum\":325,\"lineType\":1,\"content\":\"氏也因思女搆疾,日日請醫調治。不想這一日三月\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"381\",\"lineNum\":326,\"lineType\":1,\"content\":\"十五日,葫蘆廟炸供,那些和尚不加小心,致使油鍋\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"382\",\"lineNum\":327,\"lineType\":1,\"content\":\"火𨓜,便燒着𥦗紙。此方人家多用竹壁,大抵也因刼\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"383\",\"lineNum\":328,\"lineType\":1,\"content\":\"数。於是接二連三,撁五掛六,将一條街燒如火𦦨山\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"384\",\"lineNum\":329,\"lineType\":1,\"content\":\"一般。彼時雖有軍民来救,那火已成了勢,如何救得\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"385\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890733097\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"386\",\"lineNum\":332,\"lineType\":1,\"content\":\"下?直燒了一夜,方漸漸的熄去。也不知燒了幾家,只\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"387\",\"lineNum\":333,\"lineType\":1,\"content\":\"可憐甄氏在隔壁,早已燒成一片瓦礫場了,只有他\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"388\",\"lineNum\":334,\"lineType\":1,\"content\":\"夫婦並幾個家人的性命不曽傷了,急得士隐惟跌\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"389\",\"lineNum\":335,\"lineType\":1,\"content\":\"足長偏而已。只得與妻子商議,且将就到田庄上去\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"390\",\"lineNum\":336,\"lineType\":1,\"content\":\"安身。嘆值近年水旱不收,鼠盗蜂起,無非搶田奪地,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"391\",\"lineNum\":337,\"lineType\":1,\"content\":\"民不安生。因此官兵剿捕,難以安身。士隐只得将田\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"392\",\"lineNum\":338,\"lineType\":1,\"content\":\"庄都質變,携妻子與兩個丫環,投他岳丈家去。他岳\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"393\",\"lineNum\":339,\"lineType\":1,\"content\":\"丈名封肅,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"394\",\"lineNum\":339,\"lineType\":2,\"content\":\"風俗\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"395\",\"lineNum\":339,\"lineType\":1,\"content\":\"本貫大如州人氏,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"396\",\"lineNum\":339,\"lineType\":2,\"content\":\"託言大㮣如是。之風俗也。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"397\",\"lineNum\":339,\"lineType\":1,\"content\":\"雖是務\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"398\",\"lineNum\":340,\"lineType\":1,\"content\":\"農,家中都還殷實。今見女兒女壻這等狼狽而来,心\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"399\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890749481\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"400\",\"lineNum\":343,\"lineType\":1,\"content\":\"中便有些不樂。幸而士隐還有質變地的銀子未曽\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"401\",\"lineNum\":344,\"lineType\":1,\"content\":\"用完,挐出来託他隨分就價,置些湏房地,為後日衣\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"402\",\"lineNum\":345,\"lineType\":1,\"content\":\"食之計。那封肅便半哄嫌些湏,與他些薄田朽屋。士\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"403\",\"lineNum\":346,\"lineType\":1,\"content\":\"隐乃讀書之人,不慣生理稼穡等事,免強支持了一\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"404\",\"lineNum\":347,\"lineType\":1,\"content\":\"二年,越覺窮了下去。封肅每見面時,説些現成話,且\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"405\",\"lineNum\":348,\"lineType\":1,\"content\":\"人前人後,又怨他們不善過活,一味好吃懶做等語。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"406\",\"lineNum\":349,\"lineType\":1,\"content\":\"士隐知投人不着,心中未免悔恨。再𠔥上年驚唬,急\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"407\",\"lineNum\":350,\"lineType\":1,\"content\":\"忿怨痛,已有積傷,暮年之人,貧病交攻,漸漸的露出\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"408\",\"lineNum\":351,\"lineType\":1,\"content\":\"那下世光景来。可巧這日拄了拐,挣挫到街上散散\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"409\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890765865\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"410\",\"lineNum\":354,\"lineType\":1,\"content\":\"心時,忽見那邊来了一個跛足道人,瘋狂落脱蔴履\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"411\",\"lineNum\":355,\"lineType\":1,\"content\":\"鶉衣,口内念着幾句言詞道:\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null}],\"indent\":0,\"textIndent\":false}","startPageId":"7501933907890651177","endPageId":"7501933907890765865","contentEncryptType":0,"translateContent":"","chapterId":"1kzxy2z8t0mqv","dataSize":9299,"chapterOrder":1,"inChapterOrder":10},{"paragraphId":"7502228590323449895","paragraphType":1,"content":"{\"lines\":[{\"lineId\":\"412\",\"lineNum\":356,\"lineType\":1,\"content\":\"世人都曉神仙好,  惟有功名忘不了,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"413\",\"lineNum\":357,\"lineType\":1,\"content\":\"古今将相在何方? 荒塜一堆草沒了!\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"414\",\"lineNum\":358,\"lineType\":1,\"content\":\"世人都曉神仙好, 只有金銀忘不了,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"415\",\"lineNum\":359,\"lineType\":1,\"content\":\"終朝只恨聚無多, 及到多時眼閉了!\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"416\",\"lineNum\":360,\"lineType\":1,\"content\":\"世人都説神仙好, 只有姣妻忘不了,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"417\",\"lineNum\":361,\"lineType\":1,\"content\":\"君生日日説恩情, 君死又隨人去了。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"418\",\"lineNum\":362,\"lineType\":1,\"content\":\"世人都説神仙好, 惟有兒孫忘不了。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"419\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890782249\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"420\",\"lineNum\":365,\"lineType\":1,\"content\":\"癡心父母古来多, 孝順兒孫誰見了?\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"421\",\"lineNum\":366,\"lineType\":1,\"content\":\"士隐聽了,便迎上来道:你説些什麽?只聽見些好了\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"422\",\"lineNum\":367,\"lineType\":1,\"content\":\"好了。那道人道:你若果聽見好了二字,還筭明白。可\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"423\",\"lineNum\":368,\"lineType\":1,\"content\":\"知世人萬般,好便是了,了便是好;若不了,便不好;若\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"424\",\"lineNum\":369,\"lineType\":1,\"content\":\"要好,湏是了。我這歌兒,便名好了歌。士隐本是有宿\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"425\",\"lineNum\":370,\"lineType\":1,\"content\":\"慧的,一聞此言,心中早已徹悟,因笑道:且住,待我将\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"426\",\"lineNum\":371,\"lineType\":1,\"content\":\"你好了歌觧註出来何如?道人笑道:你觧,你觧。士隐\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"427\",\"lineNum\":372,\"lineType\":1,\"content\":\"乃説道:\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"428\",\"lineNum\":372,\"lineType\":2,\"content\":\"要寫情,要寫幻境,偏先寫出一萹竒人竒境来。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"429\",\"lineNum\":372,\"lineType\":1,\"content\":\"陋室空堂,當年笏滿\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"430\",\"lineNum\":373,\"lineType\":1,\"content\":\"床; 衰草枯楊,曽為歌舞。 蛛𢇁兒結滿雕梁 縁,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"431\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890798633\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"432\",\"lineNum\":376,\"lineType\":1,\"content\":\"紗兒今又糊在蓬𥦗上。 説甚麽脂正濃,粉正香,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"433\",\"lineNum\":377,\"lineType\":1,\"content\":\"如何两𩬆又成霜? 昨日黄土隴頭送白骨, 今宵\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"434\",\"lineNum\":378,\"lineType\":1,\"content\":\"紅燈帳底卧鴛鴦。 金滿箱, 銀滿箱, 轉眼乞丐\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"435\",\"lineNum\":379,\"lineType\":1,\"content\":\"人皆謗。正嘆他人命不長, 那知自己歸来丧。 訓\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"436\",\"lineNum\":380,\"lineType\":1,\"content\":\"有方,保不定後日作强梁; 擇膏梁,誰承望流落在\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"437\",\"lineNum\":381,\"lineType\":1,\"content\":\"烟花巷。 因嫌紗帽小, 致使鎻枷扛。 昨憐破襖\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"438\",\"lineNum\":382,\"lineType\":1,\"content\":\"寒, 今嫌紫袍長。 亂哄哄,你方唱罷我登場, 反\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"439\",\"lineNum\":383,\"lineType\":1,\"content\":\"認他鄉是故鄉。 甚荒唐, 到頭来都是為他人作\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"440\",\"lineNum\":384,\"lineType\":1,\"content\":\"了衣裳!\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"441\",\"lineNum\":384,\"lineType\":2,\"content\":\"誰不觧得世事如此,有龍象力者方能放得下。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"442\",\"lineNum\":384,\"lineType\":1,\"content\":\"那瘋跛道人聽了,拍\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"443\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890815017\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"444\",\"lineNum\":387,\"lineType\":1,\"content\":\"掌笑道:觧得切,觧得切!士隐便説一聲罷,将道人肩\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"445\",\"lineNum\":388,\"lineType\":1,\"content\":\"上搭連搶了過来背着,竟不知回家,同了道人飄飄\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"446\",\"lineNum\":389,\"lineType\":1,\"content\":\"而去。當下烘動街坊,衆人當作一件新文。傅説。封氏\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"447\",\"lineNum\":390,\"lineType\":1,\"content\":\"聞得此信,哭了死去活来,只得與父親商議,遣人各\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"448\",\"lineNum\":391,\"lineType\":1,\"content\":\"處訪尋。那知音信全無。無奈何,少不得依着他父母\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"449\",\"lineNum\":392,\"lineType\":1,\"content\":\"度日。幸而身邊還有兩個𦾔日的丫環伏侍,主僕三\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"450\",\"lineNum\":393,\"lineType\":1,\"content\":\"人,日夜作些針線發賣,帮着父親過活。那封肅雖然\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"451\",\"lineNum\":394,\"lineType\":1,\"content\":\"日日抱怨,然也無可如何了。這日甄家大丫頭在門\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"452\",\"lineNum\":395,\"lineType\":1,\"content\":\"前買線,忽聽街上喝道之聲,衆人都説新太爺到任。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"453\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890831401\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"454\",\"lineNum\":398,\"lineType\":1,\"content\":\"丫環於是隐在門内看時,只見軍牢快手一對一對\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"455\",\"lineNum\":399,\"lineType\":1,\"content\":\"的過去,俄而大轎内抬着一個烏紗猩袍的官府過\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"456\",\"lineNum\":400,\"lineType\":1,\"content\":\"去。丫環到發了怔,自忖:這官好面善,到像在那裡㑹\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"457\",\"lineNum\":401,\"lineType\":1,\"content\":\"過的。於是進入房中,也就丟過不在心上。至晚間,正\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"458\",\"lineNum\":402,\"lineType\":1,\"content\":\"等歇時,忽聽一片聲打的門響,許多人亂譲,説:本府\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"459\",\"lineNum\":403,\"lineType\":1,\"content\":\"太爺的差人来傅人問話。封肅聽了,唬得目瞪口呆。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"460\",\"lineNum\":404,\"lineType\":1,\"content\":\"不知有何禍事,且聽下回分解。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null}],\"indent\":0,\"textIndent\":false}","startPageId":"7501933907890765865","endPageId":"7501933907890831401","contentEncryptType":0,"translateContent":"","chapterId":"1kzxy2z8t0mqv","dataSize":6476,"chapterOrder":1,"inChapterOrder":11},{"paragraphId":"7502228590323466279","paragraphType":1,"content":"{\"lines\":[{\"lineId\":\"461\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890847785\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"462\",\"lineNum\":407,\"lineType\":1,\"content\":\"總評\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"463\",\"lineNum\":408,\"lineType\":1,\"content\":\"出口神竒,幻中不幻;文勢跳躍,情𥚃生情。借幻\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"464\",\"lineNum\":409,\"lineType\":1,\"content\":\"説法,而幻中更自多情;因情捉茟,而情𥚃偏成\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"465\",\"lineNum\":410,\"lineType\":1,\"content\":\"癡幻。試問君家識得否?色空空色兩無干。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null}],\"indent\":0,\"textIndent\":false}","startPageId":"7501933907890847785","endPageId":"7501933907890847785","contentEncryptType":0,"translateContent":"","chapterId":"1kzxy2z8t0mqv","dataSize":631,"chapterOrder":1,"inChapterOrder":12}],"idToMarginNoteMap":{}}} \ No newline at end of file diff --git a/ocr/out/raw/0002_paragraphs_200_https_www.shidianguji.com_api_ancientlib_read_book_paragraphs_v2_verifyFp_verify_mojvwigo_UYbwAhLm_WGX2_4K7E_BdXi_qZDBJPpeoTO8_fp_verify_mojvwigo_UYbwAhLm_WGX2_.json b/ocr/out/raw/0002_paragraphs_200_https_www.shidianguji.com_api_ancientlib_read_book_paragraphs_v2_verifyFp_verify_mojvwigo_UYbwAhLm_WGX2_4K7E_BdXi_qZDBJPpeoTO8_fp_verify_mojvwigo_UYbwAhLm_WGX2_.json deleted file mode 100644 index 272a67711e14375058736b902b8580d20cc1c682..0000000000000000000000000000000000000000 --- a/ocr/out/raw/0002_paragraphs_200_https_www.shidianguji.com_api_ancientlib_read_book_paragraphs_v2_verifyFp_verify_mojvwigo_UYbwAhLm_WGX2_4K7E_BdXi_qZDBJPpeoTO8_fp_verify_mojvwigo_UYbwAhLm_WGX2_.json +++ /dev/null @@ -1 +0,0 @@ -{"errorCode":0,"errorMsg":"","data":{"paragraphs":[{"paragraphId":"7502228590323302439","paragraphType":1,"content":"{\"lines\":[{\"lineId\":\"1\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890241577\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"2\",\"lineNum\":3,\"lineType\":4,\"content\":\"第一回\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null}],\"indent\":0,\"textIndent\":false}","startPageId":"7501933907890241577","endPageId":"7501933907890241577","contentEncryptType":0,"translateContent":"","chapterId":"1kzxy2z8t0mqv","dataSize":227,"chapterOrder":1,"inChapterOrder":1},{"paragraphId":"7571887928760254473","paragraphType":1,"content":"{\"lines\":[{\"lineId\":\"3\",\"lineNum\":4,\"lineType\":1,\"content\":\"甄士隐夢幻識通靈 賈雨村風塵懐閨秀\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null}],\"indent\":0,\"textIndent\":false}","startPageId":"7501933907890241577","endPageId":"7501933907890241577","contentEncryptType":0,"translateContent":"","chapterId":"1kzxy2z8t0mqv","dataSize":149,"chapterOrder":1,"inChapterOrder":2},{"paragraphId":"7502228590323318823","paragraphType":1,"content":"{\"lines\":[{\"lineId\":\"4\",\"lineNum\":5,\"lineType\":1,\"content\":\"此開卷第一回也。作者自云:因曽歴過一畨夢幻之\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"5\",\"lineNum\":6,\"lineType\":1,\"content\":\"後,故将真事隐去,而借通靈之说,撰此石頭記一書\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"6\",\"lineNum\":7,\"lineType\":1,\"content\":\"也,故曰甄士隐云云。但書中所記何事何人?自又云:\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"7\",\"lineNum\":8,\"lineType\":1,\"content\":\"今風塵碌碌,一事無成,忽念及當日所有之女子,一\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"8\",\"lineNum\":9,\"lineType\":1,\"content\":\"一細考較去,覺其行止見識,皆出於我之上。何我堂\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"9\",\"lineNum\":10,\"lineType\":1,\"content\":\"堂鬚眉,誠不若彼裙釵女子?實愧則有餘,悔又無益,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"10\",\"lineNum\":11,\"lineType\":1,\"content\":\"是大無可如何之日也。當此,則自欲将已往所頼天\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"11\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890257961\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"12\",\"lineNum\":14,\"lineType\":1,\"content\":\"恩袓德,錦衣紈袴之時,飫甘𩞹肥之日,背父兄教育\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"13\",\"lineNum\":15,\"lineType\":1,\"content\":\"之恩,負師友規訓之德,以致今日一技無成,半生潦\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"14\",\"lineNum\":16,\"lineType\":1,\"content\":\"倒之罪,編述一集,以告天下人。我之罪固不免,然閨\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"15\",\"lineNum\":17,\"lineType\":1,\"content\":\"閣中本自歴歴有人,萬不可因我之不肖,自己䕶短,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"16\",\"lineNum\":18,\"lineType\":1,\"content\":\"一併使其冺滅。雖今日之茅椽蓬牖,瓦𥩋繩床,其晨\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"17\",\"lineNum\":19,\"lineType\":1,\"content\":\"夕風露,堦栁庭花,亦未有防我之襟懐,束茟閣墨。雖\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"18\",\"lineNum\":20,\"lineType\":1,\"content\":\"我未學,下茟無文,又何妨用俚語村言,敷演出一段\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"19\",\"lineNum\":21,\"lineType\":1,\"content\":\"故事来,亦可使閨閣照傅,復可悅世之目,破人愁悶,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"20\",\"lineNum\":22,\"lineType\":1,\"content\":\"不亦宜乎?故曰賈雨村云云。列位看官,你道此書何\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"21\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890274345\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"22\",\"lineNum\":25,\"lineType\":1,\"content\":\"来?説起根由,雖近荒唐,細按則深有趣味。待在下将\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"23\",\"lineNum\":26,\"lineType\":1,\"content\":\"此来歴註明,方使閱者了然不惑。原来女媧氏煉石\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"24\",\"lineNum\":27,\"lineType\":1,\"content\":\"補天之時,於大荒山、\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"25\",\"lineNum\":27,\"lineType\":2,\"content\":\"荒唐也。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"26\",\"lineNum\":27,\"lineType\":1,\"content\":\"無稽崖,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"27\",\"lineNum\":27,\"lineType\":2,\"content\":\"無稽也。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"28\",\"lineNum\":27,\"lineType\":1,\"content\":\"煉成高經十\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"29\",\"lineNum\":28,\"lineType\":1,\"content\":\"二丈、\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"30\",\"lineNum\":28,\"lineType\":2,\"content\":\"照應十二釵。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"31\",\"lineNum\":28,\"lineType\":1,\"content\":\"方經二十四丈,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"32\",\"lineNum\":28,\"lineType\":2,\"content\":\"照應副十二釵。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"33\",\"lineNum\":28,\"lineType\":1,\"content\":\"頑石三萬六千\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"34\",\"lineNum\":29,\"lineType\":1,\"content\":\"五百零一塊,媧皇氏只用了三萬六千五百塊,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"35\",\"lineNum\":29,\"lineType\":2,\"content\":\"合週天之\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"36\",\"lineNum\":30,\"lineType\":2,\"content\":\"數。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"37\",\"lineNum\":30,\"lineType\":1,\"content\":\"只单单的剩了一塊未用,便棄在此山青埂峯下。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"38\",\"lineNum\":31,\"lineType\":2,\"content\":\"妙。自謂墜落情根,故無補天用。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"39\",\"lineNum\":31,\"lineType\":1,\"content\":\"誰知此石自經煆煉之後,靈性已通。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"40\",\"lineNum\":32,\"lineType\":2,\"content\":\"煆煉後,性方通。甚哉,人生不學也!\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"41\",\"lineNum\":32,\"lineType\":1,\"content\":\"因見衆石俱得補天,獨自已無材,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"42\",\"lineNum\":33,\"lineType\":1,\"content\":\"不堪入選,遂自怨自嘆,日夜悲啼慚愧。一日,正當嗟\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"43\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890290729\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"44\",\"lineNum\":36,\"lineType\":1,\"content\":\"悼之際,俄見一僧一道,遠遠而来,生得骨格不凡,丰\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"45\",\"lineNum\":37,\"lineType\":1,\"content\":\"神逈異。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"46\",\"lineNum\":37,\"lineType\":2,\"content\":\"這是真像,非幻像也。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"47\",\"lineNum\":37,\"lineType\":1,\"content\":\"来至石下,席地而坐長談。見一塊\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"48\",\"lineNum\":38,\"lineType\":1,\"content\":\"鮮明瑩潔美玉,且又縮扇墜成大小的,可佩可挐。那\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"49\",\"lineNum\":39,\"lineType\":1,\"content\":\"僧托於掌止,笑道:形體到也是個寳物了,還只沒有\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"50\",\"lineNum\":40,\"lineType\":1,\"content\":\"實在好處。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"51\",\"lineNum\":40,\"lineType\":2,\"content\":\"好極。今之金玉其外,敗絮其中者,見此大不歡喜。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"52\",\"lineNum\":40,\"lineType\":1,\"content\":\"湏得再鐫上數\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"53\",\"lineNum\":41,\"lineType\":1,\"content\":\"字,使人一見便知是竒物方妙。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"54\",\"lineNum\":41,\"lineType\":2,\"content\":\"世上原宜假不宜真也。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"55\",\"lineNum\":41,\"lineType\":1,\"content\":\"然後好\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"56\",\"lineNum\":42,\"lineType\":1,\"content\":\"携你到隆盛昌明之邦,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"57\",\"lineNum\":42,\"lineType\":2,\"content\":\"伏長安。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"58\",\"lineNum\":42,\"lineType\":1,\"content\":\"詩禮簮纓之族,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"59\",\"lineNum\":42,\"lineType\":2,\"content\":\"伏榮國府。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"60\",\"lineNum\":42,\"lineType\":1,\"content\":\"花\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"61\",\"lineNum\":43,\"lineType\":1,\"content\":\"栁繁華之地,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"62\",\"lineNum\":43,\"lineType\":2,\"content\":\"伏大觀園。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"63\",\"lineNum\":43,\"lineType\":1,\"content\":\"温柔富貴之鄉,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"64\",\"lineNum\":43,\"lineType\":2,\"content\":\"伏紫芝軒。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"65\",\"lineNum\":43,\"lineType\":1,\"content\":\"去安身樂業。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"66\",\"lineNum\":44,\"lineType\":1,\"content\":\"石頭聽了,喜之不𥁞,乃問道:不知賜了弟子那幾件\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"67\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890307113\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"68\",\"lineNum\":47,\"lineType\":1,\"content\":\"竒處?又不知擕了弟子到何地方?望乞明示,使弟子\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"69\",\"lineNum\":48,\"lineType\":1,\"content\":\"不惑。那僧笑道:你且莫問,日後自然明白的。説着,便\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"70\",\"lineNum\":49,\"lineType\":1,\"content\":\"袖籠了這石,同那道人飄然而去,竟不知投奔何方\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"71\",\"lineNum\":50,\"lineType\":1,\"content\":\"何舍。後来又不知過了幾世幾刼。因有個空空道人\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"72\",\"lineNum\":51,\"lineType\":1,\"content\":\"訪道求仙,忽從這大荒山無稽崖青埂峰下經過,忽\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"73\",\"lineNum\":52,\"lineType\":1,\"content\":\"見一大石上,字跡分明,編述歴歴。空空道人乃從頭\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"74\",\"lineNum\":53,\"lineType\":1,\"content\":\"一看,原来就是無材補天,幻形入世\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"75\",\"lineNum\":53,\"lineType\":2,\"content\":\"八字,便是作者一生慚恨,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"76\",\"lineNum\":53,\"lineType\":1,\"content\":\"蒙\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"77\",\"lineNum\":54,\"lineType\":1,\"content\":\"茫茫大士、𣺌𣺌真人携入紅塵,歴𥁞離合悲歡、炎凉\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"78\",\"lineNum\":55,\"lineType\":1,\"content\":\"世態的一段故事。後面又有一首偈云:\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"79\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890323497\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"80\",\"lineNum\":58,\"lineType\":1,\"content\":\"無材可去補蒼天, 枉入紅塵若許年。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"81\",\"lineNum\":59,\"lineType\":1,\"content\":\"此係身前身後事, 倩誰記去作竒傅?\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"82\",\"lineNum\":60,\"lineType\":1,\"content\":\"詩後便是此石墜落之鄉,投胎之處,親自經歴的一\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"83\",\"lineNum\":61,\"lineType\":1,\"content\":\"段陳跡故事。其中家庭閨閣瑣事以及閒情詩詞,到\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"84\",\"lineNum\":62,\"lineType\":1,\"content\":\"還全備,或可適趣觧悶,然朝代、年紀、地輿、邦國却失\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"85\",\"lineNum\":63,\"lineType\":1,\"content\":\"落無考。空空道人遂向石頭説道:石兄,你這一段故\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"86\",\"lineNum\":64,\"lineType\":1,\"content\":\"事,據你自己説有些趣味,故編寫在此,意欲問世傅\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"87\",\"lineNum\":65,\"lineType\":1,\"content\":\"竒。據我看来,第一件無朝代年紀可考,第二件並無\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"88\",\"lineNum\":66,\"lineType\":1,\"content\":\"大賢大忠理朝廷、治風俗的善政,其中只不過幾個\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"89\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890339881\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"90\",\"lineNum\":69,\"lineType\":1,\"content\":\"異樣女子,或情或癡,或小才𢕄善,亦無班姑、蔡女之\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"91\",\"lineNum\":70,\"lineType\":1,\"content\":\"德能。我總抄去,恐世人不愛看呢。石頭笑曰:我師何\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"92\",\"lineNum\":71,\"lineType\":1,\"content\":\"太癡也?若云無朝代可考,今我師竟假借漢唐等年\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"93\",\"lineNum\":72,\"lineType\":1,\"content\":\"紀添綴,又有何難?但我想歴来野史,皆蹈一轍,莫如\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"94\",\"lineNum\":73,\"lineType\":1,\"content\":\"我不借此套者,反到新竒別致,不過只取其事體情\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"95\",\"lineNum\":74,\"lineType\":1,\"content\":\"理罷了,又何必拘拘於朝代年紀哉?市井俗人,喜看\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"96\",\"lineNum\":75,\"lineType\":1,\"content\":\"理治之書者甚少,愛看適情閑文者特多。歴来野史,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"97\",\"lineNum\":76,\"lineType\":1,\"content\":\"或訕謗君相,或貶人妻女,姦淫㐫惡,不可勝數。更有\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"98\",\"lineNum\":77,\"lineType\":1,\"content\":\"一種風月茟墨,其淫污穢臭,屠毒筆墨,壞人子弟,又\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"99\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890356265\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"100\",\"lineNum\":80,\"lineType\":1,\"content\":\"不可勝數。至若佳人才子等書,則又千部共出一套,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"101\",\"lineNum\":81,\"lineType\":1,\"content\":\"且其中終不能不涉於淫濫,以致滿紙潘安、子建、西\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"102\",\"lineNum\":82,\"lineType\":1,\"content\":\"子、文君。不過作者要寫出自己的那兩首情詩艶賦\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"103\",\"lineNum\":83,\"lineType\":1,\"content\":\"来,故假擬出男女二名姓,又必傍出一小人,其間撥\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"104\",\"lineNum\":84,\"lineType\":1,\"content\":\"亂,亦如劇中之小丑然。且環婢開口即者也之乎,非\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"105\",\"lineNum\":85,\"lineType\":1,\"content\":\"文即理,故逐一看去,𢘻皆自相矛盾,大不近情理之\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"106\",\"lineNum\":86,\"lineType\":1,\"content\":\"説。竟不如我半世親睹親聞的這幾個女子,雖不敢\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"107\",\"lineNum\":87,\"lineType\":1,\"content\":\"説強似前代所有書中之人,但事跡原委,亦可以消\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"108\",\"lineNum\":88,\"lineType\":1,\"content\":\"愁破悶;也有幾首歪詩熟詞,可以噴飯供酒。至若離\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"109\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890372649\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"110\",\"lineNum\":91,\"lineType\":1,\"content\":\"合悲歡、興衰際遇,則又追踪躡跡,不敢稍加穿鑿,徒\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"111\",\"lineNum\":92,\"lineType\":1,\"content\":\"為哄人之目,而反失其真傅者。今之人,貧者日為衣\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"112\",\"lineNum\":93,\"lineType\":1,\"content\":\"食所累,富者又懐不足之心,總一時稍閑,又有貪淫\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"113\",\"lineNum\":94,\"lineType\":1,\"content\":\"戀色、好貸尋愁之事,那𥚃有工夫去看那理治之書?\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"114\",\"lineNum\":95,\"lineType\":1,\"content\":\"所以我這一段事,也不愿世人稱竒道妙,也不要世\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"115\",\"lineNum\":96,\"lineType\":1,\"content\":\"人喜悅檢讀,只愿他們當那醉飽淫卧之時,或避世\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"116\",\"lineNum\":97,\"lineType\":1,\"content\":\"去愁之際,把此一玩,豈不省了些壽命筋力?就比那\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"117\",\"lineNum\":98,\"lineType\":1,\"content\":\"謀虛逐妄,却也省了口舌是非之害,腿脚奔忙之苦。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"118\",\"lineNum\":99,\"lineType\":1,\"content\":\"再者,亦令世人換新眼目,不比那些胡牽亂扯、忽離\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"119\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890389033\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"120\",\"lineNum\":102,\"lineType\":1,\"content\":\"忽遇,滿紙才人淑女、子建、文君、紅娘、小玉等通共熟\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"121\",\"lineNum\":103,\"lineType\":1,\"content\":\"套之𦾔稿。我師以為何如?空空道人聽了此語,思忖\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"122\",\"lineNum\":104,\"lineType\":1,\"content\":\"半晌,将這石頭記\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"123\",\"lineNum\":104,\"lineType\":2,\"content\":\"本名\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"124\",\"lineNum\":104,\"lineType\":1,\"content\":\"再細閱一遍。因見上面雖有指\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"125\",\"lineNum\":105,\"lineType\":1,\"content\":\"上所記奸責佞、貶惡誅邪之語,亦非罵世之㫖;及至君仁臣\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"126\",\"lineNum\":106,\"lineType\":1,\"content\":\"良、父慈子孝,凡倫常所闗之處,皆是稱功頌德,眷眷\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"127\",\"lineNum\":107,\"lineType\":1,\"content\":\"無窮,實非別書可比。雖其中大㫖談情,亦不過實録\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"128\",\"lineNum\":108,\"lineType\":1,\"content\":\"其事,又非假擬妄稱,一味淫邀艶約、私討偷盟之可\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"129\",\"lineNum\":109,\"lineType\":1,\"content\":\"比。因毫不干涉時世,方從頭至尾抄録回来問世。傅\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"130\",\"lineNum\":110,\"lineType\":1,\"content\":\"竒因空見色,由色生情;傅情入色,自色悟空,遂易名\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"131\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890405417\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"132\",\"lineNum\":113,\"lineType\":1,\"content\":\"為情僧,改石頭記為情僧録。東魯孔梅溪則題曰風\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"133\",\"lineNum\":114,\"lineType\":1,\"content\":\"月寳鑑。後因曹雪芹於悼紅軒中披閱十載,增刪五\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"134\",\"lineNum\":115,\"lineType\":1,\"content\":\"次,纂成目録,分出章回,則題曰金陵十二釵,並題一\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"135\",\"lineNum\":116,\"lineType\":1,\"content\":\"絕云:\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"136\",\"lineNum\":117,\"lineType\":1,\"content\":\"满纸荒唐言, 一把辛酸淚。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null}],\"indent\":0,\"textIndent\":false}","startPageId":"7501933907890241577","endPageId":"7501933907890405417","contentEncryptType":0,"translateContent":"","chapterId":"1kzxy2z8t0mqv","dataSize":16350,"chapterOrder":1,"inChapterOrder":3},{"paragraphId":"7502228590323335207","paragraphType":1,"content":"{\"lines\":[{\"lineId\":\"137\",\"lineNum\":118,\"lineType\":1,\"content\":\"都云作者癡, 誰觧其中味?\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null}],\"indent\":0,\"textIndent\":false}","startPageId":"7501933907890405417","endPageId":"7501933907890405417","contentEncryptType":0,"translateContent":"","chapterId":"1kzxy2z8t0mqv","dataSize":142,"chapterOrder":1,"inChapterOrder":4},{"paragraphId":"7502228590323351591","paragraphType":1,"content":"{\"lines\":[{\"lineId\":\"138\",\"lineNum\":119,\"lineType\":1,\"content\":\"出則既明,且看石上是何故事?按那石上書云\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"139\",\"lineNum\":119,\"lineType\":2,\"content\":\"以下係石上所\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"140\",\"lineNum\":120,\"lineType\":2,\"content\":\"記之文。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"141\",\"lineNum\":120,\"lineType\":1,\"content\":\"當日地䧟東南,這東南一隅,有處曰姑蘓,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"142\",\"lineNum\":120,\"lineType\":2,\"content\":\"是金陵;\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"143\",\"lineNum\":120,\"lineType\":1,\"content\":\"有城曰閶門,最是紅塵中一二等富貴風流之地。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"144\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890421801\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"145\",\"lineNum\":123,\"lineType\":2,\"content\":\"妙極!是石頭口氣。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"146\",\"lineNum\":123,\"lineType\":1,\"content\":\"這閶門外有個十里街,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"147\",\"lineNum\":123,\"lineType\":2,\"content\":\"開口先云勢利,是伏甄、着二姓之事。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"148\",\"lineNum\":124,\"lineType\":1,\"content\":\"街内有個仁清巷,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"149\",\"lineNum\":124,\"lineType\":2,\"content\":\"又言人情,總為士隐火後伏茟。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"150\",\"lineNum\":124,\"lineType\":1,\"content\":\"巷内有個古廟,因\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"151\",\"lineNum\":125,\"lineType\":1,\"content\":\"地方窄狹,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"152\",\"lineNum\":125,\"lineType\":2,\"content\":\"世路𡩖平者最少,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"153\",\"lineNum\":125,\"lineType\":1,\"content\":\"皆呼作葫蘆廟。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"154\",\"lineNum\":125,\"lineType\":2,\"content\":\"胡塗也,故假語從此興也。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"155\",\"lineNum\":125,\"lineType\":1,\"content\":\"廟\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"156\",\"lineNum\":126,\"lineType\":1,\"content\":\"旁佳着一家鄉宦姓甄,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"157\",\"lineNum\":126,\"lineType\":2,\"content\":\"真假之甄寳玉亦借此音,後不註。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"158\",\"lineNum\":126,\"lineType\":1,\"content\":\"名費廢,字\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"159\",\"lineNum\":127,\"lineType\":1,\"content\":\"士隐,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"160\",\"lineNum\":127,\"lineType\":2,\"content\":\"托言将真事隐去也。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"161\",\"lineNum\":127,\"lineType\":1,\"content\":\"嫡妻封氏,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"162\",\"lineNum\":127,\"lineType\":2,\"content\":\"風因風俗来。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"163\",\"lineNum\":127,\"lineType\":1,\"content\":\"情性賢淑,深明禮\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"164\",\"lineNum\":128,\"lineType\":1,\"content\":\"義。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"165\",\"lineNum\":128,\"lineType\":2,\"content\":\"八字正是寫日後之香菱,見其根源。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"166\",\"lineNum\":128,\"lineType\":1,\"content\":\"家中雖不甚富貴,然本地便也\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"167\",\"lineNum\":129,\"lineType\":1,\"content\":\"推他為望族了。因這甄士隐禀性恬淡,不以功名為\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"168\",\"lineNum\":130,\"lineType\":1,\"content\":\"念,每日只以觀花修竹、酌酒吟詩為樂,到是神仙一\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"169\",\"lineNum\":131,\"lineType\":1,\"content\":\"流人品。只是一件不足:如今年已半百,膝下無兒,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"170\",\"lineNum\":131,\"lineType\":2,\"content\":\"所謂\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"171\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890438185\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"172\",\"lineNum\":134,\"lineType\":2,\"content\":\"美中不足也。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"173\",\"lineNum\":134,\"lineType\":1,\"content\":\"只有一女乳名英蓮,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"174\",\"lineNum\":134,\"lineType\":2,\"content\":\"設法應憐也。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"175\",\"lineNum\":134,\"lineType\":1,\"content\":\"年方三𡻕。一日,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"176\",\"lineNum\":135,\"lineType\":1,\"content\":\"炎夏永晝,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"177\",\"lineNum\":135,\"lineType\":2,\"content\":\"𤍽日無多,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"178\",\"lineNum\":135,\"lineType\":1,\"content\":\"士隐於書房中閑坐,至手倦拋書,伏\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"179\",\"lineNum\":136,\"lineType\":1,\"content\":\"几少憩,不覺朦朧睡去。夢至一處,不知是何地。忽見\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"180\",\"lineNum\":137,\"lineType\":1,\"content\":\"那廂来了一僧一道,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"181\",\"lineNum\":137,\"lineType\":2,\"content\":\"是從青埂峯下袖石而来。接得無痕,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"182\",\"lineNum\":137,\"lineType\":1,\"content\":\"且行且談。只\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"183\",\"lineNum\":138,\"lineType\":1,\"content\":\"聽道人問道:你携了這蠢物,意欲何往?那僧笑道:你\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"184\",\"lineNum\":139,\"lineType\":1,\"content\":\"放心,如今現有一段風流公案,正該結了。這一干風\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"185\",\"lineNum\":140,\"lineType\":1,\"content\":\"流𡨚家,尚未投胎入世,趂此機㑹,就将此蠢物夹帶\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"186\",\"lineNum\":141,\"lineType\":1,\"content\":\"於中,使他去經歴。那道人道:原来近日風流𡨚孽,又\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"187\",\"lineNum\":142,\"lineType\":1,\"content\":\"将造刼歴世去不成?但不知落於何方何處?那僧笑\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"188\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890454569\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"189\",\"lineNum\":145,\"lineType\":1,\"content\":\"道:此事説来好笑,竟是千古未聞的罕事。只因西方\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"190\",\"lineNum\":146,\"lineType\":1,\"content\":\"靈河岸上三生石畔,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"191\",\"lineNum\":146,\"lineType\":2,\"content\":\"妙!所謂三生石上𦾔精𩱿也。全用幻\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"192\",\"lineNum\":146,\"lineType\":1,\"content\":\"有絳珠草一\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"193\",\"lineNum\":147,\"lineType\":1,\"content\":\"株,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"194\",\"lineNum\":147,\"lineType\":2,\"content\":\"點紅字。 細思絳珠二字,豈非血淚乎?\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"195\",\"lineNum\":147,\"lineType\":1,\"content\":\"時有赤瑕宫\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"196\",\"lineNum\":147,\"lineType\":2,\"content\":\"按瑕字本註玉小赤也。又玉有病者,以此命名。恰\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"197\",\"lineNum\":148,\"lineType\":2,\"content\":\"極。㸃红字二。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"198\",\"lineNum\":148,\"lineType\":1,\"content\":\"神瑛使者,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"199\",\"lineNum\":148,\"lineType\":2,\"content\":\"點玉字二。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"200\",\"lineNum\":148,\"lineType\":1,\"content\":\"日以甘露灌溉,這\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"201\",\"lineNum\":149,\"lineType\":1,\"content\":\"絳珠草始得久延𡻕月。後来既受天地精華,復得雨\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"202\",\"lineNum\":150,\"lineType\":1,\"content\":\"露滋養,遂得脱却草胎木質,得換人形,僅修成個女\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"203\",\"lineNum\":151,\"lineType\":1,\"content\":\"體,終日逰於離恨天外。饑則食蜜青菓為膳,渴則飮\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"204\",\"lineNum\":152,\"lineType\":1,\"content\":\"灌愁海水為湯。只因尚未酬報灌溉之德,故其在五\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"205\",\"lineNum\":153,\"lineType\":1,\"content\":\"内便鬱結成一段纏綿不舒之意。近日這神瑛使者\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"206\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890470953\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"207\",\"lineNum\":156,\"lineType\":1,\"content\":\"凡心偶熾,乗此昌明太平朝世,意欲下凡造歴幻縁,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"208\",\"lineNum\":157,\"lineType\":2,\"content\":\"點幻字。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"209\",\"lineNum\":157,\"lineType\":1,\"content\":\"已在警幻仙子案前掛了號。警幻亦曽問及灌\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"210\",\"lineNum\":158,\"lineType\":1,\"content\":\"溉之情未償,趂此到可了結的。那絳珠仙子道:他是\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"211\",\"lineNum\":159,\"lineType\":1,\"content\":\"甘露之𠅤,我並無水可還。他既下世為人,我也去下\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"212\",\"lineNum\":160,\"lineType\":1,\"content\":\"世為人,但把我一生所有的眼淚還他,也償還的過\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"213\",\"lineNum\":161,\"lineType\":1,\"content\":\"他了。因此一事,就勾出多少風流𡨚家来,陪他們去\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"214\",\"lineNum\":162,\"lineType\":1,\"content\":\"了結此案。那道人道:果真是罕聞,實未聞有還淚之\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"215\",\"lineNum\":163,\"lineType\":1,\"content\":\"説。想来這一段故事,比歴来風月故事更為瑣碎細\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"216\",\"lineNum\":164,\"lineType\":1,\"content\":\"膩了。那僧、道歴来幾個風流人物,不過傅其大概,以\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"217\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890487337\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"218\",\"lineNum\":167,\"lineType\":1,\"content\":\"及詩詞篇章而已。至家庭閨閣中,一飮一食,總未述\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"219\",\"lineNum\":168,\"lineType\":1,\"content\":\"記。再者,大半風月故事,不過偷香、竊王,暗約私奔而\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"220\",\"lineNum\":169,\"lineType\":1,\"content\":\"已,並不曽将兒女之真情發洩一二。想這一干人入\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"221\",\"lineNum\":170,\"lineType\":1,\"content\":\"去,其情癡色鬼、賢愚不肖者,𢘻與前人傅𫑛不同矣。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"222\",\"lineNum\":171,\"lineType\":1,\"content\":\"那道人道:趂此何不你我也去世上度脱幾個,豈不是\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"223\",\"lineNum\":172,\"lineType\":1,\"content\":\"一場功德?那僧道:正合吾意。你且同我到警幻仙子\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"224\",\"lineNum\":173,\"lineType\":1,\"content\":\"宫中,将這蠢物交割清楚。這一干風流孽鬼下世已\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"225\",\"lineNum\":174,\"lineType\":1,\"content\":\"完,你我再去。如今雖已有一半落塵,然猶未全集。道\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"226\",\"lineNum\":175,\"lineType\":1,\"content\":\"人道:既如此,便隨你去来。却説甄士隐俱聽得明白,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"227\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890503721\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"228\",\"lineNum\":178,\"lineType\":1,\"content\":\"但不知所云蠢物係何東西,遂不禁上前施禮,笑問\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"229\",\"lineNum\":179,\"lineType\":1,\"content\":\"道:二仙師請了。那僧道也忙答禮相問。士隐因説道:\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"230\",\"lineNum\":180,\"lineType\":1,\"content\":\"適聞仙師所談因果,實人世罕聞者。但弟子愚濁,不\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"231\",\"lineNum\":181,\"lineType\":1,\"content\":\"能洞𢘻明白。若蒙大開癡頑,備細一聞,弟子則洗耳\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"232\",\"lineNum\":182,\"lineType\":1,\"content\":\"諦聽,稍能警省,亦可免沉淪之苦。二仙笑道:此乃元\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"233\",\"lineNum\":183,\"lineType\":1,\"content\":\"機,不可預洩者。到那時,只不要忘了我二人,可便跳\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"234\",\"lineNum\":184,\"lineType\":1,\"content\":\"出火坑矣。士隐聽了,不便再問,因笑道:元機不可預\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"235\",\"lineNum\":185,\"lineType\":1,\"content\":\"洩,但適云蠢物,不知為何,或可一見否?那僧道:若問\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"236\",\"lineNum\":186,\"lineType\":1,\"content\":\"此物,到有一面之縁。説着,取出逓於士隐。士隐接了\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"237\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890520105\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"238\",\"lineNum\":189,\"lineType\":1,\"content\":\"看時,原是塊美玉,上面字跡分明,鐫着通靈寳玉四\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"239\",\"lineNum\":190,\"lineType\":1,\"content\":\"字,後面還有幾行小字。正欲看時,那僧便説:已到幻\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"240\",\"lineNum\":191,\"lineType\":1,\"content\":\"境。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"241\",\"lineNum\":191,\"lineType\":2,\"content\":\"又點幻字云:書已入幻境矣。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"242\",\"lineNum\":191,\"lineType\":1,\"content\":\"便強從手中奪了去,與道人竟過\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"243\",\"lineNum\":192,\"lineType\":1,\"content\":\"一大石牌坊,上書四字,乃是太虛幻境。兩邊又有一\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"244\",\"lineNum\":193,\"lineType\":1,\"content\":\"副對聯,道是:\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"245\",\"lineNum\":193,\"lineType\":2,\"content\":\"無極太極之輪𨍭,色空之相生,四季之隨行,皆不過如此。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"246\",\"lineNum\":194,\"lineType\":1,\"content\":\"假作真時真亦假,  無為有處有還無。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"247\",\"lineNum\":195,\"lineType\":1,\"content\":\"士隐意欲也跟了過去,方舉步時,忽聽一聲霹靂,有\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"248\",\"lineNum\":196,\"lineType\":1,\"content\":\"若山崩地䧟。士隐大呌一聲,定睛一看,只見烈日炎\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"249\",\"lineNum\":197,\"lineType\":1,\"content\":\"炎,芭蕉冉冉,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"250\",\"lineNum\":197,\"lineType\":2,\"content\":\"醒得無痕,不落𦾔套,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"251\",\"lineNum\":197,\"lineType\":1,\"content\":\"夢中之事,便忘了對半。又見\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"252\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890536489\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"253\",\"lineNum\":200,\"lineType\":1,\"content\":\"奶母正抱了英蓮来。士隐見女兒越發生得粉粧玉\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"254\",\"lineNum\":201,\"lineType\":1,\"content\":\"琢,乘觉可喜,便伸手来抱在懐中,闘他頑耍一回,又\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"255\",\"lineNum\":202,\"lineType\":1,\"content\":\"帶至街前,看那過㑹的熱閙。方欲進来時,只見從那\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"256\",\"lineNum\":203,\"lineType\":1,\"content\":\"邊来一僧一道,那僧則癩頭跣足,那道則跛足蓬頭,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"257\",\"lineNum\":204,\"lineType\":2,\"content\":\"此是幻像。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"258\",\"lineNum\":204,\"lineType\":1,\"content\":\"瘋瘋顛顛,揮霍談咲而至。及到了他門前,看見\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"259\",\"lineNum\":205,\"lineType\":1,\"content\":\"士隐抱着英蓮,那僧便大哭起来,又向士隐道:施主,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"260\",\"lineNum\":206,\"lineType\":1,\"content\":\"你把這有命無運、累及爹娘之物,抱在懐中作甚?士\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"261\",\"lineNum\":207,\"lineType\":1,\"content\":\"隐聽了,知是瘋話,也不去睬他。那僧還説:捨我罷!捨\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"262\",\"lineNum\":208,\"lineType\":1,\"content\":\"我罷!士隐不耐煩,便抱女兒要進去。那僧指着他大\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"263\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890552873\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"264\",\"lineNum\":211,\"lineType\":1,\"content\":\"笑,口念了四句言詞道:\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null}],\"indent\":0,\"textIndent\":false}","startPageId":"7501933907890405417","endPageId":"7501933907890552873","contentEncryptType":0,"translateContent":"","chapterId":"1kzxy2z8t0mqv","dataSize":15234,"chapterOrder":1,"inChapterOrder":5},{"paragraphId":"7502228590323367975","paragraphType":1,"content":"{\"lines\":[{\"lineId\":\"265\",\"lineNum\":212,\"lineType\":1,\"content\":\"慣養姣生笑你癡,  菱花空對雪斯斯。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"266\",\"lineNum\":213,\"lineType\":1,\"content\":\"好防佳莭元宵後,  便是烟消火㓕時。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"267\",\"lineNum\":214,\"lineType\":1,\"content\":\"士隐聽得明白,心下猶豫,意欲問他来歴。只聽得道\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"268\",\"lineNum\":215,\"lineType\":1,\"content\":\"人説道:你我不必同行,就此分手,各幹營生去罷。三\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"269\",\"lineNum\":216,\"lineType\":1,\"content\":\"刼後,我在北邙山等你。㑹齊了,同徃太虛幻境銷號。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"270\",\"lineNum\":217,\"lineType\":1,\"content\":\"那僧道:妙極!妙極!説畢,二人一去,再不見個踪跡。士\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"271\",\"lineNum\":218,\"lineType\":1,\"content\":\"隐心中此時自忖:這兩個人必有来歴,該試一問,如\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"272\",\"lineNum\":219,\"lineType\":1,\"content\":\"今悔却晚也。這士隐正癡想,忽見葫蘆廟内寄居一\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"273\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890569257\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"274\",\"lineNum\":222,\"lineType\":1,\"content\":\"窮儒,姓賈名化,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"275\",\"lineNum\":222,\"lineType\":2,\"content\":\"假話也。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"276\",\"lineNum\":222,\"lineType\":1,\"content\":\"字時飛,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"277\",\"lineNum\":222,\"lineType\":2,\"content\":\"實非也。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"278\",\"lineNum\":222,\"lineType\":1,\"content\":\"別號雨村者,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"279\",\"lineNum\":222,\"lineType\":2,\"content\":\"雨村者,村\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"280\",\"lineNum\":223,\"lineType\":2,\"content\":\"言、粗言粗語也。言以粗村之言,演出一段假話,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"281\",\"lineNum\":223,\"lineType\":1,\"content\":\"走了出来。這賈雨村原係湖\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"282\",\"lineNum\":224,\"lineType\":1,\"content\":\"州人氏,原是詩書仕宦之族。因他生於末世,父母袓\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"283\",\"lineNum\":225,\"lineType\":1,\"content\":\"宗,根基一𥁞,人口衰𢕄,只剩得他一身一口,在家鄉\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"284\",\"lineNum\":226,\"lineType\":1,\"content\":\"無益,因進京求取功名,再整基業。自前𡻕来此,又淹\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"285\",\"lineNum\":227,\"lineType\":1,\"content\":\"蹇住了,暫在廟中安身,每日賣字作文為生,故士隐\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"286\",\"lineNum\":228,\"lineType\":1,\"content\":\"常與他交接。當下雨村見了士隐,忙施禮陪笑道:老\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"287\",\"lineNum\":229,\"lineType\":1,\"content\":\"先生𠋣門佇望,敢街市上有甚新文否?士隐笑道:非\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"288\",\"lineNum\":230,\"lineType\":1,\"content\":\"也。適因小女啼哭,引他出来作耍,正是無𦕬之甚。兄\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"289\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890585641\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"290\",\"lineNum\":233,\"lineType\":1,\"content\":\"来得正妙,請入小齋一談,彼此皆可消此永晝。説着,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"291\",\"lineNum\":234,\"lineType\":1,\"content\":\"便令人送女進去,自携了雨村来至書房中,小童獻\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"292\",\"lineNum\":235,\"lineType\":1,\"content\":\"茶。方談得三五句話,忽家人飛報:嚴老爺来拜\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"293\",\"lineNum\":235,\"lineType\":2,\"content\":\"炎也。炎既\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"294\",\"lineNum\":236,\"lineType\":2,\"content\":\"来,火将至矣。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"295\",\"lineNum\":236,\"lineType\":1,\"content\":\"士隐慌的忙起身謝罪道:恕誑駕之罪,略坐\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"296\",\"lineNum\":237,\"lineType\":1,\"content\":\"弟即来陪。雨村忙起身亦譲道:老先生請便,晚生乃\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"297\",\"lineNum\":238,\"lineType\":1,\"content\":\"常造之客,稍候何妨。説着,士隐已出前庭去了。這𥚃\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"298\",\"lineNum\":239,\"lineType\":1,\"content\":\"雨村且翻弄書籍觧悶,忽聽𥦗外有女子𠻳聲,雨村\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"299\",\"lineNum\":240,\"lineType\":1,\"content\":\"遂起身往𥦗外一看,原来是一個丫環在那𥚃擷花,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"300\",\"lineNum\":241,\"lineType\":1,\"content\":\"生得儀容不俗,眉目清朗,雖無十分姿色,却亦有動\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"301\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890602025\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"302\",\"lineNum\":244,\"lineType\":1,\"content\":\"人之處。雨村不覺看得呆了。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"303\",\"lineNum\":244,\"lineType\":2,\"content\":\"古今窮酸,色心最重。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"304\",\"lineNum\":244,\"lineType\":1,\"content\":\"那甄家丫環\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"305\",\"lineNum\":245,\"lineType\":1,\"content\":\"擷了花,方欲走時,猛抬頭見𥦗内有人,敝巾𦾔服,雖\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"306\",\"lineNum\":246,\"lineType\":1,\"content\":\"是貧窘,然生得腰寬背厚,面濶口方,更𠔥劍眉星眼,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"307\",\"lineNum\":247,\"lineType\":1,\"content\":\"直鼻權腮。這丫環忙𨍭身回避,心下乃想:這人生得\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"308\",\"lineNum\":248,\"lineType\":1,\"content\":\"這樣雄壯,却又這樣藍縷,想他定是我家主人常説\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"309\",\"lineNum\":249,\"lineType\":1,\"content\":\"的什麽賈雨村了,每有意帮助週濟,只是無甚機㑹。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"310\",\"lineNum\":250,\"lineType\":1,\"content\":\"我家並無這樣貧窘親友,想定是此人無疑了。怪道\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"311\",\"lineNum\":251,\"lineType\":1,\"content\":\"又説他必非久困之人。如此想,不免又回頭兩次。雨\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"312\",\"lineNum\":252,\"lineType\":1,\"content\":\"村見他回頭,便自為這女子,心中有意於他,便狂喜\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"313\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890618409\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"314\",\"lineNum\":255,\"lineType\":1,\"content\":\"不禁,自為此女子必是個巨眼英毫,風塵中之知己\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"315\",\"lineNum\":256,\"lineType\":1,\"content\":\"也。一時小童進来,聽得前面留飯,不可久待,遂從夹\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"316\",\"lineNum\":257,\"lineType\":1,\"content\":\"道中自便出門去了。士隐待客既散,知雨村自便,也\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"317\",\"lineNum\":258,\"lineType\":1,\"content\":\"不去再邀了。一日,早又中秋佳節,士隐家宴已畢,乃\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"318\",\"lineNum\":259,\"lineType\":1,\"content\":\"具一席於書房,却自己步月至廟中,来邀雨村。雨村\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"319\",\"lineNum\":260,\"lineType\":1,\"content\":\"自那日見了甄家之婢,曽回頭顧他兩次,自為是個\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"320\",\"lineNum\":261,\"lineType\":1,\"content\":\"知己,便時刻放在心上。今又值中秋,不免對月有懐,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"321\",\"lineNum\":262,\"lineType\":1,\"content\":\"因而口占五言一律云:\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null}],\"indent\":0,\"textIndent\":false}","startPageId":"7501933907890552873","endPageId":"7501933907890618409","contentEncryptType":0,"translateContent":"","chapterId":"1kzxy2z8t0mqv","dataSize":7341,"chapterOrder":1,"inChapterOrder":6},{"paragraphId":"7502228590323384359","paragraphType":1,"content":"{\"lines\":[{\"lineId\":\"322\",\"lineNum\":263,\"lineType\":1,\"content\":\"未卜三生願, 頻添一段愁。 悶来時歛額,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"323\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890634793\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"324\",\"lineNum\":266,\"lineType\":1,\"content\":\"行去幾回頭。 自顧風前影, 誰堪月下儔?\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"325\",\"lineNum\":267,\"lineType\":1,\"content\":\"蟾光如有意, 先上玉人樓。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null}],\"indent\":0,\"textIndent\":false}","startPageId":"7501933907890618409","endPageId":"7501933907890634793","contentEncryptType":0,"translateContent":"","chapterId":"1kzxy2z8t0mqv","dataSize":524,"chapterOrder":1,"inChapterOrder":7},{"paragraphId":"7502228590323400743","paragraphType":1,"content":"{\"lines\":[{\"lineId\":\"326\",\"lineNum\":268,\"lineType\":1,\"content\":\"雨村吟罷,因又思及平生抱負,苦未逢時,乃又搔首\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"327\",\"lineNum\":269,\"lineType\":1,\"content\":\"對天長嘆,後高吟一聯云:\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null}],\"indent\":0,\"textIndent\":false}","startPageId":"7501933907890634793","endPageId":"7501933907890634793","contentEncryptType":0,"translateContent":"","chapterId":"1kzxy2z8t0mqv","dataSize":281,"chapterOrder":1,"inChapterOrder":8},{"paragraphId":"7502228590323417127","paragraphType":1,"content":"{\"lines\":[{\"lineId\":\"328\",\"lineNum\":270,\"lineType\":1,\"content\":\"玉在匵中求善價,  釵於奩同待時飛。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"329\",\"lineNum\":271,\"lineType\":1,\"content\":\"恰值士隐走来聽見,笑道:雨村兄真抱負不淺也。雨\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"330\",\"lineNum\":272,\"lineType\":1,\"content\":\"村忙笑道:豈敢!不過偶吟前人之句,何敢狂誔至此?\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"331\",\"lineNum\":273,\"lineType\":1,\"content\":\"因問:老先生何興?士隐笑道:今夜中秋,俗謂圑圎之\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"332\",\"lineNum\":274,\"lineType\":1,\"content\":\"莭,想尊兄旅寄僧房,不無寂寥之感,故特具小酌,邀\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"333\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890651177\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"334\",\"lineNum\":277,\"lineType\":1,\"content\":\"兄到敝齋一飮,不知可納芹意否?雨村聽了,並不推\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"335\",\"lineNum\":278,\"lineType\":1,\"content\":\"𨐲,便笑道:既蒙謬愛,何敢拂此盛意?説着,便同士隐\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"336\",\"lineNum\":279,\"lineType\":1,\"content\":\"過這邊書院中来。湏臾茶畢,早已設下杯盤,那美酒\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"337\",\"lineNum\":280,\"lineType\":1,\"content\":\"佳餚,自不必説。二人歸坐,先是欵斟慢飮,漸次談至\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"338\",\"lineNum\":281,\"lineType\":1,\"content\":\"興濃,不覺飛觥限斚起来。當時街坊上家家簫管,户\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"339\",\"lineNum\":282,\"lineType\":1,\"content\":\"户絃歌,當頭一輪明月,飛彩凝輝。二人愈覺豪興,酒\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"340\",\"lineNum\":283,\"lineType\":1,\"content\":\"到杯乾。雨村此時已有七八分酒意,狂興不禁,乃對\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"341\",\"lineNum\":284,\"lineType\":1,\"content\":\"月當杯,口號一絕云:\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null}],\"indent\":0,\"textIndent\":false}","startPageId":"7501933907890634793","endPageId":"7501933907890651177","contentEncryptType":0,"translateContent":"","chapterId":"1kzxy2z8t0mqv","dataSize":1951,"chapterOrder":1,"inChapterOrder":9},{"paragraphId":"7502228590323433511","paragraphType":1,"content":"{\"lines\":[{\"lineId\":\"342\",\"lineNum\":285,\"lineType\":1,\"content\":\"时逢三五便圑圎,  滿把晴光䕶玉欄。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"343\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890667561\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"344\",\"lineNum\":288,\"lineType\":1,\"content\":\"天上一輪𦆵捧出,  人間萬姓仰頭看。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"345\",\"lineNum\":289,\"lineType\":1,\"content\":\"士隐聽了,大呌:妙哉!吾每謂兄必非久居人下者,今\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"346\",\"lineNum\":290,\"lineType\":1,\"content\":\"所吟之句,飛騰之兆已見,不日可得接步履於雲霓\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"347\",\"lineNum\":291,\"lineType\":1,\"content\":\"之上矣。可賀,可賀!乃親斟一斗為賀。雨村因乾過,嘆\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"348\",\"lineNum\":292,\"lineType\":1,\"content\":\"道:非晚生酒後狂言,若論時尚之學,晚生也或可去\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"349\",\"lineNum\":293,\"lineType\":1,\"content\":\"充數沽名。只是目今行囊路費,一概無措。神京路遠,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"350\",\"lineNum\":294,\"lineType\":1,\"content\":\"非賴賣字撰文即能到者。士隐不待説完,便道:兄何\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"351\",\"lineNum\":295,\"lineType\":1,\"content\":\"不早言?愚每有此心,便每遇兄時,並未談及,愚故未\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"352\",\"lineNum\":296,\"lineType\":1,\"content\":\"敢唐突。今既及此,愚雖不才,義利二字却還識得。且\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"353\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890683945\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"354\",\"lineNum\":299,\"lineType\":1,\"content\":\"喜明𡻕大比,兄宜作速入都,春闈一戰,方不負兄之\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"355\",\"lineNum\":300,\"lineType\":1,\"content\":\"所學也。其盤費餘事,弟自代為處置,亦不枉史之謬\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"356\",\"lineNum\":301,\"lineType\":1,\"content\":\"識矣。當下即命小童進去,速封五十兩白銀並兩套\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"357\",\"lineNum\":302,\"lineType\":1,\"content\":\"冬衣又去:十九日乃黄道之期,兄可即買舟西上,待\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"358\",\"lineNum\":303,\"lineType\":1,\"content\":\"雄飛高舉,明冬再晤,豈非大快之事耶?雨村收了銀\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"359\",\"lineNum\":304,\"lineType\":1,\"content\":\"衣,不過略謝一語,並不介意,仍是吃酒談笑。那天已\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"360\",\"lineNum\":305,\"lineType\":1,\"content\":\"交三鼓,二人方散。士隐送雨村去後,回房一覺,直至\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"361\",\"lineNum\":306,\"lineType\":1,\"content\":\"紅日三竿方醒。因思昨夜之事,意欲再寫兩對書與\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"362\",\"lineNum\":307,\"lineType\":1,\"content\":\"雨村,帶至神都,使雨村投謁個仕宦之家,為寄足之\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"363\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890700329\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"364\",\"lineNum\":310,\"lineType\":1,\"content\":\"地。因使人過去請時,那家人去了,回来言:和尚説賈爺\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"365\",\"lineNum\":311,\"lineType\":1,\"content\":\"今日五鼓已進京去了,也曽留下話與和尚轉達老\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"366\",\"lineNum\":312,\"lineType\":1,\"content\":\"爺,説讀書人不在黄道黑道,總以事理為要,不及面\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"367\",\"lineNum\":313,\"lineType\":1,\"content\":\"辭了。士隐聽了,也只得罷了。真是閒處光隂易過,倏\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"368\",\"lineNum\":314,\"lineType\":1,\"content\":\"忽又是元宵佳節矣。因士隐命家人霍啟\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"369\",\"lineNum\":314,\"lineType\":2,\"content\":\"妙,禍起也。此因事命\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"370\",\"lineNum\":315,\"lineType\":2,\"content\":\"名。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"371\",\"lineNum\":315,\"lineType\":1,\"content\":\"抱了英蓮去看社火花燈。半夜中,霍啟因要小觧,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"372\",\"lineNum\":316,\"lineType\":1,\"content\":\"便将英蓮放在一家門檻上坐着,待他小觧完了来\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"373\",\"lineNum\":317,\"lineType\":1,\"content\":\"抱時,那有英蓮的踪影?急得霍啟直尋了半夜,至天\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"374\",\"lineNum\":318,\"lineType\":1,\"content\":\"明不見。那霍啟也就不敢回来見主人,便逃徃他鄉\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"375\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890716713\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"376\",\"lineNum\":321,\"lineType\":1,\"content\":\"去了。那士隐夫婦見女兒一夜不歸,便知有些不妥,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"377\",\"lineNum\":322,\"lineType\":1,\"content\":\"再使幾人去尋找,回来皆云:音信全無。夫婦二人,半\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"378\",\"lineNum\":323,\"lineType\":1,\"content\":\"世只生此女,一旦失落,豈不思想?因此晝夜啼哭,幾\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"379\",\"lineNum\":324,\"lineType\":1,\"content\":\"乎不曽尋死。看看一月,士隐先就得了一病。當時封\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"380\",\"lineNum\":325,\"lineType\":1,\"content\":\"氏也因思女搆疾,日日請醫調治。不想這一日三月\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"381\",\"lineNum\":326,\"lineType\":1,\"content\":\"十五日,葫蘆廟炸供,那些和尚不加小心,致使油鍋\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"382\",\"lineNum\":327,\"lineType\":1,\"content\":\"火𨓜,便燒着𥦗紙。此方人家多用竹壁,大抵也因刼\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"383\",\"lineNum\":328,\"lineType\":1,\"content\":\"数。於是接二連三,撁五掛六,将一條街燒如火𦦨山\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"384\",\"lineNum\":329,\"lineType\":1,\"content\":\"一般。彼時雖有軍民来救,那火已成了勢,如何救得\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"385\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890733097\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"386\",\"lineNum\":332,\"lineType\":1,\"content\":\"下?直燒了一夜,方漸漸的熄去。也不知燒了幾家,只\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"387\",\"lineNum\":333,\"lineType\":1,\"content\":\"可憐甄氏在隔壁,早已燒成一片瓦礫場了,只有他\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"388\",\"lineNum\":334,\"lineType\":1,\"content\":\"夫婦並幾個家人的性命不曽傷了,急得士隐惟跌\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"389\",\"lineNum\":335,\"lineType\":1,\"content\":\"足長偏而已。只得與妻子商議,且将就到田庄上去\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"390\",\"lineNum\":336,\"lineType\":1,\"content\":\"安身。嘆值近年水旱不收,鼠盗蜂起,無非搶田奪地,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"391\",\"lineNum\":337,\"lineType\":1,\"content\":\"民不安生。因此官兵剿捕,難以安身。士隐只得将田\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"392\",\"lineNum\":338,\"lineType\":1,\"content\":\"庄都質變,携妻子與兩個丫環,投他岳丈家去。他岳\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"393\",\"lineNum\":339,\"lineType\":1,\"content\":\"丈名封肅,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"394\",\"lineNum\":339,\"lineType\":2,\"content\":\"風俗\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"395\",\"lineNum\":339,\"lineType\":1,\"content\":\"本貫大如州人氏,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"396\",\"lineNum\":339,\"lineType\":2,\"content\":\"託言大㮣如是。之風俗也。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"397\",\"lineNum\":339,\"lineType\":1,\"content\":\"雖是務\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"398\",\"lineNum\":340,\"lineType\":1,\"content\":\"農,家中都還殷實。今見女兒女壻這等狼狽而来,心\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"399\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890749481\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"400\",\"lineNum\":343,\"lineType\":1,\"content\":\"中便有些不樂。幸而士隐還有質變地的銀子未曽\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"401\",\"lineNum\":344,\"lineType\":1,\"content\":\"用完,挐出来託他隨分就價,置些湏房地,為後日衣\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"402\",\"lineNum\":345,\"lineType\":1,\"content\":\"食之計。那封肅便半哄嫌些湏,與他些薄田朽屋。士\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"403\",\"lineNum\":346,\"lineType\":1,\"content\":\"隐乃讀書之人,不慣生理稼穡等事,免強支持了一\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"404\",\"lineNum\":347,\"lineType\":1,\"content\":\"二年,越覺窮了下去。封肅每見面時,説些現成話,且\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"405\",\"lineNum\":348,\"lineType\":1,\"content\":\"人前人後,又怨他們不善過活,一味好吃懶做等語。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"406\",\"lineNum\":349,\"lineType\":1,\"content\":\"士隐知投人不着,心中未免悔恨。再𠔥上年驚唬,急\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"407\",\"lineNum\":350,\"lineType\":1,\"content\":\"忿怨痛,已有積傷,暮年之人,貧病交攻,漸漸的露出\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"408\",\"lineNum\":351,\"lineType\":1,\"content\":\"那下世光景来。可巧這日拄了拐,挣挫到街上散散\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"409\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890765865\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"410\",\"lineNum\":354,\"lineType\":1,\"content\":\"心時,忽見那邊来了一個跛足道人,瘋狂落脱蔴履\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"411\",\"lineNum\":355,\"lineType\":1,\"content\":\"鶉衣,口内念着幾句言詞道:\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null}],\"indent\":0,\"textIndent\":false}","startPageId":"7501933907890651177","endPageId":"7501933907890765865","contentEncryptType":0,"translateContent":"","chapterId":"1kzxy2z8t0mqv","dataSize":9299,"chapterOrder":1,"inChapterOrder":10},{"paragraphId":"7502228590323449895","paragraphType":1,"content":"{\"lines\":[{\"lineId\":\"412\",\"lineNum\":356,\"lineType\":1,\"content\":\"世人都曉神仙好,  惟有功名忘不了,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"413\",\"lineNum\":357,\"lineType\":1,\"content\":\"古今将相在何方? 荒塜一堆草沒了!\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"414\",\"lineNum\":358,\"lineType\":1,\"content\":\"世人都曉神仙好, 只有金銀忘不了,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"415\",\"lineNum\":359,\"lineType\":1,\"content\":\"終朝只恨聚無多, 及到多時眼閉了!\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"416\",\"lineNum\":360,\"lineType\":1,\"content\":\"世人都説神仙好, 只有姣妻忘不了,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"417\",\"lineNum\":361,\"lineType\":1,\"content\":\"君生日日説恩情, 君死又隨人去了。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"418\",\"lineNum\":362,\"lineType\":1,\"content\":\"世人都説神仙好, 惟有兒孫忘不了。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"419\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890782249\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"420\",\"lineNum\":365,\"lineType\":1,\"content\":\"癡心父母古来多, 孝順兒孫誰見了?\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"421\",\"lineNum\":366,\"lineType\":1,\"content\":\"士隐聽了,便迎上来道:你説些什麽?只聽見些好了\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"422\",\"lineNum\":367,\"lineType\":1,\"content\":\"好了。那道人道:你若果聽見好了二字,還筭明白。可\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"423\",\"lineNum\":368,\"lineType\":1,\"content\":\"知世人萬般,好便是了,了便是好;若不了,便不好;若\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"424\",\"lineNum\":369,\"lineType\":1,\"content\":\"要好,湏是了。我這歌兒,便名好了歌。士隐本是有宿\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"425\",\"lineNum\":370,\"lineType\":1,\"content\":\"慧的,一聞此言,心中早已徹悟,因笑道:且住,待我将\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"426\",\"lineNum\":371,\"lineType\":1,\"content\":\"你好了歌觧註出来何如?道人笑道:你觧,你觧。士隐\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"427\",\"lineNum\":372,\"lineType\":1,\"content\":\"乃説道:\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"428\",\"lineNum\":372,\"lineType\":2,\"content\":\"要寫情,要寫幻境,偏先寫出一萹竒人竒境来。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"429\",\"lineNum\":372,\"lineType\":1,\"content\":\"陋室空堂,當年笏滿\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"430\",\"lineNum\":373,\"lineType\":1,\"content\":\"床; 衰草枯楊,曽為歌舞。 蛛𢇁兒結滿雕梁 縁,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"431\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890798633\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"432\",\"lineNum\":376,\"lineType\":1,\"content\":\"紗兒今又糊在蓬𥦗上。 説甚麽脂正濃,粉正香,\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"433\",\"lineNum\":377,\"lineType\":1,\"content\":\"如何两𩬆又成霜? 昨日黄土隴頭送白骨, 今宵\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"434\",\"lineNum\":378,\"lineType\":1,\"content\":\"紅燈帳底卧鴛鴦。 金滿箱, 銀滿箱, 轉眼乞丐\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"435\",\"lineNum\":379,\"lineType\":1,\"content\":\"人皆謗。正嘆他人命不長, 那知自己歸来丧。 訓\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"436\",\"lineNum\":380,\"lineType\":1,\"content\":\"有方,保不定後日作强梁; 擇膏梁,誰承望流落在\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"437\",\"lineNum\":381,\"lineType\":1,\"content\":\"烟花巷。 因嫌紗帽小, 致使鎻枷扛。 昨憐破襖\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"438\",\"lineNum\":382,\"lineType\":1,\"content\":\"寒, 今嫌紫袍長。 亂哄哄,你方唱罷我登場, 反\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"439\",\"lineNum\":383,\"lineType\":1,\"content\":\"認他鄉是故鄉。 甚荒唐, 到頭来都是為他人作\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"440\",\"lineNum\":384,\"lineType\":1,\"content\":\"了衣裳!\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"441\",\"lineNum\":384,\"lineType\":2,\"content\":\"誰不觧得世事如此,有龍象力者方能放得下。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"442\",\"lineNum\":384,\"lineType\":1,\"content\":\"那瘋跛道人聽了,拍\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"443\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890815017\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"444\",\"lineNum\":387,\"lineType\":1,\"content\":\"掌笑道:觧得切,觧得切!士隐便説一聲罷,将道人肩\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"445\",\"lineNum\":388,\"lineType\":1,\"content\":\"上搭連搶了過来背着,竟不知回家,同了道人飄飄\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"446\",\"lineNum\":389,\"lineType\":1,\"content\":\"而去。當下烘動街坊,衆人當作一件新文。傅説。封氏\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"447\",\"lineNum\":390,\"lineType\":1,\"content\":\"聞得此信,哭了死去活来,只得與父親商議,遣人各\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"448\",\"lineNum\":391,\"lineType\":1,\"content\":\"處訪尋。那知音信全無。無奈何,少不得依着他父母\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"449\",\"lineNum\":392,\"lineType\":1,\"content\":\"度日。幸而身邊還有兩個𦾔日的丫環伏侍,主僕三\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"450\",\"lineNum\":393,\"lineType\":1,\"content\":\"人,日夜作些針線發賣,帮着父親過活。那封肅雖然\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"451\",\"lineNum\":394,\"lineType\":1,\"content\":\"日日抱怨,然也無可如何了。這日甄家大丫頭在門\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"452\",\"lineNum\":395,\"lineType\":1,\"content\":\"前買線,忽聽街上喝道之聲,衆人都説新太爺到任。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"453\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890831401\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"454\",\"lineNum\":398,\"lineType\":1,\"content\":\"丫環於是隐在門内看時,只見軍牢快手一對一對\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"455\",\"lineNum\":399,\"lineType\":1,\"content\":\"的過去,俄而大轎内抬着一個烏紗猩袍的官府過\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"456\",\"lineNum\":400,\"lineType\":1,\"content\":\"去。丫環到發了怔,自忖:這官好面善,到像在那裡㑹\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"457\",\"lineNum\":401,\"lineType\":1,\"content\":\"過的。於是進入房中,也就丟過不在心上。至晚間,正\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"458\",\"lineNum\":402,\"lineType\":1,\"content\":\"等歇時,忽聽一片聲打的門響,許多人亂譲,説:本府\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"459\",\"lineNum\":403,\"lineType\":1,\"content\":\"太爺的差人来傅人問話。封肅聽了,唬得目瞪口呆。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"460\",\"lineNum\":404,\"lineType\":1,\"content\":\"不知有何禍事,且聽下回分解。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null}],\"indent\":0,\"textIndent\":false}","startPageId":"7501933907890765865","endPageId":"7501933907890831401","contentEncryptType":0,"translateContent":"","chapterId":"1kzxy2z8t0mqv","dataSize":6476,"chapterOrder":1,"inChapterOrder":11},{"paragraphId":"7502228590323466279","paragraphType":1,"content":"{\"lines\":[{\"lineId\":\"461\",\"lineNum\":0,\"lineType\":3,\"content\":\"\",\"pagePass\":{\"PageId\":\"7501933907890847785\"},\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"462\",\"lineNum\":407,\"lineType\":1,\"content\":\"總評\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"463\",\"lineNum\":408,\"lineType\":1,\"content\":\"出口神竒,幻中不幻;文勢跳躍,情𥚃生情。借幻\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"464\",\"lineNum\":409,\"lineType\":1,\"content\":\"説法,而幻中更自多情;因情捉茟,而情𥚃偏成\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null},{\"lineId\":\"465\",\"lineNum\":410,\"lineType\":1,\"content\":\"癡幻。試問君家識得否?色空空色兩無干。\",\"logicSentenceId\":\"0\",\"marginNoteIdList\":null}],\"indent\":0,\"textIndent\":false}","startPageId":"7501933907890847785","endPageId":"7501933907890847785","contentEncryptType":0,"translateContent":"","chapterId":"1kzxy2z8t0mqv","dataSize":631,"chapterOrder":1,"inChapterOrder":12}],"idToMarginNoteMap":{}}} \ No newline at end of file diff --git a/ocr/out/raw/0003_word_box_200_https_www.shidianguji.com_api_ancientlib_read_word-box-page-content_m-get_verifyFp_verify_mojvwigo_UYbwAhLm_WGX2_4K7E_BdXi_qZDBJPpeoTO8_fp_verify_mojvwigo_UYbwAhL.json b/ocr/out/raw/0003_word_box_200_https_www.shidianguji.com_api_ancientlib_read_word-box-page-content_m-get_verifyFp_verify_mojvwigo_UYbwAhLm_WGX2_4K7E_BdXi_qZDBJPpeoTO8_fp_verify_mojvwigo_UYbwAhL.json deleted file mode 100644 index 5264d7fb604d9c0578bf4dd0995f607cbe203b1c..0000000000000000000000000000000000000000 --- a/ocr/out/raw/0003_word_box_200_https_www.shidianguji.com_api_ancientlib_read_word-box-page-content_m-get_verifyFp_verify_mojvwigo_UYbwAhLm_WGX2_4K7E_BdXi_qZDBJPpeoTO8_fp_verify_mojvwigo_UYbwAhL.json +++ /dev/null @@ -1 +0,0 @@ -{"errorCode":0,"errorMsg":"","data":{"pageId2WordBoxContent":{"7501933907890405417":{"wordBoxList":[{"charPoly":{"x0":531,"y0":47,"x1":575,"y1":47,"x2":575,"y2":90,"x3":531,"y3":89},"charText":"為","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":531,"y0":88,"x1":575,"y1":89,"x2":574,"y2":136,"x3":530,"y3":135},"charText":"情","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":526,"y0":136,"x1":577,"y1":136,"x2":577,"y2":181,"x3":526,"y3":181},"charText":"僧","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":531,"y0":181,"x1":576,"y1":181,"x2":576,"y2":223,"x3":531,"y3":223},"charText":"改","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":525,"y0":226,"x1":571,"y1":227,"x2":570,"y2":264,"x3":525,"y3":264},"charText":"石","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":526,"y0":267,"x1":574,"y1":267,"x2":574,"y2":309,"x3":526,"y3":309},"charText":"頭","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":524,"y0":310,"x1":576,"y1":311,"x2":576,"y2":351,"x3":524,"y3":350},"charText":"記","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":529,"y0":352,"x1":575,"y1":352,"x2":575,"y2":396,"x3":529,"y3":396},"charText":"為","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":528,"y0":395,"x1":574,"y1":395,"x2":573,"y2":440,"x3":528,"y3":440},"charText":"情","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":524,"y0":441,"x1":572,"y1":441,"x2":571,"y2":486,"x3":524,"y3":485},"charText":"僧","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":523,"y0":487,"x1":577,"y1":487,"x2":577,"y2":531,"x3":523,"y3":531},"charText":"録","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":529,"y0":529,"x1":577,"y1":530,"x2":577,"y2":575,"x3":529,"y3":575},"charText":"東","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":529,"y0":575,"x1":573,"y1":575,"x2":573,"y2":620,"x3":529,"y3":619},"charText":"魯","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":528,"y0":620,"x1":576,"y1":620,"x2":576,"y2":659,"x3":528,"y3":658},"charText":"孔","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":526,"y0":658,"x1":574,"y1":659,"x2":573,"y2":708,"x3":525,"y3":707},"charText":"梅","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":527,"y0":707,"x1":574,"y1":707,"x2":573,"y2":752,"x3":527,"y3":751},"charText":"溪","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":526,"y0":752,"x1":571,"y1":753,"x2":570,"y2":796,"x3":525,"y3":796},"charText":"則","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":522,"y0":796,"x1":574,"y1":797,"x2":573,"y2":840,"x3":521,"y3":839},"charText":"題","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":531,"y0":842,"x1":568,"y1":843,"x2":568,"y2":874,"x3":530,"y3":873},"charText":"曰","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":526,"y0":880,"x1":572,"y1":881,"x2":571,"y2":920,"x3":525,"y3":920},"charText":"風","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":473,"y0":48,"x1":507,"y1":48,"x2":507,"y2":91,"x3":473,"y3":91},"charText":"月","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":470,"y0":90,"x1":511,"y1":91,"x2":511,"y2":140,"x3":470,"y3":139},"charText":"寳","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":464,"y0":140,"x1":515,"y1":141,"x2":515,"y2":182,"x3":464,"y3":182},"charText":"鑑","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":465,"y0":184,"x1":512,"y1":184,"x2":512,"y2":226,"x3":464,"y3":226},"charText":"後","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":471,"y0":227,"x1":508,"y1":228,"x2":508,"y2":268,"x3":471,"y3":268},"charText":"因","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":468,"y0":267,"x1":508,"y1":268,"x2":508,"y2":312,"x3":468,"y3":312},"charText":"曺","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":468,"y0":313,"x1":512,"y1":314,"x2":512,"y2":355,"x3":468,"y3":355},"charText":"雪","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":470,"y0":355,"x1":508,"y1":356,"x2":507,"y2":402,"x3":470,"y3":401},"charText":"芹","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":464,"y0":401,"x1":513,"y1":402,"x2":513,"y2":440,"x3":464,"y3":440},"charText":"於","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":467,"y0":440,"x1":510,"y1":441,"x2":510,"y2":487,"x3":467,"y3":487},"charText":"悼","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":467,"y0":490,"x1":512,"y1":490,"x2":512,"y2":523,"x3":467,"y3":523},"charText":"紅","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":465,"y0":526,"x1":511,"y1":527,"x2":511,"y2":573,"x3":464,"y3":573},"charText":"軒","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":469,"y0":574,"x1":515,"y1":574,"x2":515,"y2":620,"x3":469,"y3":620},"charText":"中","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":464,"y0":620,"x1":514,"y1":620,"x2":513,"y2":663,"x3":464,"y3":663},"charText":"披","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":469,"y0":664,"x1":511,"y1":664,"x2":511,"y2":711,"x3":468,"y3":711},"charText":"閲","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":467,"y0":711,"x1":510,"y1":712,"x2":509,"y2":750,"x3":467,"y3":749},"charText":"十","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":464,"y0":750,"x1":514,"y1":750,"x2":513,"y2":796,"x3":464,"y3":795},"charText":"載","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":466,"y0":795,"x1":509,"y1":796,"x2":508,"y2":837,"x3":465,"y3":837},"charText":"增","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":463,"y0":839,"x1":507,"y1":840,"x2":507,"y2":881,"x3":463,"y3":880},"charText":"刪","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":464,"y0":883,"x1":512,"y1":884,"x2":511,"y2":919,"x3":463,"y3":918},"charText":"五","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":408,"y0":46,"x1":458,"y1":46,"x2":457,"y2":83,"x3":408,"y3":83},"charText":"次","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":408,"y0":83,"x1":456,"y1":84,"x2":456,"y2":133,"x3":407,"y3":133},"charText":"纂","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":409,"y0":135,"x1":454,"y1":135,"x2":454,"y2":178,"x3":408,"y3":178},"charText":"成","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":415,"y0":183,"x1":444,"y1":183,"x2":444,"y2":220,"x3":415,"y3":220},"charText":"目","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":405,"y0":224,"x1":456,"y1":225,"x2":456,"y2":270,"x3":405,"y3":270},"charText":"録","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":409,"y0":274,"x1":455,"y1":274,"x2":455,"y2":312,"x3":409,"y3":312},"charText":"分","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":411,"y0":314,"x1":449,"y1":314,"x2":449,"y2":352,"x3":411,"y3":352},"charText":"出","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":404,"y0":352,"x1":451,"y1":353,"x2":450,"y2":403,"x3":404,"y3":403},"charText":"章","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":410,"y0":408,"x1":456,"y1":408,"x2":456,"y2":438,"x3":409,"y3":439},"charText":"回","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":405,"y0":441,"x1":451,"y1":441,"x2":451,"y2":485,"x3":405,"y3":485},"charText":"則","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":403,"y0":487,"x1":453,"y1":487,"x2":453,"y2":530,"x3":403,"y3":530},"charText":"題","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":411,"y0":536,"x1":449,"y1":537,"x2":449,"y2":567,"x3":411,"y3":567},"charText":"曰","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":405,"y0":573,"x1":455,"y1":573,"x2":454,"y2":614,"x3":405,"y3":614},"charText":"金","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":407,"y0":615,"x1":453,"y1":615,"x2":453,"y2":662,"x3":407,"y3":662},"charText":"陵","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":405,"y0":664,"x1":448,"y1":665,"x2":447,"y2":705,"x3":404,"y3":705},"charText":"十","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":406,"y0":713,"x1":450,"y1":714,"x2":450,"y2":742,"x3":405,"y3":741},"charText":"二","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":402,"y0":751,"x1":455,"y1":752,"x2":455,"y2":793,"x3":402,"y3":792},"charText":"釵","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":403,"y0":793,"x1":451,"y1":794,"x2":451,"y2":833,"x3":403,"y3":833},"charText":"並","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":402,"y0":838,"x1":453,"y1":838,"x2":452,"y2":883,"x3":401,"y3":883},"charText":"題","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":404,"y0":893,"x1":451,"y1":894,"x2":451,"y2":910,"x3":404,"y3":909},"charText":"一","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":349,"y0":45,"x1":397,"y1":45,"x2":397,"y2":88,"x3":349,"y3":88},"charText":"絶","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":347,"y0":93,"x1":397,"y1":94,"x2":397,"y2":130,"x3":347,"y3":130},"charText":"云","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":287,"y0":128,"x1":333,"y1":128,"x2":333,"y2":173,"x3":287,"y3":173},"charText":"滿","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":287,"y0":176,"x1":335,"y1":177,"x2":335,"y2":218,"x3":286,"y3":218},"charText":"紙","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":289,"y0":218,"x1":335,"y1":218,"x2":335,"y2":263,"x3":289,"y3":263},"charText":"荒","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":284,"y0":264,"x1":331,"y1":264,"x2":331,"y2":310,"x3":284,"y3":310},"charText":"唐","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":286,"y0":312,"x1":334,"y1":312,"x2":334,"y2":359,"x3":285,"y3":358},"charText":"言","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":285,"y0":451,"x1":332,"y1":452,"x2":332,"y2":470,"x3":285,"y3":470},"charText":"一","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":285,"y0":483,"x1":334,"y1":483,"x2":334,"y2":525,"x3":285,"y3":525},"charText":"把","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":285,"y0":527,"x1":330,"y1":527,"x2":330,"y2":574,"x3":285,"y3":574},"charText":"辛","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":284,"y0":574,"x1":333,"y1":574,"x2":334,"y2":615,"x3":285,"y3":615},"charText":"酸","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":286,"y0":616,"x1":334,"y1":616,"x2":334,"y2":664,"x3":286,"y3":664},"charText":"淚","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":224,"y0":128,"x1":274,"y1":128,"x2":273,"y2":181,"x3":223,"y3":181},"charText":"都","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":229,"y0":185,"x1":270,"y1":185,"x2":269,"y2":218,"x3":229,"y3":218},"charText":"云","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":225,"y0":221,"x1":271,"y1":221,"x2":271,"y2":265,"x3":224,"y3":265},"charText":"作","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":224,"y0":264,"x1":271,"y1":264,"x2":270,"y2":308,"x3":224,"y3":308},"charText":"者","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":224,"y0":309,"x1":274,"y1":309,"x2":274,"y2":358,"x3":224,"y3":357},"charText":"癡","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":222,"y0":440,"x1":271,"y1":440,"x2":271,"y2":485,"x3":222,"y3":484},"charText":"誰","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":224,"y0":486,"x1":271,"y1":486,"x2":271,"y2":533,"x3":224,"y3":533},"charText":"觧","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":223,"y0":534,"x1":271,"y1":534,"x2":271,"y2":575,"x3":223,"y3":575},"charText":"其","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":228,"y0":575,"x1":267,"y1":575,"x2":267,"y2":621,"x3":228,"y3":621},"charText":"中","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":225,"y0":622,"x1":274,"y1":622,"x2":273,"y2":667,"x3":225,"y3":666},"charText":"味","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":174,"y0":45,"x1":210,"y1":46,"x2":210,"y2":85,"x3":174,"y3":85},"charText":"出","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":168,"y0":88,"x1":210,"y1":89,"x2":210,"y2":132,"x3":167,"y3":132},"charText":"則","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":169,"y0":134,"x1":217,"y1":134,"x2":216,"y2":174,"x3":168,"y3":173},"charText":"既","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":169,"y0":178,"x1":217,"y1":179,"x2":217,"y2":223,"x3":169,"y3":222},"charText":"明","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":166,"y0":224,"x1":214,"y1":224,"x2":214,"y2":261,"x3":166,"y3":260},"charText":"且","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":166,"y0":264,"x1":210,"y1":264,"x2":209,"y2":312,"x3":166,"y3":312},"charText":"看","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":166,"y0":315,"x1":208,"y1":315,"x2":208,"y2":351,"x3":166,"y3":351},"charText":"石","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":165,"y0":354,"x1":211,"y1":354,"x2":210,"y2":388,"x3":165,"y3":388},"charText":"上","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":163,"y0":392,"x1":212,"y1":392,"x2":212,"y2":439,"x3":163,"y3":438},"charText":"是","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":162,"y0":442,"x1":210,"y1":442,"x2":210,"y2":485,"x3":162,"y3":484},"charText":"何","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":165,"y0":484,"x1":213,"y1":484,"x2":213,"y2":524,"x3":165,"y3":524},"charText":"故","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":166,"y0":524,"x1":215,"y1":524,"x2":215,"y2":575,"x3":166,"y3":575},"charText":"事","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":165,"y0":577,"x1":213,"y1":577,"x2":213,"y2":620,"x3":165,"y3":620},"charText":"按","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":164,"y0":622,"x1":211,"y1":623,"x2":210,"y2":669,"x3":164,"y3":669},"charText":"那","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":165,"y0":672,"x1":209,"y1":672,"x2":209,"y2":709,"x3":165,"y3":708},"charText":"石","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":166,"y0":710,"x1":212,"y1":710,"x2":212,"y2":744,"x3":166,"y3":744},"charText":"上","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":165,"y0":747,"x1":209,"y1":747,"x2":209,"y2":799,"x3":165,"y3":799},"charText":"書","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":166,"y0":802,"x1":214,"y1":803,"x2":214,"y2":837,"x3":166,"y3":837},"charText":"云","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":187,"y0":848,"x1":213,"y1":848,"x2":214,"y2":873,"x3":188,"y3":873},"charText":"以","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":187,"y0":884,"x1":212,"y1":884,"x2":213,"y2":916,"x3":187,"y3":916},"charText":"下","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":159,"y0":846,"x1":185,"y1":846,"x2":186,"y2":878,"x3":159,"y3":877},"charText":"係","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":159,"y0":887,"x1":183,"y1":887,"x2":183,"y2":915,"x3":159,"y3":915},"charText":"石","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":135,"y0":50,"x1":159,"y1":51,"x2":159,"y2":77,"x3":135,"y3":77},"charText":"上","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":133,"y0":89,"x1":160,"y1":89,"x2":160,"y2":120,"x3":133,"y3":120},"charText":"所","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":128,"y0":133,"x1":159,"y1":134,"x2":159,"y2":165,"x3":127,"y3":164},"charText":"記","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":104,"y0":45,"x1":133,"y1":46,"x2":132,"y2":76,"x3":104,"y3":75},"charText":"之","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":104,"y0":89,"x1":132,"y1":90,"x2":132,"y2":120,"x3":104,"y3":120},"charText":"文","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":110,"y0":174,"x1":154,"y1":175,"x2":154,"y2":222,"x3":110,"y3":222},"charText":"當","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":115,"y0":226,"x1":143,"y1":227,"x2":143,"y2":258,"x3":115,"y3":258},"charText":"日","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":107,"y0":262,"x1":155,"y1":262,"x2":155,"y2":302,"x3":106,"y3":302},"charText":"地","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":108,"y0":305,"x1":150,"y1":306,"x2":150,"y2":347,"x3":107,"y3":346},"charText":"陷","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":108,"y0":346,"x1":154,"y1":346,"x2":154,"y2":394,"x3":108,"y3":394},"charText":"東","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":108,"y0":395,"x1":155,"y1":396,"x2":155,"y2":442,"x3":108,"y3":442},"charText":"南","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":105,"y0":444,"x1":154,"y1":444,"x2":154,"y2":485,"x3":105,"y3":485},"charText":"這","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":106,"y0":483,"x1":155,"y1":483,"x2":155,"y2":532,"x3":106,"y3":532},"charText":"東","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":108,"y0":533,"x1":152,"y1":533,"x2":152,"y2":581,"x3":108,"y3":581},"charText":"南","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":105,"y0":591,"x1":153,"y1":592,"x2":154,"y2":606,"x3":105,"y3":605},"charText":"一","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":107,"y0":618,"x1":156,"y1":618,"x2":156,"y2":660,"x3":106,"y3":660},"charText":"隅","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":107,"y0":660,"x1":149,"y1":660,"x2":148,"y2":710,"x3":106,"y3":710},"charText":"有","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":107,"y0":712,"x1":153,"y1":712,"x2":153,"y2":758,"x3":106,"y3":758},"charText":"處","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":109,"y0":761,"x1":147,"y1":762,"x2":147,"y2":791,"x3":109,"y3":791},"charText":"曰","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":101,"y0":792,"x1":149,"y1":793,"x2":148,"y2":832,"x3":101,"y3":832},"charText":"姑","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":102,"y0":834,"x1":153,"y1":834,"x2":153,"y2":881,"x3":102,"y3":881},"charText":"蘓","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":124,"y0":887,"x1":152,"y1":887,"x2":152,"y2":919,"x3":124,"y3":919},"charText":"是","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":98,"y0":887,"x1":124,"y1":888,"x2":124,"y2":919,"x3":98,"y3":918},"charText":"金","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":71,"y0":44,"x1":99,"y1":44,"x2":99,"y2":78,"x3":71,"y3":77},"charText":"陵","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":47,"y0":81,"x1":90,"y1":82,"x2":89,"y2":129,"x3":46,"y3":128},"charText":"有","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":44,"y0":128,"x1":96,"y1":129,"x2":95,"y2":173,"x3":44,"y3":172},"charText":"城","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":50,"y0":178,"x1":87,"y1":179,"x2":87,"y2":211,"x3":50,"y3":210},"charText":"曰","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":48,"y0":218,"x1":89,"y1":218,"x2":88,"y2":263,"x3":47,"y3":263},"charText":"閶","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":47,"y0":265,"x1":96,"y1":266,"x2":95,"y2":307,"x3":46,"y3":306},"charText":"門","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":45,"y0":306,"x1":93,"y1":306,"x2":93,"y2":353,"x3":45,"y3":353},"charText":"最","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":43,"y0":354,"x1":94,"y1":354,"x2":94,"y2":400,"x3":42,"y3":399},"charText":"是","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":44,"y0":401,"x1":93,"y1":402,"x2":92,"y2":436,"x3":44,"y3":435},"charText":"紅","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":437,"x1":90,"y1":437,"x2":90,"y2":484,"x3":40,"y3":484},"charText":"塵","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":48,"y0":484,"x1":85,"y1":484,"x2":86,"y2":531,"x3":48,"y3":530},"charText":"中","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":44,"y0":543,"x1":93,"y1":544,"x2":93,"y2":560,"x3":44,"y3":560},"charText":"一","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":46,"y0":578,"x1":91,"y1":579,"x2":91,"y2":605,"x3":46,"y3":604},"charText":"二","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":44,"y0":609,"x1":91,"y1":610,"x2":91,"y2":664,"x3":43,"y3":664},"charText":"等","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":46,"y0":665,"x1":89,"y1":665,"x2":89,"y2":707,"x3":46,"y3":707},"charText":"富","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":42,"y0":706,"x1":89,"y1":707,"x2":89,"y2":757,"x3":41,"y3":757},"charText":"貴","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":43,"y0":759,"x1":91,"y1":759,"x2":91,"y2":797,"x3":43,"y3":797},"charText":"風","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":42,"y0":796,"x1":87,"y1":796,"x2":87,"y2":838,"x3":41,"y3":837},"charText":"流","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":43,"y0":842,"x1":91,"y1":843,"x2":90,"y2":878,"x3":42,"y3":877},"charText":"之","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":879,"x1":93,"y1":880,"x2":92,"y2":918,"x3":40,"y3":917},"charText":"地","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":11,"y0":44,"x1":32,"y1":44,"x2":32,"y2":78,"x3":11,"y3":78},"charText":"之","textlineId":9,"picUri":"","isPicText":false},{"charPoly":{"x0":9,"y0":90,"x1":34,"y1":90,"x2":34,"y2":136,"x3":9,"y3":136},"charText":"頁","textlineId":9,"picUri":"","isPicText":false},{"charPoly":{"x0":8,"y0":141,"x1":34,"y1":142,"x2":34,"y2":176,"x3":8,"y3":176},"charText":"巳","textlineId":9,"picUri":"","isPicText":false},{"charPoly":{"x0":9,"y0":476,"x1":34,"y1":476,"x2":34,"y2":502,"x3":9,"y3":502},"charText":"回","textlineId":9,"picUri":"","isPicText":false}]},"7501933907890421801":{"wordBoxList":[{"charPoly":{"x0":546,"y0":44,"x1":575,"y1":44,"x2":575,"y2":78,"x3":546,"y3":78},"charText":"妙","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":224,"y0":99,"x1":274,"y1":99,"x2":274,"y2":135,"x3":224,"y3":135},"charText":"之","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":546,"y0":86,"x1":575,"y1":87,"x2":575,"y2":119,"x3":546,"y3":118},"charText":"極","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":546,"y0":128,"x1":575,"y1":129,"x2":575,"y2":161,"x3":545,"y3":161},"charText":"是","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":544,"y0":175,"x1":574,"y1":175,"x2":574,"y2":205,"x3":544,"y3":205},"charText":"石","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":519,"y0":43,"x1":545,"y1":43,"x2":545,"y2":77,"x3":518,"y3":78},"charText":"頭","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":519,"y0":90,"x1":542,"y1":90,"x2":543,"y2":117,"x3":520,"y3":117},"charText":"四","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":519,"y0":127,"x1":546,"y1":127,"x2":546,"y2":160,"x3":519,"y3":160},"charText":"氣","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":526,"y0":217,"x1":575,"y1":217,"x2":575,"y2":260,"x3":526,"y3":260},"charText":"這","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":531,"y0":262,"x1":571,"y1":262,"x2":571,"y2":306,"x3":531,"y3":306},"charText":"閶","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":532,"y0":307,"x1":573,"y1":307,"x2":573,"y2":350,"x3":532,"y3":350},"charText":"門","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":530,"y0":349,"x1":575,"y1":349,"x2":576,"y2":391,"x3":530,"y3":391},"charText":"外","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":529,"y0":392,"x1":572,"y1":392,"x2":572,"y2":438,"x3":529,"y3":437},"charText":"有","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":527,"y0":439,"x1":573,"y1":439,"x2":574,"y2":479,"x3":527,"y3":478},"charText":"個","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":530,"y0":482,"x1":574,"y1":482,"x2":574,"y2":519,"x3":530,"y3":519},"charText":"十","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":532,"y0":523,"x1":575,"y1":523,"x2":575,"y2":561,"x3":532,"y3":561},"charText":"里","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":529,"y0":563,"x1":580,"y1":563,"x2":579,"y2":611,"x3":529,"y3":611},"charText":"街","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":557,"y0":621,"x1":580,"y1":621,"x2":581,"y2":651,"x3":557,"y3":651},"charText":"開","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":558,"y0":665,"x1":579,"y1":665,"x2":579,"y2":685,"x3":559,"y3":685},"charText":"口","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":556,"y0":699,"x1":582,"y1":699,"x2":582,"y2":731,"x3":556,"y3":731},"charText":"先","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":558,"y0":749,"x1":581,"y1":749,"x2":581,"y2":774,"x3":558,"y3":774},"charText":"云","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":554,"y0":788,"x1":582,"y1":787,"x2":583,"y2":821,"x3":554,"y3":821},"charText":"勢","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":551,"y0":831,"x1":581,"y1":830,"x2":581,"y2":863,"x3":551,"y3":864},"charText":"利","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":551,"y0":876,"x1":582,"y1":875,"x2":582,"y2":910,"x3":551,"y3":910},"charText":"是","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":525,"y0":617,"x1":556,"y1":617,"x2":556,"y2":649,"x3":525,"y3":648},"charText":"伏","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":526,"y0":661,"x1":557,"y1":661,"x2":557,"y2":691,"x3":526,"y3":691},"charText":"甄","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":525,"y0":699,"x1":553,"y1":699,"x2":553,"y2":734,"x3":526,"y3":734},"charText":"封","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":527,"y0":751,"x1":552,"y1":751,"x2":553,"y2":772,"x3":528,"y3":772},"charText":"二","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":525,"y0":788,"x1":553,"y1":788,"x2":553,"y2":820,"x3":525,"y3":820},"charText":"姓","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":524,"y0":835,"x1":552,"y1":834,"x2":552,"y2":863,"x3":524,"y3":863},"charText":"之","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":525,"y0":873,"x1":549,"y1":872,"x2":550,"y2":914,"x3":525,"y3":914},"charText":"事","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":459,"y0":39,"x1":509,"y1":39,"x2":510,"y2":86,"x3":460,"y3":86},"charText":"街","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":465,"y0":87,"x1":505,"y1":87,"x2":505,"y2":125,"x3":466,"y3":125},"charText":"内","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":463,"y0":126,"x1":505,"y1":126,"x2":506,"y2":174,"x3":463,"y3":174},"charText":"有","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":464,"y0":176,"x1":508,"y1":177,"x2":508,"y2":216,"x3":465,"y3":216},"charText":"個","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":462,"y0":219,"x1":512,"y1":219,"x2":512,"y2":255,"x3":463,"y3":255},"charText":"仁","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":465,"y0":255,"x1":512,"y1":255,"x2":512,"y2":306,"x3":466,"y3":307},"charText":"清","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":465,"y0":307,"x1":517,"y1":307,"x2":517,"y2":350,"x3":465,"y3":350},"charText":"卷","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":491,"y0":360,"x1":516,"y1":360,"x2":517,"y2":386,"x3":492,"y3":386},"charText":"又","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":489,"y0":397,"x1":515,"y1":397,"x2":515,"y2":428,"x3":489,"y3":428},"charText":"言","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":490,"y0":441,"x1":518,"y1":441,"x2":518,"y2":467,"x3":491,"y3":467},"charText":"人","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":491,"y0":479,"x1":518,"y1":479,"x2":519,"y2":517,"x3":491,"y3":517},"charText":"情","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":491,"y0":527,"x1":519,"y1":527,"x2":519,"y2":560,"x3":491,"y3":560},"charText":"總","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":492,"y0":572,"x1":519,"y1":572,"x2":519,"y2":604,"x3":493,"y3":604},"charText":"為","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":463,"y0":358,"x1":487,"y1":358,"x2":488,"y2":384,"x3":464,"y3":384},"charText":"士","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":463,"y0":398,"x1":488,"y1":397,"x2":488,"y2":427,"x3":463,"y3":427},"charText":"隐","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":463,"y0":440,"x1":488,"y1":440,"x2":488,"y2":468,"x3":464,"y3":468},"charText":"火","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":463,"y0":482,"x1":490,"y1":482,"x2":491,"y2":514,"x3":463,"y3":514},"charText":"後","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":463,"y0":528,"x1":489,"y1":528,"x2":490,"y2":559,"x3":464,"y3":560},"charText":"伏","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":463,"y0":571,"x1":489,"y1":571,"x2":489,"y2":607,"x3":464,"y3":607},"charText":"茟","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":468,"y0":609,"x1":518,"y1":610,"x2":518,"y2":655,"x3":468,"y3":655},"charText":"巷","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":472,"y0":657,"x1":512,"y1":658,"x2":512,"y2":696,"x3":472,"y3":696},"charText":"内","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":469,"y0":697,"x1":511,"y1":697,"x2":511,"y2":742,"x3":469,"y3":742},"charText":"有","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":469,"y0":747,"x1":513,"y1":747,"x2":513,"y2":785,"x3":469,"y3":785},"charText":"個","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":470,"y0":786,"x1":514,"y1":786,"x2":514,"y2":825,"x3":471,"y3":825},"charText":"古","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":470,"y0":828,"x1":520,"y1":828,"x2":520,"y2":876,"x3":470,"y3":876},"charText":"廟","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":475,"y0":877,"x1":512,"y1":877,"x2":513,"y2":916,"x3":475,"y3":917},"charText":"因","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":400,"y0":40,"x1":451,"y1":39,"x2":452,"y2":79,"x3":401,"y3":80},"charText":"地","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":402,"y0":84,"x1":447,"y1":84,"x2":448,"y2":123,"x3":402,"y3":123},"charText":"方","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":406,"y0":125,"x1":450,"y1":125,"x2":451,"y2":171,"x3":406,"y3":171},"charText":"窄","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":406,"y0":171,"x1":455,"y1":171,"x2":455,"y2":216,"x3":406,"y3":216},"charText":"狭","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":428,"y0":223,"x1":451,"y1":223,"x2":452,"y2":250,"x3":429,"y3":250},"charText":"世","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":428,"y0":265,"x1":455,"y1":265,"x2":455,"y2":292,"x3":428,"y3":293},"charText":"路","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":429,"y0":305,"x1":456,"y1":305,"x2":456,"y2":340,"x3":430,"y3":340},"charText":"寛","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":428,"y0":352,"x1":454,"y1":352,"x2":455,"y2":383,"x3":428,"y3":383},"charText":"平","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":400,"y0":219,"x1":425,"y1":219,"x2":426,"y2":249,"x3":401,"y3":250},"charText":"者","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":401,"y0":264,"x1":428,"y1":264,"x2":428,"y2":295,"x3":402,"y3":295},"charText":"最","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":403,"y0":306,"x1":425,"y1":306,"x2":426,"y2":338,"x3":404,"y3":338},"charText":"少","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":409,"y0":387,"x1":453,"y1":387,"x2":453,"y2":435,"x3":409,"y3":435},"charText":"皆","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":406,"y0":437,"x1":452,"y1":437,"x2":452,"y2":480,"x3":407,"y3":481},"charText":"呼","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":405,"y0":482,"x1":451,"y1":482,"x2":451,"y2":525,"x3":405,"y3":526},"charText":"作","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":410,"y0":525,"x1":449,"y1":525,"x2":450,"y2":568,"x3":410,"y3":569},"charText":"葫","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":410,"y0":570,"x1":452,"y1":569,"x2":452,"y2":617,"x3":410,"y3":618},"charText":"蘆","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":409,"y0":617,"x1":458,"y1":617,"x2":459,"y2":663,"x3":409,"y3":663},"charText":"廟","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":434,"y0":668,"x1":457,"y1":668,"x2":458,"y2":698,"x3":434,"y3":698},"charText":"胡","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":434,"y0":705,"x1":459,"y1":705,"x2":460,"y2":737,"x3":435,"y3":737},"charText":"塗","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":434,"y0":748,"x1":460,"y1":748,"x2":460,"y2":775,"x3":434,"y3":775},"charText":"也","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":434,"y0":787,"x1":460,"y1":787,"x2":461,"y2":816,"x3":434,"y3":816},"charText":"故","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":432,"y0":834,"x1":459,"y1":835,"x2":459,"y2":861,"x3":433,"y3":861},"charText":"假","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":406,"y0":668,"x1":432,"y1":668,"x2":432,"y2":695,"x3":406,"y3":695},"charText":"語","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":404,"y0":707,"x1":431,"y1":707,"x2":432,"y2":736,"x3":405,"y3":737},"charText":"從","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":405,"y0":748,"x1":431,"y1":748,"x2":432,"y2":775,"x3":406,"y3":776},"charText":"此","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":403,"y0":791,"x1":431,"y1":791,"x2":432,"y2":821,"x3":404,"y3":821},"charText":"興","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":406,"y0":834,"x1":431,"y1":834,"x2":431,"y2":861,"x3":406,"y3":861},"charText":"也","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":408,"y0":870,"x1":452,"y1":870,"x2":452,"y2":917,"x3":408,"y3":917},"charText":"廟","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":344,"y0":41,"x1":388,"y1":40,"x2":389,"y2":85,"x3":344,"y3":86},"charText":"旁","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":340,"y0":87,"x1":389,"y1":87,"x2":389,"y2":124,"x3":341,"y3":125},"charText":"住","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":342,"y0":125,"x1":387,"y1":125,"x2":388,"y2":173,"x3":342,"y3":173},"charText":"著","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":344,"y0":184,"x1":391,"y1":185,"x2":392,"y2":200,"x3":344,"y3":200},"charText":"一","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":346,"y0":214,"x1":391,"y1":214,"x2":392,"y2":262,"x3":347,"y3":262},"charText":"家","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":344,"y0":264,"x1":392,"y1":264,"x2":393,"y2":307,"x3":345,"y3":308},"charText":"鄉","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":347,"y0":308,"x1":395,"y1":307,"x2":396,"y2":349,"x3":347,"y3":350},"charText":"宦","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":342,"y0":351,"x1":393,"y1":351,"x2":393,"y2":389,"x3":342,"y3":389},"charText":"姓","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":345,"y0":393,"x1":395,"y1":393,"x2":395,"y2":434,"x3":345,"y3":434},"charText":"甄","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":369,"y0":440,"x1":396,"y1":440,"x2":396,"y2":474,"x3":369,"y3":474},"charText":"真","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":367,"y0":487,"x1":396,"y1":487,"x2":397,"y2":514,"x3":367,"y3":514},"charText":"假","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":370,"y0":529,"x1":396,"y1":529,"x2":396,"y2":556,"x3":370,"y3":555},"charText":"之","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":369,"y0":573,"x1":397,"y1":573,"x2":398,"y2":600,"x3":369,"y3":600},"charText":"甄","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":371,"y0":614,"x1":397,"y1":614,"x2":397,"y2":649,"x3":371,"y3":649},"charText":"寳","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":372,"y0":668,"x1":397,"y1":668,"x2":398,"y2":691,"x3":372,"y3":691},"charText":"玉","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":371,"y0":708,"x1":398,"y1":708,"x2":399,"y2":736,"x3":372,"y3":735},"charText":"亦","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":342,"y0":442,"x1":369,"y1":442,"x2":369,"y2":472,"x3":343,"y3":473},"charText":"借","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":343,"y0":487,"x1":367,"y1":487,"x2":367,"y2":513,"x3":343,"y3":514},"charText":"此","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":342,"y0":528,"x1":368,"y1":527,"x2":367,"y2":557,"x3":342,"y3":558},"charText":"音","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":342,"y0":573,"x1":367,"y1":572,"x2":367,"y2":603,"x3":342,"y3":604},"charText":"後","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":343,"y0":616,"x1":368,"y1":615,"x2":369,"y2":645,"x3":343,"y3":646},"charText":"不","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":343,"y0":663,"x1":369,"y1":664,"x2":369,"y2":693,"x3":343,"y3":693},"charText":"註","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":348,"y0":746,"x1":390,"y1":746,"x2":390,"y2":782,"x3":348,"y3":782},"charText":"名","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":353,"y0":783,"x1":392,"y1":783,"x2":392,"y2":833,"x3":354,"y3":834},"charText":"費","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":347,"y0":834,"x1":397,"y1":834,"x2":397,"y2":875,"x3":347,"y3":876},"charText":"廢","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":348,"y0":878,"x1":393,"y1":878,"x2":392,"y2":919,"x3":348,"y3":919},"charText":"字","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":284,"y0":42,"x1":327,"y1":41,"x2":327,"y2":78,"x3":284,"y3":78},"charText":"士","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":286,"y0":81,"x1":332,"y1":81,"x2":332,"y2":125,"x3":286,"y3":125},"charText":"隐","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":304,"y0":133,"x1":332,"y1":133,"x2":332,"y2":163,"x3":305,"y3":163},"charText":"托","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":307,"y0":176,"x1":332,"y1":176,"x2":332,"y2":206,"x3":307,"y3":206},"charText":"言","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":306,"y0":221,"x1":333,"y1":221,"x2":334,"y2":253,"x3":307,"y3":253},"charText":"将","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":307,"y0":264,"x1":333,"y1":264,"x2":334,"y2":297,"x3":307,"y3":297},"charText":"真","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":279,"y0":130,"x1":303,"y1":130,"x2":303,"y2":168,"x3":279,"y3":168},"charText":"事","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":280,"y0":176,"x1":305,"y1":176,"x2":306,"y2":208,"x3":280,"y3":208},"charText":"隐","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":279,"y0":218,"x1":304,"y1":218,"x2":304,"y2":250,"x3":280,"y3":250},"charText":"去","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":280,"y0":266,"x1":304,"y1":266,"x2":305,"y2":293,"x3":281,"y3":293},"charText":"也","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":282,"y0":302,"x1":332,"y1":302,"x2":332,"y2":347,"x3":282,"y3":347},"charText":"嫡","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":284,"y0":346,"x1":331,"y1":346,"x2":331,"y2":390,"x3":284,"y3":390},"charText":"妻","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":285,"y0":391,"x1":332,"y1":391,"x2":332,"y2":438,"x3":285,"y3":438},"charText":"封","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":289,"y0":439,"x1":335,"y1":439,"x2":335,"y2":477,"x3":289,"y3":477},"charText":"氏","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":309,"y0":488,"x1":336,"y1":488,"x2":336,"y2":516,"x3":309,"y3":516},"charText":"風","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":312,"y0":529,"x1":334,"y1":529,"x2":334,"y2":557,"x3":313,"y3":557},"charText":"因","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":309,"y0":574,"x1":336,"y1":574,"x2":336,"y2":602,"x3":309,"y3":602},"charText":"風","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":280,"y0":488,"x1":307,"y1":488,"x2":308,"y2":515,"x3":281,"y3":515},"charText":"俗","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":281,"y0":526,"x1":308,"y1":526,"x2":309,"y2":560,"x3":282,"y3":560},"charText":"来","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":285,"y0":606,"x1":329,"y1":606,"x2":329,"y2":656,"x3":286,"y3":656},"charText":"情","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":285,"y0":657,"x1":330,"y1":657,"x2":330,"y2":697,"x3":285,"y3":697},"charText":"性","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":288,"y0":700,"x1":332,"y1":700,"x2":332,"y2":748,"x3":288,"y3":748},"charText":"賢","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":285,"y0":749,"x1":337,"y1":749,"x2":337,"y2":791,"x3":285,"y3":792},"charText":"𠦑","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":286,"y0":793,"x1":331,"y1":794,"x2":331,"y2":833,"x3":286,"y3":833},"charText":"深","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":288,"y0":835,"x1":329,"y1":835,"x2":329,"y2":875,"x3":288,"y3":875},"charText":"明","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":284,"y0":875,"x1":332,"y1":876,"x2":331,"y2":920,"x3":283,"y3":920},"charText":"禮","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":224,"y0":40,"x1":274,"y1":40,"x2":274,"y2":89,"x3":224,"y3":89},"charText":"義","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":246,"y0":131,"x1":273,"y1":131,"x2":273,"y2":162,"x3":246,"y3":162},"charText":"字","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":247,"y0":177,"x1":272,"y1":177,"x2":272,"y2":204,"x3":247,"y3":204},"charText":"正","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":247,"y0":222,"x1":273,"y1":222,"x2":274,"y2":252,"x3":248,"y3":252},"charText":"是","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":248,"y0":264,"x1":274,"y1":264,"x2":274,"y2":295,"x3":248,"y3":295},"charText":"寫","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":252,"y0":310,"x1":272,"y1":310,"x2":272,"y2":337,"x3":251,"y3":337},"charText":"日","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":248,"y0":351,"x1":274,"y1":351,"x2":274,"y2":381,"x3":248,"y3":381},"charText":"後","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":220,"y0":93,"x1":255,"y1":94,"x2":255,"y2":118,"x3":220,"y3":117},"charText":"之","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":220,"y0":130,"x1":245,"y1":130,"x2":244,"y2":160,"x3":220,"y3":160},"charText":"香","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":219,"y0":174,"x1":244,"y1":174,"x2":244,"y2":208,"x3":219,"y3":208},"charText":"羑","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":218,"y0":221,"x1":245,"y1":221,"x2":246,"y2":251,"x3":219,"y3":251},"charText":"見","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":220,"y0":262,"x1":245,"y1":262,"x2":245,"y2":295,"x3":221,"y3":295},"charText":"其","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":219,"y0":307,"x1":248,"y1":307,"x2":248,"y2":339,"x3":220,"y3":339},"charText":"根","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":221,"y0":352,"x1":246,"y1":352,"x2":246,"y2":382,"x3":222,"y3":382},"charText":"源","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":228,"y0":389,"x1":271,"y1":389,"x2":271,"y2":434,"x3":228,"y3":434},"charText":"家","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":227,"y0":435,"x1":265,"y1":435,"x2":265,"y2":478,"x3":227,"y3":478},"charText":"中","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":225,"y0":480,"x1":272,"y1":479,"x2":272,"y2":523,"x3":225,"y3":523},"charText":"雖","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":228,"y0":527,"x1":268,"y1":527,"x2":269,"y2":566,"x3":228,"y3":566},"charText":"不","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":224,"y0":567,"x1":271,"y1":566,"x2":271,"y2":610,"x3":224,"y3":611},"charText":"甚","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":228,"y0":613,"x1":270,"y1":613,"x2":271,"y2":658,"x3":229,"y3":658},"charText":"富","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":225,"y0":658,"x1":275,"y1":658,"x2":276,"y2":707,"x3":225,"y3":707},"charText":"貴","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":231,"y0":708,"x1":273,"y1":708,"x2":273,"y2":747,"x3":231,"y3":747},"charText":"然","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":228,"y0":747,"x1":275,"y1":747,"x2":275,"y2":791,"x3":228,"y3":791},"charText":"本","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":227,"y0":791,"x1":275,"y1":792,"x2":275,"y2":830,"x3":227,"y3":830},"charText":"地","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":227,"y0":834,"x1":275,"y1":834,"x2":275,"y2":877,"x3":226,"y3":876},"charText":"便","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":228,"y0":879,"x1":275,"y1":880,"x2":275,"y2":917,"x3":227,"y3":917},"charText":"也","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":162,"y0":40,"x1":210,"y1":40,"x2":210,"y2":83,"x3":162,"y3":83},"charText":"推","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":161,"y0":84,"x1":212,"y1":84,"x2":211,"y2":122,"x3":160,"y3":122},"charText":"他","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":166,"y0":124,"x1":209,"y1":125,"x2":209,"y2":170,"x3":165,"y3":170},"charText":"為","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":163,"y0":170,"x1":208,"y1":170,"x2":208,"y2":213,"x3":163,"y3":213},"charText":"望","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":161,"y0":215,"x1":209,"y1":215,"x2":209,"y2":259,"x3":162,"y3":259},"charText":"族","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":171,"y0":262,"x1":214,"y1":262,"x2":214,"y2":304,"x3":171,"y3":303},"charText":"了","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":168,"y0":307,"x1":208,"y1":307,"x2":208,"y2":347,"x3":168,"y3":347},"charText":"因","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":162,"y0":347,"x1":211,"y1":348,"x2":211,"y2":391,"x3":162,"y3":390},"charText":"這","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":162,"y0":394,"x1":213,"y1":394,"x2":213,"y2":433,"x3":162,"y3":433},"charText":"甄","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":162,"y0":435,"x1":209,"y1":435,"x2":209,"y2":471,"x3":162,"y3":472},"charText":"士","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":165,"y0":476,"x1":211,"y1":476,"x2":211,"y2":523,"x3":165,"y3":523},"charText":"隐","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":164,"y0":525,"x1":208,"y1":525,"x2":208,"y2":572,"x3":164,"y3":572},"charText":"禀","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":165,"y0":572,"x1":211,"y1":572,"x2":212,"y2":612,"x3":166,"y3":612},"charText":"性","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":165,"y0":614,"x1":210,"y1":613,"x2":211,"y2":654,"x3":166,"y3":654},"charText":"恬","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":166,"y0":654,"x1":216,"y1":653,"x2":217,"y2":701,"x3":167,"y3":701},"charText":"淡","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":166,"y0":705,"x1":209,"y1":705,"x2":209,"y2":744,"x3":166,"y3":744},"charText":"不","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":167,"y0":748,"x1":211,"y1":748,"x2":211,"y2":782,"x3":167,"y3":782},"charText":"以","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":166,"y0":788,"x1":211,"y1":788,"x2":211,"y2":829,"x3":166,"y3":829},"charText":"功","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":164,"y0":832,"x1":209,"y1":832,"x2":209,"y2":871,"x3":164,"y3":872},"charText":"名","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":168,"y0":875,"x1":214,"y1":875,"x2":214,"y2":919,"x3":168,"y3":919},"charText":"為","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":102,"y0":42,"x1":152,"y1":42,"x2":151,"y2":84,"x3":101,"y3":83},"charText":"念","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":103,"y0":85,"x1":148,"y1":85,"x2":147,"y2":132,"x3":102,"y3":131},"charText":"每","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":110,"y0":135,"x1":138,"y1":136,"x2":138,"y2":169,"x3":110,"y3":169},"charText":"日","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":104,"y0":176,"x1":145,"y1":176,"x2":145,"y2":212,"x3":104,"y3":212},"charText":"只","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":102,"y0":220,"x1":147,"y1":221,"x2":146,"y2":254,"x3":101,"y3":253},"charText":"以","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":99,"y0":257,"x1":150,"y1":257,"x2":150,"y2":304,"x3":99,"y3":303},"charText":"觀","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":99,"y0":305,"x1":149,"y1":305,"x2":149,"y2":348,"x3":99,"y3":348},"charText":"花","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":100,"y0":350,"x1":151,"y1":350,"x2":151,"y2":394,"x3":99,"y3":394},"charText":"修","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":101,"y0":395,"x1":144,"y1":395,"x2":145,"y2":439,"x3":101,"y3":439},"charText":"竹","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":102,"y0":440,"x1":147,"y1":440,"x2":147,"y2":484,"x3":102,"y3":484},"charText":"酌","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":102,"y0":487,"x1":147,"y1":487,"x2":148,"y2":526,"x3":102,"y3":526},"charText":"酒","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":100,"y0":527,"x1":152,"y1":527,"x2":152,"y2":568,"x3":100,"y3":568},"charText":"吟","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":99,"y0":569,"x1":147,"y1":568,"x2":148,"y2":617,"x3":100,"y3":617},"charText":"詩","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":105,"y0":617,"x1":150,"y1":616,"x2":150,"y2":660,"x3":105,"y3":660},"charText":"為","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":102,"y0":659,"x1":155,"y1":658,"x2":155,"y2":704,"x3":102,"y3":704},"charText":"樂","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":103,"y0":706,"x1":147,"y1":706,"x2":147,"y2":749,"x3":104,"y3":749},"charText":"到","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":106,"y0":749,"x1":150,"y1":749,"x2":151,"y2":790,"x3":106,"y3":790},"charText":"是","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":103,"y0":790,"x1":148,"y1":789,"x2":149,"y2":836,"x3":103,"y3":836},"charText":"神","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":103,"y0":838,"x1":152,"y1":838,"x2":152,"y2":875,"x3":103,"y3":875},"charText":"仙","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":104,"y0":888,"x1":153,"y1":888,"x2":153,"y2":906,"x3":105,"y3":906},"charText":"一","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":38,"y0":39,"x1":89,"y1":39,"x2":89,"y2":82,"x3":38,"y3":82},"charText":"流","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":37,"y0":86,"x1":86,"y1":86,"x2":86,"y2":122,"x3":36,"y3":121},"charText":"人","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":38,"y0":127,"x1":90,"y1":128,"x2":90,"y2":168,"x3":37,"y3":167},"charText":"品","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":37,"y0":173,"x1":80,"y1":174,"x2":80,"y2":210,"x3":37,"y3":210},"charText":"只","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":35,"y0":213,"x1":83,"y1":213,"x2":83,"y2":261,"x3":34,"y3":261},"charText":"是","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":35,"y0":273,"x1":83,"y1":273,"x2":83,"y2":289,"x3":35,"y3":288},"charText":"一","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":33,"y0":299,"x1":82,"y1":299,"x2":82,"y2":350,"x3":34,"y3":350},"charText":"件","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":33,"y0":352,"x1":79,"y1":352,"x2":79,"y2":390,"x3":34,"y3":390},"charText":"不","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":34,"y0":394,"x1":88,"y1":394,"x2":88,"y2":435,"x3":34,"y3":435},"charText":"足","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":33,"y0":439,"x1":83,"y1":439,"x2":83,"y2":475,"x3":32,"y3":475},"charText":"如","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":39,"y0":480,"x1":89,"y1":480,"x2":89,"y2":518,"x3":39,"y3":518},"charText":"今","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":34,"y0":523,"x1":82,"y1":523,"x2":83,"y2":574,"x3":35,"y3":574},"charText":"年","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":43,"y0":575,"x1":86,"y1":575,"x2":87,"y2":610,"x3":44,"y3":610},"charText":"巳","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":39,"y0":610,"x1":82,"y1":610,"x2":82,"y2":657,"x3":39,"y3":658},"charText":"半","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":38,"y0":662,"x1":92,"y1":662,"x2":93,"y2":698,"x3":38,"y3":699},"charText":"百","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":37,"y0":700,"x1":90,"y1":700,"x2":91,"y2":747,"x3":37,"y3":748},"charText":"膝","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":39,"y0":750,"x1":81,"y1":750,"x2":81,"y2":787,"x3":39,"y3":787},"charText":"下","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":39,"y0":789,"x1":89,"y1":788,"x2":90,"y2":830,"x3":39,"y3":830},"charText":"無","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":41,"y0":833,"x1":93,"y1":832,"x2":93,"y2":876,"x3":41,"y3":876},"charText":"鬼","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":66,"y0":882,"x1":95,"y1":882,"x2":96,"y2":917,"x3":67,"y3":917},"charText":"所","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":35,"y0":883,"x1":65,"y1":883,"x2":65,"y2":919,"x3":35,"y3":919},"charText":"謂","textlineId":8,"picUri":"","isPicText":false}]},"7501933907890438185":{"wordBoxList":[{"charPoly":{"x0":554,"y0":36,"x1":579,"y1":36,"x2":579,"y2":72,"x3":554,"y3":72},"charText":"美","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":554,"y0":78,"x1":579,"y1":78,"x2":579,"y2":112,"x3":555,"y3":112},"charText":"中","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":551,"y0":122,"x1":579,"y1":121,"x2":579,"y2":153,"x3":551,"y3":153},"charText":"不","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":521,"y0":37,"x1":549,"y1":37,"x2":550,"y2":69,"x3":521,"y3":69},"charText":"足","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":522,"y0":79,"x1":552,"y1":79,"x2":551,"y2":109,"x3":522,"y3":109},"charText":"也","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":531,"y0":167,"x1":571,"y1":168,"x2":571,"y2":204,"x3":531,"y3":203},"charText":"只","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":528,"y0":205,"x1":571,"y1":206,"x2":571,"y2":254,"x3":527,"y3":254},"charText":"有","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":527,"y0":268,"x1":574,"y1":268,"x2":574,"y2":283,"x3":528,"y3":283},"charText":"一","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":524,"y0":296,"x1":578,"y1":297,"x2":577,"y2":334,"x3":524,"y3":334},"charText":"女","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":527,"y0":338,"x1":576,"y1":338,"x2":576,"y2":380,"x3":526,"y3":380},"charText":"乳","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":527,"y0":383,"x1":571,"y1":383,"x2":571,"y2":423,"x3":527,"y3":423},"charText":"名","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":524,"y0":425,"x1":573,"y1":425,"x2":573,"y2":471,"x3":524,"y3":471},"charText":"英","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":526,"y0":471,"x1":577,"y1":471,"x2":577,"y2":517,"x3":526,"y3":517},"charText":"蓮","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":549,"y0":526,"x1":577,"y1":526,"x2":578,"y2":557,"x3":550,"y3":557},"charText":"設","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":550,"y0":564,"x1":577,"y1":564,"x2":577,"y2":597,"x3":550,"y3":597},"charText":"法","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":545,"y0":605,"x1":577,"y1":605,"x2":577,"y2":643,"x3":544,"y3":643},"charText":"應","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":520,"y0":523,"x1":547,"y1":523,"x2":548,"y2":560,"x3":521,"y3":560},"charText":"憐","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":521,"y0":567,"x1":548,"y1":567,"x2":547,"y2":595,"x3":521,"y3":595},"charText":"也","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":523,"y0":647,"x1":573,"y1":647,"x2":572,"y2":697,"x3":523,"y3":697},"charText":"年","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":526,"y0":698,"x1":570,"y1":698,"x2":570,"y2":737,"x3":526,"y3":737},"charText":"方","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":527,"y0":742,"x1":572,"y1":742,"x2":572,"y2":773,"x3":527,"y3":773},"charText":"三","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":527,"y0":775,"x1":576,"y1":776,"x2":576,"y2":822,"x3":527,"y3":822},"charText":"嵗","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":525,"y0":838,"x1":572,"y1":838,"x2":572,"y2":852,"x3":526,"y3":851},"charText":"一","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":536,"y0":869,"x1":567,"y1":869,"x2":567,"y2":904,"x3":536,"y3":904},"charText":"日","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":469,"y0":32,"x1":514,"y1":32,"x2":514,"y2":75,"x3":470,"y3":75},"charText":"炎","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":468,"y0":76,"x1":514,"y1":76,"x2":514,"y2":119,"x3":468,"y3":119},"charText":"夏","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":467,"y0":119,"x1":514,"y1":119,"x2":514,"y2":161,"x3":467,"y3":161},"charText":"永","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":466,"y0":162,"x1":515,"y1":162,"x2":515,"y2":209,"x3":466,"y3":209},"charText":"晝","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":488,"y0":216,"x1":516,"y1":216,"x2":516,"y2":249,"x3":488,"y3":249},"charText":"墊","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":493,"y0":262,"x1":512,"y1":262,"x2":512,"y2":286,"x3":493,"y3":286},"charText":"日","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":461,"y0":216,"x1":487,"y1":216,"x2":488,"y2":245,"x3":461,"y3":245},"charText":"無","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":462,"y0":257,"x1":485,"y1":257,"x2":485,"y2":292,"x3":462,"y3":292},"charText":"多","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":467,"y0":296,"x1":508,"y1":296,"x2":508,"y2":333,"x3":466,"y3":333},"charText":"士","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":467,"y0":337,"x1":513,"y1":337,"x2":512,"y2":380,"x3":466,"y3":380},"charText":"隐","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":463,"y0":383,"x1":515,"y1":383,"x2":515,"y2":424,"x3":463,"y3":424},"charText":"於","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":465,"y0":424,"x1":507,"y1":424,"x2":508,"y2":473,"x3":465,"y3":473},"charText":"書","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":466,"y0":473,"x1":509,"y1":473,"x2":509,"y2":518,"x3":466,"y3":518},"charText":"房","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":470,"y0":518,"x1":507,"y1":518,"x2":507,"y2":563,"x3":470,"y3":563},"charText":"中","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":469,"y0":565,"x1":509,"y1":565,"x2":509,"y2":607,"x3":469,"y3":607},"charText":"閑","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":465,"y0":607,"x1":515,"y1":607,"x2":515,"y2":647,"x3":465,"y3":646},"charText":"坐","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":466,"y0":650,"x1":509,"y1":651,"x2":509,"y2":690,"x3":466,"y3":689},"charText":"至","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":466,"y0":692,"x1":508,"y1":692,"x2":507,"y2":736,"x3":466,"y3":735},"charText":"手","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":463,"y0":736,"x1":513,"y1":736,"x2":513,"y2":779,"x3":463,"y3":779},"charText":"倦","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":463,"y0":781,"x1":512,"y1":781,"x2":512,"y2":818,"x3":463,"y3":818},"charText":"抛","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":463,"y0":817,"x1":512,"y1":818,"x2":512,"y2":864,"x3":462,"y3":864},"charText":"書","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":461,"y0":865,"x1":513,"y1":865,"x2":513,"y2":905,"x3":461,"y3":905},"charText":"伏","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":407,"y0":34,"x1":453,"y1":34,"x2":453,"y2":71,"x3":407,"y3":71},"charText":"几","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":409,"y0":74,"x1":449,"y1":74,"x2":449,"y2":117,"x3":408,"y3":117},"charText":"少","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":405,"y0":116,"x1":455,"y1":116,"x2":455,"y2":162,"x3":405,"y3":162},"charText":"憩","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":406,"y0":165,"x1":449,"y1":166,"x2":449,"y2":204,"x3":407,"y3":203},"charText":"不","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":406,"y0":206,"x1":451,"y1":206,"x2":451,"y2":253,"x3":406,"y3":253},"charText":"覺","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":406,"y0":254,"x1":453,"y1":254,"x2":453,"y2":296,"x3":406,"y3":296},"charText":"朦","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":404,"y0":297,"x1":454,"y1":298,"x2":454,"y2":340,"x3":404,"y3":340},"charText":"朧","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":405,"y0":341,"x1":451,"y1":341,"x2":451,"y2":382,"x3":405,"y3":382},"charText":"睡","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":404,"y0":382,"x1":455,"y1":382,"x2":454,"y2":424,"x3":404,"y3":424},"charText":"去","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":406,"y0":425,"x1":450,"y1":425,"x2":449,"y2":475,"x3":406,"y3":475},"charText":"夢","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":407,"y0":477,"x1":448,"y1":477,"x2":448,"y2":515,"x3":408,"y3":515},"charText":"至","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":406,"y0":528,"x1":452,"y1":528,"x2":453,"y2":545,"x3":406,"y3":545},"charText":"一","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":406,"y0":560,"x1":454,"y1":561,"x2":454,"y2":607,"x3":405,"y3":606},"charText":"處","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":406,"y0":609,"x1":449,"y1":610,"x2":448,"y2":647,"x3":406,"y3":647},"charText":"不","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":401,"y0":650,"x1":450,"y1":650,"x2":449,"y2":688,"x3":401,"y3":687},"charText":"知","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":403,"y0":691,"x1":451,"y1":691,"x2":451,"y2":734,"x3":403,"y3":734},"charText":"是","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":400,"y0":738,"x1":449,"y1":739,"x2":449,"y2":780,"x3":400,"y3":780},"charText":"何","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":401,"y0":779,"x1":453,"y1":779,"x2":453,"y2":818,"x3":401,"y3":818},"charText":"地","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":407,"y0":821,"x1":449,"y1":821,"x2":449,"y2":864,"x3":407,"y3":864},"charText":"忽","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":404,"y0":867,"x1":450,"y1":867,"x2":450,"y2":909,"x3":404,"y3":909},"charText":"見","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":341,"y0":33,"x1":393,"y1":34,"x2":392,"y2":78,"x3":341,"y3":78},"charText":"那","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":343,"y0":78,"x1":390,"y1":78,"x2":390,"y2":120,"x3":343,"y3":120},"charText":"廂","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":347,"y0":120,"x1":393,"y1":120,"x2":394,"y2":167,"x3":347,"y3":167},"charText":"来","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":350,"y0":169,"x1":384,"y1":169,"x2":384,"y2":212,"x3":350,"y3":212},"charText":"了","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":345,"y0":221,"x1":391,"y1":222,"x2":392,"y2":237,"x3":346,"y3":236},"charText":"一","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":342,"y0":249,"x1":388,"y1":249,"x2":388,"y2":297,"x3":342,"y3":297},"charText":"僧","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":343,"y0":310,"x1":392,"y1":310,"x2":393,"y2":326,"x3":343,"y3":325},"charText":"一","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":343,"y0":336,"x1":396,"y1":336,"x2":396,"y2":381,"x3":343,"y3":381},"charText":"道","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":364,"y0":389,"x1":394,"y1":389,"x2":394,"y2":423,"x3":364,"y3":423},"charText":"是","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":366,"y0":431,"x1":394,"y1":431,"x2":394,"y2":461,"x3":366,"y3":462},"charText":"從","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":366,"y0":472,"x1":392,"y1":472,"x2":392,"y2":511,"x3":366,"y3":511},"charText":"青","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":368,"y0":523,"x1":395,"y1":523,"x2":395,"y2":551,"x3":367,"y3":551},"charText":"埂","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":367,"y0":564,"x1":394,"y1":564,"x2":394,"y2":602,"x3":367,"y3":602},"charText":"峯","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":369,"y0":613,"x1":391,"y1":613,"x2":392,"y2":640,"x3":369,"y3":640},"charText":"下","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":364,"y0":653,"x1":393,"y1":654,"x2":393,"y2":683,"x3":364,"y3":683},"charText":"袖","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":339,"y0":392,"x1":361,"y1":392,"x2":362,"y2":417,"x3":339,"y3":417},"charText":"石","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":339,"y0":433,"x1":363,"y1":433,"x2":364,"y2":459,"x3":340,"y3":459},"charText":"而","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":339,"y0":474,"x1":366,"y1":473,"x2":367,"y2":509,"x3":339,"y3":509},"charText":"来","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":338,"y0":520,"x1":365,"y1":520,"x2":366,"y2":552,"x3":338,"y3":552},"charText":"接","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":338,"y0":566,"x1":364,"y1":566,"x2":364,"y2":601,"x3":338,"y3":601},"charText":"得","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":338,"y0":610,"x1":366,"y1":610,"x2":366,"y2":640,"x3":338,"y3":640},"charText":"無","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":337,"y0":652,"x1":364,"y1":652,"x2":364,"y2":685,"x3":337,"y3":685},"charText":"痕","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":340,"y0":694,"x1":387,"y1":695,"x2":387,"y2":732,"x3":340,"y3":731},"charText":"且","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":341,"y0":737,"x1":387,"y1":737,"x2":387,"y2":780,"x3":341,"y3":780},"charText":"行","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":340,"y0":781,"x1":388,"y1":782,"x2":388,"y2":816,"x3":340,"y3":816},"charText":"且","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":338,"y0":818,"x1":391,"y1":818,"x2":391,"y2":865,"x3":338,"y3":864},"charText":"談","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":343,"y0":871,"x1":388,"y1":872,"x2":387,"y2":910,"x3":342,"y3":909},"charText":"只","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":282,"y0":31,"x1":330,"y1":31,"x2":331,"y2":76,"x3":282,"y3":76},"charText":"聽","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":283,"y0":77,"x1":331,"y1":77,"x2":331,"y2":120,"x3":284,"y3":120},"charText":"道","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":283,"y0":123,"x1":332,"y1":124,"x2":332,"y2":158,"x3":283,"y3":158},"charText":"人","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":288,"y0":164,"x1":328,"y1":164,"x2":328,"y2":207,"x3":288,"y3":207},"charText":"問","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":285,"y0":207,"x1":334,"y1":207,"x2":334,"y2":249,"x3":285,"y3":249},"charText":"道","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":283,"y0":252,"x1":330,"y1":252,"x2":329,"y2":293,"x3":282,"y3":293},"charText":"你","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":283,"y0":294,"x1":326,"y1":294,"x2":325,"y2":344,"x3":282,"y3":343},"charText":"携","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":289,"y0":345,"x1":320,"y1":345,"x2":320,"y2":385,"x3":289,"y3":384},"charText":"了","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":281,"y0":386,"x1":330,"y1":386,"x2":330,"y2":426,"x3":281,"y3":425},"charText":"這","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":280,"y0":425,"x1":332,"y1":425,"x2":331,"y2":474,"x3":280,"y3":474},"charText":"蠢","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":283,"y0":475,"x1":333,"y1":475,"x2":333,"y2":517,"x3":283,"y3":517},"charText":"物","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":280,"y0":517,"x1":326,"y1":517,"x2":326,"y2":564,"x3":280,"y3":563},"charText":"意","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":280,"y0":564,"x1":328,"y1":565,"x2":328,"y2":605,"x3":279,"y3":604},"charText":"欲","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":280,"y0":607,"x1":328,"y1":607,"x2":328,"y2":650,"x3":280,"y3":650},"charText":"何","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":281,"y0":650,"x1":332,"y1":650,"x2":331,"y2":691,"x3":281,"y3":691},"charText":"往","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":282,"y0":695,"x1":327,"y1":695,"x2":327,"y2":737,"x3":282,"y3":737},"charText":"那","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":280,"y0":738,"x1":324,"y1":739,"x2":324,"y2":780,"x3":280,"y3":779},"charText":"僧","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":284,"y0":779,"x1":328,"y1":779,"x2":328,"y2":822,"x3":284,"y3":821},"charText":"笑","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":281,"y0":820,"x1":330,"y1":821,"x2":330,"y2":864,"x3":281,"y3":864},"charText":"道","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":279,"y0":864,"x1":327,"y1":865,"x2":327,"y2":908,"x3":278,"y3":907},"charText":"你","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":223,"y0":29,"x1":274,"y1":29,"x2":274,"y2":75,"x3":223,"y3":75},"charText":"放","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":227,"y0":82,"x1":274,"y1":83,"x2":274,"y2":112,"x3":227,"y3":112},"charText":"心","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":222,"y0":119,"x1":271,"y1":120,"x2":270,"y2":156,"x3":222,"y3":155},"charText":"如","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":225,"y0":161,"x1":273,"y1":162,"x2":273,"y2":204,"x3":224,"y3":203},"charText":"今","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":224,"y0":208,"x1":273,"y1":209,"x2":272,"y2":248,"x3":224,"y3":248},"charText":"現","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":224,"y0":249,"x1":267,"y1":249,"x2":266,"y2":297,"x3":223,"y3":296},"charText":"有","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":223,"y0":308,"x1":269,"y1":309,"x2":269,"y2":326,"x3":223,"y3":325},"charText":"一","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":221,"y0":337,"x1":271,"y1":337,"x2":271,"y2":380,"x3":221,"y3":379},"charText":"投","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":223,"y0":383,"x1":271,"y1":384,"x2":270,"y2":423,"x3":223,"y3":423},"charText":"風","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":224,"y0":426,"x1":267,"y1":426,"x2":267,"y2":469,"x3":224,"y3":468},"charText":"流","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":226,"y0":475,"x1":264,"y1":476,"x2":263,"y2":510,"x3":226,"y3":509},"charText":"公","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":221,"y0":510,"x1":272,"y1":510,"x2":271,"y2":561,"x3":221,"y3":560},"charText":"案","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":222,"y0":566,"x1":267,"y1":566,"x2":267,"y2":601,"x3":221,"y3":600},"charText":"正","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":220,"y0":603,"x1":267,"y1":603,"x2":267,"y2":645,"x3":220,"y3":645},"charText":"該","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":223,"y0":648,"x1":266,"y1":648,"x2":266,"y2":690,"x3":223,"y3":690},"charText":"結","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":230,"y0":694,"x1":271,"y1":695,"x2":271,"y2":737,"x3":230,"y3":736},"charText":"了","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":221,"y0":738,"x1":269,"y1":738,"x2":269,"y2":780,"x3":221,"y3":779},"charText":"這","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":222,"y0":790,"x1":268,"y1":791,"x2":268,"y2":805,"x3":223,"y3":804},"charText":"一","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":224,"y0":819,"x1":263,"y1":819,"x2":262,"y2":862,"x3":224,"y3":861},"charText":"干","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":221,"y0":866,"x1":265,"y1":866,"x2":265,"y2":907,"x3":220,"y3":907},"charText":"風","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":165,"y0":29,"x1":212,"y1":30,"x2":213,"y2":72,"x3":166,"y3":72},"charText":"流","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":168,"y0":73,"x1":212,"y1":73,"x2":212,"y2":117,"x3":168,"y3":117},"charText":"𡨚","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":168,"y0":117,"x1":215,"y1":118,"x2":214,"y2":165,"x3":168,"y3":164},"charText":"家","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":167,"y0":167,"x1":211,"y1":168,"x2":211,"y2":207,"x3":166,"y3":206},"charText":"尚","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":167,"y0":206,"x1":213,"y1":207,"x2":212,"y2":251,"x3":166,"y3":251},"charText":"未","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":163,"y0":252,"x1":212,"y1":252,"x2":211,"y2":295,"x3":162,"y3":294},"charText":"投","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":164,"y0":296,"x1":208,"y1":296,"x2":207,"y2":338,"x3":164,"y3":337},"charText":"胎","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":165,"y0":345,"x1":210,"y1":346,"x2":210,"y2":372,"x3":165,"y3":372},"charText":"入","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":162,"y0":380,"x1":213,"y1":380,"x2":213,"y2":420,"x3":162,"y3":420},"charText":"世","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":159,"y0":424,"x1":211,"y1":424,"x2":210,"y2":470,"x3":159,"y3":470},"charText":"趂","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":164,"y0":471,"x1":210,"y1":471,"x2":210,"y2":511,"x3":163,"y3":510},"charText":"此","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":160,"y0":512,"x1":209,"y1":512,"x2":209,"y2":560,"x3":160,"y3":560},"charText":"機","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":161,"y0":561,"x1":213,"y1":561,"x2":213,"y2":606,"x3":161,"y3":605},"charText":"會","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":159,"y0":606,"x1":211,"y1":606,"x2":210,"y2":645,"x3":159,"y3":645},"charText":"就","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":163,"y0":646,"x1":208,"y1":646,"x2":208,"y2":694,"x3":162,"y3":694},"charText":"将","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":162,"y0":695,"x1":210,"y1":695,"x2":210,"y2":732,"x3":162,"y3":732},"charText":"此","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":159,"y0":731,"x1":212,"y1":732,"x2":211,"y2":779,"x3":158,"y3":779},"charText":"蠢","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":162,"y0":780,"x1":205,"y1":780,"x2":205,"y2":819,"x3":161,"y3":819},"charText":"物","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":161,"y0":818,"x1":202,"y1":818,"x2":202,"y2":858,"x3":161,"y3":857},"charText":"夹","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":161,"y0":857,"x1":204,"y1":857,"x2":204,"y2":904,"x3":160,"y3":903},"charText":"帯","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":103,"y0":30,"x1":153,"y1":30,"x2":153,"y2":73,"x3":102,"y3":73},"charText":"於","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":108,"y0":73,"x1":155,"y1":73,"x2":155,"y2":119,"x3":108,"y3":118},"charText":"中","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":102,"y0":118,"x1":153,"y1":118,"x2":153,"y2":161,"x3":101,"y3":160},"charText":"使","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":101,"y0":161,"x1":153,"y1":162,"x2":153,"y2":203,"x3":100,"y3":202},"charText":"他","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":101,"y0":203,"x1":147,"y1":203,"x2":147,"y2":246,"x3":101,"y3":246},"charText":"去","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":102,"y0":252,"x1":149,"y1":252,"x2":148,"y2":292,"x3":102,"y3":292},"charText":"經","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":102,"y0":295,"x1":152,"y1":295,"x2":152,"y2":336,"x3":101,"y3":336},"charText":"歴","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":102,"y0":341,"x1":148,"y1":342,"x2":148,"y2":384,"x3":101,"y3":383},"charText":"那","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":102,"y0":385,"x1":150,"y1":385,"x2":150,"y2":427,"x3":102,"y3":427},"charText":"道","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":103,"y0":430,"x1":152,"y1":431,"x2":152,"y2":464,"x3":102,"y3":464},"charText":"人","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":101,"y0":467,"x1":153,"y1":468,"x2":153,"y2":512,"x3":101,"y3":512},"charText":"道","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":102,"y0":515,"x1":146,"y1":515,"x2":146,"y2":558,"x3":102,"y3":558},"charText":"原","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":102,"y0":558,"x1":151,"y1":559,"x2":150,"y2":606,"x3":101,"y3":606},"charText":"来","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":100,"y0":607,"x1":149,"y1":607,"x2":148,"y2":648,"x3":100,"y3":647},"charText":"近","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":111,"y0":652,"x1":140,"y1":652,"x2":140,"y2":688,"x3":111,"y3":687},"charText":"日","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":103,"y0":692,"x1":147,"y1":692,"x2":147,"y2":732,"x3":103,"y3":732},"charText":"風","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":102,"y0":733,"x1":148,"y1":733,"x2":148,"y2":774,"x3":102,"y3":774},"charText":"流","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":102,"y0":775,"x1":147,"y1":775,"x2":147,"y2":819,"x3":102,"y3":819},"charText":"𡨚","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":101,"y0":819,"x1":150,"y1":819,"x2":150,"y2":867,"x3":100,"y3":867},"charText":"孽","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":102,"y0":871,"x1":149,"y1":871,"x2":148,"y2":906,"x3":101,"y3":906},"charText":"又","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":43,"y0":30,"x1":90,"y1":30,"x2":90,"y2":74,"x3":42,"y3":73},"charText":"将","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":74,"x1":90,"y1":74,"x2":90,"y2":116,"x3":40,"y3":116},"charText":"造","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":37,"y0":116,"x1":91,"y1":117,"x2":91,"y2":159,"x3":36,"y3":158},"charText":"刼","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":162,"x1":89,"y1":162,"x2":88,"y2":204,"x3":40,"y3":204},"charText":"歴","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":39,"y0":206,"x1":87,"y1":206,"x2":87,"y2":246,"x3":39,"y3":246},"charText":"世","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":39,"y0":247,"x1":86,"y1":247,"x2":86,"y2":292,"x3":39,"y3":292},"charText":"去","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":41,"y0":296,"x1":83,"y1":297,"x2":83,"y2":333,"x3":41,"y3":333},"charText":"不","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":333,"x1":88,"y1":333,"x2":88,"y2":377,"x3":40,"y3":377},"charText":"成","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":41,"y0":383,"x1":87,"y1":384,"x2":87,"y2":421,"x3":41,"y3":421},"charText":"但","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":425,"x1":83,"y1":425,"x2":83,"y2":465,"x3":40,"y3":465},"charText":"不","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":35,"y0":469,"x1":87,"y1":470,"x2":87,"y2":508,"x3":35,"y3":508},"charText":"知","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":512,"x1":91,"y1":512,"x2":90,"y2":558,"x3":40,"y3":558},"charText":"落","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":38,"y0":560,"x1":90,"y1":560,"x2":90,"y2":601,"x3":38,"y3":601},"charText":"於","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":37,"y0":603,"x1":87,"y1":604,"x2":87,"y2":646,"x3":36,"y3":645},"charText":"何","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":37,"y0":646,"x1":82,"y1":647,"x2":82,"y2":687,"x3":37,"y3":687},"charText":"方","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":36,"y0":692,"x1":87,"y1":692,"x2":87,"y2":736,"x3":36,"y3":735},"charText":"何","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":38,"y0":735,"x1":91,"y1":736,"x2":91,"y2":780,"x3":38,"y3":780},"charText":"處","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":38,"y0":781,"x1":86,"y1":781,"x2":86,"y2":821,"x3":38,"y3":820},"charText":"那","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":37,"y0":820,"x1":82,"y1":821,"x2":82,"y2":863,"x3":36,"y3":863},"charText":"僧","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":38,"y0":862,"x1":87,"y1":863,"x2":86,"y2":907,"x3":37,"y3":906},"charText":"笑","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":2,"y0":37,"x1":29,"y1":37,"x2":29,"y2":64,"x3":2,"y3":64},"charText":"云","textlineId":9,"picUri":"","isPicText":false},{"charPoly":{"x0":7,"y0":130,"x1":27,"y1":130,"x2":26,"y2":157,"x3":7,"y3":158},"charText":"巳","textlineId":9,"picUri":"","isPicText":false}]},"7501933907890454569":{"wordBoxList":[{"charPoly":{"x0":511,"y0":44,"x1":562,"y1":44,"x2":562,"y2":87,"x3":511,"y3":87},"charText":"道","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":333,"y0":621,"x1":382,"y1":621,"x2":382,"y2":654,"x3":333,"y3":654},"charText":"日","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":512,"y0":89,"x1":561,"y1":89,"x2":561,"y2":126,"x3":512,"y3":126},"charText":"此","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":514,"y0":125,"x1":556,"y1":125,"x2":556,"y2":179,"x3":515,"y3":179},"charText":"事","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":511,"y0":180,"x1":561,"y1":180,"x2":562,"y2":220,"x3":512,"y3":220},"charText":"説","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":515,"y0":220,"x1":562,"y1":219,"x2":562,"y2":269,"x3":515,"y3":269},"charText":"来","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":512,"y0":271,"x1":561,"y1":271,"x2":561,"y2":311,"x3":512,"y3":311},"charText":"好","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":517,"y0":312,"x1":565,"y1":312,"x2":565,"y2":356,"x3":517,"y3":356},"charText":"笑","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":515,"y0":355,"x1":563,"y1":355,"x2":563,"y2":399,"x3":515,"y3":399},"charText":"竟","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":517,"y0":401,"x1":565,"y1":400,"x2":565,"y2":443,"x3":517,"y3":444},"charText":"是","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":517,"y0":444,"x1":559,"y1":444,"x2":559,"y2":486,"x3":517,"y3":486},"charText":"千","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":519,"y0":489,"x1":561,"y1":488,"x2":562,"y2":527,"x3":520,"y3":528},"charText":"古","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":522,"y0":530,"x1":566,"y1":529,"x2":566,"y2":576,"x3":522,"y3":576},"charText":"未","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":523,"y0":580,"x1":562,"y1":579,"x2":562,"y2":622,"x3":524,"y3":622},"charText":"聞","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":522,"y0":623,"x1":564,"y1":624,"x2":564,"y2":666,"x3":522,"y3":666},"charText":"的","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":521,"y0":667,"x1":564,"y1":668,"x2":564,"y2":708,"x3":521,"y3":708},"charText":"罕","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":521,"y0":708,"x1":569,"y1":708,"x2":569,"y2":760,"x3":521,"y3":760},"charText":"事","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":525,"y0":762,"x1":564,"y1":762,"x2":563,"y2":795,"x3":525,"y3":795},"charText":"只","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":526,"y0":797,"x1":563,"y1":797,"x2":562,"y2":839,"x3":525,"y3":839},"charText":"因","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":524,"y0":841,"x1":563,"y1":842,"x2":563,"y2":878,"x3":524,"y3":877},"charText":"西","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":520,"y0":883,"x1":561,"y1":884,"x2":561,"y2":924,"x3":519,"y3":924},"charText":"方","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":452,"y0":45,"x1":497,"y1":45,"x2":497,"y2":95,"x3":452,"y3":95},"charText":"靈","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":453,"y0":97,"x1":497,"y1":97,"x2":497,"y2":136,"x3":453,"y3":136},"charText":"河","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":452,"y0":135,"x1":496,"y1":135,"x2":496,"y2":186,"x3":452,"y3":186},"charText":"岸","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":453,"y0":190,"x1":504,"y1":190,"x2":504,"y2":223,"x3":453,"y3":223},"charText":"上","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":455,"y0":230,"x1":500,"y1":229,"x2":500,"y2":263,"x3":455,"y3":264},"charText":"三","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":455,"y0":266,"x1":500,"y1":266,"x2":500,"y2":307,"x3":455,"y3":307},"charText":"生","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":453,"y0":314,"x1":497,"y1":314,"x2":497,"y2":351,"x3":453,"y3":351},"charText":"石","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":455,"y0":353,"x1":504,"y1":353,"x2":504,"y2":399,"x3":455,"y3":399},"charText":"畔","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":477,"y0":407,"x1":505,"y1":407,"x2":505,"y2":438,"x3":477,"y3":438},"charText":"妙","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":483,"y0":448,"x1":507,"y1":448,"x2":508,"y2":478,"x3":484,"y3":478},"charText":"所","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":482,"y0":492,"x1":508,"y1":492,"x2":508,"y2":522,"x3":483,"y3":522},"charText":"謂","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":485,"y0":537,"x1":509,"y1":536,"x2":509,"y2":563,"x3":485,"y3":563},"charText":"三","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":486,"y0":579,"x1":510,"y1":578,"x2":510,"y2":609,"x3":486,"y3":609},"charText":"生","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":482,"y0":628,"x1":508,"y1":628,"x2":508,"y2":655,"x3":482,"y3":656},"charText":"石","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":485,"y0":670,"x1":509,"y1":670,"x2":508,"y2":696,"x3":485,"y3":697},"charText":"上","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":451,"y0":405,"x1":474,"y1":405,"x2":475,"y2":437,"x3":451,"y3":437},"charText":"舊","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":451,"y0":446,"x1":479,"y1":445,"x2":480,"y2":481,"x3":452,"y3":482},"charText":"精","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":454,"y0":491,"x1":480,"y1":490,"x2":480,"y2":523,"x3":454,"y3":524},"charText":"䰟","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":453,"y0":536,"x1":481,"y1":536,"x2":482,"y2":564,"x3":454,"y3":564},"charText":"也","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":453,"y0":582,"x1":483,"y1":582,"x2":484,"y2":610,"x3":454,"y3":611},"charText":"全","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":454,"y0":626,"x1":478,"y1":626,"x2":478,"y2":655,"x3":455,"y3":655},"charText":"用","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":454,"y0":672,"x1":480,"y1":672,"x2":481,"y2":697,"x3":454,"y3":697},"charText":"幻","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":458,"y0":706,"x1":500,"y1":706,"x2":499,"y2":754,"x3":458,"y3":754},"charText":"有","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":458,"y0":757,"x1":506,"y1":757,"x2":505,"y2":802,"x3":458,"y3":801},"charText":"絳","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":457,"y0":803,"x1":506,"y1":803,"x2":506,"y2":841,"x3":457,"y3":840},"charText":"珠","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":457,"y0":841,"x1":501,"y1":841,"x2":500,"y2":891,"x3":457,"y3":891},"charText":"草","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":458,"y0":899,"x1":504,"y1":900,"x2":505,"y2":917,"x3":458,"y3":917},"charText":"一","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":392,"y0":44,"x1":442,"y1":45,"x2":442,"y2":92,"x3":391,"y3":92},"charText":"株","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":416,"y0":98,"x1":441,"y1":98,"x2":441,"y2":126,"x3":416,"y3":126},"charText":"㸃","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":415,"y0":140,"x1":443,"y1":139,"x2":443,"y2":167,"x3":415,"y3":167},"charText":"紅","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":418,"y0":181,"x1":443,"y1":181,"x2":443,"y2":211,"x3":418,"y3":211},"charText":"字","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":416,"y0":276,"x1":441,"y1":276,"x2":441,"y2":301,"x3":416,"y3":301},"charText":"細","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":418,"y0":317,"x1":442,"y1":317,"x2":443,"y2":344,"x3":419,"y3":344},"charText":"思","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":415,"y0":357,"x1":444,"y1":358,"x2":444,"y2":391,"x3":415,"y3":391},"charText":"絳","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":416,"y0":403,"x1":444,"y1":403,"x2":444,"y2":435,"x3":416,"y3":435},"charText":"珠","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":390,"y0":99,"x1":412,"y1":99,"x2":412,"y2":124,"x3":390,"y3":124},"charText":"二","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":389,"y0":138,"x1":413,"y1":138,"x2":412,"y2":169,"x3":389,"y3":170},"charText":"字","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":389,"y0":180,"x1":414,"y1":180,"x2":415,"y2":210,"x3":389,"y3":210},"charText":"豈","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":388,"y0":229,"x1":414,"y1":229,"x2":414,"y2":259,"x3":389,"y3":259},"charText":"非","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":389,"y0":276,"x1":413,"y1":275,"x2":413,"y2":299,"x3":389,"y3":299},"charText":"血","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":388,"y0":315,"x1":416,"y1":315,"x2":417,"y2":345,"x3":389,"y3":345},"charText":"淚","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":389,"y0":357,"x1":413,"y1":357,"x2":413,"y2":390,"x3":390,"y3":390},"charText":"乎","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":397,"y0":439,"x1":439,"y1":439,"x2":440,"y2":488,"x3":397,"y3":488},"charText":"時","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":396,"y0":489,"x1":437,"y1":488,"x2":438,"y2":532,"x3":397,"y3":532},"charText":"有","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":397,"y0":533,"x1":440,"y1":533,"x2":440,"y2":578,"x3":398,"y3":579},"charText":"赤","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":396,"y0":583,"x1":445,"y1":583,"x2":445,"y2":620,"x3":397,"y3":620},"charText":"瑕","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":400,"y0":623,"x1":441,"y1":623,"x2":441,"y2":660,"x3":401,"y3":661},"charText":"宫","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":420,"y0":672,"x1":447,"y1":672,"x2":447,"y2":700,"x3":420,"y3":700},"charText":"按","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":420,"y0":716,"x1":447,"y1":716,"x2":447,"y2":744,"x3":421,"y3":744},"charText":"瑕","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":422,"y0":758,"x1":447,"y1":758,"x2":447,"y2":790,"x3":422,"y3":789},"charText":"字","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":424,"y0":801,"x1":448,"y1":801,"x2":448,"y2":831,"x3":424,"y3":831},"charText":"本","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":422,"y0":845,"x1":448,"y1":845,"x2":448,"y2":873,"x3":423,"y3":873},"charText":"註","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":424,"y0":892,"x1":449,"y1":892,"x2":449,"y2":919,"x3":423,"y3":919},"charText":"玉","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":394,"y0":675,"x1":418,"y1":674,"x2":418,"y2":700,"x3":394,"y3":700},"charText":"小","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":394,"y0":712,"x1":418,"y1":712,"x2":418,"y2":744,"x3":394,"y3":744},"charText":"赤","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":394,"y0":758,"x1":421,"y1":758,"x2":421,"y2":786,"x3":394,"y3":786},"charText":"也","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":395,"y0":803,"x1":423,"y1":803,"x2":422,"y2":830,"x3":395,"y3":830},"charText":"又","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":394,"y0":846,"x1":420,"y1":846,"x2":420,"y2":873,"x3":394,"y3":873},"charText":"玉","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":393,"y0":889,"x1":419,"y1":889,"x2":419,"y2":925,"x3":393,"y3":925},"charText":"有","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":358,"y0":50,"x1":384,"y1":51,"x2":383,"y2":82,"x3":358,"y3":81},"charText":"病","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":357,"y0":93,"x1":384,"y1":93,"x2":384,"y2":124,"x3":357,"y3":124},"charText":"者","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":360,"y0":142,"x1":384,"y1":142,"x2":383,"y2":165,"x3":360,"y3":166},"charText":"以","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":359,"y0":184,"x1":384,"y1":184,"x2":384,"y2":209,"x3":359,"y3":209},"charText":"此","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":357,"y0":229,"x1":384,"y1":229,"x2":384,"y2":263,"x3":357,"y3":264},"charText":"命","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":358,"y0":273,"x1":381,"y1":273,"x2":382,"y2":303,"x3":358,"y3":303},"charText":"名","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":356,"y0":316,"x1":382,"y1":316,"x2":382,"y2":345,"x3":356,"y3":345},"charText":"怡","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":327,"y0":49,"x1":356,"y1":49,"x2":356,"y2":80,"x3":327,"y3":79},"charText":"極","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":330,"y0":140,"x1":358,"y1":140,"x2":357,"y2":167,"x3":330,"y3":167},"charText":"點","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":329,"y0":185,"x1":356,"y1":185,"x2":357,"y2":210,"x3":329,"y3":209},"charText":"紅","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":330,"y0":229,"x1":355,"y1":229,"x2":355,"y2":260,"x3":330,"y3":260},"charText":"字","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":331,"y0":277,"x1":355,"y1":277,"x2":355,"y2":300,"x3":331,"y3":300},"charText":"二","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":331,"y0":352,"x1":377,"y1":352,"x2":377,"y2":398,"x3":331,"y3":398},"charText":"神","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":334,"y0":401,"x1":378,"y1":401,"x2":379,"y2":440,"x3":334,"y3":440},"charText":"瑛","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":333,"y0":440,"x1":381,"y1":440,"x2":382,"y2":482,"x3":334,"y3":483},"charText":"使","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":334,"y0":484,"x1":386,"y1":484,"x2":386,"y2":530,"x3":334,"y3":531},"charText":"者","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":360,"y0":540,"x1":386,"y1":539,"x2":387,"y2":570,"x3":361,"y3":570},"charText":"㸃","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":362,"y0":586,"x1":387,"y1":586,"x2":388,"y2":611,"x3":363,"y3":611},"charText":"玉","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":346,"y0":627,"x1":374,"y1":626,"x2":374,"y2":657,"x3":346,"y3":657},"charText":"日","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":332,"y0":541,"x1":358,"y1":540,"x2":358,"y2":573,"x3":332,"y3":573},"charText":"字","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":333,"y0":587,"x1":359,"y1":587,"x2":360,"y2":610,"x3":333,"y3":610},"charText":"二","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":340,"y0":670,"x1":382,"y1":669,"x2":382,"y2":700,"x3":340,"y3":701},"charText":"以","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":339,"y0":709,"x1":381,"y1":709,"x2":381,"y2":748,"x3":339,"y3":748},"charText":"甘","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":340,"y0":754,"x1":386,"y1":754,"x2":386,"y2":796,"x3":340,"y3":796},"charText":"露","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":341,"y0":797,"x1":384,"y1":797,"x2":384,"y2":840,"x3":341,"y3":840},"charText":"灌","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":338,"y0":843,"x1":388,"y1":844,"x2":388,"y2":883,"x3":338,"y3":882},"charText":"溉","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":338,"y0":885,"x1":381,"y1":885,"x2":381,"y2":926,"x3":337,"y3":926},"charText":"這","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":272,"y0":46,"x1":321,"y1":46,"x2":321,"y2":92,"x3":272,"y3":92},"charText":"絳","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":272,"y0":94,"x1":319,"y1":94,"x2":319,"y2":136,"x3":272,"y3":135},"charText":"珠","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":271,"y0":136,"x1":316,"y1":136,"x2":316,"y2":183,"x3":271,"y3":183},"charText":"草","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":271,"y0":184,"x1":317,"y1":184,"x2":317,"y2":220,"x3":271,"y3":220},"charText":"始","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":272,"y0":224,"x1":320,"y1":224,"x2":319,"y2":271,"x3":272,"y3":271},"charText":"得","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":277,"y0":272,"x1":320,"y1":272,"x2":320,"y2":309,"x3":277,"y3":309},"charText":"乆","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":272,"y0":313,"x1":319,"y1":313,"x2":319,"y2":353,"x3":272,"y3":353},"charText":"延","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":275,"y0":354,"x1":321,"y1":353,"x2":321,"y2":400,"x3":275,"y3":400},"charText":"嵗","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":278,"y0":401,"x1":324,"y1":401,"x2":324,"y2":444,"x3":279,"y3":444},"charText":"月","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":275,"y0":444,"x1":322,"y1":444,"x2":322,"y2":485,"x3":276,"y3":485},"charText":"後","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":278,"y0":485,"x1":324,"y1":485,"x2":324,"y2":534,"x3":278,"y3":534},"charText":"来","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":280,"y0":538,"x1":324,"y1":537,"x2":324,"y2":576,"x3":280,"y3":576},"charText":"既","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":280,"y0":577,"x1":324,"y1":577,"x2":324,"y2":622,"x3":280,"y3":622},"charText":"受","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":279,"y0":624,"x1":326,"y1":624,"x2":326,"y2":661,"x3":279,"y3":661},"charText":"天","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":277,"y0":663,"x1":325,"y1":663,"x2":326,"y2":703,"x3":277,"y3":703},"charText":"地","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":274,"y0":704,"x1":324,"y1":705,"x2":323,"y2":753,"x3":274,"y3":753},"charText":"精","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":276,"y0":753,"x1":327,"y1":753,"x2":327,"y2":798,"x3":276,"y3":798},"charText":"華","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":277,"y0":801,"x1":325,"y1":801,"x2":325,"y2":843,"x3":277,"y3":843},"charText":"復","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":280,"y0":843,"x1":323,"y1":844,"x2":323,"y2":889,"x3":280,"y3":889},"charText":"得","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":281,"y0":893,"x1":322,"y1":893,"x2":321,"y2":929,"x3":281,"y3":929},"charText":"雨","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":215,"y0":45,"x1":263,"y1":45,"x2":263,"y2":89,"x3":214,"y3":89},"charText":"露","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":217,"y0":90,"x1":260,"y1":90,"x2":260,"y2":130,"x3":217,"y3":130},"charText":"滋","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":216,"y0":131,"x1":263,"y1":131,"x2":262,"y2":179,"x3":215,"y3":179},"charText":"養","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":214,"y0":179,"x1":261,"y1":179,"x2":261,"y2":223,"x3":214,"y3":223},"charText":"遂","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":214,"y0":224,"x1":260,"y1":224,"x2":260,"y2":269,"x3":213,"y3":269},"charText":"得","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":216,"y0":272,"x1":262,"y1":272,"x2":262,"y2":312,"x3":216,"y3":312},"charText":"脱","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":214,"y0":314,"x1":260,"y1":314,"x2":260,"y2":353,"x3":214,"y3":353},"charText":"却","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":215,"y0":356,"x1":258,"y1":356,"x2":258,"y2":401,"x3":215,"y3":401},"charText":"草","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":218,"y0":402,"x1":261,"y1":402,"x2":261,"y2":441,"x3":219,"y3":441},"charText":"胎","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":220,"y0":442,"x1":263,"y1":441,"x2":263,"y2":483,"x3":220,"y3":483},"charText":"木","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":222,"y0":483,"x1":265,"y1":483,"x2":265,"y2":531,"x3":222,"y3":531},"charText":"質","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":217,"y0":533,"x1":262,"y1":533,"x2":262,"y2":579,"x3":218,"y3":579},"charText":"得","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":218,"y0":579,"x1":264,"y1":579,"x2":264,"y2":621,"x3":218,"y3":621},"charText":"換","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":219,"y0":626,"x1":267,"y1":626,"x2":267,"y2":659,"x3":219,"y3":659},"charText":"人","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":218,"y0":662,"x1":266,"y1":662,"x2":267,"y2":708,"x3":218,"y3":708},"charText":"形","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":218,"y0":710,"x1":261,"y1":710,"x2":261,"y2":753,"x3":218,"y3":753},"charText":"僅","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":219,"y0":754,"x1":266,"y1":754,"x2":266,"y2":795,"x3":219,"y3":795},"charText":"修","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":221,"y0":796,"x1":266,"y1":796,"x2":266,"y2":838,"x3":221,"y3":837},"charText":"成","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":218,"y0":840,"x1":262,"y1":841,"x2":262,"y2":880,"x3":218,"y3":879},"charText":"個","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":217,"y0":884,"x1":264,"y1":885,"x2":263,"y2":923,"x3":216,"y3":923},"charText":"女","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":154,"y0":44,"x1":203,"y1":44,"x2":203,"y2":88,"x3":154,"y3":88},"charText":"體","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":156,"y0":91,"x1":203,"y1":92,"x2":202,"y2":134,"x3":156,"y3":134},"charText":"終","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":162,"y0":137,"x1":192,"y1":137,"x2":193,"y2":172,"x3":163,"y3":172},"charText":"曰","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":154,"y0":175,"x1":202,"y1":175,"x2":202,"y2":219,"x3":154,"y3":219},"charText":"逰","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":153,"y0":222,"x1":203,"y1":222,"x2":203,"y2":266,"x3":153,"y3":265},"charText":"於","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":155,"y0":267,"x1":202,"y1":268,"x2":202,"y2":313,"x3":155,"y3":313},"charText":"離","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":157,"y0":314,"x1":205,"y1":314,"x2":205,"y2":357,"x3":157,"y3":356},"charText":"恨","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":158,"y0":358,"x1":203,"y1":359,"x2":203,"y2":396,"x3":158,"y3":396},"charText":"天","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":159,"y0":396,"x1":205,"y1":396,"x2":205,"y2":440,"x3":159,"y3":440},"charText":"外","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":153,"y0":440,"x1":204,"y1":440,"x2":204,"y2":486,"x3":153,"y3":486},"charText":"饑","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":157,"y0":487,"x1":199,"y1":487,"x2":199,"y2":532,"x3":158,"y3":532},"charText":"則","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":155,"y0":532,"x1":206,"y1":532,"x2":206,"y2":578,"x3":155,"y3":578},"charText":"食","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":159,"y0":579,"x1":201,"y1":579,"x2":201,"y2":621,"x3":159,"y3":621},"charText":"蜜","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":158,"y0":621,"x1":201,"y1":621,"x2":202,"y2":667,"x3":158,"y3":667},"charText":"青","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":158,"y0":671,"x1":200,"y1":671,"x2":201,"y2":715,"x3":158,"y3":715},"charText":"菓","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":158,"y0":715,"x1":205,"y1":715,"x2":205,"y2":756,"x3":158,"y3":756},"charText":"為","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":161,"y0":757,"x1":207,"y1":757,"x2":207,"y2":798,"x3":161,"y3":798},"charText":"膳","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":161,"y0":800,"x1":202,"y1":800,"x2":202,"y2":843,"x3":161,"y3":842},"charText":"渇","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":160,"y0":844,"x1":200,"y1":844,"x2":200,"y2":886,"x3":160,"y3":885},"charText":"則","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":157,"y0":886,"x1":203,"y1":887,"x2":203,"y2":929,"x3":157,"y3":929},"charText":"飲","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":95,"y0":44,"x1":139,"y1":44,"x2":139,"y2":90,"x3":95,"y3":90},"charText":"灌","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":93,"y0":90,"x1":141,"y1":90,"x2":141,"y2":133,"x3":92,"y3":133},"charText":"愁","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":96,"y0":134,"x1":142,"y1":134,"x2":142,"y2":180,"x3":96,"y3":181},"charText":"海","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":95,"y0":181,"x1":142,"y1":181,"x2":142,"y2":222,"x3":95,"y3":222},"charText":"水","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":98,"y0":223,"x1":141,"y1":223,"x2":142,"y2":268,"x3":98,"y3":268},"charText":"為","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":98,"y0":269,"x1":144,"y1":269,"x2":144,"y2":314,"x3":97,"y3":314},"charText":"湯","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":98,"y0":317,"x1":138,"y1":317,"x2":137,"y2":352,"x3":98,"y3":352},"charText":"只","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":100,"y0":355,"x1":136,"y1":355,"x2":136,"y2":396,"x3":100,"y3":396},"charText":"因","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":98,"y0":396,"x1":142,"y1":396,"x2":142,"y2":437,"x3":98,"y3":437},"charText":"尚","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":97,"y0":437,"x1":143,"y1":437,"x2":143,"y2":485,"x3":97,"y3":486},"charText":"未","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":95,"y0":487,"x1":142,"y1":487,"x2":142,"y2":530,"x3":95,"y3":530},"charText":"酬","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":94,"y0":531,"x1":142,"y1":531,"x2":142,"y2":577,"x3":94,"y3":578},"charText":"報","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":97,"y0":578,"x1":141,"y1":578,"x2":141,"y2":623,"x3":98,"y3":623},"charText":"灌","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":98,"y0":625,"x1":145,"y1":625,"x2":145,"y2":663,"x3":98,"y3":663},"charText":"溉","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":98,"y0":667,"x1":145,"y1":667,"x2":145,"y2":704,"x3":98,"y3":704},"charText":"之","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":97,"y0":706,"x1":147,"y1":706,"x2":147,"y2":752,"x3":97,"y3":752},"charText":"德","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":100,"y0":754,"x1":146,"y1":754,"x2":146,"y2":795,"x3":100,"y3":795},"charText":"故","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":98,"y0":795,"x1":144,"y1":796,"x2":144,"y2":839,"x3":98,"y3":839},"charText":"其","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":99,"y0":840,"x1":143,"y1":840,"x2":142,"y2":883,"x3":99,"y3":883},"charText":"在","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":99,"y0":889,"x1":144,"y1":890,"x2":144,"y2":924,"x3":99,"y3":924},"charText":"五","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":34,"y0":45,"x1":75,"y1":45,"x2":75,"y2":86,"x3":34,"y3":86},"charText":"内","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":29,"y0":88,"x1":79,"y1":88,"x2":79,"y2":128,"x3":29,"y3":128},"charText":"便","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":29,"y0":128,"x1":77,"y1":128,"x2":76,"y2":182,"x3":29,"y3":182},"charText":"鬱","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":30,"y0":184,"x1":73,"y1":184,"x2":73,"y2":225,"x3":30,"y3":225},"charText":"結","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":31,"y0":226,"x1":77,"y1":226,"x2":77,"y2":268,"x3":30,"y3":268},"charText":"成","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":29,"y0":279,"x1":76,"y1":280,"x2":76,"y2":297,"x3":29,"y3":296},"charText":"一","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":25,"y0":307,"x1":78,"y1":308,"x2":78,"y2":352,"x3":25,"y3":352},"charText":"投","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":28,"y0":353,"x1":76,"y1":354,"x2":76,"y2":396,"x3":28,"y3":396},"charText":"纒","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":29,"y0":396,"x1":73,"y1":397,"x2":73,"y2":442,"x3":29,"y3":441},"charText":"綿","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":30,"y0":447,"x1":72,"y1":447,"x2":72,"y2":484,"x3":31,"y3":485},"charText":"不","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":29,"y0":488,"x1":77,"y1":487,"x2":77,"y2":534,"x3":29,"y3":534},"charText":"舒","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":31,"y0":539,"x1":80,"y1":539,"x2":81,"y2":573,"x3":31,"y3":574},"charText":"之","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":32,"y0":576,"x1":84,"y1":575,"x2":84,"y2":621,"x3":32,"y3":621},"charText":"意","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":33,"y0":623,"x1":80,"y1":622,"x2":81,"y2":665,"x3":33,"y3":665},"charText":"近","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":42,"y0":671,"x1":72,"y1":671,"x2":72,"y2":705,"x3":42,"y3":706},"charText":"日","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":32,"y0":710,"x1":79,"y1":709,"x2":80,"y2":752,"x3":32,"y3":753},"charText":"這","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":32,"y0":753,"x1":79,"y1":753,"x2":79,"y2":799,"x3":32,"y3":799},"charText":"神","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":35,"y0":801,"x1":79,"y1":800,"x2":80,"y2":841,"x3":36,"y3":842},"charText":"瑛","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":33,"y0":842,"x1":85,"y1":841,"x2":86,"y2":883,"x3":33,"y3":884},"charText":"使","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":32,"y0":884,"x1":89,"y1":883,"x2":89,"y2":928,"x3":32,"y3":928},"charText":"都","textlineId":8,"picUri":"","isPicText":false}]},"7501933907890470953":{"wordBoxList":[{"charPoly":{"x0":534,"y0":79,"x1":563,"y1":79,"x2":561,"y2":100,"x3":533,"y3":99},"charText":"說","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":535,"y0":123,"x1":563,"y1":122,"x2":563,"y2":148,"x3":535,"y3":148},"charText":"無","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":543,"y0":187,"x1":584,"y1":188,"x2":584,"y2":226,"x3":543,"y3":225},"charText":"凡","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":542,"y0":235,"x1":583,"y1":236,"x2":584,"y2":263,"x3":542,"y3":263},"charText":"心","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":536,"y0":272,"x1":585,"y1":273,"x2":585,"y2":313,"x3":536,"y3":312},"charText":"偶","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":538,"y0":315,"x1":587,"y1":316,"x2":586,"y2":359,"x3":537,"y3":358},"charText":"熾","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":536,"y0":360,"x1":584,"y1":361,"x2":584,"y2":408,"x3":536,"y3":407},"charText":"乗","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":538,"y0":409,"x1":583,"y1":410,"x2":583,"y2":448,"x3":537,"y3":448},"charText":"此","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":541,"y0":451,"x1":578,"y1":452,"x2":578,"y2":493,"x3":541,"y3":492},"charText":"昌","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":538,"y0":494,"x1":580,"y1":495,"x2":580,"y2":538,"x3":538,"y3":537},"charText":"明","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":537,"y0":538,"x1":582,"y1":539,"x2":582,"y2":580,"x3":536,"y3":579},"charText":"太","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":533,"y0":582,"x1":576,"y1":582,"x2":576,"y2":626,"x3":532,"y3":625},"charText":"平","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":531,"y0":625,"x1":578,"y1":626,"x2":578,"y2":672,"x3":530,"y3":672},"charText":"朝","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":533,"y0":674,"x1":582,"y1":674,"x2":582,"y2":712,"x3":533,"y3":712},"charText":"世","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":532,"y0":713,"x1":577,"y1":714,"x2":577,"y2":761,"x3":532,"y3":760},"charText":"意","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":531,"y0":763,"x1":578,"y1":764,"x2":577,"y2":802,"x3":531,"y3":801},"charText":"欲","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":533,"y0":806,"x1":574,"y1":806,"x2":574,"y2":845,"x3":532,"y3":844},"charText":"下","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":536,"y0":851,"x1":579,"y1":852,"x2":579,"y2":889,"x3":536,"y3":888},"charText":"凡","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":529,"y0":889,"x1":576,"y1":890,"x2":576,"y2":935,"x3":528,"y3":934},"charText":"造","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":528,"y0":935,"x1":573,"y1":936,"x2":573,"y2":977,"x3":527,"y3":977},"charText":"歴","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":528,"y0":981,"x1":573,"y1":982,"x2":573,"y2":1014,"x3":528,"y3":1013},"charText":"幻","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":527,"y0":1020,"x1":577,"y1":1021,"x2":577,"y2":1061,"x3":527,"y3":1061},"charText":"縁","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":504,"y0":117,"x1":531,"y1":116,"x2":530,"y2":144,"x3":503,"y3":144},"charText":"若","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":496,"y0":190,"x1":526,"y1":190,"x2":526,"y2":223,"x3":496,"y3":222},"charText":"㸃","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":495,"y0":236,"x1":524,"y1":236,"x2":525,"y2":260,"x3":496,"y3":260},"charText":"幻","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":476,"y0":97,"x1":504,"y1":97,"x2":503,"y2":117,"x3":475,"y3":117},"charText":"人","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":475,"y0":118,"x1":501,"y1":117,"x2":500,"y2":142,"x3":475,"y3":143},"charText":"我","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":471,"y0":189,"x1":495,"y1":189,"x2":495,"y2":223,"x3":471,"y3":223},"charText":"字","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":481,"y0":272,"x1":521,"y1":273,"x2":521,"y2":309,"x3":481,"y3":309},"charText":"已","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":478,"y0":312,"x1":520,"y1":313,"x2":520,"y2":357,"x3":478,"y3":356},"charText":"在","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":476,"y0":357,"x1":522,"y1":358,"x2":521,"y2":408,"x3":475,"y3":407},"charText":"警","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":478,"y0":413,"x1":519,"y1":414,"x2":519,"y2":448,"x3":477,"y3":447},"charText":"幻","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":473,"y0":450,"x1":521,"y1":451,"x2":520,"y2":488,"x3":473,"y3":487},"charText":"仙","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":475,"y0":491,"x1":518,"y1":492,"x2":518,"y2":533,"x3":474,"y3":533},"charText":"子","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":471,"y0":535,"x1":518,"y1":535,"x2":518,"y2":583,"x3":470,"y3":583},"charText":"案","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":471,"y0":584,"x1":518,"y1":585,"x2":518,"y2":630,"x3":471,"y3":630},"charText":"前","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":473,"y0":630,"x1":520,"y1":631,"x2":520,"y2":675,"x3":473,"y3":674},"charText":"掛","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":479,"y0":676,"x1":510,"y1":676,"x2":510,"y2":718,"x3":479,"y3":717},"charText":"了","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":472,"y0":718,"x1":521,"y1":719,"x2":521,"y2":761,"x3":471,"y3":760},"charText":"號","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":473,"y0":760,"x1":515,"y1":761,"x2":515,"y2":811,"x3":472,"y3":810},"charText":"警","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":472,"y0":815,"x1":515,"y1":816,"x2":514,"y2":849,"x3":472,"y3":848},"charText":"幻","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":470,"y0":850,"x1":514,"y1":851,"x2":513,"y2":891,"x3":470,"y3":890},"charText":"亦","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":475,"y0":892,"x1":510,"y1":892,"x2":510,"y2":937,"x3":475,"y3":937},"charText":"曽","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":473,"y0":939,"x1":512,"y1":939,"x2":512,"y2":979,"x3":473,"y3":979},"charText":"問","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":470,"y0":978,"x1":515,"y1":979,"x2":515,"y2":1016,"x3":470,"y3":1016},"charText":"及","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":469,"y0":1016,"x1":513,"y1":1017,"x2":512,"y2":1063,"x3":468,"y3":1062},"charText":"灌","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":438,"y0":97,"x1":471,"y1":97,"x2":472,"y2":121,"x3":439,"y3":121},"charText":"走","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":444,"y0":123,"x1":469,"y1":122,"x2":468,"y2":139,"x3":443,"y3":141},"charText":"一","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":415,"y0":188,"x1":464,"y1":189,"x2":464,"y2":227,"x3":415,"y3":227},"charText":"溉","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":415,"y0":232,"x1":462,"y1":233,"x2":462,"y2":264,"x3":415,"y3":264},"charText":"之","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":417,"y0":265,"x1":460,"y1":265,"x2":460,"y2":315,"x3":417,"y3":315},"charText":"情","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":417,"y0":314,"x1":462,"y1":315,"x2":462,"y2":360,"x3":417,"y3":359},"charText":"未","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":415,"y0":360,"x1":464,"y1":361,"x2":464,"y2":407,"x3":414,"y3":407},"charText":"償","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":412,"y0":406,"x1":461,"y1":407,"x2":461,"y2":449,"x3":412,"y3":448},"charText":"趂","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":416,"y0":450,"x1":462,"y1":450,"x2":462,"y2":487,"x3":416,"y3":486},"charText":"此","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":414,"y0":489,"x1":458,"y1":490,"x2":458,"y2":535,"x3":414,"y3":535},"charText":"到","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":414,"y0":538,"x1":458,"y1":539,"x2":458,"y2":581,"x3":414,"y3":580},"charText":"可","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":420,"y0":582,"x1":451,"y1":582,"x2":451,"y2":624,"x3":420,"y3":623},"charText":"了","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":414,"y0":624,"x1":457,"y1":624,"x2":457,"y2":664,"x3":414,"y3":664},"charText":"結","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":415,"y0":667,"x1":461,"y1":667,"x2":461,"y2":713,"x3":415,"y3":713},"charText":"的","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":410,"y0":716,"x1":457,"y1":717,"x2":457,"y2":758,"x3":409,"y3":757},"charText":"那","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":410,"y0":760,"x1":460,"y1":761,"x2":459,"y2":807,"x3":410,"y3":806},"charText":"絳","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":409,"y0":806,"x1":458,"y1":807,"x2":458,"y2":851,"x3":409,"y3":850},"charText":"珠","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":407,"y0":851,"x1":455,"y1":852,"x2":455,"y2":889,"x3":406,"y3":888},"charText":"仙","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":409,"y0":891,"x1":452,"y1":892,"x2":451,"y2":932,"x3":409,"y3":931},"charText":"子","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":408,"y0":932,"x1":457,"y1":933,"x2":457,"y2":974,"x3":407,"y3":973},"charText":"道","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":405,"y0":975,"x1":456,"y1":975,"x2":455,"y2":1016,"x3":405,"y3":1015},"charText":"他","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":406,"y0":1019,"x1":452,"y1":1020,"x2":451,"y2":1063,"x3":406,"y3":1062},"charText":"是","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":355,"y0":184,"x1":399,"y1":184,"x2":400,"y2":226,"x3":355,"y3":226},"charText":"甘","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":356,"y0":228,"x1":403,"y1":229,"x2":403,"y2":272,"x3":356,"y3":272},"charText":"露","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":355,"y0":277,"x1":402,"y1":277,"x2":402,"y2":311,"x3":355,"y3":310},"charText":"之","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":356,"y0":314,"x1":403,"y1":315,"x2":402,"y2":358,"x3":356,"y3":357},"charText":"惠","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":354,"y0":358,"x1":401,"y1":359,"x2":401,"y2":402,"x3":354,"y3":401},"charText":"我","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":352,"y0":403,"x1":399,"y1":404,"x2":399,"y2":444,"x3":351,"y3":443},"charText":"並","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":351,"y0":445,"x1":401,"y1":446,"x2":401,"y2":489,"x3":350,"y3":489},"charText":"無","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":353,"y0":491,"x1":401,"y1":491,"x2":400,"y2":533,"x3":352,"y3":532},"charText":"水","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":351,"y0":535,"x1":398,"y1":536,"x2":398,"y2":580,"x3":351,"y3":579},"charText":"可","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":351,"y0":582,"x1":402,"y1":582,"x2":402,"y2":625,"x3":351,"y3":624},"charText":"還","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":350,"y0":625,"x1":400,"y1":625,"x2":400,"y2":666,"x3":350,"y3":666},"charText":"他","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":353,"y0":671,"x1":399,"y1":672,"x2":399,"y2":712,"x3":352,"y3":711},"charText":"既","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":351,"y0":716,"x1":393,"y1":716,"x2":393,"y2":757,"x3":351,"y3":756},"charText":"下","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":349,"y0":758,"x1":395,"y1":759,"x2":395,"y2":798,"x3":349,"y3":797},"charText":"世","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":350,"y0":802,"x1":397,"y1":802,"x2":396,"y2":848,"x3":350,"y3":848},"charText":"為","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":351,"y0":851,"x1":398,"y1":852,"x2":397,"y2":886,"x3":350,"y3":885},"charText":"人","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":349,"y0":887,"x1":396,"y1":888,"x2":396,"y2":934,"x3":348,"y3":933},"charText":"我","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":350,"y0":936,"x1":395,"y1":936,"x2":395,"y2":973,"x3":350,"y3":973},"charText":"也","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":346,"y0":974,"x1":392,"y1":975,"x2":392,"y2":1017,"x3":346,"y3":1016},"charText":"去","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":346,"y0":1022,"x1":391,"y1":1023,"x2":391,"y2":1062,"x3":345,"y3":1061},"charText":"下","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":291,"y0":78,"x1":316,"y1":77,"x2":315,"y2":100,"x3":290,"y3":101},"charText":"絳","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":289,"y0":103,"x1":316,"y1":102,"x2":316,"y2":126,"x3":289,"y3":126},"charText":"球","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":291,"y0":126,"x1":317,"y1":124,"x2":317,"y2":150,"x3":290,"y3":151},"charText":"所","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":294,"y0":185,"x1":341,"y1":185,"x2":342,"y2":224,"x3":294,"y3":224},"charText":"世","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":299,"y0":227,"x1":343,"y1":227,"x2":343,"y2":272,"x3":299,"y3":272},"charText":"為","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":297,"y0":275,"x1":345,"y1":276,"x2":345,"y2":311,"x3":297,"y3":310},"charText":"人","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":292,"y0":317,"x1":342,"y1":318,"x2":342,"y2":356,"x3":291,"y3":355},"charText":"但","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":292,"y0":360,"x1":344,"y1":361,"x2":343,"y2":402,"x3":292,"y3":401},"charText":"把","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":294,"y0":402,"x1":341,"y1":402,"x2":340,"y2":447,"x3":293,"y3":447},"charText":"我","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":292,"y0":460,"x1":338,"y1":461,"x2":339,"y2":476,"x3":292,"y3":476},"charText":"一","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":293,"y0":487,"x1":336,"y1":487,"x2":336,"y2":530,"x3":293,"y3":530},"charText":"生","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":291,"y0":534,"x1":338,"y1":535,"x2":338,"y2":580,"x3":291,"y3":579},"charText":"所","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":291,"y0":579,"x1":335,"y1":580,"x2":334,"y2":626,"x3":291,"y3":625},"charText":"有","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":293,"y0":626,"x1":335,"y1":626,"x2":335,"y2":669,"x3":293,"y3":669},"charText":"的","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":292,"y0":672,"x1":338,"y1":672,"x2":338,"y2":713,"x3":292,"y3":712},"charText":"眼","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":292,"y0":713,"x1":337,"y1":714,"x2":337,"y2":757,"x3":292,"y3":756},"charText":"淚","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":289,"y0":758,"x1":337,"y1":759,"x2":336,"y2":802,"x3":288,"y3":801},"charText":"還","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":287,"y0":803,"x1":337,"y1":803,"x2":337,"y2":843,"x3":287,"y3":843},"charText":"他","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":292,"y0":846,"x1":336,"y1":847,"x2":335,"y2":886,"x3":291,"y3":885},"charText":"也","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":287,"y0":888,"x1":335,"y1":890,"x2":334,"y2":935,"x3":286,"y3":934},"charText":"償","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":285,"y0":935,"x1":333,"y1":936,"x2":332,"y2":977,"x3":285,"y3":976},"charText":"還","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":288,"y0":977,"x1":331,"y1":978,"x2":330,"y2":1021,"x3":288,"y3":1020},"charText":"的","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":283,"y0":1021,"x1":328,"y1":1022,"x2":328,"y2":1062,"x3":282,"y3":1061},"charText":"過","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":253,"y0":47,"x1":271,"y1":47,"x2":270,"y2":73,"x3":252,"y3":72},"charText":"我","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":255,"y0":97,"x1":274,"y1":97,"x2":273,"y2":119,"x3":254,"y3":120},"charText":"同","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":251,"y0":124,"x1":274,"y1":123,"x2":274,"y2":147,"x3":251,"y3":148},"charText":"去","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":233,"y0":183,"x1":282,"y1":183,"x2":283,"y2":224,"x3":234,"y3":224},"charText":"他","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":228,"y0":27,"x1":239,"y1":27,"x2":238,"y2":50,"x3":226,"y3":50},"charText":"走","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":215,"y0":100,"x1":244,"y1":100,"x2":244,"y2":123,"x3":216,"y3":123},"charText":"所","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":216,"y0":123,"x1":244,"y1":123,"x2":244,"y2":147,"x3":216,"y3":147},"charText":"同","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":241,"y0":226,"x1":283,"y1":227,"x2":283,"y2":269,"x3":241,"y3":268},"charText":"了","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":239,"y0":273,"x1":276,"y1":274,"x2":276,"y2":314,"x3":239,"y3":313},"charText":"因","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":235,"y0":316,"x1":282,"y1":317,"x2":282,"y2":356,"x3":235,"y3":356},"charText":"此","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":232,"y0":370,"x1":280,"y1":371,"x2":280,"y2":386,"x3":233,"y3":385},"charText":"一","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":234,"y0":400,"x1":282,"y1":400,"x2":282,"y2":453,"x3":233,"y3":453},"charText":"事","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":232,"y0":453,"x1":280,"y1":454,"x2":280,"y2":495,"x3":232,"y3":494},"charText":"就","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":238,"y0":495,"x1":274,"y1":496,"x2":274,"y2":539,"x3":238,"y3":538},"charText":"勾","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":237,"y0":539,"x1":274,"y1":539,"x2":274,"y2":580,"x3":237,"y3":579},"charText":"出","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":236,"y0":581,"x1":273,"y1":581,"x2":272,"y2":625,"x3":235,"y3":625},"charText":"多","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":235,"y0":626,"x1":275,"y1":626,"x2":275,"y2":672,"x3":235,"y3":672},"charText":"少","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":233,"y0":673,"x1":279,"y1":673,"x2":279,"y2":712,"x3":233,"y3":712},"charText":"風","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":233,"y0":713,"x1":276,"y1":714,"x2":276,"y2":755,"x3":233,"y3":754},"charText":"流","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":233,"y0":756,"x1":277,"y1":756,"x2":277,"y2":801,"x3":233,"y3":800},"charText":"𡨚","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":233,"y0":802,"x1":276,"y1":803,"x2":275,"y2":848,"x3":233,"y3":847},"charText":"家","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":231,"y0":848,"x1":277,"y1":849,"x2":276,"y2":892,"x3":231,"y3":891},"charText":"来","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":231,"y0":892,"x1":274,"y1":893,"x2":273,"y2":932,"x3":231,"y3":931},"charText":"陪","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":226,"y0":933,"x1":275,"y1":934,"x2":274,"y2":973,"x3":225,"y3":972},"charText":"他","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":225,"y0":976,"x1":273,"y1":977,"x2":272,"y2":1017,"x3":224,"y3":1016},"charText":"們","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":225,"y0":1017,"x1":275,"y1":1018,"x2":274,"y2":1059,"x3":224,"y3":1058},"charText":"去","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":195,"y0":25,"x1":207,"y1":26,"x2":205,"y2":48,"x3":194,"y3":47},"charText":"老","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":195,"y0":73,"x1":210,"y1":73,"x2":207,"y2":94,"x3":192,"y3":95},"charText":"河","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":182,"y0":97,"x1":217,"y1":97,"x2":218,"y2":119,"x3":183,"y3":119},"charText":"人","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":188,"y0":121,"x1":215,"y1":120,"x2":214,"y2":148,"x3":187,"y3":148},"charText":"殊","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":181,"y0":185,"x1":213,"y1":185,"x2":213,"y2":227,"x3":181,"y3":227},"charText":"了","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":175,"y0":228,"x1":219,"y1":228,"x2":219,"y2":269,"x3":175,"y3":269},"charText":"結","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":165,"y0":27,"x1":182,"y1":28,"x2":179,"y2":47,"x3":163,"y3":47},"charText":"不","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":153,"y0":120,"x1":181,"y1":119,"x2":181,"y2":146,"x3":152,"y3":147},"charText":"讀","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":175,"y0":271,"x1":223,"y1":272,"x2":222,"y2":310,"x3":175,"y3":309},"charText":"此","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":173,"y0":311,"x1":224,"y1":311,"x2":224,"y2":362,"x3":172,"y3":362},"charText":"案","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":173,"y0":366,"x1":219,"y1":367,"x2":218,"y2":409,"x3":172,"y3":408},"charText":"那","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":172,"y0":409,"x1":219,"y1":410,"x2":219,"y2":451,"x3":172,"y3":451},"charText":"道","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":171,"y0":454,"x1":221,"y1":455,"x2":221,"y2":487,"x3":171,"y3":486},"charText":"人","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":171,"y0":489,"x1":222,"y1":489,"x2":221,"y2":533,"x3":171,"y3":532},"charText":"道","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":171,"y0":536,"x1":214,"y1":537,"x2":214,"y2":578,"x3":171,"y3":577},"charText":"果","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":169,"y0":578,"x1":217,"y1":578,"x2":217,"y2":623,"x3":169,"y3":623},"charText":"真","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":170,"y0":623,"x1":218,"y1":624,"x2":218,"y2":667,"x3":170,"y3":667},"charText":"是","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":172,"y0":668,"x1":214,"y1":669,"x2":214,"y2":714,"x3":172,"y3":714},"charText":"罕","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":173,"y0":714,"x1":219,"y1":714,"x2":219,"y2":757,"x3":173,"y3":757},"charText":"聞","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":173,"y0":757,"x1":213,"y1":758,"x2":213,"y2":805,"x3":173,"y3":805},"charText":"實","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":171,"y0":803,"x1":216,"y1":804,"x2":215,"y2":849,"x3":170,"y3":848},"charText":"未","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":172,"y0":849,"x1":212,"y1":850,"x2":211,"y2":892,"x3":172,"y3":892},"charText":"聞","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":167,"y0":890,"x1":208,"y1":891,"x2":207,"y2":936,"x3":166,"y3":935},"charText":"有","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":164,"y0":937,"x1":213,"y1":938,"x2":213,"y2":978,"x3":164,"y3":977},"charText":"還","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":167,"y0":977,"x1":213,"y1":979,"x2":212,"y2":1020,"x3":166,"y3":1019},"charText":"淚","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":164,"y0":1024,"x1":213,"y1":1024,"x2":213,"y2":1058,"x3":164,"y3":1058},"charText":"之","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":131,"y0":26,"x1":149,"y1":27,"x2":146,"y2":47,"x3":128,"y3":46},"charText":"原","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":129,"y0":50,"x1":152,"y1":51,"x2":150,"y2":72,"x3":127,"y3":71},"charText":"本","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":122,"y0":76,"x1":147,"y1":76,"x2":146,"y2":97,"x3":122,"y3":97},"charText":"乃","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":119,"y0":99,"x1":150,"y1":99,"x2":151,"y2":121,"x3":120,"y3":121},"charText":"知","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":125,"y0":123,"x1":152,"y1":123,"x2":151,"y2":146,"x3":123,"y3":147},"charText":"今","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":111,"y0":182,"x1":165,"y1":182,"x2":165,"y2":224,"x3":111,"y3":224},"charText":"説","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":115,"y0":226,"x1":162,"y1":226,"x2":162,"y2":270,"x3":115,"y3":270},"charText":"想","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":117,"y0":270,"x1":163,"y1":270,"x2":163,"y2":317,"x3":117,"y3":317},"charText":"来","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":114,"y0":319,"x1":161,"y1":320,"x2":161,"y2":361,"x3":114,"y3":361},"charText":"這","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":94,"y0":24,"x1":119,"y1":24,"x2":116,"y2":48,"x3":92,"y3":48},"charText":"本","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":90,"y0":51,"x1":119,"y1":52,"x2":117,"y2":75,"x3":89,"y3":75},"charText":"將","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":90,"y0":77,"x1":119,"y1":78,"x2":118,"y2":99,"x3":89,"y3":99},"charText":"近","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":89,"y0":95,"x1":106,"y1":95,"x2":106,"y2":113,"x3":89,"y3":113},"charText":"日","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":89,"y0":121,"x1":119,"y1":120,"x2":118,"y2":145,"x3":88,"y3":145},"charText":"逼","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":112,"y0":372,"x1":160,"y1":373,"x2":161,"y2":389,"x3":113,"y3":387},"charText":"一","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":109,"y0":402,"x1":161,"y1":403,"x2":161,"y2":445,"x3":109,"y3":444},"charText":"役","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":112,"y0":445,"x1":161,"y1":446,"x2":161,"y2":487,"x3":112,"y3":486},"charText":"故","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":112,"y0":486,"x1":162,"y1":487,"x2":162,"y2":539,"x3":112,"y3":539},"charText":"事","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":113,"y0":542,"x1":159,"y1":542,"x2":159,"y2":578,"x3":113,"y3":577},"charText":"比","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":110,"y0":579,"x1":156,"y1":580,"x2":156,"y2":620,"x3":110,"y3":620},"charText":"歴","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":113,"y0":620,"x1":157,"y1":621,"x2":157,"y2":667,"x3":113,"y3":666},"charText":"来","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":112,"y0":670,"x1":158,"y1":670,"x2":158,"y2":712,"x3":112,"y3":712},"charText":"風","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":116,"y0":714,"x1":148,"y1":714,"x2":148,"y2":757,"x3":116,"y3":757},"charText":"月","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":109,"y0":756,"x1":157,"y1":757,"x2":157,"y2":797,"x3":109,"y3":796},"charText":"故","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":112,"y0":796,"x1":160,"y1":797,"x2":159,"y2":850,"x3":111,"y3":849},"charText":"事","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":109,"y0":850,"x1":156,"y1":851,"x2":155,"y2":892,"x3":108,"y3":891},"charText":"更","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":109,"y0":891,"x1":154,"y1":892,"x2":154,"y2":934,"x3":108,"y3":933},"charText":"為","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":107,"y0":932,"x1":150,"y1":934,"x2":149,"y2":977,"x3":106,"y3":976},"charText":"瑣","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":104,"y0":976,"x1":152,"y1":977,"x2":151,"y2":1025,"x3":104,"y3":1024},"charText":"碎","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":103,"y0":1027,"x1":151,"y1":1028,"x2":151,"y2":1062,"x3":103,"y3":1061},"charText":"細","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":65,"y0":20,"x1":84,"y1":21,"x2":83,"y2":46,"x3":64,"y3":46},"charText":"神","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":60,"y0":48,"x1":89,"y1":48,"x2":88,"y2":72,"x3":60,"y3":72},"charText":"瑛","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":62,"y0":72,"x1":87,"y1":72,"x2":85,"y2":96,"x3":59,"y3":95},"charText":"使","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":57,"y0":95,"x1":87,"y1":95,"x2":87,"y2":122,"x3":56,"y3":122},"charText":"者","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":59,"y0":121,"x1":86,"y1":121,"x2":85,"y2":145,"x3":58,"y3":145},"charText":"凡","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":51,"y0":181,"x1":102,"y1":181,"x2":102,"y2":226,"x3":51,"y3":226},"charText":"膩","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":60,"y0":229,"x1":105,"y1":229,"x2":104,"y2":268,"x3":60,"y3":268},"charText":"了","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":52,"y0":271,"x1":99,"y1":271,"x2":99,"y2":314,"x3":52,"y3":314},"charText":"那","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":49,"y0":314,"x1":96,"y1":315,"x2":95,"y2":360,"x3":49,"y3":360},"charText":"僧","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":49,"y0":361,"x1":102,"y1":362,"x2":102,"y2":404,"x3":48,"y3":403},"charText":"道","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":51,"y0":405,"x1":97,"y1":406,"x2":97,"y2":446,"x3":51,"y3":445},"charText":"歴","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":53,"y0":445,"x1":100,"y1":446,"x2":100,"y2":491,"x3":53,"y3":491},"charText":"来","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":48,"y0":491,"x1":97,"y1":491,"x2":97,"y2":539,"x3":48,"y3":538},"charText":"幾","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":49,"y0":540,"x1":95,"y1":541,"x2":95,"y2":579,"x3":49,"y3":578},"charText":"個","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":51,"y0":580,"x1":99,"y1":580,"x2":99,"y2":618,"x3":51,"y3":618},"charText":"風","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":50,"y0":620,"x1":99,"y1":620,"x2":99,"y2":664,"x3":50,"y3":663},"charText":"流","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":47,"y0":670,"x1":97,"y1":670,"x2":97,"y2":705,"x3":47,"y3":704},"charText":"人","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":47,"y0":708,"x1":100,"y1":709,"x2":99,"y2":754,"x3":47,"y3":753},"charText":"物","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":48,"y0":757,"x1":91,"y1":758,"x2":91,"y2":797,"x3":48,"y3":796},"charText":"不","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":44,"y0":800,"x1":94,"y1":801,"x2":94,"y2":842,"x3":44,"y3":841},"charText":"過","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":43,"y0":841,"x1":93,"y1":842,"x2":92,"y2":890,"x3":42,"y3":889},"charText":"傳","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":44,"y0":888,"x1":91,"y1":890,"x2":90,"y2":931,"x3":43,"y3":930},"charText":"其","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":46,"y0":930,"x1":92,"y1":931,"x2":92,"y2":970,"x3":45,"y3":968},"charText":"大","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":970,"x1":96,"y1":972,"x2":94,"y2":1013,"x3":39,"y3":1011},"charText":"概","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":42,"y0":1020,"x1":89,"y1":1022,"x2":88,"y2":1055,"x3":41,"y3":1053},"charText":"以","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":15,"y0":227,"x1":43,"y1":228,"x2":43,"y2":272,"x3":14,"y3":272},"charText":"頁","textlineId":9,"picUri":"","isPicText":false},{"charPoly":{"x0":12,"y0":277,"x1":41,"y1":277,"x2":41,"y2":312,"x3":12,"y3":311},"charText":"巳","textlineId":9,"picUri":"","isPicText":false}]},"7501933907890487337":{"wordBoxList":[{"charPoly":{"x0":555,"y0":114,"x1":584,"y1":113,"x2":585,"y2":137,"x3":556,"y3":139},"charText":"及","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":535,"y0":176,"x1":581,"y1":176,"x2":581,"y2":214,"x3":535,"y3":214},"charText":"及","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":523,"y0":94,"x1":547,"y1":94,"x2":547,"y2":114,"x3":523,"y3":114},"charText":"去","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":522,"y0":116,"x1":551,"y1":115,"x2":552,"y2":140,"x3":523,"y3":141},"charText":"遂","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":531,"y0":215,"x1":580,"y1":215,"x2":580,"y2":263,"x3":531,"y3":263},"charText":"詩","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":531,"y0":264,"x1":578,"y1":265,"x2":578,"y2":305,"x3":531,"y3":305},"charText":"詞","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":532,"y0":305,"x1":579,"y1":305,"x2":579,"y2":350,"x3":532,"y3":350},"charText":"篇","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":532,"y0":350,"x1":579,"y1":350,"x2":579,"y2":401,"x3":532,"y3":401},"charText":"章","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":535,"y0":403,"x1":580,"y1":403,"x2":581,"y2":439,"x3":536,"y3":438},"charText":"而","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":540,"y0":443,"x1":580,"y1":444,"x2":581,"y2":479,"x3":541,"y3":478},"charText":"已","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":535,"y0":483,"x1":579,"y1":484,"x2":579,"y2":523,"x3":535,"y3":522},"charText":"至","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":538,"y0":524,"x1":582,"y1":525,"x2":582,"y2":570,"x3":538,"y3":570},"charText":"家","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":534,"y0":571,"x1":581,"y1":571,"x2":581,"y2":615,"x3":534,"y3":614},"charText":"庭","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":539,"y0":615,"x1":579,"y1":616,"x2":579,"y2":660,"x3":539,"y3":659},"charText":"閨","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":538,"y0":661,"x1":578,"y1":662,"x2":577,"y2":703,"x3":538,"y3":702},"charText":"閣","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":539,"y0":702,"x1":575,"y1":702,"x2":575,"y2":749,"x3":539,"y3":748},"charText":"中","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":532,"y0":759,"x1":579,"y1":760,"x2":580,"y2":775,"x3":533,"y3":774},"charText":"一","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":530,"y0":786,"x1":578,"y1":786,"x2":577,"y2":832,"x3":530,"y3":832},"charText":"飲","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":530,"y0":844,"x1":578,"y1":845,"x2":579,"y2":860,"x3":530,"y3":859},"charText":"一","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":528,"y0":872,"x1":581,"y1":873,"x2":581,"y2":919,"x3":528,"y3":918},"charText":"食","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":530,"y0":919,"x1":579,"y1":920,"x2":578,"y2":961,"x3":530,"y3":961},"charText":"總","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":531,"y0":961,"x1":578,"y1":962,"x2":578,"y2":1003,"x3":531,"y3":1002},"charText":"未","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":529,"y0":1004,"x1":574,"y1":1004,"x2":574,"y2":1045,"x3":529,"y3":1044},"charText":"述","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":488,"y0":67,"x1":517,"y1":66,"x2":518,"y2":89,"x3":489,"y3":91},"charText":"理","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":489,"y0":90,"x1":516,"y1":90,"x2":516,"y2":112,"x3":489,"y3":113},"charText":"不","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":489,"y0":117,"x1":519,"y1":116,"x2":519,"y2":142,"x3":488,"y3":143},"charText":"通","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":461,"y0":21,"x1":486,"y1":22,"x2":484,"y2":44,"x3":459,"y3":43},"charText":"如","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":457,"y0":45,"x1":486,"y1":44,"x2":487,"y2":65,"x3":458,"y3":66},"charText":"此","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":459,"y0":67,"x1":483,"y1":67,"x2":482,"y2":90,"x3":458,"y3":90},"charText":"不","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":460,"y0":93,"x1":487,"y1":93,"x2":487,"y2":118,"x3":460,"y3":118},"charText":"能","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":459,"y0":120,"x1":489,"y1":120,"x2":488,"y2":143,"x3":459,"y3":144},"charText":"不","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":470,"y0":178,"x1":522,"y1":178,"x2":522,"y2":218,"x3":470,"y3":218},"charText":"記","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":472,"y0":221,"x1":518,"y1":221,"x2":519,"y2":263,"x3":472,"y3":263},"charText":"再","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":471,"y0":263,"x1":517,"y1":263,"x2":517,"y2":309,"x3":471,"y3":309},"charText":"者","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":474,"y0":311,"x1":520,"y1":311,"x2":520,"y2":351,"x3":474,"y3":351},"charText":"大","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":473,"y0":350,"x1":515,"y1":351,"x2":515,"y2":397,"x3":473,"y3":397},"charText":"半","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":473,"y0":399,"x1":521,"y1":399,"x2":521,"y2":440,"x3":474,"y3":440},"charText":"風","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":479,"y0":442,"x1":511,"y1":443,"x2":511,"y2":484,"x3":479,"y3":484},"charText":"月","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":474,"y0":484,"x1":520,"y1":484,"x2":520,"y2":522,"x3":474,"y3":522},"charText":"故","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":473,"y0":523,"x1":523,"y1":523,"x2":523,"y2":576,"x3":473,"y3":576},"charText":"事","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":472,"y0":577,"x1":515,"y1":578,"x2":515,"y2":613,"x3":472,"y3":612},"charText":"不","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":470,"y0":615,"x1":519,"y1":616,"x2":519,"y2":656,"x3":470,"y3":656},"charText":"過","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":469,"y0":658,"x1":520,"y1":659,"x2":520,"y2":706,"x3":469,"y3":705},"charText":"偷","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":471,"y0":706,"x1":516,"y1":706,"x2":516,"y2":748,"x3":471,"y3":747},"charText":"香","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":470,"y0":749,"x1":517,"y1":750,"x2":517,"y2":795,"x3":470,"y3":795},"charText":"竊","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":470,"y0":797,"x1":520,"y1":797,"x2":520,"y2":831,"x3":470,"y3":831},"charText":"玉","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":471,"y0":833,"x1":518,"y1":834,"x2":518,"y2":877,"x3":470,"y3":877},"charText":"暗","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":470,"y0":878,"x1":514,"y1":879,"x2":514,"y2":921,"x3":470,"y3":920},"charText":"約","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":465,"y0":921,"x1":515,"y1":921,"x2":515,"y2":959,"x3":465,"y3":959},"charText":"私","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":468,"y0":958,"x1":517,"y1":959,"x2":517,"y2":1008,"x3":467,"y3":1008},"charText":"奔","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":469,"y0":1011,"x1":514,"y1":1012,"x2":514,"y2":1047,"x3":469,"y3":1047},"charText":"而","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":425,"y0":23,"x1":450,"y1":23,"x2":448,"y2":48,"x3":424,"y3":47},"charText":"嘆","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":423,"y0":49,"x1":449,"y1":49,"x2":449,"y2":73,"x3":422,"y3":72},"charText":"原","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":425,"y0":74,"x1":454,"y1":74,"x2":453,"y2":97,"x3":424,"y3":97},"charText":"本","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":423,"y0":97,"x1":454,"y1":97,"x2":454,"y2":119,"x3":423,"y3":119},"charText":"之","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":425,"y0":121,"x1":453,"y1":120,"x2":453,"y2":144,"x3":425,"y3":144},"charText":"佳","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":417,"y0":179,"x1":461,"y1":179,"x2":461,"y2":215,"x3":417,"y3":215},"charText":"巳","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":410,"y0":217,"x1":457,"y1":217,"x2":458,"y2":258,"x3":410,"y3":258},"charText":"並","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":393,"y0":24,"x1":415,"y1":25,"x2":413,"y2":50,"x3":391,"y3":49},"charText":"矣","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":412,"y0":263,"x1":455,"y1":264,"x2":456,"y2":301,"x3":412,"y3":301},"charText":"不","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":417,"y0":303,"x1":454,"y1":303,"x2":454,"y2":351,"x3":417,"y3":351},"charText":"曽","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":412,"y0":352,"x1":457,"y1":353,"x2":457,"y2":397,"x3":412,"y3":397},"charText":"将","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":416,"y0":397,"x1":459,"y1":397,"x2":459,"y2":439,"x3":416,"y3":438},"charText":"免","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":409,"y0":442,"x1":457,"y1":443,"x2":457,"y2":479,"x3":409,"y3":478},"charText":"女","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":414,"y0":484,"x1":457,"y1":484,"x2":457,"y2":518,"x3":414,"y3":517},"charText":"之","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":410,"y0":519,"x1":457,"y1":520,"x2":457,"y2":566,"x3":410,"y3":566},"charText":"真","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":411,"y0":566,"x1":461,"y1":567,"x2":461,"y2":615,"x3":411,"y3":614},"charText":"情","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":410,"y0":615,"x1":458,"y1":616,"x2":458,"y2":658,"x3":410,"y3":657},"charText":"發","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":410,"y0":658,"x1":458,"y1":658,"x2":458,"y2":703,"x3":410,"y3":703},"charText":"洩","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":410,"y0":714,"x1":456,"y1":715,"x2":457,"y2":731,"x3":411,"y3":730},"charText":"一","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":409,"y0":750,"x1":460,"y1":750,"x2":460,"y2":784,"x3":409,"y3":784},"charText":"二","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":410,"y0":790,"x1":457,"y1":790,"x2":457,"y2":834,"x3":409,"y3":834},"charText":"想","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":407,"y0":837,"x1":456,"y1":838,"x2":456,"y2":880,"x3":407,"y3":879},"charText":"這","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":407,"y0":891,"x1":455,"y1":892,"x2":456,"y2":906,"x3":408,"y3":905},"charText":"一","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":408,"y0":920,"x1":448,"y1":920,"x2":448,"y2":961,"x3":408,"y3":960},"charText":"干","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":407,"y0":966,"x1":455,"y1":967,"x2":455,"y2":1001,"x3":407,"y3":1000},"charText":"人","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":406,"y0":1012,"x1":454,"y1":1013,"x2":454,"y2":1044,"x3":406,"y3":1043},"charText":"入","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":365,"y0":25,"x1":388,"y1":25,"x2":387,"y2":48,"x3":364,"y3":47},"charText":"此","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":349,"y0":177,"x1":402,"y1":177,"x2":402,"y2":218,"x3":349,"y3":218},"charText":"去","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":333,"y0":24,"x1":355,"y1":24,"x2":354,"y2":47,"x3":333,"y3":47},"charText":"今","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":330,"y0":47,"x1":359,"y1":48,"x2":358,"y2":70,"x3":329,"y3":69},"charText":"本","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":332,"y0":71,"x1":356,"y1":72,"x2":355,"y2":94,"x3":331,"y3":94},"charText":"無","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":326,"y0":97,"x1":353,"y1":97,"x2":353,"y2":118,"x3":326,"y3":118},"charText":"之","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":349,"y0":217,"x1":397,"y1":218,"x2":397,"y2":259,"x3":349,"y3":259},"charText":"其","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":352,"y0":259,"x1":398,"y1":259,"x2":398,"y2":309,"x3":352,"y3":308},"charText":"情","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":350,"y0":309,"x1":399,"y1":309,"x2":399,"y2":354,"x3":350,"y3":354},"charText":"癡","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":357,"y0":354,"x1":397,"y1":354,"x2":397,"y2":396,"x3":357,"y3":396},"charText":"色","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":353,"y0":400,"x1":399,"y1":400,"x2":399,"y2":441,"x3":353,"y3":441},"charText":"鬼","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":355,"y0":441,"x1":397,"y1":442,"x2":397,"y2":486,"x3":355,"y3":486},"charText":"賢","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":353,"y0":487,"x1":395,"y1":487,"x2":395,"y2":530,"x3":353,"y3":530},"charText":"愚","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":352,"y0":532,"x1":394,"y1":533,"x2":394,"y2":568,"x3":352,"y3":568},"charText":"不","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":357,"y0":570,"x1":391,"y1":570,"x2":391,"y2":617,"x3":357,"y3":617},"charText":"肖","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":349,"y0":616,"x1":398,"y1":617,"x2":398,"y2":660,"x3":349,"y3":660},"charText":"者","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":351,"y0":660,"x1":395,"y1":660,"x2":395,"y2":704,"x3":351,"y3":704},"charText":"悉","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":348,"y0":707,"x1":396,"y1":707,"x2":396,"y2":747,"x3":347,"y3":746},"charText":"與","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":349,"y0":747,"x1":395,"y1":748,"x2":395,"y2":794,"x3":349,"y3":793},"charText":"前","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":348,"y0":795,"x1":396,"y1":795,"x2":396,"y2":828,"x3":348,"y3":828},"charText":"人","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":346,"y0":829,"x1":393,"y1":830,"x2":393,"y2":878,"x3":346,"y3":877},"charText":"傳","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":348,"y0":878,"x1":394,"y1":878,"x2":394,"y2":919,"x3":348,"y3":919},"charText":"述","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":349,"y0":922,"x1":390,"y1":922,"x2":390,"y2":959,"x3":349,"y3":960},"charText":"不","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":350,"y0":963,"x1":389,"y1":962,"x2":389,"y2":1003,"x3":350,"y3":1003},"charText":"同","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":346,"y0":1003,"x1":396,"y1":1003,"x2":396,"y2":1048,"x3":345,"y3":1047},"charText":"矣","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":289,"y0":177,"x1":337,"y1":178,"x2":336,"y2":220,"x3":288,"y3":220},"charText":"那","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":291,"y0":221,"x1":337,"y1":222,"x2":337,"y2":263,"x3":291,"y3":263},"charText":"道","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":290,"y0":265,"x1":339,"y1":266,"x2":339,"y2":301,"x3":290,"y3":301},"charText":"人","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":291,"y0":304,"x1":340,"y1":304,"x2":340,"y2":348,"x3":290,"y3":348},"charText":"道","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":288,"y0":349,"x1":337,"y1":350,"x2":337,"y2":395,"x3":287,"y3":394},"charText":"趂","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":290,"y0":397,"x1":337,"y1":397,"x2":337,"y2":434,"x3":290,"y3":433},"charText":"此","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":288,"y0":438,"x1":335,"y1":439,"x2":335,"y2":484,"x3":288,"y3":484},"charText":"何","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":291,"y0":487,"x1":333,"y1":487,"x2":333,"y2":524,"x3":291,"y3":523},"charText":"不","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":289,"y0":526,"x1":333,"y1":526,"x2":333,"y2":565,"x3":289,"y3":565},"charText":"你","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":289,"y0":566,"x1":336,"y1":566,"x2":336,"y2":609,"x3":289,"y3":609},"charText":"我","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":291,"y0":611,"x1":336,"y1":612,"x2":336,"y2":651,"x3":291,"y3":651},"charText":"也","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":287,"y0":654,"x1":333,"y1":654,"x2":333,"y2":697,"x3":287,"y3":696},"charText":"去","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":286,"y0":696,"x1":334,"y1":696,"x2":334,"y2":743,"x3":286,"y3":742},"charText":"世","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":286,"y0":744,"x1":335,"y1":745,"x2":335,"y2":790,"x3":286,"y3":789},"charText":"度","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":289,"y0":791,"x1":336,"y1":791,"x2":336,"y2":832,"x3":289,"y3":832},"charText":"脱","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":287,"y0":833,"x1":334,"y1":833,"x2":333,"y2":877,"x3":286,"y3":876},"charText":"幾","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":284,"y0":878,"x1":336,"y1":878,"x2":335,"y2":918,"x3":284,"y3":917},"charText":"個","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":287,"y0":918,"x1":331,"y1":918,"x2":331,"y2":961,"x3":287,"y3":961},"charText":"豈","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":285,"y0":964,"x1":329,"y1":964,"x2":329,"y2":1002,"x3":285,"y3":1002},"charText":"不","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":284,"y0":1004,"x1":333,"y1":1004,"x2":333,"y2":1048,"x3":283,"y3":1048},"charText":"是","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":232,"y0":184,"x1":279,"y1":185,"x2":279,"y2":202,"x3":232,"y3":201},"charText":"一","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":231,"y0":214,"x1":277,"y1":214,"x2":277,"y2":259,"x3":231,"y3":259},"charText":"場","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":232,"y0":262,"x1":276,"y1":262,"x2":276,"y2":299,"x3":232,"y3":299},"charText":"功","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":229,"y0":300,"x1":281,"y1":301,"x2":281,"y2":347,"x3":229,"y3":346},"charText":"徳","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":230,"y0":352,"x1":277,"y1":353,"x2":277,"y2":397,"x3":230,"y3":396},"charText":"那","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":231,"y0":397,"x1":274,"y1":397,"x2":274,"y2":441,"x3":230,"y3":440},"charText":"僧","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":231,"y0":441,"x1":275,"y1":441,"x2":275,"y2":483,"x3":231,"y3":482},"charText":"道","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":230,"y0":486,"x1":274,"y1":486,"x2":274,"y2":520,"x3":230,"y3":519},"charText":"正","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":228,"y0":524,"x1":279,"y1":524,"x2":279,"y2":563,"x3":228,"y3":562},"charText":"合","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":229,"y0":567,"x1":275,"y1":568,"x2":275,"y2":609,"x3":229,"y3":609},"charText":"吾","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":227,"y0":611,"x1":277,"y1":611,"x2":277,"y2":658,"x3":227,"y3":658},"charText":"意","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":227,"y0":660,"x1":275,"y1":660,"x2":274,"y2":701,"x3":227,"y3":700},"charText":"你","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":227,"y0":705,"x1":275,"y1":705,"x2":274,"y2":741,"x3":227,"y3":741},"charText":"且","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":232,"y0":746,"x1":270,"y1":746,"x2":270,"y2":787,"x3":232,"y3":787},"charText":"同","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":228,"y0":786,"x1":275,"y1":787,"x2":275,"y2":831,"x3":228,"y3":831},"charText":"我","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":228,"y0":834,"x1":271,"y1":834,"x2":271,"y2":876,"x3":228,"y3":876},"charText":"到","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":229,"y0":875,"x1":272,"y1":875,"x2":272,"y2":923,"x3":229,"y3":923},"charText":"警","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":227,"y0":926,"x1":273,"y1":927,"x2":273,"y2":961,"x3":227,"y3":960},"charText":"幻","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":224,"y0":964,"x1":272,"y1":964,"x2":271,"y2":1002,"x3":223,"y3":1002},"charText":"仙","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":225,"y0":1006,"x1":271,"y1":1007,"x2":271,"y2":1048,"x3":224,"y3":1048},"charText":"子","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":172,"y0":174,"x1":218,"y1":175,"x2":218,"y2":217,"x3":172,"y3":217},"charText":"宫","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":175,"y0":217,"x1":222,"y1":218,"x2":222,"y2":262,"x3":175,"y3":261},"charText":"中","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":172,"y0":263,"x1":218,"y1":263,"x2":217,"y2":308,"x3":171,"y3":307},"charText":"将","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":169,"y0":308,"x1":217,"y1":309,"x2":217,"y2":349,"x3":169,"y3":348},"charText":"這","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":169,"y0":348,"x1":219,"y1":348,"x2":219,"y2":396,"x3":168,"y3":396},"charText":"蠢","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":170,"y0":397,"x1":215,"y1":398,"x2":215,"y2":439,"x3":170,"y3":438},"charText":"物","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":172,"y0":440,"x1":216,"y1":440,"x2":216,"y2":480,"x3":172,"y3":480},"charText":"交","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":167,"y0":481,"x1":212,"y1":481,"x2":212,"y2":523,"x3":167,"y3":523},"charText":"割","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":169,"y0":524,"x1":214,"y1":524,"x2":213,"y2":568,"x3":169,"y3":568},"charText":"清","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":167,"y0":567,"x1":219,"y1":568,"x2":219,"y2":613,"x3":167,"y3":613},"charText":"楚","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":166,"y0":615,"x1":216,"y1":615,"x2":216,"y2":657,"x3":166,"y3":657},"charText":"這","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":167,"y0":670,"x1":216,"y1":671,"x2":216,"y2":685,"x3":168,"y3":685},"charText":"一","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":170,"y0":702,"x1":210,"y1":702,"x2":210,"y2":746,"x3":170,"y3":746},"charText":"干","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":169,"y0":747,"x1":216,"y1":747,"x2":216,"y2":788,"x3":170,"y3":788},"charText":"風","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":169,"y0":791,"x1":213,"y1":791,"x2":213,"y2":832,"x3":169,"y3":832},"charText":"流","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":169,"y0":832,"x1":211,"y1":832,"x2":210,"y2":884,"x3":169,"y3":884},"charText":"孽","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":168,"y0":885,"x1":213,"y1":885,"x2":213,"y2":922,"x3":168,"y3":922},"charText":"鬼","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":168,"y0":924,"x1":209,"y1":924,"x2":209,"y2":961,"x3":167,"y3":960},"charText":"下","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":166,"y0":964,"x1":211,"y1":964,"x2":211,"y2":1001,"x3":166,"y3":1001},"charText":"世","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":170,"y0":1008,"x1":212,"y1":1008,"x2":212,"y2":1046,"x3":170,"y3":1045},"charText":"已","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":111,"y0":173,"x1":162,"y1":174,"x2":161,"y2":218,"x3":110,"y3":217},"charText":"完","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":107,"y0":218,"x1":156,"y1":219,"x2":156,"y2":258,"x3":106,"y3":257},"charText":"你","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":108,"y0":257,"x1":158,"y1":258,"x2":157,"y2":304,"x3":108,"y3":303},"charText":"我","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":107,"y0":305,"x1":155,"y1":306,"x2":155,"y2":348,"x3":106,"y3":347},"charText":"再","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":108,"y0":347,"x1":160,"y1":348,"x2":159,"y2":392,"x3":107,"y3":391},"charText":"去","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":104,"y0":397,"x1":157,"y1":398,"x2":156,"y2":433,"x3":103,"y3":432},"charText":"如","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":108,"y0":435,"x1":158,"y1":436,"x2":158,"y2":477,"x3":108,"y3":476},"charText":"今","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":108,"y0":479,"x1":156,"y1":479,"x2":156,"y2":525,"x3":108,"y3":524},"charText":"雖","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":113,"y0":528,"x1":154,"y1":528,"x2":154,"y2":564,"x3":113,"y3":564},"charText":"已","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":109,"y0":566,"x1":151,"y1":566,"x2":151,"y2":615,"x3":109,"y3":615},"charText":"有","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":106,"y0":625,"x1":155,"y1":625,"x2":156,"y2":641,"x3":107,"y3":640},"charText":"一","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":108,"y0":652,"x1":150,"y1":652,"x2":150,"y2":699,"x3":108,"y3":699},"charText":"半","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":107,"y0":699,"x1":155,"y1":700,"x2":155,"y2":743,"x3":107,"y3":743},"charText":"落","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":103,"y0":743,"x1":156,"y1":744,"x2":156,"y2":790,"x3":103,"y3":790},"charText":"塵","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":107,"y0":791,"x1":153,"y1":791,"x2":153,"y2":832,"x3":107,"y3":832},"charText":"然","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":105,"y0":833,"x1":154,"y1":833,"x2":154,"y2":876,"x3":105,"y3":876},"charText":"猶","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":107,"y0":875,"x1":153,"y1":876,"x2":153,"y2":922,"x3":107,"y3":921},"charText":"未","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":105,"y0":922,"x1":153,"y1":922,"x2":153,"y2":958,"x3":105,"y3":958},"charText":"全","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":103,"y0":957,"x1":154,"y1":958,"x2":154,"y2":1004,"x3":102,"y3":1004},"charText":"集","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":102,"y0":1005,"x1":151,"y1":1005,"x2":150,"y2":1049,"x3":102,"y3":1048},"charText":"道","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":46,"y0":175,"x1":96,"y1":175,"x2":96,"y2":208,"x3":46,"y3":209},"charText":"人","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":43,"y0":211,"x1":99,"y1":212,"x2":98,"y2":257,"x3":43,"y3":256},"charText":"道","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":46,"y0":259,"x1":98,"y1":260,"x2":97,"y2":301,"x3":46,"y3":300},"charText":"既","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":305,"x1":93,"y1":306,"x2":93,"y2":342,"x3":40,"y3":341},"charText":"如","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":45,"y0":345,"x1":97,"y1":346,"x2":97,"y2":388,"x3":45,"y3":387},"charText":"此","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":392,"x1":94,"y1":392,"x2":94,"y2":434,"x3":40,"y3":433},"charText":"便","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":44,"y0":433,"x1":92,"y1":434,"x2":92,"y2":482,"x3":44,"y3":481},"charText":"隨","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":481,"x1":90,"y1":482,"x2":90,"y2":522,"x3":40,"y3":522},"charText":"你","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":43,"y0":522,"x1":88,"y1":522,"x2":88,"y2":564,"x3":42,"y3":564},"charText":"去","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":47,"y0":563,"x1":95,"y1":564,"x2":95,"y2":612,"x3":47,"y3":612},"charText":"来","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":613,"x1":90,"y1":613,"x2":90,"y2":659,"x3":40,"y3":658},"charText":"却","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":38,"y0":659,"x1":93,"y1":660,"x2":93,"y2":702,"x3":38,"y3":701},"charText":"説","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":41,"y0":705,"x1":91,"y1":705,"x2":91,"y2":744,"x3":40,"y3":743},"charText":"甄","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":744,"x1":85,"y1":744,"x2":85,"y2":781,"x3":40,"y3":782},"charText":"士","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":42,"y0":785,"x1":87,"y1":785,"x2":87,"y2":831,"x3":42,"y3":830},"charText":"隐","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":39,"y0":833,"x1":88,"y1":834,"x2":88,"y2":874,"x3":39,"y3":874},"charText":"俱","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":38,"y0":875,"x1":88,"y1":875,"x2":88,"y2":917,"x3":38,"y3":917},"charText":"聽","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":39,"y0":918,"x1":87,"y1":919,"x2":87,"y2":965,"x3":39,"y3":965},"charText":"得","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":41,"y0":966,"x1":83,"y1":967,"x2":83,"y2":1009,"x3":41,"y3":1009},"charText":"明","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":39,"y0":1008,"x1":91,"y1":1008,"x2":91,"y2":1045,"x3":38,"y3":1045},"charText":"白","textlineId":8,"picUri":"","isPicText":false}]},"7501933907890503721":{"wordBoxList":[{"charPoly":{"x0":516,"y0":41,"x1":569,"y1":41,"x2":569,"y2":83,"x3":516,"y3":83},"charText":"但","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":523,"y0":87,"x1":565,"y1":87,"x2":565,"y2":126,"x3":523,"y3":125},"charText":"不","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":519,"y0":128,"x1":566,"y1":128,"x2":566,"y2":167,"x3":518,"y3":167},"charText":"知","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":520,"y0":171,"x1":567,"y1":171,"x2":568,"y2":217,"x3":520,"y3":217},"charText":"所","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":523,"y0":219,"x1":565,"y1":219,"x2":565,"y2":256,"x3":523,"y3":256},"charText":"云","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":519,"y0":257,"x1":568,"y1":257,"x2":568,"y2":305,"x3":519,"y3":305},"charText":"蠢","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":522,"y0":305,"x1":571,"y1":305,"x2":570,"y2":346,"x3":522,"y3":345},"charText":"物","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":518,"y0":346,"x1":566,"y1":347,"x2":565,"y2":391,"x3":518,"y3":390},"charText":"係","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":518,"y0":392,"x1":565,"y1":393,"x2":564,"y2":435,"x3":518,"y3":434},"charText":"何","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":523,"y0":432,"x1":567,"y1":433,"x2":567,"y2":483,"x3":523,"y3":482},"charText":"東","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":523,"y0":484,"x1":566,"y1":485,"x2":566,"y2":520,"x3":522,"y3":519},"charText":"西","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":515,"y0":520,"x1":565,"y1":521,"x2":564,"y2":565,"x3":515,"y3":565},"charText":"遂","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":518,"y0":567,"x1":562,"y1":568,"x2":562,"y2":605,"x3":518,"y3":605},"charText":"不","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":516,"y0":605,"x1":562,"y1":605,"x2":562,"y2":653,"x3":516,"y3":653},"charText":"禁","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":517,"y0":657,"x1":563,"y1":657,"x2":563,"y2":691,"x3":517,"y3":691},"charText":"上","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":516,"y0":694,"x1":562,"y1":694,"x2":561,"y2":742,"x3":516,"y3":742},"charText":"前","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":514,"y0":742,"x1":564,"y1":742,"x2":564,"y2":783,"x3":514,"y3":783},"charText":"施","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":516,"y0":783,"x1":564,"y1":784,"x2":564,"y2":824,"x3":515,"y3":824},"charText":"禮","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":520,"y0":825,"x1":562,"y1":826,"x2":562,"y2":871,"x3":520,"y3":870},"charText":"笑","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":521,"y0":873,"x1":562,"y1":873,"x2":562,"y2":912,"x3":521,"y3":912},"charText":"問","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":457,"y0":40,"x1":508,"y1":40,"x2":508,"y2":86,"x3":457,"y3":86},"charText":"道","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":459,"y0":90,"x1":505,"y1":91,"x2":505,"y2":119,"x3":459,"y3":119},"charText":"二","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":457,"y0":126,"x1":506,"y1":127,"x2":505,"y2":168,"x3":456,"y3":167},"charText":"仙","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":462,"y0":174,"x1":505,"y1":175,"x2":506,"y2":219,"x3":462,"y3":219},"charText":"師","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":457,"y0":219,"x1":505,"y1":219,"x2":505,"y2":264,"x3":457,"y3":264},"charText":"請","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":467,"y0":265,"x1":507,"y1":265,"x2":507,"y2":305,"x3":467,"y3":305},"charText":"斥","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":458,"y0":307,"x1":504,"y1":308,"x2":503,"y2":350,"x3":457,"y3":350},"charText":"那","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":458,"y0":350,"x1":501,"y1":351,"x2":501,"y2":393,"x3":458,"y3":393},"charText":"僧","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":457,"y0":393,"x1":503,"y1":393,"x2":503,"y2":435,"x3":457,"y3":434},"charText":"道","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":459,"y0":436,"x1":505,"y1":437,"x2":505,"y2":473,"x3":458,"y3":472},"charText":"也","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":459,"y0":477,"x1":503,"y1":477,"x2":503,"y2":517,"x3":458,"y3":516},"charText":"忙","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":455,"y0":519,"x1":504,"y1":519,"x2":504,"y2":562,"x3":455,"y3":562},"charText":"荅","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":454,"y0":565,"x1":502,"y1":565,"x2":502,"y2":607,"x3":454,"y3":607},"charText":"禮","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":455,"y0":609,"x1":500,"y1":609,"x2":500,"y2":650,"x3":455,"y3":650},"charText":"相","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":460,"y0":653,"x1":505,"y1":653,"x2":505,"y2":695,"x3":460,"y3":695},"charText":"問","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":457,"y0":697,"x1":500,"y1":698,"x2":500,"y2":734,"x3":457,"y3":734},"charText":"士","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":459,"y0":739,"x1":501,"y1":739,"x2":501,"y2":783,"x3":459,"y3":783},"charText":"隐","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":461,"y0":786,"x1":495,"y1":786,"x2":496,"y2":824,"x3":461,"y3":823},"charText":"因","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":452,"y0":824,"x1":501,"y1":825,"x2":501,"y2":866,"x3":451,"y3":866},"charText":"説","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":453,"y0":868,"x1":502,"y1":868,"x2":502,"y2":908,"x3":453,"y3":908},"charText":"道","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":397,"y0":40,"x1":447,"y1":40,"x2":447,"y2":87,"x3":397,"y3":87},"charText":"適","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":402,"y0":88,"x1":444,"y1":88,"x2":444,"y2":131,"x3":402,"y3":131},"charText":"聞","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":397,"y0":131,"x1":446,"y1":132,"x2":446,"y2":170,"x3":397,"y3":170},"charText":"仙","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":402,"y0":175,"x1":445,"y1":175,"x2":445,"y2":219,"x3":401,"y3":218},"charText":"師","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":397,"y0":218,"x1":445,"y1":219,"x2":445,"y2":260,"x3":396,"y3":260},"charText":"所","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":396,"y0":259,"x1":447,"y1":259,"x2":446,"y2":304,"x3":396,"y3":304},"charText":"談","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":402,"y0":306,"x1":439,"y1":306,"x2":438,"y2":346,"x3":401,"y3":346},"charText":"因","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":397,"y0":347,"x1":446,"y1":347,"x2":445,"y2":388,"x3":397,"y3":388},"charText":"果","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":399,"y0":389,"x1":441,"y1":389,"x2":440,"y2":440,"x3":399,"y3":439},"charText":"實","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":398,"y0":440,"x1":445,"y1":441,"x2":445,"y2":474,"x3":397,"y3":473},"charText":"人","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":396,"y0":476,"x1":441,"y1":476,"x2":441,"y2":515,"x3":396,"y3":515},"charText":"世","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":398,"y0":519,"x1":440,"y1":520,"x2":440,"y2":564,"x3":398,"y3":564},"charText":"竿","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":400,"y0":566,"x1":441,"y1":567,"x2":440,"y2":609,"x3":400,"y3":609},"charText":"聞","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":396,"y0":608,"x1":446,"y1":608,"x2":446,"y2":651,"x3":396,"y3":651},"charText":"者","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":396,"y0":653,"x1":442,"y1":654,"x2":442,"y2":692,"x3":396,"y3":691},"charText":"但","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":400,"y0":692,"x1":440,"y1":692,"x2":440,"y2":742,"x3":399,"y3":742},"charText":"弟","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":394,"y0":743,"x1":438,"y1":744,"x2":438,"y2":785,"x3":394,"y3":785},"charText":"子","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":396,"y0":785,"x1":440,"y1":786,"x2":439,"y2":828,"x3":396,"y3":827},"charText":"愚","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":395,"y0":829,"x1":443,"y1":829,"x2":443,"y2":871,"x3":395,"y3":870},"charText":"濁","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":393,"y0":872,"x1":438,"y1":872,"x2":438,"y2":910,"x3":392,"y3":910},"charText":"不","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":336,"y0":39,"x1":388,"y1":39,"x2":387,"y2":84,"x3":336,"y3":83},"charText":"能","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":338,"y0":86,"x1":384,"y1":86,"x2":383,"y2":125,"x3":338,"y3":124},"charText":"洞","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":341,"y0":123,"x1":384,"y1":124,"x2":383,"y2":171,"x3":340,"y3":170},"charText":"悉","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":340,"y0":174,"x1":383,"y1":174,"x2":382,"y2":217,"x3":340,"y3":217},"charText":"明","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":343,"y0":217,"x1":388,"y1":218,"x2":388,"y2":256,"x3":343,"y3":256},"charText":"白","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":337,"y0":257,"x1":383,"y1":258,"x2":383,"y2":301,"x3":337,"y3":301},"charText":"若","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":338,"y0":301,"x1":384,"y1":302,"x2":383,"y2":346,"x3":338,"y3":346},"charText":"蒙","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":338,"y0":348,"x1":383,"y1":348,"x2":383,"y2":386,"x3":337,"y3":385},"charText":"大","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":339,"y0":388,"x1":380,"y1":388,"x2":380,"y2":432,"x3":339,"y3":432},"charText":"開","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":336,"y0":432,"x1":384,"y1":433,"x2":384,"y2":476,"x3":336,"y3":476},"charText":"癡","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":335,"y0":479,"x1":386,"y1":479,"x2":385,"y2":520,"x3":335,"y3":520},"charText":"頑","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":336,"y0":521,"x1":385,"y1":522,"x2":385,"y2":566,"x3":335,"y3":566},"charText":"脩","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":336,"y0":570,"x1":382,"y1":571,"x2":382,"y2":605,"x3":336,"y3":604},"charText":"細","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":335,"y0":617,"x1":382,"y1":618,"x2":382,"y2":633,"x3":335,"y3":632},"charText":"一","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":337,"y0":648,"x1":385,"y1":648,"x2":384,"y2":694,"x3":336,"y3":694},"charText":"聞","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":338,"y0":693,"x1":380,"y1":693,"x2":380,"y2":743,"x3":338,"y3":743},"charText":"弟","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":333,"y0":743,"x1":377,"y1":743,"x2":377,"y2":783,"x3":332,"y3":782},"charText":"子","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":336,"y0":782,"x1":375,"y1":782,"x2":375,"y2":823,"x3":335,"y3":822},"charText":"則","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":334,"y0":822,"x1":381,"y1":822,"x2":380,"y2":864,"x3":333,"y3":864},"charText":"洗","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":334,"y0":866,"x1":377,"y1":867,"x2":376,"y2":908,"x3":333,"y3":907},"charText":"耳","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":276,"y0":38,"x1":327,"y1":39,"x2":326,"y2":86,"x3":275,"y3":85},"charText":"諦","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":275,"y0":85,"x1":328,"y1":86,"x2":328,"y2":125,"x3":274,"y3":125},"charText":"聽","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":272,"y0":125,"x1":320,"y1":126,"x2":319,"y2":170,"x3":272,"y3":170},"charText":"稍","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":275,"y0":170,"x1":325,"y1":170,"x2":325,"y2":211,"x3":275,"y3":211},"charText":"能","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":276,"y0":211,"x1":321,"y1":211,"x2":320,"y2":260,"x3":276,"y3":260},"charText":"警","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":277,"y0":262,"x1":326,"y1":262,"x2":325,"y2":305,"x3":276,"y3":305},"charText":"省","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":275,"y0":306,"x1":321,"y1":307,"x2":321,"y2":346,"x3":274,"y3":345},"charText":"亦","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":274,"y0":348,"x1":320,"y1":348,"x2":320,"y2":388,"x3":274,"y3":387},"charText":"可","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":278,"y0":388,"x1":323,"y1":388,"x2":323,"y2":431,"x3":278,"y3":430},"charText":"免","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":275,"y0":434,"x1":324,"y1":434,"x2":323,"y2":473,"x3":275,"y3":472},"charText":"沉","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":274,"y0":474,"x1":325,"y1":475,"x2":325,"y2":519,"x3":273,"y3":518},"charText":"淪","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":274,"y0":524,"x1":324,"y1":524,"x2":324,"y2":557,"x3":274,"y3":556},"charText":"之","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":272,"y0":562,"x1":325,"y1":562,"x2":324,"y2":605,"x3":272,"y3":605},"charText":"苦","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":274,"y0":612,"x1":320,"y1":613,"x2":320,"y2":640,"x3":274,"y3":640},"charText":"二","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":271,"y0":648,"x1":320,"y1":648,"x2":320,"y2":687,"x3":271,"y3":686},"charText":"仙","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":276,"y0":689,"x1":321,"y1":689,"x2":321,"y2":736,"x3":276,"y3":735},"charText":"笑","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":273,"y0":735,"x1":323,"y1":736,"x2":323,"y2":779,"x3":272,"y3":779},"charText":"道","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":275,"y0":780,"x1":322,"y1":781,"x2":321,"y2":819,"x3":274,"y3":818},"charText":"此","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":275,"y0":820,"x1":314,"y1":821,"x2":314,"y2":864,"x3":275,"y3":863},"charText":"乃","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":273,"y0":867,"x1":321,"y1":868,"x2":320,"y2":907,"x3":273,"y3":907},"charText":"元","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":217,"y0":37,"x1":269,"y1":38,"x2":269,"y2":83,"x3":217,"y3":83},"charText":"機","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":219,"y0":85,"x1":264,"y1":86,"x2":263,"y2":123,"x3":219,"y3":122},"charText":"不","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":218,"y0":126,"x1":264,"y1":127,"x2":264,"y2":169,"x3":218,"y3":168},"charText":"可","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":219,"y0":171,"x1":263,"y1":172,"x2":262,"y2":215,"x3":218,"y3":214},"charText":"預","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":218,"y0":213,"x1":265,"y1":214,"x2":265,"y2":258,"x3":218,"y3":258},"charText":"洩","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":216,"y0":256,"x1":267,"y1":257,"x2":266,"y2":302,"x3":215,"y3":302},"charText":"者","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":217,"y0":303,"x1":260,"y1":304,"x2":260,"y2":347,"x3":217,"y3":346},"charText":"到","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":216,"y0":348,"x1":260,"y1":349,"x2":260,"y2":390,"x3":215,"y3":390},"charText":"那","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":217,"y0":390,"x1":260,"y1":391,"x2":260,"y2":438,"x3":217,"y3":437},"charText":"時","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":220,"y0":439,"x1":258,"y1":439,"x2":258,"y2":475,"x3":220,"y3":474},"charText":"只","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":217,"y0":478,"x1":259,"y1":478,"x2":259,"y2":516,"x3":217,"y3":516},"charText":"不","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":213,"y0":520,"x1":262,"y1":520,"x2":262,"y2":561,"x3":213,"y3":561},"charText":"要","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":220,"y0":565,"x1":260,"y1":565,"x2":260,"y2":607,"x3":220,"y3":606},"charText":"忘","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":222,"y0":609,"x1":253,"y1":609,"x2":253,"y2":648,"x3":222,"y3":648},"charText":"了","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":217,"y0":648,"x1":261,"y1":648,"x2":261,"y2":690,"x3":216,"y3":690},"charText":"我","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":216,"y0":696,"x1":260,"y1":697,"x2":259,"y2":728,"x3":216,"y3":727},"charText":"二","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":214,"y0":737,"x1":263,"y1":737,"x2":263,"y2":775,"x3":214,"y3":774},"charText":"人","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":214,"y0":779,"x1":258,"y1":780,"x2":257,"y2":823,"x3":213,"y3":822},"charText":"可","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":213,"y0":823,"x1":261,"y1":824,"x2":260,"y2":865,"x3":212,"y3":864},"charText":"便","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":211,"y0":868,"x1":261,"y1":868,"x2":261,"y2":907,"x3":211,"y3":907},"charText":"跳","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":163,"y0":41,"x1":201,"y1":41,"x2":201,"y2":83,"x3":163,"y3":82},"charText":"出","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":161,"y0":82,"x1":207,"y1":83,"x2":206,"y2":123,"x3":161,"y3":122},"charText":"火","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":158,"y0":123,"x1":207,"y1":124,"x2":206,"y2":168,"x3":157,"y3":167},"charText":"坑","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":157,"y0":169,"x1":208,"y1":169,"x2":207,"y2":213,"x3":157,"y3":213},"charText":"矣","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":157,"y0":216,"x1":202,"y1":217,"x2":201,"y2":252,"x3":157,"y3":251},"charText":"士","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":159,"y0":254,"x1":202,"y1":255,"x2":202,"y2":297,"x3":158,"y3":296},"charText":"隐","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":155,"y0":298,"x1":201,"y1":298,"x2":201,"y2":343,"x3":154,"y3":343},"charText":"聽","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":162,"y0":345,"x1":204,"y1":345,"x2":204,"y2":387,"x3":162,"y3":386},"charText":"正","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":156,"y0":389,"x1":197,"y1":389,"x2":197,"y2":429,"x3":156,"y3":428},"charText":"不","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":152,"y0":431,"x1":202,"y1":432,"x2":202,"y2":472,"x3":152,"y3":472},"charText":"便","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":153,"y0":476,"x1":200,"y1":476,"x2":200,"y2":517,"x3":153,"y3":516},"charText":"再","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":158,"y0":519,"x1":204,"y1":519,"x2":204,"y2":563,"x3":158,"y3":563},"charText":"問","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":160,"y0":566,"x1":196,"y1":566,"x2":196,"y2":606,"x3":160,"y3":606},"charText":"因","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":158,"y0":604,"x1":201,"y1":605,"x2":200,"y2":648,"x3":158,"y3":648},"charText":"笑","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":155,"y0":648,"x1":201,"y1":648,"x2":201,"y2":692,"x3":154,"y3":692},"charText":"道","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":158,"y0":695,"x1":202,"y1":696,"x2":202,"y2":733,"x3":158,"y3":733},"charText":"元","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":152,"y0":732,"x1":202,"y1":733,"x2":201,"y2":780,"x3":151,"y3":780},"charText":"機","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":154,"y0":781,"x1":196,"y1":782,"x2":196,"y2":820,"x3":154,"y3":819},"charText":"不","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":152,"y0":822,"x1":196,"y1":822,"x2":196,"y2":864,"x3":152,"y3":863},"charText":"可","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":150,"y0":865,"x1":196,"y1":866,"x2":195,"y2":909,"x3":150,"y3":908},"charText":"預","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":97,"y0":37,"x1":149,"y1":37,"x2":149,"y2":83,"x3":97,"y3":82},"charText":"洩","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":95,"y0":83,"x1":147,"y1":84,"x2":146,"y2":121,"x3":94,"y3":120},"charText":"但","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":98,"y0":121,"x1":145,"y1":122,"x2":145,"y2":168,"x3":98,"y3":167},"charText":"適","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":101,"y0":171,"x1":142,"y1":171,"x2":141,"y2":209,"x3":101,"y3":208},"charText":"云","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":98,"y0":208,"x1":146,"y1":209,"x2":145,"y2":259,"x3":97,"y3":258},"charText":"蠢","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":97,"y0":259,"x1":147,"y1":260,"x2":147,"y2":300,"x3":96,"y3":300},"charText":"物","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":97,"y0":303,"x1":138,"y1":304,"x2":138,"y2":342,"x3":97,"y3":342},"charText":"不","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":95,"y0":343,"x1":143,"y1":344,"x2":142,"y2":382,"x3":94,"y3":382},"charText":"知","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":97,"y0":383,"x1":142,"y1":383,"x2":142,"y2":429,"x3":97,"y3":429},"charText":"為","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":93,"y0":431,"x1":144,"y1":431,"x2":144,"y2":472,"x3":93,"y3":472},"charText":"何","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":96,"y0":471,"x1":144,"y1":471,"x2":144,"y2":516,"x3":96,"y3":516},"charText":"或","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":94,"y0":518,"x1":139,"y1":519,"x2":139,"y2":562,"x3":94,"y3":562},"charText":"可","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":94,"y0":573,"x1":140,"y1":574,"x2":141,"y2":592,"x3":94,"y3":591},"charText":"一","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":96,"y0":602,"x1":143,"y1":603,"x2":143,"y2":644,"x3":95,"y3":644},"charText":"見","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":93,"y0":648,"x1":144,"y1":648,"x2":144,"y2":688,"x3":93,"y3":687},"charText":"否","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":93,"y0":693,"x1":140,"y1":693,"x2":139,"y2":737,"x3":92,"y3":736},"charText":"那","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":91,"y0":736,"x1":136,"y1":737,"x2":135,"y2":780,"x3":90,"y3":780},"charText":"僧","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":92,"y0":780,"x1":139,"y1":781,"x2":139,"y2":822,"x3":92,"y3":821},"charText":"道","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":91,"y0":822,"x1":136,"y1":822,"x2":136,"y2":865,"x3":90,"y3":865},"charText":"若","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":94,"y0":867,"x1":135,"y1":868,"x2":135,"y2":909,"x3":93,"y3":909},"charText":"問","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":36,"y0":38,"x1":87,"y1":38,"x2":87,"y2":75,"x3":36,"y3":75},"charText":"此","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":34,"y0":76,"x1":88,"y1":76,"x2":88,"y2":122,"x3":34,"y3":121},"charText":"物","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":32,"y0":123,"x1":78,"y1":123,"x2":78,"y2":169,"x3":32,"y3":169},"charText":"到","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":33,"y0":168,"x1":78,"y1":168,"x2":78,"y2":218,"x3":32,"y3":217},"charText":"有","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":32,"y0":227,"x1":82,"y1":228,"x2":82,"y2":244,"x3":32,"y3":243},"charText":"一","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":35,"y0":257,"x1":80,"y1":258,"x2":79,"y2":296,"x3":34,"y3":295},"charText":"面","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":32,"y0":300,"x1":83,"y1":300,"x2":83,"y2":336,"x3":32,"y3":336},"charText":"之","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":32,"y0":340,"x1":86,"y1":341,"x2":85,"y2":387,"x3":31,"y3":386},"charText":"縁","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":28,"y0":387,"x1":83,"y1":387,"x2":83,"y2":428,"x3":28,"y3":428},"charText":"説","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":30,"y0":429,"x1":84,"y1":429,"x2":84,"y2":476,"x3":29,"y3":476},"charText":"羞","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":34,"y0":478,"x1":82,"y1":478,"x2":82,"y2":518,"x3":34,"y3":518},"charText":"取","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":35,"y0":519,"x1":75,"y1":519,"x2":75,"y2":560,"x3":35,"y3":560},"charText":"出","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":31,"y0":561,"x1":81,"y1":561,"x2":81,"y2":604,"x3":31,"y3":604},"charText":"遞","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":32,"y0":604,"x1":79,"y1":604,"x2":79,"y2":647,"x3":32,"y3":646},"charText":"扵","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":32,"y0":648,"x1":76,"y1":648,"x2":76,"y2":685,"x3":32,"y3":685},"charText":"士","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":33,"y0":689,"x1":83,"y1":689,"x2":83,"y2":733,"x3":33,"y3":733},"charText":"隐","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":30,"y0":736,"x1":75,"y1":736,"x2":75,"y2":772,"x3":30,"y3":772},"charText":"士","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":31,"y0":774,"x1":79,"y1":774,"x2":78,"y2":818,"x3":31,"y3":818},"charText":"隐","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":29,"y0":818,"x1":80,"y1":819,"x2":79,"y2":863,"x3":28,"y3":863},"charText":"接","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":32,"y0":865,"x1":71,"y1":866,"x2":70,"y2":907,"x3":32,"y3":907},"charText":"了","textlineId":8,"picUri":"","isPicText":false}]},"7501933907890520105":{"wordBoxList":[{"charPoly":{"x0":523,"y0":37,"x1":567,"y1":38,"x2":566,"y2":83,"x3":522,"y3":83},"charText":"看","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":524,"y0":83,"x1":572,"y1":84,"x2":572,"y2":128,"x3":523,"y3":127},"charText":"時","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":523,"y0":129,"x1":565,"y1":129,"x2":565,"y2":171,"x3":523,"y3":170},"charText":"原","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":523,"y0":173,"x1":570,"y1":173,"x2":570,"y2":216,"x3":523,"y3":216},"charText":"是","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":523,"y0":217,"x1":571,"y1":217,"x2":571,"y2":254,"x3":523,"y3":254},"charText":"塊","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":527,"y0":254,"x1":572,"y1":255,"x2":571,"y2":301,"x3":526,"y3":301},"charText":"美","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":524,"y0":303,"x1":574,"y1":304,"x2":574,"y2":338,"x3":523,"y3":338},"charText":"五","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":523,"y0":342,"x1":571,"y1":343,"x2":571,"y2":378,"x3":522,"y3":378},"charText":"上","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":526,"y0":385,"x1":569,"y1":386,"x2":569,"y2":425,"x3":526,"y3":425},"charText":"面","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":526,"y0":426,"x1":568,"y1":426,"x2":568,"y2":471,"x3":526,"y3":471},"charText":"字","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":524,"y0":474,"x1":572,"y1":473,"x2":572,"y2":514,"x3":524,"y3":515},"charText":"跡","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":530,"y0":520,"x1":573,"y1":519,"x2":574,"y2":558,"x3":530,"y3":558},"charText":"分","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":531,"y0":563,"x1":575,"y1":563,"x2":575,"y2":602,"x3":531,"y3":602},"charText":"明","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":523,"y0":601,"x1":573,"y1":602,"x2":572,"y2":645,"x3":523,"y3":645},"charText":"鐫","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":526,"y0":646,"x1":570,"y1":646,"x2":570,"y2":691,"x3":525,"y3":691},"charText":"著","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":525,"y0":693,"x1":572,"y1":693,"x2":572,"y2":733,"x3":525,"y3":733},"charText":"通","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":527,"y0":734,"x1":572,"y1":734,"x2":572,"y2":777,"x3":527,"y3":777},"charText":"靈","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":530,"y0":778,"x1":571,"y1":778,"x2":571,"y2":825,"x3":530,"y3":825},"charText":"寳","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":527,"y0":827,"x1":572,"y1":827,"x2":572,"y2":860,"x3":527,"y3":860},"charText":"玉","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":529,"y0":868,"x1":572,"y1":868,"x2":573,"y2":900,"x3":529,"y3":900},"charText":"四","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":460,"y0":37,"x1":513,"y1":37,"x2":512,"y2":82,"x3":460,"y3":82},"charText":"字","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":460,"y0":82,"x1":510,"y1":83,"x2":510,"y2":124,"x3":460,"y3":124},"charText":"後","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":465,"y0":127,"x1":507,"y1":127,"x2":508,"y2":165,"x3":465,"y3":165},"charText":"面","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":461,"y0":168,"x1":510,"y1":168,"x2":510,"y2":210,"x3":461,"y3":210},"charText":"還","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":462,"y0":211,"x1":507,"y1":211,"x2":507,"y2":254,"x3":462,"y3":254},"charText":"有","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":460,"y0":254,"x1":511,"y1":254,"x2":511,"y2":301,"x3":460,"y3":300},"charText":"幾","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":461,"y0":302,"x1":510,"y1":303,"x2":510,"y2":346,"x3":461,"y3":345},"charText":"行","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":463,"y0":347,"x1":508,"y1":348,"x2":508,"y2":382,"x3":463,"y3":382},"charText":"小","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":463,"y0":384,"x1":513,"y1":385,"x2":513,"y2":431,"x3":463,"y3":430},"charText":"字","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":461,"y0":434,"x1":507,"y1":433,"x2":508,"y2":469,"x3":462,"y3":469},"charText":"正","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":458,"y0":472,"x1":512,"y1":471,"x2":512,"y2":513,"x3":459,"y3":513},"charText":"欲","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":461,"y0":515,"x1":506,"y1":515,"x2":506,"y2":562,"x3":461,"y3":562},"charText":"看","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":465,"y0":563,"x1":513,"y1":562,"x2":513,"y2":606,"x3":465,"y3":606},"charText":"時","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":463,"y0":607,"x1":508,"y1":607,"x2":508,"y2":648,"x3":463,"y3":648},"charText":"那","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":463,"y0":648,"x1":507,"y1":648,"x2":507,"y2":691,"x3":463,"y3":691},"charText":"僧","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":462,"y0":692,"x1":514,"y1":692,"x2":514,"y2":732,"x3":462,"y3":732},"charText":"便","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":461,"y0":734,"x1":514,"y1":734,"x2":514,"y2":776,"x3":461,"y3":776},"charText":"説","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":469,"y0":779,"x1":511,"y1":779,"x2":511,"y2":815,"x3":469,"y3":815},"charText":"已","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":465,"y0":818,"x1":509,"y1":818,"x2":509,"y2":863,"x3":465,"y3":863},"charText":"到","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":465,"y0":865,"x1":509,"y1":866,"x2":509,"y2":902,"x3":465,"y3":902},"charText":"幻","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":400,"y0":36,"x1":452,"y1":37,"x2":452,"y2":82,"x3":399,"y3":81},"charText":"境","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":424,"y0":88,"x1":451,"y1":88,"x2":451,"y2":116,"x3":424,"y3":116},"charText":"又","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":423,"y0":125,"x1":450,"y1":125,"x2":450,"y2":157,"x3":423,"y3":157},"charText":"㸃","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":423,"y0":173,"x1":451,"y1":172,"x2":451,"y2":200,"x3":423,"y3":201},"charText":"幻","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":425,"y0":216,"x1":451,"y1":216,"x2":451,"y2":251,"x3":425,"y3":251},"charText":"字","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":424,"y0":264,"x1":450,"y1":264,"x2":450,"y2":290,"x3":425,"y3":289},"charText":"云","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":419,"y0":302,"x1":449,"y1":302,"x2":449,"y2":335,"x3":419,"y3":335},"charText":"書","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":396,"y0":87,"x1":423,"y1":87,"x2":423,"y2":116,"x3":397,"y3":116},"charText":"巳","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":395,"y0":127,"x1":424,"y1":127,"x2":423,"y2":154,"x3":395,"y3":154},"charText":"入","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":395,"y0":174,"x1":422,"y1":174,"x2":422,"y2":201,"x3":395,"y3":201},"charText":"幻","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":396,"y0":217,"x1":424,"y1":216,"x2":424,"y2":249,"x3":396,"y3":250},"charText":"境","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":396,"y0":261,"x1":423,"y1":261,"x2":423,"y2":293,"x3":396,"y3":294},"charText":"矣","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":399,"y0":342,"x1":450,"y1":342,"x2":450,"y2":382,"x3":398,"y3":382},"charText":"便","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":402,"y0":385,"x1":445,"y1":386,"x2":445,"y2":426,"x3":402,"y3":426},"charText":"强","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":400,"y0":428,"x1":448,"y1":428,"x2":448,"y2":470,"x3":400,"y3":470},"charText":"從","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":402,"y0":472,"x1":444,"y1":472,"x2":444,"y2":516,"x3":402,"y3":516},"charText":"手","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":405,"y0":516,"x1":443,"y1":516,"x2":443,"y2":561,"x3":405,"y3":561},"charText":"中","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":402,"y0":562,"x1":450,"y1":561,"x2":450,"y2":610,"x3":403,"y3":611},"charText":"奪","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":408,"y0":611,"x1":441,"y1":611,"x2":441,"y2":649,"x3":408,"y3":649},"charText":"了","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":402,"y0":649,"x1":453,"y1":649,"x2":452,"y2":690,"x3":402,"y3":690},"charText":"却","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":401,"y0":693,"x1":451,"y1":693,"x2":451,"y2":734,"x3":401,"y3":734},"charText":"與","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":402,"y0":736,"x1":449,"y1":736,"x2":450,"y2":778,"x3":402,"y3":778},"charText":"道","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":402,"y0":781,"x1":452,"y1":781,"x2":452,"y2":813,"x3":402,"y3":813},"charText":"人","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":401,"y0":814,"x1":449,"y1":814,"x2":449,"y2":860,"x3":401,"y3":860},"charText":"竟","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":403,"y0":862,"x1":449,"y1":862,"x2":449,"y2":903,"x3":403,"y3":903},"charText":"過","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":339,"y0":47,"x1":386,"y1":48,"x2":386,"y2":64,"x3":339,"y3":64},"charText":"一","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":340,"y0":75,"x1":386,"y1":75,"x2":386,"y2":118,"x3":340,"y3":118},"charText":"大","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":337,"y0":125,"x1":380,"y1":125,"x2":380,"y2":161,"x3":336,"y3":161},"charText":"石","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":340,"y0":166,"x1":386,"y1":166,"x2":386,"y2":214,"x3":340,"y3":214},"charText":"牌","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":338,"y0":215,"x1":389,"y1":215,"x2":390,"y2":256,"x3":338,"y3":256},"charText":"坎","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":339,"y0":260,"x1":384,"y1":260,"x2":384,"y2":293,"x3":339,"y3":293},"charText":"上","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":339,"y0":296,"x1":381,"y1":295,"x2":382,"y2":344,"x3":340,"y3":345},"charText":"書","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":342,"y0":350,"x1":384,"y1":350,"x2":384,"y2":377,"x3":343,"y3":377},"charText":"四","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":342,"y0":383,"x1":390,"y1":383,"x2":390,"y2":427,"x3":342,"y3":427},"charText":"字","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":344,"y0":430,"x1":381,"y1":429,"x2":381,"y2":471,"x3":345,"y3":471},"charText":"乃","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":341,"y0":473,"x1":388,"y1":473,"x2":388,"y2":516,"x3":341,"y3":516},"charText":"是","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":344,"y0":517,"x1":390,"y1":517,"x2":390,"y2":556,"x3":344,"y3":556},"charText":"太","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":343,"y0":559,"x1":387,"y1":559,"x2":388,"y2":603,"x3":344,"y3":603},"charText":"虚","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":345,"y0":608,"x1":388,"y1":608,"x2":388,"y2":642,"x3":345,"y3":642},"charText":"幻","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":342,"y0":644,"x1":393,"y1":644,"x2":393,"y2":689,"x3":342,"y3":689},"charText":"境","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":345,"y0":695,"x1":387,"y1":695,"x2":387,"y2":734,"x3":345,"y3":734},"charText":"兩","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":341,"y0":734,"x1":390,"y1":735,"x2":390,"y2":781,"x3":341,"y3":781},"charText":"邉","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":343,"y0":782,"x1":391,"y1":782,"x2":391,"y2":817,"x3":343,"y3":817},"charText":"又","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":342,"y0":817,"x1":384,"y1":817,"x2":384,"y2":865,"x3":342,"y3":865},"charText":"有","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":344,"y0":877,"x1":390,"y1":877,"x2":390,"y2":895,"x3":345,"y3":895},"charText":"一","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":279,"y0":38,"x1":325,"y1":38,"x2":325,"y2":79,"x3":279,"y3":79},"charText":"副","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":277,"y0":79,"x1":327,"y1":79,"x2":326,"y2":125,"x3":276,"y3":125},"charText":"對","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":279,"y0":125,"x1":329,"y1":126,"x2":329,"y2":170,"x3":278,"y3":170},"charText":"聯","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":278,"y0":170,"x1":326,"y1":170,"x2":326,"y2":213,"x3":278,"y3":213},"charText":"道","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":279,"y0":213,"x1":329,"y1":214,"x2":329,"y2":256,"x3":279,"y3":256},"charText":"是","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":299,"y0":260,"x1":330,"y1":260,"x2":330,"y2":292,"x3":299,"y3":292},"charText":"無","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":301,"y0":302,"x1":330,"y1":302,"x2":330,"y2":331,"x3":301,"y3":331},"charText":"極","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":305,"y0":346,"x1":331,"y1":345,"x2":331,"y2":373,"x3":305,"y3":373},"charText":"太","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":304,"y0":387,"x1":331,"y1":387,"x2":331,"y2":418,"x3":304,"y3":418},"charText":"極","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":305,"y0":433,"x1":331,"y1":433,"x2":331,"y2":459,"x3":305,"y3":459},"charText":"之","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":303,"y0":477,"x1":330,"y1":477,"x2":331,"y2":506,"x3":304,"y3":507},"charText":"輪","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":303,"y0":521,"x1":331,"y1":521,"x2":331,"y2":555,"x3":303,"y3":555},"charText":"轉","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":307,"y0":567,"x1":331,"y1":567,"x2":331,"y2":596,"x3":307,"y3":596},"charText":"色","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":305,"y0":608,"x1":330,"y1":608,"x2":331,"y2":636,"x3":305,"y3":636},"charText":"空","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":305,"y0":652,"x1":331,"y1":652,"x2":331,"y2":678,"x3":305,"y3":678},"charText":"之","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":303,"y0":695,"x1":332,"y1":695,"x2":332,"y2":726,"x3":303,"y3":725},"charText":"相","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":275,"y0":261,"x1":297,"y1":261,"x2":297,"y2":290,"x3":276,"y3":290},"charText":"生","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":276,"y0":306,"x1":299,"y1":305,"x2":300,"y2":329,"x3":276,"y3":329},"charText":"四","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":275,"y0":344,"x1":302,"y1":344,"x2":302,"y2":378,"x3":275,"y3":378},"charText":"季","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":274,"y0":389,"x1":303,"y1":389,"x2":304,"y2":417,"x3":275,"y3":418},"charText":"之","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":276,"y0":432,"x1":303,"y1":431,"x2":303,"y2":464,"x3":276,"y3":465},"charText":"隨","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":276,"y0":478,"x1":301,"y1":478,"x2":302,"y2":509,"x3":277,"y3":509},"charText":"行","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":276,"y0":521,"x1":301,"y1":521,"x2":302,"y2":553,"x3":276,"y3":553},"charText":"皆","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":276,"y0":568,"x1":301,"y1":568,"x2":302,"y2":595,"x3":276,"y3":595},"charText":"不","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":275,"y0":610,"x1":304,"y1":610,"x2":304,"y2":639,"x3":276,"y3":639},"charText":"過","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":276,"y0":653,"x1":303,"y1":653,"x2":303,"y2":680,"x3":276,"y3":680},"charText":"如","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":276,"y0":696,"x1":305,"y1":697,"x2":305,"y2":725,"x3":276,"y3":725},"charText":"此","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":216,"y0":122,"x1":268,"y1":123,"x2":267,"y2":163,"x3":216,"y3":163},"charText":"假","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":217,"y0":165,"x1":263,"y1":165,"x2":263,"y2":212,"x3":217,"y3":211},"charText":"作","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":218,"y0":212,"x1":265,"y1":212,"x2":264,"y2":255,"x3":217,"y3":254},"charText":"真","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":219,"y0":255,"x1":265,"y1":256,"x2":265,"y2":299,"x3":219,"y3":299},"charText":"時","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":218,"y0":298,"x1":265,"y1":298,"x2":265,"y2":343,"x3":218,"y3":343},"charText":"真","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":221,"y0":344,"x1":263,"y1":344,"x2":263,"y2":383,"x3":221,"y3":383},"charText":"亦","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":220,"y0":387,"x1":267,"y1":387,"x2":267,"y2":431,"x3":220,"y3":430},"charText":"假","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":218,"y0":516,"x1":268,"y1":516,"x2":268,"y2":559,"x3":218,"y3":559},"charText":"無","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":224,"y0":560,"x1":267,"y1":560,"x2":267,"y2":603,"x3":224,"y3":603},"charText":"為","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":222,"y0":602,"x1":262,"y1":601,"x2":263,"y2":647,"x3":222,"y3":648},"charText":"有","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":220,"y0":649,"x1":269,"y1":649,"x2":268,"y2":692,"x3":220,"y3":692},"charText":"處","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":221,"y0":693,"x1":266,"y1":693,"x2":266,"y2":737,"x3":221,"y3":737},"charText":"有","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":221,"y0":739,"x1":268,"y1":739,"x2":268,"y2":780,"x3":221,"y3":780},"charText":"還","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":218,"y0":780,"x1":270,"y1":780,"x2":270,"y2":829,"x3":218,"y3":829},"charText":"無","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":160,"y0":38,"x1":206,"y1":39,"x2":206,"y2":74,"x3":160,"y3":74},"charText":"士","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":161,"y0":77,"x1":207,"y1":77,"x2":207,"y2":119,"x3":161,"y3":119},"charText":"隐","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":159,"y0":120,"x1":205,"y1":120,"x2":205,"y2":166,"x3":159,"y3":166},"charText":"意","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":158,"y0":167,"x1":209,"y1":168,"x2":209,"y2":209,"x3":158,"y3":209},"charText":"欲","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":160,"y0":212,"x1":207,"y1":212,"x2":207,"y2":251,"x3":160,"y3":251},"charText":"也","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":158,"y0":258,"x1":205,"y1":258,"x2":204,"y2":298,"x3":157,"y3":298},"charText":"跟","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":165,"y0":301,"x1":198,"y1":301,"x2":198,"y2":343,"x3":165,"y3":343},"charText":"了","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":158,"y0":344,"x1":207,"y1":344,"x2":207,"y2":383,"x3":158,"y3":383},"charText":"過","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":159,"y0":384,"x1":210,"y1":385,"x2":210,"y2":426,"x3":159,"y3":426},"charText":"却","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":158,"y0":430,"x1":202,"y1":430,"x2":202,"y2":469,"x3":158,"y3":469},"charText":"方","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":158,"y0":469,"x1":208,"y1":469,"x2":208,"y2":514,"x3":158,"y3":514},"charText":"舉","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":158,"y0":516,"x1":204,"y1":516,"x2":204,"y2":562,"x3":158,"y3":563},"charText":"歩","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":159,"y0":564,"x1":210,"y1":564,"x2":210,"y2":611,"x3":160,"y3":612},"charText":"時","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":163,"y0":610,"x1":206,"y1":610,"x2":206,"y2":650,"x3":163,"y3":650},"charText":"忽","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":159,"y0":651,"x1":208,"y1":651,"x2":208,"y2":694,"x3":159,"y3":694},"charText":"聽","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":158,"y0":704,"x1":206,"y1":704,"x2":207,"y2":720,"x3":158,"y3":719},"charText":"一","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":160,"y0":728,"x1":208,"y1":728,"x2":208,"y2":778,"x3":159,"y3":778},"charText":"聲","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":160,"y0":781,"x1":206,"y1":781,"x2":207,"y2":826,"x3":160,"y3":826},"charText":"霹","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":161,"y0":826,"x1":210,"y1":825,"x2":210,"y2":868,"x3":161,"y3":868},"charText":"靂","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":162,"y0":869,"x1":205,"y1":869,"x2":205,"y2":908,"x3":162,"y3":908},"charText":"有","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":97,"y0":38,"x1":144,"y1":38,"x2":144,"y2":82,"x3":96,"y3":82},"charText":"若","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":101,"y0":83,"x1":143,"y1":83,"x2":143,"y2":117,"x3":101,"y3":117},"charText":"山","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":101,"y0":119,"x1":141,"y1":119,"x2":140,"y2":170,"x3":100,"y3":170},"charText":"崩","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":95,"y0":171,"x1":147,"y1":171,"x2":147,"y2":208,"x3":94,"y3":208},"charText":"地","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":98,"y0":211,"x1":148,"y1":212,"x2":148,"y2":254,"x3":98,"y3":253},"charText":"隨","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":97,"y0":258,"x1":141,"y1":259,"x2":141,"y2":292,"x3":97,"y3":292},"charText":"士","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":98,"y0":296,"x1":143,"y1":296,"x2":143,"y2":340,"x3":99,"y3":340},"charText":"隐","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":99,"y0":341,"x1":145,"y1":341,"x2":145,"y2":380,"x3":99,"y3":380},"charText":"大","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":98,"y0":382,"x1":145,"y1":382,"x2":145,"y2":432,"x3":98,"y3":432},"charText":"呌","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":96,"y0":440,"x1":145,"y1":440,"x2":145,"y2":455,"x3":97,"y3":454},"charText":"一","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":98,"y0":464,"x1":149,"y1":464,"x2":148,"y2":520,"x3":97,"y3":520},"charText":"聲","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":99,"y0":520,"x1":146,"y1":520,"x2":146,"y2":562,"x3":99,"y3":562},"charText":"定","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":99,"y0":562,"x1":144,"y1":562,"x2":144,"y2":610,"x3":99,"y3":610},"charText":"睛","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":98,"y0":620,"x1":144,"y1":620,"x2":145,"y2":634,"x3":99,"y3":633},"charText":"一","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":98,"y0":644,"x1":149,"y1":644,"x2":149,"y2":693,"x3":98,"y3":693},"charText":"看","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":103,"y0":698,"x1":143,"y1":698,"x2":143,"y2":733,"x3":104,"y3":733},"charText":"只","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":101,"y0":736,"x1":147,"y1":735,"x2":148,"y2":778,"x3":101,"y3":778},"charText":"見","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":100,"y0":780,"x1":144,"y1":780,"x2":144,"y2":819,"x3":101,"y3":820},"charText":"烈","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":109,"y0":825,"x1":137,"y1":825,"x2":137,"y2":859,"x3":109,"y3":859},"charText":"日","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":102,"y0":861,"x1":149,"y1":861,"x2":149,"y2":909,"x3":102,"y3":909},"charText":"炎","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":39,"y0":36,"x1":90,"y1":36,"x2":90,"y2":80,"x3":38,"y3":80},"charText":"炎","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":38,"y0":77,"x1":82,"y1":78,"x2":82,"y2":123,"x3":37,"y3":122},"charText":"芭","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":35,"y0":122,"x1":82,"y1":122,"x2":81,"y2":166,"x3":35,"y3":166},"charText":"蕉","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":30,"y0":166,"x1":81,"y1":166,"x2":80,"y2":210,"x3":30,"y3":210},"charText":"冉","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":30,"y0":209,"x1":87,"y1":209,"x2":86,"y2":254,"x3":29,"y3":253},"charText":"冉","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":56,"y0":265,"x1":87,"y1":264,"x2":87,"y2":295,"x3":56,"y3":295},"charText":"醒","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":57,"y0":302,"x1":86,"y1":302,"x2":86,"y2":337,"x3":57,"y3":338},"charText":"得","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":57,"y0":345,"x1":86,"y1":345,"x2":86,"y2":376,"x3":56,"y3":376},"charText":"無","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":58,"y0":386,"x1":84,"y1":386,"x2":84,"y2":419,"x3":58,"y3":419},"charText":"痕","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":27,"y0":265,"x1":53,"y1":265,"x2":53,"y2":293,"x3":27,"y3":292},"charText":"不","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":27,"y0":301,"x1":56,"y1":301,"x2":56,"y2":335,"x3":27,"y3":334},"charText":"落","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":28,"y0":344,"x1":53,"y1":344,"x2":53,"y2":378,"x3":28,"y3":378},"charText":"舊","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":28,"y0":386,"x1":57,"y1":386,"x2":57,"y2":420,"x3":28,"y3":420},"charText":"套","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":35,"y0":421,"x1":77,"y1":421,"x2":77,"y2":474,"x3":35,"y3":475},"charText":"夢","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":37,"y0":473,"x1":73,"y1":473,"x2":74,"y2":520,"x3":37,"y3":520},"charText":"中","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":33,"y0":521,"x1":83,"y1":521,"x2":83,"y2":556,"x3":33,"y3":556},"charText":"之","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":34,"y0":556,"x1":85,"y1":556,"x2":85,"y2":609,"x3":34,"y3":609},"charText":"事","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":33,"y0":611,"x1":83,"y1":611,"x2":83,"y2":651,"x3":33,"y3":651},"charText":"便","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":38,"y0":651,"x1":79,"y1":651,"x2":80,"y2":694,"x3":38,"y3":694},"charText":"忘","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":41,"y0":696,"x1":72,"y1":695,"x2":73,"y2":739,"x3":42,"y3":739},"charText":"了","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":31,"y0":739,"x1":81,"y1":739,"x2":82,"y2":783,"x3":32,"y3":784},"charText":"對","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":35,"y0":782,"x1":88,"y1":781,"x2":88,"y2":826,"x3":35,"y3":827},"charText":"半","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":38,"y0":829,"x1":85,"y1":829,"x2":85,"y2":863,"x3":39,"y3":864},"charText":"又","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":35,"y0":866,"x1":86,"y1":866,"x2":87,"y2":908,"x3":35,"y3":909},"charText":"見","textlineId":8,"picUri":"","isPicText":false}]},"7501933907890536489":{"wordBoxList":[{"charPoly":{"x0":519,"y0":38,"x1":570,"y1":38,"x2":571,"y2":80,"x3":519,"y3":80},"charText":"奶","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":521,"y0":83,"x1":572,"y1":83,"x2":572,"y2":123,"x3":521,"y3":123},"charText":"母","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":523,"y0":126,"x1":572,"y1":126,"x2":572,"y2":161,"x3":523,"y3":161},"charText":"正","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":525,"y0":164,"x1":572,"y1":163,"x2":572,"y2":206,"x3":525,"y3":207},"charText":"抱","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":531,"y0":211,"x1":563,"y1":211,"x2":563,"y2":254,"x3":532,"y3":254},"charText":"了","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":524,"y0":255,"x1":570,"y1":255,"x2":570,"y2":296,"x3":524,"y3":297},"charText":"英","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":525,"y0":297,"x1":572,"y1":297,"x2":572,"y2":340,"x3":525,"y3":340},"charText":"蓮","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":529,"y0":339,"x1":574,"y1":339,"x2":574,"y2":385,"x3":529,"y3":385},"charText":"来","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":528,"y0":387,"x1":570,"y1":387,"x2":570,"y2":422,"x3":528,"y3":422},"charText":"士","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":528,"y0":425,"x1":572,"y1":425,"x2":572,"y2":471,"x3":528,"y3":471},"charText":"隐","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":531,"y0":473,"x1":572,"y1":473,"x2":573,"y2":515,"x3":532,"y3":516},"charText":"見","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":525,"y0":520,"x1":572,"y1":520,"x2":573,"y2":555,"x3":526,"y3":555},"charText":"女","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":529,"y0":558,"x1":574,"y1":558,"x2":575,"y2":600,"x3":530,"y3":601},"charText":"免","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":524,"y0":602,"x1":574,"y1":602,"x2":574,"y2":648,"x3":523,"y3":648},"charText":"越","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":530,"y0":648,"x1":576,"y1":649,"x2":576,"y2":693,"x3":530,"y3":692},"charText":"發","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":526,"y0":693,"x1":573,"y1":693,"x2":572,"y2":734,"x3":526,"y3":734},"charText":"生","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":527,"y0":736,"x1":573,"y1":737,"x2":573,"y2":781,"x3":527,"y3":780},"charText":"得","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":522,"y0":780,"x1":572,"y1":780,"x2":572,"y2":822,"x3":522,"y3":821},"charText":"粉","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":523,"y0":823,"x1":573,"y1":823,"x2":573,"y2":865,"x3":523,"y3":865},"charText":"粧","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":527,"y0":873,"x1":574,"y1":873,"x2":575,"y2":907,"x3":527,"y3":907},"charText":"玉","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":461,"y0":36,"x1":511,"y1":36,"x2":511,"y2":77,"x3":461,"y3":77},"charText":"琢","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":467,"y0":78,"x1":506,"y1":77,"x2":506,"y2":124,"x3":467,"y3":124},"charText":"乖","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":465,"y0":124,"x1":508,"y1":124,"x2":509,"y2":171,"x3":466,"y3":171},"charText":"覺","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":463,"y0":173,"x1":508,"y1":173,"x2":508,"y2":213,"x3":463,"y3":213},"charText":"可","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":463,"y0":214,"x1":512,"y1":213,"x2":512,"y2":258,"x3":463,"y3":259},"charText":"喜","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":462,"y0":261,"x1":511,"y1":261,"x2":511,"y2":299,"x3":462,"y3":299},"charText":"便","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":462,"y0":299,"x1":507,"y1":299,"x2":507,"y2":345,"x3":462,"y3":345},"charText":"伸","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":466,"y0":346,"x1":505,"y1":346,"x2":505,"y2":388,"x3":466,"y3":388},"charText":"手","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":464,"y0":388,"x1":510,"y1":388,"x2":510,"y2":434,"x3":464,"y3":435},"charText":"来","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":465,"y0":435,"x1":511,"y1":435,"x2":511,"y2":474,"x3":465,"y3":474},"charText":"抱","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":465,"y0":474,"x1":508,"y1":474,"x2":509,"y2":516,"x3":465,"y3":516},"charText":"在","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":467,"y0":516,"x1":509,"y1":515,"x2":509,"y2":562,"x3":468,"y3":562},"charText":"懐","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":471,"y0":563,"x1":513,"y1":563,"x2":514,"y2":608,"x3":471,"y3":608},"charText":"中","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":471,"y0":609,"x1":509,"y1":609,"x2":509,"y2":652,"x3":471,"y3":652},"charText":"鬪","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":464,"y0":651,"x1":512,"y1":651,"x2":512,"y2":690,"x3":464,"y3":690},"charText":"他","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":465,"y0":695,"x1":509,"y1":695,"x2":509,"y2":737,"x3":465,"y3":737},"charText":"頑","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":463,"y0":738,"x1":511,"y1":738,"x2":511,"y2":781,"x3":463,"y3":781},"charText":"耍","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":466,"y0":793,"x1":511,"y1":794,"x2":512,"y2":808,"x3":466,"y3":808},"charText":"一","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":470,"y0":827,"x1":514,"y1":827,"x2":514,"y2":858,"x3":470,"y3":858},"charText":"回","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":468,"y0":869,"x1":514,"y1":869,"x2":514,"y2":905,"x3":468,"y3":905},"charText":"又","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":404,"y0":33,"x1":447,"y1":33,"x2":447,"y2":84,"x3":403,"y3":84},"charText":"帯","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":404,"y0":84,"x1":446,"y1":84,"x2":447,"y2":121,"x3":404,"y3":122},"charText":"至","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":400,"y0":122,"x1":450,"y1":123,"x2":450,"y2":169,"x3":400,"y3":169},"charText":"街","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":401,"y0":170,"x1":452,"y1":170,"x2":452,"y2":216,"x3":401,"y3":216},"charText":"前","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":403,"y0":216,"x1":447,"y1":216,"x2":447,"y2":263,"x3":403,"y3":263},"charText":"看","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":403,"y0":266,"x1":448,"y1":266,"x2":448,"y2":308,"x3":403,"y3":308},"charText":"那","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":403,"y0":308,"x1":450,"y1":308,"x2":450,"y2":345,"x3":403,"y3":345},"charText":"過","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":402,"y0":345,"x1":452,"y1":346,"x2":452,"y2":389,"x3":402,"y3":389},"charText":"㑹","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":407,"y0":390,"x1":449,"y1":390,"x2":449,"y2":431,"x3":407,"y3":431},"charText":"的","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":403,"y0":429,"x1":450,"y1":429,"x2":450,"y2":472,"x3":403,"y3":472},"charText":"熱","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":408,"y0":476,"x1":454,"y1":476,"x2":455,"y2":522,"x3":409,"y3":523},"charText":"閙","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":405,"y0":523,"x1":449,"y1":523,"x2":449,"y2":564,"x3":405,"y3":563},"charText":"方","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":405,"y0":565,"x1":450,"y1":565,"x2":450,"y2":603,"x3":405,"y3":603},"charText":"欲","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":405,"y0":604,"x1":451,"y1":604,"x2":451,"y2":646,"x3":405,"y3":646},"charText":"進","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":410,"y0":646,"x1":453,"y1":646,"x2":453,"y2":691,"x3":410,"y3":691},"charText":"来","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":408,"y0":691,"x1":456,"y1":692,"x2":455,"y2":740,"x3":408,"y3":740},"charText":"時","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":410,"y0":742,"x1":449,"y1":743,"x2":449,"y2":779,"x3":410,"y3":779},"charText":"只","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":407,"y0":780,"x1":453,"y1":780,"x2":453,"y2":821,"x3":407,"y3":821},"charText":"見","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":405,"y0":823,"x1":454,"y1":823,"x2":454,"y2":865,"x3":405,"y3":865},"charText":"従","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":405,"y0":870,"x1":452,"y1":870,"x2":453,"y2":909,"x3":405,"y3":909},"charText":"那","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":341,"y0":34,"x1":389,"y1":34,"x2":389,"y2":79,"x3":341,"y3":79},"charText":"邉","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":344,"y0":78,"x1":391,"y1":79,"x2":391,"y2":125,"x3":344,"y3":125},"charText":"来","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":341,"y0":138,"x1":390,"y1":138,"x2":390,"y2":154,"x3":342,"y3":153},"charText":"一","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":340,"y0":165,"x1":387,"y1":165,"x2":387,"y2":211,"x3":340,"y3":211},"charText":"僧","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":341,"y0":226,"x1":389,"y1":226,"x2":389,"y2":241,"x3":341,"y3":240},"charText":"一","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":342,"y0":251,"x1":393,"y1":252,"x2":393,"y2":297,"x3":342,"y3":297},"charText":"道","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":341,"y0":301,"x1":389,"y1":302,"x2":389,"y2":344,"x3":341,"y3":343},"charText":"那","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":341,"y0":344,"x1":387,"y1":344,"x2":387,"y2":386,"x3":341,"y3":386},"charText":"僧","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":344,"y0":387,"x1":386,"y1":387,"x2":386,"y2":429,"x3":344,"y3":429},"charText":"則","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":344,"y0":429,"x1":389,"y1":429,"x2":389,"y2":475,"x3":345,"y3":475},"charText":"癩","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":344,"y0":477,"x1":389,"y1":477,"x2":389,"y2":520,"x3":344,"y3":520},"charText":"頭","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":343,"y0":519,"x1":393,"y1":519,"x2":393,"y2":562,"x3":343,"y3":562},"charText":"跣","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":342,"y0":565,"x1":395,"y1":565,"x2":394,"y2":605,"x3":342,"y3":605},"charText":"足","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":344,"y0":608,"x1":389,"y1":608,"x2":389,"y2":651,"x3":344,"y3":651},"charText":"那","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":344,"y0":650,"x1":391,"y1":650,"x2":391,"y2":692,"x3":344,"y3":692},"charText":"道","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":345,"y0":694,"x1":388,"y1":694,"x2":388,"y2":737,"x3":345,"y3":737},"charText":"則","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":345,"y0":737,"x1":393,"y1":737,"x2":393,"y2":780,"x3":345,"y3":780},"charText":"跛","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":342,"y0":781,"x1":392,"y1":781,"x2":392,"y2":820,"x3":341,"y3":820},"charText":"足","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":342,"y0":819,"x1":392,"y1":819,"x2":392,"y2":867,"x3":341,"y3":867},"charText":"蓬","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":341,"y0":870,"x1":394,"y1":870,"x2":394,"y2":910,"x3":341,"y3":910},"charText":"頭","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":306,"y0":41,"x1":332,"y1":41,"x2":332,"y2":69,"x3":306,"y3":70},"charText":"此","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":305,"y0":82,"x1":332,"y1":82,"x2":332,"y2":115,"x3":305,"y3":115},"charText":"是","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":277,"y0":42,"x1":304,"y1":42,"x2":304,"y2":69,"x3":276,"y3":70},"charText":"幻","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":277,"y0":81,"x1":305,"y1":81,"x2":306,"y2":115,"x3":277,"y3":115},"charText":"像","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":281,"y0":119,"x1":329,"y1":120,"x2":329,"y2":165,"x3":280,"y3":165},"charText":"瘋","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":280,"y0":166,"x1":330,"y1":167,"x2":330,"y2":211,"x3":280,"y3":211},"charText":"瘋","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":279,"y0":212,"x1":327,"y1":212,"x2":327,"y2":256,"x3":279,"y3":256},"charText":"顛","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":280,"y0":257,"x1":332,"y1":257,"x2":331,"y2":301,"x3":280,"y3":300},"charText":"顛","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":281,"y0":301,"x1":328,"y1":301,"x2":328,"y2":345,"x3":281,"y3":344},"charText":"揮","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":282,"y0":344,"x1":326,"y1":344,"x2":326,"y2":387,"x3":283,"y3":387},"charText":"霍","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":280,"y0":386,"x1":329,"y1":386,"x2":330,"y2":429,"x3":280,"y3":429},"charText":"談","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":283,"y0":429,"x1":331,"y1":429,"x2":332,"y2":472,"x3":284,"y3":473},"charText":"咲","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":286,"y0":477,"x1":330,"y1":477,"x2":331,"y2":514,"x3":286,"y3":514},"charText":"而","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":285,"y0":519,"x1":333,"y1":519,"x2":333,"y2":559,"x3":285,"y3":559},"charText":"至","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":288,"y0":563,"x1":332,"y1":564,"x2":332,"y2":602,"x3":288,"y3":602},"charText":"及","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":285,"y0":605,"x1":327,"y1":605,"x2":327,"y2":650,"x3":285,"y3":650},"charText":"到","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":291,"y0":652,"x1":323,"y1":652,"x2":323,"y2":694,"x3":291,"y3":694},"charText":"了","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":285,"y0":696,"x1":332,"y1":696,"x2":332,"y2":735,"x3":285,"y3":735},"charText":"他","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":288,"y0":740,"x1":330,"y1":740,"x2":330,"y2":781,"x3":288,"y3":780},"charText":"門","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":282,"y0":780,"x1":333,"y1":780,"x2":333,"y2":824,"x3":282,"y3":824},"charText":"前","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":282,"y0":825,"x1":327,"y1":826,"x2":326,"y2":870,"x3":282,"y3":870},"charText":"看","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":283,"y0":872,"x1":332,"y1":872,"x2":331,"y2":910,"x3":283,"y3":910},"charText":"見","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":224,"y0":35,"x1":267,"y1":36,"x2":267,"y2":72,"x3":224,"y3":71},"charText":"士","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":226,"y0":75,"x1":268,"y1":75,"x2":268,"y2":118,"x3":226,"y3":118},"charText":"隐","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":221,"y0":119,"x1":269,"y1":120,"x2":269,"y2":161,"x3":221,"y3":161},"charText":"抱","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":222,"y0":163,"x1":266,"y1":163,"x2":266,"y2":211,"x3":221,"y3":211},"charText":"着","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":221,"y0":212,"x1":267,"y1":212,"x2":266,"y2":255,"x3":221,"y3":255},"charText":"英","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":220,"y0":255,"x1":272,"y1":255,"x2":272,"y2":300,"x3":220,"y3":300},"charText":"蓮","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":222,"y0":303,"x1":268,"y1":304,"x2":267,"y2":345,"x3":222,"y3":345},"charText":"那","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":220,"y0":346,"x1":265,"y1":346,"x2":265,"y2":387,"x3":220,"y3":387},"charText":"僧","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":221,"y0":389,"x1":270,"y1":389,"x2":270,"y2":427,"x3":221,"y3":427},"charText":"便","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":224,"y0":428,"x1":270,"y1":428,"x2":270,"y2":470,"x3":224,"y3":470},"charText":"大","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":225,"y0":473,"x1":270,"y1":473,"x2":271,"y2":515,"x3":225,"y3":515},"charText":"哭","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":220,"y0":517,"x1":272,"y1":517,"x2":272,"y2":559,"x3":220,"y3":560},"charText":"起","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":228,"y0":559,"x1":274,"y1":560,"x2":274,"y2":608,"x3":228,"y3":607},"charText":"来","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":228,"y0":610,"x1":271,"y1":611,"x2":271,"y2":646,"x3":228,"y3":646},"charText":"又","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":227,"y0":648,"x1":269,"y1":648,"x2":269,"y2":690,"x3":227,"y3":690},"charText":"向","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":225,"y0":693,"x1":269,"y1":694,"x2":269,"y2":731,"x3":225,"y3":731},"charText":"士","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":226,"y0":736,"x1":270,"y1":736,"x2":270,"y2":780,"x3":226,"y3":780},"charText":"隐","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":222,"y0":780,"x1":273,"y1":780,"x2":272,"y2":822,"x3":222,"y3":822},"charText":"道","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":221,"y0":823,"x1":272,"y1":823,"x2":272,"y2":866,"x3":220,"y3":866},"charText":"施","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":224,"y0":869,"x1":272,"y1":870,"x2":271,"y2":909,"x3":224,"y3":909},"charText":"主","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":161,"y0":34,"x1":208,"y1":34,"x2":208,"y2":75,"x3":161,"y3":75},"charText":"你","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":161,"y0":77,"x1":211,"y1":77,"x2":211,"y2":118,"x3":161,"y3":118},"charText":"把","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":161,"y0":121,"x1":209,"y1":121,"x2":209,"y2":162,"x3":161,"y3":162},"charText":"這","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":161,"y0":163,"x1":206,"y1":163,"x2":205,"y2":211,"x3":161,"y3":210},"charText":"有","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":161,"y0":212,"x1":210,"y1":212,"x2":210,"y2":258,"x3":160,"y3":257},"charText":"命","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":160,"y0":257,"x1":208,"y1":257,"x2":208,"y2":298,"x3":160,"y3":298},"charText":"無","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":162,"y0":301,"x1":212,"y1":301,"x2":212,"y2":342,"x3":162,"y3":342},"charText":"運","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":168,"y0":344,"x1":205,"y1":343,"x2":205,"y2":387,"x3":169,"y3":388},"charText":"累","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":166,"y0":389,"x1":210,"y1":389,"x2":210,"y2":428,"x3":166,"y3":428},"charText":"及","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":165,"y0":429,"x1":210,"y1":429,"x2":210,"y2":476,"x3":165,"y3":476},"charText":"爹","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":160,"y0":476,"x1":208,"y1":476,"x2":208,"y2":521,"x3":160,"y3":521},"charText":"娘","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":164,"y0":525,"x1":212,"y1":525,"x2":211,"y2":560,"x3":164,"y3":559},"charText":"之","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":165,"y0":561,"x1":213,"y1":561,"x2":213,"y2":604,"x3":165,"y3":604},"charText":"物","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":162,"y0":605,"x1":212,"y1":606,"x2":212,"y2":648,"x3":162,"y3":648},"charText":"抱","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":163,"y0":649,"x1":210,"y1":649,"x2":209,"y2":693,"x3":162,"y3":692},"charText":"在","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":165,"y0":692,"x1":209,"y1":693,"x2":209,"y2":739,"x3":165,"y3":739},"charText":"懐","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":167,"y0":739,"x1":205,"y1":739,"x2":205,"y2":781,"x3":167,"y3":781},"charText":"中","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":162,"y0":782,"x1":208,"y1":782,"x2":208,"y2":824,"x3":162,"y3":824},"charText":"作","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":160,"y0":825,"x1":213,"y1":825,"x2":212,"y2":868,"x3":159,"y3":867},"charText":"甚","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":163,"y0":871,"x1":208,"y1":871,"x2":208,"y2":907,"x3":162,"y3":907},"charText":"士","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":103,"y0":33,"x1":149,"y1":33,"x2":149,"y2":75,"x3":103,"y3":75},"charText":"隐","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":101,"y0":76,"x1":148,"y1":76,"x2":148,"y2":121,"x3":101,"y3":121},"charText":"聽","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":109,"y0":123,"x1":151,"y1":124,"x2":151,"y2":165,"x3":109,"y3":164},"charText":"了","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":100,"y0":168,"x1":147,"y1":169,"x2":147,"y2":207,"x3":99,"y3":206},"charText":"知","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":100,"y0":210,"x1":149,"y1":210,"x2":149,"y2":254,"x3":100,"y3":254},"charText":"是","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":101,"y0":254,"x1":151,"y1":254,"x2":150,"y2":299,"x3":101,"y3":299},"charText":"瘋","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":99,"y0":300,"x1":152,"y1":301,"x2":152,"y2":340,"x3":99,"y3":340},"charText":"話","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":102,"y0":344,"x1":148,"y1":344,"x2":148,"y2":381,"x3":102,"y3":381},"charText":"也","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":103,"y0":387,"x1":145,"y1":387,"x2":145,"y2":425,"x3":103,"y3":425},"charText":"不","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":102,"y0":426,"x1":145,"y1":426,"x2":145,"y2":470,"x3":102,"y3":470},"charText":"去","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":102,"y0":474,"x1":151,"y1":474,"x2":151,"y2":520,"x3":102,"y3":520},"charText":"睬","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":100,"y0":522,"x1":153,"y1":522,"x2":153,"y2":563,"x3":100,"y3":562},"charText":"他","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":103,"y0":566,"x1":148,"y1":566,"x2":147,"y2":607,"x3":102,"y3":606},"charText":"那","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":102,"y0":606,"x1":145,"y1":607,"x2":145,"y2":649,"x3":102,"y3":649},"charText":"僧","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":102,"y0":651,"x1":151,"y1":652,"x2":151,"y2":694,"x3":102,"y3":694},"charText":"還","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":100,"y0":694,"x1":152,"y1":695,"x2":152,"y2":736,"x3":100,"y3":736},"charText":"說","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":101,"y0":737,"x1":152,"y1":738,"x2":152,"y2":780,"x3":101,"y3":780},"charText":"捨","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":102,"y0":780,"x1":150,"y1":780,"x2":150,"y2":821,"x3":102,"y3":821},"charText":"我","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":102,"y0":823,"x1":152,"y1":824,"x2":151,"y2":869,"x3":102,"y3":868},"charText":"罷","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":100,"y0":870,"x1":153,"y1":871,"x2":152,"y2":912,"x3":99,"y3":912},"charText":"捨","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":39,"y0":30,"x1":89,"y1":31,"x2":89,"y2":75,"x3":39,"y3":75},"charText":"我","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":39,"y0":76,"x1":92,"y1":76,"x2":91,"y2":122,"x3":39,"y3":121},"charText":"罷","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":123,"x1":83,"y1":123,"x2":83,"y2":160,"x3":40,"y3":160},"charText":"士","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":39,"y0":164,"x1":86,"y1":164,"x2":86,"y2":210,"x3":39,"y3":210},"charText":"隐","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":214,"x1":81,"y1":214,"x2":81,"y2":252,"x3":40,"y3":252},"charText":"不","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":38,"y0":254,"x1":86,"y1":254,"x2":86,"y2":299,"x3":37,"y3":299},"charText":"耐","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":39,"y0":300,"x1":91,"y1":300,"x2":91,"y2":343,"x3":39,"y3":343},"charText":"煩","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":37,"y0":343,"x1":90,"y1":343,"x2":90,"y2":384,"x3":37,"y3":384},"charText":"便","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":39,"y0":384,"x1":88,"y1":384,"x2":88,"y2":428,"x3":39,"y3":427},"charText":"抱","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":36,"y0":431,"x1":87,"y1":431,"x2":87,"y2":467,"x3":36,"y3":467},"charText":"女","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":470,"x1":89,"y1":470,"x2":89,"y2":514,"x3":40,"y3":514},"charText":"见","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":37,"y0":518,"x1":89,"y1":518,"x2":89,"y2":560,"x3":37,"y3":560},"charText":"要","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":38,"y0":562,"x1":91,"y1":562,"x2":91,"y2":604,"x3":38,"y3":604},"charText":"進","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":605,"x1":93,"y1":605,"x2":93,"y2":647,"x3":40,"y3":647},"charText":"却","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":41,"y0":652,"x1":89,"y1":652,"x2":89,"y2":697,"x3":41,"y3":696},"charText":"那","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":696,"x1":88,"y1":696,"x2":87,"y2":738,"x3":40,"y3":737},"charText":"僧","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":41,"y0":737,"x1":89,"y1":738,"x2":89,"y2":779,"x3":41,"y3":778},"charText":"指","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":779,"x1":87,"y1":779,"x2":87,"y2":827,"x3":40,"y3":827},"charText":"着","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":37,"y0":827,"x1":90,"y1":828,"x2":89,"y2":865,"x3":36,"y3":865},"charText":"他","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":867,"x1":90,"y1":867,"x2":89,"y2":909,"x3":39,"y3":908},"charText":"大","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":4,"y0":35,"x1":25,"y1":35,"x2":24,"y2":68,"x3":4,"y3":67},"charText":"子","textlineId":9,"picUri":"","isPicText":false},{"charPoly":{"x0":3,"y0":78,"x1":27,"y1":79,"x2":27,"y2":121,"x3":3,"y3":121},"charText":"頁","textlineId":9,"picUri":"","isPicText":false},{"charPoly":{"x0":1,"y0":128,"x1":28,"y1":129,"x2":28,"y2":166,"x3":1,"y3":165},"charText":"巳","textlineId":9,"picUri":"","isPicText":false}]},"7501933907890552873":{"wordBoxList":[{"charPoly":{"x0":531,"y0":38,"x1":580,"y1":39,"x2":580,"y2":86,"x3":530,"y3":86},"charText":"笑","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":535,"y0":90,"x1":569,"y1":91,"x2":570,"y2":117,"x3":535,"y3":117},"charText":"口","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":528,"y0":124,"x1":577,"y1":125,"x2":577,"y2":168,"x3":528,"y3":168},"charText":"念","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":536,"y0":172,"x1":568,"y1":173,"x2":567,"y2":215,"x3":536,"y3":215},"charText":"了","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":532,"y0":223,"x1":574,"y1":224,"x2":574,"y2":252,"x3":532,"y3":252},"charText":"四","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":534,"y0":258,"x1":572,"y1":258,"x2":572,"y2":302,"x3":534,"y3":301},"charText":"句","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":526,"y0":304,"x1":573,"y1":305,"x2":573,"y2":344,"x3":526,"y3":343},"charText":"言","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":525,"y0":348,"x1":573,"y1":348,"x2":573,"y2":391,"x3":525,"y3":390},"charText":"詞","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":528,"y0":391,"x1":578,"y1":392,"x2":577,"y2":434,"x3":528,"y3":433},"charText":"道","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":467,"y0":123,"x1":513,"y1":123,"x2":513,"y2":169,"x3":466,"y3":169},"charText":"慣","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":468,"y0":169,"x1":517,"y1":169,"x2":517,"y2":216,"x3":467,"y3":215},"charText":"養","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":464,"y0":217,"x1":518,"y1":217,"x2":517,"y2":258,"x3":463,"y3":257},"charText":"姣","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":468,"y0":259,"x1":514,"y1":259,"x2":514,"y2":299,"x3":467,"y3":298},"charText":"生","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":468,"y0":300,"x1":516,"y1":300,"x2":515,"y2":346,"x3":468,"y3":345},"charText":"笑","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":466,"y0":347,"x1":513,"y1":347,"x2":513,"y2":386,"x3":465,"y3":386},"charText":"你","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":466,"y0":388,"x1":512,"y1":389,"x2":511,"y2":435,"x3":465,"y3":435},"charText":"癡","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":466,"y0":516,"x1":512,"y1":516,"x2":512,"y2":570,"x3":465,"y3":570},"charText":"菱","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":465,"y0":569,"x1":514,"y1":569,"x2":514,"y2":612,"x3":465,"y3":612},"charText":"花","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":466,"y0":614,"x1":510,"y1":615,"x2":510,"y2":656,"x3":466,"y3":656},"charText":"空","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":461,"y0":657,"x1":511,"y1":658,"x2":511,"y2":702,"x3":461,"y3":701},"charText":"對","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":465,"y0":702,"x1":510,"y1":702,"x2":510,"y2":742,"x3":465,"y3":741},"charText":"雪","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":460,"y0":743,"x1":511,"y1":744,"x2":511,"y2":787,"x3":460,"y3":787},"charText":"斯","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":460,"y0":787,"x1":512,"y1":788,"x2":511,"y2":829,"x3":459,"y3":829},"charText":"斯","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":402,"y0":123,"x1":452,"y1":123,"x2":452,"y2":166,"x3":402,"y3":166},"charText":"好","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":405,"y0":170,"x1":452,"y1":170,"x2":452,"y2":213,"x3":405,"y3":213},"charText":"防","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":404,"y0":214,"x1":451,"y1":214,"x2":451,"y2":255,"x3":403,"y3":255},"charText":"佳","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":408,"y0":255,"x1":451,"y1":255,"x2":451,"y2":305,"x3":408,"y3":304},"charText":"莭","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":408,"y0":306,"x1":453,"y1":306,"x2":453,"y2":343,"x3":408,"y3":343},"charText":"元","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":408,"y0":344,"x1":449,"y1":344,"x2":449,"y2":392,"x3":407,"y3":392},"charText":"宵","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":404,"y0":391,"x1":453,"y1":392,"x2":453,"y2":438,"x3":404,"y3":437},"charText":"後","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":400,"y0":521,"x1":452,"y1":522,"x2":451,"y2":565,"x3":400,"y3":564},"charText":"便","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":404,"y0":565,"x1":451,"y1":566,"x2":450,"y2":610,"x3":404,"y3":610},"charText":"是","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":404,"y0":611,"x1":448,"y1":612,"x2":448,"y2":652,"x3":403,"y3":651},"charText":"烟","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":406,"y0":652,"x1":447,"y1":653,"x2":446,"y2":699,"x3":406,"y3":699},"charText":"消","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":404,"y0":699,"x1":450,"y1":700,"x2":450,"y2":739,"x3":403,"y3":739},"charText":"火","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":404,"y0":739,"x1":452,"y1":739,"x2":451,"y2":781,"x3":403,"y3":780},"charText":"滅","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":405,"y0":780,"x1":450,"y1":781,"x2":450,"y2":827,"x3":405,"y3":827},"charText":"時","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":424,"y0":819,"x1":454,"y1":819,"x2":454,"y2":844,"x3":424,"y3":844},"charText":"力","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":347,"y0":37,"x1":391,"y1":37,"x2":391,"y2":72,"x3":347,"y3":72},"charText":"士","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":347,"y0":76,"x1":393,"y1":77,"x2":393,"y2":119,"x3":347,"y3":119},"charText":"隐","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":343,"y0":120,"x1":393,"y1":120,"x2":392,"y2":165,"x3":343,"y3":164},"charText":"聽","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":344,"y0":166,"x1":392,"y1":167,"x2":391,"y2":216,"x3":344,"y3":215},"charText":"得","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":348,"y0":217,"x1":388,"y1":217,"x2":388,"y2":259,"x3":348,"y3":259},"charText":"明","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":345,"y0":259,"x1":396,"y1":260,"x2":395,"y2":297,"x3":345,"y3":297},"charText":"白","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":346,"y0":304,"x1":389,"y1":305,"x2":389,"y2":337,"x3":346,"y3":336},"charText":"心","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":344,"y0":342,"x1":387,"y1":342,"x2":387,"y2":382,"x3":343,"y3":381},"charText":"下","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":344,"y0":384,"x1":390,"y1":384,"x2":390,"y2":430,"x3":343,"y3":429},"charText":"猶","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":345,"y0":429,"x1":394,"y1":430,"x2":393,"y2":476,"x3":344,"y3":476},"charText":"豫","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":341,"y0":476,"x1":387,"y1":477,"x2":387,"y2":521,"x3":341,"y3":521},"charText":"意","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":344,"y0":523,"x1":389,"y1":523,"x2":388,"y2":564,"x3":343,"y3":563},"charText":"欲","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":349,"y0":566,"x1":388,"y1":567,"x2":388,"y2":610,"x3":349,"y3":610},"charText":"問","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":342,"y0":609,"x1":391,"y1":610,"x2":391,"y2":648,"x3":342,"y3":647},"charText":"他","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":345,"y0":648,"x1":391,"y1":649,"x2":390,"y2":697,"x3":344,"y3":696},"charText":"来","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":340,"y0":698,"x1":391,"y1":699,"x2":391,"y2":741,"x3":340,"y3":740},"charText":"歴","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":344,"y0":744,"x1":384,"y1":744,"x2":384,"y2":778,"x3":344,"y3":778},"charText":"只","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":339,"y0":779,"x1":389,"y1":779,"x2":389,"y2":823,"x3":339,"y3":823},"charText":"聽","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":339,"y0":825,"x1":387,"y1":826,"x2":386,"y2":871,"x3":338,"y3":870},"charText":"得","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":340,"y0":872,"x1":385,"y1":872,"x2":385,"y2":909,"x3":340,"y3":909},"charText":"道","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":287,"y0":38,"x1":334,"y1":39,"x2":334,"y2":73,"x3":287,"y3":72},"charText":"人","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":283,"y0":74,"x1":334,"y1":75,"x2":334,"y2":119,"x3":282,"y3":118},"charText":"説","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":284,"y0":119,"x1":335,"y1":120,"x2":334,"y2":163,"x3":283,"y3":163},"charText":"道","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":281,"y0":165,"x1":330,"y1":165,"x2":330,"y2":208,"x3":281,"y3":207},"charText":"你","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":283,"y0":209,"x1":331,"y1":209,"x2":330,"y2":253,"x3":282,"y3":253},"charText":"我","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":284,"y0":256,"x1":325,"y1":256,"x2":325,"y2":294,"x3":284,"y3":294},"charText":"不","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":283,"y0":297,"x1":326,"y1":297,"x2":326,"y2":338,"x3":283,"y3":337},"charText":"必","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":286,"y0":339,"x1":325,"y1":340,"x2":325,"y2":382,"x3":286,"y3":381},"charText":"同","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":280,"y0":382,"x1":333,"y1":383,"x2":332,"y2":427,"x3":279,"y3":426},"charText":"行","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":279,"y0":428,"x1":330,"y1":429,"x2":330,"y2":472,"x3":279,"y3":472},"charText":"就","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":281,"y0":474,"x1":330,"y1":475,"x2":330,"y2":514,"x3":281,"y3":514},"charText":"此","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":283,"y0":520,"x1":330,"y1":521,"x2":330,"y2":559,"x3":283,"y3":559},"charText":"分","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":282,"y0":562,"x1":332,"y1":563,"x2":332,"y2":606,"x3":281,"y3":606},"charText":"手","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":285,"y0":608,"x1":330,"y1":608,"x2":330,"y2":646,"x3":284,"y3":646},"charText":"各","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":279,"y0":648,"x1":331,"y1":648,"x2":330,"y2":696,"x3":279,"y3":695},"charText":"幹","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":281,"y0":696,"x1":326,"y1":697,"x2":325,"y2":743,"x3":280,"y3":743},"charText":"營","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":279,"y0":743,"x1":323,"y1":744,"x2":323,"y2":780,"x3":279,"y3":779},"charText":"生","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":278,"y0":778,"x1":323,"y1":779,"x2":322,"y2":820,"x3":278,"y3":819},"charText":"去","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":281,"y0":821,"x1":329,"y1":822,"x2":328,"y2":869,"x3":280,"y3":868},"charText":"罷","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":279,"y0":874,"x1":323,"y1":874,"x2":323,"y2":909,"x3":279,"y3":909},"charText":"三","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":223,"y0":33,"x1":276,"y1":34,"x2":275,"y2":74,"x3":223,"y3":74},"charText":"刼","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":225,"y0":74,"x1":276,"y1":75,"x2":276,"y2":117,"x3":225,"y3":116},"charText":"後","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":225,"y0":116,"x1":272,"y1":117,"x2":271,"y2":163,"x3":224,"y3":162},"charText":"我","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":225,"y0":163,"x1":270,"y1":164,"x2":269,"y2":207,"x3":224,"y3":206},"charText":"在","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":225,"y0":209,"x1":267,"y1":210,"x2":267,"y2":249,"x3":225,"y3":248},"charText":"北","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":222,"y0":253,"x1":268,"y1":254,"x2":267,"y2":299,"x3":222,"y3":298},"charText":"邙","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":226,"y0":301,"x1":268,"y1":301,"x2":268,"y2":335,"x3":226,"y3":334},"charText":"山","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":222,"y0":336,"x1":268,"y1":336,"x2":268,"y2":385,"x3":222,"y3":384},"charText":"等","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":222,"y0":386,"x1":273,"y1":387,"x2":272,"y2":427,"x3":222,"y3":426},"charText":"你","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":219,"y0":429,"x1":271,"y1":430,"x2":270,"y2":475,"x3":219,"y3":474},"charText":"會","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":221,"y0":475,"x1":267,"y1":476,"x2":266,"y2":524,"x3":221,"y3":524},"charText":"齊","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":229,"y0":525,"x1":271,"y1":525,"x2":271,"y2":565,"x3":229,"y3":565},"charText":"了","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":226,"y0":567,"x1":264,"y1":567,"x2":264,"y2":606,"x3":226,"y3":606},"charText":"同","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":220,"y0":606,"x1":267,"y1":606,"x2":266,"y2":647,"x3":220,"y3":646},"charText":"徃","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":223,"y0":648,"x1":268,"y1":649,"x2":268,"y2":690,"x3":223,"y3":690},"charText":"太","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":220,"y0":693,"x1":265,"y1":693,"x2":265,"y2":739,"x3":220,"y3":739},"charText":"虚","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":222,"y0":744,"x1":266,"y1":744,"x2":266,"y2":777,"x3":222,"y3":777},"charText":"幻","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":220,"y0":778,"x1":268,"y1":779,"x2":267,"y2":821,"x3":219,"y3":820},"charText":"境","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":217,"y0":821,"x1":263,"y1":822,"x2":263,"y2":868,"x3":216,"y3":867},"charText":"銷","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":216,"y0":869,"x1":268,"y1":869,"x2":267,"y2":914,"x3":215,"y3":913},"charText":"號","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":165,"y0":35,"x1":214,"y1":36,"x2":213,"y2":78,"x3":165,"y3":77},"charText":"那","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":164,"y0":77,"x1":209,"y1":78,"x2":209,"y2":120,"x3":163,"y3":119},"charText":"僧","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":163,"y0":120,"x1":215,"y1":121,"x2":215,"y2":164,"x3":162,"y3":163},"charText":"道","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":160,"y0":165,"x1":210,"y1":166,"x2":209,"y2":209,"x3":159,"y3":207},"charText":"妙","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":162,"y0":211,"x1":210,"y1":212,"x2":210,"y2":251,"x3":161,"y3":250},"charText":"極","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":159,"y0":252,"x1":208,"y1":253,"x2":207,"y2":296,"x3":159,"y3":296},"charText":"妙","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":162,"y0":298,"x1":213,"y1":299,"x2":212,"y2":338,"x3":161,"y3":337},"charText":"極","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":159,"y0":339,"x1":210,"y1":340,"x2":210,"y2":381,"x3":158,"y3":380},"charText":"説","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":158,"y0":381,"x1":212,"y1":382,"x2":210,"y2":428,"x3":157,"y3":427},"charText":"畢","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":161,"y0":434,"x1":206,"y1":435,"x2":206,"y2":463,"x3":160,"y3":463},"charText":"二","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":160,"y0":472,"x1":208,"y1":472,"x2":208,"y2":508,"x3":159,"y3":508},"charText":"人","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":159,"y0":527,"x1":207,"y1":528,"x2":207,"y2":546,"x3":159,"y3":546},"charText":"一","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":158,"y0":557,"x1":210,"y1":557,"x2":209,"y2":602,"x3":158,"y3":602},"charText":"去","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":156,"y0":606,"x1":206,"y1":606,"x2":206,"y2":649,"x3":156,"y3":649},"charText":"再","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":158,"y0":651,"x1":201,"y1":651,"x2":201,"y2":690,"x3":158,"y3":689},"charText":"不","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":158,"y0":692,"x1":206,"y1":693,"x2":206,"y2":735,"x3":158,"y3":735},"charText":"見","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":155,"y0":738,"x1":202,"y1":739,"x2":202,"y2":778,"x3":155,"y3":777},"charText":"個","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":156,"y0":780,"x1":204,"y1":781,"x2":203,"y2":823,"x3":155,"y3":822},"charText":"踪","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":155,"y0":825,"x1":207,"y1":826,"x2":206,"y2":867,"x3":154,"y3":866},"charText":"跡","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":155,"y0":871,"x1":198,"y1":873,"x2":197,"y2":908,"x3":154,"y3":907},"charText":"士","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":107,"y0":31,"x1":154,"y1":32,"x2":153,"y2":76,"x3":107,"y3":75},"charText":"隐","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":107,"y0":80,"x1":152,"y1":81,"x2":151,"y2":112,"x3":107,"y3":111},"charText":"心","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":108,"y0":113,"x1":156,"y1":114,"x2":154,"y2":163,"x3":107,"y3":161},"charText":"中","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":104,"y0":163,"x1":154,"y1":164,"x2":153,"y2":202,"x3":103,"y3":201},"charText":"此","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":104,"y0":202,"x1":149,"y1":203,"x2":147,"y2":253,"x3":102,"y3":252},"charText":"時","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":105,"y0":251,"x1":140,"y1":252,"x2":140,"y2":295,"x3":104,"y3":294},"charText":"自","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":101,"y0":295,"x1":151,"y1":296,"x2":150,"y2":338,"x3":100,"y3":337},"charText":"忖","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":99,"y0":339,"x1":148,"y1":340,"x2":148,"y2":381,"x3":98,"y3":381},"charText":"這","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":102,"y0":384,"x1":145,"y1":384,"x2":145,"y2":422,"x3":102,"y3":421},"charText":"兩","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":97,"y0":426,"x1":144,"y1":426,"x2":143,"y2":468,"x3":96,"y3":467},"charText":"個","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":97,"y0":471,"x1":147,"y1":471,"x2":146,"y2":509,"x3":96,"y3":508},"charText":"人","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":101,"y0":517,"x1":144,"y1":518,"x2":144,"y2":557,"x3":100,"y3":556},"charText":"必","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":98,"y0":557,"x1":140,"y1":558,"x2":140,"y2":605,"x3":98,"y3":605},"charText":"有","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":99,"y0":605,"x1":145,"y1":605,"x2":145,"y2":654,"x3":98,"y3":653},"charText":"来","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":95,"y0":654,"x1":147,"y1":654,"x2":147,"y2":694,"x3":95,"y3":694},"charText":"歴","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":93,"y0":695,"x1":141,"y1":695,"x2":141,"y2":737,"x3":93,"y3":737},"charText":"該","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":93,"y0":737,"x1":146,"y1":737,"x2":146,"y2":781,"x3":93,"y3":781},"charText":"試","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":94,"y0":790,"x1":144,"y1":790,"x2":144,"y2":806,"x3":94,"y3":807},"charText":"一","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":101,"y0":819,"x1":147,"y1":820,"x2":146,"y2":865,"x3":100,"y3":864},"charText":"問","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":92,"y0":869,"x1":142,"y1":870,"x2":142,"y2":907,"x3":91,"y3":907},"charText":"如","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":39,"y0":31,"x1":92,"y1":32,"x2":91,"y2":73,"x3":38,"y3":72},"charText":"今","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":72,"x1":88,"y1":73,"x2":87,"y2":120,"x3":40,"y3":119},"charText":"悔","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":35,"y0":117,"x1":86,"y1":118,"x2":85,"y2":163,"x3":34,"y3":162},"charText":"却","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":164,"x1":91,"y1":165,"x2":90,"y2":207,"x3":39,"y3":205},"charText":"晚","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":36,"y0":208,"x1":91,"y1":209,"x2":90,"y2":248,"x3":35,"y3":247},"charText":"也","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":35,"y0":249,"x1":86,"y1":250,"x2":85,"y2":293,"x3":35,"y3":292},"charText":"這","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":35,"y0":294,"x1":80,"y1":295,"x2":80,"y2":330,"x3":34,"y3":329},"charText":"士","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":37,"y0":333,"x1":84,"y1":334,"x2":83,"y2":379,"x3":37,"y3":378},"charText":"隐","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":36,"y0":381,"x1":79,"y1":381,"x2":79,"y2":418,"x3":36,"y3":417},"charText":"正","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":34,"y0":420,"x1":83,"y1":420,"x2":83,"y2":470,"x3":34,"y3":470},"charText":"癡","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":34,"y0":471,"x1":85,"y1":471,"x2":85,"y2":515,"x3":34,"y3":515},"charText":"想","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":37,"y0":517,"x1":79,"y1":517,"x2":79,"y2":559,"x3":38,"y3":560},"charText":"忽","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":37,"y0":560,"x1":84,"y1":560,"x2":84,"y2":601,"x3":36,"y3":601},"charText":"見","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":37,"y0":601,"x1":77,"y1":601,"x2":77,"y2":649,"x3":36,"y3":649},"charText":"葫","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":32,"y0":648,"x1":77,"y1":648,"x2":77,"y2":697,"x3":32,"y3":697},"charText":"蘆","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":32,"y0":697,"x1":76,"y1":698,"x2":76,"y2":743,"x3":32,"y3":742},"charText":"廟","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":38,"y0":742,"x1":85,"y1":742,"x2":85,"y2":780,"x3":38,"y3":779},"charText":"内","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":31,"y0":777,"x1":77,"y1":778,"x2":77,"y2":825,"x3":30,"y3":825},"charText":"寄","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":30,"y0":825,"x1":73,"y1":826,"x2":72,"y2":868,"x3":29,"y3":867},"charText":"居","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":30,"y0":880,"x1":79,"y1":881,"x2":79,"y2":899,"x3":30,"y3":898},"charText":"一","textlineId":8,"picUri":"","isPicText":false}]}}}} \ No newline at end of file diff --git a/ocr/out/raw/0004_word_box_200_https_www.shidianguji.com_api_ancientlib_read_word-box-page-content_m-get_verifyFp_verify_mojvwigo_UYbwAhLm_WGX2_4K7E_BdXi_qZDBJPpeoTO8_fp_verify_mojvwigo_UYbwAhL.json b/ocr/out/raw/0004_word_box_200_https_www.shidianguji.com_api_ancientlib_read_word-box-page-content_m-get_verifyFp_verify_mojvwigo_UYbwAhLm_WGX2_4K7E_BdXi_qZDBJPpeoTO8_fp_verify_mojvwigo_UYbwAhL.json deleted file mode 100644 index 1bd2804ee1a0f7a1678ad06d5e699cfbc734d9cc..0000000000000000000000000000000000000000 --- a/ocr/out/raw/0004_word_box_200_https_www.shidianguji.com_api_ancientlib_read_word-box-page-content_m-get_verifyFp_verify_mojvwigo_UYbwAhLm_WGX2_4K7E_BdXi_qZDBJPpeoTO8_fp_verify_mojvwigo_UYbwAhL.json +++ /dev/null @@ -1 +0,0 @@ -{"errorCode":0,"errorMsg":"","data":{"pageId2WordBoxContent":{"7501933907890733097":{"wordBoxList":[{"charPoly":{"x0":522,"y0":34,"x1":570,"y1":34,"x2":570,"y2":74,"x3":522,"y3":74},"charText":"下","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":518,"y0":75,"x1":566,"y1":75,"x2":566,"y2":116,"x3":518,"y3":116},"charText":"直","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":521,"y0":116,"x1":569,"y1":116,"x2":569,"y2":164,"x3":521,"y3":164},"charText":"燒","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":527,"y0":165,"x1":559,"y1":165,"x2":560,"y2":211,"x3":527,"y3":211},"charText":"了","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":521,"y0":219,"x1":567,"y1":219,"x2":567,"y2":235,"x3":522,"y3":234},"charText":"一","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":522,"y0":247,"x1":569,"y1":247,"x2":569,"y2":293,"x3":521,"y3":293},"charText":"夜","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":523,"y0":295,"x1":565,"y1":295,"x2":565,"y2":336,"x3":522,"y3":336},"charText":"方","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":522,"y0":336,"x1":569,"y1":336,"x2":569,"y2":380,"x3":522,"y3":380},"charText":"漸","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":522,"y0":380,"x1":569,"y1":381,"x2":569,"y2":426,"x3":521,"y3":426},"charText":"漸","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":524,"y0":426,"x1":568,"y1":426,"x2":568,"y2":469,"x3":524,"y3":469},"charText":"的","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":522,"y0":468,"x1":570,"y1":468,"x2":570,"y2":512,"x3":523,"y3":512},"charText":"熄","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":520,"y0":513,"x1":571,"y1":513,"x2":571,"y2":556,"x3":520,"y3":556},"charText":"去","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":525,"y0":559,"x1":569,"y1":559,"x2":569,"y2":598,"x3":525,"y3":597},"charText":"也","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":523,"y0":601,"x1":565,"y1":601,"x2":565,"y2":640,"x3":523,"y3":640},"charText":"不","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":519,"y0":643,"x1":569,"y1":643,"x2":569,"y2":681,"x3":519,"y3":681},"charText":"知","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":523,"y0":681,"x1":571,"y1":681,"x2":571,"y2":731,"x3":523,"y3":731},"charText":"燒","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":529,"y0":733,"x1":561,"y1":733,"x2":562,"y2":773,"x3":529,"y3":774},"charText":"了","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":521,"y0":774,"x1":571,"y1":774,"x2":571,"y2":819,"x3":521,"y3":819},"charText":"幾","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":526,"y0":819,"x1":573,"y1":820,"x2":573,"y2":867,"x3":526,"y3":867},"charText":"家","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":525,"y0":868,"x1":571,"y1":868,"x2":571,"y2":903,"x3":525,"y3":902},"charText":"只","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":461,"y0":32,"x1":505,"y1":32,"x2":505,"y2":74,"x3":461,"y3":74},"charText":"可","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":463,"y0":74,"x1":506,"y1":74,"x2":507,"y2":123,"x3":463,"y3":123},"charText":"憐","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":462,"y0":124,"x1":509,"y1":124,"x2":508,"y2":164,"x3":462,"y3":164},"charText":"甄","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":466,"y0":166,"x1":509,"y1":166,"x2":509,"y2":206,"x3":466,"y3":206},"charText":"氏","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":461,"y0":206,"x1":507,"y1":206,"x2":507,"y2":250,"x3":461,"y3":250},"charText":"在","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":465,"y0":253,"x1":508,"y1":253,"x2":508,"y2":295,"x3":465,"y3":294},"charText":"隔","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":461,"y0":294,"x1":511,"y1":294,"x2":511,"y2":337,"x3":460,"y3":336},"charText":"壁","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":460,"y0":338,"x1":506,"y1":338,"x2":506,"y2":384,"x3":460,"y3":384},"charText":"早","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":468,"y0":386,"x1":509,"y1":386,"x2":509,"y2":420,"x3":468,"y3":420},"charText":"已","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":463,"y0":420,"x1":509,"y1":420,"x2":509,"y2":466,"x3":463,"y3":466},"charText":"燒","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":464,"y0":466,"x1":511,"y1":466,"x2":511,"y2":510,"x3":464,"y3":510},"charText":"成","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":463,"y0":522,"x1":508,"y1":522,"x2":508,"y2":539,"x3":463,"y3":538},"charText":"一","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":467,"y0":552,"x1":504,"y1":552,"x2":504,"y2":600,"x3":467,"y3":600},"charText":"片","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":466,"y0":600,"x1":510,"y1":600,"x2":510,"y2":639,"x3":466,"y3":640},"charText":"瓦","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":460,"y0":642,"x1":511,"y1":642,"x2":511,"y2":686,"x3":460,"y3":686},"charText":"礫","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":463,"y0":688,"x1":507,"y1":688,"x2":507,"y2":733,"x3":463,"y3":733},"charText":"場","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":470,"y0":735,"x1":511,"y1":735,"x2":511,"y2":775,"x3":470,"y3":775},"charText":"正","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":466,"y0":778,"x1":505,"y1":778,"x2":505,"y2":813,"x3":466,"y3":812},"charText":"只","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":462,"y0":814,"x1":505,"y1":814,"x2":504,"y2":864,"x3":461,"y3":863},"charText":"有","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":460,"y0":865,"x1":510,"y1":866,"x2":509,"y2":904,"x3":459,"y3":903},"charText":"他","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":403,"y0":28,"x1":450,"y1":28,"x2":450,"y2":72,"x3":403,"y3":72},"charText":"夫","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":399,"y0":73,"x1":451,"y1":73,"x2":451,"y2":121,"x3":399,"y3":121},"charText":"婦","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":400,"y0":121,"x1":447,"y1":121,"x2":447,"y2":160,"x3":400,"y3":160},"charText":"並","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":399,"y0":160,"x1":448,"y1":161,"x2":448,"y2":206,"x3":399,"y3":206},"charText":"幾","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":400,"y0":209,"x1":445,"y1":209,"x2":445,"y2":249,"x3":400,"y3":249},"charText":"個","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":404,"y0":250,"x1":447,"y1":250,"x2":447,"y2":295,"x3":404,"y3":295},"charText":"家","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":400,"y0":298,"x1":450,"y1":298,"x2":450,"y2":330,"x3":399,"y3":330},"charText":"人","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":404,"y0":332,"x1":446,"y1":332,"x2":446,"y2":377,"x3":404,"y3":376},"charText":"的","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":403,"y0":377,"x1":448,"y1":377,"x2":448,"y2":419,"x3":403,"y3":419},"charText":"性","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":400,"y0":422,"x1":451,"y1":422,"x2":451,"y2":471,"x3":400,"y3":472},"charText":"命","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":403,"y0":472,"x1":446,"y1":473,"x2":446,"y2":510,"x3":404,"y3":510},"charText":"不","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":408,"y0":510,"x1":442,"y1":509,"x2":443,"y2":555,"x3":409,"y3":556},"charText":"曽","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":402,"y0":556,"x1":447,"y1":556,"x2":447,"y2":602,"x3":403,"y3":602},"charText":"傷","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":411,"y0":604,"x1":450,"y1":604,"x2":450,"y2":644,"x3":411,"y3":644},"charText":"子","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":407,"y0":644,"x1":448,"y1":644,"x2":448,"y2":687,"x3":407,"y3":687},"charText":"急","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":403,"y0":688,"x1":449,"y1":689,"x2":449,"y2":735,"x3":403,"y3":735},"charText":"得","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":403,"y0":734,"x1":447,"y1":735,"x2":446,"y2":770,"x3":403,"y3":769},"charText":"士","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":405,"y0":772,"x1":449,"y1":772,"x2":449,"y2":816,"x3":405,"y3":816},"charText":"隐","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":403,"y0":817,"x1":450,"y1":818,"x2":449,"y2":861,"x3":402,"y3":860},"charText":"惟","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":400,"y0":861,"x1":449,"y1":861,"x2":448,"y2":904,"x3":400,"y3":903},"charText":"跌","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":342,"y0":31,"x1":391,"y1":32,"x2":391,"y2":72,"x3":342,"y3":72},"charText":"足","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":339,"y0":73,"x1":389,"y1":73,"x2":389,"y2":114,"x3":339,"y3":114},"charText":"長","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":342,"y0":114,"x1":389,"y1":114,"x2":388,"y2":162,"x3":342,"y3":162},"charText":"嘆","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":343,"y0":165,"x1":389,"y1":165,"x2":389,"y2":203,"x3":343,"y3":203},"charText":"而","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":347,"y0":208,"x1":391,"y1":208,"x2":391,"y2":246,"x3":347,"y3":246},"charText":"巳","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":346,"y0":251,"x1":387,"y1":252,"x2":387,"y2":289,"x3":346,"y3":289},"charText":"只","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":344,"y0":290,"x1":388,"y1":291,"x2":388,"y2":338,"x3":344,"y3":338},"charText":"得","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":341,"y0":338,"x1":390,"y1":338,"x2":390,"y2":379,"x3":341,"y3":379},"charText":"與","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":339,"y0":378,"x1":388,"y1":378,"x2":388,"y2":424,"x3":339,"y3":424},"charText":"妻","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":342,"y0":425,"x1":388,"y1":425,"x2":388,"y2":466,"x3":342,"y3":466},"charText":"子","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":342,"y0":467,"x1":385,"y1":467,"x2":386,"y2":512,"x3":342,"y3":512},"charText":"商","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":339,"y0":514,"x1":392,"y1":514,"x2":391,"y2":557,"x3":339,"y3":557},"charText":"議","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":341,"y0":559,"x1":390,"y1":559,"x2":390,"y2":594,"x3":341,"y3":594},"charText":"且","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":345,"y0":596,"x1":390,"y1":596,"x2":390,"y2":641,"x3":345,"y3":641},"charText":"将","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":339,"y0":642,"x1":390,"y1":642,"x2":390,"y2":684,"x3":339,"y3":684},"charText":"就","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":342,"y0":685,"x1":387,"y1":686,"x2":387,"y2":732,"x3":342,"y3":732},"charText":"到","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":348,"y0":735,"x1":386,"y1":735,"x2":386,"y2":767,"x3":348,"y3":767},"charText":"田","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":340,"y0":771,"x1":388,"y1":771,"x2":387,"y2":814,"x3":340,"y3":813},"charText":"庄","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":342,"y0":818,"x1":388,"y1":818,"x2":387,"y2":854,"x3":342,"y3":854},"charText":"上","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":340,"y0":857,"x1":388,"y1":857,"x2":387,"y2":900,"x3":340,"y3":900},"charText":"去","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":278,"y0":27,"x1":330,"y1":27,"x2":329,"y2":71,"x3":278,"y3":71},"charText":"安","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":283,"y0":71,"x1":331,"y1":71,"x2":330,"y2":119,"x3":283,"y3":118},"charText":"身","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":279,"y0":119,"x1":328,"y1":119,"x2":327,"y2":160,"x3":279,"y3":160},"charText":"偏","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":279,"y0":160,"x1":329,"y1":161,"x2":328,"y2":203,"x3":278,"y3":203},"charText":"值","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":280,"y0":204,"x1":328,"y1":204,"x2":328,"y2":246,"x3":280,"y3":246},"charText":"近","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":279,"y0":247,"x1":325,"y1":247,"x2":324,"y2":295,"x3":279,"y3":295},"charText":"年","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":282,"y0":295,"x1":329,"y1":296,"x2":329,"y2":336,"x3":281,"y3":336},"charText":"水","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":279,"y0":337,"x1":323,"y1":337,"x2":323,"y2":381,"x3":280,"y3":381},"charText":"旱","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":283,"y0":383,"x1":324,"y1":383,"x2":324,"y2":422,"x3":283,"y3":421},"charText":"不","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":282,"y0":422,"x1":332,"y1":422,"x2":332,"y2":464,"x3":282,"y3":464},"charText":"收","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":284,"y0":467,"x1":329,"y1":467,"x2":329,"y2":512,"x3":284,"y3":512},"charText":"鼠","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":281,"y0":512,"x1":327,"y1":512,"x2":327,"y2":554,"x3":281,"y3":554},"charText":"盜","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":281,"y0":555,"x1":330,"y1":555,"x2":330,"y2":602,"x3":281,"y3":602},"charText":"蜂","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":278,"y0":600,"x1":331,"y1":601,"x2":331,"y2":641,"x3":278,"y3":641},"charText":"山","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":279,"y0":642,"x1":330,"y1":642,"x2":329,"y2":685,"x3":279,"y3":685},"charText":"無","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":284,"y0":687,"x1":327,"y1":688,"x2":326,"y2":730,"x3":284,"y3":729},"charText":"非","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":280,"y0":730,"x1":330,"y1":730,"x2":329,"y2":775,"x3":279,"y3":775},"charText":"搶","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":285,"y0":779,"x1":323,"y1":779,"x2":323,"y2":810,"x3":285,"y3":809},"charText":"田","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":281,"y0":809,"x1":330,"y1":810,"x2":329,"y2":861,"x3":281,"y3":861},"charText":"奪","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":280,"y0":863,"x1":332,"y1":863,"x2":332,"y2":901,"x3":280,"y3":900},"charText":"地","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":228,"y0":29,"x1":270,"y1":30,"x2":270,"y2":71,"x3":228,"y3":71},"charText":"民","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":224,"y0":73,"x1":265,"y1":73,"x2":265,"y2":112,"x3":224,"y3":112},"charText":"不","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":220,"y0":113,"x1":269,"y1":113,"x2":269,"y2":156,"x3":220,"y3":156},"charText":"安","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":223,"y0":158,"x1":271,"y1":159,"x2":270,"y2":201,"x3":223,"y3":200},"charText":"生","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":227,"y0":208,"x1":264,"y1":208,"x2":264,"y2":249,"x3":227,"y3":249},"charText":"因","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":223,"y0":249,"x1":269,"y1":250,"x2":269,"y2":286,"x3":222,"y3":286},"charText":"此","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":222,"y0":289,"x1":265,"y1":290,"x2":265,"y2":331,"x3":222,"y3":331},"charText":"官","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":222,"y0":332,"x1":268,"y1":333,"x2":268,"y2":374,"x3":221,"y3":374},"charText":"兵","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":219,"y0":374,"x1":266,"y1":375,"x2":266,"y2":422,"x3":219,"y3":422},"charText":"剿","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":220,"y0":423,"x1":271,"y1":423,"x2":271,"y2":466,"x3":220,"y3":466},"charText":"捕","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":220,"y0":466,"x1":270,"y1":467,"x2":270,"y2":513,"x3":220,"y3":512},"charText":"難","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":224,"y0":515,"x1":265,"y1":515,"x2":265,"y2":549,"x3":224,"y3":549},"charText":"以","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":221,"y0":551,"x1":269,"y1":551,"x2":269,"y2":593,"x3":220,"y3":593},"charText":"安","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":226,"y0":593,"x1":271,"y1":593,"x2":270,"y2":641,"x3":225,"y3":641},"charText":"身","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":223,"y0":642,"x1":266,"y1":643,"x2":266,"y2":679,"x3":223,"y3":679},"charText":"士","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":225,"y0":682,"x1":267,"y1":683,"x2":267,"y2":727,"x3":224,"y3":727},"charText":"隐","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":225,"y0":734,"x1":264,"y1":734,"x2":264,"y2":769,"x3":225,"y3":769},"charText":"只","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":222,"y0":771,"x1":266,"y1":771,"x2":266,"y2":819,"x3":221,"y3":819},"charText":"得","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":222,"y0":819,"x1":265,"y1":820,"x2":265,"y2":864,"x3":221,"y3":864},"charText":"将","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":225,"y0":866,"x1":263,"y1":867,"x2":263,"y2":899,"x3":224,"y3":898},"charText":"田","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":164,"y0":26,"x1":208,"y1":27,"x2":208,"y2":68,"x3":163,"y3":67},"charText":"庄","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":160,"y0":70,"x1":209,"y1":70,"x2":208,"y2":115,"x3":160,"y3":115},"charText":"都","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":166,"y0":115,"x1":206,"y1":115,"x2":206,"y2":162,"x3":166,"y3":162},"charText":"質","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":164,"y0":162,"x1":212,"y1":162,"x2":212,"y2":206,"x3":163,"y3":205},"charText":"變","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":161,"y0":207,"x1":206,"y1":207,"x2":206,"y2":251,"x3":160,"y3":251},"charText":"携","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":159,"y0":249,"x1":208,"y1":250,"x2":207,"y2":295,"x3":159,"y3":295},"charText":"妻","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":160,"y0":296,"x1":205,"y1":297,"x2":205,"y2":337,"x3":160,"y3":336},"charText":"子","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":159,"y0":337,"x1":211,"y1":338,"x2":211,"y2":379,"x3":158,"y3":379},"charText":"與","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":163,"y0":382,"x1":209,"y1":382,"x2":209,"y2":419,"x3":163,"y3":419},"charText":"兩","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":160,"y0":422,"x1":207,"y1":422,"x2":207,"y2":462,"x3":160,"y3":462},"charText":"個","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":169,"y0":463,"x1":200,"y1":463,"x2":200,"y2":506,"x3":169,"y3":506},"charText":"了","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":161,"y0":509,"x1":213,"y1":510,"x2":213,"y2":555,"x3":161,"y3":555},"charText":"環","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":160,"y0":555,"x1":210,"y1":555,"x2":210,"y2":597,"x3":160,"y3":597},"charText":"投","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":159,"y0":598,"x1":211,"y1":598,"x2":210,"y2":637,"x3":159,"y3":637},"charText":"他","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":160,"y0":639,"x1":207,"y1":639,"x2":207,"y2":682,"x3":160,"y3":682},"charText":"岳","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":164,"y0":685,"x1":210,"y1":685,"x2":210,"y2":724,"x3":164,"y3":724},"charText":"丈","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":164,"y0":725,"x1":209,"y1":725,"x2":209,"y2":772,"x3":164,"y3":772},"charText":"家","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":160,"y0":773,"x1":212,"y1":773,"x2":211,"y2":814,"x3":159,"y3":813},"charText":"去","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":158,"y0":816,"x1":211,"y1":817,"x2":210,"y2":858,"x3":157,"y3":857},"charText":"他","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":158,"y0":858,"x1":206,"y1":858,"x2":206,"y2":900,"x3":157,"y3":900},"charText":"岳","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":107,"y0":28,"x1":151,"y1":29,"x2":151,"y2":67,"x3":106,"y3":66},"charText":"丈","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":105,"y0":68,"x1":146,"y1":69,"x2":145,"y2":108,"x3":105,"y3":108},"charText":"名","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":102,"y0":110,"x1":149,"y1":110,"x2":149,"y2":156,"x3":101,"y3":156},"charText":"封","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":102,"y0":156,"x1":152,"y1":156,"x2":152,"y2":207,"x3":102,"y3":206},"charText":"肅","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":127,"y0":216,"x1":151,"y1":216,"x2":151,"y2":241,"x3":127,"y3":241},"charText":"風","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":99,"y0":216,"x1":126,"y1":217,"x2":126,"y2":241,"x3":99,"y3":240},"charText":"俗","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":106,"y0":245,"x1":149,"y1":246,"x2":149,"y2":288,"x3":105,"y3":287},"charText":"本","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":101,"y0":289,"x1":145,"y1":289,"x2":144,"y2":335,"x3":101,"y3":335},"charText":"貫","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":103,"y0":335,"x1":148,"y1":335,"x2":148,"y2":374,"x3":103,"y3":373},"charText":"大","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":98,"y0":379,"x1":147,"y1":380,"x2":147,"y2":413,"x3":97,"y3":412},"charText":"如","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":103,"y0":418,"x1":146,"y1":419,"x2":146,"y2":460,"x3":103,"y3":459},"charText":"州","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":103,"y0":465,"x1":149,"y1":465,"x2":148,"y2":500,"x3":103,"y3":500},"charText":"人","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":105,"y0":507,"x1":149,"y1":507,"x2":149,"y2":548,"x3":105,"y3":548},"charText":"氏","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":123,"y0":559,"x1":151,"y1":560,"x2":151,"y2":587,"x3":123,"y3":586},"charText":"託","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":125,"y0":600,"x1":150,"y1":600,"x2":150,"y2":627,"x3":126,"y3":627},"charText":"言","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":126,"y0":641,"x1":153,"y1":641,"x2":153,"y2":671,"x3":126,"y3":671},"charText":"大","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":125,"y0":686,"x1":151,"y1":686,"x2":151,"y2":717,"x3":125,"y3":718},"charText":"槩","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":120,"y0":733,"x1":149,"y1":734,"x2":149,"y2":760,"x3":120,"y3":760},"charText":"如","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":98,"y0":559,"x1":123,"y1":559,"x2":123,"y2":588,"x3":98,"y3":589},"charText":"是","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":98,"y0":600,"x1":124,"y1":601,"x2":124,"y2":625,"x3":98,"y3":625},"charText":"之","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":98,"y0":643,"x1":126,"y1":644,"x2":126,"y2":673,"x3":99,"y3":673},"charText":"風","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":96,"y0":686,"x1":122,"y1":686,"x2":123,"y2":716,"x3":96,"y3":715},"charText":"俗","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":96,"y0":731,"x1":120,"y1":732,"x2":120,"y2":759,"x3":96,"y3":758},"charText":"也","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":99,"y0":770,"x1":146,"y1":771,"x2":146,"y2":813,"x3":98,"y3":813},"charText":"雖","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":102,"y0":815,"x1":147,"y1":815,"x2":147,"y2":857,"x3":102,"y3":857},"charText":"是","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":100,"y0":859,"x1":150,"y1":860,"x2":149,"y2":902,"x3":100,"y3":902},"charText":"務","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":39,"y0":24,"x1":93,"y1":24,"x2":93,"y2":72,"x3":39,"y3":72},"charText":"農","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":44,"y0":73,"x1":88,"y1":73,"x2":88,"y2":115,"x3":44,"y3":115},"charText":"家","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":45,"y0":114,"x1":83,"y1":115,"x2":83,"y2":157,"x3":44,"y3":157},"charText":"中","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":37,"y0":158,"x1":88,"y1":159,"x2":87,"y2":206,"x3":36,"y3":205},"charText":"都","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":206,"x1":88,"y1":207,"x2":88,"y2":248,"x3":39,"y3":247},"charText":"還","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":247,"x1":89,"y1":247,"x2":89,"y2":288,"x3":40,"y3":288},"charText":"殷","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":43,"y0":288,"x1":91,"y1":288,"x2":91,"y2":336,"x3":43,"y3":335},"charText":"實","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":39,"y0":336,"x1":90,"y1":337,"x2":90,"y2":375,"x3":39,"y3":375},"charText":"今","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":43,"y0":377,"x1":86,"y1":377,"x2":86,"y2":417,"x3":43,"y3":417},"charText":"見","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":37,"y0":421,"x1":86,"y1":421,"x2":85,"y2":457,"x3":37,"y3":457},"charText":"女","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":41,"y0":459,"x1":89,"y1":459,"x2":89,"y2":503,"x3":41,"y3":503},"charText":"免","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":38,"y0":509,"x1":87,"y1":509,"x2":87,"y2":547,"x3":38,"y3":546},"charText":"女","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":550,"x1":91,"y1":551,"x2":90,"y2":596,"x3":40,"y3":595},"charText":"壻","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":598,"x1":88,"y1":598,"x2":88,"y2":636,"x3":39,"y3":636},"charText":"這","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":39,"y0":636,"x1":83,"y1":637,"x2":83,"y2":687,"x3":38,"y3":687},"charText":"等","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":39,"y0":687,"x1":87,"y1":687,"x2":87,"y2":728,"x3":39,"y3":728},"charText":"狼","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":729,"x1":81,"y1":730,"x2":81,"y2":769,"x3":40,"y3":769},"charText":"狽","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":41,"y0":773,"x1":86,"y1":773,"x2":86,"y2":812,"x3":41,"y3":813},"charText":"而","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":41,"y0":812,"x1":90,"y1":811,"x2":90,"y2":861,"x3":41,"y3":862},"charText":"来","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":41,"y0":866,"x1":86,"y1":866,"x2":86,"y2":897,"x3":41,"y3":897},"charText":"心","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":6,"y0":73,"x1":27,"y1":73,"x2":27,"y2":111,"x3":6,"y3":111},"charText":"湏","textlineId":9,"picUri":"","isPicText":false},{"charPoly":{"x0":4,"y0":121,"x1":31,"y1":121,"x2":30,"y2":152,"x3":4,"y3":152},"charText":"巳","textlineId":9,"picUri":"","isPicText":false}]},"7501933907890749481":{"wordBoxList":[{"charPoly":{"x0":574,"y0":40,"x1":604,"y1":40,"x2":604,"y2":77,"x3":574,"y3":77},"charText":"石","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":523,"y0":35,"x1":561,"y1":35,"x2":561,"y2":78,"x3":523,"y3":78},"charText":"中","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":518,"y0":82,"x1":566,"y1":82,"x2":566,"y2":123,"x3":518,"y3":123},"charText":"便","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":522,"y0":123,"x1":562,"y1":123,"x2":562,"y2":170,"x3":522,"y3":170},"charText":"有","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":524,"y0":170,"x1":566,"y1":170,"x2":566,"y2":211,"x3":524,"y3":211},"charText":"些","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":522,"y0":215,"x1":565,"y1":214,"x2":565,"y2":252,"x3":523,"y3":252},"charText":"不","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":519,"y0":255,"x1":570,"y1":254,"x2":571,"y2":303,"x3":521,"y3":304},"charText":"樂","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":522,"y0":305,"x1":567,"y1":304,"x2":568,"y2":352,"x3":522,"y3":352},"charText":"幸","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":527,"y0":353,"x1":571,"y1":353,"x2":571,"y2":389,"x3":527,"y3":390},"charText":"而","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":526,"y0":391,"x1":568,"y1":391,"x2":569,"y2":428,"x3":527,"y3":428},"charText":"士","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":528,"y0":431,"x1":572,"y1":431,"x2":572,"y2":475,"x3":528,"y3":475},"charText":"隐","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":527,"y0":477,"x1":572,"y1":476,"x2":573,"y2":520,"x3":527,"y3":520},"charText":"還","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":528,"y0":520,"x1":570,"y1":520,"x2":571,"y2":566,"x3":529,"y3":566},"charText":"有","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":532,"y0":566,"x1":570,"y1":566,"x2":571,"y2":612,"x3":533,"y3":612},"charText":"質","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":532,"y0":611,"x1":575,"y1":611,"x2":575,"y2":655,"x3":533,"y3":655},"charText":"變","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":530,"y0":656,"x1":576,"y1":655,"x2":577,"y2":693,"x3":531,"y3":694},"charText":"地","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":532,"y0":694,"x1":574,"y1":694,"x2":574,"y2":738,"x3":532,"y3":739},"charText":"的","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":527,"y0":740,"x1":574,"y1":740,"x2":574,"y2":782,"x3":527,"y3":782},"charText":"銀","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":530,"y0":785,"x1":578,"y1":784,"x2":578,"y2":826,"x3":531,"y3":826},"charText":"子","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":532,"y0":827,"x1":577,"y1":826,"x2":577,"y2":870,"x3":532,"y3":870},"charText":"未","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":537,"y0":871,"x1":572,"y1":871,"x2":573,"y2":917,"x3":537,"y3":917},"charText":"曽","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":461,"y0":36,"x1":499,"y1":36,"x2":500,"y2":77,"x3":461,"y3":77},"charText":"用","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":460,"y0":78,"x1":507,"y1":78,"x2":507,"y2":118,"x3":460,"y3":118},"charText":"完","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":457,"y0":121,"x1":502,"y1":121,"x2":503,"y2":168,"x3":458,"y3":169},"charText":"挐","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":462,"y0":170,"x1":501,"y1":170,"x2":501,"y2":211,"x3":462,"y3":211},"charText":"出","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":461,"y0":211,"x1":507,"y1":211,"x2":507,"y2":257,"x3":461,"y3":257},"charText":"来","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":458,"y0":258,"x1":508,"y1":258,"x2":509,"y2":295,"x3":459,"y3":296},"charText":"託","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":459,"y0":299,"x1":510,"y1":299,"x2":510,"y2":337,"x3":460,"y3":338},"charText":"他","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":462,"y0":339,"x1":507,"y1":339,"x2":508,"y2":386,"x3":462,"y3":386},"charText":"隨","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":465,"y0":388,"x1":510,"y1":388,"x2":510,"y2":429,"x3":466,"y3":429},"charText":"分","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":460,"y0":431,"x1":511,"y1":430,"x2":511,"y2":473,"x3":460,"y3":473},"charText":"就","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":461,"y0":477,"x1":513,"y1":476,"x2":514,"y2":521,"x3":462,"y3":522},"charText":"價","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":464,"y0":523,"x1":510,"y1":523,"x2":511,"y2":565,"x3":464,"y3":565},"charText":"置","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":470,"y0":566,"x1":513,"y1":565,"x2":514,"y2":607,"x3":471,"y3":607},"charText":"些","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":468,"y0":610,"x1":509,"y1":609,"x2":510,"y2":652,"x3":469,"y3":652},"charText":"湏","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":467,"y0":652,"x1":510,"y1":652,"x2":510,"y2":700,"x3":467,"y3":700},"charText":"房","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":469,"y0":701,"x1":517,"y1":701,"x2":518,"y2":740,"x3":469,"y3":741},"charText":"地","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":471,"y0":742,"x1":515,"y1":742,"x2":516,"y2":788,"x3":472,"y3":788},"charText":"為","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":468,"y0":786,"x1":518,"y1":786,"x2":518,"y2":829,"x3":468,"y3":829},"charText":"後","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":480,"y0":832,"x1":507,"y1":832,"x2":508,"y2":866,"x3":480,"y3":866},"charText":"日","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":472,"y0":871,"x1":518,"y1":871,"x2":518,"y2":915,"x3":472,"y3":915},"charText":"衣","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":394,"y0":36,"x1":444,"y1":36,"x2":444,"y2":82,"x3":394,"y3":82},"charText":"食","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":397,"y0":84,"x1":442,"y1":85,"x2":442,"y2":119,"x3":397,"y3":119},"charText":"之","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":394,"y0":120,"x1":447,"y1":120,"x2":447,"y2":169,"x3":394,"y3":169},"charText":"計","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":396,"y0":171,"x1":441,"y1":171,"x2":441,"y2":213,"x3":397,"y3":213},"charText":"那","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":396,"y0":212,"x1":442,"y1":212,"x2":443,"y2":257,"x3":397,"y3":257},"charText":"封","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":399,"y0":257,"x1":440,"y1":256,"x2":441,"y2":305,"x3":399,"y3":306},"charText":"肅","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":396,"y0":306,"x1":446,"y1":306,"x2":447,"y2":346,"x3":397,"y3":346},"charText":"便","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":400,"y0":346,"x1":443,"y1":345,"x2":443,"y2":392,"x3":400,"y3":393},"charText":"半","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":400,"y0":393,"x1":447,"y1":392,"x2":447,"y2":431,"x3":400,"y3":432},"charText":"哄","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":399,"y0":433,"x1":445,"y1":432,"x2":445,"y2":472,"x3":400,"y3":473},"charText":"賺","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":403,"y0":474,"x1":449,"y1":474,"x2":449,"y2":516,"x3":403,"y3":517},"charText":"些","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":404,"y0":523,"x1":454,"y1":522,"x2":454,"y2":568,"x3":405,"y3":568},"charText":"湏","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":402,"y0":570,"x1":452,"y1":569,"x2":453,"y2":610,"x3":403,"y3":611},"charText":"與","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":403,"y0":611,"x1":452,"y1":610,"x2":453,"y2":648,"x3":404,"y3":649},"charText":"他","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":410,"y0":650,"x1":453,"y1":650,"x2":453,"y2":693,"x3":410,"y3":694},"charText":"此","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":408,"y0":696,"x1":451,"y1":695,"x2":451,"y2":750,"x3":409,"y3":750},"charText":"薄","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":411,"y0":752,"x1":448,"y1":752,"x2":449,"y2":782,"x3":412,"y3":782},"charText":"田","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":407,"y0":784,"x1":451,"y1":784,"x2":451,"y2":827,"x3":408,"y3":827},"charText":"杇","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":409,"y0":828,"x1":458,"y1":828,"x2":458,"y2":871,"x3":409,"y3":871},"charText":"屋","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":409,"y0":874,"x1":452,"y1":874,"x2":452,"y2":911,"x3":409,"y3":911},"charText":"士","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":338,"y0":36,"x1":383,"y1":36,"x2":383,"y2":80,"x3":338,"y3":80},"charText":"隐","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":339,"y0":82,"x1":377,"y1":82,"x2":377,"y2":123,"x3":339,"y3":123},"charText":"乃","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":333,"y0":124,"x1":380,"y1":124,"x2":380,"y2":175,"x3":333,"y3":175},"charText":"讀","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":337,"y0":175,"x1":380,"y1":175,"x2":380,"y2":220,"x3":337,"y3":221},"charText":"書","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":339,"y0":224,"x1":385,"y1":223,"x2":386,"y2":257,"x3":339,"y3":258},"charText":"之","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":339,"y0":262,"x1":388,"y1":261,"x2":388,"y2":296,"x3":339,"y3":297},"charText":"人","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":339,"y0":301,"x1":380,"y1":301,"x2":381,"y2":339,"x3":340,"y3":339},"charText":"不","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":341,"y0":342,"x1":383,"y1":341,"x2":384,"y2":386,"x3":342,"y3":386},"charText":"慣","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":341,"y0":387,"x1":385,"y1":386,"x2":386,"y2":427,"x3":341,"y3":428},"charText":"生","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":341,"y0":434,"x1":390,"y1":433,"x2":390,"y2":470,"x3":342,"y3":470},"charText":"理","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":341,"y0":474,"x1":389,"y1":473,"x2":389,"y2":517,"x3":342,"y3":518},"charText":"稼","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":340,"y0":520,"x1":388,"y1":519,"x2":389,"y2":563,"x3":341,"y3":564},"charText":"穡","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":343,"y0":565,"x1":388,"y1":564,"x2":389,"y2":612,"x3":344,"y3":613},"charText":"等","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":346,"y0":612,"x1":394,"y1":612,"x2":394,"y2":658,"x3":346,"y3":658},"charText":"事","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":348,"y0":659,"x1":392,"y1":659,"x2":392,"y2":699,"x3":348,"y3":699},"charText":"免","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":349,"y0":702,"x1":390,"y1":701,"x2":390,"y2":741,"x3":349,"y3":741},"charText":"强","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":351,"y0":740,"x1":393,"y1":740,"x2":393,"y2":783,"x3":351,"y3":784},"charText":"支","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":346,"y0":783,"x1":392,"y1":783,"x2":392,"y2":830,"x3":346,"y3":830},"charText":"持","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":354,"y0":831,"x1":385,"y1":831,"x2":385,"y2":871,"x3":354,"y3":872},"charText":"了","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":348,"y0":885,"x1":396,"y1":886,"x2":396,"y2":902,"x3":348,"y3":902},"charText":"一","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":276,"y0":39,"x1":321,"y1":39,"x2":321,"y2":69,"x3":276,"y3":69},"charText":"二","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":274,"y0":74,"x1":325,"y1":75,"x2":325,"y2":120,"x3":274,"y3":120},"charText":"年","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":273,"y0":120,"x1":322,"y1":120,"x2":322,"y2":165,"x3":273,"y3":165},"charText":"越","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":278,"y0":166,"x1":322,"y1":166,"x2":322,"y2":213,"x3":278,"y3":214},"charText":"覺","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":279,"y0":214,"x1":320,"y1":214,"x2":320,"y2":262,"x3":280,"y3":262},"charText":"窮","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":283,"y0":262,"x1":314,"y1":262,"x2":315,"y2":303,"x3":283,"y3":303},"charText":"了","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":279,"y0":306,"x1":320,"y1":306,"x2":320,"y2":343,"x3":280,"y3":344},"charText":"下","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":279,"y0":345,"x1":328,"y1":345,"x2":328,"y2":386,"x3":279,"y3":387},"charText":"去","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":277,"y0":388,"x1":325,"y1":388,"x2":325,"y2":433,"x3":278,"y3":434},"charText":"封","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":280,"y0":433,"x1":321,"y1":432,"x2":322,"y2":480,"x3":281,"y3":480},"charText":"肅","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":278,"y0":480,"x1":325,"y1":479,"x2":326,"y2":522,"x3":279,"y3":523},"charText":"每","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":283,"y0":526,"x1":328,"y1":525,"x2":329,"y2":566,"x3":284,"y3":567},"charText":"見","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":286,"y0":572,"x1":327,"y1":571,"x2":328,"y2":609,"x3":287,"y3":610},"charText":"面","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":286,"y0":610,"x1":333,"y1":609,"x2":334,"y2":655,"x3":287,"y3":656},"charText":"時","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":281,"y0":656,"x1":332,"y1":656,"x2":332,"y2":697,"x3":281,"y3":697},"charText":"説","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":285,"y0":697,"x1":331,"y1":697,"x2":331,"y2":740,"x3":285,"y3":740},"charText":"些","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":286,"y0":745,"x1":332,"y1":745,"x2":333,"y2":785,"x3":286,"y3":785},"charText":"現","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":288,"y0":786,"x1":332,"y1":785,"x2":333,"y2":829,"x3":288,"y3":829},"charText":"成","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":284,"y0":831,"x1":335,"y1":831,"x2":335,"y2":871,"x3":284,"y3":871},"charText":"話","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":286,"y0":878,"x1":330,"y1":878,"x2":330,"y2":916,"x3":286,"y3":916},"charText":"且","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":215,"y0":39,"x1":261,"y1":40,"x2":261,"y2":72,"x3":215,"y3":71},"charText":"人","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":214,"y0":74,"x1":257,"y1":74,"x2":257,"y2":123,"x3":214,"y3":123},"charText":"前","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":215,"y0":127,"x1":262,"y1":127,"x2":262,"y2":160,"x3":215,"y3":161},"charText":"人","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":215,"y0":166,"x1":265,"y1":166,"x2":265,"y2":212,"x3":215,"y3":212},"charText":"後","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":219,"y0":217,"x1":262,"y1":217,"x2":262,"y2":252,"x3":220,"y3":252},"charText":"又","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":219,"y0":255,"x1":262,"y1":255,"x2":262,"y2":298,"x3":219,"y3":298},"charText":"怨","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":217,"y0":302,"x1":264,"y1":301,"x2":265,"y2":340,"x3":217,"y3":341},"charText":"他","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":216,"y0":346,"x1":263,"y1":346,"x2":263,"y2":388,"x3":217,"y3":388},"charText":"們","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":220,"y0":391,"x1":261,"y1":390,"x2":261,"y2":429,"x3":220,"y3":430},"charText":"不","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":218,"y0":431,"x1":263,"y1":430,"x2":264,"y2":476,"x3":219,"y3":477},"charText":"善","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":219,"y0":481,"x1":265,"y1":480,"x2":266,"y2":522,"x3":221,"y3":523},"charText":"過","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":222,"y0":525,"x1":270,"y1":525,"x2":271,"y2":566,"x3":223,"y3":567},"charText":"活","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":222,"y0":579,"x1":267,"y1":579,"x2":268,"y2":594,"x3":223,"y3":594},"charText":"一","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":223,"y0":606,"x1":270,"y1":606,"x2":271,"y2":653,"x3":224,"y3":654},"charText":"味","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":221,"y0":657,"x1":268,"y1":657,"x2":269,"y2":698,"x3":222,"y3":698},"charText":"好","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":226,"y0":699,"x1":270,"y1":699,"x2":271,"y2":741,"x3":226,"y3":742},"charText":"吃","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":225,"y0":744,"x1":270,"y1":743,"x2":270,"y2":787,"x3":225,"y3":787},"charText":"懶","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":225,"y0":788,"x1":272,"y1":787,"x2":273,"y2":825,"x3":225,"y3":826},"charText":"做","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":225,"y0":826,"x1":269,"y1":826,"x2":269,"y2":875,"x3":226,"y3":876},"charText":"等","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":224,"y0":880,"x1":276,"y1":879,"x2":276,"y2":919,"x3":224,"y3":919},"charText":"語","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":155,"y0":37,"x1":198,"y1":37,"x2":198,"y2":73,"x3":155,"y3":73},"charText":"士","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":157,"y0":76,"x1":202,"y1":76,"x2":202,"y2":118,"x3":158,"y3":118},"charText":"隐","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":152,"y0":122,"x1":200,"y1":122,"x2":200,"y2":160,"x3":151,"y3":159},"charText":"知","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":154,"y0":165,"x1":202,"y1":165,"x2":202,"y2":209,"x3":154,"y3":209},"charText":"投","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":156,"y0":214,"x1":203,"y1":214,"x2":203,"y2":248,"x3":156,"y3":248},"charText":"人","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":157,"y0":256,"x1":199,"y1":256,"x2":199,"y2":295,"x3":158,"y3":295},"charText":"不","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":156,"y0":297,"x1":207,"y1":297,"x2":207,"y2":345,"x3":156,"y3":345},"charText":"着","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":159,"y0":352,"x1":201,"y1":352,"x2":202,"y2":380,"x3":160,"y3":380},"charText":"心","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":161,"y0":382,"x1":198,"y1":382,"x2":198,"y2":430,"x3":162,"y3":430},"charText":"中","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":160,"y0":431,"x1":205,"y1":431,"x2":206,"y2":475,"x3":161,"y3":476},"charText":"未","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":161,"y0":477,"x1":207,"y1":476,"x2":208,"y2":519,"x3":161,"y3":520},"charText":"免","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":160,"y0":521,"x1":206,"y1":520,"x2":207,"y2":567,"x3":161,"y3":568},"charText":"悔","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":161,"y0":569,"x1":211,"y1":569,"x2":211,"y2":610,"x3":161,"y3":610},"charText":"恨","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":158,"y0":612,"x1":208,"y1":612,"x2":208,"y2":653,"x3":159,"y3":654},"charText":"再","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":163,"y0":655,"x1":206,"y1":654,"x2":207,"y2":697,"x3":164,"y3":697},"charText":"兼","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":162,"y0":702,"x1":208,"y1":702,"x2":208,"y2":737,"x3":162,"y3":738},"charText":"上","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":160,"y0":743,"x1":207,"y1":743,"x2":207,"y2":786,"x3":160,"y3":786},"charText":"年","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":165,"y0":786,"x1":209,"y1":786,"x2":210,"y2":832,"x3":166,"y3":832},"charText":"驚","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":163,"y0":833,"x1":214,"y1":832,"x2":215,"y2":878,"x3":163,"y3":878},"charText":"唬","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":167,"y0":880,"x1":212,"y1":880,"x2":212,"y2":923,"x3":167,"y3":923},"charText":"急","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":94,"y0":40,"x1":138,"y1":40,"x2":138,"y2":82,"x3":94,"y3":82},"charText":"忿","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":94,"y0":82,"x1":138,"y1":82,"x2":138,"y2":124,"x3":94,"y3":124},"charText":"怨","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":93,"y0":124,"x1":143,"y1":124,"x2":143,"y2":171,"x3":93,"y3":170},"charText":"痛","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":98,"y0":173,"x1":141,"y1":173,"x2":141,"y2":209,"x3":98,"y3":209},"charText":"已","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":93,"y0":211,"x1":134,"y1":210,"x2":134,"y2":256,"x3":93,"y3":257},"charText":"有","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":92,"y0":257,"x1":139,"y1":257,"x2":139,"y2":302,"x3":92,"y3":302},"charText":"積","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":93,"y0":302,"x1":145,"y1":302,"x2":145,"y2":347,"x3":93,"y3":347},"charText":"傷","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":95,"y0":346,"x1":143,"y1":347,"x2":143,"y2":391,"x3":95,"y3":391},"charText":"暮","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":92,"y0":393,"x1":140,"y1":393,"x2":140,"y2":440,"x3":93,"y3":440},"charText":"年","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":95,"y0":441,"x1":144,"y1":441,"x2":144,"y2":474,"x3":96,"y3":474},"charText":"之","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":93,"y0":480,"x1":146,"y1":480,"x2":147,"y2":520,"x3":94,"y3":520},"charText":"人","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":99,"y0":523,"x1":142,"y1":523,"x2":143,"y2":569,"x3":99,"y3":570},"charText":"貧","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":98,"y0":570,"x1":142,"y1":570,"x2":143,"y2":612,"x3":98,"y3":612},"charText":"病","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":100,"y0":614,"x1":147,"y1":613,"x2":147,"y2":653,"x3":101,"y3":654},"charText":"交","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":99,"y0":655,"x1":150,"y1":654,"x2":151,"y2":698,"x3":99,"y3":698},"charText":"攻","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":99,"y0":701,"x1":148,"y1":700,"x2":149,"y2":746,"x3":100,"y3":747},"charText":"漸","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":101,"y0":748,"x1":150,"y1":747,"x2":151,"y2":792,"x3":102,"y3":793},"charText":"漸","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":105,"y0":793,"x1":149,"y1":793,"x2":150,"y2":832,"x3":105,"y3":833},"charText":"的","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":104,"y0":833,"x1":152,"y1":833,"x2":152,"y2":879,"x3":104,"y3":879},"charText":"露","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":108,"y0":880,"x1":146,"y1":880,"x2":146,"y2":923,"x3":108,"y3":923},"charText":"出","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":25,"y0":38,"x1":74,"y1":39,"x2":74,"y2":82,"x3":25,"y3":81},"charText":"那","textlineId":9,"picUri":"","isPicText":false},{"charPoly":{"x0":27,"y0":83,"x1":70,"y1":83,"x2":70,"y2":121,"x3":27,"y3":121},"charText":"下","textlineId":9,"picUri":"","isPicText":false},{"charPoly":{"x0":27,"y0":122,"x1":71,"y1":122,"x2":71,"y2":164,"x3":27,"y3":164},"charText":"世","textlineId":9,"picUri":"","isPicText":false},{"charPoly":{"x0":30,"y0":166,"x1":78,"y1":166,"x2":78,"y2":209,"x3":30,"y3":209},"charText":"光","textlineId":9,"picUri":"","isPicText":false},{"charPoly":{"x0":25,"y0":210,"x1":71,"y1":210,"x2":72,"y2":255,"x3":25,"y3":256},"charText":"景","textlineId":9,"picUri":"","isPicText":false},{"charPoly":{"x0":28,"y0":257,"x1":81,"y1":256,"x2":81,"y2":305,"x3":28,"y3":305},"charText":"来","textlineId":9,"picUri":"","isPicText":false},{"charPoly":{"x0":27,"y0":306,"x1":73,"y1":306,"x2":73,"y2":348,"x3":28,"y3":348},"charText":"可","textlineId":9,"picUri":"","isPicText":false},{"charPoly":{"x0":28,"y0":349,"x1":72,"y1":349,"x2":72,"y2":388,"x3":27,"y3":388},"charText":"巧","textlineId":9,"picUri":"","isPicText":false},{"charPoly":{"x0":28,"y0":390,"x1":78,"y1":390,"x2":78,"y2":431,"x3":28,"y3":432},"charText":"這","textlineId":9,"picUri":"","isPicText":false},{"charPoly":{"x0":38,"y0":437,"x1":68,"y1":437,"x2":69,"y2":472,"x3":39,"y3":472},"charText":"日","textlineId":9,"picUri":"","isPicText":false},{"charPoly":{"x0":29,"y0":476,"x1":78,"y1":476,"x2":79,"y2":517,"x3":29,"y3":518},"charText":"拄","textlineId":9,"picUri":"","isPicText":false},{"charPoly":{"x0":39,"y0":522,"x1":69,"y1":522,"x2":70,"y2":565,"x3":40,"y3":566},"charText":"了","textlineId":9,"picUri":"","isPicText":false},{"charPoly":{"x0":31,"y0":568,"x1":85,"y1":567,"x2":85,"y2":611,"x3":31,"y3":611},"charText":"掦","textlineId":9,"picUri":"","isPicText":false},{"charPoly":{"x0":31,"y0":613,"x1":79,"y1":613,"x2":79,"y2":661,"x3":31,"y3":661},"charText":"挣","textlineId":9,"picUri":"","isPicText":false},{"charPoly":{"x0":32,"y0":661,"x1":80,"y1":661,"x2":81,"y2":701,"x3":33,"y3":702},"charText":"挫","textlineId":9,"picUri":"","isPicText":false},{"charPoly":{"x0":34,"y0":703,"x1":79,"y1":703,"x2":80,"y2":747,"x3":35,"y3":748},"charText":"到","textlineId":9,"picUri":"","isPicText":false},{"charPoly":{"x0":33,"y0":747,"x1":83,"y1":747,"x2":84,"y2":794,"x3":33,"y3":795},"charText":"街","textlineId":9,"picUri":"","isPicText":false},{"charPoly":{"x0":35,"y0":795,"x1":90,"y1":795,"x2":90,"y2":829,"x3":36,"y3":829},"charText":"上","textlineId":9,"picUri":"","isPicText":false},{"charPoly":{"x0":32,"y0":833,"x1":89,"y1":833,"x2":89,"y2":878,"x3":32,"y3":879},"charText":"散","textlineId":9,"picUri":"","isPicText":false},{"charPoly":{"x0":34,"y0":878,"x1":90,"y1":878,"x2":90,"y2":925,"x3":34,"y3":926},"charText":"散","textlineId":9,"picUri":"","isPicText":false}]},"7501933907890765865":{"wordBoxList":[{"charPoly":{"x0":530,"y0":48,"x1":573,"y1":48,"x2":573,"y2":78,"x3":530,"y3":77},"charText":"心","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":532,"y0":80,"x1":577,"y1":80,"x2":577,"y2":127,"x3":532,"y3":127},"charText":"時","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":533,"y0":127,"x1":574,"y1":127,"x2":574,"y2":171,"x3":533,"y3":171},"charText":"忽","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":532,"y0":172,"x1":577,"y1":173,"x2":577,"y2":215,"x3":531,"y3":215},"charText":"見","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":528,"y0":218,"x1":575,"y1":219,"x2":574,"y2":259,"x3":528,"y3":259},"charText":"那","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":528,"y0":258,"x1":576,"y1":259,"x2":576,"y2":302,"x3":527,"y3":301},"charText":"邉","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":534,"y0":302,"x1":577,"y1":303,"x2":577,"y2":347,"x3":534,"y3":346},"charText":"来","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":537,"y0":347,"x1":567,"y1":347,"x2":568,"y2":387,"x3":537,"y3":387},"charText":"了","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":529,"y0":399,"x1":575,"y1":399,"x2":575,"y2":414,"x3":530,"y3":414},"charText":"一","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":528,"y0":431,"x1":574,"y1":432,"x2":574,"y2":470,"x3":528,"y3":470},"charText":"個","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":528,"y0":473,"x1":577,"y1":473,"x2":576,"y2":516,"x3":528,"y3":516},"charText":"跛","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":529,"y0":522,"x1":577,"y1":522,"x2":577,"y2":561,"x3":529,"y3":561},"charText":"足","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":529,"y0":563,"x1":575,"y1":563,"x2":575,"y2":603,"x3":529,"y3":603},"charText":"道","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":533,"y0":608,"x1":578,"y1":609,"x2":578,"y2":644,"x3":532,"y3":644},"charText":"人","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":529,"y0":647,"x1":577,"y1":648,"x2":576,"y2":693,"x3":528,"y3":693},"charText":"癬","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":529,"y0":696,"x1":575,"y1":697,"x2":574,"y2":736,"x3":529,"y3":735},"charText":"狂","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":530,"y0":735,"x1":576,"y1":735,"x2":575,"y2":780,"x3":530,"y3":780},"charText":"落","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":529,"y0":781,"x1":576,"y1":781,"x2":576,"y2":821,"x3":529,"y3":821},"charText":"脱","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":527,"y0":820,"x1":575,"y1":821,"x2":575,"y2":867,"x3":527,"y3":867},"charText":"蔴","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":524,"y0":868,"x1":575,"y1":869,"x2":574,"y2":913,"x3":524,"y3":912},"charText":"履","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":468,"y0":42,"x1":514,"y1":42,"x2":514,"y2":87,"x3":468,"y3":87},"charText":"鶉","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":469,"y0":87,"x1":517,"y1":87,"x2":517,"y2":128,"x3":469,"y3":127},"charText":"衣","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":474,"y0":134,"x1":507,"y1":134,"x2":507,"y2":160,"x3":474,"y3":159},"charText":"口","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":472,"y0":169,"x1":512,"y1":170,"x2":511,"y2":213,"x3":472,"y3":212},"charText":"内","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":470,"y0":215,"x1":517,"y1":215,"x2":517,"y2":256,"x3":470,"y3":256},"charText":"念","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":468,"y0":257,"x1":512,"y1":258,"x2":512,"y2":302,"x3":468,"y3":302},"charText":"着","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":468,"y0":301,"x1":515,"y1":301,"x2":515,"y2":347,"x3":468,"y3":346},"charText":"幾","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":474,"y0":345,"x1":509,"y1":346,"x2":509,"y2":388,"x3":474,"y3":388},"charText":"句","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":468,"y0":389,"x1":511,"y1":389,"x2":511,"y2":430,"x3":468,"y3":429},"charText":"言","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":467,"y0":434,"x1":511,"y1":434,"x2":512,"y2":475,"x3":467,"y3":475},"charText":"詞","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":469,"y0":475,"x1":519,"y1":475,"x2":519,"y2":515,"x3":468,"y3":515},"charText":"道","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":409,"y0":127,"x1":454,"y1":127,"x2":454,"y2":165,"x3":409,"y3":165},"charText":"世","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":408,"y0":172,"x1":456,"y1":173,"x2":456,"y2":208,"x3":407,"y3":208},"charText":"人","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":406,"y0":213,"x1":453,"y1":213,"x2":453,"y2":258,"x3":406,"y3":258},"charText":"都","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":410,"y0":259,"x1":456,"y1":259,"x2":456,"y2":301,"x3":410,"y3":300},"charText":"曉","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":407,"y0":301,"x1":453,"y1":301,"x2":453,"y2":348,"x3":407,"y3":348},"charText":"神","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":405,"y0":348,"x1":453,"y1":348,"x2":453,"y2":383,"x3":405,"y3":383},"charText":"仙","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":404,"y0":389,"x1":457,"y1":389,"x2":457,"y2":435,"x3":404,"y3":435},"charText":"好","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":410,"y0":520,"x1":452,"y1":520,"x2":452,"y2":562,"x3":410,"y3":562},"charText":"惟","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":408,"y0":563,"x1":449,"y1":563,"x2":449,"y2":609,"x3":408,"y3":609},"charText":"有","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":409,"y0":612,"x1":451,"y1":612,"x2":451,"y2":648,"x3":409,"y3":647},"charText":"功","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":408,"y0":653,"x1":448,"y1":653,"x2":448,"y2":693,"x3":408,"y3":693},"charText":"名","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":410,"y0":696,"x1":452,"y1":696,"x2":452,"y2":738,"x3":411,"y3":738},"charText":"忘","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":409,"y0":741,"x1":451,"y1":741,"x2":451,"y2":780,"x3":410,"y3":780},"charText":"不","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":414,"y0":782,"x1":454,"y1":782,"x2":454,"y2":828,"x3":415,"y3":828},"charText":"了","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":347,"y0":123,"x1":392,"y1":123,"x2":392,"y2":166,"x3":347,"y3":165},"charText":"古","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":350,"y0":170,"x1":397,"y1":170,"x2":397,"y2":209,"x3":350,"y3":209},"charText":"今","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":349,"y0":213,"x1":395,"y1":213,"x2":395,"y2":258,"x3":348,"y3":258},"charText":"将","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":348,"y0":258,"x1":392,"y1":259,"x2":392,"y2":298,"x3":348,"y3":297},"charText":"相","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":352,"y0":298,"x1":394,"y1":298,"x2":394,"y2":341,"x3":352,"y3":340},"charText":"在","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":347,"y0":345,"x1":395,"y1":345,"x2":395,"y2":387,"x3":347,"y3":386},"charText":"何","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":350,"y0":389,"x1":396,"y1":389,"x2":396,"y2":436,"x3":350,"y3":436},"charText":"方","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":351,"y0":515,"x1":396,"y1":515,"x2":396,"y2":563,"x3":351,"y3":563},"charText":"荒","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":348,"y0":565,"x1":396,"y1":565,"x2":396,"y2":610,"x3":347,"y3":609},"charText":"塜","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":346,"y0":621,"x1":393,"y1":622,"x2":394,"y2":637,"x3":347,"y3":636},"charText":"一","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":348,"y0":650,"x1":394,"y1":650,"x2":394,"y2":690,"x3":348,"y3":690},"charText":"堆","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":345,"y0":690,"x1":389,"y1":690,"x2":389,"y2":739,"x3":345,"y3":739},"charText":"草","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":348,"y0":740,"x1":394,"y1":740,"x2":394,"y2":779,"x3":348,"y3":779},"charText":"没","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":354,"y0":781,"x1":393,"y1":780,"x2":393,"y2":833,"x3":354,"y3":833},"charText":"了","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":285,"y0":126,"x1":333,"y1":126,"x2":332,"y2":165,"x3":285,"y3":165},"charText":"世","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":287,"y0":171,"x1":336,"y1":172,"x2":335,"y2":207,"x3":287,"y3":206},"charText":"人","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":285,"y0":211,"x1":333,"y1":211,"x2":333,"y2":258,"x3":285,"y3":258},"charText":"都","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":289,"y0":259,"x1":336,"y1":259,"x2":336,"y2":301,"x3":289,"y3":301},"charText":"曉","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":285,"y0":301,"x1":331,"y1":301,"x2":330,"y2":346,"x3":285,"y3":346},"charText":"神","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":284,"y0":347,"x1":331,"y1":347,"x2":330,"y2":382,"x3":284,"y3":382},"charText":"仙","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":283,"y0":387,"x1":336,"y1":387,"x2":335,"y2":434,"x3":283,"y3":434},"charText":"好","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":290,"y0":521,"x1":327,"y1":521,"x2":327,"y2":558,"x3":290,"y3":558},"charText":"只","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":287,"y0":562,"x1":327,"y1":562,"x2":327,"y2":610,"x3":287,"y3":610},"charText":"有","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":286,"y0":610,"x1":333,"y1":611,"x2":333,"y2":652,"x3":286,"y3":651},"charText":"金","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":284,"y0":654,"x1":333,"y1":654,"x2":333,"y2":696,"x3":284,"y3":696},"charText":"銀","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":289,"y0":697,"x1":330,"y1":697,"x2":330,"y2":739,"x3":289,"y3":739},"charText":"忘","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":287,"y0":741,"x1":327,"y1":741,"x2":327,"y2":780,"x3":287,"y3":780},"charText":"不","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":293,"y0":782,"x1":329,"y1":782,"x2":330,"y2":832,"x3":294,"y3":832},"charText":"了","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":229,"y0":125,"x1":277,"y1":126,"x2":277,"y2":166,"x3":229,"y3":166},"charText":"終","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":226,"y0":168,"x1":271,"y1":168,"x2":271,"y2":215,"x3":226,"y3":215},"charText":"朝","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":231,"y0":219,"x1":271,"y1":219,"x2":271,"y2":253,"x3":231,"y3":252},"charText":"只","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":230,"y0":257,"x1":274,"y1":257,"x2":274,"y2":299,"x3":230,"y3":298},"charText":"恨","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":231,"y0":301,"x1":272,"y1":301,"x2":272,"y2":346,"x3":231,"y3":346},"charText":"聚","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":225,"y0":347,"x1":274,"y1":347,"x2":274,"y2":387,"x3":225,"y3":387},"charText":"無","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":232,"y0":390,"x1":275,"y1":390,"x2":275,"y2":437,"x3":232,"y3":437},"charText":"郷","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":229,"y0":519,"x1":274,"y1":519,"x2":274,"y2":560,"x3":229,"y3":560},"charText":"及","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":227,"y0":564,"x1":270,"y1":565,"x2":270,"y2":609,"x3":227,"y3":609},"charText":"到","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":231,"y0":608,"x1":265,"y1":608,"x2":265,"y2":650,"x3":231,"y3":650},"charText":"多","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":229,"y0":648,"x1":270,"y1":649,"x2":270,"y2":697,"x3":229,"y3":697},"charText":"時","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":228,"y0":699,"x1":271,"y1":699,"x2":271,"y2":740,"x3":228,"y3":739},"charText":"眼","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":230,"y0":741,"x1":269,"y1":741,"x2":269,"y2":784,"x3":230,"y3":784},"charText":"閉","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":235,"y0":785,"x1":271,"y1":785,"x2":271,"y2":834,"x3":235,"y3":834},"charText":"也","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":167,"y0":124,"x1":211,"y1":124,"x2":211,"y2":163,"x3":167,"y3":163},"charText":"世","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":168,"y0":171,"x1":216,"y1":171,"x2":216,"y2":204,"x3":168,"y3":204},"charText":"人","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":165,"y0":212,"x1":214,"y1":212,"x2":213,"y2":259,"x3":165,"y3":259},"charText":"都","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":166,"y0":260,"x1":216,"y1":260,"x2":216,"y2":299,"x3":166,"y3":299},"charText":"説","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":167,"y0":299,"x1":212,"y1":299,"x2":212,"y2":345,"x3":167,"y3":345},"charText":"神","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":166,"y0":346,"x1":213,"y1":346,"x2":213,"y2":383,"x3":166,"y3":383},"charText":"仙","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":164,"y0":389,"x1":217,"y1":390,"x2":217,"y2":438,"x3":164,"y3":438},"charText":"好","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":169,"y0":521,"x1":209,"y1":522,"x2":209,"y2":559,"x3":169,"y3":559},"charText":"只","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":168,"y0":562,"x1":206,"y1":562,"x2":206,"y2":608,"x3":168,"y3":608},"charText":"有","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":164,"y0":610,"x1":214,"y1":610,"x2":214,"y2":650,"x3":164,"y3":650},"charText":"姣","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":164,"y0":650,"x1":212,"y1":650,"x2":212,"y2":697,"x3":164,"y3":697},"charText":"妻","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":169,"y0":699,"x1":210,"y1":699,"x2":210,"y2":740,"x3":169,"y3":740},"charText":"忘","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":167,"y0":743,"x1":208,"y1":743,"x2":209,"y2":780,"x3":168,"y3":780},"charText":"不","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":173,"y0":783,"x1":210,"y1":783,"x2":210,"y2":835,"x3":173,"y3":835},"charText":"了","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":111,"y0":124,"x1":151,"y1":125,"x2":151,"y2":166,"x3":111,"y3":166},"charText":"君","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":110,"y0":168,"x1":153,"y1":168,"x2":153,"y2":208,"x3":109,"y3":207},"charText":"生","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":117,"y0":216,"x1":145,"y1":217,"x2":145,"y2":249,"x3":117,"y3":249},"charText":"日","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":116,"y0":261,"x1":145,"y1":261,"x2":145,"y2":293,"x3":116,"y3":292},"charText":"日","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":105,"y0":298,"x1":156,"y1":299,"x2":156,"y2":340,"x3":105,"y3":340},"charText":"説","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":111,"y0":342,"x1":152,"y1":343,"x2":151,"y2":384,"x3":111,"y3":384},"charText":"恩","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":109,"y0":385,"x1":154,"y1":385,"x2":153,"y2":436,"x3":108,"y3":436},"charText":"情","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":107,"y0":519,"x1":147,"y1":520,"x2":147,"y2":561,"x3":107,"y3":561},"charText":"君","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":110,"y0":566,"x1":153,"y1":566,"x2":153,"y2":604,"x3":110,"y3":604},"charText":"死","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":110,"y0":609,"x1":153,"y1":610,"x2":153,"y2":644,"x3":110,"y3":644},"charText":"又","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":108,"y0":645,"x1":152,"y1":646,"x2":152,"y2":695,"x3":108,"y3":695},"charText":"隨","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":106,"y0":699,"x1":153,"y1":700,"x2":153,"y2":734,"x3":105,"y3":733},"charText":"人","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":104,"y0":735,"x1":148,"y1":735,"x2":148,"y2":780,"x3":104,"y3":779},"charText":"去","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":111,"y0":783,"x1":150,"y1":783,"x2":150,"y2":833,"x3":112,"y3":833},"charText":"了","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":45,"y0":123,"x1":93,"y1":123,"x2":93,"y2":163,"x3":45,"y3":163},"charText":"世","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":45,"y0":171,"x1":96,"y1":171,"x2":95,"y2":205,"x3":45,"y3":204},"charText":"人","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":42,"y0":211,"x1":93,"y1":212,"x2":93,"y2":259,"x3":42,"y3":259},"charText":"都","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":43,"y0":260,"x1":95,"y1":260,"x2":95,"y2":300,"x3":43,"y3":299},"charText":"説","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":44,"y0":300,"x1":91,"y1":301,"x2":91,"y2":347,"x3":43,"y3":347},"charText":"神","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":42,"y0":347,"x1":91,"y1":348,"x2":91,"y2":384,"x3":42,"y3":384},"charText":"仙","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":41,"y0":388,"x1":95,"y1":389,"x2":94,"y2":435,"x3":41,"y3":435},"charText":"好","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":42,"y0":517,"x1":90,"y1":517,"x2":90,"y2":563,"x3":42,"y3":564},"charText":"惟","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":43,"y0":565,"x1":86,"y1":565,"x2":86,"y2":611,"x3":43,"y3":611},"charText":"有","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":48,"y0":611,"x1":93,"y1":610,"x2":93,"y2":650,"x3":48,"y3":650},"charText":"免","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":45,"y0":650,"x1":90,"y1":650,"x2":90,"y2":694,"x3":44,"y3":694},"charText":"孫","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":49,"y0":695,"x1":89,"y1":695,"x2":88,"y2":738,"x3":49,"y3":738},"charText":"忘","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":47,"y0":740,"x1":87,"y1":740,"x2":87,"y2":779,"x3":48,"y3":779},"charText":"不","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":52,"y0":781,"x1":88,"y1":780,"x2":88,"y2":833,"x3":52,"y3":833},"charText":"了","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":10,"y0":49,"x1":22,"y1":48,"x2":22,"y2":66,"x3":10,"y3":66},"charText":"一","textlineId":9,"picUri":"","isPicText":false},{"charPoly":{"x0":3,"y0":88,"x1":38,"y1":88,"x2":38,"y2":123,"x3":3,"y3":123},"charText":"頁","textlineId":9,"picUri":"","isPicText":false},{"charPoly":{"x0":8,"y0":134,"x1":35,"y1":134,"x2":35,"y2":167,"x3":9,"y3":167},"charText":"已","textlineId":9,"picUri":"","isPicText":false}]},"7501933907890782249":{"wordBoxList":[{"charPoly":{"x0":540,"y0":127,"x1":586,"y1":127,"x2":586,"y2":175,"x3":539,"y3":175},"charText":"癡","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":542,"y0":182,"x1":581,"y1":183,"x2":581,"y2":211,"x3":542,"y3":210},"charText":"心","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":541,"y0":219,"x1":583,"y1":220,"x2":583,"y2":257,"x3":541,"y3":256},"charText":"父","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":536,"y0":262,"x1":583,"y1":263,"x2":583,"y2":304,"x3":535,"y3":303},"charText":"母","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":539,"y0":306,"x1":580,"y1":306,"x2":579,"y2":344,"x3":538,"y3":343},"charText":"古","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":540,"y0":345,"x1":584,"y1":345,"x2":584,"y2":390,"x3":540,"y3":390},"charText":"来","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":539,"y0":392,"x1":583,"y1":392,"x2":583,"y2":442,"x3":538,"y3":442},"charText":"名","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":534,"y0":520,"x1":578,"y1":520,"x2":578,"y2":570,"x3":534,"y3":570},"charText":"孝","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":536,"y0":571,"x1":577,"y1":571,"x2":577,"y2":612,"x3":536,"y3":612},"charText":"順","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":537,"y0":612,"x1":582,"y1":612,"x2":582,"y2":655,"x3":537,"y3":655},"charText":"免","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":535,"y0":656,"x1":578,"y1":656,"x2":578,"y2":698,"x3":535,"y3":698},"charText":"孫","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":532,"y0":701,"x1":580,"y1":701,"x2":580,"y2":745,"x3":532,"y3":745},"charText":"誰","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":538,"y0":746,"x1":583,"y1":746,"x2":583,"y2":786,"x3":538,"y3":785},"charText":"見","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":544,"y0":788,"x1":582,"y1":788,"x2":582,"y2":832,"x3":544,"y3":832},"charText":"了","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":478,"y0":43,"x1":523,"y1":43,"x2":523,"y2":80,"x3":479,"y3":80},"charText":"士","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":481,"y0":82,"x1":524,"y1":82,"x2":524,"y2":126,"x3":481,"y3":126},"charText":"隐","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":477,"y0":126,"x1":525,"y1":126,"x2":524,"y2":171,"x3":476,"y3":171},"charText":"聽","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":485,"y0":174,"x1":527,"y1":174,"x2":527,"y2":215,"x3":485,"y3":214},"charText":"了","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":476,"y0":218,"x1":526,"y1":219,"x2":525,"y2":259,"x3":476,"y3":258},"charText":"便","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":476,"y0":259,"x1":524,"y1":260,"x2":524,"y2":303,"x3":475,"y3":303},"charText":"迎","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":475,"y0":306,"x1":521,"y1":307,"x2":521,"y2":340,"x3":475,"y3":340},"charText":"上","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":477,"y0":341,"x1":523,"y1":342,"x2":523,"y2":390,"x3":477,"y3":389},"charText":"来","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":475,"y0":389,"x1":525,"y1":389,"x2":525,"y2":433,"x3":475,"y3":433},"charText":"道","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":472,"y0":435,"x1":519,"y1":435,"x2":519,"y2":476,"x3":471,"y3":475},"charText":"你","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":471,"y0":478,"x1":523,"y1":479,"x2":523,"y2":520,"x3":471,"y3":519},"charText":"説","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":476,"y0":522,"x1":522,"y1":522,"x2":522,"y2":566,"x3":476,"y3":567},"charText":"些","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":473,"y0":568,"x1":519,"y1":568,"x2":519,"y2":610,"x3":473,"y3":610},"charText":"什","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":474,"y0":610,"x1":524,"y1":610,"x2":523,"y2":655,"x3":473,"y3":655},"charText":"麽","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":477,"y0":659,"x1":517,"y1":660,"x2":517,"y2":696,"x3":477,"y3":695},"charText":"只","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":473,"y0":697,"x1":521,"y1":698,"x2":521,"y2":744,"x3":473,"y3":744},"charText":"聽","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":474,"y0":745,"x1":521,"y1":746,"x2":521,"y2":786,"x3":474,"y3":785},"charText":"見","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":475,"y0":787,"x1":520,"y1":787,"x2":520,"y2":828,"x3":475,"y3":828},"charText":"些","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":469,"y0":832,"x1":519,"y1":832,"x2":519,"y2":872,"x3":469,"y3":871},"charText":"好","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":477,"y0":875,"x1":511,"y1":875,"x2":510,"y2":914,"x3":477,"y3":914},"charText":"了","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":414,"y0":44,"x1":464,"y1":44,"x2":464,"y2":86,"x3":414,"y3":87},"charText":"好","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":426,"y0":88,"x1":466,"y1":88,"x2":466,"y2":127,"x3":426,"y3":127},"charText":"了","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":417,"y0":129,"x1":462,"y1":130,"x2":462,"y2":172,"x3":417,"y3":171},"charText":"那","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":416,"y0":173,"x1":464,"y1":173,"x2":463,"y2":216,"x3":416,"y3":215},"charText":"道","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":416,"y0":219,"x1":464,"y1":220,"x2":464,"y2":254,"x3":415,"y3":253},"charText":"人","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":415,"y0":255,"x1":463,"y1":256,"x2":462,"y2":301,"x3":415,"y3":300},"charText":"道","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":415,"y0":302,"x1":459,"y1":303,"x2":459,"y2":343,"x3":415,"y3":343},"charText":"你","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":415,"y0":345,"x1":457,"y1":345,"x2":456,"y2":388,"x3":414,"y3":387},"charText":"若","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":415,"y0":391,"x1":457,"y1":391,"x2":456,"y2":431,"x3":415,"y3":431},"charText":"果","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":414,"y0":432,"x1":461,"y1":433,"x2":460,"y2":477,"x3":414,"y3":477},"charText":"聽","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":416,"y0":478,"x1":461,"y1":479,"x2":461,"y2":519,"x3":416,"y3":519},"charText":"見","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":411,"y0":525,"x1":459,"y1":525,"x2":459,"y2":567,"x3":411,"y3":566},"charText":"好","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":421,"y0":569,"x1":451,"y1":569,"x2":451,"y2":612,"x3":421,"y3":612},"charText":"了","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":415,"y0":617,"x1":457,"y1":618,"x2":457,"y2":646,"x3":415,"y3":646},"charText":"二","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":413,"y0":654,"x1":462,"y1":654,"x2":461,"y2":700,"x3":413,"y3":700},"charText":"字","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":411,"y0":702,"x1":458,"y1":703,"x2":458,"y2":744,"x3":410,"y3":743},"charText":"還","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":412,"y0":744,"x1":456,"y1":744,"x2":455,"y2":793,"x3":412,"y3":793},"charText":"筭","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":414,"y0":794,"x1":453,"y1":794,"x2":453,"y2":835,"x3":414,"y3":835},"charText":"明","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":416,"y0":835,"x1":460,"y1":835,"x2":460,"y2":872,"x3":416,"y3":871},"charText":"白","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":410,"y0":874,"x1":455,"y1":874,"x2":455,"y2":914,"x3":411,"y3":914},"charText":"可","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":353,"y0":43,"x1":403,"y1":43,"x2":403,"y2":79,"x3":353,"y3":79},"charText":"知","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":355,"y0":84,"x1":401,"y1":84,"x2":401,"y2":122,"x3":355,"y3":122},"charText":"世","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":356,"y0":129,"x1":404,"y1":129,"x2":404,"y2":161,"x3":356,"y3":161},"charText":"人","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":360,"y0":165,"x1":399,"y1":165,"x2":399,"y2":216,"x3":360,"y3":215},"charText":"萬","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":352,"y0":214,"x1":405,"y1":215,"x2":404,"y2":258,"x3":351,"y3":257},"charText":"般","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":351,"y0":260,"x1":404,"y1":261,"x2":404,"y2":302,"x3":350,"y3":301},"charText":"好","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":352,"y0":304,"x1":403,"y1":305,"x2":402,"y2":345,"x3":351,"y3":344},"charText":"便","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":354,"y0":345,"x1":402,"y1":346,"x2":402,"y2":388,"x3":353,"y3":388},"charText":"是","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":361,"y0":390,"x1":403,"y1":390,"x2":403,"y2":431,"x3":360,"y3":430},"charText":"了","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":359,"y0":433,"x1":389,"y1":432,"x2":389,"y2":475,"x3":359,"y3":475},"charText":"了","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":352,"y0":479,"x1":400,"y1":480,"x2":400,"y2":521,"x3":352,"y3":520},"charText":"便","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":352,"y0":522,"x1":399,"y1":522,"x2":398,"y2":568,"x3":351,"y3":567},"charText":"是","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":348,"y0":570,"x1":402,"y1":570,"x2":401,"y2":611,"x3":347,"y3":611},"charText":"好","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":350,"y0":612,"x1":395,"y1":612,"x2":394,"y2":656,"x3":350,"y3":656},"charText":"若","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":351,"y0":659,"x1":393,"y1":660,"x2":393,"y2":698,"x3":351,"y3":697},"charText":"不","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":358,"y0":701,"x1":400,"y1":701,"x2":400,"y2":744,"x3":358,"y3":743},"charText":"了","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":346,"y0":744,"x1":398,"y1":745,"x2":397,"y2":785,"x3":346,"y3":784},"charText":"便","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":352,"y0":786,"x1":392,"y1":787,"x2":391,"y2":825,"x3":351,"y3":824},"charText":"不","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":346,"y0":829,"x1":399,"y1":829,"x2":399,"y2":871,"x3":345,"y3":870},"charText":"好","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":346,"y0":872,"x1":393,"y1":873,"x2":393,"y2":917,"x3":346,"y3":916},"charText":"若","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":294,"y0":41,"x1":343,"y1":42,"x2":342,"y2":84,"x3":293,"y3":83},"charText":"要","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":293,"y0":86,"x1":344,"y1":86,"x2":344,"y2":124,"x3":293,"y3":124},"charText":"好","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":297,"y0":126,"x1":336,"y1":127,"x2":336,"y2":169,"x3":297,"y3":169},"charText":"湏","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":295,"y0":169,"x1":341,"y1":170,"x2":341,"y2":213,"x3":294,"y3":213},"charText":"是","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":301,"y0":214,"x1":343,"y1":215,"x2":342,"y2":255,"x3":301,"y3":254},"charText":"了","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":294,"y0":254,"x1":339,"y1":255,"x2":338,"y2":300,"x3":294,"y3":299},"charText":"我","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":292,"y0":301,"x1":338,"y1":301,"x2":337,"y2":343,"x3":292,"y3":342},"charText":"這","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":290,"y0":343,"x1":337,"y1":343,"x2":337,"y2":389,"x3":289,"y3":388},"charText":"歌","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":294,"y0":390,"x1":338,"y1":390,"x2":338,"y2":432,"x3":294,"y3":432},"charText":"兒","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":290,"y0":434,"x1":338,"y1":434,"x2":338,"y2":475,"x3":290,"y3":475},"charText":"便","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":292,"y0":476,"x1":333,"y1":477,"x2":333,"y2":517,"x3":291,"y3":516},"charText":"名","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":290,"y0":521,"x1":337,"y1":522,"x2":337,"y2":564,"x3":289,"y3":563},"charText":"好","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":297,"y0":566,"x1":328,"y1":566,"x2":328,"y2":607,"x3":297,"y3":607},"charText":"了","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":288,"y0":608,"x1":339,"y1":608,"x2":339,"y2":654,"x3":287,"y3":654},"charText":"歌","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":291,"y0":657,"x1":333,"y1":657,"x2":333,"y2":695,"x3":290,"y3":695},"charText":"士","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":294,"y0":698,"x1":337,"y1":699,"x2":337,"y2":742,"x3":294,"y3":741},"charText":"隐","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":292,"y0":741,"x1":337,"y1":742,"x2":337,"y2":784,"x3":291,"y3":784},"charText":"本","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":289,"y0":785,"x1":336,"y1":786,"x2":336,"y2":827,"x3":289,"y3":826},"charText":"是","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":290,"y0":825,"x1":330,"y1":826,"x2":330,"y2":871,"x3":290,"y3":870},"charText":"有","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":288,"y0":872,"x1":331,"y1":872,"x2":331,"y2":916,"x3":288,"y3":916},"charText":"宿","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":237,"y0":36,"x1":281,"y1":37,"x2":280,"y2":85,"x3":237,"y3":84},"charText":"慧","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":238,"y0":85,"x1":286,"y1":86,"x2":285,"y2":129,"x3":237,"y3":128},"charText":"的","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":235,"y0":135,"x1":281,"y1":136,"x2":281,"y2":153,"x3":235,"y3":152},"charText":"一","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":239,"y0":166,"x1":280,"y1":167,"x2":279,"y2":213,"x3":239,"y3":213},"charText":"聞","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":236,"y0":215,"x1":282,"y1":216,"x2":282,"y2":252,"x3":236,"y3":252},"charText":"此","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":234,"y0":256,"x1":283,"y1":257,"x2":283,"y2":297,"x3":233,"y3":296},"charText":"記","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":237,"y0":304,"x1":278,"y1":305,"x2":277,"y2":335,"x3":236,"y3":334},"charText":"心","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":239,"y0":337,"x1":273,"y1":338,"x2":273,"y2":384,"x3":238,"y3":383},"charText":"中","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":230,"y0":386,"x1":273,"y1":387,"x2":272,"y2":433,"x3":229,"y3":432},"charText":"早","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":236,"y0":436,"x1":278,"y1":436,"x2":278,"y2":472,"x3":236,"y3":471},"charText":"巳","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":230,"y0":473,"x1":280,"y1":474,"x2":279,"y2":517,"x3":230,"y3":517},"charText":"徹","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":233,"y0":519,"x1":280,"y1":520,"x2":280,"y2":562,"x3":232,"y3":561},"charText":"悟","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":237,"y0":566,"x1":272,"y1":566,"x2":272,"y2":607,"x3":237,"y3":606},"charText":"因","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":234,"y0":606,"x1":276,"y1":606,"x2":276,"y2":652,"x3":235,"y3":652},"charText":"笑","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":232,"y0":653,"x1":281,"y1":653,"x2":281,"y2":699,"x3":231,"y3":699},"charText":"道","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":229,"y0":702,"x1":276,"y1":703,"x2":275,"y2":741,"x3":229,"y3":740},"charText":"且","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":229,"y0":743,"x1":280,"y1":743,"x2":279,"y2":782,"x3":228,"y3":781},"charText":"佳","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":232,"y0":781,"x1":274,"y1":782,"x2":274,"y2":828,"x3":232,"y3":827},"charText":"待","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":231,"y0":826,"x1":274,"y1":827,"x2":273,"y2":871,"x3":231,"y3":871},"charText":"我","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":233,"y0":872,"x1":276,"y1":872,"x2":275,"y2":916,"x3":232,"y3":916},"charText":"将","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":174,"y0":36,"x1":222,"y1":37,"x2":222,"y2":79,"x3":174,"y3":78},"charText":"你","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":173,"y0":80,"x1":222,"y1":81,"x2":221,"y2":123,"x3":172,"y3":122},"charText":"好","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":182,"y0":123,"x1":212,"y1":124,"x2":212,"y2":163,"x3":182,"y3":162},"charText":"了","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":171,"y0":163,"x1":220,"y1":164,"x2":219,"y2":208,"x3":170,"y3":207},"charText":"歌","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":173,"y0":210,"x1":221,"y1":211,"x2":220,"y2":256,"x3":173,"y3":256},"charText":"觧","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":169,"y0":257,"x1":220,"y1":257,"x2":219,"y2":295,"x3":169,"y3":295},"charText":"註","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":176,"y0":299,"x1":215,"y1":300,"x2":215,"y2":340,"x3":176,"y3":340},"charText":"出","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":175,"y0":340,"x1":217,"y1":340,"x2":217,"y2":386,"x3":174,"y3":386},"charText":"来","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":169,"y0":388,"x1":216,"y1":389,"x2":215,"y2":430,"x3":168,"y3":429},"charText":"何","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":166,"y0":431,"x1":222,"y1":432,"x2":221,"y2":468,"x3":165,"y3":467},"charText":"如","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":170,"y0":471,"x1":217,"y1":471,"x2":217,"y2":515,"x3":169,"y3":515},"charText":"道","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":171,"y0":519,"x1":219,"y1":519,"x2":219,"y2":555,"x3":170,"y3":554},"charText":"人","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":172,"y0":558,"x1":218,"y1":558,"x2":218,"y2":603,"x3":172,"y3":603},"charText":"笑","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":169,"y0":604,"x1":219,"y1":604,"x2":219,"y2":650,"x3":169,"y3":650},"charText":"道","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":168,"y0":651,"x1":215,"y1":652,"x2":215,"y2":694,"x3":168,"y3":694},"charText":"你","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":171,"y0":696,"x1":216,"y1":697,"x2":215,"y2":744,"x3":171,"y3":743},"charText":"解","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":167,"y0":743,"x1":214,"y1":743,"x2":214,"y2":782,"x3":167,"y3":782},"charText":"你","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":170,"y0":783,"x1":217,"y1":784,"x2":217,"y2":831,"x3":169,"y3":831},"charText":"觧","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":169,"y0":830,"x1":211,"y1":831,"x2":211,"y2":867,"x3":169,"y3":866},"charText":"士","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":171,"y0":869,"x1":214,"y1":869,"x2":214,"y2":915,"x3":171,"y3":915},"charText":"隐","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":116,"y0":35,"x1":157,"y1":36,"x2":157,"y2":79,"x3":115,"y3":78},"charText":"乃","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":110,"y0":78,"x1":164,"y1":79,"x2":163,"y2":120,"x3":109,"y3":118},"charText":"説","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":110,"y0":119,"x1":166,"y1":120,"x2":165,"y2":164,"x3":109,"y3":162},"charText":"道","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":136,"y0":173,"x1":163,"y1":174,"x2":163,"y2":203,"x3":136,"y3":203},"charText":"要","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":136,"y0":212,"x1":162,"y1":212,"x2":162,"y2":246,"x3":136,"y3":245},"charText":"寫","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":135,"y0":252,"x1":161,"y1":253,"x2":161,"y2":290,"x3":135,"y3":289},"charText":"情","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":133,"y0":301,"x1":162,"y1":302,"x2":162,"y2":331,"x3":133,"y3":330},"charText":"要","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":136,"y0":342,"x1":161,"y1":342,"x2":161,"y2":375,"x3":135,"y3":375},"charText":"寫","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":133,"y0":390,"x1":159,"y1":390,"x2":159,"y2":414,"x3":133,"y3":413},"charText":"幻","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":133,"y0":431,"x1":159,"y1":432,"x2":159,"y2":463,"x3":133,"y3":463},"charText":"境","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":132,"y0":476,"x1":159,"y1":476,"x2":159,"y2":505,"x3":132,"y3":505},"charText":"偏","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":135,"y0":520,"x1":161,"y1":520,"x2":160,"y2":551,"x3":134,"y3":551},"charText":"先","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":107,"y0":170,"x1":134,"y1":171,"x2":134,"y2":203,"x3":107,"y3":203},"charText":"寫","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":106,"y0":213,"x1":130,"y1":213,"x2":130,"y2":241,"x3":107,"y3":241},"charText":"出","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":105,"y0":262,"x1":129,"y1":263,"x2":130,"y2":277,"x3":106,"y3":277},"charText":"一","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":106,"y0":298,"x1":131,"y1":298,"x2":131,"y2":330,"x3":106,"y3":330},"charText":"萹","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":106,"y0":341,"x1":132,"y1":342,"x2":132,"y2":375,"x3":105,"y3":374},"charText":"竒","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":105,"y0":389,"x1":133,"y1":389,"x2":133,"y2":414,"x3":105,"y3":413},"charText":"人","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":103,"y0":429,"x1":129,"y1":429,"x2":129,"y2":464,"x3":103,"y3":464},"charText":"竒","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":103,"y0":474,"x1":131,"y1":475,"x2":131,"y2":507,"x3":103,"y3":507},"charText":"境","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":104,"y0":518,"x1":133,"y1":518,"x2":133,"y2":554,"x3":104,"y3":554},"charText":"来","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":110,"y0":565,"x1":154,"y1":565,"x2":154,"y2":604,"x3":110,"y3":604},"charText":"陋","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":108,"y0":606,"x1":152,"y1":607,"x2":152,"y2":648,"x3":108,"y3":648},"charText":"室","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":110,"y0":651,"x1":153,"y1":651,"x2":152,"y2":692,"x3":110,"y3":691},"charText":"空","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":108,"y0":694,"x1":158,"y1":694,"x2":157,"y2":739,"x3":108,"y3":739},"charText":"堂","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":108,"y0":740,"x1":154,"y1":741,"x2":154,"y2":786,"x3":108,"y3":785},"charText":"當","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":104,"y0":787,"x1":150,"y1":787,"x2":150,"y2":830,"x3":104,"y3":830},"charText":"年","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":110,"y0":829,"x1":149,"y1":830,"x2":148,"y2":873,"x3":110,"y3":873},"charText":"笏","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":108,"y0":873,"x1":152,"y1":873,"x2":152,"y2":916,"x3":108,"y3":916},"charText":"滿","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":48,"y0":33,"x1":103,"y1":34,"x2":101,"y2":78,"x3":47,"y3":77},"charText":"床","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":46,"y0":110,"x1":95,"y1":111,"x2":94,"y2":160,"x3":45,"y3":159},"charText":"衰","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":45,"y0":159,"x1":92,"y1":160,"x2":90,"y2":211,"x3":44,"y3":210},"charText":"草","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":43,"y0":210,"x1":92,"y1":211,"x2":91,"y2":250,"x3":42,"y3":250},"charText":"枯","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":43,"y0":250,"x1":100,"y1":251,"x2":99,"y2":295,"x3":42,"y3":294},"charText":"楊","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":50,"y0":294,"x1":87,"y1":295,"x2":87,"y2":340,"x3":50,"y3":339},"charText":"曽","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":50,"y0":340,"x1":90,"y1":341,"x2":90,"y2":379,"x3":49,"y3":378},"charText":"為","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":43,"y0":377,"x1":92,"y1":378,"x2":92,"y2":413,"x3":43,"y3":413},"charText":"歌","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":45,"y0":412,"x1":90,"y1":413,"x2":89,"y2":450,"x3":44,"y3":449},"charText":"舞","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":46,"y0":446,"x1":88,"y1":447,"x2":88,"y2":486,"x3":46,"y3":485},"charText":"場","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":41,"y0":508,"x1":94,"y1":508,"x2":94,"y2":561,"x3":40,"y3":561},"charText":"蛛","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":43,"y0":563,"x1":87,"y1":563,"x2":86,"y2":601,"x3":43,"y3":601},"charText":"絲","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":41,"y0":603,"x1":91,"y1":603,"x2":91,"y2":646,"x3":41,"y3":646},"charText":"免","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":41,"y0":646,"x1":86,"y1":646,"x2":86,"y2":690,"x3":41,"y3":690},"charText":"結","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":41,"y0":693,"x1":87,"y1":694,"x2":87,"y2":737,"x3":41,"y3":737},"charText":"滿","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":739,"x1":92,"y1":739,"x2":91,"y2":782,"x3":39,"y3":781},"charText":"雕","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":39,"y0":783,"x1":95,"y1":783,"x2":95,"y2":826,"x3":39,"y3":826},"charText":"梁","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":41,"y0":869,"x1":88,"y1":870,"x2":88,"y2":915,"x3":40,"y3":915},"charText":"緑","textlineId":8,"picUri":"","isPicText":false}]},"7501933907890798633":{"wordBoxList":[{"charPoly":{"x0":530,"y0":30,"x1":574,"y1":30,"x2":574,"y2":74,"x3":530,"y3":74},"charText":"紗","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":532,"y0":74,"x1":576,"y1":74,"x2":575,"y2":114,"x3":532,"y3":113},"charText":"兜","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":531,"y0":115,"x1":575,"y1":115,"x2":575,"y2":153,"x3":531,"y3":153},"charText":"今","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":534,"y0":158,"x1":577,"y1":159,"x2":577,"y2":195,"x3":534,"y3":195},"charText":"又","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":526,"y0":201,"x1":575,"y1":201,"x2":575,"y2":244,"x3":526,"y3":243},"charText":"糊","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":529,"y0":245,"x1":573,"y1":245,"x2":573,"y2":288,"x3":529,"y3":288},"charText":"在","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":527,"y0":287,"x1":574,"y1":287,"x2":575,"y2":333,"x3":527,"y3":333},"charText":"蓬","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":531,"y0":334,"x1":573,"y1":334,"x2":573,"y2":377,"x3":531,"y3":377},"charText":"窓","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":528,"y0":381,"x1":578,"y1":381,"x2":577,"y2":415,"x3":527,"y3":415},"charText":"上","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":523,"y0":461,"x1":574,"y1":461,"x2":574,"y2":505,"x3":523,"y3":505},"charText":"説","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":526,"y0":507,"x1":571,"y1":507,"x2":571,"y2":552,"x3":527,"y3":552},"charText":"甚","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":528,"y0":553,"x1":571,"y1":554,"x2":571,"y2":597,"x3":527,"y3":597},"charText":"麽","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":527,"y0":599,"x1":574,"y1":600,"x2":574,"y2":641,"x3":527,"y3":640},"charText":"𮌖","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":525,"y0":644,"x1":572,"y1":645,"x2":572,"y2":680,"x3":525,"y3":680},"charText":"正","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":528,"y0":681,"x1":575,"y1":682,"x2":574,"y2":731,"x3":527,"y3":731},"charText":"濃","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":522,"y0":732,"x1":571,"y1":733,"x2":571,"y2":776,"x3":521,"y3":775},"charText":"粉","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":524,"y0":779,"x1":569,"y1":779,"x2":569,"y2":812,"x3":524,"y3":812},"charText":"正","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":525,"y0":815,"x1":572,"y1":815,"x2":572,"y2":859,"x3":525,"y3":859},"charText":"香","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":464,"y0":32,"x1":514,"y1":33,"x2":514,"y2":66,"x3":463,"y3":66},"charText":"如","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":466,"y0":70,"x1":514,"y1":71,"x2":514,"y2":113,"x3":466,"y3":112},"charText":"何","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":470,"y0":116,"x1":514,"y1":117,"x2":514,"y2":153,"x3":470,"y3":153},"charText":"兩","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":467,"y0":153,"x1":510,"y1":153,"x2":509,"y2":206,"x3":466,"y3":206},"charText":"髩","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":471,"y0":209,"x1":514,"y1":209,"x2":514,"y2":243,"x3":471,"y3":243},"charText":"又","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":469,"y0":244,"x1":515,"y1":244,"x2":515,"y2":287,"x3":469,"y3":287},"charText":"成","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":469,"y0":290,"x1":516,"y1":290,"x2":516,"y2":336,"x3":469,"y3":336},"charText":"霜","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":469,"y0":373,"x1":512,"y1":373,"x2":512,"y2":423,"x3":469,"y3":423},"charText":"昨","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":477,"y0":426,"x1":503,"y1":426,"x2":503,"y2":458,"x3":477,"y3":458},"charText":"日","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":466,"y0":461,"x1":511,"y1":461,"x2":511,"y2":510,"x3":466,"y3":510},"charText":"黄","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":465,"y0":512,"x1":509,"y1":512,"x2":509,"y2":547,"x3":465,"y3":547},"charText":"土","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":467,"y0":551,"x1":511,"y1":551,"x2":511,"y2":595,"x3":467,"y3":595},"charText":"隴","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":466,"y0":599,"x1":510,"y1":599,"x2":510,"y2":640,"x3":466,"y3":640},"charText":"頭","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":463,"y0":640,"x1":512,"y1":641,"x2":512,"y2":682,"x3":463,"y3":682},"charText":"送","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":468,"y0":685,"x1":505,"y1":686,"x2":505,"y2":725,"x3":468,"y3":724},"charText":"白","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":466,"y0":727,"x1":511,"y1":727,"x2":511,"y2":776,"x3":465,"y3":776},"charText":"骨","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":463,"y0":815,"x1":511,"y1":816,"x2":511,"y2":856,"x3":463,"y3":856},"charText":"今","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":467,"y0":859,"x1":509,"y1":859,"x2":508,"y2":903,"x3":466,"y3":902},"charText":"宵","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":408,"y0":32,"x1":456,"y1":32,"x2":456,"y2":68,"x3":408,"y3":68},"charText":"紅","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":407,"y0":70,"x1":456,"y1":70,"x2":456,"y2":110,"x3":407,"y3":110},"charText":"燈","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":406,"y0":113,"x1":454,"y1":113,"x2":454,"y2":156,"x3":406,"y3":156},"charText":"帳","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":405,"y0":158,"x1":454,"y1":158,"x2":454,"y2":202,"x3":404,"y3":202},"charText":"底","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":408,"y0":204,"x1":451,"y1":204,"x2":451,"y2":247,"x3":408,"y3":246},"charText":"卧","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":410,"y0":246,"x1":450,"y1":246,"x2":450,"y2":290,"x3":410,"y3":290},"charText":"鴛","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":406,"y0":289,"x1":454,"y1":289,"x2":454,"y2":339,"x3":406,"y3":338},"charText":"鴦","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":406,"y0":379,"x1":453,"y1":379,"x2":453,"y2":419,"x3":406,"y3":419},"charText":"金","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":408,"y0":420,"x1":449,"y1":420,"x2":449,"y2":461,"x3":408,"y3":461},"charText":"滿","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":406,"y0":462,"x1":454,"y1":462,"x2":454,"y2":509,"x3":405,"y3":509},"charText":"箱","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":402,"y0":555,"x1":449,"y1":556,"x2":449,"y2":598,"x3":402,"y3":597},"charText":"銀","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":405,"y0":598,"x1":447,"y1":599,"x2":447,"y2":641,"x3":404,"y3":641},"charText":"滿","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":404,"y0":641,"x1":452,"y1":642,"x2":451,"y2":689,"x3":404,"y3":688},"charText":"箱","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":402,"y0":728,"x1":448,"y1":728,"x2":448,"y2":776,"x3":402,"y3":776},"charText":"轉","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":405,"y0":778,"x1":448,"y1":778,"x2":448,"y2":816,"x3":405,"y3":815},"charText":"眼","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":408,"y0":817,"x1":447,"y1":817,"x2":447,"y2":856,"x3":408,"y3":855},"charText":"乞","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":409,"y0":860,"x1":445,"y1":860,"x2":445,"y2":900,"x3":409,"y3":901},"charText":"丐","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":346,"y0":33,"x1":394,"y1":33,"x2":394,"y2":63,"x3":346,"y3":63},"charText":"人","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":351,"y0":66,"x1":391,"y1":66,"x2":391,"y2":112,"x3":351,"y3":112},"charText":"皆","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":344,"y0":113,"x1":395,"y1":113,"x2":395,"y2":160,"x3":344,"y3":160},"charText":"謗","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":346,"y0":164,"x1":391,"y1":164,"x2":391,"y2":200,"x3":345,"y3":200},"charText":"正","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":348,"y0":202,"x1":391,"y1":202,"x2":391,"y2":245,"x3":348,"y3":245},"charText":"嘆","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":345,"y0":246,"x1":393,"y1":247,"x2":392,"y2":286,"x3":344,"y3":286},"charText":"他","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":346,"y0":292,"x1":392,"y1":293,"x2":392,"y2":325,"x3":346,"y3":325},"charText":"人","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":344,"y0":329,"x1":393,"y1":329,"x2":393,"y2":377,"x3":344,"y3":377},"charText":"命","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":348,"y0":381,"x1":388,"y1":381,"x2":388,"y2":419,"x3":349,"y3":419},"charText":"不","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":345,"y0":422,"x1":393,"y1":422,"x2":393,"y2":463,"x3":344,"y3":463},"charText":"長","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":345,"y0":513,"x1":390,"y1":513,"x2":389,"y2":555,"x3":344,"y3":554},"charText":"那","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":344,"y0":557,"x1":390,"y1":557,"x2":390,"y2":593,"x3":343,"y3":593},"charText":"知","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":351,"y0":596,"x1":385,"y1":596,"x2":385,"y2":639,"x3":352,"y3":639},"charText":"自","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":352,"y0":643,"x1":390,"y1":643,"x2":390,"y2":679,"x3":352,"y3":679},"charText":"巳","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":345,"y0":684,"x1":390,"y1":685,"x2":390,"y2":730,"x3":344,"y3":730},"charText":"歸","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":347,"y0":729,"x1":390,"y1":729,"x2":390,"y2":772,"x3":346,"y3":772},"charText":"来","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":342,"y0":772,"x1":392,"y1":773,"x2":391,"y2":817,"x3":341,"y3":816},"charText":"䘮","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":338,"y0":859,"x1":384,"y1":859,"x2":384,"y2":899,"x3":338,"y3":899},"charText":"訓","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":289,"y0":28,"x1":331,"y1":28,"x2":331,"y2":74,"x3":289,"y3":74},"charText":"有","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":289,"y0":75,"x1":336,"y1":75,"x2":336,"y2":116,"x3":288,"y3":116},"charText":"方","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":287,"y0":118,"x1":331,"y1":119,"x2":331,"y2":158,"x3":287,"y3":157},"charText":"保","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":290,"y0":163,"x1":329,"y1":163,"x2":329,"y2":201,"x3":290,"y3":201},"charText":"不","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":288,"y0":205,"x1":332,"y1":206,"x2":332,"y2":247,"x3":288,"y3":247},"charText":"定","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":287,"y0":248,"x1":332,"y1":248,"x2":332,"y2":289,"x3":287,"y3":289},"charText":"後","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":294,"y0":294,"x1":323,"y1":294,"x2":323,"y2":327,"x3":294,"y3":327},"charText":"日","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":286,"y0":329,"x1":329,"y1":329,"x2":329,"y2":374,"x3":286,"y3":374},"charText":"作","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":287,"y0":379,"x1":330,"y1":379,"x2":330,"y2":418,"x3":287,"y3":418},"charText":"强","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":284,"y0":421,"x1":334,"y1":422,"x2":333,"y2":466,"x3":284,"y3":466},"charText":"梁","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":285,"y0":511,"x1":330,"y1":511,"x2":329,"y2":556,"x3":285,"y3":555},"charText":"擇","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":287,"y0":555,"x1":329,"y1":555,"x2":328,"y2":605,"x3":286,"y3":605},"charText":"膏","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":285,"y0":605,"x1":332,"y1":606,"x2":332,"y2":647,"x3":284,"y3":647},"charText":"粱","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":283,"y0":649,"x1":328,"y1":649,"x2":328,"y2":689,"x3":283,"y3":689},"charText":"誰","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":286,"y0":690,"x1":330,"y1":690,"x2":330,"y2":730,"x3":286,"y3":730},"charText":"承","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":285,"y0":730,"x1":326,"y1":731,"x2":325,"y2":772,"x3":285,"y3":772},"charText":"望","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":284,"y0":772,"x1":328,"y1":773,"x2":328,"y2":812,"x3":284,"y3":812},"charText":"流","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":285,"y0":812,"x1":329,"y1":812,"x2":328,"y2":857,"x3":285,"y3":857},"charText":"落","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":282,"y0":858,"x1":327,"y1":858,"x2":327,"y2":900,"x3":281,"y3":900},"charText":"在","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":227,"y0":28,"x1":272,"y1":29,"x2":272,"y2":68,"x3":227,"y3":68},"charText":"烟","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":228,"y0":69,"x1":274,"y1":70,"x2":274,"y2":111,"x3":228,"y3":111},"charText":"花","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":230,"y0":112,"x1":277,"y1":112,"x2":276,"y2":157,"x3":230,"y3":156},"charText":"卷","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":233,"y0":205,"x1":268,"y1":205,"x2":268,"y2":246,"x3":233,"y3":245},"charText":"因","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":225,"y0":246,"x1":272,"y1":247,"x2":272,"y2":287,"x3":225,"y3":287},"charText":"𭒡","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":228,"y0":289,"x1":270,"y1":290,"x2":270,"y2":334,"x3":227,"y3":334},"charText":"紗","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":228,"y0":335,"x1":269,"y1":335,"x2":269,"y2":376,"x3":228,"y3":376},"charText":"帽","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":228,"y0":380,"x1":270,"y1":380,"x2":270,"y2":416,"x3":228,"y3":416},"charText":"小","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":225,"y0":463,"x1":272,"y1":464,"x2":272,"y2":504,"x3":225,"y3":504},"charText":"致","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":223,"y0":505,"x1":271,"y1":506,"x2":271,"y2":550,"x3":222,"y3":550},"charText":"使","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":222,"y0":553,"x1":267,"y1":554,"x2":267,"y2":599,"x3":221,"y3":599},"charText":"鎻","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":223,"y0":599,"x1":269,"y1":599,"x2":269,"y2":637,"x3":223,"y3":637},"charText":"枷","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":225,"y0":641,"x1":272,"y1":641,"x2":272,"y2":683,"x3":225,"y3":682},"charText":"拄","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":225,"y0":726,"x1":268,"y1":726,"x2":267,"y2":773,"x3":225,"y3":772},"charText":"昨","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":223,"y0":772,"x1":267,"y1":773,"x2":266,"y2":818,"x3":222,"y3":818},"charText":"憐","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":220,"y0":817,"x1":269,"y1":817,"x2":268,"y2":856,"x3":220,"y3":856},"charText":"破","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":220,"y0":857,"x1":267,"y1":858,"x2":266,"y2":900,"x3":219,"y3":899},"charText":"襖","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":170,"y0":29,"x1":217,"y1":30,"x2":217,"y2":72,"x3":170,"y3":72},"charText":"寒","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":167,"y0":113,"x1":217,"y1":114,"x2":217,"y2":152,"x3":167,"y3":151},"charText":"今","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":163,"y0":157,"x1":214,"y1":157,"x2":214,"y2":199,"x3":163,"y3":199},"charText":"𭒡","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":168,"y0":201,"x1":213,"y1":202,"x2":212,"y2":247,"x3":168,"y3":247},"charText":"紫","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":165,"y0":249,"x1":213,"y1":249,"x2":213,"y2":289,"x3":165,"y3":289},"charText":"袍","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":163,"y0":292,"x1":215,"y1":293,"x2":215,"y2":333,"x3":163,"y3":333},"charText":"長","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":165,"y0":374,"x1":213,"y1":374,"x2":213,"y2":416,"x3":165,"y3":416},"charText":"亂","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":164,"y0":423,"x1":211,"y1":423,"x2":211,"y2":461,"x3":164,"y3":461},"charText":"哄","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":165,"y0":464,"x1":215,"y1":465,"x2":215,"y2":504,"x3":164,"y3":504},"charText":"哄","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":163,"y0":508,"x1":209,"y1":508,"x2":209,"y2":550,"x3":163,"y3":549},"charText":"你","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":165,"y0":553,"x1":207,"y1":554,"x2":207,"y2":593,"x3":164,"y3":592},"charText":"方","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":166,"y0":599,"x1":207,"y1":599,"x2":207,"y2":636,"x3":166,"y3":636},"charText":"唱","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":165,"y0":639,"x1":211,"y1":639,"x2":211,"y2":682,"x3":166,"y3":682},"charText":"罷","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":165,"y0":683,"x1":212,"y1":683,"x2":212,"y2":726,"x3":165,"y3":726},"charText":"我","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":164,"y0":728,"x1":212,"y1":728,"x2":212,"y2":770,"x3":164,"y3":769},"charText":"登","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":163,"y0":771,"x1":212,"y1":771,"x2":212,"y2":814,"x3":162,"y3":814},"charText":"場","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":162,"y0":859,"x1":211,"y1":860,"x2":210,"y2":899,"x3":160,"y3":898},"charText":"反","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":105,"y0":28,"x1":155,"y1":29,"x2":155,"y2":68,"x3":105,"y3":68},"charText":"認","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":104,"y0":71,"x1":155,"y1":71,"x2":155,"y2":107,"x3":104,"y3":107},"charText":"他","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":108,"y0":111,"x1":155,"y1":112,"x2":155,"y2":158,"x3":107,"y3":158},"charText":"鄉","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":106,"y0":159,"x1":153,"y1":159,"x2":152,"y2":203,"x3":106,"y3":203},"charText":"是","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":105,"y0":202,"x1":154,"y1":202,"x2":154,"y2":243,"x3":104,"y3":243},"charText":"故","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":107,"y0":245,"x1":155,"y1":246,"x2":155,"y2":293,"x3":106,"y3":292},"charText":"鄉","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":102,"y0":328,"x1":150,"y1":328,"x2":150,"y2":375,"x3":102,"y3":375},"charText":"甚","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":110,"y0":376,"x1":152,"y1":376,"x2":152,"y2":420,"x3":110,"y3":420},"charText":"荒","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":105,"y0":421,"x1":155,"y1":421,"x2":155,"y2":464,"x3":104,"y3":464},"charText":"唐","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":104,"y0":508,"x1":147,"y1":508,"x2":146,"y2":554,"x3":104,"y3":553},"charText":"到","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":104,"y0":556,"x1":148,"y1":556,"x2":148,"y2":597,"x3":104,"y3":597},"charText":"頭","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":106,"y0":595,"x1":154,"y1":595,"x2":154,"y2":641,"x3":106,"y3":640},"charText":"来","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":100,"y0":641,"x1":149,"y1":642,"x2":149,"y2":686,"x3":100,"y3":685},"charText":"都","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":106,"y0":686,"x1":151,"y1":687,"x2":151,"y2":727,"x3":106,"y3":727},"charText":"是","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":106,"y0":728,"x1":150,"y1":728,"x2":149,"y2":772,"x3":106,"y3":772},"charText":"為","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":101,"y0":772,"x1":151,"y1":773,"x2":150,"y2":811,"x3":100,"y3":810},"charText":"他","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":103,"y0":814,"x1":151,"y1":815,"x2":150,"y2":846,"x3":103,"y3":845},"charText":"人","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":101,"y0":852,"x1":146,"y1":852,"x2":146,"y2":897,"x3":101,"y3":896},"charText":"作","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":52,"y0":28,"x1":83,"y1":28,"x2":83,"y2":70,"x3":52,"y3":70},"charText":"了","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":45,"y0":71,"x1":91,"y1":72,"x2":91,"y2":110,"x3":45,"y3":110},"charText":"衣","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":44,"y0":110,"x1":96,"y1":111,"x2":96,"y2":156,"x3":44,"y3":156},"charText":"裳","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":67,"y0":164,"x1":96,"y1":164,"x2":96,"y2":196,"x3":67,"y3":195},"charText":"誰","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":71,"y0":206,"x1":95,"y1":207,"x2":95,"y2":234,"x3":71,"y3":233},"charText":"不","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":70,"y0":246,"x1":96,"y1":246,"x2":96,"y2":278,"x3":70,"y3":278},"charText":"觧","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":70,"y0":291,"x1":96,"y1":291,"x2":96,"y2":324,"x3":69,"y3":324},"charText":"得","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":69,"y0":338,"x1":94,"y1":338,"x2":95,"y2":365,"x3":69,"y3":365},"charText":"世","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":72,"y0":377,"x1":96,"y1":378,"x2":96,"y2":413,"x3":72,"y3":413},"charText":"事","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":65,"y0":427,"x1":94,"y1":426,"x2":94,"y2":455,"x3":65,"y3":455},"charText":"如","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":68,"y0":469,"x1":94,"y1":469,"x2":94,"y2":497,"x3":68,"y3":496},"charText":"此","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":68,"y0":510,"x1":94,"y1":511,"x2":94,"y2":543,"x3":68,"y3":543},"charText":"有","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":39,"y0":163,"x1":68,"y1":163,"x2":68,"y2":194,"x3":39,"y3":194},"charText":"龍","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":203,"x1":69,"y1":203,"x2":69,"y2":236,"x3":41,"y3":236},"charText":"象","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":246,"x1":61,"y1":246,"x2":61,"y2":275,"x3":39,"y3":275},"charText":"力","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":38,"y0":289,"x1":65,"y1":289,"x2":65,"y2":322,"x3":38,"y3":322},"charText":"者","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":37,"y0":336,"x1":65,"y1":336,"x2":65,"y2":366,"x3":37,"y3":366},"charText":"方","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":36,"y0":379,"x1":69,"y1":379,"x2":69,"y2":412,"x3":37,"y3":412},"charText":"能","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":36,"y0":423,"x1":67,"y1":423,"x2":67,"y2":455,"x3":36,"y3":455},"charText":"放","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":38,"y0":466,"x1":64,"y1":466,"x2":65,"y2":501,"x3":38,"y3":501},"charText":"得","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":38,"y0":514,"x1":63,"y1":515,"x2":63,"y2":542,"x3":39,"y3":542},"charText":"下","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":555,"x1":88,"y1":556,"x2":87,"y2":599,"x3":40,"y3":598},"charText":"那","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":41,"y0":598,"x1":91,"y1":598,"x2":91,"y2":639,"x3":41,"y3":639},"charText":"癬","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":41,"y0":640,"x1":90,"y1":640,"x2":90,"y2":682,"x3":41,"y3":682},"charText":"跛","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":682,"x1":89,"y1":683,"x2":89,"y2":726,"x3":40,"y3":726},"charText":"道","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":39,"y0":728,"x1":90,"y1":729,"x2":89,"y2":765,"x3":39,"y3":764},"charText":"人","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":39,"y0":765,"x1":88,"y1":765,"x2":88,"y2":811,"x3":39,"y3":811},"charText":"聽","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":47,"y0":814,"x1":78,"y1":815,"x2":78,"y2":856,"x3":47,"y3":855},"charText":"了","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":857,"x1":84,"y1":858,"x2":83,"y2":896,"x3":39,"y3":895},"charText":"拍","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":8,"y0":30,"x1":28,"y1":30,"x2":28,"y2":61,"x3":9,"y3":61},"charText":"之","textlineId":9,"picUri":"","isPicText":false},{"charPoly":{"x0":9,"y0":75,"x1":32,"y1":75,"x2":32,"y2":117,"x3":9,"y3":117},"charText":"湏","textlineId":9,"picUri":"","isPicText":false},{"charPoly":{"x0":9,"y0":126,"x1":31,"y1":126,"x2":30,"y2":156,"x3":9,"y3":156},"charText":"巳","textlineId":9,"picUri":"","isPicText":false}]},"7501933907890815017":{"wordBoxList":[{"charPoly":{"x0":527,"y0":37,"x1":570,"y1":37,"x2":570,"y2":83,"x3":527,"y3":83},"charText":"掌","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":530,"y0":83,"x1":573,"y1":83,"x2":573,"y2":124,"x3":530,"y3":124},"charText":"笑","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":528,"y0":123,"x1":576,"y1":123,"x2":576,"y2":165,"x3":528,"y3":165},"charText":"道","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":528,"y0":166,"x1":574,"y1":167,"x2":574,"y2":213,"x3":528,"y3":213},"charText":"觧","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":528,"y0":214,"x1":572,"y1":215,"x2":571,"y2":262,"x3":527,"y3":261},"charText":"得","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":537,"y0":265,"x1":576,"y1":266,"x2":576,"y2":297,"x3":537,"y3":296},"charText":"切","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":529,"y0":299,"x1":574,"y1":299,"x2":574,"y2":343,"x3":529,"y3":343},"charText":"觧","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":527,"y0":343,"x1":573,"y1":344,"x2":573,"y2":389,"x3":527,"y3":389},"charText":"得","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":532,"y0":392,"x1":578,"y1":392,"x2":578,"y2":426,"x3":532,"y3":426},"charText":"切","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":529,"y0":430,"x1":573,"y1":431,"x2":572,"y2":467,"x3":529,"y3":466},"charText":"士","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":533,"y0":471,"x1":574,"y1":471,"x2":575,"y2":514,"x3":533,"y3":514},"charText":"隐","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":529,"y0":518,"x1":577,"y1":519,"x2":577,"y2":558,"x3":529,"y3":558},"charText":"便","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":527,"y0":561,"x1":577,"y1":560,"x2":577,"y2":602,"x3":527,"y3":603},"charText":"説","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":529,"y0":614,"x1":576,"y1":615,"x2":576,"y2":629,"x3":529,"y3":629},"charText":"一","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":531,"y0":638,"x1":577,"y1":637,"x2":578,"y2":691,"x3":532,"y3":692},"charText":"聲","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":534,"y0":692,"x1":580,"y1":692,"x2":580,"y2":735,"x3":534,"y3":735},"charText":"罷","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":534,"y0":736,"x1":577,"y1":736,"x2":577,"y2":778,"x3":534,"y3":777},"charText":"将","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":530,"y0":777,"x1":578,"y1":777,"x2":578,"y2":818,"x3":530,"y3":818},"charText":"道","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":532,"y0":821,"x1":579,"y1":821,"x2":579,"y2":854,"x3":532,"y3":853},"charText":"人","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":532,"y0":856,"x1":571,"y1":856,"x2":570,"y2":905,"x3":532,"y3":905},"charText":"肩","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":466,"y0":39,"x1":511,"y1":40,"x2":511,"y2":72,"x3":466,"y3":72},"charText":"上","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":466,"y0":75,"x1":515,"y1":75,"x2":514,"y2":115,"x3":466,"y3":115},"charText":"搭","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":464,"y0":116,"x1":514,"y1":116,"x2":514,"y2":159,"x3":464,"y3":159},"charText":"連","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":463,"y0":162,"x1":514,"y1":162,"x2":514,"y2":210,"x3":463,"y3":210},"charText":"槍","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":472,"y0":212,"x1":502,"y1":212,"x2":502,"y2":254,"x3":472,"y3":254},"charText":"了","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":465,"y0":256,"x1":514,"y1":257,"x2":514,"y2":297,"x3":465,"y3":296},"charText":"過","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":466,"y0":296,"x1":514,"y1":296,"x2":514,"y2":341,"x3":466,"y3":341},"charText":"来","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":471,"y0":340,"x1":510,"y1":341,"x2":510,"y2":386,"x3":471,"y3":386},"charText":"背","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":467,"y0":388,"x1":516,"y1":389,"x2":516,"y2":430,"x3":466,"y3":430},"charText":"著","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":465,"y0":430,"x1":513,"y1":430,"x2":513,"y2":473,"x3":465,"y3":473},"charText":"竟","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":468,"y0":476,"x1":510,"y1":476,"x2":510,"y2":514,"x3":468,"y3":514},"charText":"不","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":465,"y0":518,"x1":514,"y1":518,"x2":513,"y2":554,"x3":465,"y3":554},"charText":"知","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":472,"y0":564,"x1":512,"y1":564,"x2":512,"y2":596,"x3":472,"y3":596},"charText":"回","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":472,"y0":599,"x1":518,"y1":599,"x2":519,"y2":645,"x3":472,"y3":645},"charText":"家","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":473,"y0":649,"x1":512,"y1":649,"x2":513,"y2":688,"x3":473,"y3":689},"charText":"同","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":475,"y0":690,"x1":507,"y1":690,"x2":507,"y2":731,"x3":476,"y3":731},"charText":"了","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":468,"y0":732,"x1":518,"y1":732,"x2":517,"y2":775,"x3":468,"y3":775},"charText":"道","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":472,"y0":778,"x1":518,"y1":779,"x2":518,"y2":812,"x3":472,"y3":811},"charText":"人","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":466,"y0":817,"x1":518,"y1":818,"x2":517,"y2":857,"x3":466,"y3":857},"charText":"飄","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":466,"y0":863,"x1":514,"y1":864,"x2":513,"y2":904,"x3":466,"y3":903},"charText":"飄","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":407,"y0":40,"x1":451,"y1":40,"x2":452,"y2":72,"x3":408,"y3":72},"charText":"而","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":404,"y0":74,"x1":454,"y1":74,"x2":454,"y2":114,"x3":404,"y3":113},"charText":"去","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":407,"y0":117,"x1":450,"y1":117,"x2":450,"y2":163,"x3":407,"y3":163},"charText":"當","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":406,"y0":167,"x1":445,"y1":167,"x2":446,"y2":204,"x3":406,"y3":204},"charText":"下","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":406,"y0":209,"x1":452,"y1":209,"x2":452,"y2":250,"x3":406,"y3":250},"charText":"烘","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":405,"y0":254,"x1":452,"y1":254,"x2":452,"y2":295,"x3":405,"y3":295},"charText":"動","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":404,"y0":296,"x1":453,"y1":297,"x2":453,"y2":342,"x3":404,"y3":342},"charText":"街","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":406,"y0":342,"x1":450,"y1":342,"x2":450,"y2":383,"x3":406,"y3":383},"charText":"坊","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":409,"y0":383,"x1":449,"y1":383,"x2":449,"y2":430,"x3":409,"y3":430},"charText":"衆","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":407,"y0":434,"x1":454,"y1":434,"x2":454,"y2":467,"x3":407,"y3":467},"charText":"人","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":408,"y0":471,"x1":450,"y1":471,"x2":450,"y2":517,"x3":408,"y3":517},"charText":"當","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":406,"y0":519,"x1":450,"y1":519,"x2":450,"y2":564,"x3":406,"y3":563},"charText":"作","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":406,"y0":575,"x1":452,"y1":575,"x2":452,"y2":589,"x3":406,"y3":589},"charText":"一","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":405,"y0":599,"x1":452,"y1":599,"x2":452,"y2":646,"x3":406,"y3":646},"charText":"件","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":406,"y0":647,"x1":453,"y1":647,"x2":453,"y2":689,"x3":406,"y3":689},"charText":"新","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":411,"y0":692,"x1":454,"y1":692,"x2":454,"y2":727,"x3":411,"y3":727},"charText":"文","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":407,"y0":729,"x1":455,"y1":729,"x2":455,"y2":777,"x3":407,"y3":777},"charText":"傳","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":406,"y0":779,"x1":457,"y1":779,"x2":457,"y2":818,"x3":406,"y3":818},"charText":"説","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":407,"y0":818,"x1":455,"y1":819,"x2":455,"y2":864,"x3":408,"y3":864},"charText":"封","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":412,"y0":866,"x1":455,"y1":866,"x2":455,"y2":904,"x3":412,"y3":904},"charText":"氏","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":348,"y0":39,"x1":391,"y1":39,"x2":391,"y2":83,"x3":347,"y3":83},"charText":"聞","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":344,"y0":82,"x1":390,"y1":83,"x2":390,"y2":127,"x3":344,"y3":127},"charText":"得","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":345,"y0":126,"x1":392,"y1":127,"x2":392,"y2":163,"x3":345,"y3":163},"charText":"此","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":344,"y0":166,"x1":394,"y1":167,"x2":394,"y2":209,"x3":344,"y3":209},"charText":"信","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":348,"y0":212,"x1":392,"y1":212,"x2":393,"y2":253,"x3":348,"y3":253},"charText":"哭","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":351,"y0":255,"x1":383,"y1":255,"x2":383,"y2":298,"x3":351,"y3":298},"charText":"了","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":346,"y0":300,"x1":391,"y1":301,"x2":391,"y2":337,"x3":346,"y3":337},"charText":"死","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":344,"y0":338,"x1":388,"y1":338,"x2":388,"y2":380,"x3":344,"y3":380},"charText":"去","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":346,"y0":384,"x1":390,"y1":384,"x2":390,"y2":424,"x3":346,"y3":424},"charText":"活","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":347,"y0":425,"x1":395,"y1":425,"x2":395,"y2":473,"x3":347,"y3":474},"charText":"来","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":349,"y0":476,"x1":389,"y1":476,"x2":389,"y2":512,"x3":350,"y3":512},"charText":"只","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":345,"y0":515,"x1":392,"y1":515,"x2":392,"y2":563,"x3":345,"y3":563},"charText":"得","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":343,"y0":564,"x1":394,"y1":563,"x2":394,"y2":605,"x3":344,"y3":605},"charText":"與","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":348,"y0":608,"x1":394,"y1":607,"x2":394,"y2":644,"x3":348,"y3":644},"charText":"父","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":344,"y0":647,"x1":395,"y1":647,"x2":395,"y2":688,"x3":344,"y3":689},"charText":"親","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":346,"y0":691,"x1":390,"y1":691,"x2":390,"y2":736,"x3":346,"y3":737},"charText":"商","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":343,"y0":737,"x1":397,"y1":737,"x2":397,"y2":780,"x3":344,"y3":780},"charText":"議","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":346,"y0":779,"x1":394,"y1":779,"x2":394,"y2":824,"x3":346,"y3":824},"charText":"遣","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":347,"y0":826,"x1":395,"y1":826,"x2":395,"y2":859,"x3":347,"y3":859},"charText":"人","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":348,"y0":865,"x1":396,"y1":866,"x2":396,"y2":904,"x3":348,"y3":904},"charText":"各","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":285,"y0":38,"x1":331,"y1":38,"x2":331,"y2":79,"x3":285,"y3":79},"charText":"處","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":284,"y0":80,"x1":330,"y1":80,"x2":330,"y2":121,"x3":284,"y3":121},"charText":"訪","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":285,"y0":122,"x1":334,"y1":122,"x2":334,"y2":172,"x3":285,"y3":172},"charText":"尋","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":286,"y0":172,"x1":329,"y1":173,"x2":329,"y2":215,"x3":286,"y3":215},"charText":"那","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":283,"y0":214,"x1":330,"y1":215,"x2":330,"y2":252,"x3":283,"y3":251},"charText":"知","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":283,"y0":254,"x1":329,"y1":254,"x2":329,"y2":299,"x3":283,"y3":299},"charText":"音","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":283,"y0":300,"x1":329,"y1":301,"x2":329,"y2":339,"x3":283,"y3":339},"charText":"信","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":283,"y0":342,"x1":333,"y1":342,"x2":333,"y2":380,"x3":283,"y3":380},"charText":"全","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":282,"y0":384,"x1":334,"y1":383,"x2":335,"y2":425,"x3":282,"y3":425},"charText":"無","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":280,"y0":428,"x1":332,"y1":428,"x2":333,"y2":468,"x3":280,"y3":469},"charText":"無","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":284,"y0":470,"x1":333,"y1":470,"x2":333,"y2":517,"x3":285,"y3":517},"charText":"奈","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":283,"y0":521,"x1":335,"y1":521,"x2":335,"y2":562,"x3":284,"y3":562},"charText":"何","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":289,"y0":563,"x1":326,"y1":562,"x2":327,"y2":605,"x3":290,"y3":605},"charText":"少","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":287,"y0":607,"x1":328,"y1":607,"x2":328,"y2":644,"x3":288,"y3":644},"charText":"不","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":287,"y0":647,"x1":330,"y1":647,"x2":331,"y2":693,"x3":287,"y3":693},"charText":"得","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":285,"y0":693,"x1":334,"y1":693,"x2":334,"y2":732,"x3":285,"y3":732},"charText":"依","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":286,"y0":733,"x1":330,"y1":733,"x2":329,"y2":778,"x3":286,"y3":778},"charText":"着","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":288,"y0":780,"x1":333,"y1":780,"x2":333,"y2":817,"x3":288,"y3":817},"charText":"他","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":290,"y0":821,"x1":333,"y1":821,"x2":333,"y2":858,"x3":290,"y3":858},"charText":"父","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":285,"y0":864,"x1":332,"y1":864,"x2":332,"y2":904,"x3":285,"y3":904},"charText":"母","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":224,"y0":37,"x1":271,"y1":37,"x2":271,"y2":81,"x3":224,"y3":80},"charText":"度","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":234,"y0":85,"x1":273,"y1":85,"x2":273,"y2":116,"x3":235,"y3":116},"charText":"比","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":225,"y0":116,"x1":267,"y1":116,"x2":267,"y2":168,"x3":225,"y3":169},"charText":"幸","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":228,"y0":171,"x1":270,"y1":171,"x2":270,"y2":209,"x3":228,"y3":208},"charText":"而","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":227,"y0":209,"x1":266,"y1":209,"x2":266,"y2":255,"x3":227,"y3":255},"charText":"身","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":224,"y0":255,"x1":271,"y1":255,"x2":271,"y2":298,"x3":224,"y3":298},"charText":"邉","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":223,"y0":301,"x1":270,"y1":301,"x2":270,"y2":342,"x3":223,"y3":342},"charText":"還","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":224,"y0":343,"x1":266,"y1":343,"x2":266,"y2":388,"x3":224,"y3":387},"charText":"有","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":229,"y0":391,"x1":268,"y1":391,"x2":269,"y2":428,"x3":229,"y3":427},"charText":"兩","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":224,"y0":432,"x1":268,"y1":433,"x2":268,"y2":470,"x3":224,"y3":470},"charText":"個","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":229,"y0":471,"x1":267,"y1":471,"x2":267,"y2":518,"x3":229,"y3":518},"charText":"舊","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":233,"y0":523,"x1":262,"y1":523,"x2":262,"y2":557,"x3":234,"y3":557},"charText":"日","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":230,"y0":560,"x1":269,"y1":559,"x2":270,"y2":603,"x3":231,"y3":604},"charText":"的","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":234,"y0":606,"x1":263,"y1":606,"x2":264,"y2":647,"x3":234,"y3":647},"charText":"了","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":228,"y0":650,"x1":275,"y1":650,"x2":275,"y2":692,"x3":228,"y3":692},"charText":"𤨔","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":226,"y0":694,"x1":274,"y1":694,"x2":274,"y2":733,"x3":226,"y3":733},"charText":"伏","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":228,"y0":734,"x1":276,"y1":734,"x2":276,"y2":780,"x3":228,"y3":780},"charText":"侍","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":226,"y0":780,"x1":272,"y1":780,"x2":272,"y2":816,"x3":226,"y3":816},"charText":"主","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":225,"y0":818,"x1":271,"y1":819,"x2":271,"y2":863,"x3":225,"y3":863},"charText":"僕","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":228,"y0":870,"x1":274,"y1":870,"x2":274,"y2":905,"x3":228,"y3":905},"charText":"三","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":162,"y0":41,"x1":212,"y1":40,"x2":212,"y2":75,"x3":162,"y3":76},"charText":"人","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":172,"y0":81,"x1":200,"y1":80,"x2":201,"y2":113,"x3":173,"y3":113},"charText":"日","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":164,"y0":117,"x1":211,"y1":117,"x2":211,"y2":162,"x3":164,"y3":162},"charText":"夜","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":163,"y0":164,"x1":209,"y1":164,"x2":209,"y2":210,"x3":163,"y3":210},"charText":"作","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":166,"y0":211,"x1":212,"y1":211,"x2":212,"y2":253,"x3":166,"y3":253},"charText":"些","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":163,"y0":256,"x1":209,"y1":256,"x2":209,"y2":299,"x3":163,"y3":299},"charText":"針","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":166,"y0":300,"x1":213,"y1":300,"x2":213,"y2":343,"x3":166,"y3":343},"charText":"線","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":166,"y0":344,"x1":213,"y1":344,"x2":213,"y2":385,"x3":166,"y3":384},"charText":"發","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":171,"y0":384,"x1":214,"y1":383,"x2":214,"y2":432,"x3":171,"y3":432},"charText":"賣","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":164,"y0":432,"x1":207,"y1":432,"x2":207,"y2":475,"x3":164,"y3":475},"charText":"帮","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":165,"y0":475,"x1":208,"y1":475,"x2":208,"y2":521,"x3":166,"y3":521},"charText":"著","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":170,"y0":523,"x1":211,"y1":523,"x2":211,"y2":557,"x3":170,"y3":557},"charText":"父","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":164,"y0":562,"x1":213,"y1":561,"x2":214,"y2":604,"x3":164,"y3":604},"charText":"親","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":164,"y0":607,"x1":213,"y1":607,"x2":213,"y2":646,"x3":165,"y3":647},"charText":"過","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":169,"y0":650,"x1":217,"y1":650,"x2":218,"y2":690,"x3":169,"y3":690},"charText":"活","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":167,"y0":695,"x1":214,"y1":695,"x2":214,"y2":735,"x3":167,"y3":735},"charText":"那","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":167,"y0":736,"x1":214,"y1":736,"x2":214,"y2":778,"x3":167,"y3":778},"charText":"封","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":169,"y0":778,"x1":211,"y1":778,"x2":211,"y2":825,"x3":169,"y3":825},"charText":"肅","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":168,"y0":827,"x1":215,"y1":827,"x2":215,"y2":867,"x3":168,"y3":867},"charText":"雖","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":172,"y0":868,"x1":212,"y1":868,"x2":213,"y2":906,"x3":172,"y3":906},"charText":"然","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":109,"y0":42,"x1":139,"y1":41,"x2":140,"y2":74,"x3":110,"y3":74},"charText":"日","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":110,"y0":81,"x1":138,"y1":80,"x2":138,"y2":114,"x3":111,"y3":114},"charText":"日","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":102,"y0":117,"x1":150,"y1":117,"x2":150,"y2":160,"x3":102,"y3":160},"charText":"抱","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":105,"y0":165,"x1":153,"y1":166,"x2":153,"y2":209,"x3":105,"y3":209},"charText":"怨","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":105,"y0":211,"x1":149,"y1":211,"x2":149,"y2":253,"x3":105,"y3":253},"charText":"然","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":105,"y0":257,"x1":152,"y1":257,"x2":152,"y2":295,"x3":105,"y3":295},"charText":"也","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":100,"y0":298,"x1":151,"y1":298,"x2":151,"y2":339,"x3":100,"y3":339},"charText":"無","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":106,"y0":343,"x1":148,"y1":344,"x2":148,"y2":386,"x3":105,"y3":386},"charText":"可","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":99,"y0":390,"x1":149,"y1":390,"x2":149,"y2":423,"x3":99,"y3":423},"charText":"如","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":101,"y0":429,"x1":149,"y1":430,"x2":149,"y2":474,"x3":101,"y3":473},"charText":"何","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":110,"y0":476,"x1":153,"y1":476,"x2":154,"y2":517,"x3":111,"y3":517},"charText":"了","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":103,"y0":520,"x1":152,"y1":520,"x2":151,"y2":562,"x3":103,"y3":562},"charText":"這","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":113,"y0":566,"x1":143,"y1":566,"x2":143,"y2":599,"x3":113,"y3":599},"charText":"曰","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":103,"y0":606,"x1":154,"y1":606,"x2":154,"y2":645,"x3":103,"y3":645},"charText":"甄","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":108,"y0":647,"x1":154,"y1":647,"x2":154,"y2":693,"x3":108,"y3":693},"charText":"家","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":109,"y0":695,"x1":154,"y1":695,"x2":154,"y2":734,"x3":110,"y3":734},"charText":"大","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":108,"y0":736,"x1":144,"y1":736,"x2":145,"y2":779,"x3":108,"y3":779},"charText":"了","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":106,"y0":781,"x1":151,"y1":781,"x2":151,"y2":824,"x3":106,"y3":824},"charText":"頭","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":106,"y0":825,"x1":151,"y1":824,"x2":151,"y2":866,"x3":106,"y3":866},"charText":"在","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":111,"y0":869,"x1":151,"y1":869,"x2":151,"y2":909,"x3":111,"y3":909},"charText":"門","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":44,"x1":82,"y1":44,"x2":82,"y2":83,"x3":41,"y3":83},"charText":"前","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":43,"y0":82,"x1":80,"y1":82,"x2":80,"y2":124,"x3":43,"y3":124},"charText":"買","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":39,"y0":124,"x1":91,"y1":123,"x2":91,"y2":168,"x3":39,"y3":168},"charText":"線","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":169,"x1":85,"y1":168,"x2":85,"y2":211,"x3":41,"y3":211},"charText":"忽","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":36,"y0":212,"x1":87,"y1":212,"x2":86,"y2":255,"x3":36,"y3":255},"charText":"聽","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":39,"y0":255,"x1":86,"y1":255,"x2":86,"y2":302,"x3":39,"y3":302},"charText":"街","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":39,"y0":302,"x1":84,"y1":303,"x2":84,"y2":335,"x3":39,"y3":335},"charText":"上","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":39,"y0":340,"x1":82,"y1":340,"x2":82,"y2":385,"x3":39,"y3":385},"charText":"喝","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":37,"y0":385,"x1":86,"y1":385,"x2":86,"y2":428,"x3":38,"y3":428},"charText":"道","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":39,"y0":432,"x1":88,"y1":432,"x2":88,"y2":465,"x3":39,"y3":465},"charText":"之","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":39,"y0":467,"x1":90,"y1":467,"x2":91,"y2":517,"x3":40,"y3":518},"charText":"聲","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":45,"y0":517,"x1":83,"y1":516,"x2":84,"y2":565,"x3":45,"y3":565},"charText":"衆","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":568,"x1":88,"y1":568,"x2":88,"y2":601,"x3":40,"y3":601},"charText":"人","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":38,"y0":604,"x1":87,"y1":604,"x2":87,"y2":651,"x3":38,"y3":651},"charText":"都","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":38,"y0":652,"x1":90,"y1":652,"x2":90,"y2":692,"x3":38,"y3":692},"charText":"説","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":38,"y0":693,"x1":88,"y1":693,"x2":87,"y2":737,"x3":38,"y3":737},"charText":"新","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":42,"y0":737,"x1":91,"y1":737,"x2":91,"y2":776,"x3":43,"y3":776},"charText":"太","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":778,"x1":92,"y1":778,"x2":92,"y2":829,"x3":41,"y3":829},"charText":"爺","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":43,"y0":829,"x1":86,"y1":829,"x2":86,"y2":872,"x3":43,"y3":872},"charText":"到","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":45,"y0":871,"x1":95,"y1":871,"x2":95,"y2":909,"x3":46,"y3":910},"charText":"任","textlineId":8,"picUri":"","isPicText":false}]},"7501933907890831401":{"wordBoxList":[{"charPoly":{"x0":542,"y0":34,"x1":576,"y1":35,"x2":576,"y2":77,"x3":542,"y3":77},"charText":"了","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":537,"y0":77,"x1":582,"y1":78,"x2":582,"y2":120,"x3":537,"y3":119},"charText":"環","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":533,"y0":120,"x1":584,"y1":121,"x2":584,"y2":161,"x3":532,"y3":161},"charText":"於","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":537,"y0":163,"x1":583,"y1":164,"x2":583,"y2":207,"x3":537,"y3":207},"charText":"是","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":539,"y0":207,"x1":583,"y1":207,"x2":583,"y2":249,"x3":539,"y3":249},"charText":"隐","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":537,"y0":250,"x1":582,"y1":250,"x2":582,"y2":294,"x3":537,"y3":293},"charText":"在","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":541,"y0":295,"x1":582,"y1":295,"x2":582,"y2":336,"x3":541,"y3":336},"charText":"門","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":539,"y0":337,"x1":579,"y1":337,"x2":579,"y2":374,"x3":539,"y3":374},"charText":"内","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":535,"y0":375,"x1":578,"y1":375,"x2":578,"y2":422,"x3":535,"y3":422},"charText":"看","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":538,"y0":422,"x1":583,"y1":422,"x2":584,"y2":470,"x3":538,"y3":470},"charText":"時","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":537,"y0":472,"x1":578,"y1":473,"x2":578,"y2":508,"x3":537,"y3":507},"charText":"只","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":537,"y0":510,"x1":583,"y1":510,"x2":583,"y2":551,"x3":537,"y3":551},"charText":"見","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":535,"y0":554,"x1":579,"y1":555,"x2":579,"y2":601,"x3":534,"y3":601},"charText":"軍","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":535,"y0":603,"x1":579,"y1":603,"x2":579,"y2":648,"x3":535,"y3":647},"charText":"牢","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":535,"y0":648,"x1":580,"y1":648,"x2":580,"y2":687,"x3":535,"y3":687},"charText":"快","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":532,"y0":687,"x1":583,"y1":687,"x2":583,"y2":731,"x3":532,"y3":731},"charText":"手","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":533,"y0":741,"x1":580,"y1":741,"x2":581,"y2":757,"x3":533,"y3":756},"charText":"一","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":531,"y0":767,"x1":580,"y1":767,"x2":580,"y2":816,"x3":531,"y3":815},"charText":"對","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":533,"y0":824,"x1":579,"y1":824,"x2":579,"y2":843,"x3":533,"y3":842},"charText":"一","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":530,"y0":854,"x1":581,"y1":854,"x2":580,"y2":901,"x3":529,"y3":901},"charText":"對","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":475,"y0":33,"x1":521,"y1":33,"x2":521,"y2":77,"x3":474,"y3":76},"charText":"的","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":474,"y0":78,"x1":521,"y1":78,"x2":521,"y2":117,"x3":474,"y3":117},"charText":"過","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":474,"y0":117,"x1":523,"y1":118,"x2":523,"y2":160,"x3":473,"y3":160},"charText":"去","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":471,"y0":162,"x1":522,"y1":163,"x2":522,"y2":208,"x3":471,"y3":207},"charText":"俄","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":475,"y0":212,"x1":519,"y1":212,"x2":519,"y2":248,"x3":475,"y3":248},"charText":"而","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":477,"y0":248,"x1":520,"y1":248,"x2":520,"y2":288,"x3":477,"y3":288},"charText":"大","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":473,"y0":290,"x1":522,"y1":290,"x2":522,"y2":335,"x3":473,"y3":335},"charText":"轎","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":478,"y0":336,"x1":517,"y1":337,"x2":517,"y2":375,"x3":478,"y3":375},"charText":"内","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":474,"y0":376,"x1":518,"y1":376,"x2":518,"y2":417,"x3":474,"y3":417},"charText":"抬","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":473,"y0":418,"x1":518,"y1":418,"x2":518,"y2":467,"x3":473,"y3":467},"charText":"著","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":475,"y0":479,"x1":520,"y1":480,"x2":521,"y2":494,"x3":475,"y3":493},"charText":"一","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":473,"y0":513,"x1":519,"y1":513,"x2":519,"y2":554,"x3":473,"y3":553},"charText":"個","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":479,"y0":554,"x1":519,"y1":554,"x2":518,"y2":599,"x3":479,"y3":599},"charText":"烏","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":475,"y0":600,"x1":518,"y1":600,"x2":518,"y2":646,"x3":474,"y3":646},"charText":"紗","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":474,"y0":648,"x1":520,"y1":649,"x2":519,"y2":688,"x3":474,"y3":688},"charText":"猩","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":472,"y0":688,"x1":521,"y1":689,"x2":521,"y2":729,"x3":471,"y3":729},"charText":"袍","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":476,"y0":730,"x1":519,"y1":730,"x2":519,"y2":770,"x3":476,"y3":770},"charText":"的","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":475,"y0":771,"x1":517,"y1":771,"x2":517,"y2":812,"x3":475,"y3":811},"charText":"官","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":475,"y0":814,"x1":517,"y1":814,"x2":517,"y2":860,"x3":474,"y3":859},"charText":"府","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":473,"y0":862,"x1":518,"y1":863,"x2":518,"y2":902,"x3":472,"y3":902},"charText":"過","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":414,"y0":33,"x1":465,"y1":33,"x2":464,"y2":75,"x3":414,"y3":75},"charText":"去","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":423,"y0":77,"x1":453,"y1":77,"x2":453,"y2":116,"x3":423,"y3":116},"charText":"了","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":415,"y0":118,"x1":460,"y1":119,"x2":459,"y2":162,"x3":415,"y3":162},"charText":"環","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":414,"y0":163,"x1":458,"y1":164,"x2":458,"y2":210,"x3":414,"y3":210},"charText":"到","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":416,"y0":211,"x1":464,"y1":211,"x2":463,"y2":254,"x3":416,"y3":254},"charText":"發","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":420,"y0":255,"x1":452,"y1":255,"x2":452,"y2":293,"x3":420,"y3":293},"charText":"了","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":414,"y0":294,"x1":463,"y1":295,"x2":463,"y2":334,"x3":414,"y3":333},"charText":"怔","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":419,"y0":334,"x1":455,"y1":334,"x2":455,"y2":375,"x3":419,"y3":375},"charText":"自","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":414,"y0":376,"x1":459,"y1":376,"x2":459,"y2":420,"x3":414,"y3":420},"charText":"忖","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":413,"y0":422,"x1":461,"y1":422,"x2":461,"y2":463,"x3":413,"y3":463},"charText":"這","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":415,"y0":466,"x1":458,"y1":466,"x2":457,"y2":507,"x3":415,"y3":506},"charText":"官","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":412,"y0":512,"x1":461,"y1":512,"x2":461,"y2":554,"x3":412,"y3":553},"charText":"好","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":414,"y0":558,"x1":460,"y1":558,"x2":460,"y2":598,"x3":414,"y3":598},"charText":"面","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":412,"y0":598,"x1":464,"y1":598,"x2":463,"y2":642,"x3":411,"y3":641},"charText":"善","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":413,"y0":644,"x1":457,"y1":645,"x2":457,"y2":687,"x3":412,"y3":687},"charText":"到","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":411,"y0":686,"x1":462,"y1":687,"x2":461,"y2":731,"x3":411,"y3":730},"charText":"像","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":412,"y0":732,"x1":459,"y1":732,"x2":458,"y2":773,"x3":412,"y3":772},"charText":"在","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":414,"y0":774,"x1":459,"y1":774,"x2":458,"y2":817,"x3":413,"y3":816},"charText":"那","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":410,"y0":818,"x1":459,"y1":819,"x2":459,"y2":857,"x3":410,"y3":856},"charText":"裡","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":410,"y0":858,"x1":462,"y1":859,"x2":461,"y2":902,"x3":409,"y3":902},"charText":"會","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":354,"y0":37,"x1":403,"y1":37,"x2":403,"y2":74,"x3":354,"y3":74},"charText":"過","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":357,"y0":75,"x1":406,"y1":75,"x2":406,"y2":117,"x3":357,"y3":117},"charText":"的","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":353,"y0":118,"x1":404,"y1":118,"x2":404,"y2":159,"x3":352,"y3":158},"charText":"於","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":355,"y0":163,"x1":402,"y1":163,"x2":401,"y2":206,"x3":354,"y3":205},"charText":"是","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":352,"y0":206,"x1":402,"y1":207,"x2":402,"y2":249,"x3":352,"y3":248},"charText":"進","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":355,"y0":255,"x1":402,"y1":256,"x2":401,"y2":283,"x3":354,"y3":283},"charText":"入","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":354,"y0":287,"x1":397,"y1":287,"x2":397,"y2":335,"x3":354,"y3":335},"charText":"房","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":357,"y0":336,"x1":403,"y1":336,"x2":403,"y2":381,"x3":357,"y3":381},"charText":"中","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":357,"y0":381,"x1":400,"y1":381,"x2":400,"y2":419,"x3":357,"y3":419},"charText":"也","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":353,"y0":422,"x1":402,"y1":422,"x2":402,"y2":464,"x3":353,"y3":464},"charText":"就","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":353,"y0":467,"x1":398,"y1":467,"x2":398,"y2":507,"x3":353,"y3":507},"charText":"丢","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":353,"y0":512,"x1":401,"y1":512,"x2":401,"y2":552,"x3":352,"y3":552},"charText":"過","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":356,"y0":557,"x1":397,"y1":558,"x2":397,"y2":595,"x3":356,"y3":595},"charText":"不","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":352,"y0":595,"x1":399,"y1":595,"x2":398,"y2":638,"x3":352,"y3":638},"charText":"在","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":356,"y0":644,"x1":398,"y1":644,"x2":398,"y2":677,"x3":355,"y3":676},"charText":"心","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":351,"y0":684,"x1":403,"y1":685,"x2":403,"y2":722,"x3":350,"y3":721},"charText":"上","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":352,"y0":728,"x1":397,"y1":729,"x2":397,"y2":768,"x3":352,"y3":767},"charText":"至","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":353,"y0":770,"x1":400,"y1":771,"x2":400,"y2":811,"x3":352,"y3":811},"charText":"晚","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":353,"y0":814,"x1":394,"y1":815,"x2":394,"y2":860,"x3":353,"y3":859},"charText":"間","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":350,"y0":861,"x1":397,"y1":861,"x2":397,"y2":897,"x3":349,"y3":897},"charText":"正","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":296,"y0":32,"x1":341,"y1":32,"x2":341,"y2":78,"x3":296,"y3":77},"charText":"待","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":296,"y0":77,"x1":340,"y1":78,"x2":340,"y2":118,"x3":295,"y3":117},"charText":"歇","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":297,"y0":116,"x1":344,"y1":116,"x2":344,"y2":165,"x3":296,"y3":164},"charText":"時","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":297,"y0":164,"x1":340,"y1":164,"x2":340,"y2":206,"x3":297,"y3":206},"charText":"忽","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":294,"y0":207,"x1":341,"y1":208,"x2":341,"y2":251,"x3":293,"y3":250},"charText":"聽","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":294,"y0":262,"x1":340,"y1":263,"x2":341,"y2":278,"x3":294,"y3":278},"charText":"一","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":298,"y0":289,"x1":336,"y1":289,"x2":336,"y2":332,"x3":298,"y3":332},"charText":"片","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":295,"y0":331,"x1":341,"y1":332,"x2":341,"y2":384,"x3":295,"y3":383},"charText":"聲","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":294,"y0":382,"x1":340,"y1":383,"x2":340,"y2":426,"x3":294,"y3":425},"charText":"打","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":296,"y0":426,"x1":338,"y1":427,"x2":338,"y2":467,"x3":296,"y3":467},"charText":"的","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":298,"y0":468,"x1":339,"y1":468,"x2":339,"y2":510,"x3":298,"y3":509},"charText":"門","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":295,"y0":508,"x1":342,"y1":509,"x2":342,"y2":555,"x3":294,"y3":554},"charText":"響","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":292,"y0":557,"x1":338,"y1":558,"x2":338,"y2":602,"x3":292,"y3":601},"charText":"許","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":297,"y0":601,"x1":332,"y1":601,"x2":332,"y2":646,"x3":296,"y3":646},"charText":"多","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":294,"y0":647,"x1":339,"y1":647,"x2":338,"y2":680,"x3":294,"y3":680},"charText":"人","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":293,"y0":683,"x1":340,"y1":684,"x2":340,"y2":728,"x3":292,"y3":728},"charText":"亂","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":294,"y0":728,"x1":340,"y1":728,"x2":340,"y2":773,"x3":293,"y3":773},"charText":"嚷","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":288,"y0":772,"x1":340,"y1":773,"x2":339,"y2":812,"x3":288,"y3":811},"charText":"説","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":291,"y0":812,"x1":339,"y1":813,"x2":338,"y2":855,"x3":290,"y3":855},"charText":"本","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":290,"y0":857,"x1":335,"y1":858,"x2":334,"y2":903,"x3":289,"y3":902},"charText":"府","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":236,"y0":32,"x1":283,"y1":32,"x2":282,"y2":72,"x3":236,"y3":72},"charText":"太","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":232,"y0":78,"x1":283,"y1":79,"x2":283,"y2":124,"x3":232,"y3":124},"charText":"爺","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":237,"y0":124,"x1":278,"y1":124,"x2":278,"y2":165,"x3":237,"y3":165},"charText":"的","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":237,"y0":165,"x1":277,"y1":166,"x2":277,"y2":209,"x3":237,"y3":209},"charText":"差","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":236,"y0":211,"x1":282,"y1":212,"x2":282,"y2":244,"x3":236,"y3":243},"charText":"人","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":237,"y0":245,"x1":282,"y1":245,"x2":282,"y2":292,"x3":237,"y3":291},"charText":"来","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":234,"y0":292,"x1":279,"y1":292,"x2":279,"y2":339,"x3":233,"y3":339},"charText":"傳","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":235,"y0":340,"x1":281,"y1":340,"x2":281,"y2":373,"x3":235,"y3":372},"charText":"人","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":237,"y0":378,"x1":276,"y1":379,"x2":276,"y2":422,"x3":237,"y3":422},"charText":"問","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":230,"y0":423,"x1":283,"y1":424,"x2":282,"y2":464,"x3":230,"y3":464},"charText":"話","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":232,"y0":465,"x1":278,"y1":466,"x2":278,"y2":511,"x3":232,"y3":511},"charText":"封","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":233,"y0":510,"x1":275,"y1":510,"x2":275,"y2":560,"x3":233,"y3":560},"charText":"肅","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":233,"y0":560,"x1":279,"y1":560,"x2":279,"y2":603,"x3":232,"y3":603},"charText":"聽","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":241,"y0":605,"x1":282,"y1":605,"x2":282,"y2":643,"x3":241,"y3":643},"charText":"了","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":233,"y0":643,"x1":279,"y1":643,"x2":279,"y2":686,"x3":233,"y3":686},"charText":"唬","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":232,"y0":687,"x1":277,"y1":688,"x2":277,"y2":734,"x3":231,"y3":733},"charText":"得","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":241,"y0":735,"x1":268,"y1":735,"x2":268,"y2":770,"x3":241,"y3":770},"charText":"目","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":230,"y0":773,"x1":279,"y1":773,"x2":279,"y2":813,"x3":230,"y3":813},"charText":"瞪","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":237,"y0":820,"x1":269,"y1":821,"x2":269,"y2":845,"x3":238,"y3":845},"charText":"口","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":234,"y0":856,"x1":280,"y1":857,"x2":280,"y2":900,"x3":234,"y3":900},"charText":"呆","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":179,"y0":34,"x1":221,"y1":35,"x2":221,"y2":72,"x3":179,"y3":71},"charText":"不","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":174,"y0":75,"x1":223,"y1":76,"x2":222,"y2":111,"x3":174,"y3":110},"charText":"知","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":174,"y0":114,"x1":217,"y1":114,"x2":217,"y2":161,"x3":174,"y3":161},"charText":"有","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":173,"y0":163,"x1":221,"y1":164,"x2":221,"y2":205,"x3":173,"y3":205},"charText":"何","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":173,"y0":207,"x1":222,"y1":207,"x2":221,"y2":246,"x3":173,"y3":246},"charText":"禍","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":176,"y0":245,"x1":224,"y1":245,"x2":224,"y2":296,"x3":176,"y3":295},"charText":"事","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":172,"y0":297,"x1":222,"y1":297,"x2":222,"y2":331,"x3":172,"y3":331},"charText":"且","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":173,"y0":333,"x1":222,"y1":333,"x2":221,"y2":377,"x3":172,"y3":376},"charText":"聽","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":174,"y0":381,"x1":216,"y1":381,"x2":216,"y2":421,"x3":174,"y3":421},"charText":"下","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":178,"y0":425,"x1":217,"y1":425,"x2":217,"y2":459,"x3":178,"y3":459},"charText":"回","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":173,"y0":465,"x1":221,"y1":465,"x2":221,"y2":505,"x3":173,"y3":504},"charText":"分","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":173,"y0":508,"x1":223,"y1":508,"x2":222,"y2":558,"x3":173,"y3":558},"charText":"解","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":10,"y0":705,"x1":39,"y1":705,"x2":39,"y2":734,"x3":10,"y3":734},"charText":"十","textlineId":7,"picUri":"","isPicText":false}]},"7501933907890847785":{"wordBoxList":[{"charPoly":{"x0":528,"y0":31,"x1":575,"y1":31,"x2":575,"y2":75,"x3":527,"y3":75},"charText":"總","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":527,"y0":78,"x1":573,"y1":78,"x2":573,"y2":124,"x3":527,"y3":124},"charText":"評","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":472,"y0":117,"x1":510,"y1":117,"x2":510,"y2":159,"x3":472,"y3":159},"charText":"出","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":473,"y0":169,"x1":506,"y1":170,"x2":507,"y2":194,"x3":473,"y3":193},"charText":"口","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":466,"y0":205,"x1":512,"y1":206,"x2":511,"y2":253,"x3":465,"y3":252},"charText":"神","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":464,"y0":253,"x1":515,"y1":253,"x2":515,"y2":301,"x3":464,"y3":300},"charText":"竒","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":468,"y0":302,"x1":512,"y1":303,"x2":511,"y2":337,"x3":468,"y3":336},"charText":"幻","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":470,"y0":337,"x1":508,"y1":338,"x2":507,"y2":384,"x3":470,"y3":383},"charText":"中","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":467,"y0":385,"x1":510,"y1":385,"x2":510,"y2":424,"x3":467,"y3":424},"charText":"不","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":468,"y0":431,"x1":505,"y1":431,"x2":506,"y2":463,"x3":468,"y3":463},"charText":"幻","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":469,"y0":469,"x1":514,"y1":469,"x2":514,"y2":509,"x3":470,"y3":508},"charText":"文","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":464,"y0":509,"x1":514,"y1":510,"x2":514,"y2":562,"x3":464,"y3":562},"charText":"勢","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":466,"y0":564,"x1":515,"y1":565,"x2":515,"y2":602,"x3":466,"y3":601},"charText":"跳","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":464,"y0":606,"x1":515,"y1":606,"x2":515,"y2":649,"x3":464,"y3":648},"charText":"躍","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":465,"y0":648,"x1":510,"y1":649,"x2":510,"y2":696,"x3":465,"y3":695},"charText":"情","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":462,"y0":698,"x1":510,"y1":699,"x2":510,"y2":735,"x3":462,"y3":735},"charText":"裡","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":464,"y0":736,"x1":511,"y1":736,"x2":511,"y2":773,"x3":464,"y3":773},"charText":"生","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":466,"y0":772,"x1":513,"y1":773,"x2":513,"y2":821,"x3":466,"y3":821},"charText":"情","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":461,"y0":823,"x1":511,"y1":824,"x2":511,"y2":866,"x3":461,"y3":866},"charText":"借","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":467,"y0":871,"x1":511,"y1":872,"x2":510,"y2":905,"x3":467,"y3":905},"charText":"幻","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":401,"y0":117,"x1":452,"y1":117,"x2":452,"y2":160,"x3":401,"y3":160},"charText":"説","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":403,"y0":161,"x1":455,"y1":161,"x2":455,"y2":203,"x3":403,"y3":203},"charText":"法","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":407,"y0":210,"x1":451,"y1":210,"x2":451,"y2":247,"x3":407,"y3":247},"charText":"而","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":406,"y0":254,"x1":449,"y1":255,"x2":449,"y2":288,"x3":406,"y3":288},"charText":"幻","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":408,"y0":290,"x1":446,"y1":290,"x2":445,"y2":336,"x3":408,"y3":336},"charText":"中","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":408,"y0":338,"x1":448,"y1":339,"x2":448,"y2":379,"x3":408,"y3":379},"charText":"更","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":408,"y0":379,"x1":444,"y1":379,"x2":444,"y2":423,"x3":408,"y3":423},"charText":"自","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":406,"y0":423,"x1":445,"y1":423,"x2":445,"y2":467,"x3":406,"y3":467},"charText":"多","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":406,"y0":465,"x1":454,"y1":465,"x2":454,"y2":516,"x3":406,"y3":516},"charText":"情","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":408,"y0":519,"x1":446,"y1":519,"x2":446,"y2":559,"x3":408,"y3":559},"charText":"因","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":405,"y0":558,"x1":448,"y1":558,"x2":448,"y2":605,"x3":405,"y3":604},"charText":"情","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":404,"y0":606,"x1":453,"y1":606,"x2":453,"y2":644,"x3":404,"y3":644},"charText":"捉","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":404,"y0":644,"x1":455,"y1":644,"x2":454,"y2":699,"x3":403,"y3":700},"charText":"茟","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":407,"y0":702,"x1":452,"y1":702,"x2":452,"y2":735,"x3":407,"y3":735},"charText":"而","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":408,"y0":736,"x1":451,"y1":736,"x2":451,"y2":783,"x3":408,"y3":783},"charText":"情","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":403,"y0":784,"x1":451,"y1":784,"x2":451,"y2":821,"x3":403,"y3":821},"charText":"裡","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":403,"y0":822,"x1":450,"y1":822,"x2":450,"y2":862,"x3":403,"y3":863},"charText":"偏","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":407,"y0":863,"x1":453,"y1":863,"x2":453,"y2":904,"x3":407,"y3":904},"charText":"成","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":344,"y0":114,"x1":393,"y1":114,"x2":393,"y2":163,"x3":344,"y3":163},"charText":"癡","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":346,"y0":166,"x1":394,"y1":167,"x2":394,"y2":203,"x3":345,"y3":202},"charText":"幻","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":342,"y0":205,"x1":393,"y1":205,"x2":393,"y2":249,"x3":342,"y3":249},"charText":"試","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":349,"y0":252,"x1":389,"y1":252,"x2":389,"y2":294,"x3":349,"y3":294},"charText":"問","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":343,"y0":297,"x1":387,"y1":297,"x2":387,"y2":337,"x3":343,"y3":337},"charText":"君","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":346,"y0":337,"x1":391,"y1":337,"x2":391,"y2":382,"x3":346,"y3":382},"charText":"家","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":342,"y0":382,"x1":391,"y1":382,"x2":391,"y2":424,"x3":342,"y3":424},"charText":"識","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":343,"y0":425,"x1":389,"y1":425,"x2":389,"y2":472,"x3":343,"y3":472},"charText":"得","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":345,"y0":473,"x1":393,"y1":473,"x2":393,"y2":511,"x3":345,"y3":511},"charText":"否","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":349,"y0":515,"x1":391,"y1":515,"x2":391,"y2":557,"x3":349,"y3":557},"charText":"色","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":346,"y0":559,"x1":389,"y1":560,"x2":389,"y2":600,"x3":346,"y3":600},"charText":"空","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":346,"y0":603,"x1":389,"y1":603,"x2":389,"y2":643,"x3":346,"y3":643},"charText":"空","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":350,"y0":644,"x1":391,"y1":644,"x2":391,"y2":690,"x3":350,"y3":690},"charText":"色","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":346,"y0":695,"x1":391,"y1":695,"x2":391,"y2":732,"x3":346,"y3":732},"charText":"兩","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":341,"y0":733,"x1":392,"y1":733,"x2":392,"y2":777,"x3":340,"y3":776},"charText":"無","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":343,"y0":780,"x1":395,"y1":780,"x2":395,"y2":820,"x3":343,"y3":819},"charText":"取","textlineId":3,"picUri":"","isPicText":false}]}}}} \ No newline at end of file diff --git a/ocr/out/raw/0005_word_box_200_https_www.shidianguji.com_api_ancientlib_read_word-box-page-content_m-get_verifyFp_verify_mojvwigo_UYbwAhLm_WGX2_4K7E_BdXi_qZDBJPpeoTO8_fp_verify_mojvwigo_UYbwAhL.json b/ocr/out/raw/0005_word_box_200_https_www.shidianguji.com_api_ancientlib_read_word-box-page-content_m-get_verifyFp_verify_mojvwigo_UYbwAhLm_WGX2_4K7E_BdXi_qZDBJPpeoTO8_fp_verify_mojvwigo_UYbwAhL.json deleted file mode 100644 index 21a659515782403d5ffcef249a5edb5813a0104c..0000000000000000000000000000000000000000 --- a/ocr/out/raw/0005_word_box_200_https_www.shidianguji.com_api_ancientlib_read_word-box-page-content_m-get_verifyFp_verify_mojvwigo_UYbwAhLm_WGX2_4K7E_BdXi_qZDBJPpeoTO8_fp_verify_mojvwigo_UYbwAhL.json +++ /dev/null @@ -1 +0,0 @@ -{"errorCode":0,"errorMsg":"","data":{"pageId2WordBoxContent":{"7501933907890569257":{"wordBoxList":[{"charPoly":{"x0":519,"y0":25,"x1":567,"y1":25,"x2":567,"y2":74,"x3":519,"y3":74},"charText":"窮","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":517,"y0":74,"x1":571,"y1":75,"x2":571,"y2":114,"x3":517,"y3":114},"charText":"儒","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":517,"y0":115,"x1":568,"y1":116,"x2":568,"y2":154,"x3":517,"y3":154},"charText":"姓","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":527,"y0":158,"x1":564,"y1":158,"x2":564,"y2":206,"x3":527,"y3":206},"charText":"賈","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":523,"y0":207,"x1":563,"y1":207,"x2":563,"y2":246,"x3":523,"y3":245},"charText":"名","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":519,"y0":250,"x1":568,"y1":251,"x2":567,"y2":288,"x3":518,"y3":287},"charText":"化","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":540,"y0":297,"x1":568,"y1":298,"x2":568,"y2":327,"x3":539,"y3":327},"charText":"假","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":534,"y0":338,"x1":567,"y1":339,"x2":567,"y2":370,"x3":533,"y3":369},"charText":"話","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":513,"y0":296,"x1":540,"y1":296,"x2":540,"y2":324,"x3":513,"y3":323},"charText":"也","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":519,"y0":373,"x1":562,"y1":373,"x2":561,"y2":419,"x3":518,"y3":418},"charText":"字","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":519,"y0":418,"x1":563,"y1":418,"x2":563,"y2":464,"x3":519,"y3":463},"charText":"時","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":518,"y0":463,"x1":566,"y1":464,"x2":566,"y2":508,"x3":518,"y3":508},"charText":"飛","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":540,"y0":516,"x1":565,"y1":517,"x2":565,"y2":554,"x3":539,"y3":553},"charText":"實","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":541,"y0":561,"x1":564,"y1":562,"x2":564,"y2":589,"x3":541,"y3":589},"charText":"非","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":511,"y0":517,"x1":539,"y1":517,"x2":539,"y2":545,"x3":511,"y3":545},"charText":"也","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":513,"y0":591,"x1":558,"y1":592,"x2":557,"y2":639,"x3":512,"y3":638},"charText":"别","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":512,"y0":639,"x1":563,"y1":640,"x2":562,"y2":682,"x3":512,"y3":681},"charText":"號","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":516,"y0":685,"x1":557,"y1":686,"x2":557,"y2":727,"x3":516,"y3":726},"charText":"雨","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":510,"y0":726,"x1":558,"y1":728,"x2":557,"y2":770,"x3":509,"y3":769},"charText":"村","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":508,"y0":768,"x1":562,"y1":770,"x2":562,"y2":814,"x3":507,"y3":813},"charText":"者","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":537,"y0":821,"x1":561,"y1":822,"x2":560,"y2":847,"x3":536,"y3":847},"charText":"雨","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":536,"y0":858,"x1":561,"y1":859,"x2":560,"y2":889,"x3":535,"y3":889},"charText":"村","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":504,"y0":818,"x1":533,"y1":818,"x2":532,"y2":850,"x3":503,"y3":849},"charText":"者","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":504,"y0":856,"x1":532,"y1":856,"x2":531,"y2":889,"x3":503,"y3":889},"charText":"村","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":484,"y0":29,"x1":506,"y1":29,"x2":506,"y2":57,"x3":484,"y3":57},"charText":"言","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":483,"y0":71,"x1":509,"y1":71,"x2":509,"y2":100,"x3":483,"y3":100},"charText":"粗","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":483,"y0":117,"x1":507,"y1":117,"x2":507,"y2":145,"x3":483,"y3":145},"charText":"言","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":481,"y0":160,"x1":509,"y1":160,"x2":508,"y2":191,"x3":481,"y3":191},"charText":"粗","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":480,"y0":207,"x1":508,"y1":207,"x2":507,"y2":236,"x3":480,"y3":236},"charText":"語","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":484,"y0":249,"x1":508,"y1":249,"x2":508,"y2":276,"x3":484,"y3":276},"charText":"也","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":480,"y0":293,"x1":506,"y1":294,"x2":506,"y2":322,"x3":480,"y3":322},"charText":"言","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":482,"y0":339,"x1":506,"y1":340,"x2":506,"y2":361,"x3":482,"y3":361},"charText":"以","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":478,"y0":378,"x1":507,"y1":378,"x2":507,"y2":407,"x3":477,"y3":407},"charText":"粗","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":455,"y0":27,"x1":480,"y1":26,"x2":480,"y2":59,"x3":455,"y3":59},"charText":"村","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":455,"y0":73,"x1":480,"y1":73,"x2":481,"y2":97,"x3":455,"y3":96},"charText":"之","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":453,"y0":116,"x1":478,"y1":116,"x2":478,"y2":147,"x3":453,"y3":146},"charText":"言","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":452,"y0":160,"x1":480,"y1":160,"x2":480,"y2":190,"x3":452,"y3":190},"charText":"演","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":454,"y0":207,"x1":477,"y1":207,"x2":477,"y2":233,"x3":455,"y3":233},"charText":"出","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":452,"y0":253,"x1":480,"y1":253,"x2":480,"y2":274,"x3":452,"y3":273},"charText":"一","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":451,"y0":292,"x1":481,"y1":293,"x2":481,"y2":322,"x3":451,"y3":321},"charText":"役","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":451,"y0":336,"x1":482,"y1":337,"x2":482,"y2":363,"x3":451,"y3":363},"charText":"假","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":450,"y0":378,"x1":477,"y1":378,"x2":477,"y2":407,"x3":450,"y3":407},"charText":"話","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":456,"y0":415,"x1":503,"y1":416,"x2":503,"y2":462,"x3":455,"y3":462},"charText":"走","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":463,"y0":464,"x1":493,"y1":464,"x2":493,"y2":506,"x3":463,"y3":506},"charText":"了","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":461,"y0":509,"x1":496,"y1":510,"x2":496,"y2":548,"x3":461,"y3":548},"charText":"出","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":457,"y0":550,"x1":503,"y1":551,"x2":502,"y2":598,"x3":456,"y3":597},"charText":"来","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":455,"y0":598,"x1":501,"y1":599,"x2":500,"y2":639,"x3":454,"y3":638},"charText":"這","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":458,"y0":641,"x1":493,"y1":641,"x2":493,"y2":687,"x3":458,"y3":687},"charText":"賈","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":456,"y0":688,"x1":495,"y1":689,"x2":495,"y2":725,"x3":455,"y3":724},"charText":"雨","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":451,"y0":725,"x1":500,"y1":726,"x2":499,"y2":768,"x3":450,"y3":767},"charText":"村","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":451,"y0":768,"x1":494,"y1":770,"x2":493,"y2":812,"x3":450,"y3":810},"charText":"原","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":448,"y0":812,"x1":495,"y1":813,"x2":494,"y2":855,"x3":447,"y3":854},"charText":"係","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":451,"y0":854,"x1":494,"y1":855,"x2":493,"y2":896,"x3":450,"y3":895},"charText":"湖","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":399,"y0":25,"x1":439,"y1":25,"x2":439,"y2":68,"x3":399,"y3":69},"charText":"州","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":399,"y0":70,"x1":446,"y1":70,"x2":445,"y2":104,"x3":399,"y3":104},"charText":"人","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":401,"y0":109,"x1":445,"y1":109,"x2":445,"y2":152,"x3":401,"y3":152},"charText":"氏","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":398,"y0":156,"x1":441,"y1":156,"x2":440,"y2":200,"x3":397,"y3":200},"charText":"原","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":395,"y0":202,"x1":444,"y1":203,"x2":444,"y2":244,"x3":395,"y3":244},"charText":"是","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":394,"y0":244,"x1":441,"y1":245,"x2":440,"y2":292,"x3":393,"y3":291},"charText":"詩","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":396,"y0":291,"x1":438,"y1":291,"x2":437,"y2":336,"x3":396,"y3":335},"charText":"書","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":392,"y0":336,"x1":438,"y1":337,"x2":438,"y2":373,"x3":392,"y3":373},"charText":"仕","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":397,"y0":375,"x1":438,"y1":375,"x2":438,"y2":416,"x3":397,"y3":416},"charText":"宦","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":395,"y0":422,"x1":441,"y1":422,"x2":441,"y2":456,"x3":395,"y3":456},"charText":"之","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":392,"y0":458,"x1":444,"y1":459,"x2":443,"y2":502,"x3":392,"y3":502},"charText":"族","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":399,"y0":507,"x1":435,"y1":507,"x2":434,"y2":549,"x3":399,"y3":548},"charText":"因","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":394,"y0":549,"x1":441,"y1":550,"x2":440,"y2":589,"x3":393,"y3":588},"charText":"他","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":395,"y0":590,"x1":438,"y1":591,"x2":437,"y2":632,"x3":394,"y3":631},"charText":"生","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":391,"y0":634,"x1":441,"y1":635,"x2":440,"y2":677,"x3":391,"y3":677},"charText":"於","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":393,"y0":678,"x1":439,"y1":679,"x2":438,"y2":725,"x3":393,"y3":724},"charText":"末","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":391,"y0":726,"x1":440,"y1":727,"x2":440,"y2":765,"x3":390,"y3":764},"charText":"世","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":392,"y0":768,"x1":438,"y1":769,"x2":437,"y2":806,"x3":392,"y3":805},"charText":"父","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":389,"y0":807,"x1":437,"y1":808,"x2":436,"y2":850,"x3":388,"y3":849},"charText":"母","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":389,"y0":853,"x1":437,"y1":854,"x2":436,"y2":894,"x3":388,"y3":893},"charText":"祖","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":340,"y0":24,"x1":383,"y1":24,"x2":383,"y2":67,"x3":341,"y3":67},"charText":"宗","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":338,"y0":68,"x1":384,"y1":68,"x2":384,"y2":110,"x3":337,"y3":110},"charText":"根","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":338,"y0":111,"x1":386,"y1":111,"x2":386,"y2":158,"x3":337,"y3":158},"charText":"基","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":337,"y0":169,"x1":383,"y1":170,"x2":384,"y2":186,"x3":337,"y3":186},"charText":"一","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":335,"y0":195,"x1":388,"y1":195,"x2":387,"y2":244,"x3":334,"y3":244},"charText":"盡","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":338,"y0":249,"x1":383,"y1":250,"x2":382,"y2":283,"x3":337,"y3":282},"charText":"人","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":341,"y0":294,"x1":373,"y1":295,"x2":373,"y2":320,"x3":341,"y3":319},"charText":"口","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":333,"y0":327,"x1":381,"y1":328,"x2":380,"y2":375,"x3":333,"y3":375},"charText":"衰","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":333,"y0":376,"x1":385,"y1":377,"x2":385,"y2":418,"x3":333,"y3":417},"charText":"微","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":337,"y0":422,"x1":378,"y1":422,"x2":378,"y2":459,"x3":337,"y3":459},"charText":"只","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":333,"y0":461,"x1":378,"y1":461,"x2":377,"y2":506,"x3":333,"y3":506},"charText":"剰","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":333,"y0":508,"x1":379,"y1":508,"x2":379,"y2":555,"x3":333,"y3":554},"charText":"得","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":334,"y0":554,"x1":381,"y1":554,"x2":381,"y2":592,"x3":333,"y3":591},"charText":"他","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":334,"y0":602,"x1":379,"y1":602,"x2":379,"y2":618,"x3":334,"y3":617},"charText":"一","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":336,"y0":630,"x1":374,"y1":630,"x2":373,"y2":681,"x3":335,"y3":681},"charText":"身","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":331,"y0":694,"x1":378,"y1":695,"x2":378,"y2":711,"x3":331,"y3":710},"charText":"一","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":338,"y0":728,"x1":381,"y1":729,"x2":380,"y2":756,"x3":338,"y3":755},"charText":"口","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":330,"y0":758,"x1":376,"y1":759,"x2":375,"y2":804,"x3":329,"y3":803},"charText":"在","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":333,"y0":804,"x1":376,"y1":805,"x2":375,"y2":850,"x3":332,"y3":850},"charText":"家","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":329,"y0":852,"x1":377,"y1":853,"x2":377,"y2":895,"x3":328,"y3":894},"charText":"鄉","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":274,"y0":22,"x1":327,"y1":22,"x2":327,"y2":65,"x3":274,"y3":65},"charText":"無","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":277,"y0":66,"x1":329,"y1":66,"x2":329,"y2":108,"x3":277,"y3":108},"charText":"益","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":283,"y0":112,"x1":321,"y1":113,"x2":320,"y2":152,"x3":283,"y3":152},"charText":"因","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":278,"y0":153,"x1":325,"y1":153,"x2":325,"y2":195,"x3":278,"y3":195},"charText":"進","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":279,"y0":198,"x1":320,"y1":199,"x2":320,"y2":242,"x3":279,"y3":241},"charText":"京","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":280,"y0":242,"x1":324,"y1":242,"x2":324,"y2":286,"x3":280,"y3":285},"charText":"求","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":277,"y0":289,"x1":324,"y1":289,"x2":324,"y2":329,"x3":277,"y3":328},"charText":"取","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":277,"y0":331,"x1":321,"y1":331,"x2":320,"y2":369,"x3":276,"y3":369},"charText":"功","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":275,"y0":372,"x1":325,"y1":373,"x2":324,"y2":413,"x3":274,"y3":412},"charText":"名","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":272,"y0":417,"x1":320,"y1":417,"x2":320,"y2":458,"x3":271,"y3":458},"charText":"再","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":274,"y0":458,"x1":317,"y1":458,"x2":317,"y2":504,"x3":273,"y3":503},"charText":"整","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":272,"y0":503,"x1":319,"y1":503,"x2":319,"y2":550,"x3":272,"y3":550},"charText":"基","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":272,"y0":551,"x1":322,"y1":552,"x2":322,"y2":600,"x3":272,"y3":599},"charText":"業","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":275,"y0":600,"x1":312,"y1":600,"x2":311,"y2":638,"x3":275,"y3":637},"charText":"自","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":271,"y0":637,"x1":317,"y1":638,"x2":317,"y2":682,"x3":271,"y3":681},"charText":"前","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":273,"y0":682,"x1":319,"y1":682,"x2":319,"y2":725,"x3":273,"y3":724},"charText":"嵗","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":272,"y0":724,"x1":320,"y1":725,"x2":319,"y2":771,"x3":271,"y3":770},"charText":"来","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":272,"y0":771,"x1":320,"y1":772,"x2":319,"y2":809,"x3":271,"y3":808},"charText":"此","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":272,"y0":812,"x1":317,"y1":813,"x2":316,"y2":847,"x3":271,"y3":846},"charText":"又","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":269,"y0":847,"x1":316,"y1":848,"x2":316,"y2":893,"x3":269,"y3":893},"charText":"淹","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":221,"y0":22,"x1":266,"y1":22,"x2":266,"y2":69,"x3":221,"y3":69},"charText":"蹇","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":218,"y0":72,"x1":264,"y1":72,"x2":264,"y2":110,"x3":218,"y3":110},"charText":"住","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":226,"y0":113,"x1":268,"y1":113,"x2":268,"y2":155,"x3":226,"y3":154},"charText":"了","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":217,"y0":153,"x1":263,"y1":153,"x2":263,"y2":199,"x3":216,"y3":198},"charText":"暫","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":216,"y0":199,"x1":262,"y1":200,"x2":262,"y2":242,"x3":215,"y3":242},"charText":"在","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":215,"y0":243,"x1":259,"y1":243,"x2":259,"y2":288,"x3":215,"y3":288},"charText":"廟","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":221,"y0":287,"x1":255,"y1":287,"x2":255,"y2":332,"x3":221,"y3":332},"charText":"中","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":213,"y0":333,"x1":263,"y1":333,"x2":262,"y2":372,"x3":213,"y3":372},"charText":"安","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":218,"y0":372,"x1":264,"y1":373,"x2":263,"y2":420,"x3":218,"y3":420},"charText":"身","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":215,"y0":419,"x1":260,"y1":420,"x2":260,"y2":466,"x3":214,"y3":465},"charText":"每","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":225,"y0":467,"x1":253,"y1":467,"x2":253,"y2":498,"x3":225,"y3":498},"charText":"日","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":221,"y0":499,"x1":257,"y1":499,"x2":257,"y2":552,"x3":221,"y3":552},"charText":"賣","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":214,"y0":552,"x1":256,"y1":552,"x2":256,"y2":595,"x3":214,"y3":594},"charText":"字","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":215,"y0":595,"x1":257,"y1":595,"x2":257,"y2":638,"x3":214,"y3":638},"charText":"作","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":216,"y0":638,"x1":257,"y1":639,"x2":257,"y2":676,"x3":216,"y3":676},"charText":"文","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":215,"y0":678,"x1":257,"y1":679,"x2":256,"y2":723,"x3":214,"y3":722},"charText":"為","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":213,"y0":721,"x1":260,"y1":722,"x2":259,"y2":761,"x3":212,"y3":760},"charText":"生","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":212,"y0":761,"x1":258,"y1":762,"x2":258,"y2":803,"x3":211,"y3":803},"charText":"故","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":210,"y0":806,"x1":251,"y1":806,"x2":250,"y2":844,"x3":209,"y3":843},"charText":"士","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":209,"y0":847,"x1":254,"y1":847,"x2":253,"y2":893,"x3":208,"y3":892},"charText":"隐","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":161,"y0":21,"x1":206,"y1":21,"x2":206,"y2":72,"x3":160,"y3":72},"charText":"常","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":157,"y0":73,"x1":207,"y1":73,"x2":207,"y2":111,"x3":156,"y3":111},"charText":"與","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":157,"y0":111,"x1":208,"y1":112,"x2":207,"y2":151,"x3":156,"y3":151},"charText":"他","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":161,"y0":153,"x1":206,"y1":154,"x2":205,"y2":195,"x3":161,"y3":194},"charText":"交","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":157,"y0":195,"x1":207,"y1":196,"x2":207,"y2":241,"x3":156,"y3":240},"charText":"接","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":158,"y0":241,"x1":203,"y1":242,"x2":203,"y2":288,"x3":158,"y3":287},"charText":"當","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":156,"y0":288,"x1":198,"y1":289,"x2":198,"y2":328,"x3":156,"y3":327},"charText":"下","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":159,"y0":331,"x1":199,"y1":332,"x2":198,"y2":370,"x3":159,"y3":369},"charText":"雨","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":155,"y0":369,"x1":199,"y1":370,"x2":199,"y2":415,"x3":155,"y3":414},"charText":"村","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":157,"y0":416,"x1":202,"y1":416,"x2":202,"y2":459,"x3":156,"y3":458},"charText":"見","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":161,"y0":459,"x1":193,"y1":460,"x2":193,"y2":503,"x3":161,"y3":503},"charText":"了","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":156,"y0":505,"x1":198,"y1":505,"x2":198,"y2":543,"x3":156,"y3":542},"charText":"士","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":157,"y0":546,"x1":203,"y1":546,"x2":203,"y2":590,"x3":156,"y3":589},"charText":"隐","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":155,"y0":592,"x1":197,"y1":592,"x2":196,"y2":632,"x3":155,"y3":631},"charText":"忙","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":152,"y0":632,"x1":201,"y1":633,"x2":201,"y2":674,"x3":152,"y3":673},"charText":"施","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":152,"y0":675,"x1":196,"y1":676,"x2":196,"y2":720,"x3":152,"y3":719},"charText":"禮","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":154,"y0":721,"x1":197,"y1":722,"x2":197,"y2":763,"x3":153,"y3":762},"charText":"陪","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":154,"y0":762,"x1":197,"y1":762,"x2":197,"y2":805,"x3":154,"y3":805},"charText":"笑","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":150,"y0":804,"x1":201,"y1":805,"x2":201,"y2":848,"x3":149,"y3":847},"charText":"道","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":148,"y0":848,"x1":194,"y1":848,"x2":193,"y2":895,"x3":147,"y3":894},"charText":"老","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":102,"y0":21,"x1":149,"y1":21,"x2":148,"y2":63,"x3":102,"y3":63},"charText":"先","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":100,"y0":63,"x1":145,"y1":63,"x2":145,"y2":104,"x3":99,"y3":103},"charText":"生","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":99,"y0":105,"x1":147,"y1":106,"x2":146,"y2":154,"x3":98,"y3":154},"charText":"倚","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":102,"y0":155,"x1":143,"y1":156,"x2":142,"y2":198,"x3":101,"y3":198},"charText":"門","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":98,"y0":199,"x1":142,"y1":199,"x2":142,"y2":242,"x3":97,"y3":242},"charText":"佇","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":98,"y0":242,"x1":146,"y1":243,"x2":146,"y2":283,"x3":97,"y3":283},"charText":"望","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":94,"y0":284,"x1":144,"y1":285,"x2":143,"y2":330,"x3":93,"y3":329},"charText":"敢","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":94,"y0":329,"x1":142,"y1":330,"x2":141,"y2":375,"x3":93,"y3":374},"charText":"街","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":93,"y0":374,"x1":139,"y1":375,"x2":139,"y2":421,"x3":93,"y3":420},"charText":"市","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":95,"y0":422,"x1":141,"y1":422,"x2":141,"y2":454,"x3":95,"y3":453},"charText":"上","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":95,"y0":456,"x1":138,"y1":456,"x2":138,"y2":502,"x3":95,"y3":502},"charText":"有","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":94,"y0":503,"x1":139,"y1":504,"x2":138,"y2":549,"x3":94,"y3":549},"charText":"甚","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":92,"y0":550,"x1":139,"y1":550,"x2":139,"y2":596,"x3":92,"y3":595},"charText":"新","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":96,"y0":595,"x1":140,"y1":595,"x2":140,"y2":634,"x3":95,"y3":633},"charText":"文","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":94,"y0":637,"x1":142,"y1":637,"x2":141,"y2":676,"x3":94,"y3":676},"charText":"否","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":93,"y0":678,"x1":136,"y1":679,"x2":135,"y2":716,"x3":92,"y3":715},"charText":"士","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":93,"y0":718,"x1":137,"y1":718,"x2":137,"y2":763,"x3":93,"y3":763},"charText":"隐","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":92,"y0":763,"x1":138,"y1":763,"x2":137,"y2":808,"x3":92,"y3":808},"charText":"笑","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":88,"y0":806,"x1":139,"y1":807,"x2":139,"y2":849,"x3":88,"y3":848},"charText":"道","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":90,"y0":852,"x1":134,"y1":853,"x2":133,"y2":895,"x3":90,"y3":894},"charText":"非","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":39,"y0":21,"x1":89,"y1":22,"x2":89,"y2":60,"x3":38,"y3":59},"charText":"也","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":36,"y0":61,"x1":86,"y1":62,"x2":86,"y2":108,"x3":35,"y3":107},"charText":"適","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":109,"x1":80,"y1":110,"x2":79,"y2":150,"x3":40,"y3":150},"charText":"因","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":37,"y0":153,"x1":82,"y1":154,"x2":82,"y2":192,"x3":36,"y3":192},"charText":"小","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":32,"y0":199,"x1":82,"y1":200,"x2":82,"y2":236,"x3":32,"y3":235},"charText":"女","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":34,"y0":237,"x1":83,"y1":237,"x2":82,"y2":286,"x3":34,"y3":285},"charText":"啼","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":36,"y0":285,"x1":86,"y1":286,"x2":86,"y2":325,"x3":35,"y3":325},"charText":"哭","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":36,"y0":326,"x1":76,"y1":327,"x2":75,"y2":372,"x3":35,"y3":372},"charText":"引","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":29,"y0":371,"x1":83,"y1":372,"x2":82,"y2":411,"x3":29,"y3":411},"charText":"他","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":34,"y0":413,"x1":77,"y1":413,"x2":77,"y2":453,"x3":34,"y3":453},"charText":"出","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":33,"y0":453,"x1":82,"y1":453,"x2":82,"y2":504,"x3":32,"y3":504},"charText":"来","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":31,"y0":506,"x1":77,"y1":506,"x2":77,"y2":551,"x3":31,"y3":551},"charText":"作","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":29,"y0":551,"x1":84,"y1":551,"x2":84,"y2":593,"x3":29,"y3":593},"charText":"耍","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":29,"y0":596,"x1":79,"y1":596,"x2":78,"y2":631,"x3":29,"y3":631},"charText":"正","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":31,"y0":633,"x1":81,"y1":634,"x2":80,"y2":677,"x3":30,"y3":677},"charText":"是","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":28,"y0":677,"x1":80,"y1":678,"x2":80,"y2":721,"x3":27,"y3":720},"charText":"無","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":28,"y0":723,"x1":78,"y1":724,"x2":78,"y2":768,"x3":27,"y3":767},"charText":"聊","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":28,"y0":768,"x1":80,"y1":769,"x2":79,"y2":802,"x3":28,"y3":802},"charText":"之","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":27,"y0":802,"x1":81,"y1":803,"x2":80,"y2":849,"x3":26,"y3":849},"charText":"甚","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":28,"y0":853,"x1":79,"y1":854,"x2":78,"y2":893,"x3":27,"y3":893},"charText":"兄","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":4,"y0":72,"x1":23,"y1":72,"x2":23,"y2":109,"x3":4,"y3":109},"charText":"湏","textlineId":9,"picUri":"","isPicText":false},{"charPoly":{"x0":4,"y0":124,"x1":23,"y1":124,"x2":23,"y2":151,"x3":4,"y3":151},"charText":"巳","textlineId":9,"picUri":"","isPicText":false},{"charPoly":{"x0":1,"y0":459,"x1":22,"y1":460,"x2":22,"y2":484,"x3":1,"y3":483},"charText":"回","textlineId":9,"picUri":"","isPicText":false}]},"7501933907890585641":{"wordBoxList":[{"charPoly":{"x0":525,"y0":51,"x1":574,"y1":52,"x2":573,"y2":96,"x3":525,"y3":95},"charText":"来","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":527,"y0":95,"x1":571,"y1":96,"x2":571,"y2":143,"x3":526,"y3":142},"charText":"得","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":524,"y0":144,"x1":570,"y1":145,"x2":570,"y2":178,"x3":523,"y3":178},"charText":"正","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":520,"y0":179,"x1":573,"y1":180,"x2":573,"y2":225,"x3":519,"y3":224},"charText":"妙","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":520,"y0":226,"x1":569,"y1":226,"x2":568,"y2":276,"x3":520,"y3":276},"charText":"請","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":526,"y0":279,"x1":571,"y1":280,"x2":570,"y2":307,"x3":526,"y3":306},"charText":"入","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":524,"y0":312,"x1":567,"y1":313,"x2":566,"y2":349,"x3":524,"y3":349},"charText":"小","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":523,"y0":350,"x1":570,"y1":351,"x2":570,"y2":400,"x3":522,"y3":400},"charText":"齋","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":520,"y0":409,"x1":569,"y1":409,"x2":569,"y2":427,"x3":520,"y3":427},"charText":"一","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":517,"y0":435,"x1":572,"y1":436,"x2":571,"y2":482,"x3":517,"y3":482},"charText":"談","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":518,"y0":483,"x1":569,"y1":484,"x2":568,"y2":530,"x3":518,"y3":530},"charText":"彼","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":522,"y0":532,"x1":569,"y1":532,"x2":569,"y2":571,"x3":521,"y3":571},"charText":"此","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":523,"y0":572,"x1":568,"y1":572,"x2":568,"y2":617,"x3":523,"y3":616},"charText":"皆","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":521,"y0":618,"x1":565,"y1":619,"x2":565,"y2":660,"x3":520,"y3":659},"charText":"可","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":521,"y0":660,"x1":562,"y1":660,"x2":561,"y2":705,"x3":520,"y3":704},"charText":"消","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":519,"y0":705,"x1":566,"y1":706,"x2":566,"y2":744,"x3":518,"y3":743},"charText":"此","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":519,"y0":746,"x1":565,"y1":747,"x2":565,"y2":790,"x3":518,"y3":789},"charText":"永","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":515,"y0":790,"x1":566,"y1":791,"x2":565,"y2":835,"x3":514,"y3":834},"charText":"晝","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":512,"y0":835,"x1":564,"y1":836,"x2":564,"y2":875,"x3":512,"y3":874},"charText":"説","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":514,"y0":874,"x1":561,"y1":875,"x2":561,"y2":921,"x3":514,"y3":920},"charText":"著","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":462,"y0":51,"x1":513,"y1":52,"x2":513,"y2":94,"x3":461,"y3":93},"charText":"便","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":462,"y0":93,"x1":513,"y1":95,"x2":512,"y2":136,"x3":461,"y3":134},"charText":"令","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":461,"y0":139,"x1":513,"y1":141,"x2":512,"y2":176,"x3":461,"y3":174},"charText":"人","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":460,"y0":177,"x1":510,"y1":178,"x2":510,"y2":224,"x3":459,"y3":223},"charText":"送","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":459,"y0":228,"x1":509,"y1":228,"x2":508,"y2":265,"x3":458,"y3":264},"charText":"女","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":459,"y0":268,"x1":509,"y1":268,"x2":509,"y2":310,"x3":459,"y3":309},"charText":"進","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":460,"y0":310,"x1":512,"y1":310,"x2":511,"y2":351,"x3":459,"y3":350},"charText":"去","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":463,"y0":353,"x1":500,"y1":353,"x2":500,"y2":395,"x3":463,"y3":394},"charText":"自","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":459,"y0":395,"x1":503,"y1":395,"x2":503,"y2":442,"x3":459,"y3":442},"charText":"携","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":465,"y0":443,"x1":497,"y1":443,"x2":497,"y2":489,"x3":466,"y3":488},"charText":"了","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":461,"y0":490,"x1":504,"y1":491,"x2":504,"y2":529,"x3":461,"y3":529},"charText":"雨","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":457,"y0":529,"x1":508,"y1":529,"x2":508,"y2":572,"x3":456,"y3":572},"charText":"杜","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":462,"y0":571,"x1":506,"y1":572,"x2":506,"y2":620,"x3":461,"y3":619},"charText":"来","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":457,"y0":620,"x1":503,"y1":621,"x2":503,"y2":657,"x3":457,"y3":656},"charText":"至","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":457,"y0":657,"x1":500,"y1":658,"x2":500,"y2":705,"x3":456,"y3":704},"charText":"書","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":456,"y0":705,"x1":500,"y1":706,"x2":499,"y2":751,"x3":456,"y3":751},"charText":"房","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":461,"y0":751,"x1":507,"y1":751,"x2":506,"y2":795,"x3":460,"y3":794},"charText":"中","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":457,"y0":796,"x1":501,"y1":797,"x2":500,"y2":828,"x3":456,"y3":827},"charText":"小","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":451,"y0":828,"x1":499,"y1":829,"x2":498,"y2":873,"x3":450,"y3":872},"charText":"童","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":452,"y0":874,"x1":505,"y1":875,"x2":504,"y2":917,"x3":451,"y3":917},"charText":"獻","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":402,"y0":48,"x1":455,"y1":49,"x2":454,"y2":94,"x3":401,"y3":93},"charText":"茶","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":403,"y0":95,"x1":446,"y1":96,"x2":445,"y2":134,"x3":402,"y3":133},"charText":"方","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":399,"y0":134,"x1":450,"y1":135,"x2":449,"y2":178,"x3":398,"y3":177},"charText":"談","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":400,"y0":178,"x1":447,"y1":179,"x2":446,"y2":227,"x3":400,"y3":226},"charText":"得","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":403,"y0":229,"x1":446,"y1":230,"x2":446,"y2":263,"x3":402,"y3":263},"charText":"三","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":400,"y0":269,"x1":447,"y1":269,"x2":447,"y2":305,"x3":399,"y3":304},"charText":"五","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":406,"y0":308,"x1":443,"y1":309,"x2":443,"y2":352,"x3":405,"y3":351},"charText":"句","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":398,"y0":353,"x1":449,"y1":353,"x2":449,"y2":392,"x3":398,"y3":391},"charText":"話","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":403,"y0":394,"x1":445,"y1":395,"x2":444,"y2":438,"x3":402,"y3":438},"charText":"忽","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":400,"y0":439,"x1":447,"y1":439,"x2":446,"y2":486,"x3":400,"y3":485},"charText":"家","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":397,"y0":488,"x1":446,"y1":489,"x2":445,"y2":523,"x3":397,"y3":522},"charText":"人","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":399,"y0":524,"x1":445,"y1":525,"x2":445,"y2":571,"x3":399,"y3":571},"charText":"飛","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":395,"y0":571,"x1":447,"y1":572,"x2":446,"y2":616,"x3":395,"y3":615},"charText":"報","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":394,"y0":616,"x1":447,"y1":617,"x2":446,"y2":662,"x3":394,"y3":661},"charText":"嚴","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":395,"y0":660,"x1":443,"y1":660,"x2":443,"y2":703,"x3":394,"y3":703},"charText":"老","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":392,"y0":703,"x1":445,"y1":704,"x2":444,"y2":751,"x3":391,"y3":751},"charText":"爺","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":396,"y0":751,"x1":445,"y1":752,"x2":444,"y2":796,"x3":395,"y3":795},"charText":"来","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":391,"y0":795,"x1":445,"y1":796,"x2":444,"y2":838,"x3":390,"y3":837},"charText":"拜","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":419,"y0":842,"x1":444,"y1":842,"x2":443,"y2":874,"x3":418,"y3":874},"charText":"炎","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":418,"y0":883,"x1":443,"y1":883,"x2":443,"y2":912,"x3":417,"y3":911},"charText":"也","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":391,"y0":838,"x1":419,"y1":838,"x2":419,"y2":872,"x3":390,"y3":872},"charText":"炎","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":388,"y0":883,"x1":417,"y1":884,"x2":417,"y2":912,"x3":388,"y3":911},"charText":"既","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":367,"y0":51,"x1":394,"y1":51,"x2":394,"y2":86,"x3":366,"y3":85},"charText":"来","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":367,"y0":93,"x1":393,"y1":93,"x2":393,"y2":120,"x3":366,"y3":120},"charText":"火","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":362,"y0":132,"x1":392,"y1":133,"x2":391,"y2":166,"x3":362,"y3":165},"charText":"将","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":338,"y0":52,"x1":364,"y1":52,"x2":365,"y2":81,"x3":338,"y3":80},"charText":"至","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":339,"y0":91,"x1":364,"y1":91,"x2":364,"y2":121,"x3":339,"y3":121},"charText":"矣","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":343,"y0":177,"x1":383,"y1":178,"x2":383,"y2":214,"x3":342,"y3":213},"charText":"士","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":343,"y0":220,"x1":385,"y1":221,"x2":385,"y2":263,"x3":342,"y3":262},"charText":"隐","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":340,"y0":263,"x1":388,"y1":264,"x2":388,"y2":306,"x3":339,"y3":306},"charText":"慌","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":342,"y0":307,"x1":385,"y1":308,"x2":384,"y2":350,"x3":342,"y3":349},"charText":"的","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":340,"y0":350,"x1":383,"y1":351,"x2":382,"y2":389,"x3":339,"y3":388},"charText":"忙","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":336,"y0":390,"x1":385,"y1":391,"x2":384,"y2":434,"x3":335,"y3":433},"charText":"起","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":340,"y0":435,"x1":379,"y1":435,"x2":379,"y2":483,"x3":340,"y3":483},"charText":"身","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":335,"y0":483,"x1":381,"y1":483,"x2":381,"y2":529,"x3":335,"y3":529},"charText":"謝","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":343,"y0":531,"x1":380,"y1":531,"x2":380,"y2":573,"x3":342,"y3":573},"charText":"罪","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":338,"y0":574,"x1":387,"y1":574,"x2":387,"y2":613,"x3":337,"y3":612},"charText":"道","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":337,"y0":615,"x1":382,"y1":616,"x2":382,"y2":655,"x3":336,"y3":654},"charText":"恕","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":333,"y0":659,"x1":383,"y1":660,"x2":382,"y2":698,"x3":333,"y3":697},"charText":"誑","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":336,"y0":699,"x1":380,"y1":700,"x2":380,"y2":744,"x3":336,"y3":743},"charText":"駕","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":337,"y0":747,"x1":383,"y1":748,"x2":382,"y2":783,"x3":336,"y3":782},"charText":"之","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":339,"y0":785,"x1":384,"y1":786,"x2":384,"y2":827,"x3":338,"y3":826},"charText":"罪","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":335,"y0":829,"x1":383,"y1":830,"x2":382,"y2":867,"x3":334,"y3":866},"charText":"略","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":333,"y0":871,"x1":383,"y1":872,"x2":382,"y2":915,"x3":332,"y3":914},"charText":"坐","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":289,"y0":46,"x1":330,"y1":46,"x2":330,"y2":93,"x3":289,"y3":93},"charText":"弟","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":288,"y0":93,"x1":329,"y1":94,"x2":328,"y2":131,"x3":287,"y3":130},"charText":"即","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":285,"y0":128,"x1":331,"y1":129,"x2":330,"y2":175,"x3":284,"y3":174},"charText":"来","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":282,"y0":176,"x1":331,"y1":177,"x2":330,"y2":219,"x3":281,"y3":218},"charText":"陪","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":283,"y0":223,"x1":326,"y1":224,"x2":325,"y2":262,"x3":282,"y3":261},"charText":"雨","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":280,"y0":262,"x1":326,"y1":263,"x2":325,"y2":308,"x3":279,"y3":306},"charText":"村","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":280,"y0":308,"x1":326,"y1":309,"x2":325,"y2":347,"x3":279,"y3":346},"charText":"忙","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":276,"y0":347,"x1":326,"y1":348,"x2":326,"y2":390,"x3":275,"y3":389},"charText":"起","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":282,"y0":389,"x1":322,"y1":390,"x2":321,"y2":439,"x3":282,"y3":439},"charText":"身","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":278,"y0":439,"x1":323,"y1":440,"x2":323,"y2":478,"x3":278,"y3":478},"charText":"亦","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":275,"y0":480,"x1":325,"y1":481,"x2":325,"y2":527,"x3":275,"y3":527},"charText":"讓","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":276,"y0":529,"x1":327,"y1":529,"x2":327,"y2":568,"x3":276,"y3":568},"charText":"道","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":277,"y0":568,"x1":321,"y1":569,"x2":320,"y2":612,"x3":276,"y3":612},"charText":"老","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":279,"y0":612,"x1":325,"y1":612,"x2":325,"y2":654,"x3":279,"y3":654},"charText":"先","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":277,"y0":654,"x1":322,"y1":654,"x2":322,"y2":693,"x3":277,"y3":693},"charText":"生","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":274,"y0":694,"x1":321,"y1":694,"x2":321,"y2":744,"x3":273,"y3":743},"charText":"請","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":273,"y0":745,"x1":325,"y1":745,"x2":324,"y2":784,"x3":272,"y3":784},"charText":"便","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":276,"y0":785,"x1":323,"y1":785,"x2":322,"y2":827,"x3":275,"y3":827},"charText":"晚","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":274,"y0":826,"x1":318,"y1":827,"x2":318,"y2":869,"x3":274,"y3":868},"charText":"生","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":274,"y0":873,"x1":313,"y1":874,"x2":312,"y2":915,"x3":273,"y3":914},"charText":"乃","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":223,"y0":44,"x1":270,"y1":45,"x2":269,"y2":92,"x3":223,"y3":91},"charText":"常","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":222,"y0":91,"x1":270,"y1":92,"x2":270,"y2":132,"x3":222,"y3":131},"charText":"造","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":223,"y0":135,"x1":271,"y1":136,"x2":271,"y2":168,"x3":222,"y3":167},"charText":"之","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":224,"y0":171,"x1":272,"y1":172,"x2":271,"y2":218,"x3":223,"y3":217},"charText":"客","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":220,"y0":220,"x1":262,"y1":221,"x2":261,"y2":266,"x3":219,"y3":265},"charText":"稍","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":219,"y0":267,"x1":265,"y1":268,"x2":264,"y2":307,"x3":218,"y3":307},"charText":"候","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":218,"y0":310,"x1":266,"y1":311,"x2":265,"y2":351,"x3":217,"y3":350},"charText":"何","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":217,"y0":351,"x1":268,"y1":351,"x2":268,"y2":390,"x3":217,"y3":389},"charText":"妨","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":216,"y0":392,"x1":268,"y1":392,"x2":268,"y2":432,"x3":216,"y3":432},"charText":"説","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":218,"y0":434,"x1":268,"y1":435,"x2":268,"y2":481,"x3":217,"y3":481},"charText":"着","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":219,"y0":483,"x1":261,"y1":483,"x2":261,"y2":520,"x3":219,"y3":519},"charText":"士","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":221,"y0":523,"x1":263,"y1":524,"x2":263,"y2":567,"x3":220,"y3":566},"charText":"隐","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":223,"y0":571,"x1":263,"y1":572,"x2":263,"y2":607,"x3":223,"y3":606},"charText":"巳","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":221,"y0":611,"x1":259,"y1":612,"x2":258,"y2":652,"x3":221,"y3":652},"charText":"出","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":215,"y0":654,"x1":261,"y1":654,"x2":261,"y2":699,"x3":215,"y3":698},"charText":"前","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":218,"y0":700,"x1":263,"y1":700,"x2":263,"y2":742,"x3":218,"y3":741},"charText":"庭","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":216,"y0":740,"x1":259,"y1":741,"x2":259,"y2":781,"x3":216,"y3":781},"charText":"去","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":224,"y0":785,"x1":263,"y1":785,"x2":263,"y2":826,"x3":223,"y3":826},"charText":"了","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":213,"y0":827,"x1":261,"y1":828,"x2":260,"y2":869,"x3":212,"y3":868},"charText":"這","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":212,"y0":874,"x1":258,"y1":876,"x2":257,"y2":914,"x3":211,"y3":913},"charText":"裡","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":166,"y0":47,"x1":208,"y1":48,"x2":208,"y2":85,"x3":166,"y3":85},"charText":"雨","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":161,"y0":86,"x1":207,"y1":86,"x2":207,"y2":130,"x3":160,"y3":129},"charText":"村","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":160,"y0":131,"x1":208,"y1":132,"x2":207,"y2":167,"x3":159,"y3":167},"charText":"且","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":160,"y0":170,"x1":208,"y1":171,"x2":207,"y2":215,"x3":160,"y3":214},"charText":"翻","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":158,"y0":219,"x1":204,"y1":219,"x2":204,"y2":265,"x3":158,"y3":264},"charText":"弄","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":159,"y0":263,"x1":202,"y1":264,"x2":201,"y2":310,"x3":159,"y3":310},"charText":"書","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":160,"y0":310,"x1":205,"y1":311,"x2":205,"y2":355,"x3":160,"y3":354},"charText":"籍","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":161,"y0":355,"x1":205,"y1":355,"x2":204,"y2":395,"x3":160,"y3":394},"charText":"解","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":164,"y0":395,"x1":209,"y1":396,"x2":209,"y2":440,"x3":163,"y3":439},"charText":"悶","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":162,"y0":438,"x1":203,"y1":438,"x2":203,"y2":480,"x3":162,"y3":480},"charText":"忽","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":156,"y0":481,"x1":203,"y1":481,"x2":202,"y2":525,"x3":156,"y3":524},"charText":"聽","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":160,"y0":526,"x1":201,"y1":526,"x2":201,"y2":570,"x3":159,"y3":569},"charText":"窓","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":160,"y0":569,"x1":202,"y1":569,"x2":202,"y2":611,"x3":159,"y3":611},"charText":"外","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":156,"y0":610,"x1":198,"y1":611,"x2":198,"y2":657,"x3":156,"y3":657},"charText":"有","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":153,"y0":659,"x1":202,"y1":660,"x2":202,"y2":695,"x3":152,"y3":694},"charText":"女","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":156,"y0":698,"x1":200,"y1":698,"x2":200,"y2":739,"x3":155,"y3":738},"charText":"子","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":152,"y0":739,"x1":204,"y1":740,"x2":204,"y2":781,"x3":151,"y3":780},"charText":"嗽","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":154,"y0":780,"x1":204,"y1":781,"x2":203,"y2":832,"x3":153,"y3":831},"charText":"聲","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":157,"y0":832,"x1":199,"y1":833,"x2":198,"y2":871,"x3":156,"y3":870},"charText":"雨","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":153,"y0":870,"x1":197,"y1":871,"x2":196,"y2":915,"x3":152,"y3":914},"charText":"村","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":103,"y0":44,"x1":150,"y1":45,"x2":150,"y2":88,"x3":103,"y3":87},"charText":"遂","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":99,"y0":86,"x1":151,"y1":87,"x2":150,"y2":130,"x3":99,"y3":129},"charText":"起","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":104,"y0":128,"x1":145,"y1":128,"x2":145,"y2":175,"x3":103,"y3":175},"charText":"身","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":101,"y0":175,"x1":147,"y1":175,"x2":147,"y2":216,"x3":101,"y3":216},"charText":"往","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":103,"y0":217,"x1":144,"y1":218,"x2":144,"y2":261,"x3":103,"y3":260},"charText":"忌","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":103,"y0":261,"x1":145,"y1":261,"x2":144,"y2":307,"x3":103,"y3":307},"charText":"外","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":99,"y0":317,"x1":145,"y1":318,"x2":145,"y2":332,"x3":99,"y3":331},"charText":"一","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":98,"y0":341,"x1":148,"y1":342,"x2":147,"y2":391,"x3":97,"y3":391},"charText":"看","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":98,"y0":392,"x1":140,"y1":393,"x2":140,"y2":434,"x3":97,"y3":433},"charText":"原","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":99,"y0":433,"x1":145,"y1":434,"x2":145,"y2":480,"x3":98,"y3":479},"charText":"来","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":97,"y0":481,"x1":144,"y1":481,"x2":144,"y2":526,"x3":97,"y3":526},"charText":"是","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":96,"y0":536,"x1":143,"y1":537,"x2":143,"y2":552,"x3":96,"y3":551},"charText":"一","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":94,"y0":567,"x1":141,"y1":568,"x2":141,"y2":608,"x3":94,"y3":608},"charText":"個","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":104,"y0":611,"x1":134,"y1":611,"x2":135,"y2":653,"x3":104,"y3":653},"charText":"了","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":96,"y0":654,"x1":141,"y1":654,"x2":141,"y2":698,"x3":96,"y3":697},"charText":"環","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":96,"y0":697,"x1":140,"y1":698,"x2":140,"y2":740,"x3":95,"y3":740},"charText":"在","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":94,"y0":744,"x1":140,"y1":744,"x2":140,"y2":786,"x3":94,"y3":785},"charText":"那","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":92,"y0":786,"x1":141,"y1":787,"x2":140,"y2":823,"x3":92,"y3":823},"charText":"裡","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":92,"y0":825,"x1":140,"y1":826,"x2":139,"y2":870,"x3":91,"y3":869},"charText":"擷","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":92,"y0":869,"x1":143,"y1":870,"x2":143,"y2":915,"x3":91,"y3":914},"charText":"北","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":37,"y0":40,"x1":84,"y1":40,"x2":84,"y2":79,"x3":36,"y3":79},"charText":"生","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":36,"y0":81,"x1":85,"y1":82,"x2":84,"y2":129,"x3":35,"y3":128},"charText":"得","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":34,"y0":128,"x1":85,"y1":129,"x2":84,"y2":175,"x3":33,"y3":174},"charText":"儀","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":36,"y0":174,"x1":86,"y1":175,"x2":85,"y2":218,"x3":36,"y3":218},"charText":"容","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":38,"y0":219,"x1":78,"y1":220,"x2":78,"y2":260,"x3":37,"y3":259},"charText":"不","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":32,"y0":263,"x1":87,"y1":263,"x2":87,"y2":303,"x3":31,"y3":302},"charText":"俗","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":34,"y0":304,"x1":74,"y1":305,"x2":73,"y2":349,"x3":34,"y3":349},"charText":"眉","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":42,"y0":350,"x1":72,"y1":350,"x2":72,"y2":386,"x3":42,"y3":386},"charText":"目","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":34,"y0":385,"x1":77,"y1":385,"x2":77,"y2":437,"x3":34,"y3":436},"charText":"清","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":34,"y0":436,"x1":83,"y1":437,"x2":83,"y2":480,"x3":34,"y3":480},"charText":"朗","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":32,"y0":480,"x1":80,"y1":480,"x2":80,"y2":525,"x3":31,"y3":525},"charText":"雖","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":29,"y0":526,"x1":81,"y1":526,"x2":80,"y2":566,"x3":29,"y3":566},"charText":"無","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":30,"y0":570,"x1":76,"y1":570,"x2":76,"y2":608,"x3":30,"y3":608},"charText":"十","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":36,"y0":612,"x1":81,"y1":613,"x2":81,"y2":650,"x3":36,"y3":650},"charText":"分","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":29,"y0":651,"x1":78,"y1":651,"x2":78,"y2":698,"x3":29,"y3":698},"charText":"姿","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":37,"y0":699,"x1":82,"y1":699,"x2":82,"y2":741,"x3":37,"y3":740},"charText":"色","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":27,"y0":741,"x1":77,"y1":743,"x2":76,"y2":787,"x3":26,"y3":786},"charText":"却","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":29,"y0":785,"x1":75,"y1":787,"x2":74,"y2":824,"x3":28,"y3":822},"charText":"亦","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":29,"y0":823,"x1":71,"y1":824,"x2":71,"y2":871,"x3":28,"y3":870},"charText":"有","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":25,"y0":870,"x1":75,"y1":871,"x2":74,"y2":916,"x3":24,"y3":915},"charText":"動","textlineId":8,"picUri":"","isPicText":false}]},"7501933907890602025":{"wordBoxList":[{"charPoly":{"x0":528,"y0":44,"x1":574,"y1":44,"x2":574,"y2":79,"x3":528,"y3":79},"charText":"人","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":528,"y0":87,"x1":574,"y1":87,"x2":574,"y2":121,"x3":528,"y3":122},"charText":"之","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":526,"y0":126,"x1":576,"y1":126,"x2":575,"y2":170,"x3":526,"y3":170},"charText":"處","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":530,"y0":175,"x1":571,"y1":175,"x2":571,"y2":215,"x3":530,"y3":215},"charText":"雨","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":526,"y0":217,"x1":572,"y1":218,"x2":572,"y2":264,"x3":526,"y3":263},"charText":"村","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":529,"y0":265,"x1":568,"y1":266,"x2":568,"y2":302,"x3":529,"y3":301},"charText":"不","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":529,"y0":303,"x1":571,"y1":302,"x2":571,"y2":349,"x3":529,"y3":350},"charText":"覺","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":528,"y0":350,"x1":569,"y1":350,"x2":569,"y2":392,"x3":528,"y3":392},"charText":"看","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":529,"y0":393,"x1":573,"y1":393,"x2":573,"y2":438,"x3":529,"y3":438},"charText":"得","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":526,"y0":440,"x1":575,"y1":440,"x2":575,"y2":482,"x3":526,"y3":482},"charText":"杲","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":537,"y0":484,"x1":577,"y1":485,"x2":577,"y2":526,"x3":537,"y3":525},"charText":"了","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":552,"y0":531,"x1":575,"y1":532,"x2":575,"y2":559,"x3":552,"y3":559},"charText":"古","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":553,"y0":575,"x1":577,"y1":575,"x2":577,"y2":601,"x3":553,"y3":601},"charText":"今","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":552,"y0":615,"x1":576,"y1":615,"x2":576,"y2":647,"x3":552,"y3":647},"charText":"窮","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":551,"y0":660,"x1":576,"y1":661,"x2":576,"y2":688,"x3":551,"y3":688},"charText":"酸","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":524,"y0":532,"x1":549,"y1":532,"x2":549,"y2":560,"x3":524,"y3":559},"charText":"色","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":522,"y0":577,"x1":547,"y1":577,"x2":547,"y2":598,"x3":522,"y3":597},"charText":"心","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":521,"y0":615,"x1":548,"y1":615,"x2":549,"y2":645,"x3":521,"y3":645},"charText":"最","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":520,"y0":661,"x1":543,"y1":661,"x2":543,"y2":690,"x3":520,"y3":690},"charText":"重","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":522,"y0":702,"x1":568,"y1":703,"x2":568,"y2":746,"x3":522,"y3":746},"charText":"那","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":521,"y0":747,"x1":572,"y1":748,"x2":572,"y2":786,"x3":520,"y3":785},"charText":"甄","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":525,"y0":786,"x1":570,"y1":787,"x2":570,"y2":831,"x3":525,"y3":830},"charText":"家","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":530,"y0":832,"x1":560,"y1":832,"x2":560,"y2":873,"x3":530,"y3":873},"charText":"了","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":523,"y0":875,"x1":570,"y1":875,"x2":570,"y2":915,"x3":522,"y3":915},"charText":"𤨔","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":464,"y0":42,"x1":512,"y1":42,"x2":512,"y2":87,"x3":464,"y3":87},"charText":"擷","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":471,"y0":89,"x1":503,"y1":89,"x2":503,"y2":127,"x3":472,"y3":127},"charText":"了","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":465,"y0":129,"x1":514,"y1":129,"x2":513,"y2":174,"x3":465,"y3":174},"charText":"花","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":466,"y0":177,"x1":507,"y1":177,"x2":507,"y2":219,"x3":466,"y3":219},"charText":"方","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":464,"y0":220,"x1":509,"y1":220,"x2":509,"y2":262,"x3":464,"y3":262},"charText":"欲","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":465,"y0":262,"x1":511,"y1":262,"x2":511,"y2":307,"x3":465,"y3":307},"charText":"走","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":467,"y0":307,"x1":514,"y1":307,"x2":514,"y2":352,"x3":467,"y3":352},"charText":"時","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":465,"y0":351,"x1":511,"y1":351,"x2":511,"y2":390,"x3":465,"y3":390},"charText":"猛","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":466,"y0":391,"x1":510,"y1":391,"x2":510,"y2":432,"x3":466,"y3":432},"charText":"抬","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":466,"y0":437,"x1":510,"y1":437,"x2":510,"y2":480,"x3":466,"y3":480},"charText":"頭","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":467,"y0":480,"x1":513,"y1":480,"x2":513,"y2":522,"x3":467,"y3":522},"charText":"見","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":469,"y0":524,"x1":510,"y1":524,"x2":510,"y2":569,"x3":469,"y3":569},"charText":"悹","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":471,"y0":570,"x1":509,"y1":571,"x2":509,"y2":609,"x3":470,"y3":609},"charText":"内","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":465,"y0":610,"x1":508,"y1":610,"x2":508,"y2":656,"x3":465,"y3":656},"charText":"有","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":467,"y0":661,"x1":514,"y1":662,"x2":513,"y2":697,"x3":466,"y3":696},"charText":"人","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":466,"y0":697,"x1":511,"y1":697,"x2":511,"y2":739,"x3":466,"y3":739},"charText":"敝","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":468,"y0":741,"x1":504,"y1":741,"x2":503,"y2":786,"x3":468,"y3":786},"charText":"巾","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":462,"y0":785,"x1":504,"y1":785,"x2":504,"y2":832,"x3":462,"y3":832},"charText":"舊","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":464,"y0":834,"x1":511,"y1":835,"x2":511,"y2":875,"x3":464,"y3":874},"charText":"服","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":462,"y0":877,"x1":510,"y1":877,"x2":509,"y2":916,"x3":462,"y3":915},"charText":"雖","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":406,"y0":43,"x1":451,"y1":43,"x2":451,"y2":87,"x3":406,"y3":87},"charText":"是","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":407,"y0":87,"x1":451,"y1":87,"x2":451,"y2":134,"x3":407,"y3":134},"charText":"貧","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":405,"y0":134,"x1":453,"y1":134,"x2":453,"y2":177,"x3":405,"y3":177},"charText":"窘","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":407,"y0":179,"x1":450,"y1":179,"x2":450,"y2":218,"x3":407,"y3":218},"charText":"然","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":406,"y0":219,"x1":450,"y1":219,"x2":450,"y2":260,"x3":406,"y3":260},"charText":"生","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":405,"y0":263,"x1":450,"y1":263,"x2":450,"y2":309,"x3":405,"y3":309},"charText":"得","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":407,"y0":310,"x1":452,"y1":310,"x2":453,"y2":348,"x3":407,"y3":348},"charText":"腰","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":408,"y0":349,"x1":452,"y1":348,"x2":452,"y2":391,"x3":409,"y3":391},"charText":"寛","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":410,"y0":391,"x1":448,"y1":391,"x2":448,"y2":437,"x3":410,"y3":437},"charText":"背","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":405,"y0":438,"x1":456,"y1":438,"x2":455,"y2":485,"x3":405,"y3":485},"charText":"厚","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":410,"y0":487,"x1":451,"y1":488,"x2":451,"y2":525,"x3":410,"y3":525},"charText":"面","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":407,"y0":528,"x1":451,"y1":528,"x2":451,"y2":571,"x3":407,"y3":571},"charText":"濶","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":411,"y0":577,"x1":443,"y1":578,"x2":443,"y2":604,"x3":411,"y3":603},"charText":"口","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":405,"y0":611,"x1":453,"y1":611,"x2":453,"y2":653,"x3":405,"y3":652},"charText":"方","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":406,"y0":656,"x1":450,"y1":656,"x2":450,"y2":699,"x3":406,"y3":698},"charText":"更","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":408,"y0":698,"x1":445,"y1":698,"x2":445,"y2":742,"x3":408,"y3":742},"charText":"兼","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":400,"y0":744,"x1":446,"y1":744,"x2":445,"y2":788,"x3":399,"y3":787},"charText":"劍","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":401,"y0":787,"x1":442,"y1":788,"x2":442,"y2":831,"x3":401,"y3":830},"charText":"眉","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":404,"y0":831,"x1":447,"y1":831,"x2":447,"y2":872,"x3":404,"y3":872},"charText":"星","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":402,"y0":877,"x1":454,"y1":877,"x2":454,"y2":915,"x3":402,"y3":915},"charText":"眼","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":344,"y0":40,"x1":390,"y1":41,"x2":390,"y2":83,"x3":344,"y3":83},"charText":"直","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":344,"y0":83,"x1":389,"y1":83,"x2":389,"y2":132,"x3":344,"y3":132},"charText":"鼻","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":342,"y0":132,"x1":389,"y1":133,"x2":389,"y2":178,"x3":342,"y3":178},"charText":"權","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":345,"y0":181,"x1":393,"y1":181,"x2":393,"y2":218,"x3":345,"y3":218},"charText":"腮","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":344,"y0":221,"x1":392,"y1":221,"x2":392,"y2":263,"x3":344,"y3":263},"charText":"這","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":350,"y0":265,"x1":384,"y1":265,"x2":384,"y2":306,"x3":351,"y3":306},"charText":"了","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":346,"y0":307,"x1":390,"y1":308,"x2":390,"y2":350,"x3":346,"y3":349},"charText":"環","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":345,"y0":350,"x1":389,"y1":351,"x2":389,"y2":388,"x3":345,"y3":388},"charText":"忙","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":343,"y0":388,"x1":391,"y1":388,"x2":391,"y2":435,"x3":343,"y3":435},"charText":"轉","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":347,"y0":435,"x1":386,"y1":435,"x2":386,"y2":484,"x3":347,"y3":484},"charText":"身","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":347,"y0":486,"x1":388,"y1":487,"x2":388,"y2":519,"x3":347,"y3":519},"charText":"回","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":341,"y0":523,"x1":393,"y1":524,"x2":393,"y2":566,"x3":341,"y3":565},"charText":"避","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":346,"y0":574,"x1":387,"y1":575,"x2":387,"y2":605,"x3":345,"y3":605},"charText":"心","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":345,"y0":612,"x1":386,"y1":612,"x2":385,"y2":650,"x3":345,"y3":650},"charText":"下","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":344,"y0":653,"x1":385,"y1":653,"x2":384,"y2":697,"x3":344,"y3":697},"charText":"乃","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":343,"y0":698,"x1":390,"y1":698,"x2":389,"y2":743,"x3":342,"y3":743},"charText":"想","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":342,"y0":745,"x1":389,"y1":746,"x2":389,"y2":787,"x3":342,"y3":786},"charText":"這","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":342,"y0":789,"x1":390,"y1":790,"x2":390,"y2":825,"x3":341,"y3":824},"charText":"人","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":341,"y0":827,"x1":387,"y1":828,"x2":387,"y2":869,"x3":341,"y3":869},"charText":"生","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":341,"y0":872,"x1":388,"y1":873,"x2":387,"y2":915,"x3":341,"y3":914},"charText":"得","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":284,"y0":41,"x1":332,"y1":42,"x2":332,"y2":83,"x3":284,"y3":82},"charText":"這","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":283,"y0":83,"x1":332,"y1":84,"x2":332,"y2":128,"x3":282,"y3":128},"charText":"様","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":282,"y0":129,"x1":332,"y1":129,"x2":332,"y2":173,"x3":281,"y3":173},"charText":"雄","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":283,"y0":174,"x1":334,"y1":175,"x2":333,"y2":215,"x3":283,"y3":214},"charText":"壮","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":281,"y0":218,"x1":329,"y1":218,"x2":329,"y2":266,"x3":281,"y3":265},"charText":"却","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":288,"y0":268,"x1":330,"y1":268,"x2":330,"y2":301,"x3":288,"y3":301},"charText":"又","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":282,"y0":305,"x1":330,"y1":306,"x2":330,"y2":347,"x3":282,"y3":347},"charText":"這","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":283,"y0":348,"x1":332,"y1":348,"x2":331,"y2":391,"x3":282,"y3":391},"charText":"様","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":282,"y0":391,"x1":328,"y1":391,"x2":328,"y2":436,"x3":282,"y3":436},"charText":"藍","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":284,"y0":436,"x1":333,"y1":436,"x2":333,"y2":479,"x3":284,"y3":479},"charText":"縷","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":284,"y0":479,"x1":331,"y1":480,"x2":331,"y2":523,"x3":284,"y3":523},"charText":"想","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":281,"y0":525,"x1":332,"y1":525,"x2":332,"y2":565,"x3":281,"y3":565},"charText":"他","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":282,"y0":567,"x1":331,"y1":568,"x2":331,"y2":610,"x3":282,"y3":610},"charText":"定","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":282,"y0":611,"x1":330,"y1":611,"x2":330,"y2":654,"x3":282,"y3":653},"charText":"是","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":284,"y0":652,"x1":329,"y1":653,"x2":329,"y2":697,"x3":283,"y3":696},"charText":"我","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":285,"y0":697,"x1":330,"y1":698,"x2":330,"y2":746,"x3":285,"y3":745},"charText":"家","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":281,"y0":746,"x1":328,"y1":746,"x2":327,"y2":784,"x3":281,"y3":784},"charText":"主","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":281,"y0":787,"x1":330,"y1":788,"x2":329,"y2":823,"x3":281,"y3":822},"charText":"人","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":283,"y0":826,"x1":327,"y1":826,"x2":326,"y2":875,"x3":283,"y3":874},"charText":"常","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":276,"y0":875,"x1":327,"y1":876,"x2":326,"y2":914,"x3":276,"y3":914},"charText":"説","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":227,"y0":40,"x1":270,"y1":40,"x2":270,"y2":86,"x3":226,"y3":85},"charText":"的","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":223,"y0":86,"x1":267,"y1":86,"x2":267,"y2":125,"x3":223,"y3":125},"charText":"什","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":223,"y0":126,"x1":267,"y1":126,"x2":267,"y2":171,"x3":223,"y3":171},"charText":"麽","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":229,"y0":174,"x1":265,"y1":174,"x2":266,"y2":220,"x3":229,"y3":220},"charText":"賈","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":228,"y0":224,"x1":267,"y1":224,"x2":268,"y2":262,"x3":228,"y3":262},"charText":"雨","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":223,"y0":262,"x1":268,"y1":262,"x2":268,"y2":304,"x3":223,"y3":304},"charText":"村","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":231,"y0":307,"x1":274,"y1":308,"x2":274,"y2":347,"x3":231,"y3":346},"charText":"了","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":222,"y0":347,"x1":269,"y1":348,"x2":269,"y2":391,"x3":222,"y3":391},"charText":"毎","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":225,"y0":391,"x1":265,"y1":392,"x2":265,"y2":435,"x3":225,"y3":435},"charText":"有","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":222,"y0":434,"x1":268,"y1":435,"x2":268,"y2":479,"x3":222,"y3":479},"charText":"意","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":223,"y0":480,"x1":267,"y1":480,"x2":267,"y2":527,"x3":223,"y3":527},"charText":"帮","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":228,"y0":529,"x1":268,"y1":529,"x2":268,"y2":566,"x3":228,"y3":566},"charText":"助","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":225,"y0":569,"x1":270,"y1":569,"x2":270,"y2":609,"x3":225,"y3":608},"charText":"週","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":225,"y0":609,"x1":273,"y1":610,"x2":273,"y2":658,"x3":225,"y3":657},"charText":"濟","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":227,"y0":660,"x1":267,"y1":660,"x2":266,"y2":695,"x3":227,"y3":695},"charText":"只","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":222,"y0":697,"x1":271,"y1":698,"x2":270,"y2":742,"x3":222,"y3":742},"charText":"是","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":219,"y0":742,"x1":270,"y1":743,"x2":269,"y2":785,"x3":218,"y3":784},"charText":"無","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":220,"y0":784,"x1":266,"y1":785,"x2":265,"y2":830,"x3":219,"y3":829},"charText":"甚","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":219,"y0":829,"x1":268,"y1":830,"x2":267,"y2":872,"x3":218,"y3":871},"charText":"機","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":222,"y0":872,"x1":269,"y1":873,"x2":268,"y2":915,"x3":221,"y3":914},"charText":"會","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":166,"y0":37,"x1":211,"y1":37,"x2":211,"y2":84,"x3":165,"y3":84},"charText":"我","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":168,"y0":84,"x1":211,"y1":84,"x2":211,"y2":129,"x3":168,"y3":129},"charText":"家","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":165,"y0":130,"x1":209,"y1":130,"x2":209,"y2":170,"x3":165,"y3":170},"charText":"並","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":162,"y0":172,"x1":212,"y1":172,"x2":212,"y2":217,"x3":161,"y3":217},"charText":"無","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":163,"y0":220,"x1":211,"y1":220,"x2":211,"y2":261,"x3":163,"y3":261},"charText":"這","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":162,"y0":261,"x1":211,"y1":262,"x2":211,"y2":306,"x3":162,"y3":306},"charText":"様","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":167,"y0":306,"x1":211,"y1":307,"x2":211,"y2":350,"x3":167,"y3":350},"charText":"貧","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":165,"y0":349,"x1":208,"y1":350,"x2":207,"y2":393,"x3":164,"y3":392},"charText":"窘","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":161,"y0":394,"x1":212,"y1":394,"x2":211,"y2":435,"x3":161,"y3":434},"charText":"親","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":164,"y0":435,"x1":213,"y1":435,"x2":213,"y2":478,"x3":163,"y3":478},"charText":"友","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":164,"y0":479,"x1":209,"y1":480,"x2":209,"y2":522,"x3":164,"y3":521},"charText":"想","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":165,"y0":524,"x1":209,"y1":524,"x2":209,"y2":566,"x3":165,"y3":566},"charText":"定","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":164,"y0":567,"x1":210,"y1":568,"x2":210,"y2":611,"x3":164,"y3":610},"charText":"是","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":165,"y0":611,"x1":210,"y1":611,"x2":210,"y2":649,"x3":165,"y3":649},"charText":"此","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":164,"y0":655,"x1":210,"y1":656,"x2":210,"y2":689,"x3":163,"y3":689},"charText":"人","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":161,"y0":694,"x1":210,"y1":695,"x2":210,"y2":740,"x3":160,"y3":740},"charText":"無","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":160,"y0":743,"x1":210,"y1":743,"x2":209,"y2":785,"x3":160,"y3":784},"charText":"疑","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":170,"y0":785,"x1":211,"y1":786,"x2":211,"y2":828,"x3":170,"y3":828},"charText":"子","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":162,"y0":831,"x1":207,"y1":832,"x2":206,"y2":872,"x3":161,"y3":871},"charText":"怪","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":159,"y0":873,"x1":205,"y1":874,"x2":204,"y2":914,"x3":158,"y3":913},"charText":"道","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":105,"y0":44,"x1":152,"y1":44,"x2":152,"y2":79,"x3":105,"y3":78},"charText":"又","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":101,"y0":81,"x1":153,"y1":82,"x2":152,"y2":123,"x3":101,"y3":123},"charText":"説","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":102,"y0":125,"x1":153,"y1":126,"x2":152,"y2":166,"x3":101,"y3":165},"charText":"他","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":105,"y0":173,"x1":149,"y1":173,"x2":149,"y2":212,"x3":105,"y3":212},"charText":"必","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":105,"y0":217,"x1":148,"y1":217,"x2":148,"y2":259,"x3":105,"y3":259},"charText":"非","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":106,"y0":262,"x1":151,"y1":263,"x2":151,"y2":300,"x3":106,"y3":300},"charText":"乆","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":108,"y0":304,"x1":146,"y1":304,"x2":146,"y2":347,"x3":108,"y3":346},"charText":"困","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":105,"y0":350,"x1":152,"y1":350,"x2":151,"y2":384,"x3":105,"y3":384},"charText":"之","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":105,"y0":392,"x1":154,"y1":393,"x2":153,"y2":428,"x3":104,"y3":428},"charText":"人","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":100,"y0":436,"x1":149,"y1":437,"x2":149,"y2":474,"x3":99,"y3":473},"charText":"如","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":105,"y0":478,"x1":152,"y1":478,"x2":152,"y2":516,"x3":105,"y3":515},"charText":"此","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":103,"y0":518,"x1":152,"y1":518,"x2":152,"y2":565,"x3":103,"y3":565},"charText":"想","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":106,"y0":570,"x1":145,"y1":570,"x2":145,"y2":608,"x3":105,"y3":608},"charText":"不","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":106,"y0":609,"x1":150,"y1":609,"x2":150,"y2":652,"x3":106,"y3":652},"charText":"免","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":106,"y0":656,"x1":149,"y1":657,"x2":149,"y2":692,"x3":106,"y3":691},"charText":"又","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":106,"y0":699,"x1":146,"y1":700,"x2":146,"y2":735,"x3":106,"y3":735},"charText":"回","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":103,"y0":742,"x1":145,"y1":742,"x2":145,"y2":785,"x3":103,"y3":785},"charText":"頭","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":105,"y0":788,"x1":145,"y1":789,"x2":145,"y2":826,"x3":104,"y3":826},"charText":"兩","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":103,"y0":827,"x1":150,"y1":829,"x2":149,"y2":869,"x3":102,"y3":868},"charText":"次","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":103,"y0":873,"x1":145,"y1":874,"x2":144,"y2":912,"x3":102,"y3":911},"charText":"雨","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":39,"x1":90,"y1":39,"x2":89,"y2":85,"x3":40,"y3":85},"charText":"村","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":45,"y0":85,"x1":92,"y1":86,"x2":92,"y2":125,"x3":45,"y3":125},"charText":"見","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":39,"y0":126,"x1":92,"y1":126,"x2":92,"y2":168,"x3":39,"y3":168},"charText":"他","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":44,"y0":176,"x1":87,"y1":177,"x2":87,"y2":211,"x3":45,"y3":211},"charText":"回","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":41,"y0":216,"x1":93,"y1":216,"x2":93,"y2":260,"x3":41,"y3":259},"charText":"頭","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":41,"y0":262,"x1":91,"y1":263,"x2":90,"y2":303,"x3":41,"y3":302},"charText":"便","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":47,"y0":303,"x1":83,"y1":303,"x2":83,"y2":344,"x3":47,"y3":344},"charText":"自","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":45,"y0":344,"x1":89,"y1":344,"x2":89,"y2":389,"x3":45,"y3":388},"charText":"為","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":389,"x1":90,"y1":389,"x2":89,"y2":431,"x3":40,"y3":431},"charText":"這","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":39,"y0":436,"x1":87,"y1":437,"x2":87,"y2":473,"x3":39,"y3":473},"charText":"女","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":41,"y0":477,"x1":86,"y1":477,"x2":86,"y2":519,"x3":41,"y3":519},"charText":"子","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":45,"y0":528,"x1":86,"y1":529,"x2":86,"y2":557,"x3":45,"y3":557},"charText":"心","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":45,"y0":562,"x1":83,"y1":562,"x2":83,"y2":608,"x3":45,"y3":608},"charText":"中","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":42,"y0":609,"x1":83,"y1":609,"x2":83,"y2":655,"x3":42,"y3":655},"charText":"有","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":39,"y0":654,"x1":84,"y1":655,"x2":84,"y2":702,"x3":39,"y3":702},"charText":"意","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":703,"x1":89,"y1":703,"x2":89,"y2":743,"x3":39,"y3":742},"charText":"於","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":36,"y0":744,"x1":90,"y1":744,"x2":89,"y2":784,"x3":36,"y3":783},"charText":"他","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":38,"y0":786,"x1":89,"y1":786,"x2":88,"y2":826,"x3":37,"y3":825},"charText":"便","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":38,"y0":828,"x1":86,"y1":829,"x2":85,"y2":865,"x3":37,"y3":864},"charText":"狂","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":39,"y0":865,"x1":84,"y1":866,"x2":83,"y2":911,"x3":38,"y3":910},"charText":"喜","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":7,"y0":46,"x1":25,"y1":45,"x2":25,"y2":71,"x3":7,"y3":72},"charText":"子","textlineId":9,"picUri":"","isPicText":false},{"charPoly":{"x0":7,"y0":87,"x1":33,"y1":87,"x2":33,"y2":133,"x3":7,"y3":132},"charText":"負","textlineId":9,"picUri":"","isPicText":false},{"charPoly":{"x0":10,"y0":479,"x1":28,"y1":479,"x2":28,"y2":502,"x3":10,"y3":503},"charText":"回","textlineId":9,"picUri":"","isPicText":false}]},"7501933907890618409":{"wordBoxList":[{"charPoly":{"x0":524,"y0":39,"x1":566,"y1":39,"x2":565,"y2":74,"x3":523,"y3":74},"charText":"不","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":522,"y0":74,"x1":570,"y1":75,"x2":570,"y2":123,"x3":522,"y3":123},"charText":"禁","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":527,"y0":124,"x1":562,"y1":124,"x2":562,"y2":165,"x3":527,"y3":165},"charText":"自","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":523,"y0":166,"x1":567,"y1":167,"x2":566,"y2":210,"x3":522,"y3":210},"charText":"為","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":522,"y0":212,"x1":567,"y1":213,"x2":566,"y2":252,"x3":521,"y3":251},"charText":"此","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":516,"y0":258,"x1":565,"y1":259,"x2":564,"y2":294,"x3":515,"y3":293},"charText":"女","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":519,"y0":297,"x1":563,"y1":297,"x2":563,"y2":338,"x3":518,"y3":338},"charText":"子","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":521,"y0":342,"x1":563,"y1":342,"x2":563,"y2":378,"x3":521,"y3":377},"charText":"必","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":517,"y0":381,"x1":565,"y1":381,"x2":565,"y2":424,"x3":517,"y3":424},"charText":"是","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":516,"y0":428,"x1":562,"y1":429,"x2":562,"y2":469,"x3":515,"y3":468},"charText":"個","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":525,"y0":472,"x1":558,"y1":473,"x2":558,"y2":510,"x3":525,"y3":510},"charText":"巨","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":519,"y0":515,"x1":563,"y1":515,"x2":563,"y2":557,"x3":519,"y3":557},"charText":"眼","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":517,"y0":558,"x1":562,"y1":558,"x2":562,"y2":602,"x3":516,"y3":602},"charText":"英","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":520,"y0":601,"x1":565,"y1":602,"x2":565,"y2":650,"x3":520,"y3":650},"charText":"豪","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":518,"y0":652,"x1":565,"y1":652,"x2":565,"y2":690,"x3":517,"y3":690},"charText":"風","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":515,"y0":689,"x1":562,"y1":689,"x2":561,"y2":734,"x3":514,"y3":734},"charText":"塵","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":520,"y0":734,"x1":558,"y1":735,"x2":557,"y2":779,"x3":520,"y3":779},"charText":"中","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":518,"y0":782,"x1":563,"y1":782,"x2":563,"y2":815,"x3":517,"y3":814},"charText":"之","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":514,"y0":818,"x1":561,"y1":819,"x2":560,"y2":857,"x3":513,"y3":856},"charText":"知","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":520,"y0":863,"x1":560,"y1":864,"x2":560,"y2":899,"x3":520,"y3":899},"charText":"已","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":460,"y0":35,"x1":510,"y1":37,"x2":509,"y2":75,"x3":459,"y3":74},"charText":"也","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":458,"y0":88,"x1":505,"y1":88,"x2":505,"y2":105,"x3":458,"y3":104},"charText":"一","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":459,"y0":114,"x1":504,"y1":115,"x2":503,"y2":165,"x3":458,"y3":165},"charText":"時","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":459,"y0":169,"x1":503,"y1":169,"x2":502,"y2":205,"x3":458,"y3":204},"charText":"小","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":455,"y0":207,"x1":502,"y1":208,"x2":501,"y2":253,"x3":455,"y3":253},"charText":"童","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":455,"y0":255,"x1":504,"y1":255,"x2":504,"y2":296,"x3":455,"y3":296},"charText":"進","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":458,"y0":296,"x1":507,"y1":296,"x2":507,"y2":341,"x3":457,"y3":341},"charText":"来","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":453,"y0":341,"x1":501,"y1":341,"x2":501,"y2":385,"x3":453,"y3":384},"charText":"聽","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":456,"y0":386,"x1":501,"y1":386,"x2":501,"y2":431,"x3":455,"y3":430},"charText":"得","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":453,"y0":431,"x1":498,"y1":431,"x2":498,"y2":474,"x3":453,"y3":474},"charText":"前","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":458,"y0":477,"x1":499,"y1":477,"x2":499,"y2":516,"x3":458,"y3":516},"charText":"面","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":459,"y0":517,"x1":497,"y1":517,"x2":497,"y2":559,"x3":459,"y3":559},"charText":"留","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":451,"y0":562,"x1":504,"y1":562,"x2":504,"y2":605,"x3":451,"y3":605},"charText":"飯","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":455,"y0":606,"x1":496,"y1":607,"x2":496,"y2":645,"x3":455,"y3":645},"charText":"不","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":454,"y0":648,"x1":496,"y1":648,"x2":496,"y2":691,"x3":455,"y3":691},"charText":"可","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":455,"y0":695,"x1":503,"y1":695,"x2":503,"y2":730,"x3":454,"y3":730},"charText":"乆","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":452,"y0":729,"x1":503,"y1":729,"x2":503,"y2":776,"x3":452,"y3":776},"charText":"待","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":450,"y0":776,"x1":500,"y1":777,"x2":500,"y2":816,"x3":450,"y3":816},"charText":"遂","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":452,"y0":817,"x1":501,"y1":817,"x2":500,"y2":857,"x3":451,"y3":856},"charText":"從","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":453,"y0":856,"x1":494,"y1":857,"x2":494,"y2":901,"x3":453,"y3":901},"charText":"夹","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":396,"y0":34,"x1":442,"y1":34,"x2":442,"y2":77,"x3":395,"y3":76},"charText":"道","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":401,"y0":76,"x1":438,"y1":76,"x2":438,"y2":123,"x3":401,"y3":123},"charText":"中","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":399,"y0":122,"x1":436,"y1":123,"x2":436,"y2":166,"x3":399,"y3":166},"charText":"自","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":395,"y0":168,"x1":442,"y1":168,"x2":442,"y2":210,"x3":395,"y3":210},"charText":"便","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":401,"y0":212,"x1":438,"y1":212,"x2":438,"y2":253,"x3":400,"y3":252},"charText":"出","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":401,"y0":255,"x1":439,"y1":255,"x2":439,"y2":297,"x3":401,"y3":297},"charText":"門","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":395,"y0":295,"x1":439,"y1":296,"x2":439,"y2":338,"x3":394,"y3":337},"charText":"去","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":402,"y0":341,"x1":444,"y1":341,"x2":444,"y2":383,"x3":402,"y3":382},"charText":"了","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":394,"y0":385,"x1":436,"y1":386,"x2":436,"y2":423,"x3":393,"y3":422},"charText":"士","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":396,"y0":425,"x1":438,"y1":426,"x2":438,"y2":469,"x3":396,"y3":469},"charText":"隐","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":394,"y0":469,"x1":437,"y1":469,"x2":437,"y2":518,"x3":394,"y3":517},"charText":"待","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":391,"y0":517,"x1":439,"y1":518,"x2":439,"y2":561,"x3":391,"y3":560},"charText":"客","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":396,"y0":563,"x1":440,"y1":564,"x2":440,"y2":601,"x3":395,"y3":600},"charText":"既","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":390,"y0":602,"x1":443,"y1":602,"x2":442,"y2":647,"x3":390,"y3":647},"charText":"散","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":390,"y0":649,"x1":438,"y1":650,"x2":438,"y2":689,"x3":389,"y3":688},"charText":"知","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":396,"y0":692,"x1":436,"y1":692,"x2":436,"y2":731,"x3":396,"y3":731},"charText":"雨","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":392,"y0":731,"x1":436,"y1":732,"x2":436,"y2":775,"x3":391,"y3":775},"charText":"村","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":393,"y0":774,"x1":431,"y1":774,"x2":430,"y2":816,"x3":393,"y3":815},"charText":"自","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":392,"y0":817,"x1":440,"y1":818,"x2":440,"y2":859,"x3":391,"y3":858},"charText":"便","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":391,"y0":860,"x1":438,"y1":861,"x2":438,"y2":898,"x3":391,"y3":897},"charText":"也","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":337,"y0":36,"x1":380,"y1":36,"x2":380,"y2":73,"x3":337,"y3":72},"charText":"不","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":336,"y0":73,"x1":380,"y1":74,"x2":379,"y2":116,"x3":336,"y3":115},"charText":"去","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":334,"y0":119,"x1":381,"y1":120,"x2":381,"y2":162,"x3":334,"y3":161},"charText":"再","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":333,"y0":162,"x1":381,"y1":162,"x2":381,"y2":208,"x3":333,"y3":208},"charText":"邀","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":343,"y0":210,"x1":384,"y1":211,"x2":384,"y2":252,"x3":343,"y3":252},"charText":"了","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":335,"y0":266,"x1":381,"y1":267,"x2":382,"y2":283,"x3":335,"y3":282},"charText":"一","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":344,"y0":298,"x1":371,"y1":299,"x2":371,"y2":332,"x3":344,"y3":332},"charText":"日","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":332,"y0":336,"x1":374,"y1":337,"x2":374,"y2":382,"x3":332,"y3":382},"charText":"早","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":334,"y0":387,"x1":379,"y1":387,"x2":379,"y2":422,"x3":334,"y3":421},"charText":"又","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":336,"y0":423,"x1":373,"y1":423,"x2":372,"y2":468,"x3":335,"y3":468},"charText":"中","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":330,"y0":468,"x1":379,"y1":468,"x2":379,"y2":511,"x3":330,"y3":511},"charText":"秋","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":331,"y0":511,"x1":376,"y1":511,"x2":375,"y2":555,"x3":331,"y3":555},"charText":"佳","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":336,"y0":555,"x1":381,"y1":555,"x2":381,"y2":606,"x3":336,"y3":606},"charText":"節","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":333,"y0":607,"x1":375,"y1":607,"x2":375,"y2":643,"x3":333,"y3":642},"charText":"士","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":335,"y0":645,"x1":377,"y1":646,"x2":376,"y2":687,"x3":335,"y3":687},"charText":"隐","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":335,"y0":688,"x1":378,"y1":688,"x2":377,"y2":733,"x3":334,"y3":732},"charText":"家","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":329,"y0":734,"x1":377,"y1":734,"x2":377,"y2":777,"x3":328,"y3":777},"charText":"宴","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":337,"y0":780,"x1":376,"y1":780,"x2":376,"y2":815,"x3":336,"y3":814},"charText":"已","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":328,"y0":815,"x1":379,"y1":816,"x2":378,"y2":861,"x3":327,"y3":861},"charText":"畢","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":331,"y0":863,"x1":370,"y1":863,"x2":369,"y2":902,"x3":331,"y3":901},"charText":"乃","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":275,"y0":34,"x1":325,"y1":35,"x2":324,"y2":77,"x3":274,"y3":76},"charText":"具","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":276,"y0":87,"x1":323,"y1":88,"x2":324,"y2":103,"x3":276,"y3":102},"charText":"一","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":274,"y0":113,"x1":319,"y1":114,"x2":318,"y2":167,"x3":274,"y3":166},"charText":"席","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":275,"y0":168,"x1":324,"y1":168,"x2":323,"y2":207,"x3":274,"y3":206},"charText":"於","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":274,"y0":206,"x1":317,"y1":207,"x2":317,"y2":253,"x3":273,"y3":252},"charText":"書","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":273,"y0":252,"x1":324,"y1":253,"x2":323,"y2":298,"x3":272,"y3":297},"charText":"房","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":270,"y0":298,"x1":318,"y1":299,"x2":318,"y2":342,"x3":270,"y3":341},"charText":"却","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":282,"y0":341,"x1":313,"y1":341,"x2":313,"y2":382,"x3":282,"y3":382},"charText":"自","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":279,"y0":385,"x1":317,"y1":386,"x2":317,"y2":421,"x3":279,"y3":420},"charText":"己","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":270,"y0":423,"x1":315,"y1":424,"x2":314,"y2":473,"x3":269,"y3":473},"charText":"歩","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":276,"y0":473,"x1":308,"y1":473,"x2":309,"y2":514,"x3":276,"y3":514},"charText":"月","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":272,"y0":517,"x1":314,"y1":517,"x2":314,"y2":556,"x3":272,"y3":556},"charText":"至","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":270,"y0":557,"x1":313,"y1":557,"x2":313,"y2":603,"x3":270,"y3":603},"charText":"廟","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":276,"y0":602,"x1":319,"y1":602,"x2":319,"y2":644,"x3":276,"y3":644},"charText":"中","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":273,"y0":644,"x1":316,"y1":645,"x2":316,"y2":689,"x3":273,"y3":689},"charText":"来","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":268,"y0":690,"x1":315,"y1":690,"x2":314,"y2":733,"x3":268,"y3":733},"charText":"邀","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":272,"y0":735,"x1":312,"y1":736,"x2":311,"y2":774,"x3":272,"y3":773},"charText":"雨","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":268,"y0":773,"x1":317,"y1":774,"x2":316,"y2":818,"x3":267,"y3":817},"charText":"村","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":271,"y0":820,"x1":312,"y1":821,"x2":311,"y2":860,"x3":270,"y3":860},"charText":"雨","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":267,"y0":860,"x1":312,"y1":861,"x2":312,"y2":901,"x3":267,"y3":900},"charText":"村","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":219,"y0":32,"x1":257,"y1":32,"x2":257,"y2":75,"x3":219,"y3":75},"charText":"自","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":216,"y0":76,"x1":261,"y1":77,"x2":261,"y2":119,"x3":216,"y3":119},"charText":"那","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":226,"y0":121,"x1":253,"y1":121,"x2":253,"y2":156,"x3":226,"y3":156},"charText":"日","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":218,"y0":160,"x1":264,"y1":161,"x2":263,"y2":204,"x3":218,"y3":203},"charText":"見","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":222,"y0":206,"x1":254,"y1":207,"x2":253,"y2":250,"x3":221,"y3":250},"charText":"了","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":215,"y0":254,"x1":262,"y1":255,"x2":262,"y2":294,"x3":214,"y3":293},"charText":"甄","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":216,"y0":294,"x1":260,"y1":295,"x2":260,"y2":340,"x3":216,"y3":339},"charText":"家","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":214,"y0":343,"x1":259,"y1":343,"x2":259,"y2":377,"x3":214,"y3":376},"charText":"之","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":211,"y0":382,"x1":261,"y1":383,"x2":261,"y2":426,"x3":210,"y3":425},"charText":"婐","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":217,"y0":425,"x1":252,"y1":425,"x2":251,"y2":471,"x3":216,"y3":470},"charText":"曽","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":214,"y0":476,"x1":254,"y1":476,"x2":254,"y2":509,"x3":214,"y3":508},"charText":"回","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":212,"y0":513,"x1":254,"y1":514,"x2":254,"y2":557,"x3":212,"y3":557},"charText":"頭","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":208,"y0":559,"x1":255,"y1":559,"x2":254,"y2":605,"x3":208,"y3":604},"charText":"顧","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":208,"y0":605,"x1":257,"y1":605,"x2":257,"y2":643,"x3":208,"y3":643},"charText":"他","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":213,"y0":646,"x1":257,"y1":646,"x2":256,"y2":686,"x3":213,"y3":685},"charText":"兩","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":214,"y0":688,"x1":259,"y1":688,"x2":259,"y2":728,"x3":214,"y3":728},"charText":"次","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":213,"y0":730,"x1":250,"y1":730,"x2":250,"y2":772,"x3":212,"y3":772},"charText":"自","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":213,"y0":772,"x1":256,"y1":772,"x2":255,"y2":817,"x3":212,"y3":816},"charText":"為","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":208,"y0":816,"x1":256,"y1":817,"x2":255,"y2":860,"x3":208,"y3":860},"charText":"是","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":206,"y0":861,"x1":252,"y1":861,"x2":252,"y2":900,"x3":205,"y3":899},"charText":"個","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":156,"y0":31,"x1":205,"y1":32,"x2":204,"y2":71,"x3":155,"y3":70},"charText":"知","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":163,"y0":75,"x1":208,"y1":75,"x2":207,"y2":116,"x3":163,"y3":115},"charText":"已","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":156,"y0":117,"x1":207,"y1":118,"x2":206,"y2":158,"x3":155,"y3":157},"charText":"便","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":157,"y0":156,"x1":201,"y1":157,"x2":200,"y2":206,"x3":156,"y3":205},"charText":"時","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":153,"y0":206,"x1":197,"y1":207,"x2":196,"y2":252,"x3":152,"y3":250},"charText":"刻","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":151,"y0":250,"x1":202,"y1":251,"x2":201,"y2":292,"x3":150,"y3":290},"charText":"放","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":151,"y0":291,"x1":197,"y1":291,"x2":196,"y2":334,"x3":151,"y3":334},"charText":"在","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":155,"y0":341,"x1":198,"y1":342,"x2":197,"y2":372,"x3":155,"y3":372},"charText":"心","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":149,"y0":379,"x1":203,"y1":380,"x2":202,"y2":416,"x3":149,"y3":416},"charText":"上","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":150,"y0":423,"x1":201,"y1":423,"x2":200,"y2":465,"x3":150,"y3":464},"charText":"今","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":151,"y0":469,"x1":200,"y1":470,"x2":199,"y2":505,"x3":151,"y3":504},"charText":"又","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":148,"y0":507,"x1":195,"y1":507,"x2":195,"y2":552,"x3":147,"y3":551},"charText":"值","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":155,"y0":553,"x1":190,"y1":554,"x2":190,"y2":598,"x3":154,"y3":598},"charText":"中","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":147,"y0":599,"x1":200,"y1":599,"x2":200,"y2":642,"x3":147,"y3":642},"charText":"秋","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":150,"y0":647,"x1":190,"y1":647,"x2":190,"y2":685,"x3":150,"y3":685},"charText":"不","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":154,"y0":686,"x1":196,"y1":686,"x2":196,"y2":728,"x3":154,"y3":727},"charText":"免","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":146,"y0":728,"x1":194,"y1":729,"x2":193,"y2":775,"x3":146,"y3":774},"charText":"對","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":153,"y0":775,"x1":187,"y1":776,"x2":186,"y2":817,"x3":153,"y3":816},"charText":"月","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":147,"y0":815,"x1":189,"y1":816,"x2":189,"y2":860,"x3":146,"y3":860},"charText":"有","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":148,"y0":860,"x1":198,"y1":861,"x2":197,"y2":903,"x3":147,"y3":902},"charText":"懷","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":101,"y0":31,"x1":138,"y1":32,"x2":138,"y2":73,"x3":101,"y3":72},"charText":"因","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":99,"y0":75,"x1":142,"y1":76,"x2":142,"y2":112,"x3":98,"y3":111},"charText":"而","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":101,"y0":120,"x1":134,"y1":121,"x2":134,"y2":147,"x3":100,"y3":146},"charText":"口","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":101,"y0":159,"x1":134,"y1":161,"x2":133,"y2":201,"x3":100,"y3":199},"charText":"占","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":90,"y0":206,"x1":139,"y1":207,"x2":138,"y2":243,"x3":90,"y3":242},"charText":"五","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":90,"y0":247,"x1":135,"y1":249,"x2":135,"y2":291,"x3":89,"y3":290},"charText":"言","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":89,"y0":301,"x1":137,"y1":302,"x2":137,"y2":318,"x3":89,"y3":317},"charText":"一","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":88,"y0":330,"x1":136,"y1":331,"x2":135,"y2":382,"x3":87,"y3":381},"charText":"律","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":91,"y0":384,"x1":140,"y1":385,"x2":139,"y2":421,"x3":90,"y3":420},"charText":"云","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":31,"y0":107,"x1":80,"y1":108,"x2":79,"y2":159,"x3":30,"y3":158},"charText":"未","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":160,"x1":68,"y1":160,"x2":67,"y2":202,"x3":39,"y3":201},"charText":"卜","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":30,"y0":206,"x1":73,"y1":207,"x2":72,"y2":241,"x3":29,"y3":240},"charText":"三","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":28,"y0":244,"x1":72,"y1":245,"x2":71,"y2":288,"x3":27,"y3":287},"charText":"生","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":23,"y0":292,"x1":78,"y1":293,"x2":77,"y2":340,"x3":22,"y3":339},"charText":"願","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":20,"y0":376,"x1":66,"y1":376,"x2":66,"y2":422,"x3":20,"y3":421},"charText":"頻","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":23,"y0":422,"x1":73,"y1":423,"x2":73,"y2":466,"x3":22,"y3":465},"charText":"添","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":21,"y0":477,"x1":70,"y1":478,"x2":70,"y2":493,"x3":21,"y3":492},"charText":"一","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":20,"y0":507,"x1":72,"y1":508,"x2":71,"y2":552,"x3":20,"y3":551},"charText":"役","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":21,"y0":551,"x1":72,"y1":552,"x2":71,"y2":600,"x3":20,"y3":599},"charText":"愁","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":25,"y0":639,"x1":66,"y1":639,"x2":67,"y2":684,"x3":25,"y3":684},"charText":"悶","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":25,"y0":682,"x1":70,"y1":682,"x2":69,"y2":729,"x3":25,"y3":729},"charText":"来","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":25,"y0":727,"x1":66,"y1":728,"x2":66,"y2":774,"x3":25,"y3":774},"charText":"時","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":17,"y0":772,"x1":66,"y1":773,"x2":66,"y2":814,"x3":17,"y3":813},"charText":"歙","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":17,"y0":814,"x1":73,"y1":816,"x2":72,"y2":866,"x3":16,"y3":865},"charText":"額","textlineId":8,"picUri":"","isPicText":false}]},"7501933907890634793":{"wordBoxList":[{"charPoly":{"x0":517,"y0":118,"x1":563,"y1":119,"x2":563,"y2":162,"x3":517,"y3":162},"charText":"行","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":517,"y0":163,"x1":563,"y1":163,"x2":563,"y2":205,"x3":517,"y3":205},"charText":"去","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":516,"y0":206,"x1":564,"y1":206,"x2":564,"y2":252,"x3":516,"y3":252},"charText":"幾","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":522,"y0":256,"x1":562,"y1":257,"x2":562,"y2":290,"x3":522,"y3":290},"charText":"回","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":520,"y0":295,"x1":568,"y1":295,"x2":568,"y2":342,"x3":520,"y3":342},"charText":"頭","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":524,"y0":377,"x1":560,"y1":377,"x2":560,"y2":422,"x3":524,"y3":422},"charText":"自","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":519,"y0":425,"x1":565,"y1":425,"x2":565,"y2":471,"x3":519,"y3":471},"charText":"顧","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":522,"y0":472,"x1":568,"y1":472,"x2":568,"y2":512,"x3":522,"y3":512},"charText":"風","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":520,"y0":512,"x1":565,"y1":512,"x2":565,"y2":557,"x3":520,"y3":557},"charText":"前","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":520,"y0":559,"x1":566,"y1":559,"x2":566,"y2":606,"x3":520,"y3":606},"charText":"影","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":519,"y0":644,"x1":568,"y1":644,"x2":568,"y2":686,"x3":519,"y3":686},"charText":"誰","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":522,"y0":687,"x1":566,"y1":687,"x2":567,"y2":730,"x3":522,"y3":730},"charText":"堪","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":529,"y0":733,"x1":560,"y1":733,"x2":560,"y2":776,"x3":529,"y3":776},"charText":"月","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":524,"y0":777,"x1":564,"y1":777,"x2":564,"y2":814,"x3":524,"y3":813},"charText":"下","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":522,"y0":814,"x1":569,"y1":813,"x2":570,"y2":861,"x3":523,"y3":862},"charText":"儔","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":456,"y0":117,"x1":502,"y1":116,"x2":502,"y2":163,"x3":456,"y3":164},"charText":"蟾","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":459,"y0":165,"x1":505,"y1":165,"x2":505,"y2":207,"x3":459,"y3":207},"charText":"光","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":454,"y0":212,"x1":502,"y1":212,"x2":502,"y2":247,"x3":454,"y3":247},"charText":"如","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":458,"y0":250,"x1":500,"y1":250,"x2":500,"y2":296,"x3":458,"y3":296},"charText":"有","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":455,"y0":296,"x1":504,"y1":296,"x2":504,"y2":345,"x3":455,"y3":345},"charText":"意","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":461,"y0":377,"x1":506,"y1":377,"x2":506,"y2":423,"x3":462,"y3":423},"charText":"先","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":457,"y0":425,"x1":501,"y1":425,"x2":501,"y2":461,"x3":457,"y3":462},"charText":"上","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":458,"y0":470,"x1":503,"y1":470,"x2":503,"y2":506,"x3":458,"y3":506},"charText":"玉","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":462,"y0":516,"x1":507,"y1":516,"x2":507,"y2":551,"x3":462,"y3":551},"charText":"人","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":459,"y0":554,"x1":509,"y1":554,"x2":509,"y2":607,"x3":459,"y3":607},"charText":"樓","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":397,"y0":37,"x1":441,"y1":37,"x2":441,"y2":76,"x3":398,"y3":75},"charText":"雨","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":395,"y0":76,"x1":441,"y1":76,"x2":441,"y2":118,"x3":396,"y3":118},"charText":"村","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":396,"y0":120,"x1":445,"y1":120,"x2":445,"y2":159,"x3":396,"y3":159},"charText":"吟","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":397,"y0":164,"x1":446,"y1":163,"x2":446,"y2":209,"x3":397,"y3":209},"charText":"罷","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":401,"y0":213,"x1":440,"y1":212,"x2":440,"y2":254,"x3":401,"y3":254},"charText":"因","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":400,"y0":256,"x1":444,"y1":256,"x2":444,"y2":291,"x3":400,"y3":291},"charText":"又","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":401,"y0":297,"x1":442,"y1":297,"x2":442,"y2":337,"x3":402,"y3":337},"charText":"思","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":400,"y0":339,"x1":445,"y1":339,"x2":446,"y2":377,"x3":401,"y3":377},"charText":"及","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":398,"y0":381,"x1":441,"y1":381,"x2":442,"y2":426,"x3":398,"y3":427},"charText":"平","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":400,"y0":428,"x1":443,"y1":427,"x2":444,"y2":465,"x3":400,"y3":465},"charText":"生","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":400,"y0":468,"x1":447,"y1":467,"x2":447,"y2":509,"x3":401,"y3":510},"charText":"抱","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":406,"y0":512,"x1":449,"y1":512,"x2":450,"y2":557,"x3":406,"y3":558},"charText":"負","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":400,"y0":559,"x1":445,"y1":559,"x2":446,"y2":602,"x3":400,"y3":602},"charText":"苦","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":404,"y0":603,"x1":448,"y1":603,"x2":449,"y2":647,"x3":404,"y3":647},"charText":"未","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":401,"y0":648,"x1":448,"y1":648,"x2":448,"y2":690,"x3":401,"y3":690},"charText":"逢","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":404,"y0":690,"x1":450,"y1":690,"x2":450,"y2":734,"x3":404,"y3":734},"charText":"時","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":405,"y0":736,"x1":442,"y1":736,"x2":443,"y2":777,"x3":405,"y3":777},"charText":"乃","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":405,"y0":779,"x1":449,"y1":779,"x2":449,"y2":812,"x3":405,"y3":812},"charText":"又","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":402,"y0":816,"x1":451,"y1":816,"x2":451,"y2":858,"x3":402,"y3":857},"charText":"搔","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":401,"y0":860,"x1":446,"y1":860,"x2":446,"y2":903,"x3":401,"y3":903},"charText":"首","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":333,"y0":35,"x1":381,"y1":35,"x2":381,"y2":84,"x3":333,"y3":84},"charText":"對","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":338,"y0":84,"x1":383,"y1":84,"x2":383,"y2":118,"x3":338,"y3":118},"charText":"天","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":333,"y0":120,"x1":382,"y1":120,"x2":382,"y2":162,"x3":333,"y3":162},"charText":"長","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":338,"y0":164,"x1":386,"y1":163,"x2":386,"y2":207,"x3":338,"y3":208},"charText":"嘆","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":336,"y0":210,"x1":385,"y1":209,"x2":385,"y2":251,"x3":336,"y3":251},"charText":"後","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":338,"y0":253,"x1":381,"y1":253,"x2":381,"y2":298,"x3":338,"y3":298},"charText":"髙","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":339,"y0":300,"x1":388,"y1":300,"x2":388,"y2":337,"x3":339,"y3":337},"charText":"吟","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":337,"y0":349,"x1":385,"y1":349,"x2":386,"y2":364,"x3":338,"y3":364},"charText":"一","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":339,"y0":379,"x1":384,"y1":378,"x2":384,"y2":429,"x3":339,"y3":429},"charText":"聨","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":341,"y0":432,"x1":388,"y1":431,"x2":389,"y2":470,"x3":342,"y3":470},"charText":"云","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":274,"y0":123,"x1":321,"y1":122,"x2":321,"y2":156,"x3":274,"y3":157},"charText":"玉","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":276,"y0":161,"x1":320,"y1":160,"x2":320,"y2":204,"x3":276,"y3":204},"charText":"在","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":280,"y0":207,"x1":318,"y1":207,"x2":319,"y2":253,"x3":281,"y3":253},"charText":"賣","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":282,"y0":253,"x1":318,"y1":253,"x2":318,"y2":296,"x3":282,"y3":296},"charText":"中","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":280,"y0":296,"x1":323,"y1":295,"x2":324,"y2":337,"x3":281,"y3":337},"charText":"求","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":276,"y0":338,"x1":322,"y1":338,"x2":322,"y2":381,"x3":276,"y3":381},"charText":"善","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":278,"y0":383,"x1":326,"y1":383,"x2":326,"y2":432,"x3":278,"y3":432},"charText":"價","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":277,"y0":515,"x1":328,"y1":515,"x2":328,"y2":554,"x3":277,"y3":554},"charText":"釵","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":280,"y0":558,"x1":327,"y1":558,"x2":327,"y2":597,"x3":280,"y3":597},"charText":"於","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":284,"y0":597,"x1":321,"y1":596,"x2":322,"y2":643,"x3":285,"y3":643},"charText":"奩","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":286,"y0":644,"x1":324,"y1":644,"x2":325,"y2":684,"x3":287,"y3":684},"charText":"内","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":283,"y0":684,"x1":325,"y1":684,"x2":325,"y2":733,"x3":283,"y3":733},"charText":"待","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":282,"y0":733,"x1":324,"y1":733,"x2":324,"y2":777,"x3":282,"y3":777},"charText":"時","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":282,"y0":777,"x1":324,"y1":778,"x2":324,"y2":819,"x3":282,"y3":819},"charText":"飛","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":216,"y0":35,"x1":263,"y1":35,"x2":263,"y2":74,"x3":216,"y3":74},"charText":"恰","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":215,"y0":77,"x1":260,"y1":77,"x2":260,"y2":115,"x3":215,"y3":115},"charText":"值","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":217,"y0":120,"x1":258,"y1":120,"x2":258,"y2":155,"x3":218,"y3":155},"charText":"士","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":218,"y0":162,"x1":261,"y1":162,"x2":262,"y2":205,"x3":219,"y3":205},"charText":"隐","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":216,"y0":206,"x1":263,"y1":206,"x2":263,"y2":249,"x3":217,"y3":249},"charText":"走","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":219,"y0":249,"x1":263,"y1":249,"x2":264,"y2":295,"x3":220,"y3":296},"charText":"来","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":217,"y0":296,"x1":263,"y1":296,"x2":263,"y2":338,"x3":217,"y3":338},"charText":"聽","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":221,"y0":340,"x1":266,"y1":339,"x2":266,"y2":378,"x3":222,"y3":379},"charText":"見","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":221,"y0":381,"x1":263,"y1":381,"x2":263,"y2":424,"x3":222,"y3":424},"charText":"笑","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":219,"y0":426,"x1":267,"y1":426,"x2":267,"y2":468,"x3":219,"y3":469},"charText":"道","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":224,"y0":472,"x1":264,"y1":472,"x2":264,"y2":511,"x3":224,"y3":511},"charText":"雨","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":220,"y0":512,"x1":265,"y1":512,"x2":265,"y2":557,"x3":220,"y3":558},"charText":"村","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":223,"y0":561,"x1":269,"y1":560,"x2":270,"y2":597,"x3":224,"y3":598},"charText":"兄","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":222,"y0":598,"x1":268,"y1":598,"x2":268,"y2":644,"x3":222,"y3":645},"charText":"真","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":224,"y0":645,"x1":268,"y1":645,"x2":268,"y2":686,"x3":224,"y3":686},"charText":"抱","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":229,"y0":688,"x1":262,"y1":688,"x2":262,"y2":733,"x3":229,"y3":733},"charText":"負","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":225,"y0":734,"x1":265,"y1":734,"x2":265,"y2":772,"x3":225,"y3":772},"charText":"不","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":227,"y0":772,"x1":268,"y1":773,"x2":268,"y2":817,"x3":227,"y3":817},"charText":"淺","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":224,"y0":819,"x1":269,"y1":819,"x2":269,"y2":857,"x3":224,"y3":857},"charText":"也","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":226,"y0":864,"x1":266,"y1":864,"x2":266,"y2":905,"x3":226,"y3":905},"charText":"雨","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":155,"y0":34,"x1":201,"y1":34,"x2":201,"y2":78,"x3":155,"y3":78},"charText":"村","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":157,"y0":78,"x1":200,"y1":78,"x2":200,"y2":117,"x3":157,"y3":117},"charText":"忙","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":158,"y0":117,"x1":204,"y1":117,"x2":205,"y2":163,"x3":158,"y3":163},"charText":"笑","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":156,"y0":164,"x1":203,"y1":163,"x2":203,"y2":206,"x3":156,"y3":206},"charText":"道","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":158,"y0":206,"x1":200,"y1":206,"x2":201,"y2":250,"x3":158,"y3":251},"charText":"豈","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":156,"y0":252,"x1":207,"y1":252,"x2":207,"y2":297,"x3":156,"y3":297},"charText":"敢","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":159,"y0":299,"x1":198,"y1":299,"x2":199,"y2":337,"x3":160,"y3":337},"charText":"不","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":155,"y0":340,"x1":205,"y1":339,"x2":206,"y2":381,"x3":156,"y3":381},"charText":"過","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":155,"y0":383,"x1":203,"y1":383,"x2":203,"y2":425,"x3":156,"y3":425},"charText":"偶","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":159,"y0":427,"x1":208,"y1":427,"x2":208,"y2":469,"x3":159,"y3":470},"charText":"吟","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":157,"y0":471,"x1":205,"y1":470,"x2":205,"y2":517,"x3":158,"y3":517},"charText":"前","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":161,"y0":523,"x1":205,"y1":522,"x2":206,"y2":555,"x3":161,"y3":555},"charText":"人","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":161,"y0":560,"x1":208,"y1":560,"x2":208,"y2":594,"x3":161,"y3":595},"charText":"之","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":167,"y0":599,"x1":211,"y1":599,"x2":211,"y2":644,"x3":167,"y3":645},"charText":"句","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":161,"y0":645,"x1":207,"y1":646,"x2":207,"y2":689,"x3":161,"y3":689},"charText":"何","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":161,"y0":690,"x1":209,"y1":690,"x2":209,"y2":733,"x3":161,"y3":732},"charText":"敢","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":162,"y0":736,"x1":206,"y1":737,"x2":206,"y2":774,"x3":162,"y3":774},"charText":"狂","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":158,"y0":777,"x1":208,"y1":777,"x2":208,"y2":816,"x3":158,"y3":816},"charText":"誕","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":161,"y0":818,"x1":205,"y1":818,"x2":205,"y2":857,"x3":161,"y3":857},"charText":"至","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":161,"y0":862,"x1":211,"y1":862,"x2":211,"y2":903,"x3":161,"y3":904},"charText":"此","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":101,"y0":37,"x1":140,"y1":37,"x2":140,"y2":77,"x3":101,"y3":76},"charText":"因","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":101,"y0":77,"x1":141,"y1":78,"x2":140,"y2":120,"x3":101,"y3":120},"charText":"問","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":96,"y0":118,"x1":139,"y1":118,"x2":139,"y2":162,"x3":95,"y3":161},"charText":"老","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":98,"y0":161,"x1":144,"y1":161,"x2":144,"y2":206,"x3":98,"y3":206},"charText":"先","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":98,"y0":207,"x1":141,"y1":207,"x2":141,"y2":248,"x3":98,"y3":248},"charText":"生","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":95,"y0":253,"x1":142,"y1":254,"x2":142,"y2":297,"x3":95,"y3":297},"charText":"何","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":96,"y0":299,"x1":147,"y1":299,"x2":147,"y2":338,"x3":96,"y3":338},"charText":"興","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":98,"y0":340,"x1":142,"y1":340,"x2":142,"y2":374,"x3":99,"y3":375},"charText":"士","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":100,"y0":379,"x1":144,"y1":379,"x2":145,"y2":423,"x3":100,"y3":423},"charText":"隐","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":100,"y0":425,"x1":145,"y1":425,"x2":146,"y2":470,"x3":101,"y3":470},"charText":"笑","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":98,"y0":471,"x1":148,"y1":470,"x2":149,"y2":512,"x3":99,"y3":513},"charText":"道","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":99,"y0":516,"x1":147,"y1":516,"x2":148,"y2":554,"x3":99,"y3":555},"charText":"今","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":100,"y0":558,"x1":149,"y1":557,"x2":149,"y2":601,"x3":100,"y3":602},"charText":"夜","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":106,"y0":602,"x1":142,"y1":601,"x2":142,"y2":647,"x3":106,"y3":647},"charText":"中","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":102,"y0":648,"x1":151,"y1":648,"x2":151,"y2":689,"x3":102,"y3":689},"charText":"秋","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":101,"y0":695,"x1":151,"y1":695,"x2":150,"y2":733,"x3":100,"y3":732},"charText":"俗","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":100,"y0":736,"x1":143,"y1":736,"x2":143,"y2":779,"x3":100,"y3":779},"charText":"謂","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":105,"y0":780,"x1":144,"y1":780,"x2":144,"y2":821,"x3":105,"y3":821},"charText":"團","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":105,"y0":821,"x1":143,"y1":822,"x2":143,"y2":864,"x3":105,"y3":864},"charText":"圎","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":102,"y0":867,"x1":150,"y1":867,"x2":150,"y2":902,"x3":102,"y3":901},"charText":"之","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":36,"y0":33,"x1":88,"y1":33,"x2":87,"y2":79,"x3":36,"y3":78},"charText":"莭","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":34,"y0":78,"x1":82,"y1":78,"x2":82,"y2":118,"x3":34,"y3":118},"charText":"想","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":34,"y0":118,"x1":81,"y1":118,"x2":81,"y2":166,"x3":34,"y3":166},"charText":"尊","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":37,"y0":167,"x1":82,"y1":167,"x2":82,"y2":204,"x3":37,"y3":204},"charText":"兄","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":32,"y0":204,"x1":84,"y1":205,"x2":84,"y2":249,"x3":31,"y3":249},"charText":"旅","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":35,"y0":250,"x1":78,"y1":250,"x2":78,"y2":299,"x3":35,"y3":299},"charText":"寄","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":32,"y0":299,"x1":76,"y1":299,"x2":77,"y2":341,"x3":32,"y3":341},"charText":"僧","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":33,"y0":341,"x1":88,"y1":341,"x2":88,"y2":387,"x3":33,"y3":387},"charText":"房","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":36,"y0":390,"x1":79,"y1":390,"x2":80,"y2":429,"x3":37,"y3":429},"charText":"不","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":34,"y0":431,"x1":84,"y1":430,"x2":84,"y2":471,"x3":34,"y3":471},"charText":"無","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":37,"y0":472,"x1":85,"y1":471,"x2":86,"y2":511,"x3":38,"y3":512},"charText":"寂","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":38,"y0":514,"x1":87,"y1":513,"x2":87,"y2":563,"x3":39,"y3":565},"charText":"寥","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":39,"y0":567,"x1":88,"y1":566,"x2":88,"y2":601,"x3":39,"y3":601},"charText":"之","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":41,"y0":600,"x1":91,"y1":600,"x2":91,"y2":644,"x3":41,"y3":644},"charText":"感","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":647,"x1":90,"y1":646,"x2":90,"y2":688,"x3":40,"y3":688},"charText":"故","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":688,"x1":86,"y1":688,"x2":86,"y2":737,"x3":40,"y3":736},"charText":"特","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":38,"y0":737,"x1":86,"y1":737,"x2":86,"y2":779,"x3":38,"y3":779},"charText":"具","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":41,"y0":781,"x1":85,"y1":781,"x2":85,"y2":817,"x3":41,"y3":817},"charText":"小","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":819,"x1":91,"y1":819,"x2":91,"y2":862,"x3":40,"y3":862},"charText":"酌","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":39,"y0":863,"x1":86,"y1":863,"x2":86,"y2":907,"x3":39,"y3":907},"charText":"邀","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":5,"y0":474,"x1":26,"y1":474,"x2":27,"y2":496,"x3":5,"y3":496},"charText":"回","textlineId":9,"picUri":"","isPicText":false}]},"7501933907890651177":{"wordBoxList":[{"charPoly":{"x0":528,"y0":34,"x1":573,"y1":34,"x2":573,"y2":70,"x3":527,"y3":70},"charText":"兄","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":526,"y0":71,"x1":570,"y1":72,"x2":569,"y2":114,"x3":525,"y3":113},"charText":"到","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":528,"y0":113,"x1":575,"y1":114,"x2":575,"y2":153,"x3":528,"y3":153},"charText":"敝","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":527,"y0":154,"x1":572,"y1":154,"x2":572,"y2":206,"x3":527,"y3":206},"charText":"齋","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":527,"y0":217,"x1":573,"y1":217,"x2":573,"y2":232,"x3":527,"y3":231},"charText":"一","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":523,"y0":243,"x1":575,"y1":243,"x2":575,"y2":289,"x3":524,"y3":290},"charText":"飲","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":529,"y0":294,"x1":571,"y1":294,"x2":571,"y2":334,"x3":530,"y3":334},"charText":"不","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":528,"y0":337,"x1":574,"y1":337,"x2":574,"y2":373,"x3":528,"y3":373},"charText":"知","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":530,"y0":378,"x1":572,"y1":378,"x2":573,"y2":421,"x3":530,"y3":421},"charText":"可","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":530,"y0":423,"x1":575,"y1":423,"x2":576,"y2":460,"x3":531,"y3":460},"charText":"納","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":534,"y0":461,"x1":571,"y1":460,"x2":572,"y2":510,"x3":535,"y3":511},"charText":"芹","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":530,"y0":511,"x1":575,"y1":510,"x2":576,"y2":555,"x3":531,"y3":555},"charText":"意","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":533,"y0":559,"x1":580,"y1":559,"x2":581,"y2":596,"x3":534,"y3":597},"charText":"否","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":535,"y0":601,"x1":577,"y1":601,"x2":578,"y2":639,"x3":535,"y3":639},"charText":"雨","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":532,"y0":640,"x1":578,"y1":640,"x2":578,"y2":683,"x3":533,"y3":683},"charText":"村","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":530,"y0":684,"x1":578,"y1":684,"x2":578,"y2":727,"x3":531,"y3":727},"charText":"聽","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":541,"y0":730,"x1":581,"y1":730,"x2":582,"y2":770,"x3":541,"y3":770},"charText":"正","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":532,"y0":770,"x1":578,"y1":770,"x2":578,"y2":811,"x3":532,"y3":811},"charText":"並","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":532,"y0":814,"x1":575,"y1":815,"x2":575,"y2":853,"x3":532,"y3":853},"charText":"不","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":530,"y0":854,"x1":578,"y1":854,"x2":578,"y2":897,"x3":530,"y3":897},"charText":"推","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":463,"y0":31,"x1":514,"y1":31,"x2":514,"y2":78,"x3":463,"y3":78},"charText":"辭","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":461,"y0":78,"x1":513,"y1":78,"x2":512,"y2":116,"x3":461,"y3":116},"charText":"便","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":467,"y0":116,"x1":512,"y1":116,"x2":511,"y2":159,"x3":467,"y3":159},"charText":"笑","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":463,"y0":160,"x1":517,"y1":159,"x2":517,"y2":204,"x3":463,"y3":204},"charText":"道","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":467,"y0":208,"x1":514,"y1":208,"x2":514,"y2":245,"x3":467,"y3":245},"charText":"既","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":468,"y0":244,"x1":513,"y1":244,"x2":513,"y2":293,"x3":468,"y3":294},"charText":"蒙","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":463,"y0":294,"x1":515,"y1":294,"x2":515,"y2":335,"x3":464,"y3":335},"charText":"謬","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":466,"y0":335,"x1":517,"y1":335,"x2":517,"y2":380,"x3":467,"y3":381},"charText":"愛","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":464,"y0":383,"x1":513,"y1":383,"x2":514,"y2":425,"x3":465,"y3":425},"charText":"何","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":466,"y0":425,"x1":516,"y1":424,"x2":516,"y2":467,"x3":466,"y3":467},"charText":"敢","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":467,"y0":466,"x1":515,"y1":465,"x2":515,"y2":515,"x3":467,"y3":515},"charText":"拂","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":470,"y0":514,"x1":517,"y1":514,"x2":517,"y2":550,"x3":470,"y3":550},"charText":"此","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":470,"y0":552,"x1":519,"y1":551,"x2":518,"y2":598,"x3":469,"y3":598},"charText":"盛","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":468,"y0":598,"x1":519,"y1":598,"x2":519,"y2":642,"x3":468,"y3":642},"charText":"意","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":467,"y0":643,"x1":519,"y1":643,"x2":519,"y2":683,"x3":467,"y3":683},"charText":"説","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":469,"y0":684,"x1":520,"y1":684,"x2":520,"y2":730,"x3":469,"y3":730},"charText":"着","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":468,"y0":732,"x1":520,"y1":732,"x2":520,"y2":771,"x3":468,"y3":771},"charText":"便","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":475,"y0":773,"x1":512,"y1":773,"x2":513,"y2":813,"x3":475,"y3":812},"charText":"同","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":469,"y0":813,"x1":515,"y1":813,"x2":515,"y2":850,"x3":469,"y3":850},"charText":"士","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":472,"y0":856,"x1":517,"y1":856,"x2":517,"y2":898,"x3":472,"y3":898},"charText":"隱","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":401,"y0":32,"x1":451,"y1":32,"x2":452,"y2":72,"x3":402,"y3":72},"charText":"過","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":402,"y0":75,"x1":451,"y1":75,"x2":451,"y2":115,"x3":402,"y3":115},"charText":"這","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":403,"y0":114,"x1":451,"y1":114,"x2":451,"y2":158,"x3":403,"y3":158},"charText":"邉","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":404,"y0":158,"x1":446,"y1":158,"x2":446,"y2":205,"x3":404,"y3":205},"charText":"書","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":406,"y0":207,"x1":451,"y1":207,"x2":451,"y2":248,"x3":407,"y3":248},"charText":"院","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":409,"y0":247,"x1":447,"y1":247,"x2":447,"y2":293,"x3":410,"y3":293},"charText":"中","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":405,"y0":294,"x1":454,"y1":294,"x2":454,"y2":338,"x3":405,"y3":339},"charText":"来","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":407,"y0":340,"x1":448,"y1":340,"x2":448,"y2":379,"x3":407,"y3":379},"charText":"湏","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":407,"y0":379,"x1":454,"y1":379,"x2":454,"y2":420,"x3":407,"y3":420},"charText":"臾","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":405,"y0":420,"x1":456,"y1":420,"x2":456,"y2":465,"x3":405,"y3":466},"charText":"茶","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":405,"y0":468,"x1":456,"y1":468,"x2":456,"y2":514,"x3":405,"y3":514},"charText":"畢","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":405,"y0":516,"x1":449,"y1":516,"x2":449,"y2":560,"x3":405,"y3":560},"charText":"早","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":411,"y0":562,"x1":452,"y1":562,"x2":453,"y2":597,"x3":411,"y3":597},"charText":"已","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":405,"y0":599,"x1":455,"y1":599,"x2":455,"y2":640,"x3":405,"y3":641},"charText":"設","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":408,"y0":643,"x1":450,"y1":643,"x2":450,"y2":683,"x3":408,"y3":683},"charText":"下","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":407,"y0":686,"x1":455,"y1":686,"x2":455,"y2":728,"x3":407,"y3":727},"charText":"杯","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":406,"y0":728,"x1":458,"y1":728,"x2":458,"y2":774,"x3":406,"y3":774},"charText":"盤","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":407,"y0":776,"x1":454,"y1":776,"x2":454,"y2":816,"x3":407,"y3":816},"charText":"那","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":410,"y0":816,"x1":455,"y1":816,"x2":455,"y2":861,"x3":410,"y3":861},"charText":"美","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":411,"y0":863,"x1":454,"y1":863,"x2":454,"y2":902,"x3":411,"y3":902},"charText":"酒","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":341,"y0":32,"x1":387,"y1":32,"x2":387,"y2":70,"x3":341,"y3":70},"charText":"佳","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":341,"y0":72,"x1":392,"y1":72,"x2":392,"y2":118,"x3":341,"y3":119},"charText":"餚","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":348,"y0":118,"x1":383,"y1":118,"x2":384,"y2":161,"x3":348,"y3":162},"charText":"自","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":345,"y0":165,"x1":386,"y1":165,"x2":386,"y2":204,"x3":345,"y3":204},"charText":"不","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":347,"y0":207,"x1":389,"y1":207,"x2":389,"y2":244,"x3":347,"y3":244},"charText":"必","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":339,"y0":248,"x1":394,"y1":248,"x2":394,"y2":292,"x3":340,"y3":292},"charText":"説","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":345,"y0":297,"x1":388,"y1":297,"x2":389,"y2":327,"x3":345,"y3":327},"charText":"二","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":344,"y0":335,"x1":392,"y1":335,"x2":392,"y2":371,"x3":344,"y3":371},"charText":"人","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":341,"y0":376,"x1":392,"y1":376,"x2":393,"y2":424,"x3":341,"y3":425},"charText":"歸","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":345,"y0":425,"x1":396,"y1":424,"x2":396,"y2":465,"x3":345,"y3":466},"charText":"坐","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":346,"y0":468,"x1":393,"y1":468,"x2":393,"y2":512,"x3":346,"y3":512},"charText":"先","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":347,"y0":514,"x1":393,"y1":514,"x2":393,"y2":556,"x3":347,"y3":556},"charText":"是","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":345,"y0":556,"x1":392,"y1":556,"x2":392,"y2":596,"x3":345,"y3":596},"charText":"欵","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":344,"y0":598,"x1":394,"y1":598,"x2":394,"y2":642,"x3":344,"y3":642},"charText":"斟","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":348,"y0":644,"x1":395,"y1":644,"x2":395,"y2":686,"x3":349,"y3":686},"charText":"慢","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":344,"y0":687,"x1":397,"y1":686,"x2":397,"y2":729,"x3":344,"y3":729},"charText":"飲","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":348,"y0":732,"x1":393,"y1":732,"x2":393,"y2":776,"x3":349,"y3":776},"charText":"漸","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":349,"y0":776,"x1":396,"y1":776,"x2":396,"y2":814,"x3":349,"y3":814},"charText":"次","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":344,"y0":814,"x1":396,"y1":814,"x2":396,"y2":860,"x3":344,"y3":860},"charText":"談","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":347,"y0":862,"x1":391,"y1":862,"x2":391,"y2":902,"x3":347,"y3":902},"charText":"至","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":281,"y0":35,"x1":331,"y1":35,"x2":331,"y2":73,"x3":281,"y3":73},"charText":"興","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":286,"y0":72,"x1":332,"y1":72,"x2":332,"y2":119,"x3":287,"y3":119},"charText":"濃","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":286,"y0":122,"x1":327,"y1":122,"x2":327,"y2":160,"x3":286,"y3":160},"charText":"不","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":285,"y0":161,"x1":328,"y1":161,"x2":328,"y2":210,"x3":285,"y3":210},"charText":"覺","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":286,"y0":211,"x1":330,"y1":211,"x2":329,"y2":254,"x3":286,"y3":253},"charText":"飛","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":284,"y0":254,"x1":331,"y1":254,"x2":331,"y2":295,"x3":284,"y3":295},"charText":"觥","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":286,"y0":298,"x1":330,"y1":298,"x2":330,"y2":336,"x3":286,"y3":336},"charText":"限","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":286,"y0":336,"x1":326,"y1":336,"x2":327,"y2":383,"x3":286,"y3":383},"charText":"斚","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":281,"y0":382,"x1":329,"y1":382,"x2":329,"y2":424,"x3":281,"y3":424},"charText":"起","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":286,"y0":423,"x1":333,"y1":423,"x2":333,"y2":471,"x3":286,"y3":471},"charText":"来","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":285,"y0":472,"x1":328,"y1":472,"x2":328,"y2":517,"x3":286,"y3":517},"charText":"當","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":286,"y0":518,"x1":329,"y1":518,"x2":329,"y2":564,"x3":286,"y3":564},"charText":"時","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":283,"y0":562,"x1":330,"y1":562,"x2":331,"y2":607,"x3":283,"y3":607},"charText":"街","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":286,"y0":608,"x1":330,"y1":608,"x2":330,"y2":649,"x3":287,"y3":649},"charText":"坊","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":286,"y0":651,"x1":330,"y1":651,"x2":330,"y2":683,"x3":286,"y3":683},"charText":"上","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":287,"y0":686,"x1":331,"y1":686,"x2":331,"y2":732,"x3":287,"y3":733},"charText":"家","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":289,"y0":734,"x1":329,"y1":734,"x2":330,"y2":776,"x3":289,"y3":776},"charText":"家","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":286,"y0":775,"x1":327,"y1":775,"x2":327,"y2":824,"x3":287,"y3":824},"charText":"簫","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":289,"y0":823,"x1":335,"y1":823,"x2":335,"y2":865,"x3":289,"y3":865},"charText":"管","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":286,"y0":866,"x1":334,"y1":866,"x2":334,"y2":906,"x3":286,"y3":906},"charText":"户","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":223,"y0":33,"x1":260,"y1":33,"x2":260,"y2":73,"x3":223,"y3":73},"charText":"户","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":224,"y0":74,"x1":268,"y1":74,"x2":268,"y2":113,"x3":224,"y3":113},"charText":"絃","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":225,"y0":115,"x1":271,"y1":115,"x2":271,"y2":161,"x3":225,"y3":161},"charText":"歌","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":225,"y0":161,"x1":268,"y1":162,"x2":268,"y2":207,"x3":225,"y3":207},"charText":"當","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":223,"y0":210,"x1":268,"y1":210,"x2":267,"y2":253,"x3":223,"y3":252},"charText":"頭","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":223,"y0":262,"x1":269,"y1":263,"x2":269,"y2":279,"x3":223,"y3":278},"charText":"一","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":221,"y0":292,"x1":272,"y1":292,"x2":271,"y2":337,"x3":221,"y3":337},"charText":"輪","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":226,"y0":339,"x1":266,"y1":339,"x2":266,"y2":381,"x3":226,"y3":381},"charText":"明","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":228,"y0":382,"x1":273,"y1":382,"x2":273,"y2":427,"x3":228,"y3":427},"charText":"月","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":225,"y0":427,"x1":270,"y1":427,"x2":270,"y2":471,"x3":225,"y3":471},"charText":"飛","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":223,"y0":471,"x1":266,"y1":471,"x2":266,"y2":516,"x3":223,"y3":516},"charText":"彩","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":224,"y0":517,"x1":272,"y1":517,"x2":272,"y2":560,"x3":224,"y3":559},"charText":"凝","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":223,"y0":562,"x1":275,"y1":562,"x2":275,"y2":609,"x3":223,"y3":609},"charText":"輝","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":226,"y0":613,"x1":268,"y1":613,"x2":268,"y2":639,"x3":227,"y3":638},"charText":"二","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":224,"y0":648,"x1":275,"y1":648,"x2":275,"y2":684,"x3":224,"y3":684},"charText":"人","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":225,"y0":685,"x1":274,"y1":686,"x2":274,"y2":730,"x3":225,"y3":730},"charText":"愈","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":228,"y0":731,"x1":273,"y1":731,"x2":273,"y2":777,"x3":229,"y3":777},"charText":"覺","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":229,"y0":777,"x1":273,"y1":777,"x2":273,"y2":824,"x3":229,"y3":824},"charText":"豪","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":226,"y0":825,"x1":275,"y1":825,"x2":275,"y2":863,"x3":226,"y3":863},"charText":"興","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":227,"y0":866,"x1":272,"y1":866,"x2":272,"y2":905,"x3":227,"y3":905},"charText":"酒","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":163,"y0":33,"x1":206,"y1":33,"x2":207,"y2":74,"x3":163,"y3":74},"charText":"到","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":161,"y0":75,"x1":210,"y1":76,"x2":210,"y2":116,"x3":161,"y3":116},"charText":"杯","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":161,"y0":116,"x1":213,"y1":117,"x2":212,"y2":160,"x3":160,"y3":160},"charText":"乾","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":163,"y0":164,"x1":208,"y1":165,"x2":208,"y2":204,"x3":163,"y3":204},"charText":"雨","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":162,"y0":205,"x1":208,"y1":205,"x2":208,"y2":249,"x3":161,"y3":249},"charText":"村","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":164,"y0":251,"x1":211,"y1":251,"x2":211,"y2":287,"x3":164,"y3":287},"charText":"此","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":166,"y0":288,"x1":209,"y1":288,"x2":209,"y2":338,"x3":166,"y3":338},"charText":"時","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":168,"y0":340,"x1":209,"y1":340,"x2":210,"y2":376,"x3":169,"y3":376},"charText":"已","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":163,"y0":377,"x1":204,"y1":377,"x2":204,"y2":424,"x3":163,"y3":424},"charText":"有","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":165,"y0":426,"x1":204,"y1":426,"x2":204,"y2":461,"x3":165,"y3":461},"charText":"七","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":165,"y0":473,"x1":212,"y1":473,"x2":212,"y2":503,"x3":165,"y3":502},"charText":"八","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":166,"y0":514,"x1":211,"y1":514,"x2":211,"y2":555,"x3":166,"y3":555},"charText":"分","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":166,"y0":560,"x1":210,"y1":560,"x2":210,"y2":601,"x3":166,"y3":601},"charText":"酒","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":164,"y0":601,"x1":215,"y1":601,"x2":215,"y2":646,"x3":164,"y3":646},"charText":"意","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":163,"y0":650,"x1":213,"y1":650,"x2":213,"y2":687,"x3":163,"y3":687},"charText":"狂","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":162,"y0":690,"x1":215,"y1":690,"x2":215,"y2":730,"x3":162,"y3":730},"charText":"興","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":165,"y0":734,"x1":208,"y1":734,"x2":209,"y2":771,"x3":165,"y3":771},"charText":"不","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":163,"y0":771,"x1":214,"y1":771,"x2":214,"y2":819,"x3":163,"y3":819},"charText":"禁","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":167,"y0":822,"x1":205,"y1":822,"x2":205,"y2":863,"x3":167,"y3":863},"charText":"乃","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":161,"y0":863,"x1":211,"y1":863,"x2":211,"y2":906,"x3":161,"y3":905},"charText":"對","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":107,"y0":34,"x1":140,"y1":34,"x2":140,"y2":76,"x3":107,"y3":76},"charText":"月","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":103,"y0":75,"x1":147,"y1":76,"x2":147,"y2":118,"x3":103,"y3":118},"charText":"當","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":99,"y0":119,"x1":152,"y1":120,"x2":151,"y2":161,"x3":98,"y3":160},"charText":"杯","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":106,"y0":170,"x1":138,"y1":171,"x2":138,"y2":195,"x3":106,"y3":195},"charText":"口","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":99,"y0":204,"x1":148,"y1":204,"x2":148,"y2":248,"x3":98,"y3":248},"charText":"號","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":98,"y0":262,"x1":146,"y1":263,"x2":147,"y2":279,"x3":99,"y3":278},"charText":"一","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":101,"y0":290,"x1":150,"y1":290,"x2":150,"y2":335,"x3":101,"y3":336},"charText":"絶","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":102,"y0":341,"x1":151,"y1":341,"x2":151,"y2":378,"x3":102,"y3":378},"charText":"云","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":35,"y0":112,"x1":82,"y1":112,"x2":82,"y2":164,"x3":34,"y3":163},"charText":"時","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":31,"y0":164,"x1":83,"y1":164,"x2":82,"y2":207,"x3":31,"y3":207},"charText":"逢","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":33,"y0":210,"x1":81,"y1":211,"x2":81,"y2":243,"x3":33,"y3":243},"charText":"三","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":32,"y0":251,"x1":82,"y1":251,"x2":82,"y2":286,"x3":32,"y3":286},"charText":"五","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":31,"y0":294,"x1":86,"y1":293,"x2":86,"y2":336,"x3":31,"y3":337},"charText":"便","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":38,"y0":338,"x1":78,"y1":338,"x2":79,"y2":383,"x3":38,"y3":383},"charText":"團","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":37,"y0":384,"x1":83,"y1":384,"x2":84,"y2":433,"x3":37,"y3":433},"charText":"圎","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":37,"y0":513,"x1":82,"y1":513,"x2":82,"y2":558,"x3":37,"y3":558},"charText":"滿","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":35,"y0":560,"x1":87,"y1":560,"x2":87,"y2":599,"x3":35,"y3":599},"charText":"把","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":38,"y0":599,"x1":83,"y1":599,"x2":83,"y2":649,"x3":38,"y3":649},"charText":"晴","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":38,"y0":649,"x1":88,"y1":650,"x2":88,"y2":689,"x3":38,"y3":689},"charText":"光","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":35,"y0":689,"x1":87,"y1":689,"x2":87,"y2":738,"x3":34,"y3":737},"charText":"護","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":36,"y0":740,"x1":83,"y1":740,"x2":83,"y2":773,"x3":35,"y3":773},"charText":"玉","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":36,"y0":777,"x1":85,"y1":777,"x2":84,"y2":821,"x3":35,"y3":821},"charText":"欄","textlineId":8,"picUri":"","isPicText":false}]},"7501933907890667561":{"wordBoxList":[{"charPoly":{"x0":518,"y0":123,"x1":565,"y1":124,"x2":565,"y2":162,"x3":518,"y3":162},"charText":"天","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":518,"y0":168,"x1":563,"y1":169,"x2":563,"y2":206,"x3":517,"y3":206},"charText":"上","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":518,"y0":221,"x1":564,"y1":222,"x2":564,"y2":238,"x3":519,"y3":237},"charText":"一","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":515,"y0":252,"x1":565,"y1":253,"x2":565,"y2":299,"x3":514,"y3":298},"charText":"輪","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":517,"y0":300,"x1":564,"y1":300,"x2":563,"y2":341,"x3":517,"y3":341},"charText":"纔","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":516,"y0":341,"x1":565,"y1":341,"x2":564,"y2":389,"x3":516,"y3":388},"charText":"捧","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":523,"y0":389,"x1":565,"y1":390,"x2":564,"y2":433,"x3":523,"y3":433},"charText":"出","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":516,"y0":518,"x1":564,"y1":518,"x2":564,"y2":553,"x3":515,"y3":552},"charText":"人","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":521,"y0":560,"x1":559,"y1":561,"x2":559,"y2":604,"x3":520,"y3":603},"charText":"間","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":518,"y0":602,"x1":560,"y1":603,"x2":559,"y2":651,"x3":517,"y3":650},"charText":"萬","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":511,"y0":650,"x1":561,"y1":650,"x2":560,"y2":688,"x3":510,"y3":687},"charText":"姓","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":513,"y0":691,"x1":560,"y1":692,"x2":560,"y2":736,"x3":513,"y3":735},"charText":"仰","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":515,"y0":737,"x1":558,"y1":737,"x2":558,"y2":778,"x3":515,"y3":778},"charText":"頭","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":513,"y0":777,"x1":560,"y1":777,"x2":560,"y2":827,"x3":513,"y3":826},"charText":"看","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":459,"y0":36,"x1":500,"y1":36,"x2":500,"y2":73,"x3":459,"y3":72},"charText":"士","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":460,"y0":75,"x1":503,"y1":75,"x2":503,"y2":118,"x3":460,"y3":118},"charText":"隐","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":457,"y0":119,"x1":504,"y1":119,"x2":504,"y2":163,"x3":457,"y3":163},"charText":"聽","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":464,"y0":166,"x1":507,"y1":167,"x2":507,"y2":209,"x3":464,"y3":209},"charText":"了","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":460,"y0":210,"x1":504,"y1":211,"x2":504,"y2":252,"x3":460,"y3":251},"charText":"大","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":457,"y0":252,"x1":503,"y1":253,"x2":503,"y2":300,"x3":457,"y3":300},"charText":"呌","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":453,"y0":300,"x1":501,"y1":301,"x2":501,"y2":340,"x3":452,"y3":340},"charText":"妙","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":456,"y0":341,"x1":506,"y1":341,"x2":505,"y2":384,"x3":456,"y3":384},"charText":"哉","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":454,"y0":385,"x1":501,"y1":385,"x2":501,"y2":424,"x3":454,"y3":423},"charText":"吾","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":454,"y0":426,"x1":501,"y1":426,"x2":501,"y2":472,"x3":453,"y3":472},"charText":"每","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":454,"y0":473,"x1":499,"y1":474,"x2":499,"y2":519,"x3":454,"y3":518},"charText":"謂","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":460,"y0":520,"x1":503,"y1":520,"x2":503,"y2":558,"x3":460,"y3":558},"charText":"兄","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":459,"y0":561,"x1":500,"y1":561,"x2":500,"y2":598,"x3":459,"y3":598},"charText":"必","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":458,"y0":602,"x1":500,"y1":602,"x2":500,"y2":643,"x3":458,"y3":642},"charText":"非","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":457,"y0":647,"x1":501,"y1":647,"x2":501,"y2":684,"x3":457,"y3":684},"charText":"乆","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":453,"y0":689,"x1":496,"y1":690,"x2":496,"y2":733,"x3":453,"y3":733},"charText":"居","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":454,"y0":736,"x1":502,"y1":737,"x2":501,"y2":772,"x3":454,"y3":772},"charText":"人","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":455,"y0":776,"x1":496,"y1":777,"x2":496,"y2":815,"x3":455,"y3":814},"charText":"下","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":454,"y0":816,"x1":502,"y1":816,"x2":502,"y2":863,"x3":454,"y3":863},"charText":"者","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":451,"y0":865,"x1":502,"y1":865,"x2":501,"y2":902,"x3":451,"y3":902},"charText":"今","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":399,"y0":34,"x1":447,"y1":35,"x2":447,"y2":79,"x3":398,"y3":78},"charText":"所","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":399,"y0":79,"x1":448,"y1":79,"x2":448,"y2":118,"x3":399,"y3":118},"charText":"吟","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":398,"y0":125,"x1":446,"y1":125,"x2":446,"y2":159,"x3":398,"y3":159},"charText":"之","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":402,"y0":164,"x1":447,"y1":164,"x2":447,"y2":210,"x3":402,"y3":210},"charText":"句","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":400,"y0":211,"x1":445,"y1":211,"x2":445,"y2":254,"x3":399,"y3":254},"charText":"飛","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":397,"y0":253,"x1":446,"y1":254,"x2":446,"y2":303,"x3":397,"y3":302},"charText":"騰","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":398,"y0":303,"x1":445,"y1":304,"x2":444,"y2":339,"x3":397,"y3":338},"charText":"之","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":402,"y0":340,"x1":444,"y1":341,"x2":444,"y2":378,"x3":401,"y3":378},"charText":"兆","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":403,"y0":384,"x1":443,"y1":384,"x2":443,"y2":420,"x3":403,"y3":419},"charText":"巳","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":398,"y0":425,"x1":446,"y1":425,"x2":446,"y2":468,"x3":398,"y3":468},"charText":"見","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":398,"y0":473,"x1":441,"y1":473,"x2":441,"y2":512,"x3":398,"y3":512},"charText":"不","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":403,"y0":518,"x1":432,"y1":518,"x2":432,"y2":552,"x3":403,"y3":552},"charText":"日","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":396,"y0":558,"x1":439,"y1":558,"x2":439,"y2":601,"x3":396,"y3":600},"charText":"可","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":396,"y0":601,"x1":441,"y1":602,"x2":441,"y2":648,"x3":395,"y3":647},"charText":"得","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":395,"y0":648,"x1":442,"y1":648,"x2":442,"y2":691,"x3":394,"y3":690},"charText":"接","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":395,"y0":691,"x1":438,"y1":691,"x2":437,"y2":737,"x3":394,"y3":736},"charText":"歩","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":392,"y0":736,"x1":443,"y1":736,"x2":443,"y2":780,"x3":392,"y3":780},"charText":"履","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":392,"y0":780,"x1":443,"y1":781,"x2":443,"y2":819,"x3":392,"y3":818},"charText":"於","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":397,"y0":819,"x1":440,"y1":819,"x2":440,"y2":861,"x3":397,"y3":860},"charText":"雲","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":395,"y0":863,"x1":442,"y1":863,"x2":441,"y2":905,"x3":395,"y3":905},"charText":"霓","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":338,"y0":35,"x1":387,"y1":36,"x2":386,"y2":71,"x3":337,"y3":70},"charText":"之","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":335,"y0":76,"x1":384,"y1":76,"x2":384,"y2":112,"x3":335,"y3":111},"charText":"上","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":336,"y0":115,"x1":387,"y1":116,"x2":387,"y2":161,"x3":335,"y3":161},"charText":"矣","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":337,"y0":164,"x1":381,"y1":165,"x2":381,"y2":206,"x3":337,"y3":205},"charText":"可","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":337,"y0":206,"x1":380,"y1":206,"x2":380,"y2":254,"x3":336,"y3":254},"charText":"賀","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":336,"y0":256,"x1":382,"y1":256,"x2":382,"y2":297,"x3":336,"y3":297},"charText":"可","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":336,"y0":297,"x1":387,"y1":298,"x2":387,"y2":343,"x3":336,"y3":343},"charText":"賀","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":339,"y0":344,"x1":379,"y1":344,"x2":379,"y2":383,"x3":339,"y3":383},"charText":"乃","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":335,"y0":382,"x1":386,"y1":383,"x2":385,"y2":423,"x3":334,"y3":423},"charText":"親","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":334,"y0":423,"x1":386,"y1":424,"x2":385,"y2":471,"x3":334,"y3":470},"charText":"斟","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":336,"y0":481,"x1":384,"y1":482,"x2":384,"y2":496,"x3":336,"y3":496},"charText":"一","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":338,"y0":507,"x1":382,"y1":508,"x2":381,"y2":558,"x3":338,"y3":558},"charText":"斗","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":338,"y0":558,"x1":383,"y1":558,"x2":383,"y2":600,"x3":338,"y3":600},"charText":"為","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":338,"y0":600,"x1":386,"y1":601,"x2":385,"y2":649,"x3":338,"y3":649},"charText":"賀","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":342,"y0":651,"x1":383,"y1":652,"x2":382,"y2":690,"x3":341,"y3":689},"charText":"雨","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":335,"y0":689,"x1":382,"y1":690,"x2":381,"y2":733,"x3":335,"y3":732},"charText":"村","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":340,"y0":734,"x1":377,"y1":735,"x2":376,"y2":774,"x3":340,"y3":773},"charText":"因","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":333,"y0":772,"x1":383,"y1":773,"x2":383,"y2":817,"x3":333,"y3":816},"charText":"乾","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":332,"y0":817,"x1":383,"y1":818,"x2":382,"y2":859,"x3":332,"y3":858},"charText":"過","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":332,"y0":859,"x1":381,"y1":859,"x2":380,"y2":905,"x3":331,"y3":904},"charText":"嘆","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":278,"y0":32,"x1":330,"y1":32,"x2":329,"y2":75,"x3":277,"y3":74},"charText":"道","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":283,"y0":76,"x1":322,"y1":77,"x2":322,"y2":115,"x3":283,"y3":115},"charText":"非","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":281,"y0":115,"x1":327,"y1":115,"x2":327,"y2":160,"x3":280,"y3":160},"charText":"晚","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":277,"y0":160,"x1":323,"y1":161,"x2":323,"y2":201,"x3":277,"y3":201},"charText":"生","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":277,"y0":207,"x1":323,"y1":208,"x2":322,"y2":249,"x3":277,"y3":248},"charText":"酒","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":276,"y0":249,"x1":325,"y1":249,"x2":325,"y2":293,"x3":276,"y3":293},"charText":"後","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":276,"y0":296,"x1":322,"y1":296,"x2":322,"y2":334,"x3":275,"y3":333},"charText":"狂","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":275,"y0":336,"x1":326,"y1":337,"x2":325,"y2":376,"x3":275,"y3":376},"charText":"記","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":273,"y0":377,"x1":319,"y1":378,"x2":319,"y2":422,"x3":273,"y3":422},"charText":"若","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":273,"y0":425,"x1":325,"y1":425,"x2":325,"y2":467,"x3":273,"y3":467},"charText":"論","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":278,"y0":467,"x1":322,"y1":468,"x2":321,"y2":516,"x3":278,"y3":516},"charText":"時","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":279,"y0":516,"x1":321,"y1":516,"x2":321,"y2":559,"x3":279,"y3":559},"charText":"尚","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":277,"y0":561,"x1":323,"y1":561,"x2":323,"y2":595,"x3":277,"y3":594},"charText":"之","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":277,"y0":596,"x1":325,"y1":596,"x2":325,"y2":646,"x3":277,"y3":646},"charText":"學","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":279,"y0":648,"x1":324,"y1":648,"x2":323,"y2":690,"x3":278,"y3":690},"charText":"晚","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":275,"y0":690,"x1":320,"y1":691,"x2":320,"y2":730,"x3":275,"y3":730},"charText":"生","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":278,"y0":733,"x1":322,"y1":733,"x2":322,"y2":770,"x3":277,"y3":769},"charText":"也","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":277,"y0":769,"x1":322,"y1":770,"x2":321,"y2":813,"x3":276,"y3":813},"charText":"或","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":274,"y0":816,"x1":318,"y1":817,"x2":318,"y2":859,"x3":274,"y3":858},"charText":"可","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":272,"y0":860,"x1":319,"y1":861,"x2":318,"y2":901,"x3":271,"y3":901},"charText":"去","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":222,"y0":30,"x1":267,"y1":31,"x2":267,"y2":72,"x3":221,"y3":72},"charText":"充","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":218,"y0":74,"x1":268,"y1":74,"x2":267,"y2":115,"x3":218,"y3":115},"charText":"數","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":220,"y0":116,"x1":264,"y1":116,"x2":263,"y2":159,"x3":220,"y3":158},"charText":"沽","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":218,"y0":161,"x1":268,"y1":162,"x2":267,"y2":204,"x3":218,"y3":203},"charText":"名","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":221,"y0":210,"x1":262,"y1":211,"x2":261,"y2":247,"x3":221,"y3":247},"charText":"只","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":219,"y0":248,"x1":265,"y1":249,"x2":265,"y2":293,"x3":219,"y3":293},"charText":"是","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":227,"y0":300,"x1":258,"y1":300,"x2":258,"y2":336,"x3":227,"y3":336},"charText":"目","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":219,"y0":338,"x1":265,"y1":339,"x2":264,"y2":378,"x3":218,"y3":378},"charText":"今","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":217,"y0":382,"x1":262,"y1":382,"x2":261,"y2":422,"x3":216,"y3":421},"charText":"行","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":218,"y0":421,"x1":262,"y1":422,"x2":262,"y2":470,"x3":218,"y3":470},"charText":"嚢","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":216,"y0":472,"x1":265,"y1":472,"x2":265,"y2":508,"x3":215,"y3":508},"charText":"路","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":219,"y0":509,"x1":265,"y1":509,"x2":265,"y2":561,"x3":219,"y3":561},"charText":"費","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":217,"y0":569,"x1":262,"y1":570,"x2":263,"y2":584,"x3":217,"y3":584},"charText":"一","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":215,"y0":598,"x1":264,"y1":598,"x2":264,"y2":639,"x3":215,"y3":639},"charText":"概","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":216,"y0":642,"x1":263,"y1":642,"x2":262,"y2":685,"x3":216,"y3":685},"charText":"無","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":216,"y0":687,"x1":266,"y1":688,"x2":265,"y2":730,"x3":215,"y3":729},"charText":"措","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":213,"y0":731,"x1":261,"y1":732,"x2":260,"y2":776,"x3":212,"y3":775},"charText":"神","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":215,"y0":775,"x1":258,"y1":776,"x2":258,"y2":817,"x3":214,"y3":816},"charText":"京","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":213,"y0":819,"x1":263,"y1":820,"x2":262,"y2":856,"x3":212,"y3":855},"charText":"路","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":212,"y0":857,"x1":264,"y1":857,"x2":264,"y2":901,"x3":212,"y3":900},"charText":"逺","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":162,"y0":31,"x1":206,"y1":32,"x2":206,"y2":72,"x3":162,"y3":72},"charText":"非","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":161,"y0":72,"x1":207,"y1":73,"x2":207,"y2":116,"x3":160,"y3":116},"charText":"頼","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":163,"y0":115,"x1":202,"y1":116,"x2":201,"y2":165,"x3":162,"y3":165},"charText":"賣","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":161,"y0":164,"x1":203,"y1":165,"x2":203,"y2":208,"x3":161,"y3":207},"charText":"字","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":159,"y0":208,"x1":205,"y1":209,"x2":205,"y2":250,"x3":158,"y3":249},"charText":"撰","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":159,"y0":252,"x1":206,"y1":252,"x2":206,"y2":291,"x3":159,"y3":290},"charText":"文","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":161,"y0":293,"x1":204,"y1":294,"x2":203,"y2":338,"x3":161,"y3":337},"charText":"即","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":159,"y0":337,"x1":206,"y1":337,"x2":206,"y2":379,"x3":159,"y3":379},"charText":"能","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":157,"y0":379,"x1":202,"y1":380,"x2":201,"y2":424,"x3":157,"y3":423},"charText":"到","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":156,"y0":423,"x1":208,"y1":423,"x2":207,"y2":468,"x3":155,"y3":468},"charText":"者","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":157,"y0":470,"x1":200,"y1":470,"x2":200,"y2":505,"x3":157,"y3":504},"charText":"士","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":158,"y0":509,"x1":202,"y1":509,"x2":202,"y2":553,"x3":158,"y3":553},"charText":"隐","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":158,"y0":556,"x1":199,"y1":556,"x2":199,"y2":595,"x3":158,"y3":595},"charText":"不","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":157,"y0":595,"x1":202,"y1":595,"x2":202,"y2":641,"x3":157,"y3":641},"charText":"待","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":154,"y0":642,"x1":207,"y1":643,"x2":206,"y2":684,"x3":153,"y3":683},"charText":"説","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":158,"y0":686,"x1":207,"y1":686,"x2":206,"y2":730,"x3":157,"y3":729},"charText":"完","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":154,"y0":731,"x1":205,"y1":732,"x2":204,"y2":771,"x3":153,"y3":770},"charText":"便","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":154,"y0":772,"x1":206,"y1":773,"x2":206,"y2":814,"x3":154,"y3":814},"charText":"道","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":159,"y0":818,"x1":203,"y1":818,"x2":203,"y2":856,"x3":158,"y3":855},"charText":"兄","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":152,"y0":862,"x1":202,"y1":862,"x2":201,"y2":903,"x3":151,"y3":902},"charText":"何","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":100,"y0":30,"x1":144,"y1":31,"x2":144,"y2":68,"x3":100,"y3":68},"charText":"不","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":99,"y0":71,"x1":144,"y1":71,"x2":144,"y2":114,"x3":99,"y3":114},"charText":"早","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":99,"y0":116,"x1":150,"y1":116,"x2":149,"y2":156,"x3":99,"y3":155},"charText":"説","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":99,"y0":158,"x1":145,"y1":159,"x2":144,"y2":204,"x3":99,"y3":203},"charText":"愚","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":96,"y0":205,"x1":144,"y1":206,"x2":143,"y2":248,"x3":96,"y3":247},"charText":"每","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":99,"y0":248,"x1":141,"y1":249,"x2":140,"y2":294,"x3":98,"y3":293},"charText":"有","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":100,"y0":294,"x1":148,"y1":295,"x2":147,"y2":332,"x3":99,"y3":331},"charText":"此","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":101,"y0":339,"x1":149,"y1":340,"x2":148,"y2":371,"x3":100,"y3":370},"charText":"心","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":95,"y0":379,"x1":145,"y1":380,"x2":145,"y2":418,"x3":94,"y3":417},"charText":"但","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":93,"y0":421,"x1":144,"y1":421,"x2":143,"y2":468,"x3":92,"y3":467},"charText":"每","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":95,"y0":470,"x1":143,"y1":470,"x2":143,"y2":511,"x3":95,"y3":511},"charText":"遇","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":100,"y0":513,"x1":145,"y1":514,"x2":145,"y2":551,"x3":99,"y3":551},"charText":"兄","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":99,"y0":552,"x1":147,"y1":552,"x2":146,"y2":601,"x3":99,"y3":601},"charText":"時","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":96,"y0":601,"x1":143,"y1":601,"x2":143,"y2":640,"x3":96,"y3":639},"charText":"並","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":98,"y0":641,"x1":145,"y1":641,"x2":144,"y2":687,"x3":98,"y3":687},"charText":"未","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":95,"y0":687,"x1":145,"y1":688,"x2":144,"y2":730,"x3":94,"y3":729},"charText":"談","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":99,"y0":732,"x1":146,"y1":732,"x2":145,"y2":771,"x3":99,"y3":770},"charText":"及","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":98,"y0":773,"x1":141,"y1":774,"x2":141,"y2":818,"x3":97,"y3":817},"charText":"愚","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":95,"y0":817,"x1":143,"y1":818,"x2":142,"y2":856,"x3":94,"y3":856},"charText":"故","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":96,"y0":857,"x1":144,"y1":858,"x2":143,"y2":902,"x3":95,"y3":901},"charText":"未","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":35,"y0":27,"x1":89,"y1":27,"x2":89,"y2":71,"x3":35,"y3":71},"charText":"敢","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":36,"y0":71,"x1":84,"y1":71,"x2":84,"y2":115,"x3":36,"y3":115},"charText":"唐","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":116,"x1":90,"y1":116,"x2":89,"y2":159,"x3":40,"y3":159},"charText":"突","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":36,"y0":160,"x1":88,"y1":161,"x2":88,"y2":204,"x3":35,"y3":203},"charText":"今","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":38,"y0":208,"x1":87,"y1":209,"x2":87,"y2":247,"x3":38,"y3":246},"charText":"既","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":38,"y0":249,"x1":86,"y1":249,"x2":86,"y2":288,"x3":37,"y3":288},"charText":"及","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":38,"y0":291,"x1":88,"y1":292,"x2":88,"y2":332,"x3":37,"y3":332},"charText":"此","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":36,"y0":334,"x1":83,"y1":335,"x2":83,"y2":379,"x3":36,"y3":379},"charText":"愚","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":35,"y0":381,"x1":82,"y1":382,"x2":82,"y2":424,"x3":35,"y3":423},"charText":"雖","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":35,"y0":426,"x1":78,"y1":426,"x2":78,"y2":462,"x3":35,"y3":462},"charText":"不","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":36,"y0":464,"x1":86,"y1":464,"x2":86,"y2":508,"x3":36,"y3":508},"charText":"才","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":34,"y0":509,"x1":81,"y1":509,"x2":81,"y2":560,"x3":33,"y3":560},"charText":"義","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":33,"y0":559,"x1":78,"y1":560,"x2":78,"y2":604,"x3":33,"y3":604},"charText":"利","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":33,"y0":608,"x1":81,"y1":608,"x2":81,"y2":635,"x3":33,"y3":634},"charText":"二","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":34,"y0":640,"x1":87,"y1":640,"x2":87,"y2":687,"x3":33,"y3":686},"charText":"字","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":33,"y0":687,"x1":82,"y1":687,"x2":82,"y2":732,"x3":33,"y3":731},"charText":"却","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":32,"y0":731,"x1":83,"y1":732,"x2":83,"y2":773,"x3":31,"y3":772},"charText":"還","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":30,"y0":773,"x1":83,"y1":774,"x2":83,"y2":816,"x3":30,"y3":816},"charText":"識","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":32,"y0":816,"x1":84,"y1":816,"x2":83,"y2":862,"x3":31,"y3":861},"charText":"得","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":31,"y0":863,"x1":81,"y1":864,"x2":80,"y2":900,"x3":30,"y3":899},"charText":"且","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":6,"y0":30,"x1":21,"y1":30,"x2":21,"y2":60,"x3":6,"y3":60},"charText":"二","textlineId":9,"picUri":"","isPicText":false},{"charPoly":{"x0":4,"y0":76,"x1":23,"y1":76,"x2":23,"y2":113,"x3":4,"y3":112},"charText":"頁","textlineId":9,"picUri":"","isPicText":false},{"charPoly":{"x0":5,"y0":125,"x1":24,"y1":125,"x2":23,"y2":152,"x3":5,"y3":152},"charText":"巳","textlineId":9,"picUri":"","isPicText":false}]},"7501933907890683945":{"wordBoxList":[{"charPoly":{"x0":522,"y0":35,"x1":571,"y1":35,"x2":571,"y2":81,"x3":523,"y3":81},"charText":"喜","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":528,"y0":83,"x1":568,"y1":83,"x2":569,"y2":123,"x3":528,"y3":123},"charText":"明","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":527,"y0":123,"x1":572,"y1":123,"x2":573,"y2":171,"x3":527,"y3":171},"charText":"崴","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":528,"y0":172,"x1":573,"y1":172,"x2":573,"y2":213,"x3":529,"y3":213},"charText":"大","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":531,"y0":216,"x1":575,"y1":216,"x2":575,"y2":252,"x3":531,"y3":252},"charText":"比","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":529,"y0":258,"x1":575,"y1":258,"x2":575,"y2":296,"x3":530,"y3":296},"charText":"兄","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":529,"y0":299,"x1":573,"y1":299,"x2":573,"y2":341,"x3":529,"y3":341},"charText":"宜","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":527,"y0":343,"x1":573,"y1":343,"x2":573,"y2":387,"x3":527,"y3":388},"charText":"作","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":526,"y0":389,"x1":576,"y1":389,"x2":576,"y2":431,"x3":527,"y3":431},"charText":"速","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":529,"y0":438,"x1":574,"y1":438,"x2":574,"y2":465,"x3":529,"y3":465},"charText":"入","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":524,"y0":471,"x1":577,"y1":471,"x2":577,"y2":521,"x3":524,"y3":521},"charText":"都","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":527,"y0":520,"x1":578,"y1":520,"x2":579,"y2":565,"x3":527,"y3":566},"charText":"春","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":533,"y0":567,"x1":574,"y1":567,"x2":575,"y2":612,"x3":534,"y3":612},"charText":"闈","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":529,"y0":620,"x1":577,"y1":621,"x2":577,"y2":636,"x3":529,"y3":635},"charText":"一","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":527,"y0":648,"x1":577,"y1":648,"x2":577,"y2":694,"x3":527,"y3":694},"charText":"戰","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":529,"y0":696,"x1":572,"y1":696,"x2":572,"y2":738,"x3":530,"y3":738},"charText":"方","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":531,"y0":741,"x1":574,"y1":741,"x2":575,"y2":778,"x3":532,"y3":778},"charText":"不","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":538,"y0":780,"x1":571,"y1":780,"x2":571,"y2":826,"x3":538,"y3":827},"charText":"負","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":534,"y0":828,"x1":579,"y1":827,"x2":579,"y2":865,"x3":534,"y3":866},"charText":"兄","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":531,"y0":870,"x1":579,"y1":871,"x2":579,"y2":906,"x3":531,"y3":906},"charText":"之","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":463,"y0":35,"x1":510,"y1":35,"x2":510,"y2":79,"x3":463,"y3":78},"charText":"所","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":463,"y0":78,"x1":510,"y1":78,"x2":510,"y2":128,"x3":463,"y3":128},"charText":"學","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":465,"y0":128,"x1":512,"y1":128,"x2":512,"y2":165,"x3":465,"y3":165},"charText":"也","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":461,"y0":168,"x1":511,"y1":168,"x2":511,"y2":211,"x3":461,"y3":212},"charText":"其","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":461,"y0":212,"x1":510,"y1":212,"x2":510,"y2":255,"x3":462,"y3":256},"charText":"盤","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":470,"y0":255,"x1":510,"y1":255,"x2":510,"y2":304,"x3":470,"y3":305},"charText":"費","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":462,"y0":304,"x1":515,"y1":304,"x2":515,"y2":347,"x3":463,"y3":347},"charText":"餘","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":466,"y0":348,"x1":516,"y1":348,"x2":516,"y2":394,"x3":466,"y3":394},"charText":"事","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":469,"y0":394,"x1":512,"y1":394,"x2":512,"y2":441,"x3":469,"y3":441},"charText":"弟","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":470,"y0":441,"x1":507,"y1":441,"x2":508,"y2":480,"x3":471,"y3":481},"charText":"自","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":464,"y0":480,"x1":515,"y1":480,"x2":515,"y2":519,"x3":465,"y3":519},"charText":"代","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":470,"y0":519,"x1":515,"y1":519,"x2":515,"y2":564,"x3":470,"y3":564},"charText":"為","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":469,"y0":564,"x1":518,"y1":564,"x2":518,"y2":607,"x3":469,"y3":607},"charText":"處","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":470,"y0":607,"x1":519,"y1":607,"x2":519,"y2":649,"x3":470,"y3":649},"charText":"置","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":468,"y0":653,"x1":515,"y1":653,"x2":515,"y2":696,"x3":468,"y3":695},"charText":"亦","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":469,"y0":699,"x1":513,"y1":699,"x2":513,"y2":738,"x3":469,"y3":738},"charText":"不","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":467,"y0":740,"x1":518,"y1":740,"x2":518,"y2":781,"x3":467,"y3":781},"charText":"枉","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":471,"y0":784,"x1":519,"y1":784,"x2":519,"y2":823,"x3":471,"y3":822},"charText":"兄","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":470,"y0":826,"x1":519,"y1":826,"x2":519,"y2":861,"x3":470,"y3":861},"charText":"之","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":465,"y0":865,"x1":520,"y1":865,"x2":520,"y2":908,"x3":465,"y3":908},"charText":"謬","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":399,"y0":34,"x1":452,"y1":34,"x2":452,"y2":76,"x3":400,"y3":77},"charText":"識","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":402,"y0":77,"x1":452,"y1":77,"x2":452,"y2":122,"x3":402,"y3":122},"charText":"矣","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":404,"y0":123,"x1":449,"y1":123,"x2":450,"y2":171,"x3":404,"y3":171},"charText":"當","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":404,"y0":174,"x1":445,"y1":174,"x2":446,"y2":213,"x3":404,"y3":213},"charText":"下","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":405,"y0":217,"x1":450,"y1":217,"x2":450,"y2":261,"x3":406,"y3":261},"charText":"即","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":404,"y0":260,"x1":453,"y1":260,"x2":453,"y2":307,"x3":404,"y3":307},"charText":"命","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":406,"y0":308,"x1":449,"y1":308,"x2":449,"y2":341,"x3":406,"y3":342},"charText":"小","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":402,"y0":342,"x1":450,"y1":342,"x2":450,"y2":387,"x3":402,"y3":387},"charText":"童","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":403,"y0":388,"x1":453,"y1":388,"x2":453,"y2":429,"x3":403,"y3":429},"charText":"進","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":404,"y0":430,"x1":455,"y1":430,"x2":455,"y2":472,"x3":404,"y3":473},"charText":"去","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":405,"y0":473,"x1":453,"y1":473,"x2":454,"y2":517,"x3":405,"y3":518},"charText":"速","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":405,"y0":518,"x1":454,"y1":518,"x2":454,"y2":567,"x3":405,"y3":567},"charText":"封","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":408,"y0":570,"x1":454,"y1":570,"x2":454,"y2":604,"x3":408,"y3":604},"charText":"五","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":408,"y0":606,"x1":450,"y1":606,"x2":450,"y2":648,"x3":409,"y3":648},"charText":"十","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":410,"y0":654,"x1":453,"y1":654,"x2":453,"y2":693,"x3":410,"y3":693},"charText":"兩","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":411,"y0":697,"x1":452,"y1":697,"x2":452,"y2":736,"x3":412,"y3":736},"charText":"白","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":406,"y0":741,"x1":457,"y1":741,"x2":457,"y2":785,"x3":406,"y3":785},"charText":"銀","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":406,"y0":786,"x1":454,"y1":787,"x2":454,"y2":825,"x3":406,"y3":825},"charText":"並","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":411,"y0":828,"x1":453,"y1":828,"x2":453,"y2":865,"x3":411,"y3":865},"charText":"兩","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":406,"y0":864,"x1":458,"y1":865,"x2":458,"y2":911,"x3":406,"y3":911},"charText":"套","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":343,"y0":35,"x1":389,"y1":35,"x2":389,"y2":77,"x3":343,"y3":77},"charText":"冬","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":342,"y0":79,"x1":392,"y1":79,"x2":391,"y2":122,"x3":342,"y3":122},"charText":"衣","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":344,"y0":125,"x1":390,"y1":125,"x2":390,"y2":162,"x3":345,"y3":162},"charText":"又","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":344,"y0":164,"x1":385,"y1":163,"x2":385,"y2":208,"x3":344,"y3":208},"charText":"去","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":344,"y0":211,"x1":385,"y1":211,"x2":385,"y2":254,"x3":344,"y3":253},"charText":"十","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":345,"y0":259,"x1":392,"y1":259,"x2":392,"y2":294,"x3":345,"y3":294},"charText":"九","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":353,"y0":302,"x1":381,"y1":302,"x2":382,"y2":337,"x3":353,"y3":337},"charText":"日","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":347,"y0":342,"x1":386,"y1":342,"x2":386,"y2":385,"x3":348,"y3":385},"charText":"乃","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":342,"y0":386,"x1":389,"y1":386,"x2":389,"y2":431,"x3":343,"y3":431},"charText":"黄","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":345,"y0":432,"x1":392,"y1":432,"x2":392,"y2":476,"x3":345,"y3":476},"charText":"道","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":345,"y0":479,"x1":394,"y1":479,"x2":394,"y2":515,"x3":346,"y3":515},"charText":"之","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":343,"y0":518,"x1":398,"y1":518,"x2":397,"y2":566,"x3":343,"y3":566},"charText":"期","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":350,"y0":569,"x1":395,"y1":569,"x2":395,"y2":607,"x3":350,"y3":607},"charText":"兄","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":348,"y0":610,"x1":392,"y1":610,"x2":392,"y2":652,"x3":348,"y3":652},"charText":"可","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":351,"y0":655,"x1":394,"y1":655,"x2":394,"y2":697,"x3":351,"y3":697},"charText":"即","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":354,"y0":698,"x1":390,"y1":698,"x2":390,"y2":743,"x3":355,"y3":743},"charText":"買","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":348,"y0":742,"x1":394,"y1":742,"x2":394,"y2":787,"x3":348,"y3":787},"charText":"舟","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":350,"y0":790,"x1":392,"y1":790,"x2":392,"y2":827,"x3":350,"y3":827},"charText":"西","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":347,"y0":830,"x1":398,"y1":830,"x2":398,"y2":863,"x3":347,"y3":862},"charText":"上","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":347,"y0":864,"x1":393,"y1":864,"x2":393,"y2":913,"x3":347,"y3":913},"charText":"待","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":279,"y0":33,"x1":327,"y1":33,"x2":327,"y2":77,"x3":279,"y3":77},"charText":"雄","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":283,"y0":77,"x1":329,"y1":77,"x2":329,"y2":121,"x3":283,"y3":122},"charText":"飛","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":284,"y0":123,"x1":326,"y1":123,"x2":326,"y2":169,"x3":284,"y3":169},"charText":"髙","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":282,"y0":168,"x1":332,"y1":168,"x2":332,"y2":217,"x3":282,"y3":217},"charText":"舉","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":284,"y0":219,"x1":325,"y1":219,"x2":325,"y2":261,"x3":285,"y3":261},"charText":"明","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":285,"y0":260,"x1":331,"y1":260,"x2":331,"y2":299,"x3":285,"y3":299},"charText":"冬","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":283,"y0":302,"x1":329,"y1":302,"x2":329,"y2":344,"x3":283,"y3":344},"charText":"再","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":285,"y0":347,"x1":333,"y1":347,"x2":333,"y2":385,"x3":285,"y3":385},"charText":"晤","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":284,"y0":387,"x1":328,"y1":386,"x2":328,"y2":430,"x3":285,"y3":430},"charText":"豈","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":287,"y0":432,"x1":329,"y1":432,"x2":330,"y2":473,"x3":287,"y3":473},"charText":"非","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":286,"y0":473,"x1":331,"y1":473,"x2":331,"y2":515,"x3":286,"y3":515},"charText":"大","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":284,"y0":516,"x1":330,"y1":516,"x2":330,"y2":562,"x3":285,"y3":562},"charText":"快","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":285,"y0":566,"x1":334,"y1":566,"x2":334,"y2":601,"x3":285,"y3":601},"charText":"之","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":287,"y0":601,"x1":327,"y1":601,"x2":328,"y2":655,"x3":287,"y3":655},"charText":"事","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":286,"y0":657,"x1":335,"y1":658,"x2":335,"y2":703,"x3":286,"y3":702},"charText":"耶","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":288,"y0":705,"x1":329,"y1":705,"x2":329,"y2":743,"x3":288,"y3":743},"charText":"雨","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":285,"y0":743,"x1":331,"y1":743,"x2":330,"y2":786,"x3":285,"y3":786},"charText":"村","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":287,"y0":786,"x1":334,"y1":786,"x2":334,"y2":826,"x3":287,"y3":826},"charText":"收","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":292,"y0":827,"x1":324,"y1":827,"x2":324,"y2":871,"x3":292,"y3":871},"charText":"了","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":283,"y0":873,"x1":333,"y1":874,"x2":333,"y2":914,"x3":282,"y3":914},"charText":"銀","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":220,"y0":34,"x1":271,"y1":34,"x2":271,"y2":78,"x3":220,"y3":78},"charText":"衣","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":221,"y0":80,"x1":265,"y1":81,"x2":265,"y2":119,"x3":221,"y3":119},"charText":"不","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":221,"y0":121,"x1":267,"y1":121,"x2":268,"y2":164,"x3":221,"y3":164},"charText":"過","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":220,"y0":167,"x1":270,"y1":167,"x2":270,"y2":207,"x3":220,"y3":206},"charText":"略","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":219,"y0":209,"x1":268,"y1":209,"x2":268,"y2":260,"x3":219,"y3":260},"charText":"謝","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":221,"y0":267,"x1":269,"y1":268,"x2":269,"y2":283,"x3":221,"y3":282},"charText":"一","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":219,"y0":298,"x1":273,"y1":298,"x2":274,"y2":339,"x3":219,"y3":339},"charText":"語","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":221,"y0":341,"x1":270,"y1":341,"x2":270,"y2":382,"x3":221,"y3":382},"charText":"並","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":224,"y0":388,"x1":268,"y1":388,"x2":268,"y2":426,"x3":224,"y3":427},"charText":"不","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":224,"y0":430,"x1":272,"y1":430,"x2":272,"y2":473,"x3":224,"y3":473},"charText":"介","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":224,"y0":473,"x1":273,"y1":473,"x2":273,"y2":519,"x3":224,"y3":520},"charText":"意","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":222,"y0":521,"x1":267,"y1":521,"x2":267,"y2":562,"x3":222,"y3":562},"charText":"仍","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":225,"y0":563,"x1":273,"y1":563,"x2":273,"y2":606,"x3":225,"y3":606},"charText":"是","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":226,"y0":607,"x1":274,"y1":607,"x2":274,"y2":649,"x3":227,"y3":649},"charText":"吃","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":226,"y0":654,"x1":270,"y1":654,"x2":271,"y2":694,"x3":227,"y3":694},"charText":"酒","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":224,"y0":694,"x1":274,"y1":694,"x2":274,"y2":738,"x3":224,"y3":738},"charText":"談","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":228,"y0":739,"x1":276,"y1":739,"x2":276,"y2":786,"x3":227,"y3":786},"charText":"笑","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":226,"y0":789,"x1":273,"y1":789,"x2":272,"y2":833,"x3":226,"y3":833},"charText":"那","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":226,"y0":833,"x1":275,"y1":834,"x2":275,"y2":870,"x3":226,"y3":870},"charText":"天","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":231,"y0":874,"x1":274,"y1":874,"x2":274,"y2":911,"x3":232,"y3":911},"charText":"已","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":161,"y0":33,"x1":209,"y1":33,"x2":209,"y2":76,"x3":161,"y3":76},"charText":"交","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":161,"y0":79,"x1":206,"y1":79,"x2":206,"y2":112,"x3":161,"y3":112},"charText":"三","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":160,"y0":114,"x1":212,"y1":114,"x2":212,"y2":162,"x3":160,"y3":162},"charText":"鼓","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":161,"y0":171,"x1":206,"y1":171,"x2":206,"y2":202,"x3":161,"y3":202},"charText":"二","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":159,"y0":212,"x1":210,"y1":212,"x2":210,"y2":248,"x3":159,"y3":248},"charText":"人","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":162,"y0":254,"x1":203,"y1":253,"x2":203,"y2":295,"x3":162,"y3":295},"charText":"方","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":160,"y0":296,"x1":212,"y1":296,"x2":213,"y2":342,"x3":160,"y3":342},"charText":"散","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":162,"y0":344,"x1":206,"y1":344,"x2":207,"y2":381,"x3":163,"y3":381},"charText":"士","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":163,"y0":384,"x1":209,"y1":384,"x2":209,"y2":428,"x3":163,"y3":428},"charText":"隐","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":161,"y0":429,"x1":210,"y1":429,"x2":211,"y2":473,"x3":161,"y3":474},"charText":"送","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":165,"y0":477,"x1":208,"y1":477,"x2":208,"y2":516,"x3":165,"y3":517},"charText":"雨","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":162,"y0":519,"x1":210,"y1":519,"x2":210,"y2":563,"x3":162,"y3":563},"charText":"村","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":162,"y0":563,"x1":209,"y1":563,"x2":209,"y2":605,"x3":162,"y3":605},"charText":"去","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":162,"y0":608,"x1":216,"y1":608,"x2":216,"y2":651,"x3":163,"y3":651},"charText":"後","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":168,"y0":657,"x1":210,"y1":657,"x2":210,"y2":690,"x3":168,"y3":690},"charText":"回","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":167,"y0":694,"x1":210,"y1":693,"x2":210,"y2":745,"x3":167,"y3":745},"charText":"房","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":165,"y0":753,"x1":211,"y1":753,"x2":212,"y2":769,"x3":165,"y3":769},"charText":"一","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":167,"y0":781,"x1":216,"y1":780,"x2":216,"y2":830,"x3":168,"y3":830},"charText":"覺","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":166,"y0":829,"x1":212,"y1":829,"x2":212,"y2":870,"x3":166,"y3":870},"charText":"直","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":167,"y0":875,"x1":213,"y1":874,"x2":214,"y2":914,"x3":167,"y3":914},"charText":"至","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":99,"y0":35,"x1":147,"y1":36,"x2":147,"y2":73,"x3":99,"y3":72},"charText":"紅","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":108,"y0":78,"x1":139,"y1":79,"x2":139,"y2":113,"x3":108,"y3":113},"charText":"日","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":98,"y0":120,"x1":146,"y1":120,"x2":146,"y2":155,"x3":98,"y3":154},"charText":"三","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":97,"y0":160,"x1":143,"y1":160,"x2":143,"y2":214,"x3":97,"y3":214},"charText":"竿","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":97,"y0":214,"x1":143,"y1":215,"x2":143,"y2":254,"x3":98,"y3":254},"charText":"方","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":99,"y0":257,"x1":150,"y1":257,"x2":150,"y2":297,"x3":99,"y3":297},"charText":"醒","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":104,"y0":301,"x1":144,"y1":302,"x2":144,"y2":344,"x3":104,"y3":344},"charText":"因","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":103,"y0":345,"x1":146,"y1":345,"x2":146,"y2":385,"x3":103,"y3":385},"charText":"思","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":101,"y0":385,"x1":146,"y1":385,"x2":146,"y2":433,"x3":102,"y3":433},"charText":"昨","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":100,"y0":432,"x1":149,"y1":432,"x2":149,"y2":477,"x3":100,"y3":477},"charText":"夜","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":102,"y0":479,"x1":151,"y1":479,"x2":151,"y2":513,"x3":102,"y3":513},"charText":"之","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":104,"y0":515,"x1":153,"y1":514,"x2":153,"y2":571,"x3":105,"y3":571},"charText":"事","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":100,"y0":572,"x1":148,"y1":572,"x2":149,"y2":616,"x3":101,"y3":616},"charText":"意","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":102,"y0":616,"x1":153,"y1":616,"x2":153,"y2":655,"x3":102,"y3":655},"charText":"欲","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":100,"y0":657,"x1":150,"y1":656,"x2":150,"y2":699,"x3":101,"y3":699},"charText":"再","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":105,"y0":700,"x1":150,"y1":700,"x2":150,"y2":748,"x3":105,"y3":748},"charText":"寫","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":108,"y0":749,"x1":151,"y1":749,"x2":151,"y2":787,"x3":108,"y3":787},"charText":"兩","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":104,"y0":786,"x1":153,"y1":786,"x2":153,"y2":829,"x3":104,"y3":829},"charText":"封","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":105,"y0":828,"x1":156,"y1":828,"x2":156,"y2":875,"x3":104,"y3":875},"charText":"書","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":102,"y0":876,"x1":157,"y1":876,"x2":157,"y2":918,"x3":102,"y3":918},"charText":"與","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":36,"y0":33,"x1":81,"y1":34,"x2":81,"y2":74,"x3":36,"y3":73},"charText":"雨","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":31,"y0":73,"x1":82,"y1":73,"x2":82,"y2":117,"x3":31,"y3":116},"charText":"村","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":33,"y0":116,"x1":81,"y1":117,"x2":81,"y2":168,"x3":33,"y3":167},"charText":"帯","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":33,"y0":170,"x1":79,"y1":170,"x2":79,"y2":210,"x3":33,"y3":211},"charText":"至","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":31,"y0":211,"x1":80,"y1":210,"x2":80,"y2":257,"x3":31,"y3":257},"charText":"神","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":28,"y0":256,"x1":88,"y1":256,"x2":88,"y2":300,"x3":28,"y3":300},"charText":"都","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":29,"y0":299,"x1":86,"y1":299,"x2":86,"y2":343,"x3":29,"y3":343},"charText":"使","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":35,"y0":344,"x1":81,"y1":344,"x2":82,"y2":384,"x3":35,"y3":384},"charText":"雨","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":32,"y0":384,"x1":82,"y1":384,"x2":82,"y2":429,"x3":32,"y3":429},"charText":"村","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":33,"y0":429,"x1":85,"y1":429,"x2":86,"y2":472,"x3":33,"y3":472},"charText":"投","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":31,"y0":475,"x1":80,"y1":475,"x2":81,"y2":522,"x3":32,"y3":522},"charText":"謁","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":33,"y0":523,"x1":82,"y1":523,"x2":83,"y2":565,"x3":34,"y3":565},"charText":"個","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":32,"y0":566,"x1":83,"y1":566,"x2":84,"y2":607,"x3":32,"y3":608},"charText":"仕","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":37,"y0":609,"x1":82,"y1":609,"x2":83,"y2":652,"x3":38,"y3":653},"charText":"宦","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":37,"y0":655,"x1":87,"y1":654,"x2":88,"y2":692,"x3":37,"y3":692},"charText":"之","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":41,"y0":695,"x1":92,"y1":695,"x2":92,"y2":744,"x3":41,"y3":744},"charText":"家","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":745,"x1":88,"y1":744,"x2":89,"y2":788,"x3":40,"y3":788},"charText":"為","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":39,"y0":787,"x1":88,"y1":787,"x2":88,"y2":836,"x3":39,"y3":836},"charText":"寄","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":836,"x1":93,"y1":836,"x2":92,"y2":878,"x3":40,"y3":878},"charText":"足","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":37,"y0":879,"x1":92,"y1":879,"x2":92,"y2":916,"x3":37,"y3":916},"charText":"之","textlineId":8,"picUri":"","isPicText":false}]},"7501933907890700329":{"wordBoxList":[{"charPoly":{"x0":520,"y0":29,"x1":571,"y1":28,"x2":571,"y2":69,"x3":521,"y3":69},"charText":"地","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":527,"y0":75,"x1":565,"y1":74,"x2":565,"y2":116,"x3":527,"y3":116},"charText":"因","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":523,"y0":115,"x1":569,"y1":114,"x2":570,"y2":161,"x3":523,"y3":161},"charText":"使","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":522,"y0":165,"x1":570,"y1":166,"x2":570,"y2":202,"x3":522,"y3":202},"charText":"人","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":521,"y0":206,"x1":568,"y1":206,"x2":568,"y2":249,"x3":520,"y3":249},"charText":"過","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":521,"y0":249,"x1":567,"y1":249,"x2":567,"y2":292,"x3":521,"y3":292},"charText":"去","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":520,"y0":293,"x1":567,"y1":293,"x2":567,"y2":340,"x3":520,"y3":340},"charText":"請","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":523,"y0":340,"x1":571,"y1":340,"x2":571,"y2":387,"x3":523,"y3":387},"charText":"時","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":521,"y0":388,"x1":567,"y1":388,"x2":567,"y2":428,"x3":521,"y3":428},"charText":"那","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":526,"y0":428,"x1":569,"y1":428,"x2":569,"y2":472,"x3":526,"y3":472},"charText":"家","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":525,"y0":472,"x1":570,"y1":472,"x2":570,"y2":496,"x3":525,"y3":496},"charText":"人","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":523,"y0":494,"x1":568,"y1":494,"x2":568,"y2":527,"x3":522,"y3":526},"charText":"去","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":530,"y0":526,"x1":563,"y1":526,"x2":563,"y2":562,"x3":530,"y3":562},"charText":"了","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":528,"y0":562,"x1":567,"y1":562,"x2":567,"y2":596,"x3":528,"y3":596},"charText":"回","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":527,"y0":596,"x1":572,"y1":596,"x2":572,"y2":646,"x3":527,"y3":646},"charText":"来","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":524,"y0":649,"x1":571,"y1":649,"x2":571,"y2":690,"x3":524,"y3":690},"charText":"言","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":522,"y0":694,"x1":568,"y1":694,"x2":568,"y2":734,"x3":522,"y3":734},"charText":"和","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":527,"y0":733,"x1":570,"y1":733,"x2":570,"y2":774,"x3":527,"y3":774},"charText":"尚","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":521,"y0":774,"x1":572,"y1":774,"x2":571,"y2":814,"x3":521,"y3":814},"charText":"説","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":529,"y0":814,"x1":565,"y1":814,"x2":564,"y2":859,"x3":529,"y3":859},"charText":"賈","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":521,"y0":859,"x1":571,"y1":860,"x2":571,"y2":900,"x3":521,"y3":900},"charText":"爺","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":462,"y0":33,"x1":509,"y1":32,"x2":509,"y2":74,"x3":462,"y3":75},"charText":"今","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":471,"y0":79,"x1":497,"y1":79,"x2":498,"y2":114,"x3":472,"y3":114},"charText":"日","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":460,"y0":120,"x1":507,"y1":120,"x2":507,"y2":154,"x3":460,"y3":155},"charText":"五","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":460,"y0":159,"x1":510,"y1":159,"x2":510,"y2":205,"x3":460,"y3":205},"charText":"鼓","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":465,"y0":209,"x1":508,"y1":210,"x2":508,"y2":246,"x3":465,"y3":246},"charText":"巳","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":460,"y0":250,"x1":509,"y1":250,"x2":509,"y2":294,"x3":460,"y3":294},"charText":"進","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":462,"y0":296,"x1":505,"y1":296,"x2":505,"y2":340,"x3":462,"y3":340},"charText":"京","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":461,"y0":341,"x1":506,"y1":341,"x2":506,"y2":382,"x3":461,"y3":382},"charText":"去","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":471,"y0":385,"x1":511,"y1":385,"x2":511,"y2":426,"x3":471,"y3":426},"charText":"了","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":465,"y0":427,"x1":510,"y1":427,"x2":510,"y2":464,"x3":465,"y3":464},"charText":"也","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":469,"y0":466,"x1":503,"y1":466,"x2":503,"y2":511,"x3":469,"y3":512},"charText":"曽","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":468,"y0":514,"x1":504,"y1":514,"x2":505,"y2":558,"x3":468,"y3":557},"charText":"留","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":464,"y0":561,"x1":504,"y1":561,"x2":504,"y2":598,"x3":464,"y3":598},"charText":"下","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":460,"y0":601,"x1":507,"y1":601,"x2":506,"y2":641,"x3":460,"y3":641},"charText":"話","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":460,"y0":644,"x1":510,"y1":644,"x2":510,"y2":688,"x3":460,"y3":688},"charText":"與","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":461,"y0":691,"x1":506,"y1":691,"x2":506,"y2":729,"x3":461,"y3":728},"charText":"和","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":466,"y0":732,"x1":511,"y1":732,"x2":511,"y2":772,"x3":466,"y3":772},"charText":"尚","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":461,"y0":773,"x1":509,"y1":773,"x2":509,"y2":818,"x3":460,"y3":818},"charText":"轉","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":462,"y0":818,"x1":508,"y1":818,"x2":508,"y2":861,"x3":462,"y3":860},"charText":"達","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":461,"y0":860,"x1":508,"y1":860,"x2":507,"y2":901,"x3":460,"y3":900},"charText":"老","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":397,"y0":33,"x1":450,"y1":33,"x2":450,"y2":81,"x3":398,"y3":82},"charText":"爺","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":398,"y0":81,"x1":451,"y1":82,"x2":451,"y2":121,"x3":398,"y3":121},"charText":"説","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":397,"y0":121,"x1":446,"y1":121,"x2":446,"y2":167,"x3":397,"y3":167},"charText":"讀","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":400,"y0":166,"x1":440,"y1":166,"x2":440,"y2":213,"x3":400,"y3":213},"charText":"書","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":398,"y0":216,"x1":446,"y1":216,"x2":446,"y2":249,"x3":398,"y3":249},"charText":"人","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":400,"y0":254,"x1":442,"y1":254,"x2":442,"y2":292,"x3":401,"y3":292},"charText":"不","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":400,"y0":293,"x1":444,"y1":293,"x2":445,"y2":336,"x3":400,"y3":336},"charText":"在","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":399,"y0":336,"x1":446,"y1":336,"x2":447,"y2":381,"x3":400,"y3":381},"charText":"黄","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":401,"y0":382,"x1":449,"y1":381,"x2":449,"y2":424,"x3":401,"y3":424},"charText":"道","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":405,"y0":427,"x1":448,"y1":427,"x2":448,"y2":465,"x3":405,"y3":466},"charText":"黑","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":401,"y0":468,"x1":452,"y1":468,"x2":452,"y2":510,"x3":401,"y3":510},"charText":"道","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":403,"y0":513,"x1":450,"y1":513,"x2":450,"y2":557,"x3":402,"y3":557},"charText":"總","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":404,"y0":561,"x1":445,"y1":562,"x2":445,"y2":593,"x3":404,"y3":593},"charText":"以","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":403,"y0":595,"x1":443,"y1":595,"x2":443,"y2":648,"x3":403,"y3":648},"charText":"事","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":402,"y0":651,"x1":445,"y1":651,"x2":446,"y2":688,"x3":403,"y3":688},"charText":"理","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":405,"y0":690,"x1":450,"y1":690,"x2":450,"y2":733,"x3":405,"y3":733},"charText":"為","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":399,"y0":735,"x1":452,"y1":735,"x2":452,"y2":775,"x3":399,"y3":775},"charText":"要","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":404,"y0":777,"x1":446,"y1":778,"x2":446,"y2":814,"x3":404,"y3":814},"charText":"不","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":404,"y0":816,"x1":451,"y1":817,"x2":450,"y2":855,"x3":404,"y3":855},"charText":"及","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":406,"y0":860,"x1":447,"y1":861,"x2":447,"y2":899,"x3":406,"y3":898},"charText":"面","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":340,"y0":31,"x1":386,"y1":31,"x2":386,"y2":82,"x3":340,"y3":82},"charText":"辭","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":347,"y0":81,"x1":390,"y1":81,"x2":389,"y2":121,"x3":347,"y3":121},"charText":"了","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":340,"y0":123,"x1":384,"y1":123,"x2":383,"y2":160,"x3":340,"y3":160},"charText":"士","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":342,"y0":163,"x1":386,"y1":163,"x2":386,"y2":207,"x3":342,"y3":207},"charText":"隐","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":339,"y0":209,"x1":385,"y1":209,"x2":386,"y2":253,"x3":339,"y3":253},"charText":"聽","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":348,"y0":255,"x1":390,"y1":254,"x2":390,"y2":296,"x3":349,"y3":297},"charText":"了","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":341,"y0":298,"x1":387,"y1":297,"x2":388,"y2":336,"x3":341,"y3":336},"charText":"也","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":346,"y0":342,"x1":383,"y1":342,"x2":383,"y2":377,"x3":346,"y3":376},"charText":"只","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":341,"y0":380,"x1":387,"y1":380,"x2":387,"y2":428,"x3":341,"y3":428},"charText":"得","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":343,"y0":430,"x1":386,"y1":430,"x2":386,"y2":475,"x3":343,"y3":475},"charText":"罷","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":349,"y0":477,"x1":391,"y1":477,"x2":391,"y2":516,"x3":349,"y3":516},"charText":"了","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":339,"y0":516,"x1":388,"y1":516,"x2":388,"y2":561,"x3":339,"y3":561},"charText":"真","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":341,"y0":562,"x1":389,"y1":562,"x2":389,"y2":603,"x3":341,"y3":603},"charText":"是","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":346,"y0":604,"x1":384,"y1":604,"x2":385,"y2":647,"x3":346,"y3":647},"charText":"閒","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":342,"y0":647,"x1":388,"y1":647,"x2":388,"y2":691,"x3":342,"y3":691},"charText":"處","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":343,"y0":692,"x1":390,"y1":692,"x2":390,"y2":732,"x3":343,"y3":732},"charText":"光","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":344,"y0":734,"x1":390,"y1":734,"x2":390,"y2":777,"x3":344,"y3":777},"charText":"隂","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":349,"y0":777,"x1":383,"y1":777,"x2":384,"y2":819,"x3":349,"y3":819},"charText":"易","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":342,"y0":820,"x1":391,"y1":820,"x2":391,"y2":858,"x3":342,"y3":858},"charText":"過","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":339,"y0":859,"x1":391,"y1":860,"x2":391,"y2":900,"x3":339,"y3":900},"charText":"條","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":282,"y0":33,"x1":325,"y1":33,"x2":325,"y2":78,"x3":282,"y3":78},"charText":"忽","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":283,"y0":80,"x1":327,"y1":81,"x2":327,"y2":114,"x3":283,"y3":114},"charText":"又","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":280,"y0":116,"x1":327,"y1":116,"x2":327,"y2":161,"x3":280,"y3":161},"charText":"是","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":281,"y0":165,"x1":327,"y1":165,"x2":327,"y2":205,"x3":281,"y3":205},"charText":"元","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":283,"y0":208,"x1":324,"y1":208,"x2":325,"y2":254,"x3":283,"y3":254},"charText":"宵","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":281,"y0":254,"x1":324,"y1":254,"x2":324,"y2":295,"x3":281,"y3":296},"charText":"佳","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":286,"y0":295,"x1":328,"y1":295,"x2":328,"y2":341,"x3":286,"y3":341},"charText":"莭","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":282,"y0":341,"x1":331,"y1":341,"x2":331,"y2":383,"x3":281,"y3":383},"charText":"矣","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":287,"y0":385,"x1":325,"y1":385,"x2":325,"y2":426,"x3":287,"y3":426},"charText":"因","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":284,"y0":427,"x1":325,"y1":427,"x2":325,"y2":463,"x3":284,"y3":463},"charText":"士","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":284,"y0":467,"x1":327,"y1":467,"x2":328,"y2":510,"x3":284,"y3":510},"charText":"隐","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":282,"y0":514,"x1":329,"y1":514,"x2":329,"y2":562,"x3":282,"y3":562},"charText":"命","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":286,"y0":562,"x1":329,"y1":562,"x2":329,"y2":607,"x3":286,"y3":606},"charText":"家","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":283,"y0":608,"x1":329,"y1":608,"x2":329,"y2":640,"x3":283,"y3":639},"charText":"人","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":283,"y0":643,"x1":326,"y1":643,"x2":326,"y2":689,"x3":283,"y3":689},"charText":"霍","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":281,"y0":690,"x1":331,"y1":690,"x2":331,"y2":733,"x3":280,"y3":733},"charText":"啟","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":301,"y0":740,"x1":330,"y1":741,"x2":330,"y2":776,"x3":301,"y3":776},"charText":"妙","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":301,"y0":781,"x1":330,"y1":781,"x2":330,"y2":811,"x3":300,"y3":811},"charText":"禍","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":302,"y0":820,"x1":331,"y1":820,"x2":331,"y2":852,"x3":302,"y3":852},"charText":"起","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":304,"y0":865,"x1":331,"y1":865,"x2":331,"y2":894,"x3":304,"y3":893},"charText":"也","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":275,"y0":741,"x1":300,"y1":742,"x2":301,"y2":770,"x3":275,"y3":770},"charText":"此","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":275,"y0":783,"x1":298,"y1":783,"x2":299,"y2":811,"x3":276,"y3":811},"charText":"因","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":275,"y0":817,"x1":301,"y1":817,"x2":301,"y2":855,"x3":275,"y3":855},"charText":"事","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":275,"y0":867,"x1":306,"y1":866,"x2":305,"y2":900,"x3":275,"y3":900},"charText":"命","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":238,"y0":35,"x1":267,"y1":35,"x2":266,"y2":71,"x3":238,"y3":71},"charText":"名","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":218,"y0":72,"x1":266,"y1":72,"x2":266,"y2":114,"x3":218,"y3":114},"charText":"抱","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":227,"y0":119,"x1":257,"y1":119,"x2":257,"y2":161,"x3":227,"y3":161},"charText":"了","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":221,"y0":162,"x1":265,"y1":162,"x2":265,"y2":207,"x3":221,"y3":207},"charText":"英","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":220,"y0":207,"x1":266,"y1":207,"x2":266,"y2":252,"x3":221,"y3":252},"charText":"蓮","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":221,"y0":252,"x1":266,"y1":252,"x2":266,"y2":293,"x3":221,"y3":293},"charText":"去","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":220,"y0":295,"x1":264,"y1":295,"x2":264,"y2":340,"x3":220,"y3":340},"charText":"看","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":220,"y0":341,"x1":266,"y1":341,"x2":267,"y2":380,"x3":220,"y3":380},"charText":"社","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":224,"y0":380,"x1":267,"y1":380,"x2":267,"y2":420,"x3":224,"y3":420},"charText":"火","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":222,"y0":421,"x1":268,"y1":421,"x2":268,"y2":468,"x3":221,"y3":468},"charText":"花","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":222,"y0":470,"x1":271,"y1":470,"x2":271,"y2":512,"x3":222,"y3":512},"charText":"燈","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":222,"y0":513,"x1":265,"y1":512,"x2":265,"y2":561,"x3":222,"y3":561},"charText":"半","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":223,"y0":562,"x1":268,"y1":562,"x2":268,"y2":603,"x3":223,"y3":603},"charText":"夜","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":227,"y0":602,"x1":262,"y1":602,"x2":262,"y2":647,"x3":227,"y3":647},"charText":"中","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":223,"y0":648,"x1":265,"y1":648,"x2":265,"y2":691,"x3":223,"y3":691},"charText":"霍","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":220,"y0":692,"x1":269,"y1":692,"x2":269,"y2":733,"x3":220,"y3":733},"charText":"啟","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":227,"y0":736,"x1":264,"y1":737,"x2":264,"y2":776,"x3":227,"y3":775},"charText":"因","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":220,"y0":776,"x1":269,"y1":776,"x2":269,"y2":817,"x3":220,"y3":817},"charText":"要","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":223,"y0":819,"x1":266,"y1":820,"x2":266,"y2":854,"x3":223,"y3":854},"charText":"小","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":223,"y0":859,"x1":271,"y1":859,"x2":270,"y2":903,"x3":222,"y3":903},"charText":"觧","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":159,"y0":32,"x1":211,"y1":32,"x2":211,"y2":73,"x3":159,"y3":73},"charText":"便","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":162,"y0":74,"x1":209,"y1":74,"x2":209,"y2":119,"x3":161,"y3":119},"charText":"将","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":159,"y0":118,"x1":205,"y1":119,"x2":205,"y2":164,"x3":159,"y3":164},"charText":"英","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":159,"y0":164,"x1":208,"y1":163,"x2":208,"y2":206,"x3":159,"y3":206},"charText":"蓮","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":159,"y0":207,"x1":210,"y1":207,"x2":209,"y2":250,"x3":158,"y3":249},"charText":"放","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":160,"y0":250,"x1":207,"y1":250,"x2":207,"y2":295,"x3":161,"y3":295},"charText":"在","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":161,"y0":307,"x1":208,"y1":307,"x2":208,"y2":322,"x3":161,"y3":322},"charText":"一","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":164,"y0":334,"x1":207,"y1":334,"x2":208,"y2":383,"x3":164,"y3":383},"charText":"家","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":165,"y0":386,"x1":205,"y1":386,"x2":205,"y2":428,"x3":166,"y3":428},"charText":"門","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":160,"y0":428,"x1":206,"y1":427,"x2":206,"y2":469,"x3":160,"y3":470},"charText":"檻","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":161,"y0":472,"x1":207,"y1":472,"x2":208,"y2":508,"x3":161,"y3":508},"charText":"上","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":162,"y0":513,"x1":207,"y1":512,"x2":207,"y2":554,"x3":162,"y3":554},"charText":"坐","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":159,"y0":556,"x1":212,"y1":556,"x2":212,"y2":603,"x3":159,"y3":604},"charText":"翔","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":162,"y0":604,"x1":208,"y1":604,"x2":208,"y2":650,"x3":162,"y3":650},"charText":"待","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":159,"y0":651,"x1":210,"y1":651,"x2":209,"y2":688,"x3":159,"y3":688},"charText":"他","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":162,"y0":692,"x1":204,"y1":692,"x2":204,"y2":726,"x3":162,"y3":726},"charText":"小","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":161,"y0":731,"x1":208,"y1":731,"x2":208,"y2":779,"x3":161,"y3":779},"charText":"觧","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":163,"y0":779,"x1":207,"y1":779,"x2":207,"y2":819,"x3":164,"y3":819},"charText":"完","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":169,"y0":820,"x1":198,"y1":820,"x2":198,"y2":860,"x3":169,"y3":860},"charText":"了","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":163,"y0":860,"x1":210,"y1":860,"x2":210,"y2":904,"x3":163,"y3":904},"charText":"来","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":99,"y0":30,"x1":149,"y1":30,"x2":149,"y2":74,"x3":99,"y3":74},"charText":"抱","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":102,"y0":73,"x1":151,"y1":73,"x2":151,"y2":123,"x3":101,"y3":123},"charText":"時","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":101,"y0":124,"x1":146,"y1":124,"x2":146,"y2":166,"x3":100,"y3":166},"charText":"那","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":101,"y0":165,"x1":143,"y1":165,"x2":143,"y2":211,"x3":101,"y3":211},"charText":"有","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":98,"y0":211,"x1":146,"y1":211,"x2":145,"y2":254,"x3":98,"y3":254},"charText":"英","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":99,"y0":254,"x1":147,"y1":254,"x2":147,"y2":298,"x3":99,"y3":298},"charText":"蓮","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":103,"y0":299,"x1":146,"y1":299,"x2":146,"y2":343,"x3":103,"y3":343},"charText":"的","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":101,"y0":343,"x1":146,"y1":343,"x2":146,"y2":381,"x3":101,"y3":381},"charText":"踪","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":99,"y0":383,"x1":148,"y1":383,"x2":148,"y2":427,"x3":98,"y3":427},"charText":"影","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":105,"y0":428,"x1":147,"y1":428,"x2":147,"y2":472,"x3":105,"y3":472},"charText":"急","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":102,"y0":472,"x1":146,"y1":472,"x2":146,"y2":518,"x3":102,"y3":518},"charText":"得","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":103,"y0":519,"x1":146,"y1":519,"x2":146,"y2":564,"x3":103,"y3":564},"charText":"霍","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":99,"y0":564,"x1":150,"y1":564,"x2":149,"y2":604,"x3":99,"y3":604},"charText":"啟","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":102,"y0":604,"x1":147,"y1":604,"x2":147,"y2":645,"x3":102,"y3":645},"charText":"直","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":103,"y0":646,"x1":146,"y1":647,"x2":146,"y2":695,"x3":102,"y3":695},"charText":"尋","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":108,"y0":696,"x1":137,"y1":696,"x2":137,"y2":735,"x3":108,"y3":734},"charText":"了","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":102,"y0":734,"x1":144,"y1":734,"x2":143,"y2":779,"x3":101,"y3":779},"charText":"半","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":100,"y0":779,"x1":150,"y1":779,"x2":150,"y2":820,"x3":100,"y3":820},"charText":"夜","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":103,"y0":822,"x1":146,"y1":822,"x2":146,"y2":861,"x3":103,"y3":861},"charText":"至","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":102,"y0":866,"x1":147,"y1":866,"x2":147,"y2":903,"x3":101,"y3":903},"charText":"天","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":43,"y0":6,"x1":51,"y1":6,"x2":52,"y2":19,"x3":44,"y3":19},"charText":"月","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":39,"y0":33,"x1":82,"y1":32,"x2":82,"y2":75,"x3":39,"y3":75},"charText":"明","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":35,"y0":77,"x1":82,"y1":77,"x2":82,"y2":115,"x3":36,"y3":115},"charText":"不","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":38,"y0":117,"x1":89,"y1":117,"x2":89,"y2":161,"x3":38,"y3":161},"charText":"見","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":36,"y0":165,"x1":85,"y1":165,"x2":84,"y2":209,"x3":36,"y3":208},"charText":"那","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":39,"y0":209,"x1":83,"y1":209,"x2":83,"y2":253,"x3":39,"y3":253},"charText":"霍","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":36,"y0":254,"x1":88,"y1":254,"x2":87,"y2":297,"x3":36,"y3":297},"charText":"啟","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":39,"y0":299,"x1":86,"y1":299,"x2":86,"y2":336,"x3":39,"y3":336},"charText":"也","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":35,"y0":339,"x1":87,"y1":339,"x2":87,"y2":382,"x3":34,"y3":382},"charText":"就","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":37,"y0":386,"x1":81,"y1":386,"x2":81,"y2":424,"x3":37,"y3":424},"charText":"不","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":35,"y0":425,"x1":88,"y1":424,"x2":88,"y2":471,"x3":36,"y3":471},"charText":"敢","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":39,"y0":475,"x1":83,"y1":474,"x2":84,"y2":508,"x3":40,"y3":508},"charText":"回","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":509,"x1":88,"y1":509,"x2":88,"y2":561,"x3":40,"y3":561},"charText":"来","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":563,"x1":87,"y1":563,"x2":88,"y2":603,"x3":40,"y3":603},"charText":"見","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":39,"y0":605,"x1":85,"y1":605,"x2":85,"y2":643,"x3":39,"y3":643},"charText":"主","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":38,"y0":649,"x1":92,"y1":650,"x2":92,"y2":685,"x3":37,"y3":685},"charText":"人","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":36,"y0":688,"x1":90,"y1":689,"x2":89,"y2":731,"x3":36,"y3":730},"charText":"便","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":37,"y0":733,"x1":87,"y1":733,"x2":87,"y2":773,"x3":36,"y3":773},"charText":"逃","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":37,"y0":774,"x1":87,"y1":774,"x2":87,"y2":816,"x3":37,"y3":817},"charText":"徃","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":37,"y0":817,"x1":90,"y1":817,"x2":90,"y2":856,"x3":37,"y3":857},"charText":"他","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":860,"x1":88,"y1":861,"x2":88,"y2":903,"x3":39,"y3":903},"charText":"鄉","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":0,"y0":42,"x1":21,"y1":42,"x2":21,"y2":63,"x3":0,"y3":63},"charText":"不","textlineId":9,"picUri":"","isPicText":false}]},"7501933907890716713":{"wordBoxList":[{"charPoly":{"x0":524,"y0":36,"x1":573,"y1":36,"x2":573,"y2":80,"x3":524,"y3":80},"charText":"去","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":533,"y0":81,"x1":576,"y1":82,"x2":575,"y2":125,"x3":533,"y3":125},"charText":"了","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":524,"y0":128,"x1":571,"y1":128,"x2":571,"y2":173,"x3":524,"y3":173},"charText":"那","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":526,"y0":173,"x1":570,"y1":174,"x2":570,"y2":210,"x3":525,"y3":209},"charText":"士","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":529,"y0":212,"x1":573,"y1":212,"x2":573,"y2":256,"x3":529,"y3":256},"charText":"隐","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":526,"y0":256,"x1":573,"y1":256,"x2":573,"y2":299,"x3":526,"y3":299},"charText":"夫","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":522,"y0":300,"x1":573,"y1":301,"x2":573,"y2":347,"x3":522,"y3":347},"charText":"婦","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":528,"y0":348,"x1":574,"y1":348,"x2":574,"y2":389,"x3":528,"y3":389},"charText":"見","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":522,"y0":392,"x1":572,"y1":393,"x2":572,"y2":428,"x3":522,"y3":427},"charText":"女","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":530,"y0":429,"x1":572,"y1":430,"x2":572,"y2":472,"x3":529,"y3":471},"charText":"兜","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":525,"y0":483,"x1":570,"y1":484,"x2":570,"y2":500,"x3":525,"y3":500},"charText":"一","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":524,"y0":512,"x1":572,"y1":512,"x2":572,"y2":560,"x3":524,"y3":560},"charText":"夜","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":525,"y0":563,"x1":568,"y1":564,"x2":568,"y2":602,"x3":525,"y3":602},"charText":"不","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":524,"y0":604,"x1":573,"y1":604,"x2":573,"y2":650,"x3":524,"y3":650},"charText":"歸","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":522,"y0":651,"x1":573,"y1":652,"x2":572,"y2":692,"x3":522,"y3":691},"charText":"便","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":520,"y0":694,"x1":571,"y1":695,"x2":570,"y2":732,"x3":520,"y3":731},"charText":"知","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":524,"y0":732,"x1":567,"y1":732,"x2":567,"y2":778,"x3":524,"y3":778},"charText":"有","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":525,"y0":778,"x1":571,"y1":779,"x2":571,"y2":817,"x3":525,"y3":817},"charText":"些","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":524,"y0":821,"x1":568,"y1":821,"x2":568,"y2":859,"x3":524,"y3":858},"charText":"不","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":519,"y0":860,"x1":572,"y1":861,"x2":571,"y2":901,"x3":518,"y3":901},"charText":"妥","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":461,"y0":36,"x1":512,"y1":37,"x2":512,"y2":79,"x3":461,"y3":79},"charText":"再","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":461,"y0":78,"x1":514,"y1":79,"x2":513,"y2":119,"x3":461,"y3":119},"charText":"使","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":463,"y0":119,"x1":512,"y1":119,"x2":512,"y2":167,"x3":463,"y3":167},"charText":"幾","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":463,"y0":172,"x1":513,"y1":173,"x2":512,"y2":206,"x3":463,"y3":206},"charText":"人","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":462,"y0":208,"x1":509,"y1":208,"x2":509,"y2":252,"x3":462,"y3":252},"charText":"去","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":461,"y0":254,"x1":508,"y1":254,"x2":508,"y2":302,"x3":461,"y3":302},"charText":"尋","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":462,"y0":302,"x1":514,"y1":303,"x2":514,"y2":345,"x3":461,"y3":345},"charText":"投","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":466,"y0":348,"x1":507,"y1":349,"x2":506,"y2":381,"x3":466,"y3":381},"charText":"回","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":464,"y0":381,"x1":513,"y1":381,"x2":513,"y2":431,"x3":463,"y3":430},"charText":"来","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":466,"y0":430,"x1":509,"y1":431,"x2":509,"y2":474,"x3":465,"y3":473},"charText":"皆","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":463,"y0":477,"x1":505,"y1":477,"x2":505,"y2":513,"x3":463,"y3":512},"charText":"云","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":461,"y0":515,"x1":507,"y1":515,"x2":507,"y2":560,"x3":460,"y3":560},"charText":"音","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":459,"y0":562,"x1":506,"y1":562,"x2":506,"y2":603,"x3":459,"y3":602},"charText":"信","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":462,"y0":606,"x1":512,"y1":607,"x2":512,"y2":644,"x3":461,"y3":644},"charText":"全","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":460,"y0":645,"x1":513,"y1":646,"x2":512,"y2":689,"x3":460,"y3":689},"charText":"無","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":461,"y0":691,"x1":512,"y1":691,"x2":512,"y2":733,"x3":461,"y3":733},"charText":"夫","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":459,"y0":734,"x1":509,"y1":735,"x2":509,"y2":783,"x3":458,"y3":783},"charText":"婦","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":462,"y0":785,"x1":507,"y1":785,"x2":507,"y2":812,"x3":462,"y3":812},"charText":"二","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":460,"y0":819,"x1":510,"y1":820,"x2":510,"y2":854,"x3":460,"y3":853},"charText":"人","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":460,"y0":859,"x1":505,"y1":859,"x2":505,"y2":904,"x3":460,"y3":904},"charText":"半","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":401,"y0":37,"x1":448,"y1":37,"x2":448,"y2":76,"x3":401,"y3":76},"charText":"世","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":406,"y0":82,"x1":447,"y1":82,"x2":447,"y2":118,"x3":406,"y3":118},"charText":"只","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":402,"y0":119,"x1":448,"y1":119,"x2":448,"y2":161,"x3":403,"y3":161},"charText":"生","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":403,"y0":165,"x1":452,"y1":165,"x2":452,"y2":204,"x3":403,"y3":204},"charText":"此","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":400,"y0":211,"x1":452,"y1":211,"x2":451,"y2":248,"x3":400,"y3":248},"charText":"女","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":402,"y0":267,"x1":449,"y1":267,"x2":449,"y2":282,"x3":403,"y3":281},"charText":"一","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":402,"y0":301,"x1":449,"y1":301,"x2":449,"y2":334,"x3":402,"y3":333},"charText":"旦","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":403,"y0":337,"x1":451,"y1":337,"x2":450,"y2":380,"x3":403,"y3":380},"charText":"失","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":404,"y0":381,"x1":451,"y1":381,"x2":451,"y2":426,"x3":404,"y3":426},"charText":"落","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":404,"y0":428,"x1":445,"y1":428,"x2":445,"y2":470,"x3":404,"y3":470},"charText":"豈","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":402,"y0":474,"x1":445,"y1":474,"x2":445,"y2":514,"x3":402,"y3":514},"charText":"不","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":404,"y0":518,"x1":446,"y1":518,"x2":446,"y2":558,"x3":404,"y3":558},"charText":"思","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":402,"y0":559,"x1":450,"y1":559,"x2":450,"y2":604,"x3":402,"y3":603},"charText":"想","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":407,"y0":607,"x1":444,"y1":607,"x2":444,"y2":647,"x3":407,"y3":647},"charText":"因","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":403,"y0":649,"x1":449,"y1":650,"x2":449,"y2":686,"x3":403,"y3":686},"charText":"此","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":401,"y0":687,"x1":444,"y1":687,"x2":444,"y2":735,"x3":401,"y3":735},"charText":"晝","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":399,"y0":736,"x1":450,"y1":736,"x2":450,"y2":777,"x3":399,"y3":777},"charText":"夜","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":401,"y0":776,"x1":449,"y1":776,"x2":449,"y2":822,"x3":401,"y3":822},"charText":"啼","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":404,"y0":823,"x1":451,"y1":823,"x2":451,"y2":860,"x3":403,"y3":860},"charText":"哭","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":399,"y0":860,"x1":447,"y1":861,"x2":446,"y2":904,"x3":398,"y3":904},"charText":"幾","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":341,"y0":36,"x1":387,"y1":36,"x2":387,"y2":81,"x3":342,"y3":81},"charText":"乎","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":343,"y0":82,"x1":385,"y1":82,"x2":385,"y2":118,"x3":343,"y3":118},"charText":"不","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":348,"y0":118,"x1":384,"y1":118,"x2":384,"y2":163,"x3":349,"y3":163},"charText":"曽","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":341,"y0":166,"x1":390,"y1":166,"x2":389,"y2":217,"x3":341,"y3":217},"charText":"尋","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":345,"y0":220,"x1":392,"y1":220,"x2":392,"y2":256,"x3":345,"y3":256},"charText":"死","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":341,"y0":256,"x1":386,"y1":257,"x2":386,"y2":303,"x3":341,"y3":302},"charText":"看","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":341,"y0":302,"x1":385,"y1":302,"x2":385,"y2":348,"x3":340,"y3":348},"charText":"看","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":341,"y0":356,"x1":387,"y1":357,"x2":388,"y2":371,"x3":341,"y3":371},"charText":"一","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":349,"y0":383,"x1":391,"y1":383,"x2":391,"y2":426,"x3":348,"y3":426},"charText":"財","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":342,"y0":428,"x1":386,"y1":429,"x2":386,"y2":465,"x3":342,"y3":465},"charText":"士","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":344,"y0":468,"x1":388,"y1":468,"x2":388,"y2":513,"x3":344,"y3":513},"charText":"隐","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":343,"y0":514,"x1":389,"y1":514,"x2":389,"y2":560,"x3":343,"y3":560},"charText":"先","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":341,"y0":561,"x1":389,"y1":561,"x2":389,"y2":602,"x3":340,"y3":602},"charText":"就","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":341,"y0":604,"x1":386,"y1":604,"x2":386,"y2":650,"x3":340,"y3":650},"charText":"得","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":347,"y0":651,"x1":377,"y1":651,"x2":377,"y2":692,"x3":347,"y3":693},"charText":"了","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":342,"y0":701,"x1":386,"y1":702,"x2":386,"y2":717,"x3":342,"y3":716},"charText":"一","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":341,"y0":731,"x1":390,"y1":731,"x2":390,"y2":778,"x3":340,"y3":778},"charText":"病","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":342,"y0":777,"x1":386,"y1":778,"x2":386,"y2":822,"x3":342,"y3":822},"charText":"當","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":341,"y0":822,"x1":387,"y1":822,"x2":387,"y2":867,"x3":341,"y3":867},"charText":"時","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":335,"y0":865,"x1":386,"y1":866,"x2":385,"y2":906,"x3":335,"y3":906},"charText":"封","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":287,"y0":35,"x1":331,"y1":35,"x2":331,"y2":76,"x3":287,"y3":75},"charText":"氏","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":285,"y0":79,"x1":329,"y1":79,"x2":329,"y2":117,"x3":285,"y3":117},"charText":"也","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":289,"y0":122,"x1":324,"y1":123,"x2":324,"y2":164,"x3":289,"y3":164},"charText":"因","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":286,"y0":168,"x1":327,"y1":168,"x2":327,"y2":208,"x3":286,"y3":208},"charText":"思","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":281,"y0":213,"x1":328,"y1":213,"x2":328,"y2":250,"x3":280,"y3":250},"charText":"女","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":283,"y0":252,"x1":328,"y1":253,"x2":328,"y2":301,"x3":283,"y3":301},"charText":"構","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":283,"y0":301,"x1":332,"y1":301,"x2":331,"y2":343,"x3":282,"y3":343},"charText":"疾","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":291,"y0":347,"x1":318,"y1":347,"x2":318,"y2":381,"x3":291,"y3":381},"charText":"日","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":291,"y0":388,"x1":318,"y1":388,"x2":318,"y2":421,"x3":291,"y3":421},"charText":"日","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":279,"y0":422,"x1":326,"y1":422,"x2":326,"y2":470,"x3":279,"y3":470},"charText":"請","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":282,"y0":470,"x1":322,"y1":470,"x2":322,"y2":519,"x3":282,"y3":519},"charText":"醫","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":278,"y0":520,"x1":324,"y1":520,"x2":324,"y2":563,"x3":278,"y3":562},"charText":"調","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":280,"y0":563,"x1":329,"y1":563,"x2":329,"y2":603,"x3":280,"y3":602},"charText":"治","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":281,"y0":606,"x1":323,"y1":606,"x2":323,"y2":645,"x3":281,"y3":644},"charText":"不","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":279,"y0":646,"x1":326,"y1":646,"x2":326,"y2":690,"x3":279,"y3":690},"charText":"想","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":279,"y0":693,"x1":327,"y1":693,"x2":327,"y2":735,"x3":279,"y3":735},"charText":"這","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":279,"y0":746,"x1":326,"y1":746,"x2":326,"y2":763,"x3":279,"y3":762},"charText":"一","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":289,"y0":778,"x1":317,"y1":778,"x2":317,"y2":813,"x3":289,"y3":813},"charText":"日","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":279,"y0":821,"x1":323,"y1":821,"x2":323,"y2":854,"x3":278,"y3":853},"charText":"三","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":283,"y0":860,"x1":318,"y1":860,"x2":318,"y2":903,"x3":283,"y3":903},"charText":"月","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":223,"y0":35,"x1":270,"y1":35,"x2":270,"y2":73,"x3":223,"y3":73},"charText":"十","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":223,"y0":78,"x1":271,"y1":78,"x2":270,"y2":112,"x3":222,"y3":112},"charText":"五","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":234,"y0":119,"x1":273,"y1":120,"x2":273,"y2":156,"x3":234,"y3":156},"charText":"比","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":225,"y0":161,"x1":266,"y1":161,"x2":266,"y2":212,"x3":225,"y3":212},"charText":"葫","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":223,"y0":211,"x1":267,"y1":211,"x2":267,"y2":257,"x3":223,"y3":257},"charText":"蘆","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":222,"y0":258,"x1":266,"y1":258,"x2":266,"y2":302,"x3":222,"y3":302},"charText":"廟","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":223,"y0":301,"x1":267,"y1":302,"x2":267,"y2":344,"x3":223,"y3":344},"charText":"炸","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":220,"y0":345,"x1":271,"y1":345,"x2":271,"y2":385,"x3":220,"y3":384},"charText":"供","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":221,"y0":388,"x1":267,"y1":388,"x2":267,"y2":428,"x3":220,"y3":428},"charText":"那","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":221,"y0":428,"x1":267,"y1":428,"x2":267,"y2":469,"x3":221,"y3":469},"charText":"些","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":219,"y0":472,"x1":266,"y1":473,"x2":266,"y2":513,"x3":218,"y3":513},"charText":"和","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":223,"y0":515,"x1":267,"y1":516,"x2":267,"y2":560,"x3":223,"y3":560},"charText":"尚","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":222,"y0":563,"x1":265,"y1":563,"x2":265,"y2":602,"x3":222,"y3":602},"charText":"不","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":220,"y0":605,"x1":267,"y1":606,"x2":267,"y2":641,"x3":220,"y3":640},"charText":"加","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":222,"y0":647,"x1":266,"y1":648,"x2":265,"y2":684,"x3":222,"y3":683},"charText":"小","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":223,"y0":696,"x1":270,"y1":696,"x2":270,"y2":728,"x3":223,"y3":728},"charText":"心","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":221,"y0":732,"x1":268,"y1":732,"x2":268,"y2":774,"x3":221,"y3":774},"charText":"致","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":217,"y0":774,"x1":269,"y1":774,"x2":268,"y2":816,"x3":216,"y3":816},"charText":"使","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":220,"y0":817,"x1":265,"y1":818,"x2":265,"y2":858,"x3":220,"y3":858},"charText":"油","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":215,"y0":862,"x1":266,"y1":863,"x2":265,"y2":906,"x3":215,"y3":905},"charText":"鍋","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":163,"y0":34,"x1":213,"y1":35,"x2":213,"y2":77,"x3":163,"y3":76},"charText":"火","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":161,"y0":76,"x1":214,"y1":77,"x2":214,"y2":121,"x3":160,"y3":121},"charText":"逸","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":161,"y0":123,"x1":211,"y1":123,"x2":211,"y2":164,"x3":160,"y3":164},"charText":"便","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":162,"y0":163,"x1":211,"y1":163,"x2":211,"y2":209,"x3":162,"y3":209},"charText":"燒","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":162,"y0":210,"x1":207,"y1":210,"x2":207,"y2":255,"x3":162,"y3":255},"charText":"著","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":165,"y0":256,"x1":208,"y1":257,"x2":208,"y2":299,"x3":165,"y3":298},"charText":"窓","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":163,"y0":301,"x1":213,"y1":301,"x2":213,"y2":340,"x3":163,"y3":340},"charText":"紙","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":163,"y0":343,"x1":211,"y1":343,"x2":211,"y2":379,"x3":163,"y3":379},"charText":"此","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":161,"y0":382,"x1":206,"y1":382,"x2":206,"y2":425,"x3":161,"y3":424},"charText":"方","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":163,"y0":429,"x1":210,"y1":429,"x2":210,"y2":464,"x3":162,"y3":464},"charText":"人","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":163,"y0":468,"x1":212,"y1":468,"x2":211,"y2":515,"x3":162,"y3":515},"charText":"家","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":162,"y0":516,"x1":201,"y1":516,"x2":201,"y2":561,"x3":162,"y3":562},"charText":"多","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":163,"y0":561,"x1":203,"y1":561,"x2":203,"y2":602,"x3":163,"y3":601},"charText":"用","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":161,"y0":602,"x1":205,"y1":602,"x2":204,"y2":645,"x3":161,"y3":645},"charText":"竹","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":158,"y0":646,"x1":210,"y1":646,"x2":210,"y2":692,"x3":158,"y3":691},"charText":"壁","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":160,"y0":694,"x1":208,"y1":695,"x2":208,"y2":735,"x3":160,"y3":734},"charText":"大","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":158,"y0":736,"x1":209,"y1":736,"x2":209,"y2":776,"x3":158,"y3":776},"charText":"抵","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":160,"y0":778,"x1":207,"y1":779,"x2":207,"y2":815,"x3":159,"y3":814},"charText":"也","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":165,"y0":819,"x1":203,"y1":819,"x2":203,"y2":859,"x3":165,"y3":859},"charText":"因","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":156,"y0":860,"x1":207,"y1":860,"x2":207,"y2":903,"x3":156,"y3":902},"charText":"刼","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":99,"y0":31,"x1":155,"y1":32,"x2":154,"y2":77,"x3":99,"y3":76},"charText":"数","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":101,"y0":77,"x1":153,"y1":78,"x2":152,"y2":121,"x3":100,"y3":120},"charText":"於","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":101,"y0":122,"x1":152,"y1":123,"x2":151,"y2":166,"x3":100,"y3":166},"charText":"是","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":100,"y0":165,"x1":150,"y1":166,"x2":150,"y2":211,"x3":99,"y3":210},"charText":"接","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":100,"y0":218,"x1":148,"y1":218,"x2":148,"y2":245,"x3":100,"y3":245},"charText":"二","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":98,"y0":250,"x1":150,"y1":250,"x2":149,"y2":295,"x3":98,"y3":295},"charText":"連","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":101,"y0":300,"x1":151,"y1":301,"x2":151,"y2":333,"x3":100,"y3":333},"charText":"三","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":100,"y0":336,"x1":148,"y1":336,"x2":148,"y2":387,"x3":100,"y3":387},"charText":"撁","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":99,"y0":390,"x1":148,"y1":390,"x2":147,"y2":423,"x3":98,"y3":422},"charText":"五","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":98,"y0":425,"x1":148,"y1":425,"x2":147,"y2":471,"x3":98,"y3":471},"charText":"掛","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":98,"y0":474,"x1":149,"y1":474,"x2":149,"y2":510,"x3":98,"y3":509},"charText":"六","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":101,"y0":512,"x1":146,"y1":513,"x2":146,"y2":563,"x3":100,"y3":562},"charText":"将","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":98,"y0":572,"x1":146,"y1":573,"x2":146,"y2":588,"x3":98,"y3":587},"charText":"一","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":98,"y0":599,"x1":149,"y1":600,"x2":149,"y2":645,"x3":97,"y3":644},"charText":"條","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":97,"y0":647,"x1":149,"y1":648,"x2":148,"y2":692,"x3":96,"y3":691},"charText":"街","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":99,"y0":691,"x1":148,"y1":692,"x2":148,"y2":736,"x3":98,"y3":735},"charText":"燒","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":93,"y0":739,"x1":144,"y1":740,"x2":144,"y2":774,"x3":93,"y3":773},"charText":"如","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":102,"y0":774,"x1":146,"y1":775,"x2":145,"y2":814,"x3":101,"y3":814},"charText":"大","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":98,"y0":814,"x1":146,"y1":814,"x2":146,"y2":860,"x3":97,"y3":859},"charText":"燄","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":99,"y0":863,"x1":145,"y1":864,"x2":145,"y2":903,"x3":98,"y3":902},"charText":"山","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":38,"y0":43,"x1":89,"y1":44,"x2":89,"y2":60,"x3":38,"y3":59},"charText":"一","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":35,"y0":69,"x1":93,"y1":69,"x2":92,"y2":115,"x3":34,"y3":114},"charText":"般","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":36,"y0":114,"x1":88,"y1":115,"x2":87,"y2":162,"x3":35,"y3":161},"charText":"彼","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":38,"y0":160,"x1":84,"y1":160,"x2":84,"y2":211,"x3":37,"y3":210},"charText":"時","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":35,"y0":210,"x1":84,"y1":211,"x2":84,"y2":254,"x3":34,"y3":254},"charText":"雖","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":35,"y0":254,"x1":79,"y1":255,"x2":79,"y2":299,"x3":35,"y3":299},"charText":"有","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":37,"y0":301,"x1":81,"y1":300,"x2":80,"y2":348,"x3":36,"y3":348},"charText":"軍","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":42,"y0":348,"x1":86,"y1":348,"x2":86,"y2":385,"x3":42,"y3":385},"charText":"民","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":37,"y0":382,"x1":85,"y1":382,"x2":84,"y2":428,"x3":37,"y3":428},"charText":"来","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":34,"y0":427,"x1":87,"y1":427,"x2":87,"y2":471,"x3":33,"y3":471},"charText":"救","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":35,"y0":473,"x1":81,"y1":473,"x2":81,"y2":518,"x3":35,"y3":517},"charText":"那","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":38,"y0":517,"x1":83,"y1":517,"x2":83,"y2":559,"x3":38,"y3":559},"charText":"火","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":41,"y0":562,"x1":82,"y1":561,"x2":82,"y2":599,"x3":41,"y3":599},"charText":"已","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":37,"y0":600,"x1":84,"y1":600,"x2":84,"y2":645,"x3":37,"y3":645},"charText":"成","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":41,"y0":645,"x1":75,"y1":646,"x2":75,"y2":688,"x3":41,"y3":688},"charText":"了","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":32,"y0":688,"x1":87,"y1":688,"x2":87,"y2":738,"x3":32,"y3":738},"charText":"勢","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":31,"y0":741,"x1":83,"y1":741,"x2":83,"y2":775,"x3":30,"y3":775},"charText":"如","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":31,"y0":778,"x1":83,"y1":778,"x2":83,"y2":819,"x3":30,"y3":819},"charText":"何","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":33,"y0":818,"x1":83,"y1":819,"x2":83,"y2":858,"x3":32,"y3":857},"charText":"救","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":31,"y0":859,"x1":80,"y1":860,"x2":80,"y2":905,"x3":30,"y3":904},"charText":"得","textlineId":8,"picUri":"","isPicText":false}]}}}} \ No newline at end of file diff --git a/ocr/out/raw/0006_word_box_200_https_www.shidianguji.com_api_ancientlib_read_word-box-page-content_m-get_verifyFp_verify_mojvwigo_UYbwAhLm_WGX2_4K7E_BdXi_qZDBJPpeoTO8_fp_verify_mojvwigo_UYbwAhL.json b/ocr/out/raw/0006_word_box_200_https_www.shidianguji.com_api_ancientlib_read_word-box-page-content_m-get_verifyFp_verify_mojvwigo_UYbwAhLm_WGX2_4K7E_BdXi_qZDBJPpeoTO8_fp_verify_mojvwigo_UYbwAhL.json deleted file mode 100644 index 566890e6921745721db4295941d7bc92438b5885..0000000000000000000000000000000000000000 --- a/ocr/out/raw/0006_word_box_200_https_www.shidianguji.com_api_ancientlib_read_word-box-page-content_m-get_verifyFp_verify_mojvwigo_UYbwAhLm_WGX2_4K7E_BdXi_qZDBJPpeoTO8_fp_verify_mojvwigo_UYbwAhL.json +++ /dev/null @@ -1 +0,0 @@ -{"errorCode":0,"errorMsg":"","data":{"pageId2WordBoxContent":{"7501933907890241577":{"wordBoxList":[{"charPoly":{"x0":537,"y0":67,"x1":578,"y1":66,"x2":578,"y2":122,"x3":537,"y3":123},"charText":"第","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":534,"y0":135,"x1":579,"y1":136,"x2":579,"y2":150,"x3":535,"y3":149},"charText":"一","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":536,"y0":164,"x1":579,"y1":165,"x2":579,"y2":198,"x3":536,"y3":197},"charText":"回","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":469,"y0":116,"x1":518,"y1":117,"x2":518,"y2":158,"x3":468,"y3":158},"charText":"甄","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":470,"y0":160,"x1":514,"y1":161,"x2":513,"y2":197,"x3":470,"y3":197},"charText":"士","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":471,"y0":201,"x1":517,"y1":201,"x2":516,"y2":246,"x3":471,"y3":245},"charText":"隐","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":473,"y0":245,"x1":515,"y1":245,"x2":515,"y2":297,"x3":473,"y3":297},"charText":"夢","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":472,"y0":300,"x1":517,"y1":301,"x2":517,"y2":331,"x3":472,"y3":330},"charText":"幻","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":467,"y0":331,"x1":518,"y1":332,"x2":518,"y2":375,"x3":467,"y3":375},"charText":"識","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":470,"y0":377,"x1":517,"y1":377,"x2":517,"y2":421,"x3":470,"y3":421},"charText":"通","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":472,"y0":422,"x1":519,"y1":423,"x2":519,"y2":474,"x3":472,"y3":473},"charText":"靈","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":475,"y0":510,"x1":512,"y1":511,"x2":511,"y2":558,"x3":475,"y3":557},"charText":"賈","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":473,"y0":559,"x1":514,"y1":560,"x2":514,"y2":598,"x3":472,"y3":597},"charText":"雨","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":468,"y0":597,"x1":516,"y1":598,"x2":515,"y2":642,"x3":468,"y3":641},"charText":"村","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":471,"y0":643,"x1":517,"y1":644,"x2":516,"y2":683,"x3":471,"y3":682},"charText":"風","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":469,"y0":683,"x1":512,"y1":683,"x2":512,"y2":728,"x3":468,"y3":728},"charText":"塵","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":470,"y0":729,"x1":514,"y1":729,"x2":514,"y2":774,"x3":470,"y3":774},"charText":"懷","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":473,"y0":774,"x1":513,"y1":775,"x2":512,"y2":817,"x3":473,"y3":817},"charText":"閨","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":470,"y0":815,"x1":515,"y1":815,"x2":515,"y2":864,"x3":469,"y3":864},"charText":"秀","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":412,"y0":31,"x1":459,"y1":32,"x2":459,"y2":70,"x3":412,"y3":69},"charText":"此","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":415,"y0":74,"x1":457,"y1":74,"x2":457,"y2":118,"x3":415,"y3":118},"charText":"開","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":410,"y0":117,"x1":460,"y1":117,"x2":460,"y2":160,"x3":409,"y3":159},"charText":"卷","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":414,"y0":160,"x1":455,"y1":160,"x2":455,"y2":214,"x3":414,"y3":214},"charText":"第","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":411,"y0":222,"x1":457,"y1":223,"x2":458,"y2":237,"x3":412,"y3":237},"charText":"一","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":414,"y0":250,"x1":457,"y1":251,"x2":456,"y2":283,"x3":414,"y3":282},"charText":"回","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":412,"y0":289,"x1":461,"y1":290,"x2":461,"y2":328,"x3":412,"y3":328},"charText":"也","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":408,"y0":330,"x1":456,"y1":330,"x2":456,"y2":373,"x3":408,"y3":373},"charText":"作","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":409,"y0":373,"x1":454,"y1":374,"x2":454,"y2":418,"x3":409,"y3":418},"charText":"者","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":415,"y0":421,"x1":452,"y1":421,"x2":452,"y2":464,"x3":415,"y3":464},"charText":"自","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":411,"y0":467,"x1":459,"y1":467,"x2":459,"y2":506,"x3":411,"y3":506},"charText":"云","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":416,"y0":509,"x1":454,"y1":510,"x2":454,"y2":551,"x3":416,"y3":550},"charText":"因","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":417,"y0":550,"x1":453,"y1":551,"x2":453,"y2":597,"x3":416,"y3":597},"charText":"曽","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":409,"y0":598,"x1":454,"y1":599,"x2":454,"y2":640,"x3":409,"y3":640},"charText":"歴","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":411,"y0":641,"x1":457,"y1":641,"x2":457,"y2":684,"x3":410,"y3":684},"charText":"過","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":411,"y0":696,"x1":457,"y1":697,"x2":457,"y2":712,"x3":412,"y3":712},"charText":"一","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":409,"y0":726,"x1":455,"y1":726,"x2":455,"y2":770,"x3":409,"y3":770},"charText":"番","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":412,"y0":771,"x1":454,"y1":771,"x2":454,"y2":820,"x3":412,"y3":820},"charText":"夢","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":411,"y0":826,"x1":456,"y1":826,"x2":456,"y2":859,"x3":411,"y3":858},"charText":"幻","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":411,"y0":865,"x1":458,"y1":865,"x2":457,"y2":899,"x3":411,"y3":899},"charText":"之","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":350,"y0":28,"x1":401,"y1":28,"x2":401,"y2":71,"x3":350,"y3":71},"charText":"後","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":350,"y0":71,"x1":399,"y1":72,"x2":399,"y2":111,"x3":350,"y3":111},"charText":"故","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":351,"y0":113,"x1":398,"y1":113,"x2":397,"y2":160,"x3":351,"y3":160},"charText":"将","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":350,"y0":159,"x1":398,"y1":159,"x2":398,"y2":203,"x3":350,"y3":203},"charText":"真","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":351,"y0":202,"x1":393,"y1":202,"x2":393,"y2":253,"x3":351,"y3":252},"charText":"事","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":350,"y0":253,"x1":396,"y1":253,"x2":396,"y2":293,"x3":350,"y3":293},"charText":"隐","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":348,"y0":294,"x1":401,"y1":294,"x2":401,"y2":337,"x3":348,"y3":337},"charText":"去","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":353,"y0":340,"x1":398,"y1":341,"x2":398,"y2":373,"x3":353,"y3":373},"charText":"而","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":347,"y0":375,"x1":397,"y1":376,"x2":397,"y2":418,"x3":347,"y3":418},"charText":"借","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":349,"y0":420,"x1":398,"y1":420,"x2":398,"y2":463,"x3":349,"y3":463},"charText":"通","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":350,"y0":465,"x1":397,"y1":465,"x2":396,"y2":511,"x3":350,"y3":511},"charText":"靈","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":350,"y0":515,"x1":399,"y1":515,"x2":399,"y2":550,"x3":350,"y3":550},"charText":"之","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":349,"y0":552,"x1":400,"y1":553,"x2":399,"y2":593,"x3":348,"y3":593},"charText":"說","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":348,"y0":596,"x1":397,"y1":596,"x2":397,"y2":639,"x3":348,"y3":638},"charText":"撰","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":349,"y0":642,"x1":398,"y1":642,"x2":398,"y2":682,"x3":349,"y3":682},"charText":"此","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":347,"y0":688,"x1":392,"y1":688,"x2":392,"y2":725,"x3":347,"y3":725},"charText":"石","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":348,"y0":729,"x1":395,"y1":730,"x2":394,"y2":773,"x3":347,"y3":773},"charText":"頭","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":344,"y0":775,"x1":397,"y1":775,"x2":397,"y2":813,"x3":344,"y3":813},"charText":"記","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":345,"y0":826,"x1":394,"y1":827,"x2":394,"y2":842,"x3":345,"y3":841},"charText":"一","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":349,"y0":851,"x1":392,"y1":851,"x2":392,"y2":899,"x3":348,"y3":899},"charText":"書","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":289,"y0":28,"x1":337,"y1":29,"x2":337,"y2":65,"x3":288,"y3":65},"charText":"也","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":290,"y0":67,"x1":338,"y1":67,"x2":338,"y2":109,"x3":290,"y3":109},"charText":"故","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":294,"y0":118,"x1":332,"y1":119,"x2":332,"y2":151,"x3":294,"y3":151},"charText":"曰","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":289,"y0":158,"x1":339,"y1":158,"x2":339,"y2":198,"x3":289,"y3":198},"charText":"甄","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":289,"y0":202,"x1":334,"y1":202,"x2":333,"y2":238,"x3":289,"y3":238},"charText":"士","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":289,"y0":244,"x1":335,"y1":244,"x2":335,"y2":288,"x3":289,"y3":288},"charText":"隐","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":289,"y0":294,"x1":333,"y1":294,"x2":332,"y2":331,"x3":288,"y3":331},"charText":"云","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":288,"y0":339,"x1":339,"y1":339,"x2":339,"y2":377,"x3":288,"y3":377},"charText":"云","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":285,"y0":379,"x1":335,"y1":379,"x2":335,"y2":415,"x3":285,"y3":414},"charText":"但","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":289,"y0":415,"x1":332,"y1":415,"x2":332,"y2":463,"x3":289,"y3":463},"charText":"書","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":290,"y0":464,"x1":330,"y1":464,"x2":330,"y2":509,"x3":290,"y3":509},"charText":"中","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":289,"y0":510,"x1":336,"y1":510,"x2":335,"y2":552,"x3":288,"y3":551},"charText":"所","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":286,"y0":554,"x1":337,"y1":554,"x2":336,"y2":593,"x3":285,"y3":592},"charText":"記","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":285,"y0":598,"x1":336,"y1":598,"x2":335,"y2":640,"x3":285,"y3":639},"charText":"何","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":288,"y0":639,"x1":331,"y1":640,"x2":331,"y2":691,"x3":288,"y3":691},"charText":"事","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":286,"y0":692,"x1":336,"y1":693,"x2":336,"y2":736,"x3":285,"y3":735},"charText":"何","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":289,"y0":736,"x1":338,"y1":737,"x2":338,"y2":769,"x3":289,"y3":769},"charText":"人","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":293,"y0":768,"x1":328,"y1":769,"x2":328,"y2":812,"x3":293,"y3":812},"charText":"自","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":291,"y0":815,"x1":334,"y1":815,"x2":334,"y2":850,"x3":291,"y3":850},"charText":"又","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":288,"y0":858,"x1":331,"y1":859,"x2":331,"y2":897,"x3":288,"y3":896},"charText":"云","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":232,"y0":29,"x1":280,"y1":30,"x2":280,"y2":70,"x3":232,"y3":70},"charText":"今","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":232,"y0":73,"x1":279,"y1":73,"x2":279,"y2":111,"x3":232,"y3":111},"charText":"風","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":231,"y0":111,"x1":273,"y1":111,"x2":273,"y2":158,"x3":230,"y3":158},"charText":"塵","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":229,"y0":160,"x1":276,"y1":160,"x2":276,"y2":204,"x3":229,"y3":204},"charText":"碌","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":229,"y0":207,"x1":280,"y1":207,"x2":280,"y2":251,"x3":229,"y3":250},"charText":"碌","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":229,"y0":261,"x1":275,"y1":261,"x2":276,"y2":276,"x3":229,"y3":275},"charText":"一","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":230,"y0":284,"x1":273,"y1":284,"x2":273,"y2":341,"x3":229,"y3":340},"charText":"事","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":227,"y0":341,"x1":276,"y1":341,"x2":275,"y2":379,"x3":227,"y3":379},"charText":"無","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":231,"y0":380,"x1":278,"y1":380,"x2":278,"y2":421,"x3":231,"y3":421},"charText":"成","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":234,"y0":420,"x1":275,"y1":421,"x2":275,"y2":463,"x3":234,"y3":463},"charText":"忽","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":231,"y0":466,"x1":278,"y1":466,"x2":278,"y2":509,"x3":231,"y3":509},"charText":"念","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":234,"y0":512,"x1":276,"y1":512,"x2":276,"y2":549,"x3":234,"y3":549},"charText":"及","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":235,"y0":551,"x1":275,"y1":551,"x2":275,"y2":599,"x3":234,"y3":599},"charText":"當","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":241,"y0":603,"x1":269,"y1":604,"x2":269,"y2":637,"x3":241,"y3":637},"charText":"日","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":231,"y0":640,"x1":277,"y1":640,"x2":276,"y2":683,"x3":231,"y3":683},"charText":"所","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":230,"y0":684,"x1":271,"y1":685,"x2":271,"y2":731,"x3":229,"y3":731},"charText":"有","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":230,"y0":734,"x1":276,"y1":735,"x2":276,"y2":769,"x3":230,"y3":769},"charText":"之","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":227,"y0":773,"x1":275,"y1":774,"x2":275,"y2":809,"x3":226,"y3":809},"charText":"女","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":230,"y0":813,"x1":277,"y1":813,"x2":277,"y2":854,"x3":230,"y3":854},"charText":"黃","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":227,"y0":869,"x1":275,"y1":869,"x2":275,"y2":886,"x3":227,"y3":886},"charText":"一","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":172,"y0":39,"x1":220,"y1":40,"x2":220,"y2":56,"x3":172,"y3":55},"charText":"一","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":172,"y0":73,"x1":220,"y1":73,"x2":220,"y2":108,"x3":171,"y3":108},"charText":"細","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":170,"y0":108,"x1":216,"y1":108,"x2":216,"y2":155,"x3":170,"y3":155},"charText":"考","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":170,"y0":157,"x1":220,"y1":157,"x2":220,"y2":200,"x3":170,"y3":199},"charText":"較","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":170,"y0":200,"x1":222,"y1":200,"x2":221,"y2":241,"x3":170,"y3":241},"charText":"去","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":173,"y0":242,"x1":217,"y1":242,"x2":217,"y2":290,"x3":172,"y3":290},"charText":"覺","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":170,"y0":290,"x1":216,"y1":291,"x2":215,"y2":335,"x3":170,"y3":335},"charText":"其","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":170,"y0":337,"x1":216,"y1":337,"x2":215,"y2":377,"x3":170,"y3":377},"charText":"行","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":170,"y0":379,"x1":214,"y1":379,"x2":214,"y2":414,"x3":170,"y3":414},"charText":"止","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":171,"y0":418,"x1":216,"y1":418,"x2":216,"y2":459,"x3":171,"y3":459},"charText":"見","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":168,"y0":460,"x1":220,"y1":460,"x2":220,"y2":504,"x3":168,"y3":504},"charText":"識","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":173,"y0":505,"x1":214,"y1":505,"x2":215,"y2":551,"x3":173,"y3":551},"charText":"皆","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":175,"y0":553,"x1":211,"y1":553,"x2":211,"y2":594,"x3":174,"y3":594},"charText":"出","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":169,"y0":597,"x1":220,"y1":597,"x2":219,"y2":639,"x3":169,"y3":638},"charText":"於","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":170,"y0":640,"x1":218,"y1":640,"x2":217,"y2":684,"x3":170,"y3":684},"charText":"我","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":171,"y0":687,"x1":217,"y1":688,"x2":217,"y2":724,"x3":171,"y3":723},"charText":"之","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":168,"y0":729,"x1":220,"y1":729,"x2":219,"y2":767,"x3":168,"y3":767},"charText":"上","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":166,"y0":772,"x1":216,"y1":772,"x2":215,"y2":812,"x3":165,"y3":811},"charText":"何","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":167,"y0":809,"x1":216,"y1":810,"x2":215,"y2":853,"x3":166,"y3":853},"charText":"我","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":170,"y0":854,"x1":214,"y1":854,"x2":213,"y2":900,"x3":170,"y3":900},"charText":"堂","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":113,"y0":26,"x1":159,"y1":27,"x2":159,"y2":69,"x3":113,"y3":68},"charText":"堂","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":111,"y0":69,"x1":156,"y1":70,"x2":156,"y2":117,"x3":111,"y3":117},"charText":"鬚","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":110,"y0":119,"x1":162,"y1":119,"x2":161,"y2":160,"x3":110,"y3":160},"charText":"眉","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":109,"y0":161,"x1":161,"y1":161,"x2":160,"y2":203,"x3":108,"y3":202},"charText":"誠","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":111,"y0":207,"x1":153,"y1":208,"x2":153,"y2":243,"x3":111,"y3":243},"charText":"不","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":109,"y0":245,"x1":154,"y1":246,"x2":153,"y2":289,"x3":109,"y3":289},"charText":"若","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":107,"y0":290,"x1":159,"y1":290,"x2":158,"y2":331,"x3":107,"y3":330},"charText":"彼","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":106,"y0":333,"x1":155,"y1":333,"x2":154,"y2":377,"x3":106,"y3":376},"charText":"裙","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":108,"y0":380,"x1":159,"y1":380,"x2":159,"y2":418,"x3":108,"y3":418},"charText":"釵","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":106,"y0":424,"x1":157,"y1":424,"x2":157,"y2":460,"x3":106,"y3":460},"charText":"女","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":108,"y0":463,"x1":160,"y1":463,"x2":160,"y2":502,"x3":108,"y3":502},"charText":"子","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":110,"y0":504,"x1":155,"y1":505,"x2":155,"y2":555,"x3":110,"y3":555},"charText":"實","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":109,"y0":556,"x1":157,"y1":556,"x2":157,"y2":597,"x3":109,"y3":596},"charText":"愧","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":111,"y0":598,"x1":153,"y1":598,"x2":153,"y2":640,"x3":111,"y3":640},"charText":"則","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":109,"y0":640,"x1":153,"y1":641,"x2":153,"y2":685,"x3":109,"y3":685},"charText":"有","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":107,"y0":687,"x1":160,"y1":687,"x2":160,"y2":731,"x3":106,"y3":731},"charText":"餘","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":109,"y0":731,"x1":156,"y1":732,"x2":156,"y2":776,"x3":109,"y3":775},"charText":"悔","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":109,"y0":775,"x1":156,"y1":776,"x2":155,"y2":808,"x3":109,"y3":807},"charText":"又","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":106,"y0":810,"x1":157,"y1":811,"x2":156,"y2":853,"x3":105,"y3":852},"charText":"無","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":108,"y0":855,"x1":158,"y1":856,"x2":157,"y2":900,"x3":108,"y3":900},"charText":"益","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":45,"y0":25,"x1":97,"y1":26,"x2":97,"y2":69,"x3":44,"y3":68},"charText":"是","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":48,"y0":68,"x1":97,"y1":68,"x2":97,"y2":109,"x3":47,"y3":109},"charText":"大","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":44,"y0":109,"x1":97,"y1":110,"x2":97,"y2":152,"x3":43,"y3":152},"charText":"無","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":46,"y0":156,"x1":95,"y1":156,"x2":95,"y2":201,"x3":45,"y3":201},"charText":"可","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":42,"y0":201,"x1":95,"y1":202,"x2":95,"y2":239,"x3":42,"y3":238},"charText":"如","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":44,"y0":243,"x1":97,"y1":244,"x2":96,"y2":289,"x3":43,"y3":288},"charText":"何","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":48,"y0":290,"x1":97,"y1":291,"x2":97,"y2":327,"x3":47,"y3":326},"charText":"之","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":54,"y0":335,"x1":85,"y1":335,"x2":85,"y2":368,"x3":54,"y3":367},"charText":"日","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":48,"y0":374,"x1":98,"y1":374,"x2":98,"y2":413,"x3":47,"y3":413},"charText":"也","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":47,"y0":417,"x1":95,"y1":418,"x2":95,"y2":465,"x3":47,"y3":465},"charText":"當","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":49,"y0":467,"x1":97,"y1":467,"x2":97,"y2":504,"x3":49,"y3":504},"charText":"此","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":48,"y0":506,"x1":91,"y1":506,"x2":91,"y2":552,"x3":47,"y3":552},"charText":"則","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":52,"y0":552,"x1":89,"y1":552,"x2":89,"y2":596,"x3":51,"y3":595},"charText":"自","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":46,"y0":597,"x1":93,"y1":597,"x2":93,"y2":637,"x3":46,"y3":637},"charText":"欲","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":48,"y0":639,"x1":96,"y1":639,"x2":95,"y2":686,"x3":48,"y3":686},"charText":"将","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":54,"y0":690,"x1":94,"y1":691,"x2":93,"y2":725,"x3":54,"y3":724},"charText":"已","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":48,"y0":728,"x1":98,"y1":728,"x2":98,"y2":770,"x3":47,"y3":770},"charText":"往","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":48,"y0":771,"x1":95,"y1":772,"x2":95,"y2":814,"x3":47,"y3":813},"charText":"所","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":47,"y0":812,"x1":93,"y1":813,"x2":92,"y2":858,"x3":46,"y3":857},"charText":"頼","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":50,"y0":860,"x1":94,"y1":861,"x2":94,"y2":899,"x3":49,"y3":898},"charText":"天","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":11,"y0":121,"x1":39,"y1":121,"x2":38,"y2":155,"x3":11,"y3":155},"charText":"已","textlineId":9,"picUri":"","isPicText":false}]},"7501933907890257961":{"wordBoxList":[{"charPoly":{"x0":530,"y0":26,"x1":573,"y1":26,"x2":574,"y2":66,"x3":530,"y3":66},"charText":"恩","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":524,"y0":68,"x1":575,"y1":68,"x2":575,"y2":104,"x3":524,"y3":104},"charText":"祖","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":525,"y0":104,"x1":577,"y1":105,"x2":577,"y2":149,"x3":524,"y3":149},"charText":"德","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":527,"y0":152,"x1":573,"y1":152,"x2":573,"y2":205,"x3":527,"y3":205},"charText":"錦","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":529,"y0":204,"x1":573,"y1":205,"x2":573,"y2":245,"x3":529,"y3":245},"charText":"衣","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":528,"y0":248,"x1":577,"y1":249,"x2":577,"y2":284,"x3":528,"y3":283},"charText":"紈","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":523,"y0":286,"x1":576,"y1":286,"x2":576,"y2":335,"x3":524,"y3":335},"charText":"袴","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":527,"y0":337,"x1":575,"y1":337,"x2":575,"y2":371,"x3":527,"y3":371},"charText":"之","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":528,"y0":372,"x1":577,"y1":372,"x2":577,"y2":418,"x3":528,"y3":418},"charText":"時","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":524,"y0":421,"x1":577,"y1":421,"x2":577,"y2":461,"x3":524,"y3":461},"charText":"飫","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":526,"y0":464,"x1":573,"y1":464,"x2":573,"y2":499,"x3":526,"y3":499},"charText":"甘","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":525,"y0":501,"x1":577,"y1":501,"x2":577,"y2":554,"x3":525,"y3":555},"charText":"飇","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":527,"y0":558,"x1":578,"y1":558,"x2":578,"y2":596,"x3":527,"y3":596},"charText":"肥","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":529,"y0":599,"x1":575,"y1":599,"x2":575,"y2":633,"x3":529,"y3":633},"charText":"之","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":536,"y0":640,"x1":578,"y1":640,"x2":578,"y2":674,"x3":536,"y3":673},"charText":"日","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":529,"y0":676,"x1":572,"y1":676,"x2":572,"y2":723,"x3":529,"y3":723},"charText":"背","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":530,"y0":727,"x1":575,"y1":727,"x2":575,"y2":762,"x3":530,"y3":761},"charText":"父","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":530,"y0":764,"x1":576,"y1":765,"x2":575,"y2":801,"x3":530,"y3":801},"charText":"兄","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":524,"y0":802,"x1":576,"y1":802,"x2":575,"y2":847,"x3":524,"y3":846},"charText":"教","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":528,"y0":846,"x1":569,"y1":847,"x2":568,"y2":895,"x3":528,"y3":894},"charText":"育","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":464,"y0":26,"x1":512,"y1":26,"x2":512,"y2":62,"x3":464,"y3":61},"charText":"之","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":467,"y0":65,"x1":515,"y1":65,"x2":516,"y2":107,"x3":467,"y3":107},"charText":"恩","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":470,"y0":108,"x1":506,"y1":108,"x2":506,"y2":154,"x3":470,"y3":154},"charText":"負","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":467,"y0":157,"x1":511,"y1":158,"x2":511,"y2":201,"x3":467,"y3":201},"charText":"師","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":465,"y0":201,"x1":514,"y1":201,"x2":514,"y2":245,"x3":465,"y3":244},"charText":"友","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":463,"y0":247,"x1":516,"y1":248,"x2":515,"y2":285,"x3":462,"y3":285},"charText":"規","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":462,"y0":288,"x1":509,"y1":289,"x2":509,"y2":330,"x3":462,"y3":330},"charText":"訓","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":465,"y0":333,"x1":511,"y1":334,"x2":511,"y2":367,"x3":465,"y3":367},"charText":"之","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":463,"y0":368,"x1":516,"y1":368,"x2":516,"y2":413,"x3":463,"y3":413},"charText":"德","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":465,"y0":422,"x1":511,"y1":422,"x2":511,"y2":455,"x3":465,"y3":455},"charText":"以","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":465,"y0":457,"x1":515,"y1":457,"x2":515,"y2":501,"x3":465,"y3":501},"charText":"致","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":465,"y0":505,"x1":515,"y1":506,"x2":515,"y2":548,"x3":464,"y3":548},"charText":"今","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":474,"y0":556,"x1":503,"y1":556,"x2":503,"y2":591,"x3":474,"y3":591},"charText":"日","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":465,"y0":605,"x1":513,"y1":605,"x2":513,"y2":622,"x3":465,"y3":622},"charText":"一","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":463,"y0":630,"x1":515,"y1":631,"x2":515,"y2":677,"x3":462,"y3":676},"charText":"技","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":463,"y0":678,"x1":514,"y1":679,"x2":513,"y2":722,"x3":462,"y3":722},"charText":"無","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":467,"y0":723,"x1":516,"y1":723,"x2":516,"y2":764,"x3":466,"y3":764},"charText":"成","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":465,"y0":763,"x1":508,"y1":763,"x2":508,"y2":810,"x3":464,"y3":810},"charText":"半","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":465,"y0":810,"x1":511,"y1":811,"x2":511,"y2":847,"x3":464,"y3":846},"charText":"生","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":465,"y0":846,"x1":515,"y1":846,"x2":515,"y2":894,"x3":464,"y3":894},"charText":"潦","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":403,"y0":28,"x1":448,"y1":28,"x2":448,"y2":69,"x3":403,"y3":70},"charText":"倒","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":404,"y0":72,"x1":452,"y1":72,"x2":453,"y2":105,"x3":404,"y3":105},"charText":"之","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":406,"y0":107,"x1":455,"y1":106,"x2":455,"y2":152,"x3":406,"y3":152},"charText":"罪","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":405,"y0":154,"x1":451,"y1":154,"x2":451,"y2":196,"x3":405,"y3":196},"charText":"編","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":403,"y0":198,"x1":451,"y1":199,"x2":451,"y2":242,"x3":403,"y3":242},"charText":"述","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":403,"y0":256,"x1":450,"y1":257,"x2":450,"y2":275,"x3":404,"y3":274},"charText":"一","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":403,"y0":284,"x1":454,"y1":284,"x2":454,"y2":332,"x3":403,"y3":332},"charText":"集","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":406,"y0":339,"x1":449,"y1":339,"x2":449,"y2":369,"x3":406,"y3":369},"charText":"以","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":404,"y0":371,"x1":450,"y1":370,"x2":449,"y2":414,"x3":403,"y3":414},"charText":"告","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":404,"y0":419,"x1":452,"y1":419,"x2":452,"y2":456,"x3":404,"y3":456},"charText":"天","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":403,"y0":463,"x1":446,"y1":463,"x2":446,"y2":502,"x3":403,"y3":502},"charText":"下","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":405,"y0":508,"x1":455,"y1":508,"x2":455,"y2":546,"x3":405,"y3":546},"charText":"人","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":403,"y0":545,"x1":451,"y1":545,"x2":451,"y2":590,"x3":403,"y3":590},"charText":"我","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":405,"y0":595,"x1":452,"y1":595,"x2":452,"y2":631,"x3":405,"y3":631},"charText":"之","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":407,"y0":637,"x1":454,"y1":637,"x2":454,"y2":683,"x3":407,"y3":683},"charText":"罪","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":407,"y0":685,"x1":447,"y1":685,"x2":447,"y2":726,"x3":408,"y3":726},"charText":"固","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":405,"y0":728,"x1":447,"y1":728,"x2":447,"y2":760,"x3":405,"y3":760},"charText":"不","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":407,"y0":763,"x1":452,"y1":764,"x2":452,"y2":807,"x3":407,"y3":806},"charText":"免","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":407,"y0":807,"x1":450,"y1":807,"x2":450,"y2":848,"x3":407,"y3":848},"charText":"然","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":407,"y0":851,"x1":448,"y1":852,"x2":448,"y2":894,"x3":406,"y3":894},"charText":"閨","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":349,"y0":26,"x1":390,"y1":26,"x2":390,"y2":69,"x3":349,"y3":69},"charText":"閣","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":348,"y0":66,"x1":386,"y1":66,"x2":386,"y2":111,"x3":348,"y3":111},"charText":"中","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":348,"y0":112,"x1":392,"y1":112,"x2":392,"y2":154,"x3":348,"y3":154},"charText":"本","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":351,"y0":156,"x1":385,"y1":156,"x2":385,"y2":199,"x3":351,"y3":199},"charText":"自","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":345,"y0":201,"x1":390,"y1":201,"x2":390,"y2":243,"x3":345,"y3":243},"charText":"歴","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":345,"y0":245,"x1":390,"y1":245,"x2":390,"y2":288,"x3":344,"y3":288},"charText":"歴","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":345,"y0":289,"x1":388,"y1":289,"x2":388,"y2":337,"x3":345,"y3":336},"charText":"有","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":344,"y0":338,"x1":395,"y1":338,"x2":395,"y2":373,"x3":344,"y3":373},"charText":"人","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":344,"y0":372,"x1":389,"y1":372,"x2":389,"y2":421,"x3":344,"y3":421},"charText":"萬","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":346,"y0":423,"x1":386,"y1":423,"x2":386,"y2":461,"x3":346,"y3":461},"charText":"不","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":346,"y0":464,"x1":387,"y1":464,"x2":387,"y2":507,"x3":346,"y3":507},"charText":"可","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":350,"y0":510,"x1":387,"y1":510,"x2":387,"y2":551,"x3":350,"y3":551},"charText":"因","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":345,"y0":549,"x1":392,"y1":550,"x2":392,"y2":593,"x3":345,"y3":593},"charText":"我","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":346,"y0":596,"x1":394,"y1":596,"x2":393,"y2":633,"x3":346,"y3":633},"charText":"之","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":346,"y0":638,"x1":388,"y1":639,"x2":388,"y2":679,"x3":346,"y3":678},"charText":"不","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":350,"y0":680,"x1":394,"y1":680,"x2":394,"y2":728,"x3":350,"y3":728},"charText":"削","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":353,"y0":728,"x1":386,"y1":728,"x2":386,"y2":770,"x3":353,"y3":769},"charText":"自","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":350,"y0":770,"x1":393,"y1":770,"x2":393,"y2":805,"x3":350,"y3":805},"charText":"已","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":340,"y0":806,"x1":393,"y1":806,"x2":392,"y2":857,"x3":340,"y3":857},"charText":"護","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":341,"y0":858,"x1":395,"y1":859,"x2":395,"y2":899,"x3":341,"y3":899},"charText":"短","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":284,"y0":35,"x1":331,"y1":35,"x2":331,"y2":51,"x3":284,"y3":50},"charText":"一","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":284,"y0":62,"x1":330,"y1":63,"x2":331,"y2":109,"x3":285,"y3":109},"charText":"併","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":285,"y0":109,"x1":332,"y1":109,"x2":332,"y2":153,"x3":285,"y3":153},"charText":"使","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":284,"y0":154,"x1":330,"y1":154,"x2":329,"y2":200,"x3":284,"y3":200},"charText":"其","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":287,"y0":204,"x1":331,"y1":205,"x2":331,"y2":244,"x3":287,"y3":244},"charText":"民","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":284,"y0":245,"x1":335,"y1":245,"x2":335,"y2":288,"x3":284,"y3":287},"charText":"滅","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":285,"y0":290,"x1":332,"y1":290,"x2":332,"y2":333,"x3":284,"y3":333},"charText":"雖","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":285,"y0":334,"x1":333,"y1":335,"x2":332,"y2":375,"x3":284,"y3":374},"charText":"今","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":293,"y0":382,"x1":320,"y1":383,"x2":320,"y2":415,"x3":294,"y3":414},"charText":"日","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":285,"y0":421,"x1":333,"y1":422,"x2":332,"y2":454,"x3":284,"y3":454},"charText":"之","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":285,"y0":455,"x1":326,"y1":455,"x2":326,"y2":506,"x3":285,"y3":506},"charText":"茅","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":283,"y0":506,"x1":331,"y1":507,"x2":331,"y2":551,"x3":283,"y3":550},"charText":"椽","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":284,"y0":551,"x1":329,"y1":551,"x2":329,"y2":596,"x3":284,"y3":596},"charText":"蓬","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":284,"y0":596,"x1":334,"y1":596,"x2":334,"y2":643,"x3":284,"y3":643},"charText":"牖","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":288,"y0":646,"x1":329,"y1":646,"x2":329,"y2":684,"x3":288,"y3":684},"charText":"瓦","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":287,"y0":684,"x1":327,"y1":684,"x2":327,"y2":728,"x3":287,"y3":728},"charText":"竈","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":285,"y0":731,"x1":328,"y1":731,"x2":328,"y2":767,"x3":285,"y3":767},"charText":"繩","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":286,"y0":768,"x1":334,"y1":768,"x2":334,"y2":811,"x3":285,"y3":810},"charText":"床","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":284,"y0":812,"x1":329,"y1":812,"x2":329,"y2":854,"x3":283,"y3":854},"charText":"其","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":284,"y0":855,"x1":331,"y1":855,"x2":330,"y2":900,"x3":284,"y3":900},"charText":"晨","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":229,"y0":28,"x1":263,"y1":28,"x2":263,"y2":68,"x3":229,"y3":68},"charText":"夕","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":228,"y0":68,"x1":274,"y1":68,"x2":274,"y2":107,"x3":227,"y3":107},"charText":"風","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":228,"y0":109,"x1":276,"y1":110,"x2":276,"y2":154,"x3":227,"y3":153},"charText":"露","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":225,"y0":155,"x1":272,"y1":155,"x2":272,"y2":199,"x3":225,"y3":199},"charText":"堦","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":224,"y0":201,"x1":271,"y1":201,"x2":270,"y2":247,"x3":224,"y3":247},"charText":"栁","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":225,"y0":246,"x1":274,"y1":247,"x2":273,"y2":288,"x3":225,"y3":288},"charText":"庭","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":226,"y0":288,"x1":275,"y1":288,"x2":275,"y2":331,"x3":225,"y3":331},"charText":"花","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":226,"y0":334,"x1":270,"y1":334,"x2":270,"y2":373,"x3":226,"y3":372},"charText":"亦","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":227,"y0":372,"x1":272,"y1":372,"x2":272,"y2":418,"x3":226,"y3":418},"charText":"未","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":225,"y0":418,"x1":267,"y1":419,"x2":267,"y2":464,"x3":225,"y3":463},"charText":"有","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":227,"y0":464,"x1":270,"y1":465,"x2":270,"y2":505,"x3":227,"y3":505},"charText":"防","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":224,"y0":504,"x1":270,"y1":504,"x2":270,"y2":549,"x3":224,"y3":549},"charText":"我","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":224,"y0":552,"x1":272,"y1":552,"x2":272,"y2":588,"x3":224,"y3":587},"charText":"之","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":223,"y0":588,"x1":270,"y1":589,"x2":270,"y2":635,"x3":223,"y3":634},"charText":"襟","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":227,"y0":635,"x1":275,"y1":635,"x2":275,"y2":680,"x3":227,"y3":680},"charText":"懐","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":228,"y0":681,"x1":272,"y1":681,"x2":271,"y2":727,"x3":228,"y3":727},"charText":"束","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":225,"y0":726,"x1":267,"y1":726,"x2":266,"y2":773,"x3":225,"y3":773},"charText":"筆","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":229,"y0":771,"x1":267,"y1":771,"x2":267,"y2":811,"x3":229,"y3":811},"charText":"閣","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":227,"y0":811,"x1":273,"y1":811,"x2":273,"y2":854,"x3":227,"y3":854},"charText":"墨","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":224,"y0":856,"x1":271,"y1":856,"x2":271,"y2":898,"x3":224,"y3":898},"charText":"雖","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":166,"y0":23,"x1":214,"y1":23,"x2":214,"y2":66,"x3":166,"y3":65},"charText":"我","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":165,"y0":64,"x1":214,"y1":64,"x2":214,"y2":109,"x3":165,"y3":109},"charText":"未","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":166,"y0":110,"x1":216,"y1":111,"x2":215,"y2":159,"x3":165,"y3":159},"charText":"學","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":166,"y0":161,"x1":207,"y1":162,"x2":207,"y2":199,"x3":166,"y3":198},"charText":"下","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":163,"y0":198,"x1":207,"y1":198,"x2":207,"y2":246,"x3":163,"y3":246},"charText":"筆","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":162,"y0":247,"x1":212,"y1":247,"x2":211,"y2":286,"x3":162,"y3":286},"charText":"無","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":166,"y0":288,"x1":215,"y1":288,"x2":215,"y2":326,"x3":166,"y3":326},"charText":"文","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":168,"y0":332,"x1":213,"y1":332,"x2":213,"y2":367,"x3":168,"y3":367},"charText":"又","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":162,"y0":372,"x1":211,"y1":372,"x2":211,"y2":414,"x3":162,"y3":414},"charText":"何","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":163,"y0":416,"x1":209,"y1":417,"x2":209,"y2":460,"x3":163,"y3":459},"charText":"妨","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":169,"y0":461,"x1":205,"y1":462,"x2":205,"y2":504,"x3":169,"y3":503},"charText":"用","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":164,"y0":507,"x1":210,"y1":507,"x2":210,"y2":545,"x3":164,"y3":545},"charText":"俚","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":162,"y0":550,"x1":211,"y1":550,"x2":211,"y2":590,"x3":162,"y3":590},"charText":"語","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":162,"y0":591,"x1":210,"y1":591,"x2":210,"y2":636,"x3":163,"y3":636},"charText":"村","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":164,"y0":640,"x1":215,"y1":640,"x2":215,"y2":680,"x3":164,"y3":680},"charText":"記","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":162,"y0":682,"x1":212,"y1":682,"x2":212,"y2":725,"x3":162,"y3":725},"charText":"敷","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":165,"y0":726,"x1":209,"y1":727,"x2":209,"y2":770,"x3":165,"y3":770},"charText":"演","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":167,"y0":770,"x1":205,"y1":771,"x2":205,"y2":810,"x3":167,"y3":810},"charText":"出","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":163,"y0":824,"x1":210,"y1":823,"x2":210,"y2":841,"x3":163,"y3":842},"charText":"一","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":162,"y0":856,"x1":213,"y1":857,"x2":213,"y2":896,"x3":162,"y3":895},"charText":"段","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":103,"y0":21,"x1":155,"y1":21,"x2":155,"y2":63,"x3":103,"y3":63},"charText":"故","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":103,"y0":63,"x1":147,"y1":63,"x2":147,"y2":112,"x3":103,"y3":112},"charText":"事","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":105,"y0":112,"x1":155,"y1":112,"x2":154,"y2":157,"x3":104,"y3":157},"charText":"来","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":104,"y0":159,"x1":150,"y1":159,"x2":149,"y2":200,"x3":104,"y3":199},"charText":"亦","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":103,"y0":202,"x1":149,"y1":203,"x2":149,"y2":242,"x3":103,"y3":242},"charText":"可","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":102,"y0":242,"x1":152,"y1":242,"x2":152,"y2":285,"x3":102,"y3":285},"charText":"使","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":106,"y0":287,"x1":147,"y1":288,"x2":146,"y2":329,"x3":105,"y3":329},"charText":"閨","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":106,"y0":331,"x1":146,"y1":331,"x2":146,"y2":374,"x3":106,"y3":374},"charText":"閣","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":105,"y0":375,"x1":150,"y1":375,"x2":150,"y2":414,"x3":105,"y3":414},"charText":"照","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":102,"y0":414,"x1":153,"y1":415,"x2":153,"y2":463,"x3":102,"y3":462},"charText":"傳","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":102,"y0":462,"x1":151,"y1":462,"x2":151,"y2":505,"x3":102,"y3":505},"charText":"復","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":103,"y0":507,"x1":148,"y1":507,"x2":148,"y2":548,"x3":104,"y3":548},"charText":"可","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":105,"y0":549,"x1":153,"y1":549,"x2":153,"y2":591,"x3":105,"y3":591},"charText":"悦","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":102,"y0":593,"x1":150,"y1":593,"x2":150,"y2":632,"x3":101,"y3":632},"charText":"世","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":105,"y0":638,"x1":152,"y1":639,"x2":152,"y2":676,"x3":104,"y3":676},"charText":"之","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":111,"y0":684,"x1":154,"y1":685,"x2":154,"y2":721,"x3":111,"y3":721},"charText":"取","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":100,"y0":722,"x1":153,"y1":722,"x2":152,"y2":768,"x3":100,"y3":767},"charText":"破","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":105,"y0":771,"x1":152,"y1":772,"x2":152,"y2":805,"x3":105,"y3":804},"charText":"人","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":100,"y0":806,"x1":150,"y1":806,"x2":150,"y2":854,"x3":99,"y3":854},"charText":"愁","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":105,"y0":856,"x1":153,"y1":856,"x2":153,"y2":897,"x3":105,"y3":897},"charText":"悶","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":42,"y0":25,"x1":87,"y1":25,"x2":87,"y2":66,"x3":42,"y3":65},"charText":"不","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":67,"x1":86,"y1":67,"x2":86,"y2":109,"x3":40,"y3":109},"charText":"亦","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":111,"x1":85,"y1":111,"x2":85,"y2":154,"x3":40,"y3":154},"charText":"宜","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":38,"y0":155,"x1":92,"y1":155,"x2":92,"y2":199,"x3":37,"y3":199},"charText":"乎","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":200,"x1":89,"y1":200,"x2":89,"y2":244,"x3":40,"y3":243},"charText":"故","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":44,"y0":249,"x1":81,"y1":250,"x2":82,"y2":282,"x3":44,"y3":282},"charText":"曰","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":43,"y0":284,"x1":81,"y1":284,"x2":81,"y2":333,"x3":43,"y3":333},"charText":"賈","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":42,"y0":334,"x1":83,"y1":334,"x2":83,"y2":372,"x3":42,"y3":372},"charText":"雨","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":38,"y0":371,"x1":83,"y1":371,"x2":83,"y2":414,"x3":38,"y3":415},"charText":"村","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":419,"x1":82,"y1":419,"x2":82,"y2":457,"x3":40,"y3":458},"charText":"云","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":464,"x1":92,"y1":464,"x2":91,"y2":501,"x3":39,"y3":501},"charText":"云","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":39,"y0":504,"x1":82,"y1":504,"x2":82,"y2":548,"x3":39,"y3":548},"charText":"列","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":36,"y0":549,"x1":86,"y1":549,"x2":86,"y2":589,"x3":36,"y3":589},"charText":"位","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":37,"y0":589,"x1":83,"y1":589,"x2":83,"y2":637,"x3":37,"y3":637},"charText":"看","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":42,"y0":638,"x1":92,"y1":638,"x2":92,"y2":682,"x3":42,"y3":682},"charText":"官","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":37,"y0":684,"x1":86,"y1":684,"x2":85,"y2":724,"x3":36,"y3":723},"charText":"你","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":38,"y0":725,"x1":89,"y1":725,"x2":88,"y2":769,"x3":38,"y3":768},"charText":"道","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":39,"y0":769,"x1":90,"y1":770,"x2":89,"y2":806,"x3":39,"y3":806},"charText":"此","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":38,"y0":807,"x1":82,"y1":807,"x2":82,"y2":858,"x3":38,"y3":858},"charText":"書","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":36,"y0":860,"x1":86,"y1":861,"x2":86,"y2":898,"x3":36,"y3":897},"charText":"何","textlineId":8,"picUri":"","isPicText":false}]},"7501933907890274345":{"wordBoxList":[{"charPoly":{"x0":535,"y0":48,"x1":586,"y1":50,"x2":585,"y2":97,"x3":534,"y3":95},"charText":"来","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":531,"y0":95,"x1":585,"y1":97,"x2":584,"y2":136,"x3":530,"y3":135},"charText":"説","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":530,"y0":137,"x1":582,"y1":138,"x2":582,"y2":182,"x3":530,"y3":181},"charText":"起","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":531,"y0":182,"x1":581,"y1":183,"x2":581,"y2":227,"x3":531,"y3":227},"charText":"根","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":536,"y0":228,"x1":581,"y1":229,"x2":581,"y2":268,"x3":536,"y3":268},"charText":"由","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":532,"y0":270,"x1":580,"y1":270,"x2":580,"y2":313,"x3":532,"y3":313},"charText":"雖","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":533,"y0":314,"x1":580,"y1":314,"x2":580,"y2":354,"x3":533,"y3":354},"charText":"近","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":537,"y0":354,"x1":581,"y1":354,"x2":581,"y2":397,"x3":537,"y3":396},"charText":"荒","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":534,"y0":397,"x1":582,"y1":397,"x2":582,"y2":443,"x3":533,"y3":443},"charText":"唐","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":534,"y0":445,"x1":580,"y1":446,"x2":580,"y2":483,"x3":534,"y3":482},"charText":"細","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":533,"y0":483,"x1":580,"y1":484,"x2":580,"y2":527,"x3":532,"y3":527},"charText":"按","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":536,"y0":530,"x1":576,"y1":530,"x2":575,"y2":573,"x3":536,"y3":573},"charText":"則","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":534,"y0":575,"x1":577,"y1":575,"x2":577,"y2":616,"x3":534,"y3":615},"charText":"深","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":534,"y0":615,"x1":574,"y1":615,"x2":574,"y2":659,"x3":534,"y3":659},"charText":"有","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":530,"y0":659,"x1":579,"y1":660,"x2":579,"y2":703,"x3":529,"y3":703},"charText":"趣","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":531,"y0":703,"x1":582,"y1":704,"x2":581,"y2":749,"x3":531,"y3":749},"charText":"味","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":530,"y0":749,"x1":579,"y1":750,"x2":578,"y2":795,"x3":529,"y3":794},"charText":"待","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":533,"y0":793,"x1":575,"y1":794,"x2":575,"y2":834,"x3":533,"y3":834},"charText":"在","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":531,"y0":836,"x1":575,"y1":837,"x2":574,"y2":874,"x3":531,"y3":873},"charText":"下","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":532,"y0":877,"x1":578,"y1":877,"x2":578,"y2":920,"x3":532,"y3":920},"charText":"将","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":474,"y0":49,"x1":522,"y1":50,"x2":522,"y2":87,"x3":474,"y3":86},"charText":"此","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":475,"y0":87,"x1":522,"y1":88,"x2":521,"y2":136,"x3":474,"y3":135},"charText":"来","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":474,"y0":137,"x1":519,"y1":137,"x2":519,"y2":178,"x3":473,"y3":177},"charText":"歴","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":470,"y0":182,"x1":519,"y1":182,"x2":518,"y2":222,"x3":470,"y3":222},"charText":"註","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":475,"y0":228,"x1":522,"y1":228,"x2":522,"y2":271,"x3":475,"y3":270},"charText":"明","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":472,"y0":272,"x1":516,"y1":273,"x2":516,"y2":311,"x3":472,"y3":311},"charText":"方","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":471,"y0":311,"x1":517,"y1":312,"x2":517,"y2":354,"x3":471,"y3":353},"charText":"使","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":474,"y0":355,"x1":516,"y1":356,"x2":516,"y2":398,"x3":474,"y3":398},"charText":"閲","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":471,"y0":397,"x1":517,"y1":397,"x2":517,"y2":442,"x3":471,"y3":442},"charText":"者","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":478,"y0":444,"x1":510,"y1":444,"x2":510,"y2":482,"x3":479,"y3":481},"charText":"了","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":476,"y0":483,"x1":517,"y1":483,"x2":517,"y2":525,"x3":476,"y3":525},"charText":"然","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":474,"y0":531,"x1":515,"y1":531,"x2":515,"y2":569,"x3":474,"y3":569},"charText":"不","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":474,"y0":569,"x1":521,"y1":569,"x2":521,"y2":613,"x3":474,"y3":613},"charText":"惑","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":470,"y0":616,"x1":516,"y1":617,"x2":515,"y2":659,"x3":470,"y3":659},"charText":"原","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":475,"y0":659,"x1":520,"y1":660,"x2":520,"y2":708,"x3":475,"y3":708},"charText":"来","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":468,"y0":710,"x1":518,"y1":711,"x2":518,"y2":746,"x3":468,"y3":745},"charText":"女","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":467,"y0":749,"x1":518,"y1":750,"x2":517,"y2":789,"x3":467,"y3":788},"charText":"媧","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":475,"y0":791,"x1":517,"y1":791,"x2":517,"y2":829,"x3":474,"y3":828},"charText":"氏","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":469,"y0":829,"x1":517,"y1":829,"x2":517,"y2":879,"x3":468,"y3":879},"charText":"煉","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":469,"y0":881,"x1":511,"y1":882,"x2":510,"y2":918,"x3":469,"y3":918},"charText":"石","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":411,"y0":48,"x1":460,"y1":49,"x2":460,"y2":93,"x3":411,"y3":92},"charText":"補","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":415,"y0":95,"x1":462,"y1":95,"x2":462,"y2":132,"x3":415,"y3":132},"charText":"天","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":412,"y0":137,"x1":460,"y1":137,"x2":460,"y2":172,"x3":412,"y3":171},"charText":"之","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":412,"y0":174,"x1":461,"y1":175,"x2":461,"y2":225,"x3":412,"y3":224},"charText":"時","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":408,"y0":226,"x1":462,"y1":227,"x2":461,"y2":267,"x3":408,"y3":266},"charText":"於","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":414,"y0":268,"x1":459,"y1":268,"x2":459,"y2":306,"x3":413,"y3":305},"charText":"大","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":415,"y0":305,"x1":459,"y1":306,"x2":459,"y2":352,"x3":415,"y3":352},"charText":"荒","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":414,"y0":355,"x1":459,"y1":356,"x2":459,"y2":391,"x3":414,"y3":391},"charText":"山","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":436,"y0":400,"x1":462,"y1":400,"x2":462,"y2":435,"x3":436,"y3":435},"charText":"荒","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":431,"y0":443,"x1":460,"y1":443,"x2":460,"y2":477,"x3":430,"y3":477},"charText":"唐","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":407,"y0":402,"x1":434,"y1":402,"x2":434,"y2":431,"x3":408,"y3":431},"charText":"也","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":409,"y0":481,"x1":458,"y1":481,"x2":458,"y2":524,"x3":409,"y3":524},"charText":"無","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":408,"y0":525,"x1":455,"y1":525,"x2":455,"y2":571,"x3":408,"y3":570},"charText":"稽","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":411,"y0":572,"x1":459,"y1":572,"x2":459,"y2":616,"x3":411,"y3":616},"charText":"崖","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":434,"y0":622,"x1":460,"y1":623,"x2":460,"y2":653,"x3":434,"y3":653},"charText":"無","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":428,"y0":661,"x1":460,"y1":661,"x2":460,"y2":695,"x3":428,"y3":695},"charText":"稽","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":406,"y0":622,"x1":433,"y1":622,"x2":433,"y2":649,"x3":407,"y3":649},"charText":"也","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":409,"y0":697,"x1":459,"y1":698,"x2":458,"y2":747,"x3":409,"y3":747},"charText":"煉","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":410,"y0":746,"x1":457,"y1":747,"x2":457,"y2":790,"x3":410,"y3":789},"charText":"成","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":412,"y0":789,"x1":454,"y1":789,"x2":454,"y2":834,"x3":411,"y3":833},"charText":"髙","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":410,"y0":839,"x1":456,"y1":839,"x2":456,"y2":875,"x3":410,"y3":875},"charText":"經","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":410,"y0":880,"x1":453,"y1":881,"x2":452,"y2":917,"x3":410,"y3":917},"charText":"十","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":355,"y0":52,"x1":399,"y1":53,"x2":399,"y2":81,"x3":355,"y3":81},"charText":"二","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":356,"y0":87,"x1":403,"y1":87,"x2":403,"y2":130,"x3":355,"y3":130},"charText":"霸","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":376,"y0":141,"x1":403,"y1":141,"x2":403,"y2":169,"x3":376,"y3":169},"charText":"照","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":377,"y0":182,"x1":402,"y1":183,"x2":402,"y2":214,"x3":377,"y3":214},"charText":"應","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":374,"y0":227,"x1":400,"y1":228,"x2":400,"y2":257,"x3":374,"y3":257},"charText":"十","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":349,"y0":143,"x1":374,"y1":143,"x2":374,"y2":166,"x3":349,"y3":165},"charText":"二","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":347,"y0":182,"x1":376,"y1":183,"x2":376,"y2":212,"x3":347,"y3":212},"charText":"釵","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":354,"y0":268,"x1":395,"y1":269,"x2":395,"y2":309,"x3":353,"y3":308},"charText":"方","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":353,"y0":312,"x1":397,"y1":313,"x2":397,"y2":349,"x3":352,"y3":348},"charText":"經","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":351,"y0":358,"x1":398,"y1":359,"x2":398,"y2":386,"x3":351,"y3":386},"charText":"二","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":351,"y0":395,"x1":395,"y1":395,"x2":394,"y2":434,"x3":351,"y3":434},"charText":"十","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":353,"y0":443,"x1":396,"y1":443,"x2":396,"y2":475,"x3":353,"y3":475},"charText":"四","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":352,"y0":479,"x1":400,"y1":479,"x2":400,"y2":520,"x3":352,"y3":520},"charText":"成","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":374,"y0":533,"x1":400,"y1":534,"x2":400,"y2":564,"x3":375,"y3":564},"charText":"照","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":373,"y0":574,"x1":400,"y1":574,"x2":400,"y2":607,"x3":373,"y3":607},"charText":"應","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":375,"y0":620,"x1":400,"y1":620,"x2":400,"y2":650,"x3":376,"y3":650},"charText":"副","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":345,"y0":532,"x1":371,"y1":532,"x2":371,"y2":563,"x3":345,"y3":563},"charText":"十","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":346,"y0":578,"x1":372,"y1":578,"x2":372,"y2":602,"x3":346,"y3":602},"charText":"二","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":344,"y0":619,"x1":375,"y1":620,"x2":375,"y2":649,"x3":345,"y3":649},"charText":"釵","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":347,"y0":660,"x1":394,"y1":660,"x2":394,"y2":702,"x3":346,"y3":702},"charText":"頑","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":351,"y0":706,"x1":391,"y1":706,"x2":391,"y2":741,"x3":351,"y3":741},"charText":"石","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":350,"y0":748,"x1":394,"y1":748,"x2":393,"y2":782,"x3":350,"y3":782},"charText":"三","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":351,"y0":783,"x1":392,"y1":784,"x2":392,"y2":833,"x3":351,"y3":833},"charText":"萬","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":347,"y0":835,"x1":393,"y1":836,"x2":393,"y2":871,"x3":347,"y3":870},"charText":"六","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":348,"y0":874,"x1":389,"y1":874,"x2":388,"y2":918,"x3":347,"y3":917},"charText":"千","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":293,"y0":50,"x1":340,"y1":51,"x2":339,"y2":84,"x3":293,"y3":84},"charText":"五","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":294,"y0":91,"x1":337,"y1":92,"x2":337,"y2":129,"x3":293,"y3":128},"charText":"百","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":294,"y0":133,"x1":340,"y1":133,"x2":339,"y2":178,"x3":293,"y3":177},"charText":"零","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":291,"y0":189,"x1":338,"y1":191,"x2":338,"y2":207,"x3":292,"y3":206},"charText":"一","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":291,"y0":223,"x1":342,"y1":224,"x2":341,"y2":267,"x3":290,"y3":266},"charText":"塊","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":288,"y0":268,"x1":336,"y1":269,"x2":335,"y2":308,"x3":288,"y3":307},"charText":"媧","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":291,"y0":308,"x1":334,"y1":309,"x2":333,"y2":351,"x3":291,"y3":350},"charText":"皇","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":295,"y0":353,"x1":336,"y1":353,"x2":336,"y2":392,"x3":295,"y3":391},"charText":"氏","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":293,"y0":397,"x1":332,"y1":397,"x2":333,"y2":434,"x3":293,"y3":434},"charText":"只","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":294,"y0":437,"x1":331,"y1":437,"x2":331,"y2":481,"x3":295,"y3":481},"charText":"用","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":296,"y0":485,"x1":328,"y1":484,"x2":328,"y2":525,"x3":296,"y3":525},"charText":"了","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":292,"y0":531,"x1":331,"y1":531,"x2":332,"y2":564,"x3":292,"y3":564},"charText":"三","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":291,"y0":564,"x1":333,"y1":565,"x2":333,"y2":616,"x3":291,"y3":616},"charText":"萬","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":291,"y0":620,"x1":334,"y1":620,"x2":334,"y2":655,"x3":292,"y3":655},"charText":"六","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":291,"y0":658,"x1":331,"y1":659,"x2":331,"y2":703,"x3":291,"y3":703},"charText":"千","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":288,"y0":707,"x1":335,"y1":707,"x2":335,"y2":742,"x3":288,"y3":742},"charText":"五","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":290,"y0":747,"x1":332,"y1":748,"x2":332,"y2":786,"x3":290,"y3":786},"charText":"百","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":287,"y0":789,"x1":338,"y1":790,"x2":338,"y2":831,"x3":287,"y3":830},"charText":"塊","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":313,"y0":840,"x1":338,"y1":840,"x2":338,"y2":869,"x3":312,"y3":869},"charText":"合","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":311,"y0":879,"x1":338,"y1":880,"x2":338,"y2":911,"x3":311,"y3":911},"charText":"週","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":284,"y0":841,"x1":313,"y1":842,"x2":313,"y2":870,"x3":284,"y3":869},"charText":"天","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":283,"y0":880,"x1":310,"y1":880,"x2":310,"y2":907,"x3":283,"y3":907},"charText":"之","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":245,"y0":50,"x1":283,"y1":51,"x2":283,"y2":84,"x3":245,"y3":83},"charText":"数","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":240,"y0":93,"x1":278,"y1":93,"x2":277,"y2":126,"x3":240,"y3":126},"charText":"只","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":235,"y0":127,"x1":278,"y1":128,"x2":277,"y2":175,"x3":235,"y3":175},"charText":"单","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":234,"y0":177,"x1":278,"y1":178,"x2":277,"y2":226,"x3":233,"y3":225},"charText":"单","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":235,"y0":226,"x1":276,"y1":226,"x2":276,"y2":266,"x3":235,"y3":266},"charText":"的","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":231,"y0":266,"x1":274,"y1":267,"x2":273,"y2":311,"x3":231,"y3":310},"charText":"剩","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":237,"y0":311,"x1":268,"y1":312,"x2":267,"y2":355,"x3":237,"y3":355},"charText":"了","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":230,"y0":365,"x1":275,"y1":366,"x2":276,"y2":380,"x3":231,"y3":380},"charText":"一","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":229,"y0":393,"x1":278,"y1":393,"x2":278,"y2":434,"x3":229,"y3":434},"charText":"塊","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":231,"y0":435,"x1":278,"y1":435,"x2":277,"y2":482,"x3":231,"y3":482},"charText":"未","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":233,"y0":484,"x1":278,"y1":484,"x2":278,"y2":525,"x3":233,"y3":525},"charText":"用","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":229,"y0":528,"x1":277,"y1":528,"x2":277,"y2":569,"x3":229,"y3":569},"charText":"便","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":229,"y0":569,"x1":274,"y1":569,"x2":274,"y2":615,"x3":229,"y3":615},"charText":"棄","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":231,"y0":616,"x1":274,"y1":616,"x2":274,"y2":658,"x3":231,"y3":658},"charText":"在","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":232,"y0":660,"x1":278,"y1":660,"x2":278,"y2":697,"x3":232,"y3":697},"charText":"此","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":234,"y0":703,"x1":274,"y1":703,"x2":274,"y2":739,"x3":234,"y3":739},"charText":"山","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":231,"y0":740,"x1":273,"y1":740,"x2":273,"y2":791,"x3":230,"y3":791},"charText":"青","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":230,"y0":791,"x1":277,"y1":791,"x2":276,"y2":830,"x3":230,"y3":829},"charText":"埂","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":231,"y0":830,"x1":277,"y1":830,"x2":276,"y2":881,"x3":230,"y3":881},"charText":"峯","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":229,"y0":882,"x1":275,"y1":883,"x2":275,"y2":919,"x3":229,"y3":918},"charText":"下","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":197,"y0":50,"x1":225,"y1":50,"x2":225,"y2":81,"x3":197,"y3":81},"charText":"妙","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":204,"y0":91,"x1":224,"y1":92,"x2":224,"y2":121,"x3":204,"y3":121},"charText":"自","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":197,"y0":133,"x1":225,"y1":134,"x2":224,"y2":166,"x3":196,"y3":165},"charText":"謂","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":200,"y0":178,"x1":224,"y1":179,"x2":224,"y2":210,"x3":200,"y3":209},"charText":"墜","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":198,"y0":222,"x1":222,"y1":223,"x2":222,"y2":254,"x3":198,"y3":254},"charText":"落","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":196,"y0":264,"x1":222,"y1":265,"x2":222,"y2":299,"x3":196,"y3":298},"charText":"情","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":169,"y0":50,"x1":196,"y1":50,"x2":196,"y2":80,"x3":169,"y3":80},"charText":"根","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":171,"y0":89,"x1":200,"y1":90,"x2":200,"y2":120,"x3":171,"y3":120},"charText":"故","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":169,"y0":133,"x1":195,"y1":133,"x2":195,"y2":162,"x3":169,"y3":162},"charText":"無","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":169,"y0":179,"x1":195,"y1":179,"x2":195,"y2":209,"x3":169,"y3":209},"charText":"補","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":168,"y0":226,"x1":195,"y1":227,"x2":195,"y2":253,"x3":168,"y3":252},"charText":"天","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":169,"y0":270,"x1":192,"y1":270,"x2":192,"y2":299,"x3":169,"y3":298},"charText":"用","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":166,"y0":308,"x1":216,"y1":308,"x2":216,"y2":351,"x3":165,"y3":351},"charText":"誰","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":167,"y0":353,"x1":214,"y1":354,"x2":213,"y2":388,"x3":166,"y3":387},"charText":"知","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":170,"y0":392,"x1":216,"y1":392,"x2":216,"y2":428,"x3":170,"y3":428},"charText":"此","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":168,"y0":439,"x1":219,"y1":439,"x2":219,"y2":476,"x3":168,"y3":476},"charText":"石","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":175,"y0":480,"x1":210,"y1":480,"x2":210,"y2":522,"x3":175,"y3":522},"charText":"自","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":170,"y0":526,"x1":214,"y1":526,"x2":214,"y2":564,"x3":170,"y3":563},"charText":"經","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":169,"y0":570,"x1":217,"y1":570,"x2":217,"y2":609,"x3":169,"y3":609},"charText":"煆","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":169,"y0":610,"x1":218,"y1":610,"x2":218,"y2":657,"x3":169,"y3":657},"charText":"煉","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":170,"y0":661,"x1":218,"y1":662,"x2":218,"y2":695,"x3":170,"y3":695},"charText":"之","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":170,"y0":699,"x1":220,"y1":699,"x2":220,"y2":743,"x3":170,"y3":742},"charText":"後","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":170,"y0":744,"x1":213,"y1":744,"x2":213,"y2":789,"x3":170,"y3":789},"charText":"靈","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":170,"y0":788,"x1":214,"y1":788,"x2":214,"y2":829,"x3":170,"y3":829},"charText":"性","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":173,"y0":833,"x1":213,"y1":833,"x2":213,"y2":867,"x3":173,"y3":867},"charText":"巳","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":166,"y0":872,"x1":219,"y1":872,"x2":219,"y2":917,"x3":166,"y3":917},"charText":"通","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":137,"y0":50,"x1":164,"y1":50,"x2":164,"y2":80,"x3":138,"y3":79},"charText":"煆","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":139,"y0":89,"x1":165,"y1":89,"x2":164,"y2":121,"x3":138,"y3":121},"charText":"煉","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":137,"y0":132,"x1":163,"y1":132,"x2":163,"y2":162,"x3":138,"y3":162},"charText":"後","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":137,"y0":177,"x1":163,"y1":177,"x2":163,"y2":207,"x3":137,"y3":207},"charText":"性","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":136,"y0":226,"x1":162,"y1":226,"x2":162,"y2":254,"x3":136,"y3":254},"charText":"方","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":135,"y0":269,"x1":161,"y1":269,"x2":161,"y2":298,"x3":135,"y3":298},"charText":"通","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":132,"y0":310,"x1":160,"y1":310,"x2":159,"y2":342,"x3":131,"y3":342},"charText":"甚","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":108,"y0":44,"x1":136,"y1":44,"x2":136,"y2":80,"x3":107,"y3":80},"charText":"哉","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":109,"y0":89,"x1":137,"y1":89,"x2":137,"y2":116,"x3":109,"y3":116},"charText":"人","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":108,"y0":130,"x1":133,"y1":130,"x2":133,"y2":160,"x3":109,"y3":160},"charText":"生","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":108,"y0":179,"x1":133,"y1":179,"x2":133,"y2":207,"x3":108,"y3":207},"charText":"不","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":107,"y0":223,"x1":133,"y1":223,"x2":133,"y2":258,"x3":107,"y3":258},"charText":"學","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":107,"y0":269,"x1":132,"y1":269,"x2":132,"y2":297,"x3":108,"y3":296},"charText":"也","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":114,"y0":351,"x1":152,"y1":351,"x2":151,"y2":391,"x3":114,"y3":391},"charText":"因","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":111,"y0":393,"x1":156,"y1":393,"x2":156,"y2":433,"x3":111,"y3":433},"charText":"見","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":113,"y0":434,"x1":153,"y1":434,"x2":153,"y2":481,"x3":113,"y3":481},"charText":"衆","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":112,"y0":485,"x1":151,"y1":485,"x2":151,"y2":521,"x3":112,"y3":520},"charText":"石","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":110,"y0":524,"x1":156,"y1":525,"x2":156,"y2":566,"x3":109,"y3":566},"charText":"俱","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":108,"y0":569,"x1":155,"y1":569,"x2":155,"y2":614,"x3":108,"y3":614},"charText":"得","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":108,"y0":615,"x1":153,"y1":615,"x2":153,"y2":658,"x3":108,"y3":658},"charText":"補","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":112,"y0":661,"x1":158,"y1":662,"x2":158,"y2":699,"x3":112,"y3":698},"charText":"天","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":109,"y0":700,"x1":154,"y1":701,"x2":153,"y2":746,"x3":109,"y3":745},"charText":"獨","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":117,"y0":745,"x1":151,"y1":746,"x2":151,"y2":788,"x3":117,"y3":788},"charText":"自","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":116,"y0":791,"x1":154,"y1":791,"x2":154,"y2":826,"x3":116,"y3":825},"charText":"已","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":106,"y0":828,"x1":157,"y1":828,"x2":157,"y2":872,"x3":105,"y3":872},"charText":"無","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":106,"y0":873,"x1":158,"y1":873,"x2":158,"y2":919,"x3":106,"y3":918},"charText":"材","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":50,"y0":46,"x1":93,"y1":46,"x2":93,"y2":82,"x3":50,"y3":82},"charText":"不","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":49,"y0":82,"x1":96,"y1":82,"x2":95,"y2":126,"x3":49,"y3":126},"charText":"堪","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":52,"y0":134,"x1":98,"y1":135,"x2":98,"y2":164,"x3":52,"y3":163},"charText":"入","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":46,"y0":173,"x1":101,"y1":174,"x2":101,"y2":218,"x3":46,"y3":218},"charText":"選","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":47,"y0":219,"x1":97,"y1":220,"x2":97,"y2":264,"x3":46,"y3":263},"charText":"遂","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":52,"y0":264,"x1":89,"y1":264,"x2":89,"y2":304,"x3":52,"y3":303},"charText":"自","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":51,"y0":305,"x1":94,"y1":306,"x2":93,"y2":346,"x3":51,"y3":345},"charText":"怨","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":54,"y0":348,"x1":89,"y1":348,"x2":89,"y2":389,"x3":54,"y3":389},"charText":"自","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":48,"y0":390,"x1":98,"y1":390,"x2":98,"y2":434,"x3":48,"y3":433},"charText":"嘆","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":56,"y0":439,"x1":86,"y1":439,"x2":86,"y2":474,"x3":57,"y3":474},"charText":"日","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":50,"y0":476,"x1":96,"y1":476,"x2":96,"y2":521,"x3":50,"y3":522},"charText":"夜","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":51,"y0":524,"x1":93,"y1":524,"x2":93,"y2":569,"x3":51,"y3":569},"charText":"悲","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":48,"y0":569,"x1":96,"y1":570,"x2":96,"y2":615,"x3":48,"y3":614},"charText":"啼","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":47,"y0":614,"x1":96,"y1":614,"x2":96,"y2":660,"x3":47,"y3":660},"charText":"慚","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":48,"y0":660,"x1":99,"y1":661,"x2":98,"y2":706,"x3":48,"y3":706},"charText":"愧","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":46,"y0":714,"x1":95,"y1":715,"x2":95,"y2":730,"x3":46,"y3":729},"charText":"一","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":56,"y0":746,"x1":84,"y1":746,"x2":84,"y2":782,"x3":56,"y3":782},"charText":"日","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":47,"y0":789,"x1":91,"y1":789,"x2":91,"y2":826,"x3":47,"y3":825},"charText":"正","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":49,"y0":828,"x1":93,"y1":828,"x2":92,"y2":875,"x3":49,"y3":875},"charText":"當","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":42,"y0":875,"x1":92,"y1":876,"x2":92,"y2":920,"x3":42,"y3":920},"charText":"嗟","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":9,"y0":90,"x1":35,"y1":90,"x2":35,"y2":135,"x3":9,"y3":134},"charText":"頁","textlineId":9,"picUri":"","isPicText":false},{"charPoly":{"x0":7,"y0":139,"x1":37,"y1":140,"x2":37,"y2":176,"x3":8,"y3":175},"charText":"已","textlineId":9,"picUri":"","isPicText":false},{"charPoly":{"x0":7,"y0":728,"x1":34,"y1":729,"x2":35,"y2":753,"x3":7,"y3":752},"charText":"二","textlineId":9,"picUri":"","isPicText":false}]},"7501933907890290729":{"wordBoxList":[{"charPoly":{"x0":534,"y0":28,"x1":581,"y1":28,"x2":581,"y2":75,"x3":534,"y3":75},"charText":"悼","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":534,"y0":77,"x1":582,"y1":77,"x2":583,"y2":109,"x3":535,"y3":110},"charText":"之","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":535,"y0":115,"x1":584,"y1":115,"x2":585,"y2":158,"x3":535,"y3":158},"charText":"際","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":533,"y0":160,"x1":583,"y1":160,"x2":583,"y2":201,"x3":533,"y3":201},"charText":"俄","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":536,"y0":204,"x1":583,"y1":204,"x2":583,"y2":245,"x3":536,"y3":246},"charText":"見","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":535,"y0":257,"x1":582,"y1":257,"x2":583,"y2":273,"x3":536,"y3":273},"charText":"一","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":533,"y0":287,"x1":580,"y1":287,"x2":580,"y2":333,"x3":534,"y3":334},"charText":"僧","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":535,"y0":345,"x1":583,"y1":346,"x2":584,"y2":361,"x3":536,"y3":361},"charText":"一","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":537,"y0":373,"x1":587,"y1":373,"x2":587,"y2":417,"x3":537,"y3":417},"charText":"道","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":536,"y0":418,"x1":585,"y1":418,"x2":585,"y2":466,"x3":536,"y3":466},"charText":"逺","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":536,"y0":466,"x1":584,"y1":466,"x2":585,"y2":513,"x3":536,"y3":513},"charText":"逺","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":541,"y0":517,"x1":586,"y1":516,"x2":586,"y2":552,"x3":541,"y3":552},"charText":"而","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":539,"y0":552,"x1":588,"y1":552,"x2":588,"y2":601,"x3":539,"y3":601},"charText":"来","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":538,"y0":602,"x1":584,"y1":602,"x2":584,"y2":640,"x3":538,"y3":640},"charText":"生","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":538,"y0":642,"x1":584,"y1":642,"x2":584,"y2":688,"x3":538,"y3":687},"charText":"得","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":541,"y0":688,"x1":582,"y1":688,"x2":582,"y2":733,"x3":541,"y3":733},"charText":"骨","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":537,"y0":732,"x1":588,"y1":732,"x2":588,"y2":772,"x3":537,"y3":772},"charText":"格","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":539,"y0":776,"x1":582,"y1":776,"x2":581,"y2":814,"x3":539,"y3":814},"charText":"不","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":542,"y0":817,"x1":587,"y1":818,"x2":588,"y2":853,"x3":542,"y3":853},"charText":"凡","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":537,"y0":854,"x1":581,"y1":855,"x2":581,"y2":901,"x3":537,"y3":901},"charText":"丰","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":470,"y0":27,"x1":517,"y1":27,"x2":517,"y2":72,"x3":470,"y3":72},"charText":"神","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":473,"y0":72,"x1":520,"y1":72,"x2":520,"y2":110,"x3":473,"y3":110},"charText":"逈","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":472,"y0":114,"x1":525,"y1":114,"x2":524,"y2":157,"x3":471,"y3":157},"charText":"異","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":496,"y0":166,"x1":525,"y1":166,"x2":525,"y2":195,"x3":496,"y3":195},"charText":"這","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":500,"y0":206,"x1":525,"y1":205,"x2":526,"y2":236,"x3":500,"y3":236},"charText":"是","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":498,"y0":246,"x1":524,"y1":246,"x2":525,"y2":279,"x3":499,"y3":279},"charText":"真","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":498,"y0":293,"x1":524,"y1":293,"x2":525,"y2":324,"x3":498,"y3":324},"charText":"像","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":470,"y0":167,"x1":493,"y1":167,"x2":493,"y2":194,"x3":470,"y3":194},"charText":"非","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":469,"y0":208,"x1":496,"y1":208,"x2":496,"y2":234,"x3":469,"y3":234},"charText":"幻","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":467,"y0":248,"x1":496,"y1":247,"x2":496,"y2":280,"x3":468,"y3":281},"charText":"像","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":469,"y0":293,"x1":497,"y1":293,"x2":497,"y2":322,"x3":469,"y3":322},"charText":"也","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":474,"y0":329,"x1":523,"y1":328,"x2":523,"y2":378,"x3":474,"y3":379},"charText":"来","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":473,"y0":380,"x1":519,"y1":380,"x2":519,"y2":419,"x3":473,"y3":420},"charText":"至","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":473,"y0":424,"x1":516,"y1":425,"x2":516,"y2":460,"x3":473,"y3":460},"charText":"石","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":475,"y0":465,"x1":526,"y1":465,"x2":526,"y2":505,"x3":476,"y3":505},"charText":"下","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":472,"y0":508,"x1":519,"y1":507,"x2":519,"y2":558,"x3":472,"y3":559},"charText":"席","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":476,"y0":561,"x1":525,"y1":560,"x2":526,"y2":598,"x3":476,"y3":598},"charText":"地","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":477,"y0":602,"x1":524,"y1":602,"x2":524,"y2":640,"x3":477,"y3":640},"charText":"而","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":476,"y0":643,"x1":527,"y1":643,"x2":527,"y2":686,"x3":476,"y3":686},"charText":"坐","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":473,"y0":687,"x1":525,"y1":687,"x2":525,"y2":729,"x3":472,"y3":729},"charText":"長","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":473,"y0":729,"x1":526,"y1":729,"x2":526,"y2":776,"x3":473,"y3":776},"charText":"談","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":478,"y0":776,"x1":526,"y1":776,"x2":526,"y2":817,"x3":477,"y3":817},"charText":"見","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":475,"y0":830,"x1":523,"y1":831,"x2":523,"y2":846,"x3":476,"y3":845},"charText":"一","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":475,"y0":859,"x1":525,"y1":860,"x2":524,"y2":901,"x3":474,"y3":900},"charText":"塊","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":410,"y0":29,"x1":459,"y1":29,"x2":459,"y2":74,"x3":411,"y3":74},"charText":"鮮","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":414,"y0":75,"x1":456,"y1":75,"x2":456,"y2":112,"x3":414,"y3":112},"charText":"眀","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":412,"y0":111,"x1":457,"y1":111,"x2":457,"y2":157,"x3":412,"y3":157},"charText":"瑩","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":412,"y0":158,"x1":456,"y1":158,"x2":456,"y2":204,"x3":412,"y3":204},"charText":"潔","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":413,"y0":205,"x1":460,"y1":204,"x2":460,"y2":249,"x3":413,"y3":249},"charText":"羙","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":411,"y0":252,"x1":462,"y1":252,"x2":462,"y2":286,"x3":411,"y3":286},"charText":"玉","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":411,"y0":292,"x1":459,"y1":292,"x2":459,"y2":329,"x3":411,"y3":329},"charText":"且","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":415,"y0":335,"x1":461,"y1":335,"x2":461,"y2":370,"x3":415,"y3":370},"charText":"又","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":412,"y0":375,"x1":459,"y1":375,"x2":459,"y2":418,"x3":412,"y3":418},"charText":"縮","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":413,"y0":420,"x1":461,"y1":420,"x2":461,"y2":464,"x3":413,"y3":464},"charText":"成","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":410,"y0":465,"x1":455,"y1":465,"x2":455,"y2":512,"x3":410,"y3":512},"charText":"扇","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":413,"y0":513,"x1":457,"y1":513,"x2":457,"y2":557,"x3":413,"y3":557},"charText":"墜","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":415,"y0":559,"x1":460,"y1":559,"x2":460,"y2":599,"x3":415,"y3":599},"charText":"大","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":415,"y0":601,"x1":459,"y1":601,"x2":459,"y2":639,"x3":416,"y3":639},"charText":"小","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":416,"y0":641,"x1":460,"y1":641,"x2":460,"y2":687,"x3":416,"y3":687},"charText":"的","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":413,"y0":688,"x1":459,"y1":689,"x2":459,"y2":730,"x3":414,"y3":730},"charText":"可","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":410,"y0":732,"x1":464,"y1":732,"x2":464,"y2":774,"x3":410,"y3":774},"charText":"佩","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":413,"y0":776,"x1":460,"y1":776,"x2":460,"y2":815,"x3":413,"y3":814},"charText":"可","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":414,"y0":816,"x1":465,"y1":817,"x2":465,"y2":864,"x3":413,"y3":864},"charText":"挐","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":413,"y0":866,"x1":460,"y1":867,"x2":460,"y2":905,"x3":413,"y3":904},"charText":"那","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":347,"y0":27,"x1":395,"y1":28,"x2":395,"y2":72,"x3":347,"y3":71},"charText":"僧","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":349,"y0":72,"x1":399,"y1":72,"x2":399,"y2":110,"x3":349,"y3":110},"charText":"托","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":348,"y0":112,"x1":400,"y1":112,"x2":400,"y2":153,"x3":348,"y3":153},"charText":"於","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":351,"y0":154,"x1":396,"y1":154,"x2":396,"y2":205,"x3":351,"y3":205},"charText":"掌","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":351,"y0":208,"x1":401,"y1":208,"x2":401,"y2":240,"x3":351,"y3":240},"charText":"上","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":353,"y0":244,"x1":399,"y1":244,"x2":399,"y2":290,"x3":353,"y3":291},"charText":"笑","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":350,"y0":291,"x1":402,"y1":291,"x2":402,"y2":331,"x3":350,"y3":331},"charText":"道","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":349,"y0":332,"x1":395,"y1":332,"x2":395,"y2":373,"x3":349,"y3":373},"charText":"形","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":352,"y0":375,"x1":397,"y1":375,"x2":397,"y2":421,"x3":352,"y3":421},"charText":"體","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":352,"y0":423,"x1":394,"y1":423,"x2":394,"y2":468,"x3":352,"y3":468},"charText":"到","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":353,"y0":468,"x1":399,"y1":468,"x2":399,"y2":504,"x3":353,"y3":504},"charText":"也","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":351,"y0":509,"x1":401,"y1":509,"x2":401,"y2":554,"x3":351,"y3":554},"charText":"是","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":350,"y0":557,"x1":396,"y1":557,"x2":396,"y2":597,"x3":350,"y3":596},"charText":"個","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":354,"y0":597,"x1":397,"y1":597,"x2":397,"y2":646,"x3":355,"y3":646},"charText":"寳","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":354,"y0":646,"x1":399,"y1":646,"x2":399,"y2":688,"x3":354,"y3":688},"charText":"物","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":362,"y0":690,"x1":404,"y1":690,"x2":404,"y2":732,"x3":362,"y3":732},"charText":"正","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":352,"y0":733,"x1":402,"y1":733,"x2":402,"y2":777,"x3":352,"y3":777},"charText":"還","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":358,"y0":779,"x1":397,"y1":780,"x2":397,"y2":814,"x3":358,"y3":814},"charText":"只","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":354,"y0":815,"x1":402,"y1":815,"x2":402,"y2":857,"x3":354,"y3":857},"charText":"没","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":352,"y0":857,"x1":397,"y1":857,"x2":397,"y2":902,"x3":352,"y3":902},"charText":"有","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":292,"y0":28,"x1":335,"y1":28,"x2":334,"y2":76,"x3":292,"y3":76},"charText":"實","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":292,"y0":76,"x1":334,"y1":76,"x2":334,"y2":116,"x3":292,"y3":115},"charText":"在","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":287,"y0":119,"x1":336,"y1":120,"x2":336,"y2":159,"x3":287,"y3":159},"charText":"好","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":291,"y0":161,"x1":341,"y1":162,"x2":340,"y2":204,"x3":291,"y3":204},"charText":"處","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":310,"y0":214,"x1":338,"y1":214,"x2":339,"y2":244,"x3":310,"y3":243},"charText":"好","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":312,"y0":252,"x1":340,"y1":252,"x2":340,"y2":280,"x3":312,"y3":280},"charText":"極","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":314,"y0":293,"x1":341,"y1":293,"x2":341,"y2":322,"x3":314,"y3":322},"charText":"今","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":315,"y0":337,"x1":342,"y1":337,"x2":342,"y2":362,"x3":315,"y3":362},"charText":"之","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":314,"y0":379,"x1":341,"y1":379,"x2":341,"y2":408,"x3":314,"y3":408},"charText":"金","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":314,"y0":429,"x1":340,"y1":429,"x2":341,"y2":453,"x3":315,"y3":453},"charText":"玉","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":314,"y0":467,"x1":340,"y1":467,"x2":341,"y2":499,"x3":314,"y3":500},"charText":"其","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":316,"y0":512,"x1":340,"y1":512,"x2":341,"y2":545,"x3":316,"y3":545},"charText":"外","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":316,"y0":558,"x1":341,"y1":558,"x2":342,"y2":588,"x3":316,"y3":588},"charText":"敗","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":312,"y0":602,"x1":341,"y1":602,"x2":342,"y2":636,"x3":312,"y3":636},"charText":"絮","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":284,"y0":212,"x1":309,"y1":212,"x2":309,"y2":243,"x3":284,"y3":243},"charText":"其","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":284,"y0":250,"x1":308,"y1":250,"x2":309,"y2":283,"x3":284,"y3":283},"charText":"中","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":284,"y0":292,"x1":312,"y1":291,"x2":312,"y2":323,"x3":284,"y3":324},"charText":"者","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":286,"y0":336,"x1":313,"y1":336,"x2":313,"y2":366,"x3":287,"y3":366},"charText":"見","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":285,"y0":379,"x1":313,"y1":379,"x2":313,"y2":406,"x3":286,"y3":407},"charText":"此","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":285,"y0":424,"x1":311,"y1":424,"x2":312,"y2":454,"x3":286,"y3":454},"charText":"大","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":285,"y0":470,"x1":310,"y1":469,"x2":310,"y2":497,"x3":285,"y3":498},"charText":"不","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":285,"y0":510,"x1":314,"y1":510,"x2":315,"y2":546,"x3":286,"y3":546},"charText":"歡","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":287,"y0":557,"x1":314,"y1":557,"x2":314,"y2":589,"x3":287,"y3":590},"charText":"喜","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":291,"y0":643,"x1":334,"y1":643,"x2":334,"y2":686,"x3":291,"y3":686},"charText":"須","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":290,"y0":687,"x1":337,"y1":688,"x2":336,"y2":734,"x3":290,"y3":734},"charText":"得","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":290,"y0":735,"x1":337,"y1":736,"x2":337,"y2":776,"x3":290,"y3":775},"charText":"再","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":289,"y0":776,"x1":337,"y1":776,"x2":337,"y2":820,"x3":289,"y3":820},"charText":"鐫","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":291,"y0":821,"x1":338,"y1":822,"x2":338,"y2":856,"x3":291,"y3":855},"charText":"上","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":289,"y0":858,"x1":340,"y1":858,"x2":340,"y2":903,"x3":289,"y3":903},"charText":"数","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":229,"y0":28,"x1":280,"y1":28,"x2":280,"y2":73,"x3":229,"y3":73},"charText":"字","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":229,"y0":73,"x1":279,"y1":73,"x2":279,"y2":117,"x3":229,"y3":116},"charText":"使","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":229,"y0":120,"x1":279,"y1":121,"x2":279,"y2":156,"x3":229,"y3":156},"charText":"人","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":230,"y0":169,"x1":275,"y1":170,"x2":275,"y2":188,"x3":230,"y3":187},"charText":"一","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":232,"y0":203,"x1":280,"y1":204,"x2":279,"y2":247,"x3":231,"y3":246},"charText":"見","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":227,"y0":249,"x1":277,"y1":250,"x2":277,"y2":290,"x3":227,"y3":289},"charText":"便","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":227,"y0":294,"x1":275,"y1":294,"x2":275,"y2":329,"x3":227,"y3":329},"charText":"知","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":230,"y0":332,"x1":277,"y1":332,"x2":277,"y2":374,"x3":230,"y3":374},"charText":"是","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":228,"y0":374,"x1":275,"y1":374,"x2":275,"y2":423,"x3":228,"y3":423},"charText":"竒","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":231,"y0":423,"x1":275,"y1":423,"x2":275,"y2":466,"x3":231,"y3":466},"charText":"物","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":230,"y0":469,"x1":273,"y1":469,"x2":274,"y2":509,"x3":230,"y3":509},"charText":"方","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":228,"y0":512,"x1":279,"y1":512,"x2":279,"y2":556,"x3":228,"y3":556},"charText":"妙","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":254,"y0":563,"x1":280,"y1":562,"x2":280,"y2":589,"x3":254,"y3":589},"charText":"世","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":256,"y0":604,"x1":281,"y1":604,"x2":281,"y2":628,"x3":257,"y3":628},"charText":"上","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":257,"y0":646,"x1":282,"y1":646,"x2":282,"y2":677,"x3":257,"y3":677},"charText":"原","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":256,"y0":690,"x1":283,"y1":690,"x2":283,"y2":722,"x3":256,"y3":722},"charText":"宜","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":251,"y0":737,"x1":282,"y1":737,"x2":282,"y2":768,"x3":251,"y3":767},"charText":"假","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":228,"y0":563,"x1":252,"y1":563,"x2":252,"y2":590,"x3":228,"y3":590},"charText":"不","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":228,"y0":602,"x1":254,"y1":602,"x2":255,"y2":631,"x3":228,"y3":631},"charText":"宜","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":227,"y0":644,"x1":255,"y1":644,"x2":256,"y2":679,"x3":228,"y3":679},"charText":"真","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":228,"y0":692,"x1":255,"y1":692,"x2":255,"y2":720,"x3":228,"y3":720},"charText":"也","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":234,"y0":771,"x1":277,"y1":771,"x2":276,"y2":813,"x3":234,"y3":813},"charText":"然","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":232,"y0":816,"x1":280,"y1":817,"x2":279,"y2":860,"x3":231,"y3":859},"charText":"後","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":228,"y0":863,"x1":278,"y1":863,"x2":278,"y2":904,"x3":228,"y3":904},"charText":"好","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":168,"y0":26,"x1":214,"y1":27,"x2":214,"y2":74,"x3":168,"y3":74},"charText":"携","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":168,"y0":74,"x1":215,"y1":74,"x2":215,"y2":116,"x3":168,"y3":115},"charText":"你","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":169,"y0":118,"x1":212,"y1":118,"x2":212,"y2":161,"x3":169,"y3":161},"charText":"到","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":169,"y0":163,"x1":220,"y1":164,"x2":219,"y2":204,"x3":169,"y3":204},"charText":"隆","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":168,"y0":204,"x1":217,"y1":205,"x2":217,"y2":248,"x3":167,"y3":248},"charText":"盛","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":174,"y0":251,"x1":210,"y1":251,"x2":210,"y2":289,"x3":174,"y3":289},"charText":"昌","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":171,"y0":293,"x1":211,"y1":294,"x2":211,"y2":334,"x3":171,"y3":334},"charText":"明","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":170,"y0":336,"x1":217,"y1":336,"x2":217,"y2":371,"x3":169,"y3":370},"charText":"之","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":169,"y0":375,"x1":220,"y1":375,"x2":220,"y2":420,"x3":169,"y3":420},"charText":"邦","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":192,"y0":427,"x1":220,"y1":427,"x2":221,"y2":458,"x3":193,"y3":458},"charText":"伏","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":185,"y0":471,"x1":220,"y1":471,"x2":220,"y2":503,"x3":185,"y3":503},"charText":"長","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":164,"y0":425,"x1":192,"y1":425,"x2":192,"y2":459,"x3":165,"y3":459},"charText":"安","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":167,"y0":505,"x1":217,"y1":505,"x2":217,"y2":555,"x3":167,"y3":555},"charText":"詩","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":168,"y0":556,"x1":214,"y1":556,"x2":214,"y2":598,"x3":168,"y3":598},"charText":"禮","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":169,"y0":600,"x1":214,"y1":600,"x2":214,"y2":644,"x3":169,"y3":644},"charText":"簮","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":169,"y0":649,"x1":218,"y1":649,"x2":218,"y2":691,"x3":169,"y3":691},"charText":"纓","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":169,"y0":695,"x1":219,"y1":695,"x2":218,"y2":729,"x3":169,"y3":728},"charText":"之","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":167,"y0":730,"x1":221,"y1":730,"x2":221,"y2":774,"x3":167,"y3":774},"charText":"族","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":194,"y0":781,"x1":222,"y1":781,"x2":222,"y2":811,"x3":194,"y3":811},"charText":"伏","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":196,"y0":818,"x1":223,"y1":818,"x2":223,"y2":854,"x3":196,"y3":854},"charText":"榮","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":167,"y0":782,"x1":192,"y1":782,"x2":192,"y2":813,"x3":167,"y3":813},"charText":"國","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":166,"y0":820,"x1":193,"y1":821,"x2":194,"y2":855,"x3":166,"y3":855},"charText":"府","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":169,"y0":858,"x1":219,"y1":858,"x2":219,"y2":904,"x3":168,"y3":904},"charText":"花","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":107,"y0":26,"x1":159,"y1":26,"x2":159,"y2":68,"x3":107,"y3":68},"charText":"栁","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":105,"y0":67,"x1":157,"y1":67,"x2":157,"y2":113,"x3":105,"y3":113},"charText":"繁","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":106,"y0":113,"x1":154,"y1":114,"x2":153,"y2":166,"x3":106,"y3":165},"charText":"華","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":105,"y0":167,"x1":156,"y1":168,"x2":156,"y2":202,"x3":105,"y3":201},"charText":"之","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":105,"y0":204,"x1":159,"y1":205,"x2":159,"y2":244,"x3":105,"y3":243},"charText":"地","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":131,"y0":252,"x1":160,"y1":252,"x2":160,"y2":284,"x3":131,"y3":284},"charText":"伏","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":133,"y0":292,"x1":159,"y1":292,"x2":159,"y2":324,"x3":133,"y3":324},"charText":"大","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":102,"y0":251,"x1":131,"y1":251,"x2":131,"y2":285,"x3":102,"y3":285},"charText":"觀","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":104,"y0":293,"x1":129,"y1":293,"x2":129,"y2":326,"x3":105,"y3":326},"charText":"園","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":107,"y0":332,"x1":155,"y1":333,"x2":155,"y2":371,"x3":106,"y3":370},"charText":"温","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":105,"y0":372,"x1":152,"y1":372,"x2":152,"y2":416,"x3":105,"y3":416},"charText":"柔","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":108,"y0":419,"x1":152,"y1":419,"x2":152,"y2":465,"x3":108,"y3":465},"charText":"富","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":106,"y0":464,"x1":151,"y1":464,"x2":151,"y2":513,"x3":106,"y3":513},"charText":"貴","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":107,"y0":516,"x1":156,"y1":516,"x2":156,"y2":551,"x3":107,"y3":551},"charText":"之","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":108,"y0":554,"x1":159,"y1":555,"x2":158,"y2":603,"x3":107,"y3":603},"charText":"鄉","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":130,"y0":609,"x1":160,"y1":609,"x2":161,"y2":641,"x3":130,"y3":641},"charText":"伏","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":132,"y0":648,"x1":159,"y1":648,"x2":159,"y2":684,"x3":132,"y3":684},"charText":"紫","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":103,"y0":606,"x1":130,"y1":606,"x2":130,"y2":639,"x3":103,"y3":639},"charText":"芝","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":103,"y0":650,"x1":130,"y1":650,"x2":130,"y2":686,"x3":104,"y3":686},"charText":"軒","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":108,"y0":688,"x1":154,"y1":688,"x2":154,"y2":729,"x3":108,"y3":729},"charText":"去","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":107,"y0":732,"x1":157,"y1":732,"x2":157,"y2":772,"x3":107,"y3":772},"charText":"安","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":112,"y0":772,"x1":152,"y1":773,"x2":152,"y2":818,"x3":112,"y3":818},"charText":"身","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":107,"y0":818,"x1":155,"y1":818,"x2":155,"y2":863,"x3":107,"y3":863},"charText":"樂","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":108,"y0":864,"x1":161,"y1":863,"x2":161,"y2":907,"x3":108,"y3":907},"charText":"業","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":42,"y0":30,"x1":87,"y1":30,"x2":87,"y2":66,"x3":42,"y3":66},"charText":"石","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":42,"y0":70,"x1":91,"y1":70,"x2":91,"y2":112,"x3":42,"y3":112},"charText":"頭","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":41,"y0":112,"x1":91,"y1":112,"x2":91,"y2":157,"x3":40,"y3":156},"charText":"聽","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":48,"y0":159,"x1":96,"y1":160,"x2":95,"y2":200,"x3":48,"y3":200},"charText":"了","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":201,"x1":89,"y1":201,"x2":88,"y2":249,"x3":39,"y3":249},"charText":"喜","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":42,"y0":252,"x1":93,"y1":252,"x2":93,"y2":286,"x3":41,"y3":285},"charText":"之","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":44,"y0":290,"x1":89,"y1":290,"x2":89,"y2":327,"x3":44,"y3":327},"charText":"不","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":329,"x1":95,"y1":329,"x2":95,"y2":377,"x3":40,"y3":378},"charText":"盡","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":42,"y0":380,"x1":85,"y1":380,"x2":86,"y2":422,"x3":43,"y3":422},"charText":"乃","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":44,"y0":423,"x1":87,"y1":423,"x2":87,"y2":466,"x3":44,"y3":466},"charText":"問","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":41,"y0":466,"x1":94,"y1":465,"x2":94,"y2":509,"x3":41,"y3":509},"charText":"道","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":43,"y0":513,"x1":87,"y1":513,"x2":87,"y2":552,"x3":43,"y3":552},"charText":"不","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":39,"y0":555,"x1":90,"y1":556,"x2":89,"y2":592,"x3":39,"y3":591},"charText":"知","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":42,"y0":597,"x1":90,"y1":597,"x2":90,"y2":640,"x3":42,"y3":641},"charText":"賜","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":51,"y0":642,"x1":82,"y1":642,"x2":83,"y2":684,"x3":51,"y3":685},"charText":"了","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":49,"y0":686,"x1":89,"y1":686,"x2":90,"y2":738,"x3":50,"y3":738},"charText":"弟","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":44,"y0":738,"x1":90,"y1":738,"x2":90,"y2":779,"x3":44,"y3":779},"charText":"子","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":43,"y0":780,"x1":92,"y1":780,"x2":91,"y2":820,"x3":42,"y3":820},"charText":"那","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":42,"y0":819,"x1":94,"y1":820,"x2":94,"y2":865,"x3":41,"y3":864},"charText":"幾","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":863,"x1":92,"y1":863,"x2":91,"y2":906,"x3":39,"y3":906},"charText":"件","textlineId":8,"picUri":"","isPicText":false}]},"7501933907890307113":{"wordBoxList":[{"charPoly":{"x0":510,"y0":38,"x1":559,"y1":38,"x2":558,"y2":88,"x3":510,"y3":88},"charText":"竒","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":516,"y0":88,"x1":561,"y1":88,"x2":561,"y2":130,"x3":516,"y3":129},"charText":"處","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":520,"y0":133,"x1":560,"y1":133,"x2":560,"y2":167,"x3":520,"y3":167},"charText":"又","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":518,"y0":171,"x1":557,"y1":172,"x2":557,"y2":211,"x3":518,"y3":210},"charText":"不","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":511,"y0":213,"x1":559,"y1":214,"x2":559,"y2":252,"x3":510,"y3":251},"charText":"知","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":513,"y0":252,"x1":557,"y1":252,"x2":556,"y2":299,"x3":512,"y3":298},"charText":"擕","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":518,"y0":300,"x1":549,"y1":300,"x2":549,"y2":342,"x3":518,"y3":342},"charText":"了","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":518,"y0":343,"x1":556,"y1":343,"x2":556,"y2":393,"x3":518,"y3":393},"charText":"弟","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":512,"y0":394,"x1":555,"y1":394,"x2":555,"y2":433,"x3":512,"y3":432},"charText":"子","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":511,"y0":433,"x1":554,"y1":433,"x2":553,"y2":476,"x3":510,"y3":475},"charText":"到","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":508,"y0":475,"x1":555,"y1":477,"x2":554,"y2":519,"x3":507,"y3":518},"charText":"何","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":508,"y0":519,"x1":558,"y1":519,"x2":558,"y2":558,"x3":507,"y3":557},"charText":"地","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":509,"y0":562,"x1":558,"y1":563,"x2":557,"y2":607,"x3":509,"y3":606},"charText":"方","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":509,"y0":606,"x1":554,"y1":607,"x2":554,"y2":648,"x3":508,"y3":648},"charText":"望","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":510,"y0":649,"x1":554,"y1":649,"x2":554,"y2":692,"x3":510,"y3":691},"charText":"乞","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":510,"y0":694,"x1":551,"y1":695,"x2":550,"y2":737,"x3":509,"y3":736},"charText":"眀","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":507,"y0":739,"x1":555,"y1":740,"x2":555,"y2":777,"x3":506,"y3":776},"charText":"示","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":504,"y0":777,"x1":554,"y1":778,"x2":553,"y2":818,"x3":503,"y3":817},"charText":"使","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":510,"y0":817,"x1":551,"y1":818,"x2":549,"y2":870,"x3":509,"y3":869},"charText":"弟","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":504,"y0":870,"x1":551,"y1":871,"x2":551,"y2":908,"x3":504,"y3":908},"charText":"子","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":453,"y0":40,"x1":495,"y1":40,"x2":494,"y2":78,"x3":453,"y3":78},"charText":"不","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":453,"y0":77,"x1":500,"y1":77,"x2":500,"y2":121,"x3":453,"y3":121},"charText":"惑","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":451,"y0":126,"x1":497,"y1":127,"x2":497,"y2":169,"x3":451,"y3":169},"charText":"那","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":452,"y0":169,"x1":492,"y1":169,"x2":492,"y2":212,"x3":452,"y3":212},"charText":"僧","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":454,"y0":213,"x1":497,"y1":214,"x2":497,"y2":257,"x3":454,"y3":257},"charText":"笑","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":452,"y0":257,"x1":500,"y1":257,"x2":500,"y2":300,"x3":452,"y3":300},"charText":"道","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":447,"y0":300,"x1":495,"y1":301,"x2":495,"y2":342,"x3":447,"y3":342},"charText":"你","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":449,"y0":345,"x1":495,"y1":345,"x2":495,"y2":380,"x3":449,"y3":380},"charText":"且","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":449,"y0":381,"x1":495,"y1":381,"x2":494,"y2":428,"x3":449,"y3":428},"charText":"莫","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":453,"y0":431,"x1":498,"y1":431,"x2":498,"y2":474,"x3":453,"y3":473},"charText":"問","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":458,"y0":476,"x1":486,"y1":476,"x2":486,"y2":506,"x3":458,"y3":506},"charText":"日","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":447,"y0":513,"x1":494,"y1":514,"x2":494,"y2":558,"x3":447,"y3":558},"charText":"後","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":453,"y0":559,"x1":487,"y1":560,"x2":487,"y2":602,"x3":453,"y3":602},"charText":"自","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":451,"y0":603,"x1":492,"y1":604,"x2":492,"y2":645,"x3":451,"y3":645},"charText":"然","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":450,"y0":649,"x1":490,"y1":650,"x2":490,"y2":692,"x3":450,"y3":692},"charText":"明","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":451,"y0":692,"x1":489,"y1":693,"x2":488,"y2":731,"x3":451,"y3":731},"charText":"白","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":450,"y0":732,"x1":496,"y1":734,"x2":495,"y2":776,"x3":449,"y3":775},"charText":"的","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":443,"y0":776,"x1":494,"y1":777,"x2":493,"y2":818,"x3":442,"y3":816},"charText":"説","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":443,"y0":817,"x1":488,"y1":818,"x2":487,"y2":867,"x3":442,"y3":866},"charText":"著","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":443,"y0":867,"x1":490,"y1":868,"x2":489,"y2":908,"x3":442,"y3":907},"charText":"便","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":388,"y0":36,"x1":439,"y1":36,"x2":438,"y2":75,"x3":387,"y3":75},"charText":"袖","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":389,"y0":75,"x1":441,"y1":75,"x2":440,"y2":126,"x3":389,"y3":126},"charText":"籠","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":398,"y0":129,"x1":430,"y1":129,"x2":430,"y2":170,"x3":398,"y3":170},"charText":"了","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":390,"y0":171,"x1":438,"y1":171,"x2":438,"y2":214,"x3":390,"y3":214},"charText":"這","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":391,"y0":218,"x1":440,"y1":218,"x2":440,"y2":252,"x3":390,"y3":252},"charText":"石","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":395,"y0":257,"x1":434,"y1":258,"x2":434,"y2":299,"x3":395,"y3":299},"charText":"同","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":390,"y0":301,"x1":436,"y1":302,"x2":435,"y2":343,"x3":389,"y3":343},"charText":"那","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":390,"y0":344,"x1":438,"y1":345,"x2":437,"y2":387,"x3":389,"y3":387},"charText":"道","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":387,"y0":390,"x1":437,"y1":390,"x2":437,"y2":424,"x3":387,"y3":424},"charText":"人","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":386,"y0":430,"x1":437,"y1":430,"x2":437,"y2":471,"x3":386,"y3":470},"charText":"飄","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":392,"y0":471,"x1":434,"y1":471,"x2":434,"y2":515,"x3":392,"y3":515},"charText":"然","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":391,"y0":520,"x1":436,"y1":520,"x2":436,"y2":557,"x3":390,"y3":556},"charText":"而","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":388,"y0":557,"x1":438,"y1":558,"x2":437,"y2":602,"x3":388,"y3":601},"charText":"去","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":387,"y0":604,"x1":437,"y1":605,"x2":436,"y2":649,"x3":386,"y3":648},"charText":"竟","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":389,"y0":650,"x1":431,"y1":651,"x2":430,"y2":689,"x3":388,"y3":688},"charText":"不","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":383,"y0":691,"x1":434,"y1":692,"x2":433,"y2":729,"x3":382,"y3":728},"charText":"知","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":385,"y0":730,"x1":433,"y1":731,"x2":432,"y2":774,"x3":385,"y3":773},"charText":"投","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":386,"y0":773,"x1":433,"y1":774,"x2":433,"y2":824,"x3":385,"y3":823},"charText":"奔","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":380,"y0":823,"x1":430,"y1":825,"x2":430,"y2":867,"x3":379,"y3":866},"charText":"何","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":381,"y0":867,"x1":429,"y1":868,"x2":428,"y2":907,"x3":380,"y3":906},"charText":"方","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":329,"y0":37,"x1":379,"y1":38,"x2":378,"y2":82,"x3":329,"y3":82},"charText":"何","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":329,"y0":82,"x1":382,"y1":82,"x2":382,"y2":122,"x3":328,"y3":121},"charText":"舍","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":330,"y0":124,"x1":379,"y1":124,"x2":379,"y2":165,"x3":330,"y3":165},"charText":"後","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":334,"y0":166,"x1":379,"y1":166,"x2":379,"y2":214,"x3":334,"y3":214},"charText":"来","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":335,"y0":216,"x1":378,"y1":217,"x2":378,"y2":252,"x3":334,"y3":252},"charText":"又","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":333,"y0":255,"x1":373,"y1":255,"x2":373,"y2":295,"x3":332,"y3":294},"charText":"不","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":327,"y0":297,"x1":377,"y1":298,"x2":376,"y2":337,"x3":326,"y3":336},"charText":"知","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":331,"y0":340,"x1":378,"y1":341,"x2":377,"y2":382,"x3":330,"y3":382},"charText":"過","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":335,"y0":385,"x1":370,"y1":385,"x2":370,"y2":426,"x3":335,"y3":425},"charText":"了","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":329,"y0":426,"x1":377,"y1":427,"x2":376,"y2":474,"x3":328,"y3":473},"charText":"幾","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":329,"y0":474,"x1":374,"y1":475,"x2":374,"y2":512,"x3":328,"y3":512},"charText":"世","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":329,"y0":514,"x1":374,"y1":514,"x2":374,"y2":557,"x3":329,"y3":556},"charText":"幾","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":326,"y0":558,"x1":378,"y1":559,"x2":377,"y2":603,"x3":325,"y3":602},"charText":"刼","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":332,"y0":604,"x1":370,"y1":604,"x2":370,"y2":644,"x3":332,"y3":643},"charText":"因","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":326,"y0":642,"x1":370,"y1":643,"x2":369,"y2":692,"x3":325,"y3":691},"charText":"有","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":324,"y0":693,"x1":370,"y1":694,"x2":369,"y2":733,"x3":323,"y3":732},"charText":"個","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":325,"y0":733,"x1":370,"y1":734,"x2":369,"y2":775,"x3":325,"y3":774},"charText":"空","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":326,"y0":776,"x1":367,"y1":777,"x2":367,"y2":817,"x3":325,"y3":816},"charText":"空","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":322,"y0":817,"x1":369,"y1":818,"x2":368,"y2":861,"x3":321,"y3":860},"charText":"道","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":322,"y0":866,"x1":373,"y1":867,"x2":372,"y2":904,"x3":321,"y3":903},"charText":"人","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":269,"y0":35,"x1":318,"y1":35,"x2":317,"y2":79,"x3":269,"y3":79},"charText":"訪","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":271,"y0":80,"x1":317,"y1":80,"x2":317,"y2":120,"x3":271,"y3":120},"charText":"道","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":274,"y0":120,"x1":319,"y1":121,"x2":319,"y2":165,"x3":274,"y3":165},"charText":"求","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":272,"y0":167,"x1":322,"y1":168,"x2":321,"y2":206,"x3":271,"y3":206},"charText":"仙","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":275,"y0":209,"x1":315,"y1":210,"x2":315,"y2":253,"x3":275,"y3":253},"charText":"忽","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":271,"y0":254,"x1":318,"y1":255,"x2":318,"y2":297,"x3":271,"y3":296},"charText":"從","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":269,"y0":297,"x1":317,"y1":298,"x2":317,"y2":339,"x3":269,"y3":339},"charText":"這","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":272,"y0":339,"x1":317,"y1":340,"x2":317,"y2":379,"x3":271,"y3":379},"charText":"大","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":273,"y0":379,"x1":316,"y1":379,"x2":316,"y2":426,"x3":272,"y3":425},"charText":"荒","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":272,"y0":428,"x1":313,"y1":429,"x2":312,"y2":464,"x3":272,"y3":463},"charText":"山","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":266,"y0":467,"x1":315,"y1":468,"x2":314,"y2":512,"x3":265,"y3":511},"charText":"無","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":264,"y0":512,"x1":314,"y1":513,"x2":313,"y2":559,"x3":263,"y3":558},"charText":"稽","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":267,"y0":558,"x1":309,"y1":559,"x2":308,"y2":602,"x3":267,"y3":601},"charText":"崖","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":263,"y0":601,"x1":309,"y1":602,"x2":308,"y2":651,"x3":262,"y3":650},"charText":"青","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":265,"y0":650,"x1":313,"y1":652,"x2":313,"y2":690,"x3":264,"y3":689},"charText":"埂","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":265,"y0":690,"x1":314,"y1":691,"x2":313,"y2":738,"x3":264,"y3":737},"charText":"峰","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":264,"y0":738,"x1":306,"y1":740,"x2":305,"y2":778,"x3":263,"y3":777},"charText":"下","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":263,"y0":780,"x1":309,"y1":781,"x2":308,"y2":819,"x3":262,"y3":818},"charText":"經","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":261,"y0":820,"x1":312,"y1":821,"x2":311,"y2":862,"x3":260,"y3":861},"charText":"過","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":263,"y0":864,"x1":308,"y1":864,"x2":308,"y2":905,"x3":262,"y3":904},"charText":"忽","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":215,"y0":36,"x1":261,"y1":36,"x2":260,"y2":77,"x3":215,"y3":76},"charText":"見","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":215,"y0":90,"x1":260,"y1":91,"x2":260,"y2":106,"x3":215,"y3":105},"charText":"一","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":214,"y0":117,"x1":260,"y1":117,"x2":259,"y2":158,"x3":214,"y3":157},"charText":"大","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":214,"y0":166,"x1":254,"y1":167,"x2":253,"y2":204,"x3":213,"y3":203},"charText":"石","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":214,"y0":209,"x1":257,"y1":210,"x2":257,"y2":246,"x3":214,"y3":245},"charText":"上","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":213,"y0":251,"x1":256,"y1":251,"x2":256,"y2":297,"x3":213,"y3":297},"charText":"字","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":211,"y0":298,"x1":257,"y1":299,"x2":257,"y2":339,"x3":211,"y3":339},"charText":"跡","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":213,"y0":342,"x1":259,"y1":342,"x2":258,"y2":379,"x3":213,"y3":378},"charText":"分","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":211,"y0":383,"x1":259,"y1":384,"x2":258,"y2":425,"x3":211,"y3":424},"charText":"眼","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":210,"y0":426,"x1":256,"y1":427,"x2":255,"y2":469,"x3":210,"y3":468},"charText":"編","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":209,"y0":470,"x1":257,"y1":471,"x2":256,"y2":513,"x3":208,"y3":512},"charText":"述","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":208,"y0":514,"x1":255,"y1":515,"x2":254,"y2":556,"x3":207,"y3":555},"charText":"歴","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":207,"y0":558,"x1":257,"y1":559,"x2":256,"y2":600,"x3":206,"y3":599},"charText":"歴","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":209,"y0":602,"x1":253,"y1":603,"x2":253,"y2":643,"x3":208,"y3":643},"charText":"空","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":208,"y0":646,"x1":253,"y1":647,"x2":252,"y2":686,"x3":207,"y3":685},"charText":"空","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":206,"y0":687,"x1":253,"y1":687,"x2":252,"y2":730,"x3":205,"y3":729},"charText":"道","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":207,"y0":734,"x1":253,"y1":735,"x2":252,"y2":770,"x3":206,"y3":769},"charText":"人","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":209,"y0":773,"x1":246,"y1":774,"x2":245,"y2":815,"x3":208,"y3":814},"charText":"乃","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":203,"y0":815,"x1":250,"y1":817,"x2":249,"y2":858,"x3":202,"y3":857},"charText":"従","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":202,"y0":861,"x1":247,"y1":862,"x2":246,"y2":903,"x3":201,"y3":902},"charText":"頭","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":153,"y0":41,"x1":202,"y1":42,"x2":202,"y2":59,"x3":153,"y3":59},"charText":"一","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":153,"y0":71,"x1":203,"y1":71,"x2":203,"y2":118,"x3":153,"y3":118},"charText":"看","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":155,"y0":119,"x1":197,"y1":120,"x2":197,"y2":162,"x3":155,"y3":161},"charText":"原","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":157,"y0":162,"x1":202,"y1":163,"x2":201,"y2":211,"x3":156,"y3":210},"charText":"来","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":151,"y0":210,"x1":202,"y1":211,"x2":201,"y2":251,"x3":150,"y3":250},"charText":"就","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":152,"y0":251,"x1":199,"y1":252,"x2":199,"y2":296,"x3":152,"y3":295},"charText":"是","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":149,"y0":295,"x1":200,"y1":295,"x2":199,"y2":338,"x3":148,"y3":337},"charText":"無","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":150,"y0":339,"x1":197,"y1":339,"x2":196,"y2":383,"x3":150,"y3":382},"charText":"材","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":149,"y0":382,"x1":196,"y1":383,"x2":196,"y2":428,"x3":148,"y3":427},"charText":"補","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":153,"y0":430,"x1":200,"y1":431,"x2":200,"y2":468,"x3":153,"y3":467},"charText":"天","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":150,"y0":473,"x1":195,"y1":474,"x2":194,"y2":509,"x3":149,"y3":507},"charText":"幻","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":148,"y0":510,"x1":191,"y1":511,"x2":190,"y2":556,"x3":147,"y3":555},"charText":"形","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":149,"y0":564,"x1":197,"y1":565,"x2":196,"y2":592,"x3":149,"y3":591},"charText":"入","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":148,"y0":599,"x1":199,"y1":600,"x2":198,"y2":638,"x3":147,"y3":637},"charText":"世","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":171,"y0":655,"x1":199,"y1":655,"x2":199,"y2":678,"x3":171,"y3":677},"charText":"八","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":171,"y0":690,"x1":198,"y1":690,"x2":197,"y2":723,"x3":171,"y3":723},"charText":"字","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":170,"y0":735,"x1":196,"y1":736,"x2":196,"y2":764,"x3":169,"y3":763},"charText":"便","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":170,"y0":775,"x1":195,"y1":775,"x2":195,"y2":807,"x3":169,"y3":807},"charText":"是","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":168,"y0":816,"x1":193,"y1":817,"x2":193,"y2":848,"x3":167,"y3":847},"charText":"作","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":142,"y0":650,"x1":170,"y1":651,"x2":170,"y2":683,"x3":141,"y3":682},"charText":"者","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":140,"y0":697,"x1":169,"y1":698,"x2":170,"y2":712,"x3":141,"y3":711},"charText":"一","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":141,"y0":732,"x1":166,"y1":733,"x2":166,"y2":761,"x3":141,"y3":760},"charText":"生","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":138,"y0":775,"x1":168,"y1":775,"x2":167,"y2":809,"x3":138,"y3":809},"charText":"慚","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":138,"y0":818,"x1":165,"y1":818,"x2":165,"y2":849,"x3":138,"y3":849},"charText":"恨","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":143,"y0":850,"x1":189,"y1":851,"x2":188,"y2":902,"x3":141,"y3":901},"charText":"蒙","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":94,"y0":29,"x1":138,"y1":30,"x2":138,"y2":74,"x3":93,"y3":74},"charText":"茫","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":93,"y0":74,"x1":136,"y1":74,"x2":136,"y2":118,"x3":93,"y3":118},"charText":"茫","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":96,"y0":118,"x1":139,"y1":118,"x2":139,"y2":157,"x3":96,"y3":157},"charText":"大","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":94,"y0":160,"x1":143,"y1":161,"x2":142,"y2":199,"x3":94,"y3":199},"charText":"相","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":92,"y0":205,"x1":138,"y1":206,"x2":137,"y2":249,"x3":91,"y3":248},"charText":"渺","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":91,"y0":249,"x1":137,"y1":250,"x2":136,"y2":293,"x3":90,"y3":292},"charText":"渺","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":88,"y0":292,"x1":137,"y1":293,"x2":136,"y2":340,"x3":87,"y3":339},"charText":"真","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":88,"y0":343,"x1":140,"y1":344,"x2":139,"y2":377,"x3":87,"y3":376},"charText":"人","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":87,"y0":376,"x1":134,"y1":377,"x2":133,"y2":425,"x3":87,"y3":424},"charText":"携","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":88,"y0":432,"x1":135,"y1":433,"x2":134,"y2":460,"x3":88,"y3":459},"charText":"入","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":87,"y0":467,"x1":136,"y1":468,"x2":135,"y2":506,"x3":87,"y3":505},"charText":"紅","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":86,"y0":506,"x1":138,"y1":507,"x2":137,"y2":553,"x3":86,"y3":553},"charText":"塵","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":87,"y0":555,"x1":132,"y1":556,"x2":132,"y2":598,"x3":87,"y3":597},"charText":"歴","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":85,"y0":598,"x1":131,"y1":598,"x2":131,"y2":644,"x3":85,"y3":643},"charText":"盡","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":86,"y0":645,"x1":134,"y1":646,"x2":133,"y2":691,"x3":85,"y3":690},"charText":"離","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":85,"y0":693,"x1":134,"y1":694,"x2":134,"y2":730,"x3":84,"y3":729},"charText":"合","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":87,"y0":731,"x1":129,"y1":732,"x2":128,"y2":773,"x3":86,"y3":772},"charText":"悲","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":81,"y0":772,"x1":133,"y1":774,"x2":132,"y2":816,"x3":80,"y3":815},"charText":"歡","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":83,"y0":814,"x1":131,"y1":815,"x2":130,"y2":859,"x3":82,"y3":858},"charText":"炎","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":82,"y0":858,"x1":127,"y1":859,"x2":127,"y2":902,"x3":82,"y3":901},"charText":"凉","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":32,"y0":26,"x1":79,"y1":26,"x2":78,"y2":67,"x3":32,"y3":67},"charText":"世","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":31,"y0":69,"x1":79,"y1":69,"x2":79,"y2":115,"x3":31,"y3":115},"charText":"態","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":33,"y0":115,"x1":77,"y1":116,"x2":76,"y2":162,"x3":32,"y3":162},"charText":"的","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":29,"y0":172,"x1":79,"y1":173,"x2":79,"y2":188,"x3":29,"y3":187},"charText":"一","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":26,"y0":201,"x1":80,"y1":202,"x2":79,"y2":246,"x3":25,"y3":245},"charText":"段","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":30,"y0":246,"x1":79,"y1":247,"x2":78,"y2":290,"x3":29,"y3":289},"charText":"故","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":31,"y0":289,"x1":80,"y1":290,"x2":79,"y2":339,"x3":30,"y3":339},"charText":"事","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":25,"y0":339,"x1":78,"y1":340,"x2":77,"y2":381,"x3":25,"y3":381},"charText":"後","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":29,"y0":383,"x1":72,"y1":384,"x2":71,"y2":424,"x3":28,"y3":423},"charText":"面","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":31,"y0":427,"x1":76,"y1":427,"x2":76,"y2":461,"x3":31,"y3":461},"charText":"又","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":26,"y0":462,"x1":69,"y1":463,"x2":69,"y2":512,"x3":25,"y3":511},"charText":"有","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":24,"y0":522,"x1":74,"y1":522,"x2":74,"y2":538,"x3":24,"y3":538},"charText":"一","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":25,"y0":552,"x1":69,"y1":553,"x2":69,"y2":598,"x3":24,"y3":597},"charText":"首","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":25,"y0":599,"x1":69,"y1":599,"x2":68,"y2":644,"x3":25,"y3":643},"charText":"偈","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":24,"y0":647,"x1":75,"y1":648,"x2":75,"y2":683,"x3":24,"y3":682},"charText":"云","textlineId":8,"picUri":"","isPicText":false}]},"7501933907890323497":{"wordBoxList":[{"charPoly":{"x0":522,"y0":118,"x1":575,"y1":119,"x2":575,"y2":163,"x3":522,"y3":163},"charText":"無","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":524,"y0":164,"x1":571,"y1":165,"x2":571,"y2":211,"x3":524,"y3":211},"charText":"材","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":525,"y0":214,"x1":571,"y1":214,"x2":571,"y2":255,"x3":525,"y3":255},"charText":"可","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":524,"y0":255,"x1":570,"y1":255,"x2":570,"y2":296,"x3":524,"y3":296},"charText":"去","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":522,"y0":298,"x1":571,"y1":299,"x2":571,"y2":343,"x3":522,"y3":343},"charText":"補","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":525,"y0":342,"x1":572,"y1":342,"x2":572,"y2":391,"x3":525,"y3":391},"charText":"蒼","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":525,"y0":395,"x1":573,"y1":395,"x2":572,"y2":438,"x3":525,"y3":438},"charText":"天","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":521,"y0":518,"x1":572,"y1":518,"x2":571,"y2":561,"x3":521,"y3":561},"charText":"枉","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":524,"y0":569,"x1":572,"y1":570,"x2":572,"y2":598,"x3":524,"y3":597},"charText":"入","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":524,"y0":607,"x1":572,"y1":608,"x2":571,"y2":646,"x3":524,"y3":645},"charText":"紅","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":521,"y0":648,"x1":567,"y1":648,"x2":567,"y2":694,"x3":521,"y3":694},"charText":"塵","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":522,"y0":694,"x1":566,"y1":694,"x2":566,"y2":736,"x3":521,"y3":736},"charText":"若","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":521,"y0":737,"x1":568,"y1":738,"x2":567,"y2":782,"x3":520,"y3":781},"charText":"許","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":520,"y0":780,"x1":571,"y1":780,"x2":571,"y2":836,"x3":520,"y3":836},"charText":"年","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":461,"y0":120,"x1":514,"y1":120,"x2":513,"y2":160,"x3":461,"y3":160},"charText":"此","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":462,"y0":164,"x1":508,"y1":164,"x2":508,"y2":209,"x3":461,"y3":209},"charText":"係","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":467,"y0":209,"x1":504,"y1":209,"x2":504,"y2":259,"x3":466,"y3":259},"charText":"身","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":460,"y0":258,"x1":508,"y1":259,"x2":508,"y2":301,"x3":460,"y3":301},"charText":"前","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":466,"y0":302,"x1":505,"y1":302,"x2":504,"y2":346,"x3":465,"y3":346},"charText":"身","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":461,"y0":345,"x1":510,"y1":345,"x2":510,"y2":385,"x3":461,"y3":385},"charText":"後","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":464,"y0":384,"x1":512,"y1":384,"x2":512,"y2":439,"x3":464,"y3":438},"charText":"事","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":460,"y0":511,"x1":506,"y1":512,"x2":506,"y2":564,"x3":459,"y3":563},"charText":"倩","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":457,"y0":564,"x1":506,"y1":564,"x2":506,"y2":606,"x3":457,"y3":606},"charText":"誰","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":457,"y0":609,"x1":509,"y1":609,"x2":509,"y2":647,"x3":457,"y3":646},"charText":"記","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":459,"y0":647,"x1":506,"y1":647,"x2":505,"y2":690,"x3":459,"y3":689},"charText":"去","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":461,"y0":691,"x1":506,"y1":692,"x2":506,"y2":734,"x3":461,"y3":733},"charText":"作","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":457,"y0":733,"x1":507,"y1":734,"x2":507,"y2":780,"x3":457,"y3":780},"charText":"竒","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":459,"y0":781,"x1":509,"y1":781,"x2":509,"y2":834,"x3":459,"y3":834},"charText":"傳","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":400,"y0":34,"x1":448,"y1":34,"x2":448,"y2":80,"x3":400,"y3":80},"charText":"詩","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":401,"y0":79,"x1":451,"y1":79,"x2":451,"y2":120,"x3":401,"y3":120},"charText":"後","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":401,"y0":122,"x1":450,"y1":123,"x2":450,"y2":164,"x3":401,"y3":164},"charText":"便","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":402,"y0":165,"x1":451,"y1":166,"x2":451,"y2":210,"x3":401,"y3":210},"charText":"是","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":402,"y0":209,"x1":450,"y1":210,"x2":450,"y2":249,"x3":402,"y3":249},"charText":"此","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":401,"y0":256,"x1":444,"y1":256,"x2":444,"y2":293,"x3":401,"y3":293},"charText":"石","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":404,"y0":294,"x1":446,"y1":294,"x2":446,"y2":339,"x3":404,"y3":339},"charText":"墜","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":403,"y0":339,"x1":450,"y1":339,"x2":450,"y2":386,"x3":403,"y3":386},"charText":"落","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":401,"y0":390,"x1":449,"y1":390,"x2":449,"y2":425,"x3":400,"y3":424},"charText":"之","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":400,"y0":428,"x1":450,"y1":428,"x2":450,"y2":474,"x3":399,"y3":474},"charText":"鄉","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":399,"y0":473,"x1":449,"y1":473,"x2":449,"y2":514,"x3":399,"y3":514},"charText":"投","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":402,"y0":516,"x1":445,"y1":516,"x2":444,"y2":559,"x3":402,"y3":558},"charText":"胎","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":400,"y0":563,"x1":449,"y1":563,"x2":449,"y2":598,"x3":400,"y3":598},"charText":"之","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":400,"y0":601,"x1":450,"y1":601,"x2":450,"y2":647,"x3":399,"y3":647},"charText":"處","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":397,"y0":648,"x1":450,"y1":649,"x2":450,"y2":691,"x3":397,"y3":691},"charText":"親","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":405,"y0":692,"x1":441,"y1":693,"x2":441,"y2":736,"x3":405,"y3":736},"charText":"自","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":400,"y0":737,"x1":447,"y1":738,"x2":447,"y2":778,"x3":400,"y3":777},"charText":"經","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":398,"y0":780,"x1":445,"y1":780,"x2":444,"y2":821,"x3":397,"y3":821},"charText":"歴","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":401,"y0":822,"x1":443,"y1":823,"x2":443,"y2":865,"x3":401,"y3":865},"charText":"的","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":398,"y0":877,"x1":444,"y1":878,"x2":444,"y2":894,"x3":399,"y3":894},"charText":"一","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":339,"y0":33,"x1":391,"y1":33,"x2":391,"y2":74,"x3":339,"y3":74},"charText":"段","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":344,"y0":73,"x1":391,"y1":74,"x2":390,"y2":121,"x3":344,"y3":120},"charText":"陳","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":340,"y0":122,"x1":387,"y1":123,"x2":387,"y2":163,"x3":340,"y3":163},"charText":"跡","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":340,"y0":164,"x1":389,"y1":164,"x2":388,"y2":206,"x3":340,"y3":205},"charText":"故","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":341,"y0":205,"x1":391,"y1":205,"x2":390,"y2":254,"x3":341,"y3":254},"charText":"事","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":338,"y0":255,"x1":386,"y1":255,"x2":386,"y2":299,"x3":338,"y3":298},"charText":"其","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":343,"y0":297,"x1":381,"y1":297,"x2":381,"y2":342,"x3":343,"y3":342},"charText":"中","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":343,"y0":342,"x1":386,"y1":342,"x2":386,"y2":386,"x3":342,"y3":386},"charText":"家","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":340,"y0":386,"x1":387,"y1":387,"x2":387,"y2":430,"x3":340,"y3":430},"charText":"庭","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":344,"y0":431,"x1":384,"y1":432,"x2":383,"y2":472,"x3":344,"y3":472},"charText":"閨","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":345,"y0":475,"x1":382,"y1":475,"x2":382,"y2":517,"x3":345,"y3":517},"charText":"閣","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":340,"y0":518,"x1":384,"y1":518,"x2":384,"y2":563,"x3":340,"y3":562},"charText":"瑣","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":341,"y0":563,"x1":390,"y1":563,"x2":389,"y2":614,"x3":341,"y3":614},"charText":"事","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":341,"y0":616,"x1":384,"y1":616,"x2":383,"y2":648,"x3":341,"y3":647},"charText":"以","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":341,"y0":650,"x1":387,"y1":651,"x2":387,"y2":690,"x3":340,"y3":689},"charText":"及","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":342,"y0":692,"x1":382,"y1":693,"x2":381,"y2":735,"x3":341,"y3":735},"charText":"閒","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":340,"y0":734,"x1":383,"y1":735,"x2":382,"y2":781,"x3":339,"y3":781},"charText":"情","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":335,"y0":780,"x1":383,"y1":781,"x2":382,"y2":827,"x3":334,"y3":826},"charText":"詩","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":333,"y0":827,"x1":388,"y1":828,"x2":387,"y2":869,"x3":332,"y3":868},"charText":"試","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":335,"y0":870,"x1":381,"y1":871,"x2":381,"y2":909,"x3":334,"y3":908},"charText":"到","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":281,"y0":33,"x1":329,"y1":33,"x2":329,"y2":75,"x3":281,"y3":75},"charText":"還","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":280,"y0":77,"x1":330,"y1":77,"x2":330,"y2":115,"x3":280,"y3":115},"charText":"全","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":281,"y0":117,"x1":331,"y1":118,"x2":330,"y2":162,"x3":280,"y3":162},"charText":"脩","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":283,"y0":162,"x1":329,"y1":163,"x2":328,"y2":208,"x3":282,"y3":207},"charText":"或","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":282,"y0":210,"x1":324,"y1":211,"x2":324,"y2":254,"x3":281,"y3":253},"charText":"可","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":279,"y0":254,"x1":326,"y1":255,"x2":325,"y2":297,"x3":279,"y3":297},"charText":"適","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":276,"y0":297,"x1":325,"y1":298,"x2":325,"y2":340,"x3":276,"y3":339},"charText":"趣","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":280,"y0":340,"x1":325,"y1":340,"x2":325,"y2":386,"x3":279,"y3":386},"charText":"觧","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":282,"y0":386,"x1":328,"y1":386,"x2":328,"y2":430,"x3":282,"y3":429},"charText":"悶","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":280,"y0":429,"x1":324,"y1":429,"x2":324,"y2":468,"x3":280,"y3":468},"charText":"然","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":276,"y0":469,"x1":322,"y1":470,"x2":322,"y2":516,"x3":276,"y3":515},"charText":"朝","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":277,"y0":516,"x1":325,"y1":516,"x2":325,"y2":557,"x3":276,"y3":556},"charText":"代","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":274,"y0":557,"x1":320,"y1":557,"x2":320,"y2":607,"x3":274,"y3":607},"charText":"年","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":279,"y0":609,"x1":327,"y1":609,"x2":327,"y2":646,"x3":279,"y3":645},"charText":"絁","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":278,"y0":648,"x1":325,"y1":649,"x2":325,"y2":686,"x3":278,"y3":685},"charText":"地","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":275,"y0":689,"x1":327,"y1":689,"x2":326,"y2":734,"x3":274,"y3":733},"charText":"輿","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":276,"y0":735,"x1":323,"y1":735,"x2":323,"y2":780,"x3":275,"y3":779},"charText":"邦","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":282,"y0":781,"x1":326,"y1":781,"x2":326,"y2":821,"x3":281,"y3":821},"charText":"國","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":274,"y0":820,"x1":322,"y1":821,"x2":322,"y2":866,"x3":273,"y3":865},"charText":"却","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":278,"y0":865,"x1":325,"y1":865,"x2":324,"y2":907,"x3":277,"y3":907},"charText":"失","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":223,"y0":29,"x1":272,"y1":30,"x2":272,"y2":73,"x3":223,"y3":73},"charText":"落","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":220,"y0":74,"x1":270,"y1":75,"x2":270,"y2":116,"x3":220,"y3":115},"charText":"無","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":222,"y0":116,"x1":271,"y1":117,"x2":271,"y2":165,"x3":221,"y3":164},"charText":"𦒱","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":224,"y0":167,"x1":267,"y1":167,"x2":267,"y2":207,"x3":224,"y3":206},"charText":"空","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":223,"y0":209,"x1":266,"y1":210,"x2":266,"y2":250,"x3":223,"y3":249},"charText":"空","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":220,"y0":251,"x1":268,"y1":251,"x2":267,"y2":294,"x3":220,"y3":293},"charText":"道","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":219,"y0":297,"x1":269,"y1":298,"x2":268,"y2":331,"x3":218,"y3":330},"charText":"人","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":218,"y0":333,"x1":267,"y1":333,"x2":266,"y2":381,"x3":217,"y3":381},"charText":"遂","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":221,"y0":383,"x1":264,"y1":384,"x2":264,"y2":424,"x3":221,"y3":424},"charText":"向","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":219,"y0":429,"x1":261,"y1":429,"x2":261,"y2":466,"x3":218,"y3":466},"charText":"石","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":220,"y0":470,"x1":264,"y1":471,"x2":264,"y2":513,"x3":220,"y3":513},"charText":"頭","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":217,"y0":515,"x1":267,"y1":515,"x2":266,"y2":556,"x3":217,"y3":555},"charText":"説","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":219,"y0":557,"x1":268,"y1":557,"x2":267,"y2":601,"x3":219,"y3":601},"charText":"道","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":218,"y0":606,"x1":261,"y1":607,"x2":261,"y2":643,"x3":218,"y3":643},"charText":"石","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":221,"y0":647,"x1":267,"y1":647,"x2":267,"y2":684,"x3":221,"y3":684},"charText":"兄","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":220,"y0":686,"x1":264,"y1":687,"x2":263,"y2":732,"x3":219,"y3":732},"charText":"你","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":217,"y0":736,"x1":264,"y1":737,"x2":263,"y2":779,"x3":217,"y3":779},"charText":"這","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":216,"y0":790,"x1":264,"y1":791,"x2":264,"y2":806,"x3":216,"y3":805},"charText":"一","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":213,"y0":819,"x1":265,"y1":820,"x2":265,"y2":863,"x3":213,"y3":863},"charText":"殺","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":215,"y0":864,"x1":266,"y1":864,"x2":266,"y2":907,"x3":215,"y3":906},"charText":"故","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":163,"y0":28,"x1":215,"y1":29,"x2":214,"y2":76,"x3":162,"y3":75},"charText":"事","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":161,"y0":75,"x1":211,"y1":75,"x2":210,"y2":123,"x3":161,"y3":122},"charText":"據","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":162,"y0":123,"x1":207,"y1":124,"x2":206,"y2":164,"x3":161,"y3":163},"charText":"你","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":165,"y0":164,"x1":202,"y1":164,"x2":201,"y2":208,"x3":165,"y3":207},"charText":"自","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":165,"y0":210,"x1":208,"y1":210,"x2":207,"y2":247,"x3":165,"y3":247},"charText":"已","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":157,"y0":249,"x1":210,"y1":250,"x2":210,"y2":294,"x3":157,"y3":294},"charText":"説","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":161,"y0":296,"x1":202,"y1":296,"x2":202,"y2":341,"x3":160,"y3":340},"charText":"有","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":161,"y0":340,"x1":205,"y1":340,"x2":205,"y2":379,"x3":161,"y3":378},"charText":"些","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":155,"y0":380,"x1":206,"y1":381,"x2":206,"y2":423,"x3":155,"y3":423},"charText":"趣","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":158,"y0":424,"x1":209,"y1":424,"x2":208,"y2":471,"x3":158,"y3":471},"charText":"味","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":158,"y0":470,"x1":207,"y1":471,"x2":206,"y2":512,"x3":157,"y3":511},"charText":"故","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":157,"y0":513,"x1":204,"y1":513,"x2":203,"y2":558,"x3":157,"y3":557},"charText":"編","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":159,"y0":558,"x1":201,"y1":558,"x2":202,"y2":604,"x3":159,"y3":604},"charText":"寫","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":157,"y0":603,"x1":202,"y1":604,"x2":202,"y2":647,"x3":157,"y3":646},"charText":"在","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":159,"y0":647,"x1":207,"y1":648,"x2":207,"y2":686,"x3":159,"y3":686},"charText":"此","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":155,"y0":689,"x1":202,"y1":689,"x2":202,"y2":736,"x3":155,"y3":735},"charText":"意","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":154,"y0":736,"x1":203,"y1":737,"x2":203,"y2":777,"x3":154,"y3":776},"charText":"欲","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":160,"y0":778,"x1":201,"y1":779,"x2":201,"y2":823,"x3":160,"y3":822},"charText":"問","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":155,"y0":822,"x1":200,"y1":822,"x2":199,"y2":861,"x3":155,"y3":861},"charText":"世","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":152,"y0":861,"x1":203,"y1":862,"x2":202,"y2":910,"x3":151,"y3":909},"charText":"傳","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":101,"y0":27,"x1":153,"y1":28,"x2":152,"y2":78,"x3":100,"y3":77},"charText":"部","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":100,"y0":76,"x1":151,"y1":77,"x2":150,"y2":120,"x3":100,"y3":119},"charText":"據","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":100,"y0":117,"x1":147,"y1":118,"x2":146,"y2":162,"x3":99,"y3":161},"charText":"我","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":98,"y0":161,"x1":142,"y1":162,"x2":141,"y2":210,"x3":97,"y3":209},"charText":"看","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":102,"y0":208,"x1":149,"y1":209,"x2":148,"y2":252,"x3":101,"y3":252},"charText":"来","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":101,"y0":251,"x1":143,"y1":252,"x2":142,"y2":307,"x3":100,"y3":306},"charText":"第","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":97,"y0":313,"x1":143,"y1":314,"x2":143,"y2":328,"x3":98,"y3":327},"charText":"一","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":97,"y0":332,"x1":140,"y1":333,"x2":139,"y2":381,"x3":97,"y3":381},"charText":"件","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":92,"y0":380,"x1":145,"y1":381,"x2":145,"y2":423,"x3":91,"y3":422},"charText":"無","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":92,"y0":424,"x1":138,"y1":425,"x2":138,"y2":469,"x3":92,"y3":468},"charText":"朝","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":92,"y0":469,"x1":144,"y1":469,"x2":143,"y2":511,"x3":91,"y3":511},"charText":"代","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":91,"y0":511,"x1":139,"y1":512,"x2":139,"y2":563,"x3":91,"y3":562},"charText":"年","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":95,"y0":564,"x1":143,"y1":564,"x2":143,"y2":600,"x3":95,"y3":600},"charText":"紀","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":94,"y0":603,"x1":139,"y1":603,"x2":139,"y2":646,"x3":94,"y3":645},"charText":"可","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":93,"y0":645,"x1":146,"y1":645,"x2":145,"y2":692,"x3":92,"y3":691},"charText":"考","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":100,"y0":692,"x1":139,"y1":692,"x2":139,"y2":746,"x3":100,"y3":746},"charText":"第","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":95,"y0":748,"x1":141,"y1":749,"x2":141,"y2":776,"x3":95,"y3":775},"charText":"二","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":93,"y0":776,"x1":141,"y1":777,"x2":140,"y2":824,"x3":93,"y3":823},"charText":"件","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":91,"y0":823,"x1":140,"y1":824,"x2":140,"y2":863,"x3":91,"y3":862},"charText":"並","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":89,"y0":864,"x1":144,"y1":865,"x2":143,"y2":907,"x3":88,"y3":906},"charText":"無","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":37,"y0":26,"x1":86,"y1":27,"x2":86,"y2":68,"x3":37,"y3":68},"charText":"大","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":69,"x1":85,"y1":69,"x2":84,"y2":118,"x3":39,"y3":118},"charText":"賢","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":38,"y0":116,"x1":84,"y1":117,"x2":84,"y2":158,"x3":37,"y3":158},"charText":"大","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":37,"y0":157,"x1":88,"y1":158,"x2":87,"y2":206,"x3":36,"y3":205},"charText":"忠","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":34,"y0":210,"x1":81,"y1":211,"x2":80,"y2":248,"x3":33,"y3":247},"charText":"理","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":30,"y0":249,"x1":78,"y1":250,"x2":77,"y2":297,"x3":29,"y3":296},"charText":"朝","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":31,"y0":297,"x1":84,"y1":297,"x2":84,"y2":336,"x3":30,"y3":336},"charText":"廷","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":32,"y0":336,"x1":75,"y1":336,"x2":75,"y2":377,"x3":32,"y3":376},"charText":"治","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":31,"y0":379,"x1":81,"y1":380,"x2":80,"y2":422,"x3":31,"y3":421},"charText":"風","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":28,"y0":426,"x1":82,"y1":427,"x2":82,"y2":465,"x3":28,"y3":464},"charText":"俗","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":31,"y0":466,"x1":76,"y1":466,"x2":76,"y2":508,"x3":31,"y3":508},"charText":"的","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":28,"y0":509,"x1":75,"y1":509,"x2":75,"y2":555,"x3":28,"y3":556},"charText":"善","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":29,"y0":557,"x1":83,"y1":557,"x2":83,"y2":598,"x3":29,"y3":598},"charText":"政","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":28,"y0":599,"x1":77,"y1":598,"x2":77,"y2":643,"x3":28,"y3":644},"charText":"其","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":34,"y0":642,"x1":71,"y1":642,"x2":71,"y2":693,"x3":33,"y3":694},"charText":"中","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":32,"y0":696,"x1":73,"y1":696,"x2":73,"y2":732,"x3":32,"y3":732},"charText":"只","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":30,"y0":736,"x1":72,"y1":737,"x2":72,"y2":775,"x3":29,"y3":775},"charText":"不","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":26,"y0":777,"x1":78,"y1":777,"x2":77,"y2":820,"x3":25,"y3":820},"charText":"過","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":25,"y0":818,"x1":78,"y1":820,"x2":77,"y2":865,"x3":24,"y3":864},"charText":"幾","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":26,"y0":865,"x1":74,"y1":866,"x2":74,"y2":906,"x3":25,"y3":905},"charText":"個","textlineId":8,"picUri":"","isPicText":false}]},"7501933907890339881":{"wordBoxList":[{"charPoly":{"x0":524,"y0":39,"x1":573,"y1":40,"x2":572,"y2":82,"x3":523,"y3":82},"charText":"異","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":527,"y0":82,"x1":573,"y1":83,"x2":573,"y2":128,"x3":526,"y3":127},"charText":"樣","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":523,"y0":131,"x1":571,"y1":132,"x2":570,"y2":167,"x3":522,"y3":166},"charText":"女","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":526,"y0":170,"x1":571,"y1":171,"x2":571,"y2":212,"x3":525,"y3":211},"charText":"予","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":526,"y0":212,"x1":571,"y1":213,"x2":570,"y2":254,"x3":526,"y3":253},"charText":"或","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":526,"y0":253,"x1":568,"y1":254,"x2":567,"y2":302,"x3":525,"y3":301},"charText":"情","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":525,"y0":300,"x1":569,"y1":301,"x2":568,"y2":345,"x3":524,"y3":344},"charText":"或","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":522,"y0":343,"x1":570,"y1":344,"x2":569,"y2":387,"x3":522,"y3":387},"charText":"癡","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":524,"y0":386,"x1":569,"y1":387,"x2":568,"y2":429,"x3":523,"y3":429},"charText":"或","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":522,"y0":432,"x1":565,"y1":433,"x2":564,"y2":470,"x3":522,"y3":469},"charText":"小","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":523,"y0":470,"x1":560,"y1":471,"x2":560,"y2":515,"x3":522,"y3":514},"charText":"才","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":518,"y0":516,"x1":565,"y1":516,"x2":565,"y2":558,"x3":518,"y3":558},"charText":"微","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":518,"y0":560,"x1":567,"y1":560,"x2":566,"y2":607,"x3":518,"y3":606},"charText":"善","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":517,"y0":608,"x1":563,"y1":609,"x2":563,"y2":648,"x3":517,"y3":647},"charText":"亦","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":513,"y0":648,"x1":564,"y1":648,"x2":563,"y2":692,"x3":512,"y3":692},"charText":"無","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":515,"y0":695,"x1":563,"y1":696,"x2":562,"y2":735,"x3":514,"y3":734},"charText":"班","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":511,"y0":734,"x1":560,"y1":735,"x2":560,"y2":773,"x3":510,"y3":772},"charText":"姑","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":512,"y0":773,"x1":561,"y1":774,"x2":561,"y2":821,"x3":512,"y3":820},"charText":"蔡","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":509,"y0":823,"x1":560,"y1":824,"x2":560,"y2":859,"x3":508,"y3":858},"charText":"女","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":514,"y0":864,"x1":561,"y1":865,"x2":561,"y2":899,"x3":513,"y3":899},"charText":"之","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":464,"y0":36,"x1":511,"y1":37,"x2":510,"y2":81,"x3":464,"y3":80},"charText":"徳","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":467,"y0":81,"x1":514,"y1":82,"x2":513,"y2":125,"x3":466,"y3":124},"charText":"能","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":468,"y0":124,"x1":511,"y1":125,"x2":511,"y2":166,"x3":467,"y3":165},"charText":"我","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":465,"y0":168,"x1":510,"y1":169,"x2":509,"y2":213,"x3":464,"y3":212},"charText":"總","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":463,"y0":213,"x1":505,"y1":214,"x2":504,"y2":256,"x3":461,"y3":255},"charText":"抄","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":462,"y0":257,"x1":511,"y1":258,"x2":510,"y2":299,"x3":461,"y3":298},"charText":"行","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":463,"y0":302,"x1":506,"y1":302,"x2":505,"y2":343,"x3":463,"y3":343},"charText":"恐","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":460,"y0":343,"x1":504,"y1":344,"x2":504,"y2":382,"x3":459,"y3":381},"charText":"世","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":460,"y0":387,"x1":506,"y1":388,"x2":506,"y2":423,"x3":460,"y3":422},"charText":"人","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":460,"y0":430,"x1":500,"y1":431,"x2":500,"y2":469,"x3":460,"y3":468},"charText":"不","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":461,"y0":469,"x1":504,"y1":469,"x2":503,"y2":516,"x3":461,"y3":515},"charText":"愛","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":458,"y0":516,"x1":501,"y1":517,"x2":500,"y2":563,"x3":457,"y3":562},"charText":"看","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":460,"y0":564,"x1":505,"y1":565,"x2":504,"y2":604,"x3":459,"y3":604},"charText":"呢","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":455,"y0":607,"x1":496,"y1":608,"x2":495,"y2":644,"x3":454,"y3":643},"charText":"石","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":457,"y0":649,"x1":499,"y1":650,"x2":498,"y2":693,"x3":456,"y3":692},"charText":"頭","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":457,"y0":692,"x1":500,"y1":693,"x2":500,"y2":737,"x3":457,"y3":737},"charText":"笑","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":460,"y0":741,"x1":501,"y1":742,"x2":501,"y2":772,"x3":459,"y3":772},"charText":"曰","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":456,"y0":772,"x1":500,"y1":773,"x2":499,"y2":817,"x3":455,"y3":817},"charText":"我","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":456,"y0":822,"x1":498,"y1":823,"x2":497,"y2":866,"x3":456,"y3":865},"charText":"師","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":452,"y0":865,"x1":497,"y1":867,"x2":496,"y2":904,"x3":451,"y3":903},"charText":"何","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":408,"y0":37,"x1":451,"y1":37,"x2":451,"y2":76,"x3":408,"y3":76},"charText":"太","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":405,"y0":78,"x1":453,"y1":79,"x2":452,"y2":123,"x3":404,"y3":122},"charText":"癡","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":407,"y0":125,"x1":452,"y1":126,"x2":452,"y2":165,"x3":406,"y3":164},"charText":"也","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":403,"y0":168,"x1":448,"y1":170,"x2":446,"y2":211,"x3":402,"y3":210},"charText":"若","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":404,"y0":216,"x1":445,"y1":217,"x2":443,"y2":252,"x3":403,"y3":250},"charText":"云","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":400,"y0":253,"x1":449,"y1":254,"x2":448,"y2":297,"x3":399,"y3":296},"charText":"無","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":399,"y0":299,"x1":445,"y1":300,"x2":444,"y2":342,"x3":398,"y3":341},"charText":"朝","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":400,"y0":342,"x1":448,"y1":343,"x2":447,"y2":383,"x3":400,"y3":382},"charText":"代","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":401,"y0":383,"x1":442,"y1":384,"x2":442,"y2":426,"x3":401,"y3":425},"charText":"可","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":397,"y0":425,"x1":448,"y1":426,"x2":447,"y2":474,"x3":397,"y3":473},"charText":"考","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":398,"y0":475,"x1":446,"y1":476,"x2":445,"y2":515,"x3":398,"y3":514},"charText":"今","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":399,"y0":514,"x1":446,"y1":515,"x2":445,"y2":559,"x3":398,"y3":558},"charText":"我","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":399,"y0":562,"x1":441,"y1":563,"x2":441,"y2":605,"x3":399,"y3":604},"charText":"師","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":395,"y0":603,"x1":442,"y1":604,"x2":442,"y2":647,"x3":395,"y3":646},"charText":"竟","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":393,"y0":649,"x1":444,"y1":650,"x2":444,"y2":687,"x3":393,"y3":686},"charText":"假","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":392,"y0":687,"x1":440,"y1":688,"x2":440,"y2":731,"x3":392,"y3":730},"charText":"借","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":395,"y0":732,"x1":438,"y1":732,"x2":438,"y2":775,"x3":395,"y3":774},"charText":"漢","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":391,"y0":774,"x1":435,"y1":775,"x2":434,"y2":816,"x3":391,"y3":815},"charText":"唐","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":391,"y0":815,"x1":436,"y1":816,"x2":435,"y2":861,"x3":390,"y3":860},"charText":"等","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":389,"y0":859,"x1":436,"y1":860,"x2":435,"y2":904,"x3":388,"y3":903},"charText":"年","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":346,"y0":39,"x1":395,"y1":39,"x2":394,"y2":78,"x3":345,"y3":77},"charText":"紀","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":346,"y0":81,"x1":394,"y1":82,"x2":393,"y2":123,"x3":345,"y3":122},"charText":"添","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":344,"y0":126,"x1":395,"y1":127,"x2":394,"y2":167,"x3":343,"y3":165},"charText":"綴","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":346,"y0":170,"x1":390,"y1":171,"x2":390,"y2":203,"x3":346,"y3":203},"charText":"又","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":342,"y0":205,"x1":385,"y1":207,"x2":383,"y2":253,"x3":341,"y3":252},"charText":"有","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":339,"y0":254,"x1":387,"y1":256,"x2":386,"y2":298,"x3":338,"y3":296},"charText":"何","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":338,"y0":297,"x1":391,"y1":298,"x2":390,"y2":343,"x3":337,"y3":342},"charText":"難","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":337,"y0":343,"x1":384,"y1":345,"x2":383,"y2":379,"x3":337,"y3":378},"charText":"但","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":340,"y0":376,"x1":386,"y1":377,"x2":386,"y2":424,"x3":340,"y3":423},"charText":"我","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":338,"y0":424,"x1":385,"y1":425,"x2":385,"y2":469,"x3":338,"y3":468},"charText":"想","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":337,"y0":470,"x1":382,"y1":471,"x2":382,"y2":512,"x3":336,"y3":511},"charText":"歴","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":339,"y0":511,"x1":385,"y1":511,"x2":384,"y2":559,"x3":339,"y3":559},"charText":"来","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":338,"y0":561,"x1":381,"y1":561,"x2":381,"y2":605,"x3":338,"y3":605},"charText":"野","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":336,"y0":605,"x1":384,"y1":606,"x2":383,"y2":646,"x3":335,"y3":645},"charText":"史","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":337,"y0":645,"x1":376,"y1":646,"x2":375,"y2":689,"x3":336,"y3":688},"charText":"皆","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":334,"y0":690,"x1":376,"y1":691,"x2":375,"y2":731,"x3":333,"y3":730},"charText":"蹈","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":332,"y0":743,"x1":378,"y1":744,"x2":378,"y2":761,"x3":333,"y3":759},"charText":"一","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":330,"y0":770,"x1":383,"y1":771,"x2":382,"y2":814,"x3":329,"y3":813},"charText":"轍","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":330,"y0":814,"x1":376,"y1":815,"x2":375,"y2":861,"x3":329,"y3":860},"charText":"莫","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":325,"y0":862,"x1":377,"y1":863,"x2":376,"y2":900,"x3":324,"y3":899},"charText":"如","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":286,"y0":33,"x1":334,"y1":34,"x2":333,"y2":79,"x3":286,"y3":78},"charText":"我","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":286,"y0":81,"x1":327,"y1":82,"x2":326,"y2":120,"x3":285,"y3":119},"charText":"不","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":283,"y0":120,"x1":330,"y1":121,"x2":329,"y2":165,"x3":283,"y3":164},"charText":"借","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":282,"y0":166,"x1":331,"y1":167,"x2":330,"y2":204,"x3":281,"y3":203},"charText":"此","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":281,"y0":203,"x1":330,"y1":205,"x2":329,"y2":252,"x3":280,"y3":251},"charText":"套","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":280,"y0":252,"x1":330,"y1":253,"x2":329,"y2":298,"x3":278,"y3":297},"charText":"者","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":280,"y0":299,"x1":326,"y1":300,"x2":326,"y2":338,"x3":279,"y3":337},"charText":"反","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":278,"y0":338,"x1":322,"y1":339,"x2":321,"y2":381,"x3":277,"y3":380},"charText":"到","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":276,"y0":380,"x1":324,"y1":381,"x2":323,"y2":425,"x3":275,"y3":424},"charText":"新","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":276,"y0":424,"x1":322,"y1":425,"x2":321,"y2":474,"x3":275,"y3":473},"charText":"竒","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":276,"y0":473,"x1":318,"y1":474,"x2":318,"y2":516,"x3":276,"y3":516},"charText":"别","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":276,"y0":516,"x1":326,"y1":517,"x2":325,"y2":558,"x3":276,"y3":558},"charText":"致","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":277,"y0":561,"x1":318,"y1":562,"x2":318,"y2":600,"x3":277,"y3":599},"charText":"不","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":275,"y0":601,"x1":320,"y1":602,"x2":319,"y2":642,"x3":274,"y3":641},"charText":"過","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":277,"y0":648,"x1":318,"y1":648,"x2":318,"y2":684,"x3":276,"y3":683},"charText":"只","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":275,"y0":689,"x1":322,"y1":690,"x2":322,"y2":729,"x3":274,"y3":728},"charText":"取","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":272,"y0":729,"x1":318,"y1":729,"x2":317,"y2":773,"x3":271,"y3":772},"charText":"其","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":272,"y0":772,"x1":314,"y1":773,"x2":313,"y2":822,"x3":271,"y3":821},"charText":"事","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":271,"y0":820,"x1":316,"y1":821,"x2":316,"y2":861,"x3":270,"y3":860},"charText":"體","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":272,"y0":860,"x1":316,"y1":861,"x2":316,"y2":904,"x3":271,"y3":903},"charText":"情","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":228,"y0":37,"x1":271,"y1":37,"x2":271,"y2":74,"x3":228,"y3":73},"charText":"理","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":227,"y0":76,"x1":271,"y1":76,"x2":271,"y2":123,"x3":226,"y3":122},"charText":"罷","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":232,"y0":124,"x1":273,"y1":125,"x2":273,"y2":166,"x3":232,"y3":166},"charText":"了","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":227,"y0":170,"x1":269,"y1":171,"x2":269,"y2":206,"x3":227,"y3":206},"charText":"又","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":221,"y0":210,"x1":267,"y1":211,"x2":266,"y2":254,"x3":220,"y3":253},"charText":"何","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":224,"y0":257,"x1":265,"y1":258,"x2":264,"y2":295,"x3":224,"y3":294},"charText":"必","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":221,"y0":294,"x1":266,"y1":295,"x2":265,"y2":336,"x3":220,"y3":334},"charText":"拘","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":220,"y0":336,"x1":264,"y1":337,"x2":264,"y2":378,"x3":219,"y3":377},"charText":"拘","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":218,"y0":379,"x1":266,"y1":380,"x2":265,"y2":422,"x3":217,"y3":421},"charText":"於","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":217,"y0":423,"x1":261,"y1":424,"x2":260,"y2":469,"x3":217,"y3":468},"charText":"朝","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":218,"y0":468,"x1":263,"y1":468,"x2":263,"y2":510,"x3":218,"y3":510},"charText":"代","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":216,"y0":511,"x1":259,"y1":511,"x2":258,"y2":561,"x3":216,"y3":561},"charText":"年","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":218,"y0":564,"x1":264,"y1":564,"x2":263,"y2":597,"x3":218,"y3":596},"charText":"紀","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":216,"y0":596,"x1":264,"y1":597,"x2":264,"y2":641,"x3":216,"y3":640},"charText":"哉","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":217,"y0":641,"x1":258,"y1":642,"x2":258,"y2":689,"x3":216,"y3":688},"charText":"市","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":218,"y0":689,"x1":256,"y1":690,"x2":255,"y2":732,"x3":218,"y3":731},"charText":"井","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":214,"y0":735,"x1":261,"y1":736,"x2":260,"y2":772,"x3":214,"y3":771},"charText":"俗","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":213,"y0":776,"x1":261,"y1":778,"x2":261,"y2":811,"x3":212,"y3":810},"charText":"人","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":211,"y0":810,"x1":257,"y1":810,"x2":256,"y2":856,"x3":210,"y3":855},"charText":"喜","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":210,"y0":857,"x1":253,"y1":858,"x2":252,"y2":901,"x3":209,"y3":901},"charText":"看","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":167,"y0":35,"x1":212,"y1":35,"x2":212,"y2":71,"x3":166,"y3":71},"charText":"理","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":167,"y0":74,"x1":209,"y1":75,"x2":208,"y2":116,"x3":166,"y3":115},"charText":"治","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":166,"y0":120,"x1":212,"y1":121,"x2":212,"y2":155,"x3":165,"y3":154},"charText":"之","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":164,"y0":158,"x1":206,"y1":159,"x2":205,"y2":206,"x3":164,"y3":205},"charText":"書","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":162,"y0":206,"x1":206,"y1":207,"x2":205,"y2":251,"x3":161,"y3":250},"charText":"者","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":160,"y0":251,"x1":206,"y1":251,"x2":205,"y2":294,"x3":159,"y3":293},"charText":"甚","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":166,"y0":296,"x1":211,"y1":298,"x2":209,"y2":339,"x3":165,"y3":338},"charText":"少","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":163,"y0":337,"x1":207,"y1":338,"x2":206,"y2":382,"x3":162,"y3":381},"charText":"愛","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":160,"y0":380,"x1":201,"y1":381,"x2":200,"y2":426,"x3":159,"y3":425},"charText":"看","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":159,"y0":426,"x1":204,"y1":427,"x2":203,"y2":468,"x3":158,"y3":468},"charText":"適","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":159,"y0":468,"x1":203,"y1":469,"x2":202,"y2":516,"x3":159,"y3":516},"charText":"情","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":162,"y0":517,"x1":200,"y1":518,"x2":200,"y2":560,"x3":162,"y3":560},"charText":"閑","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":162,"y0":560,"x1":204,"y1":560,"x2":204,"y2":597,"x3":161,"y3":596},"charText":"文","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":157,"y0":597,"x1":202,"y1":597,"x2":201,"y2":640,"x3":156,"y3":640},"charText":"者","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":159,"y0":640,"x1":202,"y1":641,"x2":202,"y2":688,"x3":158,"y3":687},"charText":"特","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":158,"y0":687,"x1":206,"y1":688,"x2":205,"y2":731,"x3":157,"y3":731},"charText":"如","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":155,"y0":731,"x1":198,"y1":733,"x2":197,"y2":770,"x3":154,"y3":769},"charText":"歴","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":157,"y0":769,"x1":199,"y1":770,"x2":199,"y2":815,"x3":156,"y3":813},"charText":"来","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":153,"y0":814,"x1":197,"y1":816,"x2":196,"y2":857,"x3":152,"y3":856},"charText":"野","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":154,"y0":856,"x1":201,"y1":857,"x2":200,"y2":898,"x3":153,"y3":897},"charText":"史","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":108,"y0":27,"x1":155,"y1":28,"x2":154,"y2":72,"x3":107,"y3":71},"charText":"或","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":103,"y0":73,"x1":152,"y1":74,"x2":151,"y2":112,"x3":102,"y3":111},"charText":"訕","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":102,"y0":113,"x1":149,"y1":114,"x2":148,"y2":162,"x3":101,"y3":161},"charText":"謗","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":101,"y0":165,"x1":146,"y1":166,"x2":145,"y2":208,"x3":100,"y3":207},"charText":"君","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":104,"y0":209,"x1":152,"y1":211,"x2":151,"y2":248,"x3":103,"y3":246},"charText":"相","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":104,"y0":247,"x1":148,"y1":248,"x2":148,"y2":293,"x3":104,"y3":292},"charText":"或","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":100,"y0":294,"x1":150,"y1":295,"x2":149,"y2":334,"x3":99,"y3":333},"charText":"貶","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":100,"y0":337,"x1":148,"y1":338,"x2":147,"y2":371,"x3":99,"y3":370},"charText":"人","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":97,"y0":371,"x1":147,"y1":372,"x2":146,"y2":420,"x3":96,"y3":419},"charText":"妻","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":96,"y0":424,"x1":148,"y1":425,"x2":148,"y2":461,"x3":96,"y3":460},"charText":"女","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":98,"y0":464,"x1":145,"y1":465,"x2":144,"y2":508,"x3":97,"y3":507},"charText":"姦","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":100,"y0":509,"x1":142,"y1":510,"x2":142,"y2":551,"x3":100,"y3":551},"charText":"淫","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":101,"y0":555,"x1":141,"y1":556,"x2":140,"y2":594,"x3":100,"y3":594},"charText":"㐫","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":101,"y0":597,"x1":146,"y1":597,"x2":146,"y2":639,"x3":100,"y3":639},"charText":"惡","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":98,"y0":643,"x1":140,"y1":644,"x2":140,"y2":683,"x3":98,"y3":682},"charText":"不","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":97,"y0":685,"x1":138,"y1":686,"x2":137,"y2":727,"x3":96,"y3":726},"charText":"可","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":95,"y0":727,"x1":144,"y1":728,"x2":144,"y2":771,"x3":95,"y3":770},"charText":"勝","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":93,"y0":771,"x1":143,"y1":772,"x2":142,"y2":811,"x3":92,"y3":810},"charText":"數","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":94,"y0":813,"x1":140,"y1":814,"x2":139,"y2":854,"x3":94,"y3":853},"charText":"更","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":92,"y0":853,"x1":134,"y1":854,"x2":133,"y2":899,"x3":91,"y3":898},"charText":"有","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":43,"y0":39,"x1":91,"y1":40,"x2":91,"y2":56,"x3":43,"y3":55},"charText":"一","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":69,"x1":90,"y1":70,"x2":89,"y2":112,"x3":40,"y3":111},"charText":"種","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":42,"y0":116,"x1":93,"y1":117,"x2":92,"y2":158,"x3":41,"y3":157},"charText":"風","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":46,"y0":160,"x1":81,"y1":160,"x2":81,"y2":205,"x3":46,"y3":204},"charText":"月","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":205,"x1":86,"y1":205,"x2":85,"y2":256,"x3":39,"y3":255},"charText":"筆","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":42,"y0":255,"x1":92,"y1":256,"x2":91,"y2":296,"x3":42,"y3":295},"charText":"墨","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":37,"y0":296,"x1":85,"y1":297,"x2":84,"y2":338,"x3":36,"y3":337},"charText":"其","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":39,"y0":338,"x1":82,"y1":338,"x2":82,"y2":377,"x3":39,"y3":377},"charText":"淫","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":380,"x1":81,"y1":381,"x2":80,"y2":422,"x3":40,"y3":421},"charText":"汚","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":35,"y0":422,"x1":88,"y1":423,"x2":88,"y2":466,"x3":35,"y3":466},"charText":"穢","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":39,"y0":466,"x1":89,"y1":466,"x2":88,"y2":511,"x3":38,"y3":511},"charText":"臭","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":37,"y0":512,"x1":84,"y1":512,"x2":84,"y2":558,"x3":36,"y3":557},"charText":"屠","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":34,"y0":557,"x1":83,"y1":557,"x2":82,"y2":600,"x3":34,"y3":600},"charText":"毒","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":37,"y0":600,"x1":81,"y1":601,"x2":80,"y2":647,"x3":37,"y3":646},"charText":"筆","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":37,"y0":647,"x1":87,"y1":647,"x2":86,"y2":688,"x3":37,"y3":688},"charText":"墨","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":34,"y0":687,"x1":83,"y1":688,"x2":82,"y2":735,"x3":34,"y3":734},"charText":"壊","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":33,"y0":738,"x1":82,"y1":739,"x2":82,"y2":769,"x3":32,"y3":768},"charText":"人","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":32,"y0":771,"x1":76,"y1":772,"x2":76,"y2":810,"x3":31,"y3":810},"charText":"子","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":36,"y0":809,"x1":82,"y1":810,"x2":81,"y2":860,"x3":36,"y3":860},"charText":"弟","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":34,"y0":862,"x1":79,"y1":863,"x2":78,"y2":898,"x3":34,"y3":897},"charText":"又","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":9,"y0":76,"x1":28,"y1":76,"x2":28,"y2":111,"x3":9,"y3":111},"charText":"買","textlineId":9,"picUri":"","isPicText":false},{"charPoly":{"x0":9,"y0":125,"x1":29,"y1":126,"x2":28,"y2":156,"x3":8,"y3":155},"charText":"巳","textlineId":9,"picUri":"","isPicText":false}]},"7501933907890356265":{"wordBoxList":[{"charPoly":{"x0":529,"y0":44,"x1":570,"y1":44,"x2":570,"y2":82,"x3":529,"y3":82},"charText":"不","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":528,"y0":84,"x1":572,"y1":85,"x2":572,"y2":126,"x3":528,"y3":126},"charText":"可","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":529,"y0":126,"x1":576,"y1":126,"x2":577,"y2":170,"x3":529,"y3":170},"charText":"勝","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":526,"y0":171,"x1":577,"y1":171,"x2":577,"y2":215,"x3":526,"y3":214},"charText":"數","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":530,"y0":219,"x1":574,"y1":219,"x2":574,"y2":257,"x3":530,"y3":257},"charText":"至","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":527,"y0":259,"x1":573,"y1":259,"x2":573,"y2":303,"x3":527,"y3":304},"charText":"若","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":528,"y0":304,"x1":574,"y1":304,"x2":574,"y2":347,"x3":528,"y3":347},"charText":"佳","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":532,"y0":351,"x1":576,"y1":351,"x2":576,"y2":383,"x3":532,"y3":383},"charText":"人","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":532,"y0":386,"x1":570,"y1":386,"x2":570,"y2":430,"x3":532,"y3":430},"charText":"才","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":528,"y0":433,"x1":572,"y1":434,"x2":572,"y2":473,"x3":529,"y3":473},"charText":"子","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":527,"y0":474,"x1":573,"y1":474,"x2":574,"y2":526,"x3":528,"y3":526},"charText":"等","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":528,"y0":527,"x1":578,"y1":527,"x2":578,"y2":573,"x3":528,"y3":573},"charText":"書","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":529,"y0":574,"x1":573,"y1":575,"x2":572,"y2":617,"x3":529,"y3":617},"charText":"則","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":533,"y0":619,"x1":577,"y1":619,"x2":577,"y2":652,"x3":533,"y3":652},"charText":"又","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":528,"y0":653,"x1":571,"y1":654,"x2":570,"y2":696,"x3":528,"y3":695},"charText":"千","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":525,"y0":696,"x1":574,"y1":696,"x2":574,"y2":741,"x3":525,"y3":741},"charText":"部","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":526,"y0":742,"x1":575,"y1":743,"x2":575,"y2":780,"x3":525,"y3":780},"charText":"共","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":534,"y0":781,"x1":572,"y1":781,"x2":572,"y2":822,"x3":534,"y3":822},"charText":"出","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":527,"y0":835,"x1":574,"y1":835,"x2":575,"y2":849,"x3":528,"y3":848},"charText":"一","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":526,"y0":859,"x1":577,"y1":859,"x2":577,"y2":910,"x3":525,"y3":911},"charText":"套","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":464,"y0":44,"x1":514,"y1":44,"x2":514,"y2":80,"x3":464,"y3":80},"charText":"且","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":465,"y0":81,"x1":511,"y1":82,"x2":511,"y2":125,"x3":465,"y3":125},"charText":"其","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":470,"y0":126,"x1":509,"y1":126,"x2":509,"y2":173,"x3":470,"y3":173},"charText":"中","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":466,"y0":176,"x1":515,"y1":176,"x2":515,"y2":217,"x3":466,"y3":217},"charText":"終","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":467,"y0":222,"x1":510,"y1":222,"x2":510,"y2":260,"x3":467,"y3":260},"charText":"不","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":466,"y0":262,"x1":513,"y1":262,"x2":513,"y2":304,"x3":466,"y3":304},"charText":"能","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":467,"y0":307,"x1":510,"y1":308,"x2":510,"y2":345,"x3":467,"y3":345},"charText":"不","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":467,"y0":347,"x1":511,"y1":347,"x2":511,"y2":391,"x3":466,"y3":391},"charText":"涉","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":464,"y0":392,"x1":516,"y1":392,"x2":516,"y2":433,"x3":464,"y3":433},"charText":"於","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":466,"y0":434,"x1":511,"y1":434,"x2":511,"y2":474,"x3":466,"y3":474},"charText":"淫","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":466,"y0":476,"x1":517,"y1":476,"x2":517,"y2":518,"x3":466,"y3":519},"charText":"濫","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":468,"y0":526,"x1":512,"y1":526,"x2":512,"y2":560,"x3":468,"y3":560},"charText":"以","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":466,"y0":564,"x1":515,"y1":564,"x2":515,"y2":608,"x3":466,"y3":608},"charText":"致","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":467,"y0":609,"x1":512,"y1":610,"x2":512,"y2":653,"x3":467,"y3":653},"charText":"滿","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":467,"y0":655,"x1":515,"y1":656,"x2":515,"y2":694,"x3":467,"y3":694},"charText":"紙","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":467,"y0":695,"x1":514,"y1":695,"x2":514,"y2":741,"x3":467,"y3":740},"charText":"潘","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":464,"y0":742,"x1":513,"y1":743,"x2":513,"y2":783,"x3":464,"y3":783},"charText":"安","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":463,"y0":785,"x1":511,"y1":785,"x2":511,"y2":824,"x3":463,"y3":824},"charText":"子","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":464,"y0":825,"x1":515,"y1":825,"x2":515,"y2":869,"x3":464,"y3":868},"charText":"建","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":468,"y0":871,"x1":509,"y1":872,"x2":509,"y2":908,"x3":467,"y3":908},"charText":"西","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":405,"y0":43,"x1":452,"y1":44,"x2":452,"y2":83,"x3":405,"y3":82},"charText":"子","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":408,"y0":85,"x1":453,"y1":86,"x2":453,"y2":122,"x3":408,"y3":121},"charText":"文","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":404,"y0":127,"x1":455,"y1":127,"x2":455,"y2":169,"x3":404,"y3":169},"charText":"君","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":407,"y0":173,"x1":449,"y1":173,"x2":449,"y2":212,"x3":407,"y3":212},"charText":"不","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":405,"y0":217,"x1":453,"y1":217,"x2":453,"y2":259,"x3":405,"y3":259},"charText":"過","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":404,"y0":259,"x1":450,"y1":259,"x2":450,"y2":303,"x3":404,"y3":303},"charText":"作","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":405,"y0":303,"x1":449,"y1":303,"x2":449,"y2":348,"x3":404,"y3":348},"charText":"者","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":404,"y0":350,"x1":453,"y1":349,"x2":453,"y2":389,"x3":404,"y3":389},"charText":"要","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":408,"y0":391,"x1":450,"y1":391,"x2":450,"y2":437,"x3":408,"y3":437},"charText":"寫","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":411,"y0":437,"x1":447,"y1":437,"x2":447,"y2":476,"x3":411,"y3":476},"charText":"出","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":412,"y0":479,"x1":446,"y1":479,"x2":446,"y2":521,"x3":413,"y3":521},"charText":"自","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":413,"y0":526,"x1":451,"y1":526,"x2":451,"y2":562,"x3":413,"y3":562},"charText":"已","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":409,"y0":566,"x1":451,"y1":566,"x2":451,"y2":610,"x3":410,"y3":610},"charText":"的","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":406,"y0":612,"x1":453,"y1":613,"x2":453,"y2":658,"x3":406,"y3":657},"charText":"那","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":411,"y0":659,"x1":451,"y1":659,"x2":451,"y2":696,"x3":411,"y3":696},"charText":"兩","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":406,"y0":696,"x1":450,"y1":697,"x2":450,"y2":738,"x3":406,"y3":738},"charText":"首","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":408,"y0":739,"x1":450,"y1":739,"x2":449,"y2":783,"x3":407,"y3":783},"charText":"情","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":403,"y0":783,"x1":450,"y1":784,"x2":450,"y2":827,"x3":403,"y3":827},"charText":"詩","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":404,"y0":825,"x1":452,"y1":826,"x2":451,"y2":867,"x3":403,"y3":866},"charText":"艷","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":402,"y0":866,"x1":452,"y1":867,"x2":451,"y2":910,"x3":402,"y3":910},"charText":"賦","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":348,"y0":39,"x1":396,"y1":40,"x2":395,"y2":86,"x3":347,"y3":85},"charText":"来","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":345,"y0":85,"x1":393,"y1":86,"x2":393,"y2":125,"x3":344,"y3":124},"charText":"故","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":343,"y0":127,"x1":393,"y1":128,"x2":393,"y2":168,"x3":342,"y3":167},"charText":"假","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":343,"y0":170,"x1":394,"y1":170,"x2":393,"y2":213,"x3":343,"y3":213},"charText":"擬","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":349,"y0":216,"x1":387,"y1":216,"x2":387,"y2":256,"x3":349,"y3":256},"charText":"出","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":351,"y0":259,"x1":385,"y1":260,"x2":385,"y2":303,"x3":351,"y3":303},"charText":"男","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":343,"y0":306,"x1":392,"y1":306,"x2":392,"y2":341,"x3":343,"y3":341},"charText":"女","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":345,"y0":349,"x1":390,"y1":349,"x2":390,"y2":377,"x3":345,"y3":377},"charText":"二","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":344,"y0":388,"x1":387,"y1":388,"x2":387,"y2":428,"x3":344,"y3":428},"charText":"名","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":341,"y0":431,"x1":395,"y1":431,"x2":395,"y2":473,"x3":341,"y3":473},"charText":"姓","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":346,"y0":478,"x1":393,"y1":479,"x2":393,"y2":515,"x3":346,"y3":515},"charText":"又","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":348,"y0":522,"x1":389,"y1":522,"x2":389,"y2":562,"x3":348,"y3":562},"charText":"必","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":345,"y0":563,"x1":390,"y1":563,"x2":390,"y2":612,"x3":346,"y3":612},"charText":"傍","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":351,"y0":615,"x1":387,"y1":615,"x2":387,"y2":654,"x3":351,"y3":654},"charText":"出","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":346,"y0":668,"x1":393,"y1":668,"x2":393,"y2":684,"x3":346,"y3":683},"charText":"一","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":348,"y0":699,"x1":391,"y1":700,"x2":391,"y2":736,"x3":348,"y3":736},"charText":"小","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":347,"y0":745,"x1":394,"y1":745,"x2":394,"y2":778,"x3":347,"y3":778},"charText":"人","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":345,"y0":779,"x1":390,"y1":779,"x2":389,"y2":824,"x3":344,"y3":823},"charText":"其","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":348,"y0":826,"x1":389,"y1":827,"x2":388,"y2":869,"x3":348,"y3":868},"charText":"間","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":342,"y0":869,"x1":393,"y1":870,"x2":393,"y2":911,"x3":341,"y3":911},"charText":"撥","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":284,"y0":40,"x1":333,"y1":40,"x2":332,"y2":83,"x3":283,"y3":83},"charText":"亂","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":284,"y0":85,"x1":328,"y1":85,"x2":328,"y2":124,"x3":284,"y3":123},"charText":"亦","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":281,"y0":128,"x1":329,"y1":129,"x2":328,"y2":164,"x3":280,"y3":163},"charText":"如","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":283,"y0":168,"x1":328,"y1":168,"x2":328,"y2":216,"x3":283,"y3":216},"charText":"劇","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":286,"y0":215,"x1":323,"y1":216,"x2":323,"y2":262,"x3":287,"y3":262},"charText":"中","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":284,"y0":265,"x1":330,"y1":265,"x2":331,"y2":300,"x3":284,"y3":300},"charText":"之","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":285,"y0":305,"x1":327,"y1":305,"x2":327,"y2":341,"x3":286,"y3":341},"charText":"小","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":285,"y0":347,"x1":328,"y1":347,"x2":328,"y2":383,"x3":285,"y3":383},"charText":"丑","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":288,"y0":387,"x1":333,"y1":387,"x2":333,"y2":429,"x3":288,"y3":430},"charText":"然","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":283,"y0":436,"x1":330,"y1":436,"x2":330,"y2":473,"x3":283,"y3":473},"charText":"且","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":285,"y0":478,"x1":329,"y1":478,"x2":329,"y2":523,"x3":285,"y3":523},"charText":"𤨔","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":282,"y0":525,"x1":329,"y1":525,"x2":330,"y2":568,"x3":283,"y3":569},"charText":"婢","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":288,"y0":571,"x1":327,"y1":571,"x2":327,"y2":616,"x3":288,"y3":615},"charText":"開","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":290,"y0":620,"x1":333,"y1":620,"x2":333,"y2":648,"x3":290,"y3":647},"charText":"口","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":287,"y0":653,"x1":329,"y1":654,"x2":329,"y2":698,"x3":287,"y3":697},"charText":"即","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":284,"y0":697,"x1":327,"y1":698,"x2":327,"y2":743,"x3":283,"y3":742},"charText":"者","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":286,"y0":742,"x1":331,"y1":743,"x2":330,"y2":779,"x3":286,"y3":779},"charText":"也","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":285,"y0":786,"x1":331,"y1":786,"x2":331,"y2":819,"x3":285,"y3":818},"charText":"之","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":284,"y0":822,"x1":332,"y1":822,"x2":332,"y2":869,"x3":284,"y3":868},"charText":"乎","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":284,"y0":871,"x1":327,"y1":871,"x2":327,"y2":910,"x3":284,"y3":909},"charText":"非","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":225,"y0":39,"x1":272,"y1":40,"x2":272,"y2":79,"x3":224,"y3":79},"charText":"文","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":226,"y0":82,"x1":270,"y1":83,"x2":269,"y2":128,"x3":225,"y3":127},"charText":"即","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":224,"y0":129,"x1":273,"y1":130,"x2":272,"y2":169,"x3":224,"y3":169},"charText":"理","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":223,"y0":169,"x1":273,"y1":170,"x2":272,"y2":212,"x3":223,"y3":212},"charText":"故","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":223,"y0":217,"x1":270,"y1":217,"x2":270,"y2":259,"x3":223,"y3":259},"charText":"逐","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":223,"y0":272,"x1":269,"y1":272,"x2":270,"y2":287,"x3":223,"y3":287},"charText":"一","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":223,"y0":299,"x1":265,"y1":299,"x2":265,"y2":345,"x3":223,"y3":345},"charText":"看","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":223,"y0":345,"x1":272,"y1":345,"x2":272,"y2":386,"x3":223,"y3":386},"charText":"去","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":226,"y0":388,"x1":268,"y1":388,"x2":268,"y2":432,"x3":227,"y3":432},"charText":"悉","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":227,"y0":432,"x1":266,"y1":432,"x2":266,"y2":478,"x3":227,"y3":478},"charText":"皆","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":226,"y0":480,"x1":263,"y1":480,"x2":263,"y2":523,"x3":226,"y3":523},"charText":"自","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":221,"y0":523,"x1":267,"y1":523,"x2":267,"y2":563,"x3":221,"y3":563},"charText":"相","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":227,"y0":566,"x1":267,"y1":566,"x2":267,"y2":610,"x3":227,"y3":610},"charText":"矛","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":224,"y0":611,"x1":272,"y1":611,"x2":272,"y2":654,"x3":224,"y3":654},"charText":"盾","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":226,"y0":655,"x1":270,"y1":656,"x2":270,"y2":694,"x3":226,"y3":694},"charText":"大","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":225,"y0":699,"x1":267,"y1":700,"x2":267,"y2":738,"x3":225,"y3":737},"charText":"不","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":222,"y0":738,"x1":269,"y1":739,"x2":269,"y2":779,"x3":222,"y3":779},"charText":"近","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":223,"y0":781,"x1":268,"y1":781,"x2":268,"y2":830,"x3":223,"y3":829},"charText":"情","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":223,"y0":833,"x1":268,"y1":833,"x2":268,"y2":867,"x3":223,"y3":867},"charText":"理","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":222,"y0":873,"x1":270,"y1":873,"x2":270,"y2":908,"x3":222,"y3":908},"charText":"之","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":161,"y0":39,"x1":215,"y1":39,"x2":215,"y2":80,"x3":161,"y3":80},"charText":"説","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":162,"y0":80,"x1":210,"y1":80,"x2":210,"y2":127,"x3":162,"y3":126},"charText":"竟","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":163,"y0":129,"x1":206,"y1":130,"x2":206,"y2":168,"x3":163,"y3":167},"charText":"不","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":158,"y0":174,"x1":209,"y1":174,"x2":209,"y2":210,"x3":158,"y3":210},"charText":"如","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":161,"y0":212,"x1":210,"y1":212,"x2":209,"y2":256,"x3":160,"y3":256},"charText":"我","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":163,"y0":258,"x1":206,"y1":258,"x2":206,"y2":306,"x3":162,"y3":306},"charText":"半","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":161,"y0":306,"x1":207,"y1":306,"x2":207,"y2":344,"x3":161,"y3":344},"charText":"世","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":160,"y0":346,"x1":211,"y1":346,"x2":211,"y2":387,"x3":160,"y3":387},"charText":"親","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":163,"y0":387,"x1":210,"y1":387,"x2":210,"y2":431,"x3":163,"y3":431},"charText":"睹","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":159,"y0":432,"x1":212,"y1":432,"x2":211,"y2":475,"x3":158,"y3":475},"charText":"親","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":165,"y0":478,"x1":207,"y1":478,"x2":206,"y2":524,"x3":165,"y3":524},"charText":"聞","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":165,"y0":524,"x1":208,"y1":524,"x2":208,"y2":566,"x3":166,"y3":566},"charText":"的","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":162,"y0":567,"x1":210,"y1":567,"x2":209,"y2":610,"x3":162,"y3":610},"charText":"這","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":161,"y0":610,"x1":211,"y1":611,"x2":210,"y2":653,"x3":160,"y3":653},"charText":"幾","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":161,"y0":655,"x1":208,"y1":655,"x2":208,"y2":695,"x3":161,"y3":694},"charText":"個","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":159,"y0":699,"x1":210,"y1":700,"x2":210,"y2":734,"x3":159,"y3":733},"charText":"女","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":161,"y0":739,"x1":213,"y1":739,"x2":213,"y2":782,"x3":161,"y3":782},"charText":"子","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":163,"y0":784,"x1":210,"y1":784,"x2":210,"y2":826,"x3":162,"y3":826},"charText":"雖","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":163,"y0":829,"x1":206,"y1":829,"x2":206,"y2":866,"x3":162,"y3":866},"charText":"不","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":158,"y0":868,"x1":210,"y1":869,"x2":209,"y2":912,"x3":158,"y3":911},"charText":"敢","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":98,"y0":40,"x1":150,"y1":40,"x2":150,"y2":81,"x3":98,"y3":80},"charText":"説","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":103,"y0":82,"x1":147,"y1":82,"x2":146,"y2":124,"x3":102,"y3":124},"charText":"強","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":97,"y0":129,"x1":148,"y1":129,"x2":147,"y2":165,"x3":96,"y3":165},"charText":"似","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":98,"y0":169,"x1":147,"y1":169,"x2":147,"y2":217,"x3":98,"y3":217},"charText":"前","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":98,"y0":218,"x1":148,"y1":219,"x2":148,"y2":259,"x3":97,"y3":259},"charText":"代","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":100,"y0":258,"x1":148,"y1":259,"x2":147,"y2":303,"x3":100,"y3":302},"charText":"所","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":100,"y0":301,"x1":144,"y1":302,"x2":144,"y2":346,"x3":100,"y3":346},"charText":"有","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":99,"y0":345,"x1":142,"y1":346,"x2":142,"y2":390,"x3":99,"y3":390},"charText":"書","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":103,"y0":390,"x1":142,"y1":391,"x2":142,"y2":438,"x3":103,"y3":438},"charText":"中","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":100,"y0":440,"x1":149,"y1":440,"x2":149,"y2":475,"x3":100,"y3":475},"charText":"之","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":99,"y0":479,"x1":151,"y1":480,"x2":151,"y2":518,"x3":99,"y3":518},"charText":"人","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":97,"y0":524,"x1":147,"y1":524,"x2":147,"y2":561,"x3":97,"y3":560},"charText":"但","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":101,"y0":560,"x1":142,"y1":561,"x2":142,"y2":615,"x3":101,"y3":615},"charText":"事","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":99,"y0":615,"x1":147,"y1":615,"x2":147,"y2":656,"x3":99,"y3":656},"charText":"跡","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":100,"y0":658,"x1":143,"y1":658,"x2":143,"y2":699,"x3":100,"y3":699},"charText":"原","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":97,"y0":701,"x1":148,"y1":701,"x2":148,"y2":741,"x3":97,"y3":741},"charText":"委","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":100,"y0":743,"x1":145,"y1":744,"x2":145,"y2":783,"x3":100,"y3":783},"charText":"亦","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":101,"y0":786,"x1":144,"y1":786,"x2":144,"y2":828,"x3":101,"y3":828},"charText":"可","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":102,"y0":833,"x1":145,"y1":833,"x2":145,"y2":864,"x3":102,"y3":864},"charText":"以","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":102,"y0":867,"x1":143,"y1":867,"x2":143,"y2":912,"x3":102,"y3":911},"charText":"消","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":35,"y0":38,"x1":87,"y1":38,"x2":87,"y2":82,"x3":35,"y3":82},"charText":"愁","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":34,"y0":83,"x1":89,"y1":83,"x2":88,"y2":125,"x3":33,"y3":125},"charText":"破","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":127,"x1":84,"y1":128,"x2":84,"y2":174,"x3":40,"y3":174},"charText":"悶","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":38,"y0":174,"x1":88,"y1":174,"x2":88,"y2":213,"x3":38,"y3":213},"charText":"也","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":34,"y0":215,"x1":79,"y1":216,"x2":78,"y2":261,"x3":33,"y3":261},"charText":"有","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":33,"y0":260,"x1":83,"y1":260,"x2":83,"y2":306,"x3":33,"y3":306},"charText":"幾","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":35,"y0":306,"x1":80,"y1":306,"x2":80,"y2":348,"x3":35,"y3":348},"charText":"首","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":35,"y0":350,"x1":78,"y1":350,"x2":78,"y2":390,"x3":35,"y3":390},"charText":"歪","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":32,"y0":389,"x1":83,"y1":389,"x2":83,"y2":436,"x3":33,"y3":436},"charText":"詩","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":33,"y0":435,"x1":81,"y1":435,"x2":81,"y2":479,"x3":34,"y3":479},"charText":"熟","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":32,"y0":483,"x1":88,"y1":483,"x2":88,"y2":526,"x3":32,"y3":527},"charText":"詞","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":35,"y0":529,"x1":80,"y1":529,"x2":81,"y2":573,"x3":36,"y3":574},"charText":"可","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":37,"y0":577,"x1":80,"y1":577,"x2":80,"y2":608,"x3":37,"y3":608},"charText":"以","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":36,"y0":608,"x1":82,"y1":608,"x2":82,"y2":658,"x3":36,"y3":658},"charText":"噴","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":31,"y0":658,"x1":87,"y1":658,"x2":86,"y2":698,"x3":31,"y3":698},"charText":"飯","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":31,"y0":700,"x1":84,"y1":701,"x2":83,"y2":743,"x3":31,"y3":742},"charText":"供","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":35,"y0":746,"x1":88,"y1":746,"x2":88,"y2":786,"x3":35,"y3":786},"charText":"酒","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":34,"y0":787,"x1":80,"y1":787,"x2":80,"y2":824,"x3":34,"y3":824},"charText":"至","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":34,"y0":825,"x1":79,"y1":825,"x2":79,"y2":870,"x3":33,"y3":870},"charText":"若","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":36,"y0":871,"x1":84,"y1":871,"x2":83,"y2":912,"x3":35,"y3":912},"charText":"離","textlineId":8,"picUri":"","isPicText":false}]},"7501933907890372649":{"wordBoxList":[{"charPoly":{"x0":531,"y0":146,"x1":582,"y1":147,"x2":582,"y2":186,"x3":530,"y3":185},"charText":"合","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":532,"y0":189,"x1":578,"y1":189,"x2":578,"y2":234,"x3":532,"y3":233},"charText":"悲","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":527,"y0":234,"x1":582,"y1":234,"x2":582,"y2":280,"x3":526,"y3":279},"charText":"歡","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":526,"y0":282,"x1":580,"y1":282,"x2":580,"y2":323,"x3":526,"y3":322},"charText":"興","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":528,"y0":322,"x1":578,"y1":323,"x2":578,"y2":371,"x3":528,"y3":371},"charText":"衰","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":529,"y0":374,"x1":581,"y1":374,"x2":581,"y2":416,"x3":529,"y3":415},"charText":"際","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":528,"y0":416,"x1":580,"y1":417,"x2":580,"y2":457,"x3":528,"y3":457},"charText":"遇","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":531,"y0":458,"x1":574,"y1":459,"x2":574,"y2":502,"x3":531,"y3":502},"charText":"則","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":533,"y0":504,"x1":577,"y1":504,"x2":578,"y2":538,"x3":533,"y3":538},"charText":"又","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":529,"y0":540,"x1":578,"y1":540,"x2":578,"y2":587,"x3":528,"y3":586},"charText":"追","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":529,"y0":588,"x1":575,"y1":588,"x2":574,"y2":632,"x3":528,"y3":631},"charText":"踪","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":527,"y0":635,"x1":577,"y1":636,"x2":576,"y2":683,"x3":526,"y3":682},"charText":"躡","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":527,"y0":685,"x1":577,"y1":686,"x2":577,"y2":725,"x3":527,"y3":725},"charText":"蹄","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":527,"y0":728,"x1":573,"y1":729,"x2":573,"y2":763,"x3":526,"y3":763},"charText":"不","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":523,"y0":764,"x1":577,"y1":765,"x2":576,"y2":807,"x3":523,"y3":806},"charText":"敢","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":523,"y0":807,"x1":572,"y1":808,"x2":572,"y2":854,"x3":523,"y3":853},"charText":"稍","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":525,"y0":856,"x1":573,"y1":857,"x2":573,"y2":888,"x3":525,"y3":887},"charText":"加","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":529,"y0":887,"x1":572,"y1":888,"x2":572,"y2":936,"x3":529,"y3":935},"charText":"穿","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":522,"y0":935,"x1":574,"y1":936,"x2":573,"y2":983,"x3":521,"y3":982},"charText":"鑿","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":524,"y0":982,"x1":573,"y1":983,"x2":572,"y2":1027,"x3":523,"y3":1027},"charText":"徒","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":494,"y0":3,"x1":524,"y1":3,"x2":524,"y2":26,"x3":494,"y3":26},"charText":"徒","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":496,"y0":26,"x1":523,"y1":27,"x2":523,"y2":50,"x3":496,"y3":49},"charText":"為","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":497,"y0":51,"x1":522,"y1":51,"x2":522,"y2":72,"x3":496,"y3":72},"charText":"哄","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":499,"y0":73,"x1":524,"y1":73,"x2":523,"y2":95,"x3":497,"y3":95},"charText":"人","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":494,"y0":94,"x1":525,"y1":94,"x2":526,"y2":119,"x3":494,"y3":119},"charText":"之","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":468,"y0":8,"x1":486,"y1":8,"x2":487,"y2":26,"x3":469,"y3":26},"charText":"日","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":466,"y0":29,"x1":490,"y1":30,"x2":490,"y2":50,"x3":466,"y3":49},"charText":"以","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":466,"y0":51,"x1":491,"y1":52,"x2":490,"y2":73,"x3":466,"y3":73},"charText":"下","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":468,"y0":73,"x1":490,"y1":74,"x2":490,"y2":93,"x3":469,"y3":93},"charText":"百","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":466,"y0":93,"x1":497,"y1":94,"x2":496,"y2":120,"x3":465,"y3":120},"charText":"餘","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":471,"y0":147,"x1":518,"y1":148,"x2":518,"y2":192,"x3":471,"y3":191},"charText":"為","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":469,"y0":192,"x1":519,"y1":193,"x2":518,"y2":232,"x3":469,"y3":231},"charText":"哄","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":469,"y0":237,"x1":518,"y1":238,"x2":518,"y2":272,"x3":469,"y3":271},"charText":"人","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":469,"y0":279,"x1":517,"y1":280,"x2":517,"y2":318,"x3":469,"y3":317},"charText":"之","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":478,"y0":327,"x1":518,"y1":327,"x2":518,"y2":363,"x3":477,"y3":363},"charText":"目","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":471,"y0":371,"x1":516,"y1":372,"x2":516,"y2":408,"x3":471,"y3":407},"charText":"而","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":469,"y0":413,"x1":515,"y1":413,"x2":515,"y2":452,"x3":469,"y3":452},"charText":"反","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":469,"y0":451,"x1":511,"y1":452,"x2":511,"y2":494,"x3":469,"y3":494},"charText":"失","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":466,"y0":494,"x1":514,"y1":494,"x2":514,"y2":539,"x3":466,"y3":539},"charText":"其","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":467,"y0":540,"x1":514,"y1":540,"x2":514,"y2":587,"x3":467,"y3":587},"charText":"真","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":465,"y0":587,"x1":516,"y1":587,"x2":515,"y2":635,"x3":465,"y3":635},"charText":"傳","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":465,"y0":634,"x1":517,"y1":635,"x2":516,"y2":681,"x3":465,"y3":680},"charText":"者","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":467,"y0":683,"x1":516,"y1":684,"x2":515,"y2":723,"x3":467,"y3":722},"charText":"今","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":467,"y0":727,"x1":514,"y1":727,"x2":514,"y2":761,"x3":467,"y3":761},"charText":"之","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":469,"y0":766,"x1":515,"y1":767,"x2":515,"y2":805,"x3":469,"y3":805},"charText":"幾","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":468,"y0":805,"x1":513,"y1":806,"x2":513,"y2":852,"x3":468,"y3":852},"charText":"貧","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":464,"y0":853,"x1":511,"y1":854,"x2":510,"y2":900,"x3":464,"y3":899},"charText":"者","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":475,"y0":902,"x1":503,"y1":902,"x2":503,"y2":934,"x3":475,"y3":934},"charText":"日","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":468,"y0":935,"x1":511,"y1":935,"x2":511,"y2":979,"x3":467,"y3":979},"charText":"為","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":463,"y0":980,"x1":511,"y1":981,"x2":511,"y2":1025,"x3":462,"y3":1024},"charText":"衣","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":432,"y0":2,"x1":457,"y1":3,"x2":458,"y2":26,"x3":432,"y3":25},"charText":"字","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":431,"y0":25,"x1":459,"y1":26,"x2":460,"y2":47,"x3":432,"y3":46},"charText":"今","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":435,"y0":48,"x1":460,"y1":48,"x2":459,"y2":69,"x3":435,"y3":69},"charText":"本","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":437,"y0":71,"x1":460,"y1":72,"x2":460,"y2":94,"x3":437,"y3":94},"charText":"無","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":435,"y0":92,"x1":457,"y1":92,"x2":457,"y2":118,"x3":435,"y3":118},"charText":"有","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":405,"y0":3,"x1":426,"y1":3,"x2":427,"y2":25,"x3":405,"y3":24},"charText":"殊","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":406,"y0":24,"x1":426,"y1":24,"x2":427,"y2":46,"x3":406,"y3":46},"charText":"覺","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":405,"y0":47,"x1":429,"y1":47,"x2":429,"y2":69,"x3":406,"y3":69},"charText":"不","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":404,"y0":72,"x1":430,"y1":72,"x2":430,"y2":98,"x3":404,"y3":98},"charText":"合","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":408,"y0":148,"x1":459,"y1":149,"x2":458,"y2":194,"x3":408,"y3":193},"charText":"食","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":408,"y0":195,"x1":458,"y1":196,"x2":457,"y2":235,"x3":407,"y3":235},"charText":"所","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":413,"y0":235,"x1":458,"y1":236,"x2":458,"y2":280,"x3":413,"y3":280},"charText":"累","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":408,"y0":281,"x1":453,"y1":282,"x2":452,"y2":326,"x3":408,"y3":325},"charText":"富","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":405,"y0":326,"x1":451,"y1":327,"x2":451,"y2":371,"x3":405,"y3":370},"charText":"者","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":408,"y0":372,"x1":454,"y1":373,"x2":454,"y2":407,"x3":408,"y3":407},"charText":"又","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":407,"y0":406,"x1":452,"y1":406,"x2":452,"y2":454,"x3":408,"y3":454},"charText":"懐","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":407,"y0":457,"x1":452,"y1":458,"x2":452,"y2":494,"x3":407,"y3":493},"charText":"不","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":406,"y0":496,"x1":454,"y1":496,"x2":454,"y2":539,"x3":406,"y3":538},"charText":"足","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":406,"y0":542,"x1":454,"y1":543,"x2":454,"y2":581,"x3":406,"y3":580},"charText":"之","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":408,"y0":590,"x1":456,"y1":590,"x2":456,"y2":625,"x3":408,"y3":624},"charText":"心","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":407,"y0":630,"x1":455,"y1":631,"x2":455,"y2":678,"x3":407,"y3":677},"charText":"總","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":406,"y0":690,"x1":453,"y1":691,"x2":454,"y2":707,"x3":407,"y3":706},"charText":"一","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":407,"y0":712,"x1":453,"y1":713,"x2":453,"y2":764,"x3":407,"y3":763},"charText":"時","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":402,"y0":764,"x1":449,"y1":765,"x2":449,"y2":809,"x3":402,"y3":809},"charText":"稍","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":407,"y0":811,"x1":455,"y1":811,"x2":455,"y2":854,"x3":407,"y3":853},"charText":"閑","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":407,"y0":857,"x1":453,"y1":858,"x2":452,"y2":890,"x3":407,"y3":889},"charText":"乂","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":404,"y0":890,"x1":447,"y1":891,"x2":446,"y2":935,"x3":403,"y3":935},"charText":"有","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":403,"y0":934,"x1":453,"y1":935,"x2":452,"y2":981,"x3":402,"y3":980},"charText":"貪","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":404,"y0":981,"x1":450,"y1":982,"x2":450,"y2":1024,"x3":404,"y3":1024},"charText":"淫","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":348,"y0":147,"x1":393,"y1":147,"x2":393,"y2":190,"x3":348,"y3":190},"charText":"戀","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":352,"y0":191,"x1":397,"y1":191,"x2":397,"y2":231,"x3":352,"y3":231},"charText":"色","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":344,"y0":234,"x1":394,"y1":235,"x2":394,"y2":275,"x3":344,"y3":275},"charText":"好","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":346,"y0":276,"x1":391,"y1":277,"x2":391,"y2":324,"x3":346,"y3":324},"charText":"貨","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":346,"y0":325,"x1":392,"y1":326,"x2":392,"y2":373,"x3":346,"y3":372},"charText":"尋","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":342,"y0":371,"x1":392,"y1":372,"x2":391,"y2":416,"x3":342,"y3":416},"charText":"愁","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":345,"y0":417,"x1":394,"y1":417,"x2":394,"y2":449,"x3":345,"y3":449},"charText":"之","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":345,"y0":448,"x1":396,"y1":449,"x2":396,"y2":501,"x3":344,"y3":501},"charText":"事","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":344,"y0":503,"x1":393,"y1":503,"x2":392,"y2":545,"x3":344,"y3":545},"charText":"那","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":342,"y0":546,"x1":392,"y1":546,"x2":392,"y2":585,"x3":342,"y3":585},"charText":"裡","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":343,"y0":587,"x1":389,"y1":587,"x2":389,"y2":633,"x3":343,"y3":632},"charText":"有","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":345,"y0":637,"x1":390,"y1":637,"x2":390,"y2":666,"x3":345,"y3":666},"charText":"工","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":346,"y0":669,"x1":393,"y1":669,"x2":393,"y2":713,"x3":346,"y3":713},"charText":"夫","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":342,"y0":713,"x1":389,"y1":713,"x2":389,"y2":755,"x3":342,"y3":755},"charText":"去","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":344,"y0":757,"x1":389,"y1":757,"x2":388,"y2":806,"x3":343,"y3":806},"charText":"看","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":343,"y0":808,"x1":391,"y1":809,"x2":391,"y2":853,"x3":343,"y3":852},"charText":"那","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":345,"y0":854,"x1":390,"y1":855,"x2":390,"y2":890,"x3":345,"y3":890},"charText":"理","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":345,"y0":892,"x1":389,"y1":892,"x2":389,"y2":931,"x3":345,"y3":931},"charText":"治","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":343,"y0":934,"x1":392,"y1":935,"x2":392,"y2":970,"x3":343,"y3":969},"charText":"之","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":342,"y0":971,"x1":392,"y1":971,"x2":392,"y2":1023,"x3":341,"y3":1022},"charText":"書","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":286,"y0":146,"x1":336,"y1":147,"x2":336,"y2":189,"x3":286,"y3":189},"charText":"所","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":287,"y0":194,"x1":333,"y1":195,"x2":333,"y2":224,"x3":287,"y3":224},"charText":"以","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":284,"y0":227,"x1":334,"y1":228,"x2":333,"y2":273,"x3":283,"y3":273},"charText":"我","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":284,"y0":277,"x1":334,"y1":278,"x2":334,"y2":322,"x3":284,"y3":321},"charText":"這","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":284,"y0":337,"x1":332,"y1":338,"x2":333,"y2":354,"x3":285,"y3":354},"charText":"一","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":282,"y0":366,"x1":334,"y1":367,"x2":333,"y2":408,"x3":281,"y3":407},"charText":"投","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":284,"y0":408,"x1":335,"y1":408,"x2":335,"y2":460,"x3":283,"y3":459},"charText":"事","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":284,"y0":461,"x1":332,"y1":461,"x2":332,"y2":496,"x3":284,"y3":496},"charText":"也","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":283,"y0":499,"x1":328,"y1":499,"x2":328,"y2":537,"x3":283,"y3":536},"charText":"不","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":283,"y0":539,"x1":329,"y1":539,"x2":329,"y2":585,"x3":283,"y3":584},"charText":"愿","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":280,"y0":587,"x1":331,"y1":587,"x2":330,"y2":627,"x3":280,"y3":626},"charText":"世","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":284,"y0":632,"x1":331,"y1":632,"x2":332,"y2":665,"x3":284,"y3":665},"charText":"人","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":280,"y0":671,"x1":332,"y1":671,"x2":332,"y2":716,"x3":280,"y3":716},"charText":"稱","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":282,"y0":716,"x1":330,"y1":717,"x2":330,"y2":760,"x3":282,"y3":760},"charText":"竒","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":282,"y0":762,"x1":331,"y1":762,"x2":331,"y2":803,"x3":282,"y3":803},"charText":"道","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":279,"y0":804,"x1":333,"y1":805,"x2":332,"y2":848,"x3":278,"y3":847},"charText":"妙","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":282,"y0":850,"x1":330,"y1":851,"x2":330,"y2":888,"x3":282,"y3":887},"charText":"也","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":282,"y0":892,"x1":326,"y1":893,"x2":325,"y2":930,"x3":282,"y3":929},"charText":"不","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":277,"y0":931,"x1":329,"y1":932,"x2":328,"y2":974,"x3":276,"y3":973},"charText":"要","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":277,"y0":975,"x1":328,"y1":976,"x2":327,"y2":1017,"x3":277,"y3":1016},"charText":"世","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":226,"y0":148,"x1":274,"y1":149,"x2":274,"y2":181,"x3":225,"y3":181},"charText":"人","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":223,"y0":180,"x1":272,"y1":181,"x2":271,"y2":230,"x3":222,"y3":229},"charText":"喜","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":225,"y0":231,"x1":275,"y1":231,"x2":275,"y2":272,"x3":225,"y3":272},"charText":"悦","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":222,"y0":274,"x1":274,"y1":274,"x2":273,"y2":317,"x3":222,"y3":316},"charText":"檢","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":221,"y0":318,"x1":275,"y1":319,"x2":275,"y2":371,"x3":220,"y3":370},"charText":"讀","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":228,"y0":372,"x1":266,"y1":373,"x2":266,"y2":406,"x3":228,"y3":405},"charText":"只","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":224,"y0":407,"x1":270,"y1":407,"x2":270,"y2":451,"x3":223,"y3":451},"charText":"愿","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":220,"y0":454,"x1":272,"y1":454,"x2":272,"y2":494,"x3":220,"y3":493},"charText":"他","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":221,"y0":496,"x1":270,"y1":497,"x2":270,"y2":538,"x3":221,"y3":537},"charText":"們","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":225,"y0":538,"x1":269,"y1":539,"x2":269,"y2":584,"x3":225,"y3":584},"charText":"當","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":224,"y0":587,"x1":269,"y1":588,"x2":269,"y2":628,"x3":224,"y3":628},"charText":"那","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":221,"y0":631,"x1":270,"y1":631,"x2":270,"y2":675,"x3":221,"y3":675},"charText":"醉","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":222,"y0":677,"x1":271,"y1":677,"x2":271,"y2":719,"x3":222,"y3":718},"charText":"飽","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":225,"y0":719,"x1":267,"y1":719,"x2":267,"y2":759,"x3":225,"y3":759},"charText":"淫","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":225,"y0":760,"x1":267,"y1":761,"x2":267,"y2":802,"x3":225,"y3":802},"charText":"卧","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":223,"y0":805,"x1":270,"y1":806,"x2":270,"y2":838,"x3":222,"y3":838},"charText":"之","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":223,"y0":840,"x1":271,"y1":840,"x2":271,"y2":888,"x3":223,"y3":888},"charText":"時","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":224,"y0":887,"x1":270,"y1":888,"x2":269,"y2":930,"x3":224,"y3":930},"charText":"或","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":219,"y0":931,"x1":267,"y1":932,"x2":267,"y2":974,"x3":218,"y3":973},"charText":"避","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":218,"y0":976,"x1":266,"y1":977,"x2":265,"y2":1019,"x3":217,"y3":1018},"charText":"世","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":163,"y0":147,"x1":210,"y1":147,"x2":210,"y2":188,"x3":163,"y3":188},"charText":"去","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":164,"y0":190,"x1":212,"y1":190,"x2":212,"y2":237,"x3":164,"y3":236},"charText":"愁","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":165,"y0":239,"x1":213,"y1":240,"x2":213,"y2":272,"x3":165,"y3":272},"charText":"之","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":165,"y0":275,"x1":215,"y1":275,"x2":215,"y2":319,"x3":165,"y3":319},"charText":"際","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":162,"y0":321,"x1":211,"y1":322,"x2":211,"y2":363,"x3":161,"y3":362},"charText":"把","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":160,"y0":366,"x1":211,"y1":366,"x2":211,"y2":405,"x3":160,"y3":404},"charText":"此","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":161,"y0":419,"x1":208,"y1":420,"x2":209,"y2":435,"x3":161,"y3":435},"charText":"一","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":162,"y0":451,"x1":212,"y1":452,"x2":212,"y2":490,"x3":162,"y3":490},"charText":"玩","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":163,"y0":491,"x1":208,"y1":492,"x2":208,"y2":538,"x3":163,"y3":538},"charText":"豈","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":162,"y0":541,"x1":206,"y1":542,"x2":206,"y2":581,"x3":162,"y3":581},"charText":"不","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":162,"y0":582,"x1":205,"y1":582,"x2":205,"y2":628,"x3":162,"y3":628},"charText":"省","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":167,"y0":630,"x1":203,"y1":631,"x2":203,"y2":671,"x3":167,"y3":670},"charText":"了","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":162,"y0":671,"x1":211,"y1":671,"x2":211,"y2":710,"x3":162,"y3":709},"charText":"此","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":159,"y0":711,"x1":207,"y1":711,"x2":206,"y2":762,"x3":159,"y3":762},"charText":"夀","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":159,"y0":762,"x1":211,"y1":762,"x2":211,"y2":805,"x3":159,"y3":805},"charText":"命","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":164,"y0":806,"x1":207,"y1":807,"x2":207,"y2":853,"x3":164,"y3":852},"charText":"筋","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":168,"y0":853,"x1":211,"y1":853,"x2":211,"y2":889,"x3":167,"y3":888},"charText":"加","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":159,"y0":889,"x1":210,"y1":890,"x2":209,"y2":930,"x3":159,"y3":930},"charText":"就","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":164,"y0":931,"x1":208,"y1":932,"x2":208,"y2":968,"x3":164,"y3":967},"charText":"比","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":159,"y0":975,"x1":207,"y1":976,"x2":206,"y2":1020,"x3":158,"y3":1019},"charText":"那","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":101,"y0":146,"x1":151,"y1":146,"x2":152,"y2":188,"x3":101,"y3":188},"charText":"謀","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":103,"y0":189,"x1":151,"y1":189,"x2":151,"y2":232,"x3":103,"y3":232},"charText":"虚","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":103,"y0":233,"x1":152,"y1":233,"x2":152,"y2":273,"x3":103,"y3":273},"charText":"逐","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":100,"y0":274,"x1":155,"y1":275,"x2":154,"y2":320,"x3":100,"y3":319},"charText":"妄","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":100,"y0":319,"x1":151,"y1":320,"x2":151,"y2":368,"x3":100,"y3":367},"charText":"却","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":103,"y0":369,"x1":150,"y1":369,"x2":150,"y2":407,"x3":103,"y3":406},"charText":"也","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":102,"y0":408,"x1":144,"y1":408,"x2":144,"y2":454,"x3":102,"y3":454},"charText":"省","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":107,"y0":455,"x1":140,"y1":456,"x2":141,"y2":494,"x3":108,"y3":494},"charText":"了","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":106,"y0":503,"x1":141,"y1":503,"x2":142,"y2":531,"x3":107,"y3":531},"charText":"口","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":99,"y0":538,"x1":147,"y1":538,"x2":148,"y2":578,"x3":100,"y3":578},"charText":"舌","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":102,"y0":580,"x1":149,"y1":580,"x2":149,"y2":623,"x3":102,"y3":624},"charText":"是","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":103,"y0":627,"x1":148,"y1":627,"x2":148,"y2":668,"x3":104,"y3":668},"charText":"非","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":103,"y0":673,"x1":149,"y1":673,"x2":149,"y2":708,"x3":103,"y3":707},"charText":"之","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":103,"y0":710,"x1":151,"y1":710,"x2":151,"y2":755,"x3":103,"y3":755},"charText":"额","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":101,"y0":759,"x1":149,"y1":759,"x2":149,"y2":798,"x3":101,"y3":798},"charText":"腿","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":101,"y0":799,"x1":149,"y1":799,"x2":149,"y2":845,"x3":101,"y3":844},"charText":"脚","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":103,"y0":844,"x1":150,"y1":845,"x2":149,"y2":895,"x3":103,"y3":894},"charText":"奔","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":100,"y0":894,"x1":145,"y1":894,"x2":145,"y2":933,"x3":100,"y3":932},"charText":"忙","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":101,"y0":934,"x1":148,"y1":935,"x2":147,"y2":967,"x3":100,"y3":966},"charText":"之","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":97,"y0":970,"x1":150,"y1":971,"x2":148,"y2":1017,"x3":96,"y3":1016},"charText":"苦","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":37,"y0":147,"x1":91,"y1":147,"x2":91,"y2":187,"x3":37,"y3":187},"charText":"再","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":38,"y0":188,"x1":89,"y1":188,"x2":89,"y2":233,"x3":38,"y3":232},"charText":"者","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":39,"y0":233,"x1":89,"y1":234,"x2":89,"y2":274,"x3":39,"y3":274},"charText":"亦","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":38,"y0":276,"x1":92,"y1":277,"x2":92,"y2":316,"x3":37,"y3":316},"charText":"令","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":37,"y0":321,"x1":90,"y1":322,"x2":90,"y2":362,"x3":37,"y3":361},"charText":"世","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":39,"y0":366,"x1":90,"y1":367,"x2":90,"y2":401,"x3":39,"y3":400},"charText":"人","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":37,"y0":403,"x1":89,"y1":404,"x2":89,"y2":449,"x3":36,"y3":448},"charText":"換","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":36,"y0":451,"x1":89,"y1":452,"x2":89,"y2":497,"x3":35,"y3":497},"charText":"新","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":499,"x1":87,"y1":499,"x2":87,"y2":539,"x3":40,"y3":539},"charText":"眼","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":46,"y0":545,"x1":89,"y1":545,"x2":90,"y2":581,"x3":46,"y3":581},"charText":"目","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":40,"y0":585,"x1":85,"y1":585,"x2":85,"y2":624,"x3":40,"y3":623},"charText":"不","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":42,"y0":629,"x1":90,"y1":630,"x2":90,"y2":665,"x3":42,"y3":665},"charText":"比","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":39,"y0":671,"x1":88,"y1":671,"x2":88,"y2":712,"x3":39,"y3":712},"charText":"那","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":42,"y0":713,"x1":88,"y1":713,"x2":89,"y2":753,"x3":42,"y3":753},"charText":"些","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":39,"y0":757,"x1":87,"y1":757,"x2":86,"y2":797,"x3":39,"y3":797},"charText":"胡","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":42,"y0":798,"x1":87,"y1":799,"x2":87,"y2":847,"x3":41,"y3":846},"charText":"牽","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":39,"y0":846,"x1":89,"y1":847,"x2":89,"y2":887,"x3":38,"y3":887},"charText":"亂","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":36,"y0":890,"x1":90,"y1":890,"x2":89,"y2":929,"x3":35,"y3":928},"charText":"拙","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":41,"y0":928,"x1":85,"y1":929,"x2":85,"y2":970,"x3":41,"y3":969},"charText":"忽","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":38,"y0":970,"x1":86,"y1":972,"x2":85,"y2":1016,"x3":37,"y3":1015},"charText":"離","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":7,"y0":197,"x1":29,"y1":197,"x2":29,"y2":237,"x3":7,"y3":237},"charText":"夏","textlineId":9,"picUri":"","isPicText":false},{"charPoly":{"x0":4,"y0":578,"x1":29,"y1":579,"x2":29,"y2":604,"x3":4,"y3":604},"charText":"回","textlineId":9,"picUri":"","isPicText":false}]},"7501933907890389033":{"wordBoxList":[{"charPoly":{"x0":520,"y0":31,"x1":563,"y1":32,"x2":563,"y2":73,"x3":520,"y3":73},"charText":"忽","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":516,"y0":75,"x1":567,"y1":76,"x2":566,"y2":115,"x3":516,"y3":115},"charText":"遇","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":518,"y0":116,"x1":563,"y1":117,"x2":562,"y2":160,"x3":518,"y3":160},"charText":"滿","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":516,"y0":163,"x1":564,"y1":163,"x2":564,"y2":202,"x3":516,"y3":202},"charText":"紙","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":519,"y0":204,"x1":557,"y1":204,"x2":557,"y2":249,"x3":519,"y3":249},"charText":"才","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":517,"y0":255,"x1":563,"y1":255,"x2":563,"y2":287,"x3":517,"y3":287},"charText":"人","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":517,"y0":292,"x1":565,"y1":293,"x2":565,"y2":333,"x3":516,"y3":333},"charText":"淑","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":512,"y0":339,"x1":565,"y1":340,"x2":565,"y2":376,"x3":511,"y3":375},"charText":"女","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":514,"y0":380,"x1":561,"y1":380,"x2":561,"y2":422,"x3":514,"y3":421},"charText":"子","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":513,"y0":424,"x1":564,"y1":424,"x2":564,"y2":467,"x3":513,"y3":466},"charText":"建","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":517,"y0":468,"x1":564,"y1":468,"x2":564,"y2":507,"x3":517,"y3":506},"charText":"文","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":514,"y0":513,"x1":565,"y1":513,"x2":565,"y2":555,"x3":513,"y3":555},"charText":"君","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":516,"y0":559,"x1":563,"y1":560,"x2":563,"y2":595,"x3":515,"y3":595},"charText":"紅","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":511,"y0":597,"x1":564,"y1":597,"x2":563,"y2":639,"x3":511,"y3":639},"charText":"娘","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":517,"y0":644,"x1":561,"y1":645,"x2":560,"y2":680,"x3":517,"y3":680},"charText":"小","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":514,"y0":686,"x1":559,"y1":687,"x2":559,"y2":720,"x3":514,"y3":720},"charText":"玉","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":512,"y0":722,"x1":563,"y1":722,"x2":562,"y2":774,"x3":512,"y3":774},"charText":"等","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":511,"y0":774,"x1":561,"y1":775,"x2":560,"y2":815,"x3":511,"y3":814},"charText":"通","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":510,"y0":814,"x1":562,"y1":815,"x2":561,"y2":852,"x3":509,"y3":851},"charText":"共","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":509,"y0":853,"x1":560,"y1":854,"x2":559,"y2":897,"x3":509,"y3":896},"charText":"熟","textlineId":0,"picUri":"","isPicText":false},{"charPoly":{"x0":453,"y0":27,"x1":506,"y1":28,"x2":506,"y2":77,"x3":452,"y3":76},"charText":"套","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":455,"y0":78,"x1":505,"y1":79,"x2":505,"y2":113,"x3":455,"y3":112},"charText":"之","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":455,"y0":112,"x1":500,"y1":113,"x2":499,"y2":162,"x3":455,"y3":161},"charText":"舊","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":452,"y0":162,"x1":506,"y1":162,"x2":506,"y2":205,"x3":452,"y3":205},"charText":"只","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":454,"y0":204,"x1":501,"y1":205,"x2":501,"y2":251,"x3":454,"y3":250},"charText":"我","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":457,"y0":252,"x1":501,"y1":253,"x2":501,"y2":295,"x3":457,"y3":295},"charText":"師","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":456,"y0":298,"x1":499,"y1":299,"x2":499,"y2":330,"x3":456,"y3":329},"charText":"以","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":458,"y0":333,"x1":501,"y1":334,"x2":501,"y2":377,"x3":457,"y3":377},"charText":"為","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":449,"y0":380,"x1":500,"y1":381,"x2":499,"y2":425,"x3":448,"y3":424},"charText":"何","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":448,"y0":428,"x1":504,"y1":429,"x2":503,"y2":463,"x3":448,"y3":463},"charText":"如","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":454,"y0":466,"x1":499,"y1":466,"x2":499,"y2":508,"x3":454,"y3":508},"charText":"空","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":454,"y0":511,"x1":500,"y1":511,"x2":499,"y2":551,"x3":454,"y3":551},"charText":"空","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":452,"y0":553,"x1":501,"y1":553,"x2":501,"y2":597,"x3":451,"y3":597},"charText":"道","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":452,"y0":600,"x1":500,"y1":600,"x2":500,"y2":633,"x3":452,"y3":633},"charText":"人","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":451,"y0":635,"x1":499,"y1":635,"x2":499,"y2":681,"x3":450,"y3":681},"charText":"聽","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":459,"y0":684,"x1":491,"y1":684,"x2":491,"y2":726,"x3":459,"y3":726},"charText":"了","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":453,"y0":727,"x1":501,"y1":728,"x2":501,"y2":766,"x3":452,"y3":766},"charText":"此","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":449,"y0":771,"x1":501,"y1":772,"x2":501,"y2":811,"x3":448,"y3":811},"charText":"語","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":455,"y0":814,"x1":497,"y1":815,"x2":497,"y2":853,"x3":454,"y3":853},"charText":"思","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":451,"y0":854,"x1":496,"y1":855,"x2":495,"y2":898,"x3":451,"y3":897},"charText":"忖","textlineId":1,"picUri":"","isPicText":false},{"charPoly":{"x0":392,"y0":28,"x1":437,"y1":28,"x2":437,"y2":75,"x3":392,"y3":75},"charText":"半","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":395,"y0":75,"x1":445,"y1":75,"x2":445,"y2":113,"x3":394,"y3":113},"charText":"晌","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":393,"y0":114,"x1":440,"y1":114,"x2":439,"y2":160,"x3":392,"y3":160},"charText":"将","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":392,"y0":162,"x1":442,"y1":162,"x2":442,"y2":204,"x3":392,"y3":204},"charText":"這","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":393,"y0":209,"x1":436,"y1":209,"x2":436,"y2":247,"x3":393,"y3":246},"charText":"石","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":393,"y0":251,"x1":439,"y1":251,"x2":439,"y2":294,"x3":393,"y3":294},"charText":"頭","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":391,"y0":295,"x1":443,"y1":296,"x2":443,"y2":334,"x3":390,"y3":334},"charText":"記","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":417,"y0":339,"x1":443,"y1":339,"x2":443,"y2":374,"x3":417,"y3":374},"charText":"本","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":388,"y0":344,"x1":415,"y1":344,"x2":415,"y2":374,"x3":388,"y3":374},"charText":"名","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":391,"y0":380,"x1":439,"y1":380,"x2":438,"y2":423,"x3":391,"y3":423},"charText":"再","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":392,"y0":428,"x1":437,"y1":428,"x2":437,"y2":465,"x3":392,"y3":465},"charText":"細","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":395,"y0":468,"x1":436,"y1":468,"x2":436,"y2":514,"x3":395,"y3":514},"charText":"閲","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":392,"y0":523,"x1":438,"y1":523,"x2":438,"y2":538,"x3":393,"y3":537},"charText":"一","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":392,"y0":550,"x1":443,"y1":550,"x2":442,"y2":596,"x3":391,"y3":596},"charText":"遍","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":399,"y0":600,"x1":436,"y1":600,"x2":436,"y2":640,"x3":399,"y3":640},"charText":"因","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":395,"y0":640,"x1":440,"y1":640,"x2":440,"y2":682,"x3":395,"y3":682},"charText":"見","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":392,"y0":684,"x1":437,"y1":685,"x2":437,"y2":720,"x3":392,"y3":720},"charText":"上","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":394,"y0":726,"x1":438,"y1":726,"x2":437,"y2":766,"x3":394,"y3":766},"charText":"面","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":391,"y0":768,"x1":439,"y1":768,"x2":438,"y2":810,"x3":390,"y3":810},"charText":"雖","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":392,"y0":810,"x1":434,"y1":811,"x2":434,"y2":855,"x3":392,"y3":854},"charText":"有","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":389,"y0":855,"x1":437,"y1":856,"x2":436,"y2":898,"x3":388,"y3":897},"charText":"指","textlineId":2,"picUri":"","isPicText":false},{"charPoly":{"x0":331,"y0":31,"x1":380,"y1":31,"x2":379,"y2":72,"x3":331,"y3":72},"charText":"奸","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":333,"y0":71,"x1":377,"y1":71,"x2":377,"y2":119,"x3":332,"y3":119},"charText":"責","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":331,"y0":119,"x1":383,"y1":119,"x2":383,"y2":161,"x3":331,"y3":160},"charText":"佞","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":334,"y0":162,"x1":383,"y1":162,"x2":383,"y2":203,"x3":333,"y3":203},"charText":"貶","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":337,"y0":205,"x1":378,"y1":206,"x2":378,"y2":249,"x3":337,"y3":249},"charText":"惡","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":331,"y0":250,"x1":381,"y1":250,"x2":381,"y2":296,"x3":331,"y3":296},"charText":"誅","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":332,"y0":297,"x1":377,"y1":298,"x2":377,"y2":342,"x3":331,"y3":341},"charText":"邪","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":334,"y0":343,"x1":381,"y1":343,"x2":381,"y2":376,"x3":334,"y3":376},"charText":"之","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":330,"y0":378,"x1":381,"y1":378,"x2":381,"y2":419,"x3":330,"y3":419},"charText":"語","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":331,"y0":423,"x1":376,"y1":424,"x2":376,"y2":465,"x3":331,"y3":465},"charText":"亦","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":334,"y0":468,"x1":377,"y1":468,"x2":377,"y2":510,"x3":333,"y3":509},"charText":"非","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":334,"y0":511,"x1":377,"y1":511,"x2":377,"y2":558,"x3":335,"y3":557},"charText":"罵","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":331,"y0":559,"x1":378,"y1":559,"x2":377,"y2":596,"x3":331,"y3":595},"charText":"世","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":333,"y0":600,"x1":381,"y1":601,"x2":380,"y2":635,"x3":333,"y3":634},"charText":"之","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":331,"y0":637,"x1":382,"y1":637,"x2":381,"y2":682,"x3":330,"y3":681},"charText":"㫖","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":333,"y0":684,"x1":380,"y1":685,"x2":380,"y2":723,"x3":333,"y3":723},"charText":"及","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":332,"y0":726,"x1":375,"y1":727,"x2":375,"y2":766,"x3":331,"y3":766},"charText":"至","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":330,"y0":768,"x1":373,"y1":769,"x2":373,"y2":809,"x3":329,"y3":809},"charText":"君","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":329,"y0":812,"x1":377,"y1":813,"x2":376,"y2":849,"x3":328,"y3":848},"charText":"仁","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":337,"y0":853,"x1":375,"y1":853,"x2":374,"y2":892,"x3":337,"y3":892},"charText":"臣","textlineId":3,"picUri":"","isPicText":false},{"charPoly":{"x0":283,"y0":29,"x1":324,"y1":29,"x2":324,"y2":75,"x3":283,"y3":75},"charText":"良","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":274,"y0":77,"x1":322,"y1":77,"x2":322,"y2":114,"x3":274,"y3":114},"charText":"父","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":274,"y0":113,"x1":321,"y1":113,"x2":321,"y2":162,"x3":274,"y3":162},"charText":"慈","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":272,"y0":165,"x1":319,"y1":165,"x2":319,"y2":205,"x3":272,"y3":204},"charText":"子","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":273,"y0":205,"x1":323,"y1":205,"x2":323,"y2":255,"x3":272,"y3":255},"charText":"孝","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":277,"y0":256,"x1":322,"y1":256,"x2":322,"y2":291,"x3":277,"y3":291},"charText":"凡","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":271,"y0":293,"x1":324,"y1":294,"x2":323,"y2":333,"x3":270,"y3":332},"charText":"倫","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":275,"y0":334,"x1":320,"y1":334,"x2":319,"y2":382,"x3":274,"y3":382},"charText":"常","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":273,"y0":382,"x1":319,"y1":382,"x2":319,"y2":424,"x3":273,"y3":423},"charText":"所","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":278,"y0":425,"x1":318,"y1":425,"x2":318,"y2":468,"x3":278,"y3":468},"charText":"闗","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":273,"y0":469,"x1":320,"y1":470,"x2":320,"y2":505,"x3":273,"y3":505},"charText":"之","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":272,"y0":508,"x1":321,"y1":508,"x2":321,"y2":551,"x3":272,"y3":551},"charText":"處","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":276,"y0":551,"x1":318,"y1":551,"x2":317,"y2":595,"x3":276,"y3":594},"charText":"皆","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":273,"y0":596,"x1":318,"y1":597,"x2":318,"y2":641,"x3":273,"y3":640},"charText":"是","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":269,"y0":641,"x1":318,"y1":642,"x2":317,"y2":685,"x3":268,"y3":685},"charText":"稱","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":271,"y0":688,"x1":314,"y1":688,"x2":314,"y2":724,"x3":271,"y3":723},"charText":"功","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":270,"y0":726,"x1":315,"y1":726,"x2":314,"y2":767,"x3":270,"y3":767},"charText":"頌","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":268,"y0":766,"x1":320,"y1":767,"x2":320,"y2":808,"x3":267,"y3":807},"charText":"徳","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":271,"y0":807,"x1":321,"y1":807,"x2":320,"y2":851,"x3":271,"y3":851},"charText":"眷","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":268,"y0":851,"x1":320,"y1":851,"x2":320,"y2":896,"x3":268,"y3":896},"charText":"眷","textlineId":4,"picUri":"","isPicText":false},{"charPoly":{"x0":213,"y0":28,"x1":264,"y1":28,"x2":264,"y2":70,"x3":212,"y3":70},"charText":"無","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":216,"y0":70,"x1":265,"y1":71,"x2":264,"y2":119,"x3":216,"y3":118},"charText":"窮","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":217,"y0":120,"x1":260,"y1":120,"x2":259,"y2":168,"x3":217,"y3":168},"charText":"實","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":217,"y0":168,"x1":260,"y1":169,"x2":259,"y2":207,"x3":217,"y3":206},"charText":"非","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":214,"y0":207,"x1":257,"y1":208,"x2":256,"y2":249,"x3":213,"y3":248},"charText":"别","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":214,"y0":247,"x1":257,"y1":247,"x2":257,"y2":295,"x3":214,"y3":295},"charText":"書","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":213,"y0":298,"x1":259,"y1":298,"x2":258,"y2":339,"x3":213,"y3":338},"charText":"可","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":217,"y0":341,"x1":262,"y1":341,"x2":262,"y2":374,"x3":217,"y3":374},"charText":"比","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":213,"y0":377,"x1":259,"y1":377,"x2":259,"y2":420,"x3":213,"y3":420},"charText":"雖","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":211,"y0":421,"x1":259,"y1":421,"x2":258,"y2":463,"x3":210,"y3":463},"charText":"其","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":216,"y0":463,"x1":255,"y1":463,"x2":255,"y2":509,"x3":216,"y3":508},"charText":"中","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":215,"y0":510,"x1":258,"y1":510,"x2":258,"y2":549,"x3":215,"y3":549},"charText":"大","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":211,"y0":551,"x1":256,"y1":552,"x2":255,"y2":593,"x3":210,"y3":593},"charText":"㫖","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":209,"y0":594,"x1":259,"y1":594,"x2":259,"y2":635,"x3":209,"y3":635},"charText":"談","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":213,"y0":635,"x1":261,"y1":635,"x2":260,"y2":685,"x3":212,"y3":685},"charText":"情","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":213,"y0":685,"x1":256,"y1":686,"x2":256,"y2":725,"x3":213,"y3":724},"charText":"亦","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":213,"y0":728,"x1":255,"y1":729,"x2":254,"y2":765,"x3":213,"y3":764},"charText":"不","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":209,"y0":767,"x1":257,"y1":767,"x2":257,"y2":806,"x3":209,"y3":805},"charText":"過","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":213,"y0":807,"x1":255,"y1":808,"x2":255,"y2":858,"x3":213,"y3":858},"charText":"實","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":208,"y0":858,"x1":257,"y1":859,"x2":257,"y2":898,"x3":208,"y3":898},"charText":"錄","textlineId":5,"picUri":"","isPicText":false},{"charPoly":{"x0":153,"y0":25,"x1":202,"y1":25,"x2":202,"y2":69,"x3":153,"y3":69},"charText":"其","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":157,"y0":68,"x1":205,"y1":68,"x2":205,"y2":120,"x3":156,"y3":119},"charText":"事","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":158,"y0":122,"x1":203,"y1":122,"x2":203,"y2":156,"x3":158,"y3":156},"charText":"又","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":155,"y0":159,"x1":199,"y1":159,"x2":199,"y2":203,"x3":154,"y3":202},"charText":"非","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":150,"y0":204,"x1":204,"y1":205,"x2":203,"y2":245,"x3":150,"y3":244},"charText":"假","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":151,"y0":246,"x1":203,"y1":246,"x2":203,"y2":290,"x3":151,"y3":290},"charText":"擬","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":150,"y0":290,"x1":201,"y1":290,"x2":201,"y2":332,"x3":149,"y3":332},"charText":"妄","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":150,"y0":333,"x1":204,"y1":334,"x2":203,"y2":378,"x3":150,"y3":377},"charText":"稱","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":151,"y0":388,"x1":200,"y1":389,"x2":201,"y2":406,"x3":151,"y3":405},"charText":"一","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":152,"y0":415,"x1":201,"y1":416,"x2":201,"y2":463,"x3":152,"y3":463},"charText":"味","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":151,"y0":463,"x1":197,"y1":463,"x2":197,"y2":504,"x3":151,"y3":503},"charText":"淫","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":149,"y0":505,"x1":198,"y1":505,"x2":198,"y2":551,"x3":149,"y3":551},"charText":"邀","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":151,"y0":551,"x1":201,"y1":551,"x2":201,"y2":594,"x3":151,"y3":594},"charText":"艶","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":152,"y0":595,"x1":202,"y1":595,"x2":202,"y2":640,"x3":152,"y3":640},"charText":"紹","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":148,"y0":641,"x1":196,"y1":642,"x2":196,"y2":680,"x3":148,"y3":679},"charText":"私","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":147,"y0":679,"x1":197,"y1":679,"x2":197,"y2":723,"x3":147,"y3":722},"charText":"討","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":149,"y0":724,"x1":200,"y1":724,"x2":200,"y2":767,"x3":149,"y3":767},"charText":"偷","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":150,"y0":767,"x1":196,"y1":768,"x2":196,"y2":808,"x3":150,"y3":808},"charText":"盟","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":151,"y0":812,"x1":200,"y1":813,"x2":199,"y2":848,"x3":151,"y3":847},"charText":"之","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":149,"y0":852,"x1":195,"y1":852,"x2":195,"y2":895,"x3":149,"y3":895},"charText":"可","textlineId":6,"picUri":"","isPicText":false},{"charPoly":{"x0":98,"y0":26,"x1":146,"y1":27,"x2":145,"y2":65,"x3":97,"y3":65},"charText":"比","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":101,"y0":69,"x1":138,"y1":69,"x2":138,"y2":109,"x3":101,"y3":108},"charText":"因","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":96,"y0":107,"x1":141,"y1":108,"x2":140,"y2":157,"x3":95,"y3":156},"charText":"毫","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":96,"y0":161,"x1":137,"y1":162,"x2":136,"y2":201,"x3":96,"y3":200},"charText":"不","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":94,"y0":203,"x1":134,"y1":204,"x2":134,"y2":245,"x3":94,"y3":245},"charText":"干","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":93,"y0":246,"x1":138,"y1":246,"x2":137,"y2":290,"x3":92,"y3":289},"charText":"渉","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":95,"y0":290,"x1":138,"y1":290,"x2":138,"y2":338,"x3":94,"y3":338},"charText":"時","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":92,"y0":338,"x1":142,"y1":339,"x2":142,"y2":374,"x3":92,"y3":374},"charText":"世","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":92,"y0":376,"x1":134,"y1":377,"x2":134,"y2":416,"x3":92,"y3":416},"charText":"方","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":90,"y0":418,"x1":140,"y1":418,"x2":140,"y2":460,"x3":90,"y3":460},"charText":"従","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":91,"y0":463,"x1":134,"y1":463,"x2":134,"y2":507,"x3":91,"y3":506},"charText":"頭","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":91,"y0":509,"x1":136,"y1":509,"x2":136,"y2":549,"x3":90,"y3":548},"charText":"至","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":90,"y0":551,"x1":141,"y1":551,"x2":141,"y2":594,"x3":89,"y3":594},"charText":"尾","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":91,"y0":594,"x1":136,"y1":595,"x2":135,"y2":637,"x3":91,"y3":636},"charText":"抄","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":90,"y0":640,"x1":137,"y1":640,"x2":137,"y2":684,"x3":90,"y3":684},"charText":"錄","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":94,"y0":688,"x1":135,"y1":688,"x2":135,"y2":721,"x3":94,"y3":720},"charText":"回","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":96,"y0":720,"x1":141,"y1":720,"x2":141,"y2":768,"x3":96,"y3":768},"charText":"来","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":96,"y0":769,"x1":135,"y1":769,"x2":135,"y2":810,"x3":96,"y3":809},"charText":"問","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":92,"y0":809,"x1":137,"y1":810,"x2":137,"y2":846,"x3":92,"y3":845},"charText":"世","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":90,"y0":845,"x1":139,"y1":846,"x2":138,"y2":893,"x3":89,"y3":893},"charText":"傳","textlineId":7,"picUri":"","isPicText":false},{"charPoly":{"x0":30,"y0":26,"x1":84,"y1":26,"x2":84,"y2":75,"x3":30,"y3":75},"charText":"竒","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":35,"y0":76,"x1":72,"y1":77,"x2":72,"y2":115,"x3":35,"y3":115},"charText":"因","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":32,"y0":114,"x1":75,"y1":114,"x2":75,"y2":154,"x3":32,"y3":154},"charText":"空","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":32,"y0":156,"x1":76,"y1":156,"x2":76,"y2":198,"x3":32,"y3":198},"charText":"見","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":35,"y0":199,"x1":80,"y1":199,"x2":80,"y2":242,"x3":35,"y3":242},"charText":"色","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":34,"y0":243,"x1":74,"y1":243,"x2":73,"y2":284,"x3":34,"y3":284},"charText":"由","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":35,"y0":285,"x1":78,"y1":286,"x2":77,"y2":327,"x3":35,"y3":327},"charText":"色","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":30,"y0":328,"x1":74,"y1":328,"x2":74,"y2":367,"x3":29,"y3":367},"charText":"生","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":28,"y0":366,"x1":81,"y1":367,"x2":80,"y2":419,"x3":27,"y3":418},"charText":"情","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":25,"y0":418,"x1":74,"y1":418,"x2":74,"y2":465,"x3":25,"y3":464},"charText":"傅","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":27,"y0":464,"x1":71,"y1":464,"x2":71,"y2":513,"x3":27,"y3":513},"charText":"情","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":28,"y0":517,"x1":75,"y1":517,"x2":75,"y2":543,"x3":28,"y3":543},"charText":"入","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":32,"y0":546,"x1":78,"y1":546,"x2":78,"y2":591,"x3":32,"y3":591},"charText":"色","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":31,"y0":593,"x1":67,"y1":593,"x2":67,"y2":635,"x3":31,"y3":635},"charText":"自","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":33,"y0":635,"x1":76,"y1":635,"x2":76,"y2":677,"x3":34,"y3":677},"charText":"色","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":30,"y0":680,"x1":78,"y1":680,"x2":78,"y2":721,"x3":30,"y3":721},"charText":"悟","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":30,"y0":724,"x1":80,"y1":724,"x2":80,"y2":764,"x3":30,"y3":764},"charText":"空","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":27,"y0":765,"x1":78,"y1":765,"x2":78,"y2":809,"x3":27,"y3":809},"charText":"遂","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":32,"y0":809,"x1":71,"y1":810,"x2":71,"y2":853,"x3":32,"y3":853},"charText":"易","textlineId":8,"picUri":"","isPicText":false},{"charPoly":{"x0":25,"y0":852,"x1":73,"y1":852,"x2":73,"y2":894,"x3":25,"y3":894},"charText":"名","textlineId":8,"picUri":"","isPicText":false}]}}}} \ No newline at end of file diff --git a/ocr/out/summary.json b/ocr/out/summary.json index 29d23e312e116f76f05bac6623e869ae4251b096..3df380605c82468d121fe126e633850b38d5cfb4 100644 --- a/ocr/out/summary.json +++ b/ocr/out/summary.json @@ -6,48 +6,316 @@ "kind": "pages", "status": 200, "mimeType": "application/json", - "url": "https://www.shidianguji.com/api/ancientlib/read/book/pages/v3/?verifyFp=verify_moku1qa8_Z1VaexHC_hOJm_4Tsn_86sF_OX9o6oCCzlhk&fp=verify_moku1qa8_Z1VaexHC_hOJm_4Tsn_86sF_OX9o6oCCzlhk&msToken=1hxTpcS4yeWdJaBMCK8ZqgfU7DyhzdYnSTkfY3DLl3sNbNLcLmvX8QBKLLKSnikPNENumvZsQrcwAZ_EPC3POdB6OEPNGEm2emYx8lwkyv2jFlp6ymfjnV1XZCxvW8xl6UDn8R91lw0e1a1D1MDE2N8FtN_YxDYEQY4%3D&a_bogus=E70RhF6yQp8bP3FtYOjD7ne5%2FUy%2FrB8ynPT2bitHyVJVP7tboJ-dWZfbbKqLsNEwsbsIpH1HOVukbdjOuRSDMqrkwmkfuOzfBG2Inu0Lgqwpa0J8gryTCzUFowMF0R4L-5nGilX5Is0K2dcW9N9sAQVHK%2F3nR5EdMr-UVMujE9usUAWji9%2FVa5t2NXJqHE%3D%3D" + "url": "https://www.shidianguji.com/api/ancientlib/read/book/pages/v3/?verifyFp=verify_mpq8b4ar_xDuZUbrJ_2Lf7_4gLn_B6qY_8RPGyPaNh0gQ&fp=verify_mpq8b4ar_xDuZUbrJ_2Lf7_4gLn_B6qY_8RPGyPaNh0gQ&msToken=Lm1SP1tLXdG3lA1JAs7P_BklFRd4JrCxSp_m6sUl9RZpiwDiM1hBk_5BdTUcWjnYYQA7zbBI_laJUlhHHd6EKIdVLMEMwlPrOpJEkD_Zlr0f3V-lMKX_l1puuoHSSINV1D4SMeG_-Tj4B5yzjapeImcbZN8P_IqTR20%3D&a_bogus=E6UfgHtjDd8fO3MSYcnv9CC5uU9%2FNPWyoFiOSaXHHONgPhMPIJ3bl27ObPTy4o5yxukINoI74nWPbDfamSCWZ9rpFmkkudtfDz%2FCVtmLMqwpa0i8grywCw4FLw0F05TLlQnUiAXRIs0CIdOW9HCwAp37u%2F3xmRfdBr3GV%2FTjP9KsUW8jh9%2FAaVyki77qQD%3D%3D" }, { "kind": "paragraphs", "status": 200, "mimeType": "application/json", - "url": "https://www.shidianguji.com/api/ancientlib/read/book/paragraphs/v2?verifyFp=verify_moku1qa8_Z1VaexHC_hOJm_4Tsn_86sF_OX9o6oCCzlhk&fp=verify_moku1qa8_Z1VaexHC_hOJm_4Tsn_86sF_OX9o6oCCzlhk&msToken=JaNpVewDgm54kctG8ucWkFwodadRIdY4iMgDsmW-xwMMfDp9ZgUNV14kHhWeir4kuR1voOYAppUmexEs3OUHVuwsl-wC6rofHuSdqUkHb2O7STlAdrMRttYkyw-IEJNQ8kMao4EdqW8apLnQyRSLS37zR-1P5Ht8iQSi_faNLEcu&a_bogus=D7snkqSyYZ55cpMGuOjY7naREMx%2FNBSyYeiQR74HHxNYa1tGow-2W3hcGqqw4NEwTYsnpeI7PVFZbxxPmmSDgqHkumkDukkyFG2cnz6L0qiVP0i8gNyTCw4Fuw0e054LlQnXiIfR6s0CIE5WIN9hAQVHq%2F3xRcEdFq-JVMYjN9us0W8jk92CaVugLhIX" + "url": "https://www.shidianguji.com/api/ancientlib/read/book/paragraphs/v2?verifyFp=verify_mpq8b4ar_xDuZUbrJ_2Lf7_4gLn_B6qY_8RPGyPaNh0gQ&fp=verify_mpq8b4ar_xDuZUbrJ_2Lf7_4gLn_B6qY_8RPGyPaNh0gQ&msToken=Lm1SP1tLXdG3lA1JAs7P_BklFRd4JrCxSp_m6sUl9RZpiwDiM1hBk_5BdTUcWjnYYQA7zbBI_laJUlhHHd6EKIdVLMEMwlPrOpJEkD_Zlr0f3V-lMKX_l1puuoHSSINV1D4SMeG_-Tj4B5yzjapeImcbZN8P_IqTR20%3D&a_bogus=YXUVhtywDomnF3FGmCnX99cReUElrB8yxeTKSnX77Oi6aqePni3Sl3gYGNFw4LQy2uk5No174nAUYdjcYSHY8HHpKmpku206gz29V7fL0qNdazv8DqyhCu4FowMeU54LaQnviAX5WsMK2x5WIq9hAp37o%2FvnRRDdBH3JVZTnO9K4UC8jwx%2FCa3EZuhUo" + }, + { + "kind": "paragraphs", + "status": 200, + "mimeType": "application/json", + "url": "https://www.shidianguji.com/api/ancientlib/read/book/paragraphs/v2?verifyFp=verify_mpq8b4ar_xDuZUbrJ_2Lf7_4gLn_B6qY_8RPGyPaNh0gQ&fp=verify_mpq8b4ar_xDuZUbrJ_2Lf7_4gLn_B6qY_8RPGyPaNh0gQ&msToken=Lm1SP1tLXdG3lA1JAs7P_BklFRd4JrCxSp_m6sUl9RZpiwDiM1hBk_5BdTUcWjnYYQA7zbBI_laJUlhHHd6EKIdVLMEMwlPrOpJEkD_Zlr0f3V-lMKX_l1puuoHSSINV1D4SMeG_-Tj4B5yzjapeImcbZN8P_IqTR20%3D&a_bogus=DjUVhzUyONmcKpFGmOnG9Ha5-FfMNT8yoFi2SnvHHONXahFPVJ-bl-DYbNz7sL5y2us9NoV7VnAWbDjcuYeg89nkFmkvuFGbDz2cVymohqwdPMk8gqyiCu4zww0KU5GLaAnUi16RXsMCIxcWVHC0Ad3Hu%2F3Nm5DdFH3vVMujY9usUAWjwo%2FAa5J2Yhwqqf%3D%3D" }, { "kind": "word_box", "status": 200, "mimeType": "application/json", - "url": "https://www.shidianguji.com/api/ancientlib/read/word-box-page-content/m-get/?verifyFp=verify_moku1qa8_Z1VaexHC_hOJm_4Tsn_86sF_OX9o6oCCzlhk&fp=verify_moku1qa8_Z1VaexHC_hOJm_4Tsn_86sF_OX9o6oCCzlhk&msToken=JaNpVewDgm54kctG8ucWkFwodadRIdY4iMgDsmW-xwMMfDp9ZgUNV14kHhWeir4kuR1voOYAppUmexEs3OUHVuwsl-wC6rofHuSdqUkHb2O7STlAdrMRttYkyw-IEJNQ8kMao4EdqW8apLnQyRSLS37zR-1P5Ht8iQSi_faNLEcu&a_bogus=my4VhtXLmq55apKSmOPeCV5Ru8fMNs8ymai%2FRtW7txiYP1zGDJ3xRIibboqfsvD70bsCpe3HMxG5bjDaY8CNZKrpFmpfudvRBT%2FcnusL%2FqwVPFv8LrSTCuRFqw0eUc4LlAnti1X5Xs0K2EQWVq9hAdI7F%2F3rmbEdMr34VMzjx9u40ASjho2na-JDPwtqbj%3D%3D" + "url": "https://www.shidianguji.com/api/ancientlib/read/word-box-page-content/m-get/?verifyFp=verify_mpq8b4ar_xDuZUbrJ_2Lf7_4gLn_B6qY_8RPGyPaNh0gQ&fp=verify_mpq8b4ar_xDuZUbrJ_2Lf7_4gLn_B6qY_8RPGyPaNh0gQ&msToken=Lm1SP1tLXdG3lA1JAs7P_BklFRd4JrCxSp_m6sUl9RZpiwDiM1hBk_5BdTUcWjnYYQA7zbBI_laJUlhHHd6EKIdVLMEMwlPrOpJEkD_Zlr0f3V-lMKX_l1puuoHSSINV1D4SMeG_-Tj4B5yzjapeImcbZN8P_IqTR20%3D&a_bogus=m60nkFtJdxWjFpMtYcnX9e%2FReu6ArB8ydeToScfHeOiXPqlPvJ-6-k7YaPz7sLcyousANoI74nUTbxVcYYHF2eHpwmpDSo4RLG%2FVVtXLgqiVazk8ErysCuUFowMKUbsLaAc7iA6RAs0eID5WIr9kABIHK%2F3rmbjdBH-tV2TnN9Km0SSjhn%2F5a5zdzhfr" }, { "kind": "word_box", "status": 200, "mimeType": "application/json", - "url": "https://www.shidianguji.com/api/ancientlib/read/word-box-page-content/m-get/?verifyFp=verify_moku1qa8_Z1VaexHC_hOJm_4Tsn_86sF_OX9o6oCCzlhk&fp=verify_moku1qa8_Z1VaexHC_hOJm_4Tsn_86sF_OX9o6oCCzlhk&msToken=JaNpVewDgm54kctG8ucWkFwodadRIdY4iMgDsmW-xwMMfDp9ZgUNV14kHhWeir4kuR1voOYAppUmexEs3OUHVuwsl-wC6rofHuSdqUkHb2O7STlAdrMRttYkyw-IEJNQ8kMao4EdqW8apLnQyRSLS37zR-1P5Ht8iQSi_faNLEcu&a_bogus=mj4VhHtEmxAbPp%2FS8KPrCVlRYWEMrs8yYaTdRy4HHxNbaHUGEJ-oR3Lcaqqv43D70SknpH3HgxGkYjfcm872ZqrpumkDSpt6BT2AnL8Lhqwda0J8LHyhCuRzqw0F0bsLa%2FnGiAvRXsMFId5WVrCTAd3Hw%2F3nRREdMq-GV2zji9us0S8jkn%2FnaVydxX7qaE%3D%3D" + "url": "https://www.shidianguji.com/api/ancientlib/read/word-box-page-content/m-get/?verifyFp=verify_mpq8b4ar_xDuZUbrJ_2Lf7_4gLn_B6qY_8RPGyPaNh0gQ&fp=verify_mpq8b4ar_xDuZUbrJ_2Lf7_4gLn_B6qY_8RPGyPaNh0gQ&msToken=Lm1SP1tLXdG3lA1JAs7P_BklFRd4JrCxSp_m6sUl9RZpiwDiM1hBk_5BdTUcWjnYYQA7zbBI_laJUlhHHd6EKIdVLMEMwlPrOpJEkD_Zlr0f3V-lMKX_l1puuoHSSINV1D4SMeG_-Tj4B5yzjapeImcbZN8P_IqTR20%3D&a_bogus=d7sVke7iEq8VF3%2FSuCnX99BRxC2%2FNBuyoPToSaX7yON6aZMP7J3W-dwYaOTwso5yobknNo1H3nWPYEfa8utUZ9nkwmkfSNwbgt%2F9V7XL0qiVP0v8EHS0Cw4FLw0FURGL-AcXi16RlsMeIDcWIqCkAd1HF%2FvxmcEdPH-UV2Yjx9K4UCSjkx%2FCa5TBzh1G" }, { "kind": "word_box", "status": 200, "mimeType": "application/json", - "url": "https://www.shidianguji.com/api/ancientlib/read/word-box-page-content/m-get/?verifyFp=verify_moku1qa8_Z1VaexHC_hOJm_4Tsn_86sF_OX9o6oCCzlhk&fp=verify_moku1qa8_Z1VaexHC_hOJm_4Tsn_86sF_OX9o6oCCzlhk&msToken=JaNpVewDgm54kctG8ucWkFwodadRIdY4iMgDsmW-xwMMfDp9ZgUNV14kHhWeir4kuR1voOYAppUmexEs3OUHVuwsl-wC6rofHuSdqUkHb2O7STlAdrMRttYkyw-IEJNQ8kMao4EdqW8apLnQyRSLS37zR-1P5Ht8iQSi_faNLEcu&a_bogus=x60RkqSJQqWVep%2Fb8cP-C35RqAElrTSy8PidRyRHSxiTa10GDJ-oR4ybcFqvsJj70YsApH17ZxaYbVxcu8eN2FrpFmpkuEzyMz2Vnuvo0qNpaMk8gHyTCLRFww0C0b4L-5nvi165lsMKIx5WIrCTABVHz%2FvNR5fdFq-GVZznN9uR0SSjix29aVXBKh3Z" + "url": "https://www.shidianguji.com/api/ancientlib/read/word-box-page-content/m-get/?verifyFp=verify_mpq8b4ar_xDuZUbrJ_2Lf7_4gLn_B6qY_8RPGyPaNh0gQ&fp=verify_mpq8b4ar_xDuZUbrJ_2Lf7_4gLn_B6qY_8RPGyPaNh0gQ&msToken=Lm1SP1tLXdG3lA1JAs7P_BklFRd4JrCxSp_m6sUl9RZpiwDiM1hBk_5BdTUcWjnYYQA7zbBI_laJUlhHHd6EKIdVLMEMwlPrOpJEkD_Zlr0f3V-lMKX_l1puuoHSSINV1D4SMeG_-Tj4B5yzjapeImcbZN8P_IqTR20%3D&a_bogus=df4RheS7Eo%2FVKpKGYKc79CBRKAoArT8y2aTQSrf77Oi6PhFP7J-6-2iYjxzL42cy2YknNo175nlQYdfauu9BZHHpLmkkSxzyLG%2FnVSXogqidPFv8DNysCzRFowMK0RsLa%2FcviAXRlsMKID5WnN9TAQ17L%2FvrmbDdFH3JV2YnE9KRUSWjin29a3fsKhvD" }, { "kind": "word_box", "status": 200, "mimeType": "application/json", - "url": "https://www.shidianguji.com/api/ancientlib/read/word-box-page-content/m-get/?verifyFp=verify_moku1qa8_Z1VaexHC_hOJm_4Tsn_86sF_OX9o6oCCzlhk&fp=verify_moku1qa8_Z1VaexHC_hOJm_4Tsn_86sF_OX9o6oCCzlhk&msToken=JaNpVewDgm54kctG8ucWkFwodadRIdY4iMgDsmW-xwMMfDp9ZgUNV14kHhWeir4kuR1voOYAppUmexEs3OUHVuwsl-wC6rofHuSdqUkHb2O7STlAdrMRttYkyw-IEJNQ8kMao4EdqW8apLnQyRSLS37zR-1P5Ht8iQSi_faNLEcu&a_bogus=Ov45DzWwOpQbKp%2FtmKP3C--5N8D%2FrB8yuaTdRS4HHxNbPHtGg73OR-wbjKNksvE7zukIpeI7%2FxbPbVEamR7tZqHkqmpvupkWFG2Vnzmo%2Fqqdazk8ENSsCw4zuwMF0bsL-5cGiAv51s0CIEQWIrCwAB1HL%2FvrmcjdMH-tV2zjN9KmUW8jin25a-ypih7qRE%3D%3D" + "url": "https://www.shidianguji.com/api/ancientlib/read/word-box-page-content/m-get/?verifyFp=verify_mpq8b4ar_xDuZUbrJ_2Lf7_4gLn_B6qY_8RPGyPaNh0gQ&fp=verify_mpq8b4ar_xDuZUbrJ_2Lf7_4gLn_B6qY_8RPGyPaNh0gQ&msToken=Lm1SP1tLXdG3lA1JAs7P_BklFRd4JrCxSp_m6sUl9RZpiwDiM1hBk_5BdTUcWjnYYQA7zbBI_laJUlhHHd6EKIdVLMEMwlPrOpJEkD_Zlr0f3V-lMKX_l1puuoHSSINV1D4SMeG_-Tj4B5yzjapeImcbZN8P_IqTR20%3D&a_bogus=O6UfhttLdpmjO3FS8CcG9eQRECL%2FrPuy2Fi%2FSr679Oi6PwlPJ736-QwObNF7sLcy2bkCNKIH3nlkYxEc8u7OZCrpzmkvui7jgz2CVtvLhqi3a0k8LNyzCwRFwwMe05GLa%2FntilfR1sMe2DOWnNCsAdIHq%2FvNmbfdFN-7V2znx9us0CSjio25a3ukLhId" } ], "imageUrls": [ - "https://p6-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e16h5ic/1kzv2k2y3dmwv-SWX0005_00001_00001.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=c2G%2FQQl8WcbmaLOVTmz53tI6cgY%3D" + "https://p3-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e16h5ic/1kzv2k2y3dmwv-SWX0005_00001_00001.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=68qaKAblmy%2B6Tq8B%2Fs5%2FVtxdRfs%3D", + "https://p3-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e16hi5g/1kzv2u4mogy03-SWX0005_00001_00002.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=9FiAEvfTPc2xEM%2FPRUxUByNwA2g%3D", + "https://p3-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2vy78n/1kzv1i31km97n-SWX0005_00001_00003.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=ChM5MetWDOWImeK30WrDyCBuu2c%3D", + "https://p3-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2vyjvr/1kzv1zkx9knbn-SWX0005_00001_00004.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=Ml2HDS5FUJH9JBAoVzrlWAcNPSo%3D", + "https://p6-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2vywiv/1kzv2tu7s37df-SWX0005_00001_00005.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=wJc1TngGw5E7hvprW%2FKnKfmxeYs%3D", + "https://p3-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2vz95z/1kzv2n38e6uxx-SWX0005_00001_00006.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=ShM6GB8eOk6ZA1UWL88z26j7wrQ%3D", + "https://p3-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2vzlt3/1kzv1i31kmlur-SWX0005_00001_00007.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=1JV7cjAmh6FdLeSOJF4volf8s%2F4%3D", + "https://p6-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2vzyg7/1kzv2k2y3dzjz-SWX0005_00001_00008.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=VeK00zMtvv9qyb9%2B6K%2FtvchhPYU%3D", + "https://p6-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2w0b3b/1kzv1zkx9jleb-SWX0005_00001_00009.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=hxKsvkNpfk%2FaL5NUkZCyKbw0qCU%3D", + "https://p6-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2w0nqf/1kzv2tu7s2uqb-SWX0005_00001_00010.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=%2F8yQV83ihK57Isknijw%2B7c%2FOETo%3D", + "https://p6-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2w10dj/1kzv1zkx9kaoj-SWX0005_00001_00011.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=U8DPTmZv5BZUuhvCMDpq6msPQO4%3D", + "https://p9-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2w1d0n/1kzv112h399n0-SWX0005_00001_00012.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=H0Oxrpe8nLL2F17PjuyxJs1Lb9U%3D", + "https://p9-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2w1pnr/1kzv2t237fiub-SWX0005_00001_00013.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=pT3gG6Epo3AuUbL9E24Usw%2F1bCk%3D", + "https://p9-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2w22av/1kzv2q86ktyjs-SWX0005_00001_00014.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=vmR8P%2FHlkTs36BrqbMaq4Hmjk7k%3D", + "https://p9-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2w2rl3/1kzv2k2y3ec73-SWX0005_00001_00016.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=wqRCuzmlQOSC%2FwvQc3q%2BKHy6esU%3D", + "https://p9-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2w3487/1kzv2u4mofw2r-SWX0005_00001_00017.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=ad7PmlsBd0KlqZnUY54plD17grA%3D", + "https://p3-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2w3gvb/1kzv1mk04ni95-SWX0005_00001_00018.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=CkDKNE4ipM4pNXTQNGIyVLC4P6U%3D", + "https://p3-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2w3tif/1kzv2de4po07u-SWX0005_00001_00019.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=wAqbU%2BYtpBXxHlX4zwoTkXs5QdE%3D", + "https://p9-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2w465j/1kzv1i31kmyhv-SWX0005_00001_00020.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=%2FScsG17BOy6b1eMUK0vmnt%2BXEu8%3D", + "https://p3-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2w4isn/1kzv1zkx9j8r7-SWX0005_00001_00021.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=tbLV%2BLX%2FI8vMnAM96g7JwzsT7yw%3D", + "https://p9-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2w4vfr/1kzv2u4mohan7-SWX0005_00001_00022.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=1fEzEbelK%2FTdNvukTPhFrc61W7A%3D", + "https://p3-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2w582v/1kzv2t237etk3-SWX0005_00001_00023.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=IU7qxdYaXU1T87C1O0RarVuv5yI%3D", + "https://p9-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2w5kpz/1kzv1i31knb4z-SWX0005_00001_00024.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=W9SmTHkOCbI8ClFmFtNGnhUWThI%3D", + "https://p6-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2w5xd3/1kzv1zkx9jy1f-SWX0005_00001_00025.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=1eewHniSzs2LLBTgG7WAA8yW4Pc%3D", + "https://p3-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2w6a07/1kzv2u4mog8pv-SWX0005_00001_00026.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=JwOQRTg3YjqwmEwuuVlXIsPW9Yk%3D", + "https://p9-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2w6mnb/1kzv2qnrt01ej-SWX0005_00001_00027.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=W3f5Xdm7xzW5hG4KiIx6JWR%2FzKM%3D", + "https://p3-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2w6zaf/1kzv2k2y3eou7-SWX0005_00001_00028.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=6WSVYBO6kMTKRp%2F67fAHl74EkjU%3D", + "https://p6-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2w7bxj/1kzv28q0nw6jr-SWX0005_00001_00029.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=yhCvSP3kK3dYzaH%2FcrsxMJdk2r8%3D", + "https://p9-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2w7okn/1kzv1i31knns3-SWX0005_00001_00030.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=OypuhsEVtLHCigX24OLLZkRTKxI%3D", + "https://p6-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2w817r/1kzv2q86ktlwo-SWX0005_00001_00031.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=vF8t9BYS%2BUw3ir7cKsfFw4Efaao%3D", + "https://p9-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2w8duv/1kzv1i31ko0f7-SWX0005_00001_00032.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=%2FZ0jJsfsqqMjwvSe56b50F4l%2FDw%3D", + "https://p6-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2w8qhz/1kzv2q86kt99k-SWX0005_00001_00033.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=qWpRQasoFEKi8gYnzhJcbDkWdp4%3D", + "https://p9-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2w9353/1kzv2u4mohnab-SWX0005_00001_00034.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=ipyeMlndZhwBUhgzun8%2F%2BMnxrUs%3D", + "https://p9-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2w9fs7/1kzv2u4moglcz-SWX0005_00001_00035.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=iMZhCsgtl6sgJ%2FBFVmegUSXBQmw%3D", + "https://p9-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2w9sfb/1kzv2t237f677-SWX0005_00001_00036.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=EmEZQD7vKUPwhR4RUVRRRhReyZI%3D", + "https://p6-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2wa52f/1kzv112h39ma4-SWX0005_00001_00037.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=9whzdY9fWfQnMxw6hSVBsinjNq4%3D", + "https://p3-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2wahpj/1kzv1i31klwkj-SWX0005_00001_00038.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=k4cC16z6IQkVNx92CCKjVpBTdMs%3D" + ], + "imagesSaved": [ + { + "url": "https://p3-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e16h5ic/1kzv2k2y3dmwv-SWX0005_00001_00001.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=68qaKAblmy%2B6Tq8B%2Fs5%2FVtxdRfs%3D", + "mimeType": "image/webp", + "path": "E:\\huggingface_echodict\\typst_hlm\\ocr\\out\\images\\SWX0005_00001_00001.webp" + }, + { + "url": "https://p3-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e16hi5g/1kzv2u4mogy03-SWX0005_00001_00002.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=9FiAEvfTPc2xEM%2FPRUxUByNwA2g%3D", + "mimeType": "image/webp", + "path": "E:\\huggingface_echodict\\typst_hlm\\ocr\\out\\images\\SWX0005_00001_00002.webp" + }, + { + "url": "https://p3-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e16hi5g/1kzv2u4mogy03-SWX0005_00001_00002.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=9FiAEvfTPc2xEM%2FPRUxUByNwA2g%3D", + "mimeType": "image/webp", + "path": "E:\\huggingface_echodict\\typst_hlm\\ocr\\out\\images\\SWX0005_00001_00002.webp" + }, + { + "url": "https://p3-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2vy78n/1kzv1i31km97n-SWX0005_00001_00003.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=ChM5MetWDOWImeK30WrDyCBuu2c%3D", + "mimeType": "image/webp", + "path": "E:\\huggingface_echodict\\typst_hlm\\ocr\\out\\images\\SWX0005_00001_00003.webp" + }, + { + "url": "https://p3-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2vyjvr/1kzv1zkx9knbn-SWX0005_00001_00004.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=Ml2HDS5FUJH9JBAoVzrlWAcNPSo%3D", + "mimeType": "image/webp", + "path": "E:\\huggingface_echodict\\typst_hlm\\ocr\\out\\images\\SWX0005_00001_00004.webp" + }, + { + "url": "https://p6-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2vywiv/1kzv2tu7s37df-SWX0005_00001_00005.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=wJc1TngGw5E7hvprW%2FKnKfmxeYs%3D", + "mimeType": "image/webp", + "path": "E:\\huggingface_echodict\\typst_hlm\\ocr\\out\\images\\SWX0005_00001_00005.webp" + }, + { + "url": "https://p6-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2vywiv/1kzv2tu7s37df-SWX0005_00001_00005.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=wJc1TngGw5E7hvprW%2FKnKfmxeYs%3D", + "mimeType": "image/webp", + "path": "E:\\huggingface_echodict\\typst_hlm\\ocr\\out\\images\\SWX0005_00001_00005.webp" + }, + { + "url": "https://p3-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2vz95z/1kzv2n38e6uxx-SWX0005_00001_00006.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=ShM6GB8eOk6ZA1UWL88z26j7wrQ%3D", + "mimeType": "image/webp", + "path": "E:\\huggingface_echodict\\typst_hlm\\ocr\\out\\images\\SWX0005_00001_00006.webp" + }, + { + "url": "https://p3-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2vzlt3/1kzv1i31kmlur-SWX0005_00001_00007.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=1JV7cjAmh6FdLeSOJF4volf8s%2F4%3D", + "mimeType": "image/webp", + "path": "E:\\huggingface_echodict\\typst_hlm\\ocr\\out\\images\\SWX0005_00001_00007.webp" + }, + { + "url": "https://p6-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2vzyg7/1kzv2k2y3dzjz-SWX0005_00001_00008.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=VeK00zMtvv9qyb9%2B6K%2FtvchhPYU%3D", + "mimeType": "image/webp", + "path": "E:\\huggingface_echodict\\typst_hlm\\ocr\\out\\images\\SWX0005_00001_00008.webp" + }, + { + "url": "https://p6-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2w0b3b/1kzv1zkx9jleb-SWX0005_00001_00009.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=hxKsvkNpfk%2FaL5NUkZCyKbw0qCU%3D", + "mimeType": "image/webp", + "path": "E:\\huggingface_echodict\\typst_hlm\\ocr\\out\\images\\SWX0005_00001_00009.webp" + }, + { + "url": "https://p6-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2w0b3b/1kzv1zkx9jleb-SWX0005_00001_00009.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=hxKsvkNpfk%2FaL5NUkZCyKbw0qCU%3D", + "mimeType": "image/webp", + "path": "E:\\huggingface_echodict\\typst_hlm\\ocr\\out\\images\\SWX0005_00001_00009.webp" + }, + { + "url": "https://p6-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2w0nqf/1kzv2tu7s2uqb-SWX0005_00001_00010.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=%2F8yQV83ihK57Isknijw%2B7c%2FOETo%3D", + "mimeType": "image/webp", + "path": "E:\\huggingface_echodict\\typst_hlm\\ocr\\out\\images\\SWX0005_00001_00010.webp" + }, + { + "url": "https://p6-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2w10dj/1kzv1zkx9kaoj-SWX0005_00001_00011.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=U8DPTmZv5BZUuhvCMDpq6msPQO4%3D", + "mimeType": "image/webp", + "path": "E:\\huggingface_echodict\\typst_hlm\\ocr\\out\\images\\SWX0005_00001_00011.webp" + }, + { + "url": "https://p9-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2w1d0n/1kzv112h399n0-SWX0005_00001_00012.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=H0Oxrpe8nLL2F17PjuyxJs1Lb9U%3D", + "mimeType": "image/webp", + "path": "E:\\huggingface_echodict\\typst_hlm\\ocr\\out\\images\\SWX0005_00001_00012.webp" + }, + { + "url": "https://p9-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2w1d0n/1kzv112h399n0-SWX0005_00001_00012.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=H0Oxrpe8nLL2F17PjuyxJs1Lb9U%3D", + "mimeType": "image/webp", + "path": "E:\\huggingface_echodict\\typst_hlm\\ocr\\out\\images\\SWX0005_00001_00012.webp" + }, + { + "url": "https://p9-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2w1pnr/1kzv2t237fiub-SWX0005_00001_00013.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=pT3gG6Epo3AuUbL9E24Usw%2F1bCk%3D", + "mimeType": "image/webp", + "path": "E:\\huggingface_echodict\\typst_hlm\\ocr\\out\\images\\SWX0005_00001_00013.webp" + }, + { + "url": "https://p9-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2w22av/1kzv2q86ktyjs-SWX0005_00001_00014.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=vmR8P%2FHlkTs36BrqbMaq4Hmjk7k%3D", + "mimeType": "image/webp", + "path": "E:\\huggingface_echodict\\typst_hlm\\ocr\\out\\images\\SWX0005_00001_00014.webp" + }, + { + "url": "https://p9-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2w3487/1kzv2u4mofw2r-SWX0005_00001_00017.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=ad7PmlsBd0KlqZnUY54plD17grA%3D", + "mimeType": "image/webp", + "path": "E:\\huggingface_echodict\\typst_hlm\\ocr\\out\\images\\SWX0005_00001_00017.webp" + }, + { + "url": "https://p9-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2w2rl3/1kzv2k2y3ec73-SWX0005_00001_00016.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=wqRCuzmlQOSC%2FwvQc3q%2BKHy6esU%3D", + "mimeType": "image/webp", + "path": "E:\\huggingface_echodict\\typst_hlm\\ocr\\out\\images\\SWX0005_00001_00016.webp" + }, + { + "url": "https://p3-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2w3gvb/1kzv1mk04ni95-SWX0005_00001_00018.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=CkDKNE4ipM4pNXTQNGIyVLC4P6U%3D", + "mimeType": "image/webp", + "path": "E:\\huggingface_echodict\\typst_hlm\\ocr\\out\\images\\SWX0005_00001_00018.webp" + }, + { + "url": "https://p3-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2w3gvb/1kzv1mk04ni95-SWX0005_00001_00018.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=CkDKNE4ipM4pNXTQNGIyVLC4P6U%3D", + "mimeType": "image/webp", + "path": "E:\\huggingface_echodict\\typst_hlm\\ocr\\out\\images\\SWX0005_00001_00018.webp" + }, + { + "url": "https://p3-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2w3tif/1kzv2de4po07u-SWX0005_00001_00019.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=wAqbU%2BYtpBXxHlX4zwoTkXs5QdE%3D", + "mimeType": "image/webp", + "path": "E:\\huggingface_echodict\\typst_hlm\\ocr\\out\\images\\SWX0005_00001_00019.webp" + }, + { + "url": "https://p9-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2w465j/1kzv1i31kmyhv-SWX0005_00001_00020.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=%2FScsG17BOy6b1eMUK0vmnt%2BXEu8%3D", + "mimeType": "image/webp", + "path": "E:\\huggingface_echodict\\typst_hlm\\ocr\\out\\images\\SWX0005_00001_00020.webp" + }, + { + "url": "https://p3-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2w4isn/1kzv1zkx9j8r7-SWX0005_00001_00021.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=tbLV%2BLX%2FI8vMnAM96g7JwzsT7yw%3D", + "mimeType": "image/webp", + "path": "E:\\huggingface_echodict\\typst_hlm\\ocr\\out\\images\\SWX0005_00001_00021.webp" + }, + { + "url": "https://p3-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2w4isn/1kzv1zkx9j8r7-SWX0005_00001_00021.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=tbLV%2BLX%2FI8vMnAM96g7JwzsT7yw%3D", + "mimeType": "image/webp", + "path": "E:\\huggingface_echodict\\typst_hlm\\ocr\\out\\images\\SWX0005_00001_00021.webp" + }, + { + "url": "https://p9-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2w4vfr/1kzv2u4mohan7-SWX0005_00001_00022.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=1fEzEbelK%2FTdNvukTPhFrc61W7A%3D", + "mimeType": "image/webp", + "path": "E:\\huggingface_echodict\\typst_hlm\\ocr\\out\\images\\SWX0005_00001_00022.webp" + }, + { + "url": "https://p3-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2w582v/1kzv2t237etk3-SWX0005_00001_00023.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=IU7qxdYaXU1T87C1O0RarVuv5yI%3D", + "mimeType": "image/webp", + "path": "E:\\huggingface_echodict\\typst_hlm\\ocr\\out\\images\\SWX0005_00001_00023.webp" + }, + { + "url": "https://p9-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2w5kpz/1kzv1i31knb4z-SWX0005_00001_00024.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=W9SmTHkOCbI8ClFmFtNGnhUWThI%3D", + "mimeType": "image/webp", + "path": "E:\\huggingface_echodict\\typst_hlm\\ocr\\out\\images\\SWX0005_00001_00024.webp" + }, + { + "url": "https://p6-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2w5xd3/1kzv1zkx9jy1f-SWX0005_00001_00025.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=1eewHniSzs2LLBTgG7WAA8yW4Pc%3D", + "mimeType": "image/webp", + "path": "E:\\huggingface_echodict\\typst_hlm\\ocr\\out\\images\\SWX0005_00001_00025.webp" + }, + { + "url": "https://p6-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2w5xd3/1kzv1zkx9jy1f-SWX0005_00001_00025.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=1eewHniSzs2LLBTgG7WAA8yW4Pc%3D", + "mimeType": "image/webp", + "path": "E:\\huggingface_echodict\\typst_hlm\\ocr\\out\\images\\SWX0005_00001_00025.webp" + }, + { + "url": "https://p3-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2w6a07/1kzv2u4mog8pv-SWX0005_00001_00026.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=JwOQRTg3YjqwmEwuuVlXIsPW9Yk%3D", + "mimeType": "image/webp", + "path": "E:\\huggingface_echodict\\typst_hlm\\ocr\\out\\images\\SWX0005_00001_00026.webp" + }, + { + "url": "https://p9-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2w6mnb/1kzv2qnrt01ej-SWX0005_00001_00027.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=W3f5Xdm7xzW5hG4KiIx6JWR%2FzKM%3D", + "mimeType": "image/webp", + "path": "E:\\huggingface_echodict\\typst_hlm\\ocr\\out\\images\\SWX0005_00001_00027.webp" + }, + { + "url": "https://p3-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2w6zaf/1kzv2k2y3eou7-SWX0005_00001_00028.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=6WSVYBO6kMTKRp%2F67fAHl74EkjU%3D", + "mimeType": "image/webp", + "path": "E:\\huggingface_echodict\\typst_hlm\\ocr\\out\\images\\SWX0005_00001_00028.webp" + }, + { + "url": "https://p6-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2w7bxj/1kzv28q0nw6jr-SWX0005_00001_00029.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=yhCvSP3kK3dYzaH%2FcrsxMJdk2r8%3D", + "mimeType": "image/webp", + "path": "E:\\huggingface_echodict\\typst_hlm\\ocr\\out\\images\\SWX0005_00001_00029.webp" + }, + { + "url": "https://p9-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2w7okn/1kzv1i31knns3-SWX0005_00001_00030.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=OypuhsEVtLHCigX24OLLZkRTKxI%3D", + "mimeType": "image/webp", + "path": "E:\\huggingface_echodict\\typst_hlm\\ocr\\out\\images\\SWX0005_00001_00030.webp" + }, + { + "url": "https://p9-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2w7okn/1kzv1i31knns3-SWX0005_00001_00030.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=OypuhsEVtLHCigX24OLLZkRTKxI%3D", + "mimeType": "image/webp", + "path": "E:\\huggingface_echodict\\typst_hlm\\ocr\\out\\images\\SWX0005_00001_00030.webp" + }, + { + "url": "https://p6-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2w817r/1kzv2q86ktlwo-SWX0005_00001_00031.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=vF8t9BYS%2BUw3ir7cKsfFw4Efaao%3D", + "mimeType": "image/webp", + "path": "E:\\huggingface_echodict\\typst_hlm\\ocr\\out\\images\\SWX0005_00001_00031.webp" + }, + { + "url": "https://p9-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2w8duv/1kzv1i31ko0f7-SWX0005_00001_00032.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=%2FZ0jJsfsqqMjwvSe56b50F4l%2FDw%3D", + "mimeType": "image/webp", + "path": "E:\\huggingface_echodict\\typst_hlm\\ocr\\out\\images\\SWX0005_00001_00032.webp" + }, + { + "url": "https://p6-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2w8qhz/1kzv2q86kt99k-SWX0005_00001_00033.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=qWpRQasoFEKi8gYnzhJcbDkWdp4%3D", + "mimeType": "image/webp", + "path": "E:\\huggingface_echodict\\typst_hlm\\ocr\\out\\images\\SWX0005_00001_00033.webp" + }, + { + "url": "https://p9-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2w9353/1kzv2u4mohnab-SWX0005_00001_00034.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=ipyeMlndZhwBUhgzun8%2F%2BMnxrUs%3D", + "mimeType": "image/webp", + "path": "E:\\huggingface_echodict\\typst_hlm\\ocr\\out\\images\\SWX0005_00001_00034.webp" + }, + { + "url": "https://p9-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2w9fs7/1kzv2u4moglcz-SWX0005_00001_00035.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=iMZhCsgtl6sgJ%2FBFVmegUSXBQmw%3D", + "mimeType": "image/webp", + "path": "E:\\huggingface_echodict\\typst_hlm\\ocr\\out\\images\\SWX0005_00001_00035.webp" + }, + { + "url": "https://p9-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2w9sfb/1kzv2t237f677-SWX0005_00001_00036.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=EmEZQD7vKUPwhR4RUVRRRhReyZI%3D", + "mimeType": "image/webp", + "path": "E:\\huggingface_echodict\\typst_hlm\\ocr\\out\\images\\SWX0005_00001_00036.webp" + }, + { + "url": "https://p3-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2wahpj/1kzv1i31klwkj-SWX0005_00001_00038.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=k4cC16z6IQkVNx92CCKjVpBTdMs%3D", + "mimeType": "image/webp", + "path": "E:\\huggingface_echodict\\typst_hlm\\ocr\\out\\images\\SWX0005_00001_00038.webp" + }, + { + "url": "https://p6-ancientlib-sign.byteimg.com/tos-cn-i-ceu0di7tn2/read/SWX0005/1/page/1kzz90e2wa52f/1kzv112h39ma4-SWX0005_00001_00037.webp~tplv-ceu0di7tn2-image.image?lk3s=e5c95217&x-expires=1783296000&x-signature=9whzdY9fWfQnMxw6hSVBsinjNq4%3D", + "mimeType": "image/webp", + "path": "E:\\huggingface_echodict\\typst_hlm\\ocr\\out\\images\\SWX0005_00001_00037.webp" + } ], - "imagesSaved": [], "coords_keys": [ - "wordbox_0000_1kzz90e2w817r", - "wordbox_0001_1kzz90e2w10dj", - "wordbox_0002_1kzz90e16h5ic", - "wordbox_0003_1kzz90e2w4isn" + "wordbox_0000_1kzz90e16h5ic", + "wordbox_0001_1kzz90e2w4isn", + "wordbox_0002_1kzz90e2w817r", + "wordbox_0003_1kzz90e2w10dj" ], "out": "E:\\huggingface_echodict\\typst_hlm\\ocr\\out" } \ No newline at end of file diff --git a/ocr/out/text/text.txt b/ocr/out/text/text.txt index 98fa1d8f8d33135e84e4dc6cd6ab2bb7b0364025..c5ef694c7849ebc88601158147a5f0eb67a3fa13 100644 --- a/ocr/out/text/text.txt +++ b/ocr/out/text/text.txt @@ -1,12 +1,12 @@ -{"lines":[{"lineId":"1","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890241577"},"logicSentenceId":"0","marginNoteIdList":null},{"lineId":"2","lineNum":3,"lineType":4,"content":"第一回","logicSentenceId":"0","marginNoteIdList":null}],"indent":0,"textIndent":false} -{"lines":[{"lineId":"3","lineNum":4,"lineType":1,"content":"甄士隐夢幻識通靈 賈雨村風塵懐閨秀","logicSentenceId":"0","marginNoteIdList":null}],"indent":0,"textIndent":false} -{"lines":[{"lineId":"4","lineNum":5,"lineType":1,"content":"此開卷第一回也。作者自云:因曽歴過一畨夢幻之","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"5","lineNum":6,"lineType":1,"content":"後,故将真事隐去,而借通靈之说,撰此石頭記一書","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"6","lineNum":7,"lineType":1,"content":"也,故曰甄士隐云云。但書中所記何事何人?自又云:","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"7","lineNum":8,"lineType":1,"content":"今風塵碌碌,一事無成,忽念及當日所有之女子,一","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"8","lineNum":9,"lineType":1,"content":"一細考較去,覺其行止見識,皆出於我之上。何我堂","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"9","lineNum":10,"lineType":1,"content":"堂鬚眉,誠不若彼裙釵女子?實愧則有餘,悔又無益,","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"10","lineNum":11,"lineType":1,"content":"是大無可如何之日也。當此,則自欲将已往所頼天","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"11","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890257961"},"logicSentenceId":"0","marginNoteIdList":null},{"lineId":"12","lineNum":14,"lineType":1,"content":"恩袓德,錦衣紈袴之時,飫甘𩞹肥之日,背父兄教育","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"13","lineNum":15,"lineType":1,"content":"之恩,負師友規訓之德,以致今日一技無成,半生潦","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"14","lineNum":16,"lineType":1,"content":"倒之罪,編述一集,以告天下人。我之罪固不免,然閨","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"15","lineNum":17,"lineType":1,"content":"閣中本自歴歴有人,萬不可因我之不肖,自己䕶短,","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"16","lineNum":18,"lineType":1,"content":"一併使其冺滅。雖今日之茅椽蓬牖,瓦𥩋繩床,其晨","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"17","lineNum":19,"lineType":1,"content":"夕風露,堦栁庭花,亦未有防我之襟懐,束茟閣墨。雖","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"18","lineNum":20,"lineType":1,"content":"我未學,下茟無文,又何妨用俚語村言,敷演出一段","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"19","lineNum":21,"lineType":1,"content":"故事来,亦可使閨閣照傅,復可悅世之目,破人愁悶,","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"20","lineNum":22,"lineType":1,"content":"不亦宜乎?故曰賈雨村云云。列位看官,你道此書何","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"21","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890274345"},"logicSentenceId":"0","marginNoteIdList":null},{"lineId":"22","lineNum":25,"lineType":1,"content":"来?説起根由,雖近荒唐,細按則深有趣味。待在下将","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"23","lineNum":26,"lineType":1,"content":"此来歴註明,方使閱者了然不惑。原来女媧氏煉石","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"24","lineNum":27,"lineType":1,"content":"補天之時,於大荒山、","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"25","lineNum":27,"lineType":2,"content":"荒唐也。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"26","lineNum":27,"lineType":1,"content":"無稽崖,","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"27","lineNum":27,"lineType":2,"content":"無稽也。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"28","lineNum":27,"lineType":1,"content":"煉成高經十","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"29","lineNum":28,"lineType":1,"content":"二丈、","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"30","lineNum":28,"lineType":2,"content":"照應十二釵。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"31","lineNum":28,"lineType":1,"content":"方經二十四丈,","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"32","lineNum":28,"lineType":2,"content":"照應副十二釵。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"33","lineNum":28,"lineType":1,"content":"頑石三萬六千","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"34","lineNum":29,"lineType":1,"content":"五百零一塊,媧皇氏只用了三萬六千五百塊,","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"35","lineNum":29,"lineType":2,"content":"合週天之","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"36","lineNum":30,"lineType":2,"content":"數。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"37","lineNum":30,"lineType":1,"content":"只单单的剩了一塊未用,便棄在此山青埂峯下。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"38","lineNum":31,"lineType":2,"content":"妙。自謂墜落情根,故無補天用。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"39","lineNum":31,"lineType":1,"content":"誰知此石自經煆煉之後,靈性已通。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"40","lineNum":32,"lineType":2,"content":"煆煉後,性方通。甚哉,人生不學也!","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"41","lineNum":32,"lineType":1,"content":"因見衆石俱得補天,獨自已無材,","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"42","lineNum":33,"lineType":1,"content":"不堪入選,遂自怨自嘆,日夜悲啼慚愧。一日,正當嗟","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"43","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890290729"},"logicSentenceId":"0","marginNoteIdList":null},{"lineId":"44","lineNum":36,"lineType":1,"content":"悼之際,俄見一僧一道,遠遠而来,生得骨格不凡,丰","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"45","lineNum":37,"lineType":1,"content":"神逈異。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"46","lineNum":37,"lineType":2,"content":"這是真像,非幻像也。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"47","lineNum":37,"lineType":1,"content":"来至石下,席地而坐長談。見一塊","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"48","lineNum":38,"lineType":1,"content":"鮮明瑩潔美玉,且又縮扇墜成大小的,可佩可挐。那","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"49","lineNum":39,"lineType":1,"content":"僧托於掌止,笑道:形體到也是個寳物了,還只沒有","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"50","lineNum":40,"lineType":1,"content":"實在好處。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"51","lineNum":40,"lineType":2,"content":"好極。今之金玉其外,敗絮其中者,見此大不歡喜。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"52","lineNum":40,"lineType":1,"content":"湏得再鐫上數","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"53","lineNum":41,"lineType":1,"content":"字,使人一見便知是竒物方妙。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"54","lineNum":41,"lineType":2,"content":"世上原宜假不宜真也。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"55","lineNum":41,"lineType":1,"content":"然後好","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"56","lineNum":42,"lineType":1,"content":"携你到隆盛昌明之邦,","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"57","lineNum":42,"lineType":2,"content":"伏長安。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"58","lineNum":42,"lineType":1,"content":"詩禮簮纓之族,","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"59","lineNum":42,"lineType":2,"content":"伏榮國府。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"60","lineNum":42,"lineType":1,"content":"花","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"61","lineNum":43,"lineType":1,"content":"栁繁華之地,","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"62","lineNum":43,"lineType":2,"content":"伏大觀園。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"63","lineNum":43,"lineType":1,"content":"温柔富貴之鄉,","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"64","lineNum":43,"lineType":2,"content":"伏紫芝軒。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"65","lineNum":43,"lineType":1,"content":"去安身樂業。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"66","lineNum":44,"lineType":1,"content":"石頭聽了,喜之不𥁞,乃問道:不知賜了弟子那幾件","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"67","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890307113"},"logicSentenceId":"0","marginNoteIdList":null},{"lineId":"68","lineNum":47,"lineType":1,"content":"竒處?又不知擕了弟子到何地方?望乞明示,使弟子","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"69","lineNum":48,"lineType":1,"content":"不惑。那僧笑道:你且莫問,日後自然明白的。説着,便","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"70","lineNum":49,"lineType":1,"content":"袖籠了這石,同那道人飄然而去,竟不知投奔何方","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"71","lineNum":50,"lineType":1,"content":"何舍。後来又不知過了幾世幾刼。因有個空空道人","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"72","lineNum":51,"lineType":1,"content":"訪道求仙,忽從這大荒山無稽崖青埂峰下經過,忽","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"73","lineNum":52,"lineType":1,"content":"見一大石上,字跡分明,編述歴歴。空空道人乃從頭","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"74","lineNum":53,"lineType":1,"content":"一看,原来就是無材補天,幻形入世","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"75","lineNum":53,"lineType":2,"content":"八字,便是作者一生慚恨,","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"76","lineNum":53,"lineType":1,"content":"蒙","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"77","lineNum":54,"lineType":1,"content":"茫茫大士、𣺌𣺌真人携入紅塵,歴𥁞離合悲歡、炎凉","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"78","lineNum":55,"lineType":1,"content":"世態的一段故事。後面又有一首偈云:","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"79","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890323497"},"logicSentenceId":"0","marginNoteIdList":null},{"lineId":"80","lineNum":58,"lineType":1,"content":"無材可去補蒼天, 枉入紅塵若許年。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"81","lineNum":59,"lineType":1,"content":"此係身前身後事, 倩誰記去作竒傅?","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"82","lineNum":60,"lineType":1,"content":"詩後便是此石墜落之鄉,投胎之處,親自經歴的一","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"83","lineNum":61,"lineType":1,"content":"段陳跡故事。其中家庭閨閣瑣事以及閒情詩詞,到","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"84","lineNum":62,"lineType":1,"content":"還全備,或可適趣觧悶,然朝代、年紀、地輿、邦國却失","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"85","lineNum":63,"lineType":1,"content":"落無考。空空道人遂向石頭説道:石兄,你這一段故","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"86","lineNum":64,"lineType":1,"content":"事,據你自己説有些趣味,故編寫在此,意欲問世傅","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"87","lineNum":65,"lineType":1,"content":"竒。據我看来,第一件無朝代年紀可考,第二件並無","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"88","lineNum":66,"lineType":1,"content":"大賢大忠理朝廷、治風俗的善政,其中只不過幾個","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"89","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890339881"},"logicSentenceId":"0","marginNoteIdList":null},{"lineId":"90","lineNum":69,"lineType":1,"content":"異樣女子,或情或癡,或小才𢕄善,亦無班姑、蔡女之","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"91","lineNum":70,"lineType":1,"content":"德能。我總抄去,恐世人不愛看呢。石頭笑曰:我師何","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"92","lineNum":71,"lineType":1,"content":"太癡也?若云無朝代可考,今我師竟假借漢唐等年","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"93","lineNum":72,"lineType":1,"content":"紀添綴,又有何難?但我想歴来野史,皆蹈一轍,莫如","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"94","lineNum":73,"lineType":1,"content":"我不借此套者,反到新竒別致,不過只取其事體情","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"95","lineNum":74,"lineType":1,"content":"理罷了,又何必拘拘於朝代年紀哉?市井俗人,喜看","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"96","lineNum":75,"lineType":1,"content":"理治之書者甚少,愛看適情閑文者特多。歴来野史,","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"97","lineNum":76,"lineType":1,"content":"或訕謗君相,或貶人妻女,姦淫㐫惡,不可勝數。更有","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"98","lineNum":77,"lineType":1,"content":"一種風月茟墨,其淫污穢臭,屠毒筆墨,壞人子弟,又","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"99","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890356265"},"logicSentenceId":"0","marginNoteIdList":null},{"lineId":"100","lineNum":80,"lineType":1,"content":"不可勝數。至若佳人才子等書,則又千部共出一套,","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"101","lineNum":81,"lineType":1,"content":"且其中終不能不涉於淫濫,以致滿紙潘安、子建、西","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"102","lineNum":82,"lineType":1,"content":"子、文君。不過作者要寫出自己的那兩首情詩艶賦","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"103","lineNum":83,"lineType":1,"content":"来,故假擬出男女二名姓,又必傍出一小人,其間撥","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"104","lineNum":84,"lineType":1,"content":"亂,亦如劇中之小丑然。且環婢開口即者也之乎,非","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"105","lineNum":85,"lineType":1,"content":"文即理,故逐一看去,𢘻皆自相矛盾,大不近情理之","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"106","lineNum":86,"lineType":1,"content":"説。竟不如我半世親睹親聞的這幾個女子,雖不敢","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"107","lineNum":87,"lineType":1,"content":"説強似前代所有書中之人,但事跡原委,亦可以消","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"108","lineNum":88,"lineType":1,"content":"愁破悶;也有幾首歪詩熟詞,可以噴飯供酒。至若離","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"109","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890372649"},"logicSentenceId":"0","marginNoteIdList":null},{"lineId":"110","lineNum":91,"lineType":1,"content":"合悲歡、興衰際遇,則又追踪躡跡,不敢稍加穿鑿,徒","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"111","lineNum":92,"lineType":1,"content":"為哄人之目,而反失其真傅者。今之人,貧者日為衣","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"112","lineNum":93,"lineType":1,"content":"食所累,富者又懐不足之心,總一時稍閑,又有貪淫","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"113","lineNum":94,"lineType":1,"content":"戀色、好貸尋愁之事,那𥚃有工夫去看那理治之書?","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"114","lineNum":95,"lineType":1,"content":"所以我這一段事,也不愿世人稱竒道妙,也不要世","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"115","lineNum":96,"lineType":1,"content":"人喜悅檢讀,只愿他們當那醉飽淫卧之時,或避世","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"116","lineNum":97,"lineType":1,"content":"去愁之際,把此一玩,豈不省了些壽命筋力?就比那","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"117","lineNum":98,"lineType":1,"content":"謀虛逐妄,却也省了口舌是非之害,腿脚奔忙之苦。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"118","lineNum":99,"lineType":1,"content":"再者,亦令世人換新眼目,不比那些胡牽亂扯、忽離","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"119","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890389033"},"logicSentenceId":"0","marginNoteIdList":null},{"lineId":"120","lineNum":102,"lineType":1,"content":"忽遇,滿紙才人淑女、子建、文君、紅娘、小玉等通共熟","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"121","lineNum":103,"lineType":1,"content":"套之𦾔稿。我師以為何如?空空道人聽了此語,思忖","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"122","lineNum":104,"lineType":1,"content":"半晌,将這石頭記","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"123","lineNum":104,"lineType":2,"content":"本名","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"124","lineNum":104,"lineType":1,"content":"再細閱一遍。因見上面雖有指","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"125","lineNum":105,"lineType":1,"content":"上所記奸責佞、貶惡誅邪之語,亦非罵世之㫖;及至君仁臣","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"126","lineNum":106,"lineType":1,"content":"良、父慈子孝,凡倫常所闗之處,皆是稱功頌德,眷眷","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"127","lineNum":107,"lineType":1,"content":"無窮,實非別書可比。雖其中大㫖談情,亦不過實録","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"128","lineNum":108,"lineType":1,"content":"其事,又非假擬妄稱,一味淫邀艶約、私討偷盟之可","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"129","lineNum":109,"lineType":1,"content":"比。因毫不干涉時世,方從頭至尾抄録回来問世。傅","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"130","lineNum":110,"lineType":1,"content":"竒因空見色,由色生情;傅情入色,自色悟空,遂易名","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"131","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890405417"},"logicSentenceId":"0","marginNoteIdList":null},{"lineId":"132","lineNum":113,"lineType":1,"content":"為情僧,改石頭記為情僧録。東魯孔梅溪則題曰風","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"133","lineNum":114,"lineType":1,"content":"月寳鑑。後因曹雪芹於悼紅軒中披閱十載,增刪五","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"134","lineNum":115,"lineType":1,"content":"次,纂成目録,分出章回,則題曰金陵十二釵,並題一","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"135","lineNum":116,"lineType":1,"content":"絕云:","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"136","lineNum":117,"lineType":1,"content":"满纸荒唐言, 一把辛酸淚。","logicSentenceId":"0","marginNoteIdList":null}],"indent":0,"textIndent":false} -{"lines":[{"lineId":"137","lineNum":118,"lineType":1,"content":"都云作者癡, 誰觧其中味?","logicSentenceId":"0","marginNoteIdList":null}],"indent":0,"textIndent":false} -{"lines":[{"lineId":"138","lineNum":119,"lineType":1,"content":"出則既明,且看石上是何故事?按那石上書云","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"139","lineNum":119,"lineType":2,"content":"以下係石上所","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"140","lineNum":120,"lineType":2,"content":"記之文。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"141","lineNum":120,"lineType":1,"content":"當日地䧟東南,這東南一隅,有處曰姑蘓,","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"142","lineNum":120,"lineType":2,"content":"是金陵;","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"143","lineNum":120,"lineType":1,"content":"有城曰閶門,最是紅塵中一二等富貴風流之地。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"144","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890421801"},"logicSentenceId":"0","marginNoteIdList":null},{"lineId":"145","lineNum":123,"lineType":2,"content":"妙極!是石頭口氣。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"146","lineNum":123,"lineType":1,"content":"這閶門外有個十里街,","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"147","lineNum":123,"lineType":2,"content":"開口先云勢利,是伏甄、着二姓之事。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"148","lineNum":124,"lineType":1,"content":"街内有個仁清巷,","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"149","lineNum":124,"lineType":2,"content":"又言人情,總為士隐火後伏茟。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"150","lineNum":124,"lineType":1,"content":"巷内有個古廟,因","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"151","lineNum":125,"lineType":1,"content":"地方窄狹,","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"152","lineNum":125,"lineType":2,"content":"世路𡩖平者最少,","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"153","lineNum":125,"lineType":1,"content":"皆呼作葫蘆廟。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"154","lineNum":125,"lineType":2,"content":"胡塗也,故假語從此興也。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"155","lineNum":125,"lineType":1,"content":"廟","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"156","lineNum":126,"lineType":1,"content":"旁佳着一家鄉宦姓甄,","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"157","lineNum":126,"lineType":2,"content":"真假之甄寳玉亦借此音,後不註。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"158","lineNum":126,"lineType":1,"content":"名費廢,字","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"159","lineNum":127,"lineType":1,"content":"士隐,","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"160","lineNum":127,"lineType":2,"content":"托言将真事隐去也。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"161","lineNum":127,"lineType":1,"content":"嫡妻封氏,","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"162","lineNum":127,"lineType":2,"content":"風因風俗来。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"163","lineNum":127,"lineType":1,"content":"情性賢淑,深明禮","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"164","lineNum":128,"lineType":1,"content":"義。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"165","lineNum":128,"lineType":2,"content":"八字正是寫日後之香菱,見其根源。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"166","lineNum":128,"lineType":1,"content":"家中雖不甚富貴,然本地便也","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"167","lineNum":129,"lineType":1,"content":"推他為望族了。因這甄士隐禀性恬淡,不以功名為","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"168","lineNum":130,"lineType":1,"content":"念,每日只以觀花修竹、酌酒吟詩為樂,到是神仙一","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"169","lineNum":131,"lineType":1,"content":"流人品。只是一件不足:如今年已半百,膝下無兒,","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"170","lineNum":131,"lineType":2,"content":"所謂","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"171","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890438185"},"logicSentenceId":"0","marginNoteIdList":null},{"lineId":"172","lineNum":134,"lineType":2,"content":"美中不足也。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"173","lineNum":134,"lineType":1,"content":"只有一女乳名英蓮,","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"174","lineNum":134,"lineType":2,"content":"設法應憐也。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"175","lineNum":134,"lineType":1,"content":"年方三𡻕。一日,","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"176","lineNum":135,"lineType":1,"content":"炎夏永晝,","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"177","lineNum":135,"lineType":2,"content":"𤍽日無多,","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"178","lineNum":135,"lineType":1,"content":"士隐於書房中閑坐,至手倦拋書,伏","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"179","lineNum":136,"lineType":1,"content":"几少憩,不覺朦朧睡去。夢至一處,不知是何地。忽見","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"180","lineNum":137,"lineType":1,"content":"那廂来了一僧一道,","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"181","lineNum":137,"lineType":2,"content":"是從青埂峯下袖石而来。接得無痕,","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"182","lineNum":137,"lineType":1,"content":"且行且談。只","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"183","lineNum":138,"lineType":1,"content":"聽道人問道:你携了這蠢物,意欲何往?那僧笑道:你","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"184","lineNum":139,"lineType":1,"content":"放心,如今現有一段風流公案,正該結了。這一干風","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"185","lineNum":140,"lineType":1,"content":"流𡨚家,尚未投胎入世,趂此機㑹,就将此蠢物夹帶","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"186","lineNum":141,"lineType":1,"content":"於中,使他去經歴。那道人道:原来近日風流𡨚孽,又","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"187","lineNum":142,"lineType":1,"content":"将造刼歴世去不成?但不知落於何方何處?那僧笑","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"188","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890454569"},"logicSentenceId":"0","marginNoteIdList":null},{"lineId":"189","lineNum":145,"lineType":1,"content":"道:此事説来好笑,竟是千古未聞的罕事。只因西方","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"190","lineNum":146,"lineType":1,"content":"靈河岸上三生石畔,","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"191","lineNum":146,"lineType":2,"content":"妙!所謂三生石上𦾔精𩱿也。全用幻","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"192","lineNum":146,"lineType":1,"content":"有絳珠草一","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"193","lineNum":147,"lineType":1,"content":"株,","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"194","lineNum":147,"lineType":2,"content":"點紅字。 細思絳珠二字,豈非血淚乎?","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"195","lineNum":147,"lineType":1,"content":"時有赤瑕宫","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"196","lineNum":147,"lineType":2,"content":"按瑕字本註玉小赤也。又玉有病者,以此命名。恰","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"197","lineNum":148,"lineType":2,"content":"極。㸃红字二。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"198","lineNum":148,"lineType":1,"content":"神瑛使者,","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"199","lineNum":148,"lineType":2,"content":"點玉字二。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"200","lineNum":148,"lineType":1,"content":"日以甘露灌溉,這","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"201","lineNum":149,"lineType":1,"content":"絳珠草始得久延𡻕月。後来既受天地精華,復得雨","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"202","lineNum":150,"lineType":1,"content":"露滋養,遂得脱却草胎木質,得換人形,僅修成個女","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"203","lineNum":151,"lineType":1,"content":"體,終日逰於離恨天外。饑則食蜜青菓為膳,渴則飮","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"204","lineNum":152,"lineType":1,"content":"灌愁海水為湯。只因尚未酬報灌溉之德,故其在五","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"205","lineNum":153,"lineType":1,"content":"内便鬱結成一段纏綿不舒之意。近日這神瑛使者","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"206","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890470953"},"logicSentenceId":"0","marginNoteIdList":null},{"lineId":"207","lineNum":156,"lineType":1,"content":"凡心偶熾,乗此昌明太平朝世,意欲下凡造歴幻縁,","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"208","lineNum":157,"lineType":2,"content":"點幻字。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"209","lineNum":157,"lineType":1,"content":"已在警幻仙子案前掛了號。警幻亦曽問及灌","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"210","lineNum":158,"lineType":1,"content":"溉之情未償,趂此到可了結的。那絳珠仙子道:他是","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"211","lineNum":159,"lineType":1,"content":"甘露之𠅤,我並無水可還。他既下世為人,我也去下","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"212","lineNum":160,"lineType":1,"content":"世為人,但把我一生所有的眼淚還他,也償還的過","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"213","lineNum":161,"lineType":1,"content":"他了。因此一事,就勾出多少風流𡨚家来,陪他們去","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"214","lineNum":162,"lineType":1,"content":"了結此案。那道人道:果真是罕聞,實未聞有還淚之","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"215","lineNum":163,"lineType":1,"content":"説。想来這一段故事,比歴来風月故事更為瑣碎細","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"216","lineNum":164,"lineType":1,"content":"膩了。那僧、道歴来幾個風流人物,不過傅其大概,以","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"217","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890487337"},"logicSentenceId":"0","marginNoteIdList":null},{"lineId":"218","lineNum":167,"lineType":1,"content":"及詩詞篇章而已。至家庭閨閣中,一飮一食,總未述","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"219","lineNum":168,"lineType":1,"content":"記。再者,大半風月故事,不過偷香、竊王,暗約私奔而","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"220","lineNum":169,"lineType":1,"content":"已,並不曽将兒女之真情發洩一二。想這一干人入","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"221","lineNum":170,"lineType":1,"content":"去,其情癡色鬼、賢愚不肖者,𢘻與前人傅𫑛不同矣。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"222","lineNum":171,"lineType":1,"content":"那道人道:趂此何不你我也去世上度脱幾個,豈不是","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"223","lineNum":172,"lineType":1,"content":"一場功德?那僧道:正合吾意。你且同我到警幻仙子","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"224","lineNum":173,"lineType":1,"content":"宫中,将這蠢物交割清楚。這一干風流孽鬼下世已","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"225","lineNum":174,"lineType":1,"content":"完,你我再去。如今雖已有一半落塵,然猶未全集。道","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"226","lineNum":175,"lineType":1,"content":"人道:既如此,便隨你去来。却説甄士隐俱聽得明白,","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"227","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890503721"},"logicSentenceId":"0","marginNoteIdList":null},{"lineId":"228","lineNum":178,"lineType":1,"content":"但不知所云蠢物係何東西,遂不禁上前施禮,笑問","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"229","lineNum":179,"lineType":1,"content":"道:二仙師請了。那僧道也忙答禮相問。士隐因説道:","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"230","lineNum":180,"lineType":1,"content":"適聞仙師所談因果,實人世罕聞者。但弟子愚濁,不","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"231","lineNum":181,"lineType":1,"content":"能洞𢘻明白。若蒙大開癡頑,備細一聞,弟子則洗耳","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"232","lineNum":182,"lineType":1,"content":"諦聽,稍能警省,亦可免沉淪之苦。二仙笑道:此乃元","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"233","lineNum":183,"lineType":1,"content":"機,不可預洩者。到那時,只不要忘了我二人,可便跳","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"234","lineNum":184,"lineType":1,"content":"出火坑矣。士隐聽了,不便再問,因笑道:元機不可預","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"235","lineNum":185,"lineType":1,"content":"洩,但適云蠢物,不知為何,或可一見否?那僧道:若問","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"236","lineNum":186,"lineType":1,"content":"此物,到有一面之縁。説着,取出逓於士隐。士隐接了","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"237","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890520105"},"logicSentenceId":"0","marginNoteIdList":null},{"lineId":"238","lineNum":189,"lineType":1,"content":"看時,原是塊美玉,上面字跡分明,鐫着通靈寳玉四","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"239","lineNum":190,"lineType":1,"content":"字,後面還有幾行小字。正欲看時,那僧便説:已到幻","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"240","lineNum":191,"lineType":1,"content":"境。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"241","lineNum":191,"lineType":2,"content":"又點幻字云:書已入幻境矣。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"242","lineNum":191,"lineType":1,"content":"便強從手中奪了去,與道人竟過","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"243","lineNum":192,"lineType":1,"content":"一大石牌坊,上書四字,乃是太虛幻境。兩邊又有一","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"244","lineNum":193,"lineType":1,"content":"副對聯,道是:","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"245","lineNum":193,"lineType":2,"content":"無極太極之輪𨍭,色空之相生,四季之隨行,皆不過如此。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"246","lineNum":194,"lineType":1,"content":"假作真時真亦假,  無為有處有還無。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"247","lineNum":195,"lineType":1,"content":"士隐意欲也跟了過去,方舉步時,忽聽一聲霹靂,有","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"248","lineNum":196,"lineType":1,"content":"若山崩地䧟。士隐大呌一聲,定睛一看,只見烈日炎","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"249","lineNum":197,"lineType":1,"content":"炎,芭蕉冉冉,","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"250","lineNum":197,"lineType":2,"content":"醒得無痕,不落𦾔套,","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"251","lineNum":197,"lineType":1,"content":"夢中之事,便忘了對半。又見","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"252","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890536489"},"logicSentenceId":"0","marginNoteIdList":null},{"lineId":"253","lineNum":200,"lineType":1,"content":"奶母正抱了英蓮来。士隐見女兒越發生得粉粧玉","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"254","lineNum":201,"lineType":1,"content":"琢,乘觉可喜,便伸手来抱在懐中,闘他頑耍一回,又","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"255","lineNum":202,"lineType":1,"content":"帶至街前,看那過㑹的熱閙。方欲進来時,只見從那","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"256","lineNum":203,"lineType":1,"content":"邊来一僧一道,那僧則癩頭跣足,那道則跛足蓬頭,","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"257","lineNum":204,"lineType":2,"content":"此是幻像。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"258","lineNum":204,"lineType":1,"content":"瘋瘋顛顛,揮霍談咲而至。及到了他門前,看見","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"259","lineNum":205,"lineType":1,"content":"士隐抱着英蓮,那僧便大哭起来,又向士隐道:施主,","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"260","lineNum":206,"lineType":1,"content":"你把這有命無運、累及爹娘之物,抱在懐中作甚?士","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"261","lineNum":207,"lineType":1,"content":"隐聽了,知是瘋話,也不去睬他。那僧還説:捨我罷!捨","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"262","lineNum":208,"lineType":1,"content":"我罷!士隐不耐煩,便抱女兒要進去。那僧指着他大","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"263","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890552873"},"logicSentenceId":"0","marginNoteIdList":null},{"lineId":"264","lineNum":211,"lineType":1,"content":"笑,口念了四句言詞道:","logicSentenceId":"0","marginNoteIdList":null}],"indent":0,"textIndent":false} -{"lines":[{"lineId":"265","lineNum":212,"lineType":1,"content":"慣養姣生笑你癡,  菱花空對雪斯斯。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"266","lineNum":213,"lineType":1,"content":"好防佳莭元宵後,  便是烟消火㓕時。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"267","lineNum":214,"lineType":1,"content":"士隐聽得明白,心下猶豫,意欲問他来歴。只聽得道","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"268","lineNum":215,"lineType":1,"content":"人説道:你我不必同行,就此分手,各幹營生去罷。三","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"269","lineNum":216,"lineType":1,"content":"刼後,我在北邙山等你。㑹齊了,同徃太虛幻境銷號。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"270","lineNum":217,"lineType":1,"content":"那僧道:妙極!妙極!説畢,二人一去,再不見個踪跡。士","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"271","lineNum":218,"lineType":1,"content":"隐心中此時自忖:這兩個人必有来歴,該試一問,如","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"272","lineNum":219,"lineType":1,"content":"今悔却晚也。這士隐正癡想,忽見葫蘆廟内寄居一","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"273","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890569257"},"logicSentenceId":"0","marginNoteIdList":null},{"lineId":"274","lineNum":222,"lineType":1,"content":"窮儒,姓賈名化,","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"275","lineNum":222,"lineType":2,"content":"假話也。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"276","lineNum":222,"lineType":1,"content":"字時飛,","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"277","lineNum":222,"lineType":2,"content":"實非也。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"278","lineNum":222,"lineType":1,"content":"別號雨村者,","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"279","lineNum":222,"lineType":2,"content":"雨村者,村","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"280","lineNum":223,"lineType":2,"content":"言、粗言粗語也。言以粗村之言,演出一段假話,","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"281","lineNum":223,"lineType":1,"content":"走了出来。這賈雨村原係湖","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"282","lineNum":224,"lineType":1,"content":"州人氏,原是詩書仕宦之族。因他生於末世,父母袓","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"283","lineNum":225,"lineType":1,"content":"宗,根基一𥁞,人口衰𢕄,只剩得他一身一口,在家鄉","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"284","lineNum":226,"lineType":1,"content":"無益,因進京求取功名,再整基業。自前𡻕来此,又淹","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"285","lineNum":227,"lineType":1,"content":"蹇住了,暫在廟中安身,每日賣字作文為生,故士隐","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"286","lineNum":228,"lineType":1,"content":"常與他交接。當下雨村見了士隐,忙施禮陪笑道:老","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"287","lineNum":229,"lineType":1,"content":"先生𠋣門佇望,敢街市上有甚新文否?士隐笑道:非","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"288","lineNum":230,"lineType":1,"content":"也。適因小女啼哭,引他出来作耍,正是無𦕬之甚。兄","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"289","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890585641"},"logicSentenceId":"0","marginNoteIdList":null},{"lineId":"290","lineNum":233,"lineType":1,"content":"来得正妙,請入小齋一談,彼此皆可消此永晝。説着,","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"291","lineNum":234,"lineType":1,"content":"便令人送女進去,自携了雨村来至書房中,小童獻","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"292","lineNum":235,"lineType":1,"content":"茶。方談得三五句話,忽家人飛報:嚴老爺来拜","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"293","lineNum":235,"lineType":2,"content":"炎也。炎既","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"294","lineNum":236,"lineType":2,"content":"来,火将至矣。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"295","lineNum":236,"lineType":1,"content":"士隐慌的忙起身謝罪道:恕誑駕之罪,略坐","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"296","lineNum":237,"lineType":1,"content":"弟即来陪。雨村忙起身亦譲道:老先生請便,晚生乃","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"297","lineNum":238,"lineType":1,"content":"常造之客,稍候何妨。説着,士隐已出前庭去了。這𥚃","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"298","lineNum":239,"lineType":1,"content":"雨村且翻弄書籍觧悶,忽聽𥦗外有女子𠻳聲,雨村","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"299","lineNum":240,"lineType":1,"content":"遂起身往𥦗外一看,原来是一個丫環在那𥚃擷花,","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"300","lineNum":241,"lineType":1,"content":"生得儀容不俗,眉目清朗,雖無十分姿色,却亦有動","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"301","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890602025"},"logicSentenceId":"0","marginNoteIdList":null},{"lineId":"302","lineNum":244,"lineType":1,"content":"人之處。雨村不覺看得呆了。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"303","lineNum":244,"lineType":2,"content":"古今窮酸,色心最重。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"304","lineNum":244,"lineType":1,"content":"那甄家丫環","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"305","lineNum":245,"lineType":1,"content":"擷了花,方欲走時,猛抬頭見𥦗内有人,敝巾𦾔服,雖","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"306","lineNum":246,"lineType":1,"content":"是貧窘,然生得腰寬背厚,面濶口方,更𠔥劍眉星眼,","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"307","lineNum":247,"lineType":1,"content":"直鼻權腮。這丫環忙𨍭身回避,心下乃想:這人生得","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"308","lineNum":248,"lineType":1,"content":"這樣雄壯,却又這樣藍縷,想他定是我家主人常説","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"309","lineNum":249,"lineType":1,"content":"的什麽賈雨村了,每有意帮助週濟,只是無甚機㑹。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"310","lineNum":250,"lineType":1,"content":"我家並無這樣貧窘親友,想定是此人無疑了。怪道","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"311","lineNum":251,"lineType":1,"content":"又説他必非久困之人。如此想,不免又回頭兩次。雨","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"312","lineNum":252,"lineType":1,"content":"村見他回頭,便自為這女子,心中有意於他,便狂喜","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"313","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890618409"},"logicSentenceId":"0","marginNoteIdList":null},{"lineId":"314","lineNum":255,"lineType":1,"content":"不禁,自為此女子必是個巨眼英毫,風塵中之知己","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"315","lineNum":256,"lineType":1,"content":"也。一時小童進来,聽得前面留飯,不可久待,遂從夹","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"316","lineNum":257,"lineType":1,"content":"道中自便出門去了。士隐待客既散,知雨村自便,也","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"317","lineNum":258,"lineType":1,"content":"不去再邀了。一日,早又中秋佳節,士隐家宴已畢,乃","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"318","lineNum":259,"lineType":1,"content":"具一席於書房,却自己步月至廟中,来邀雨村。雨村","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"319","lineNum":260,"lineType":1,"content":"自那日見了甄家之婢,曽回頭顧他兩次,自為是個","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"320","lineNum":261,"lineType":1,"content":"知己,便時刻放在心上。今又值中秋,不免對月有懐,","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"321","lineNum":262,"lineType":1,"content":"因而口占五言一律云:","logicSentenceId":"0","marginNoteIdList":null}],"indent":0,"textIndent":false} -{"lines":[{"lineId":"322","lineNum":263,"lineType":1,"content":"未卜三生願, 頻添一段愁。 悶来時歛額,","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"323","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890634793"},"logicSentenceId":"0","marginNoteIdList":null},{"lineId":"324","lineNum":266,"lineType":1,"content":"行去幾回頭。 自顧風前影, 誰堪月下儔?","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"325","lineNum":267,"lineType":1,"content":"蟾光如有意, 先上玉人樓。","logicSentenceId":"0","marginNoteIdList":null}],"indent":0,"textIndent":false} -{"lines":[{"lineId":"326","lineNum":268,"lineType":1,"content":"雨村吟罷,因又思及平生抱負,苦未逢時,乃又搔首","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"327","lineNum":269,"lineType":1,"content":"對天長嘆,後高吟一聯云:","logicSentenceId":"0","marginNoteIdList":null}],"indent":0,"textIndent":false} -{"lines":[{"lineId":"328","lineNum":270,"lineType":1,"content":"玉在匵中求善價,  釵於奩同待時飛。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"329","lineNum":271,"lineType":1,"content":"恰值士隐走来聽見,笑道:雨村兄真抱負不淺也。雨","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"330","lineNum":272,"lineType":1,"content":"村忙笑道:豈敢!不過偶吟前人之句,何敢狂誔至此?","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"331","lineNum":273,"lineType":1,"content":"因問:老先生何興?士隐笑道:今夜中秋,俗謂圑圎之","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"332","lineNum":274,"lineType":1,"content":"莭,想尊兄旅寄僧房,不無寂寥之感,故特具小酌,邀","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"333","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890651177"},"logicSentenceId":"0","marginNoteIdList":null},{"lineId":"334","lineNum":277,"lineType":1,"content":"兄到敝齋一飮,不知可納芹意否?雨村聽了,並不推","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"335","lineNum":278,"lineType":1,"content":"𨐲,便笑道:既蒙謬愛,何敢拂此盛意?説着,便同士隐","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"336","lineNum":279,"lineType":1,"content":"過這邊書院中来。湏臾茶畢,早已設下杯盤,那美酒","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"337","lineNum":280,"lineType":1,"content":"佳餚,自不必説。二人歸坐,先是欵斟慢飮,漸次談至","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"338","lineNum":281,"lineType":1,"content":"興濃,不覺飛觥限斚起来。當時街坊上家家簫管,户","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"339","lineNum":282,"lineType":1,"content":"户絃歌,當頭一輪明月,飛彩凝輝。二人愈覺豪興,酒","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"340","lineNum":283,"lineType":1,"content":"到杯乾。雨村此時已有七八分酒意,狂興不禁,乃對","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"341","lineNum":284,"lineType":1,"content":"月當杯,口號一絕云:","logicSentenceId":"0","marginNoteIdList":null}],"indent":0,"textIndent":false} -{"lines":[{"lineId":"342","lineNum":285,"lineType":1,"content":"时逢三五便圑圎,  滿把晴光䕶玉欄。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"343","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890667561"},"logicSentenceId":"0","marginNoteIdList":null},{"lineId":"344","lineNum":288,"lineType":1,"content":"天上一輪𦆵捧出,  人間萬姓仰頭看。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"345","lineNum":289,"lineType":1,"content":"士隐聽了,大呌:妙哉!吾每謂兄必非久居人下者,今","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"346","lineNum":290,"lineType":1,"content":"所吟之句,飛騰之兆已見,不日可得接步履於雲霓","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"347","lineNum":291,"lineType":1,"content":"之上矣。可賀,可賀!乃親斟一斗為賀。雨村因乾過,嘆","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"348","lineNum":292,"lineType":1,"content":"道:非晚生酒後狂言,若論時尚之學,晚生也或可去","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"349","lineNum":293,"lineType":1,"content":"充數沽名。只是目今行囊路費,一概無措。神京路遠,","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"350","lineNum":294,"lineType":1,"content":"非賴賣字撰文即能到者。士隐不待説完,便道:兄何","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"351","lineNum":295,"lineType":1,"content":"不早言?愚每有此心,便每遇兄時,並未談及,愚故未","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"352","lineNum":296,"lineType":1,"content":"敢唐突。今既及此,愚雖不才,義利二字却還識得。且","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"353","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890683945"},"logicSentenceId":"0","marginNoteIdList":null},{"lineId":"354","lineNum":299,"lineType":1,"content":"喜明𡻕大比,兄宜作速入都,春闈一戰,方不負兄之","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"355","lineNum":300,"lineType":1,"content":"所學也。其盤費餘事,弟自代為處置,亦不枉史之謬","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"356","lineNum":301,"lineType":1,"content":"識矣。當下即命小童進去,速封五十兩白銀並兩套","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"357","lineNum":302,"lineType":1,"content":"冬衣又去:十九日乃黄道之期,兄可即買舟西上,待","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"358","lineNum":303,"lineType":1,"content":"雄飛高舉,明冬再晤,豈非大快之事耶?雨村收了銀","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"359","lineNum":304,"lineType":1,"content":"衣,不過略謝一語,並不介意,仍是吃酒談笑。那天已","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"360","lineNum":305,"lineType":1,"content":"交三鼓,二人方散。士隐送雨村去後,回房一覺,直至","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"361","lineNum":306,"lineType":1,"content":"紅日三竿方醒。因思昨夜之事,意欲再寫兩對書與","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"362","lineNum":307,"lineType":1,"content":"雨村,帶至神都,使雨村投謁個仕宦之家,為寄足之","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"363","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890700329"},"logicSentenceId":"0","marginNoteIdList":null},{"lineId":"364","lineNum":310,"lineType":1,"content":"地。因使人過去請時,那家人去了,回来言:和尚説賈爺","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"365","lineNum":311,"lineType":1,"content":"今日五鼓已進京去了,也曽留下話與和尚轉達老","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"366","lineNum":312,"lineType":1,"content":"爺,説讀書人不在黄道黑道,總以事理為要,不及面","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"367","lineNum":313,"lineType":1,"content":"辭了。士隐聽了,也只得罷了。真是閒處光隂易過,倏","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"368","lineNum":314,"lineType":1,"content":"忽又是元宵佳節矣。因士隐命家人霍啟","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"369","lineNum":314,"lineType":2,"content":"妙,禍起也。此因事命","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"370","lineNum":315,"lineType":2,"content":"名。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"371","lineNum":315,"lineType":1,"content":"抱了英蓮去看社火花燈。半夜中,霍啟因要小觧,","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"372","lineNum":316,"lineType":1,"content":"便将英蓮放在一家門檻上坐着,待他小觧完了来","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"373","lineNum":317,"lineType":1,"content":"抱時,那有英蓮的踪影?急得霍啟直尋了半夜,至天","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"374","lineNum":318,"lineType":1,"content":"明不見。那霍啟也就不敢回来見主人,便逃徃他鄉","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"375","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890716713"},"logicSentenceId":"0","marginNoteIdList":null},{"lineId":"376","lineNum":321,"lineType":1,"content":"去了。那士隐夫婦見女兒一夜不歸,便知有些不妥,","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"377","lineNum":322,"lineType":1,"content":"再使幾人去尋找,回来皆云:音信全無。夫婦二人,半","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"378","lineNum":323,"lineType":1,"content":"世只生此女,一旦失落,豈不思想?因此晝夜啼哭,幾","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"379","lineNum":324,"lineType":1,"content":"乎不曽尋死。看看一月,士隐先就得了一病。當時封","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"380","lineNum":325,"lineType":1,"content":"氏也因思女搆疾,日日請醫調治。不想這一日三月","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"381","lineNum":326,"lineType":1,"content":"十五日,葫蘆廟炸供,那些和尚不加小心,致使油鍋","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"382","lineNum":327,"lineType":1,"content":"火𨓜,便燒着𥦗紙。此方人家多用竹壁,大抵也因刼","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"383","lineNum":328,"lineType":1,"content":"数。於是接二連三,撁五掛六,将一條街燒如火𦦨山","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"384","lineNum":329,"lineType":1,"content":"一般。彼時雖有軍民来救,那火已成了勢,如何救得","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"385","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890733097"},"logicSentenceId":"0","marginNoteIdList":null},{"lineId":"386","lineNum":332,"lineType":1,"content":"下?直燒了一夜,方漸漸的熄去。也不知燒了幾家,只","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"387","lineNum":333,"lineType":1,"content":"可憐甄氏在隔壁,早已燒成一片瓦礫場了,只有他","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"388","lineNum":334,"lineType":1,"content":"夫婦並幾個家人的性命不曽傷了,急得士隐惟跌","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"389","lineNum":335,"lineType":1,"content":"足長偏而已。只得與妻子商議,且将就到田庄上去","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"390","lineNum":336,"lineType":1,"content":"安身。嘆值近年水旱不收,鼠盗蜂起,無非搶田奪地,","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"391","lineNum":337,"lineType":1,"content":"民不安生。因此官兵剿捕,難以安身。士隐只得将田","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"392","lineNum":338,"lineType":1,"content":"庄都質變,携妻子與兩個丫環,投他岳丈家去。他岳","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"393","lineNum":339,"lineType":1,"content":"丈名封肅,","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"394","lineNum":339,"lineType":2,"content":"風俗","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"395","lineNum":339,"lineType":1,"content":"本貫大如州人氏,","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"396","lineNum":339,"lineType":2,"content":"託言大㮣如是。之風俗也。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"397","lineNum":339,"lineType":1,"content":"雖是務","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"398","lineNum":340,"lineType":1,"content":"農,家中都還殷實。今見女兒女壻這等狼狽而来,心","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"399","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890749481"},"logicSentenceId":"0","marginNoteIdList":null},{"lineId":"400","lineNum":343,"lineType":1,"content":"中便有些不樂。幸而士隐還有質變地的銀子未曽","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"401","lineNum":344,"lineType":1,"content":"用完,挐出来託他隨分就價,置些湏房地,為後日衣","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"402","lineNum":345,"lineType":1,"content":"食之計。那封肅便半哄嫌些湏,與他些薄田朽屋。士","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"403","lineNum":346,"lineType":1,"content":"隐乃讀書之人,不慣生理稼穡等事,免強支持了一","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"404","lineNum":347,"lineType":1,"content":"二年,越覺窮了下去。封肅每見面時,説些現成話,且","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"405","lineNum":348,"lineType":1,"content":"人前人後,又怨他們不善過活,一味好吃懶做等語。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"406","lineNum":349,"lineType":1,"content":"士隐知投人不着,心中未免悔恨。再𠔥上年驚唬,急","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"407","lineNum":350,"lineType":1,"content":"忿怨痛,已有積傷,暮年之人,貧病交攻,漸漸的露出","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"408","lineNum":351,"lineType":1,"content":"那下世光景来。可巧這日拄了拐,挣挫到街上散散","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"409","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890765865"},"logicSentenceId":"0","marginNoteIdList":null},{"lineId":"410","lineNum":354,"lineType":1,"content":"心時,忽見那邊来了一個跛足道人,瘋狂落脱蔴履","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"411","lineNum":355,"lineType":1,"content":"鶉衣,口内念着幾句言詞道:","logicSentenceId":"0","marginNoteIdList":null}],"indent":0,"textIndent":false} -{"lines":[{"lineId":"412","lineNum":356,"lineType":1,"content":"世人都曉神仙好,  惟有功名忘不了,","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"413","lineNum":357,"lineType":1,"content":"古今将相在何方? 荒塜一堆草沒了!","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"414","lineNum":358,"lineType":1,"content":"世人都曉神仙好, 只有金銀忘不了,","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"415","lineNum":359,"lineType":1,"content":"終朝只恨聚無多, 及到多時眼閉了!","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"416","lineNum":360,"lineType":1,"content":"世人都説神仙好, 只有姣妻忘不了,","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"417","lineNum":361,"lineType":1,"content":"君生日日説恩情, 君死又隨人去了。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"418","lineNum":362,"lineType":1,"content":"世人都説神仙好, 惟有兒孫忘不了。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"419","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890782249"},"logicSentenceId":"0","marginNoteIdList":null},{"lineId":"420","lineNum":365,"lineType":1,"content":"癡心父母古来多, 孝順兒孫誰見了?","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"421","lineNum":366,"lineType":1,"content":"士隐聽了,便迎上来道:你説些什麽?只聽見些好了","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"422","lineNum":367,"lineType":1,"content":"好了。那道人道:你若果聽見好了二字,還筭明白。可","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"423","lineNum":368,"lineType":1,"content":"知世人萬般,好便是了,了便是好;若不了,便不好;若","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"424","lineNum":369,"lineType":1,"content":"要好,湏是了。我這歌兒,便名好了歌。士隐本是有宿","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"425","lineNum":370,"lineType":1,"content":"慧的,一聞此言,心中早已徹悟,因笑道:且住,待我将","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"426","lineNum":371,"lineType":1,"content":"你好了歌觧註出来何如?道人笑道:你觧,你觧。士隐","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"427","lineNum":372,"lineType":1,"content":"乃説道:","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"428","lineNum":372,"lineType":2,"content":"要寫情,要寫幻境,偏先寫出一萹竒人竒境来。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"429","lineNum":372,"lineType":1,"content":"陋室空堂,當年笏滿","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"430","lineNum":373,"lineType":1,"content":"床; 衰草枯楊,曽為歌舞。 蛛𢇁兒結滿雕梁 縁,","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"431","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890798633"},"logicSentenceId":"0","marginNoteIdList":null},{"lineId":"432","lineNum":376,"lineType":1,"content":"紗兒今又糊在蓬𥦗上。 説甚麽脂正濃,粉正香,","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"433","lineNum":377,"lineType":1,"content":"如何两𩬆又成霜? 昨日黄土隴頭送白骨, 今宵","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"434","lineNum":378,"lineType":1,"content":"紅燈帳底卧鴛鴦。 金滿箱, 銀滿箱, 轉眼乞丐","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"435","lineNum":379,"lineType":1,"content":"人皆謗。正嘆他人命不長, 那知自己歸来丧。 訓","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"436","lineNum":380,"lineType":1,"content":"有方,保不定後日作强梁; 擇膏梁,誰承望流落在","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"437","lineNum":381,"lineType":1,"content":"烟花巷。 因嫌紗帽小, 致使鎻枷扛。 昨憐破襖","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"438","lineNum":382,"lineType":1,"content":"寒, 今嫌紫袍長。 亂哄哄,你方唱罷我登場, 反","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"439","lineNum":383,"lineType":1,"content":"認他鄉是故鄉。 甚荒唐, 到頭来都是為他人作","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"440","lineNum":384,"lineType":1,"content":"了衣裳!","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"441","lineNum":384,"lineType":2,"content":"誰不觧得世事如此,有龍象力者方能放得下。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"442","lineNum":384,"lineType":1,"content":"那瘋跛道人聽了,拍","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"443","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890815017"},"logicSentenceId":"0","marginNoteIdList":null},{"lineId":"444","lineNum":387,"lineType":1,"content":"掌笑道:觧得切,觧得切!士隐便説一聲罷,将道人肩","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"445","lineNum":388,"lineType":1,"content":"上搭連搶了過来背着,竟不知回家,同了道人飄飄","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"446","lineNum":389,"lineType":1,"content":"而去。當下烘動街坊,衆人當作一件新文。傅説。封氏","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"447","lineNum":390,"lineType":1,"content":"聞得此信,哭了死去活来,只得與父親商議,遣人各","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"448","lineNum":391,"lineType":1,"content":"處訪尋。那知音信全無。無奈何,少不得依着他父母","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"449","lineNum":392,"lineType":1,"content":"度日。幸而身邊還有兩個𦾔日的丫環伏侍,主僕三","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"450","lineNum":393,"lineType":1,"content":"人,日夜作些針線發賣,帮着父親過活。那封肅雖然","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"451","lineNum":394,"lineType":1,"content":"日日抱怨,然也無可如何了。這日甄家大丫頭在門","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"452","lineNum":395,"lineType":1,"content":"前買線,忽聽街上喝道之聲,衆人都説新太爺到任。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"453","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890831401"},"logicSentenceId":"0","marginNoteIdList":null},{"lineId":"454","lineNum":398,"lineType":1,"content":"丫環於是隐在門内看時,只見軍牢快手一對一對","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"455","lineNum":399,"lineType":1,"content":"的過去,俄而大轎内抬着一個烏紗猩袍的官府過","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"456","lineNum":400,"lineType":1,"content":"去。丫環到發了怔,自忖:這官好面善,到像在那裡㑹","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"457","lineNum":401,"lineType":1,"content":"過的。於是進入房中,也就丟過不在心上。至晚間,正","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"458","lineNum":402,"lineType":1,"content":"等歇時,忽聽一片聲打的門響,許多人亂譲,説:本府","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"459","lineNum":403,"lineType":1,"content":"太爺的差人来傅人問話。封肅聽了,唬得目瞪口呆。","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"460","lineNum":404,"lineType":1,"content":"不知有何禍事,且聽下回分解。","logicSentenceId":"0","marginNoteIdList":null}],"indent":0,"textIndent":false} -{"lines":[{"lineId":"461","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890847785"},"logicSentenceId":"0","marginNoteIdList":null},{"lineId":"462","lineNum":407,"lineType":1,"content":"總評","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"463","lineNum":408,"lineType":1,"content":"出口神竒,幻中不幻;文勢跳躍,情𥚃生情。借幻","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"464","lineNum":409,"lineType":1,"content":"説法,而幻中更自多情;因情捉茟,而情𥚃偏成","logicSentenceId":"0","marginNoteIdList":null},{"lineId":"465","lineNum":410,"lineType":1,"content":"癡幻。試問君家識得否?色空空色兩無干。","logicSentenceId":"0","marginNoteIdList":null}],"indent":0,"textIndent":false} \ No newline at end of file +{"lines":[{"lineId":"1","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890241577"},"logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"2","lineNum":3,"lineType":4,"content":"第一回","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null}],"indent":0,"textIndent":false} +{"lines":[{"lineId":"3","lineNum":4,"lineType":1,"content":"甄士隐夢幻識通靈 賈雨村風塵懐閨秀","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null}],"indent":0,"textIndent":false} +{"lines":[{"lineId":"4","lineNum":5,"lineType":1,"content":"此開卷第一回也。作者自云:因曽歴過一畨夢幻之","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"5","lineNum":6,"lineType":1,"content":"後,故将真事隐去,而借通靈之说,撰此石頭記一書","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"6","lineNum":7,"lineType":1,"content":"也,故曰甄士隐云云。但書中所記何事何人?自又云:","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"7","lineNum":8,"lineType":1,"content":"今風塵碌碌,一事無成,忽念及當日所有之女子,一","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"8","lineNum":9,"lineType":1,"content":"一細考較去,覺其行止見識,皆出於我之上。何我堂","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"9","lineNum":10,"lineType":1,"content":"堂鬚眉,誠不若彼裙釵女子?實愧則有餘,悔又無益,","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"10","lineNum":11,"lineType":1,"content":"是大無可如何之日也。當此,則自欲将已往所頼天","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"11","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890257961"},"logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"12","lineNum":14,"lineType":1,"content":"恩袓德,錦衣紈袴之時,飫甘𩞹肥之日,背父兄教育","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"13","lineNum":15,"lineType":1,"content":"之恩,負師友規訓之德,以致今日一技無成,半生潦","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"14","lineNum":16,"lineType":1,"content":"倒之罪,編述一集,以告天下人。我之罪固不免,然閨","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"15","lineNum":17,"lineType":1,"content":"閣中本自歴歴有人,萬不可因我之不肖,自己䕶短,","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"16","lineNum":18,"lineType":1,"content":"一併使其冺滅。雖今日之茅椽蓬牖,瓦𥩋繩床,其晨","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"17","lineNum":19,"lineType":1,"content":"夕風露,堦栁庭花,亦未有防我之襟懐,束茟閣墨。雖","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"18","lineNum":20,"lineType":1,"content":"我未學,下茟無文,又何妨用俚語村言,敷演出一段","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"19","lineNum":21,"lineType":1,"content":"故事来,亦可使閨閣照傅,復可悅世之目,破人愁悶,","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"20","lineNum":22,"lineType":1,"content":"不亦宜乎?故曰賈雨村云云。列位看官,你道此書何","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"21","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890274345"},"logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"22","lineNum":25,"lineType":1,"content":"来?説起根由,雖近荒唐,細按則深有趣味。待在下将","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"23","lineNum":26,"lineType":1,"content":"此来歴註明,方使閱者了然不惑。原来女媧氏煉石","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"24","lineNum":27,"lineType":1,"content":"補天之時,於大荒山、","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"25","lineNum":27,"lineType":2,"content":"荒唐也。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"26","lineNum":27,"lineType":1,"content":"無稽崖,","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"27","lineNum":27,"lineType":2,"content":"無稽也。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"28","lineNum":27,"lineType":1,"content":"煉成高經十","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"29","lineNum":28,"lineType":1,"content":"二丈、","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"30","lineNum":28,"lineType":2,"content":"照應十二釵。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"31","lineNum":28,"lineType":1,"content":"方經二十四丈,","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"32","lineNum":28,"lineType":2,"content":"照應副十二釵。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"33","lineNum":28,"lineType":1,"content":"頑石三萬六千","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"34","lineNum":29,"lineType":1,"content":"五百零一塊,媧皇氏只用了三萬六千五百塊,","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"35","lineNum":29,"lineType":2,"content":"合週天之","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"36","lineNum":30,"lineType":2,"content":"數。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"37","lineNum":30,"lineType":1,"content":"只单单的剩了一塊未用,便棄在此山青埂峯下。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"38","lineNum":31,"lineType":2,"content":"妙。自謂墜落情根,故無補天用。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"39","lineNum":31,"lineType":1,"content":"誰知此石自經煆煉之後,靈性已通。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"40","lineNum":32,"lineType":2,"content":"煆煉後,性方通。甚哉,人生不學也!","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"41","lineNum":32,"lineType":1,"content":"因見衆石俱得補天,獨自已無材,","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"42","lineNum":33,"lineType":1,"content":"不堪入選,遂自怨自嘆,日夜悲啼慚愧。一日,正當嗟","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"43","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890290729"},"logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"44","lineNum":36,"lineType":1,"content":"悼之際,俄見一僧一道,遠遠而来,生得骨格不凡,丰","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"45","lineNum":37,"lineType":1,"content":"神逈異。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"46","lineNum":37,"lineType":2,"content":"這是真像,非幻像也。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"47","lineNum":37,"lineType":1,"content":"来至石下,席地而坐長談。見一塊","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"48","lineNum":38,"lineType":1,"content":"鮮明瑩潔美玉,且又縮扇墜成大小的,可佩可挐。那","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"49","lineNum":39,"lineType":1,"content":"僧托於掌止,笑道:形體到也是個寳物了,還只沒有","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"50","lineNum":40,"lineType":1,"content":"實在好處。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"51","lineNum":40,"lineType":2,"content":"好極。今之金玉其外,敗絮其中者,見此大不歡喜。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"52","lineNum":40,"lineType":1,"content":"湏得再鐫上數","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"53","lineNum":41,"lineType":1,"content":"字,使人一見便知是竒物方妙。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"54","lineNum":41,"lineType":2,"content":"世上原宜假不宜真也。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"55","lineNum":41,"lineType":1,"content":"然後好","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"56","lineNum":42,"lineType":1,"content":"携你到隆盛昌明之邦,","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"57","lineNum":42,"lineType":2,"content":"伏長安。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"58","lineNum":42,"lineType":1,"content":"詩禮簮纓之族,","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"59","lineNum":42,"lineType":2,"content":"伏榮國府。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"60","lineNum":42,"lineType":1,"content":"花","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"61","lineNum":43,"lineType":1,"content":"栁繁華之地,","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"62","lineNum":43,"lineType":2,"content":"伏大觀園。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"63","lineNum":43,"lineType":1,"content":"温柔富貴之鄉,","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"64","lineNum":43,"lineType":2,"content":"伏紫芝軒。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"65","lineNum":43,"lineType":1,"content":"去安身樂業。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"66","lineNum":44,"lineType":1,"content":"石頭聽了,喜之不𥁞,乃問道:不知賜了弟子那幾件","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"67","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890307113"},"logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"68","lineNum":47,"lineType":1,"content":"竒處?又不知擕了弟子到何地方?望乞明示,使弟子","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"69","lineNum":48,"lineType":1,"content":"不惑。那僧笑道:你且莫問,日後自然明白的。説着,便","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"70","lineNum":49,"lineType":1,"content":"袖籠了這石,同那道人飄然而去,竟不知投奔何方","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"71","lineNum":50,"lineType":1,"content":"何舍。後来又不知過了幾世幾刼。因有個空空道人","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"72","lineNum":51,"lineType":1,"content":"訪道求仙,忽從這大荒山無稽崖青埂峰下經過,忽","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"73","lineNum":52,"lineType":1,"content":"見一大石上,字跡分明,編述歴歴。空空道人乃從頭","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"74","lineNum":53,"lineType":1,"content":"一看,原来就是無材補天,幻形入世","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"75","lineNum":53,"lineType":2,"content":"八字,便是作者一生慚恨,","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"76","lineNum":53,"lineType":1,"content":"蒙","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"77","lineNum":54,"lineType":1,"content":"茫茫大士、𣺌𣺌真人携入紅塵,歴𥁞離合悲歡、炎凉","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"78","lineNum":55,"lineType":1,"content":"世態的一段故事。後面又有一首偈云:","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"79","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890323497"},"logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"80","lineNum":58,"lineType":1,"content":"無材可去補蒼天, 枉入紅塵若許年。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"81","lineNum":59,"lineType":1,"content":"此係身前身後事, 倩誰記去作竒傅?","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"82","lineNum":60,"lineType":1,"content":"詩後便是此石墜落之鄉,投胎之處,親自經歴的一","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"83","lineNum":61,"lineType":1,"content":"段陳跡故事。其中家庭閨閣瑣事以及閒情詩詞,到","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"84","lineNum":62,"lineType":1,"content":"還全備,或可適趣觧悶,然朝代、年紀、地輿、邦國却失","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"85","lineNum":63,"lineType":1,"content":"落無考。空空道人遂向石頭説道:石兄,你這一段故","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"86","lineNum":64,"lineType":1,"content":"事,據你自己説有些趣味,故編寫在此,意欲問世傅","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"87","lineNum":65,"lineType":1,"content":"竒。據我看来,第一件無朝代年紀可考,第二件並無","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"88","lineNum":66,"lineType":1,"content":"大賢大忠理朝廷、治風俗的善政,其中只不過幾個","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"89","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890339881"},"logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"90","lineNum":69,"lineType":1,"content":"異樣女子,或情或癡,或小才𢕄善,亦無班姑、蔡女之","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"91","lineNum":70,"lineType":1,"content":"德能。我總抄去,恐世人不愛看呢。石頭笑曰:我師何","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"92","lineNum":71,"lineType":1,"content":"太癡也?若云無朝代可考,今我師竟假借漢唐等年","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"93","lineNum":72,"lineType":1,"content":"紀添綴,又有何難?但我想歴来野史,皆蹈一轍,莫如","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"94","lineNum":73,"lineType":1,"content":"我不借此套者,反到新竒別致,不過只取其事體情","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"95","lineNum":74,"lineType":1,"content":"理罷了,又何必拘拘於朝代年紀哉?市井俗人,喜看","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"96","lineNum":75,"lineType":1,"content":"理治之書者甚少,愛看適情閑文者特多。歴来野史,","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"97","lineNum":76,"lineType":1,"content":"或訕謗君相,或貶人妻女,姦淫㐫惡,不可勝數。更有","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"98","lineNum":77,"lineType":1,"content":"一種風月茟墨,其淫污穢臭,屠毒筆墨,壞人子弟,又","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"99","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890356265"},"logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"100","lineNum":80,"lineType":1,"content":"不可勝數。至若佳人才子等書,則又千部共出一套,","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"101","lineNum":81,"lineType":1,"content":"且其中終不能不涉於淫濫,以致滿紙潘安、子建、西","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"102","lineNum":82,"lineType":1,"content":"子、文君。不過作者要寫出自己的那兩首情詩艶賦","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"103","lineNum":83,"lineType":1,"content":"来,故假擬出男女二名姓,又必傍出一小人,其間撥","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"104","lineNum":84,"lineType":1,"content":"亂,亦如劇中之小丑然。且環婢開口即者也之乎,非","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"105","lineNum":85,"lineType":1,"content":"文即理,故逐一看去,𢘻皆自相矛盾,大不近情理之","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"106","lineNum":86,"lineType":1,"content":"説。竟不如我半世親睹親聞的這幾個女子,雖不敢","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"107","lineNum":87,"lineType":1,"content":"説強似前代所有書中之人,但事跡原委,亦可以消","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"108","lineNum":88,"lineType":1,"content":"愁破悶;也有幾首歪詩熟詞,可以噴飯供酒。至若離","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"109","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890372649"},"logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"110","lineNum":91,"lineType":1,"content":"合悲歡、興衰際遇,則又追踪躡跡,不敢稍加穿鑿,徒","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"111","lineNum":92,"lineType":1,"content":"為哄人之目,而反失其真傅者。今之人,貧者日為衣","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"112","lineNum":93,"lineType":1,"content":"食所累,富者又懐不足之心,總一時稍閑,又有貪淫","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"113","lineNum":94,"lineType":1,"content":"戀色、好貸尋愁之事,那𥚃有工夫去看那理治之書?","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"114","lineNum":95,"lineType":1,"content":"所以我這一段事,也不愿世人稱竒道妙,也不要世","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"115","lineNum":96,"lineType":1,"content":"人喜悅檢讀,只愿他們當那醉飽淫卧之時,或避世","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"116","lineNum":97,"lineType":1,"content":"去愁之際,把此一玩,豈不省了些壽命筋力?就比那","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"117","lineNum":98,"lineType":1,"content":"謀虛逐妄,却也省了口舌是非之害,腿脚奔忙之苦。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"118","lineNum":99,"lineType":1,"content":"再者,亦令世人換新眼目,不比那些胡牽亂扯、忽離","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"119","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890389033"},"logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"120","lineNum":102,"lineType":1,"content":"忽遇,滿紙才人淑女、子建、文君、紅娘、小玉等通共熟","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"121","lineNum":103,"lineType":1,"content":"套之𦾔稿。我師以為何如?空空道人聽了此語,思忖","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"122","lineNum":104,"lineType":1,"content":"半晌,将這石頭記","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"123","lineNum":104,"lineType":2,"content":"本名","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"124","lineNum":104,"lineType":1,"content":"再細閱一遍。因見上面雖有指","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"125","lineNum":105,"lineType":1,"content":"上所記奸責佞、貶惡誅邪之語,亦非罵世之㫖;及至君仁臣","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"126","lineNum":106,"lineType":1,"content":"良、父慈子孝,凡倫常所闗之處,皆是稱功頌德,眷眷","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"127","lineNum":107,"lineType":1,"content":"無窮,實非別書可比。雖其中大㫖談情,亦不過實録","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"128","lineNum":108,"lineType":1,"content":"其事,又非假擬妄稱,一味淫邀艶約、私討偷盟之可","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"129","lineNum":109,"lineType":1,"content":"比。因毫不干涉時世,方從頭至尾抄録回来問世。傅","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"130","lineNum":110,"lineType":1,"content":"竒因空見色,由色生情;傅情入色,自色悟空,遂易名","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"131","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890405417"},"logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"132","lineNum":113,"lineType":1,"content":"為情僧,改石頭記為情僧録。東魯孔梅溪則題曰風","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"133","lineNum":114,"lineType":1,"content":"月寳鑑。後因曹雪芹於悼紅軒中披閱十載,增刪五","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"134","lineNum":115,"lineType":1,"content":"次,纂成目録,分出章回,則題曰金陵十二釵,並題一","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"135","lineNum":116,"lineType":1,"content":"絕云:","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"136","lineNum":117,"lineType":1,"content":"满纸荒唐言, 一把辛酸淚。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null}],"indent":0,"textIndent":false} +{"lines":[{"lineId":"137","lineNum":118,"lineType":1,"content":"都云作者癡, 誰觧其中味?","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null}],"indent":0,"textIndent":false} +{"lines":[{"lineId":"138","lineNum":119,"lineType":1,"content":"出則既明,且看石上是何故事?按那石上書云","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"139","lineNum":119,"lineType":2,"content":"以下係石上所","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"140","lineNum":120,"lineType":2,"content":"記之文。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"141","lineNum":120,"lineType":1,"content":"當日地䧟東南,這東南一隅,有處曰姑蘓,","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"142","lineNum":120,"lineType":2,"content":"是金陵;","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"143","lineNum":120,"lineType":1,"content":"有城曰閶門,最是紅塵中一二等富貴風流之地。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"144","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890421801"},"logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"145","lineNum":123,"lineType":2,"content":"妙極!是石頭口氣。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"146","lineNum":123,"lineType":1,"content":"這閶門外有個十里街,","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"147","lineNum":123,"lineType":2,"content":"開口先云勢利,是伏甄、着二姓之事。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"148","lineNum":124,"lineType":1,"content":"街内有個仁清巷,","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"149","lineNum":124,"lineType":2,"content":"又言人情,總為士隐火後伏茟。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"150","lineNum":124,"lineType":1,"content":"巷内有個古廟,因","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"151","lineNum":125,"lineType":1,"content":"地方窄狹,","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"152","lineNum":125,"lineType":2,"content":"世路𡩖平者最少,","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"153","lineNum":125,"lineType":1,"content":"皆呼作葫蘆廟。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"154","lineNum":125,"lineType":2,"content":"胡塗也,故假語從此興也。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"155","lineNum":125,"lineType":1,"content":"廟","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"156","lineNum":126,"lineType":1,"content":"旁佳着一家鄉宦姓甄,","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"157","lineNum":126,"lineType":2,"content":"真假之甄寳玉亦借此音,後不註。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"158","lineNum":126,"lineType":1,"content":"名費廢,字","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"159","lineNum":127,"lineType":1,"content":"士隐,","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"160","lineNum":127,"lineType":2,"content":"托言将真事隐去也。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"161","lineNum":127,"lineType":1,"content":"嫡妻封氏,","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"162","lineNum":127,"lineType":2,"content":"風因風俗来。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"163","lineNum":127,"lineType":1,"content":"情性賢淑,深明禮","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"164","lineNum":128,"lineType":1,"content":"義。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"165","lineNum":128,"lineType":2,"content":"八字正是寫日後之香菱,見其根源。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"166","lineNum":128,"lineType":1,"content":"家中雖不甚富貴,然本地便也","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"167","lineNum":129,"lineType":1,"content":"推他為望族了。因這甄士隐禀性恬淡,不以功名為","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"168","lineNum":130,"lineType":1,"content":"念,每日只以觀花修竹、酌酒吟詩為樂,到是神仙一","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"169","lineNum":131,"lineType":1,"content":"流人品。只是一件不足:如今年已半百,膝下無兒,","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"170","lineNum":131,"lineType":2,"content":"所謂","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"171","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890438185"},"logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"172","lineNum":134,"lineType":2,"content":"美中不足也。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"173","lineNum":134,"lineType":1,"content":"只有一女乳名英蓮,","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"174","lineNum":134,"lineType":2,"content":"設法應憐也。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"175","lineNum":134,"lineType":1,"content":"年方三𡻕。一日,","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"176","lineNum":135,"lineType":1,"content":"炎夏永晝,","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"177","lineNum":135,"lineType":2,"content":"𤍽日無多,","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"178","lineNum":135,"lineType":1,"content":"士隐於書房中閑坐,至手倦拋書,伏","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"179","lineNum":136,"lineType":1,"content":"几少憩,不覺朦朧睡去。夢至一處,不知是何地。忽見","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"180","lineNum":137,"lineType":1,"content":"那廂来了一僧一道,","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"181","lineNum":137,"lineType":2,"content":"是從青埂峯下袖石而来。接得無痕,","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"182","lineNum":137,"lineType":1,"content":"且行且談。只","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"183","lineNum":138,"lineType":1,"content":"聽道人問道:你携了這蠢物,意欲何往?那僧笑道:你","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"184","lineNum":139,"lineType":1,"content":"放心,如今現有一段風流公案,正該結了。這一干風","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"185","lineNum":140,"lineType":1,"content":"流𡨚家,尚未投胎入世,趂此機㑹,就将此蠢物夹帶","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"186","lineNum":141,"lineType":1,"content":"於中,使他去經歴。那道人道:原来近日風流𡨚孽,又","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"187","lineNum":142,"lineType":1,"content":"将造刼歴世去不成?但不知落於何方何處?那僧笑","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"188","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890454569"},"logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"189","lineNum":145,"lineType":1,"content":"道:此事説来好笑,竟是千古未聞的罕事。只因西方","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"190","lineNum":146,"lineType":1,"content":"靈河岸上三生石畔,","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"191","lineNum":146,"lineType":2,"content":"妙!所謂三生石上𦾔精𩱿也。全用幻","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"192","lineNum":146,"lineType":1,"content":"有絳珠草一","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"193","lineNum":147,"lineType":1,"content":"株,","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"194","lineNum":147,"lineType":2,"content":"點紅字。 細思絳珠二字,豈非血淚乎?","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"195","lineNum":147,"lineType":1,"content":"時有赤瑕宫","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"196","lineNum":147,"lineType":2,"content":"按瑕字本註玉小赤也。又玉有病者,以此命名。恰","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"197","lineNum":148,"lineType":2,"content":"極。㸃红字二。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"198","lineNum":148,"lineType":1,"content":"神瑛使者,","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"199","lineNum":148,"lineType":2,"content":"點玉字二。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"200","lineNum":148,"lineType":1,"content":"日以甘露灌溉,這","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"201","lineNum":149,"lineType":1,"content":"絳珠草始得久延𡻕月。後来既受天地精華,復得雨","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"202","lineNum":150,"lineType":1,"content":"露滋養,遂得脱却草胎木質,得換人形,僅修成個女","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"203","lineNum":151,"lineType":1,"content":"體,終日逰於離恨天外。饑則食蜜青菓為膳,渴則飮","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"204","lineNum":152,"lineType":1,"content":"灌愁海水為湯。只因尚未酬報灌溉之德,故其在五","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"205","lineNum":153,"lineType":1,"content":"内便鬱結成一段纏綿不舒之意。近日這神瑛使者","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"206","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890470953"},"logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"207","lineNum":156,"lineType":1,"content":"凡心偶熾,乗此昌明太平朝世,意欲下凡造歴幻縁,","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"208","lineNum":157,"lineType":2,"content":"點幻字。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"209","lineNum":157,"lineType":1,"content":"已在警幻仙子案前掛了號。警幻亦曽問及灌","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"210","lineNum":158,"lineType":1,"content":"溉之情未償,趂此到可了結的。那絳珠仙子道:他是","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"211","lineNum":159,"lineType":1,"content":"甘露之𠅤,我並無水可還。他既下世為人,我也去下","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"212","lineNum":160,"lineType":1,"content":"世為人,但把我一生所有的眼淚還他,也償還的過","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"213","lineNum":161,"lineType":1,"content":"他了。因此一事,就勾出多少風流𡨚家来,陪他們去","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"214","lineNum":162,"lineType":1,"content":"了結此案。那道人道:果真是罕聞,實未聞有還淚之","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"215","lineNum":163,"lineType":1,"content":"説。想来這一段故事,比歴来風月故事更為瑣碎細","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"216","lineNum":164,"lineType":1,"content":"膩了。那僧、道歴来幾個風流人物,不過傅其大概,以","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"217","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890487337"},"logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"218","lineNum":167,"lineType":1,"content":"及詩詞篇章而已。至家庭閨閣中,一飮一食,總未述","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"219","lineNum":168,"lineType":1,"content":"記。再者,大半風月故事,不過偷香、竊王,暗約私奔而","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"220","lineNum":169,"lineType":1,"content":"已,並不曽将兒女之真情發洩一二。想這一干人入","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"221","lineNum":170,"lineType":1,"content":"去,其情癡色鬼、賢愚不肖者,𢘻與前人傅𫑛不同矣。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"222","lineNum":171,"lineType":1,"content":"那道人道:趂此何不你我也去世上度脱幾個,豈不是","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"223","lineNum":172,"lineType":1,"content":"一場功德?那僧道:正合吾意。你且同我到警幻仙子","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"224","lineNum":173,"lineType":1,"content":"宫中,将這蠢物交割清楚。這一干風流孽鬼下世已","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"225","lineNum":174,"lineType":1,"content":"完,你我再去。如今雖已有一半落塵,然猶未全集。道","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"226","lineNum":175,"lineType":1,"content":"人道:既如此,便隨你去来。却説甄士隐俱聽得明白,","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"227","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890503721"},"logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"228","lineNum":178,"lineType":1,"content":"但不知所云蠢物係何東西,遂不禁上前施禮,笑問","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"229","lineNum":179,"lineType":1,"content":"道:二仙師請了。那僧道也忙答禮相問。士隐因説道:","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"230","lineNum":180,"lineType":1,"content":"適聞仙師所談因果,實人世罕聞者。但弟子愚濁,不","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"231","lineNum":181,"lineType":1,"content":"能洞𢘻明白。若蒙大開癡頑,備細一聞,弟子則洗耳","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"232","lineNum":182,"lineType":1,"content":"諦聽,稍能警省,亦可免沉淪之苦。二仙笑道:此乃元","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"233","lineNum":183,"lineType":1,"content":"機,不可預洩者。到那時,只不要忘了我二人,可便跳","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"234","lineNum":184,"lineType":1,"content":"出火坑矣。士隐聽了,不便再問,因笑道:元機不可預","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"235","lineNum":185,"lineType":1,"content":"洩,但適云蠢物,不知為何,或可一見否?那僧道:若問","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"236","lineNum":186,"lineType":1,"content":"此物,到有一面之縁。説着,取出逓於士隐。士隐接了","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"237","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890520105"},"logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"238","lineNum":189,"lineType":1,"content":"看時,原是塊美玉,上面字跡分明,鐫着通靈寳玉四","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"239","lineNum":190,"lineType":1,"content":"字,後面還有幾行小字。正欲看時,那僧便説:已到幻","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"240","lineNum":191,"lineType":1,"content":"境。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"241","lineNum":191,"lineType":2,"content":"又點幻字云:書已入幻境矣。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"242","lineNum":191,"lineType":1,"content":"便強從手中奪了去,與道人竟過","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"243","lineNum":192,"lineType":1,"content":"一大石牌坊,上書四字,乃是太虛幻境。兩邊又有一","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"244","lineNum":193,"lineType":1,"content":"副對聯,道是:","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"245","lineNum":193,"lineType":2,"content":"無極太極之輪𨍭,色空之相生,四季之隨行,皆不過如此。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"246","lineNum":194,"lineType":1,"content":"假作真時真亦假,  無為有處有還無。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"247","lineNum":195,"lineType":1,"content":"士隐意欲也跟了過去,方舉步時,忽聽一聲霹靂,有","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"248","lineNum":196,"lineType":1,"content":"若山崩地䧟。士隐大呌一聲,定睛一看,只見烈日炎","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"249","lineNum":197,"lineType":1,"content":"炎,芭蕉冉冉,","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"250","lineNum":197,"lineType":2,"content":"醒得無痕,不落𦾔套,","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"251","lineNum":197,"lineType":1,"content":"夢中之事,便忘了對半。又見","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"252","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890536489"},"logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"253","lineNum":200,"lineType":1,"content":"奶母正抱了英蓮来。士隐見女兒越發生得粉粧玉","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"254","lineNum":201,"lineType":1,"content":"琢,乘觉可喜,便伸手来抱在懐中,闘他頑耍一回,又","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"255","lineNum":202,"lineType":1,"content":"帶至街前,看那過㑹的熱閙。方欲進来時,只見從那","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"256","lineNum":203,"lineType":1,"content":"邊来一僧一道,那僧則癩頭跣足,那道則跛足蓬頭,","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"257","lineNum":204,"lineType":2,"content":"此是幻像。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"258","lineNum":204,"lineType":1,"content":"瘋瘋顛顛,揮霍談咲而至。及到了他門前,看見","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"259","lineNum":205,"lineType":1,"content":"士隐抱着英蓮,那僧便大哭起来,又向士隐道:施主,","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"260","lineNum":206,"lineType":1,"content":"你把這有命無運、累及爹娘之物,抱在懐中作甚?士","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"261","lineNum":207,"lineType":1,"content":"隐聽了,知是瘋話,也不去睬他。那僧還説:捨我罷!捨","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"262","lineNum":208,"lineType":1,"content":"我罷!士隐不耐煩,便抱女兒要進去。那僧指着他大","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"263","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890552873"},"logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"264","lineNum":211,"lineType":1,"content":"笑,口念了四句言詞道:","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null}],"indent":0,"textIndent":false} +{"lines":[{"lineId":"265","lineNum":212,"lineType":1,"content":"慣養姣生笑你癡,  菱花空對雪斯斯。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"266","lineNum":213,"lineType":1,"content":"好防佳莭元宵後,  便是烟消火㓕時。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"267","lineNum":214,"lineType":1,"content":"士隐聽得明白,心下猶豫,意欲問他来歴。只聽得道","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"268","lineNum":215,"lineType":1,"content":"人説道:你我不必同行,就此分手,各幹營生去罷。三","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"269","lineNum":216,"lineType":1,"content":"刼後,我在北邙山等你。㑹齊了,同徃太虛幻境銷號。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"270","lineNum":217,"lineType":1,"content":"那僧道:妙極!妙極!説畢,二人一去,再不見個踪跡。士","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"271","lineNum":218,"lineType":1,"content":"隐心中此時自忖:這兩個人必有来歴,該試一問,如","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"272","lineNum":219,"lineType":1,"content":"今悔却晚也。這士隐正癡想,忽見葫蘆廟内寄居一","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"273","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890569257"},"logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"274","lineNum":222,"lineType":1,"content":"窮儒,姓賈名化,","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"275","lineNum":222,"lineType":2,"content":"假話也。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"276","lineNum":222,"lineType":1,"content":"字時飛,","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"277","lineNum":222,"lineType":2,"content":"實非也。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"278","lineNum":222,"lineType":1,"content":"別號雨村者,","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"279","lineNum":222,"lineType":2,"content":"雨村者,村","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"280","lineNum":223,"lineType":2,"content":"言、粗言粗語也。言以粗村之言,演出一段假話,","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"281","lineNum":223,"lineType":1,"content":"走了出来。這賈雨村原係湖","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"282","lineNum":224,"lineType":1,"content":"州人氏,原是詩書仕宦之族。因他生於末世,父母袓","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"283","lineNum":225,"lineType":1,"content":"宗,根基一𥁞,人口衰𢕄,只剩得他一身一口,在家鄉","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"284","lineNum":226,"lineType":1,"content":"無益,因進京求取功名,再整基業。自前𡻕来此,又淹","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"285","lineNum":227,"lineType":1,"content":"蹇住了,暫在廟中安身,每日賣字作文為生,故士隐","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"286","lineNum":228,"lineType":1,"content":"常與他交接。當下雨村見了士隐,忙施禮陪笑道:老","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"287","lineNum":229,"lineType":1,"content":"先生𠋣門佇望,敢街市上有甚新文否?士隐笑道:非","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"288","lineNum":230,"lineType":1,"content":"也。適因小女啼哭,引他出来作耍,正是無𦕬之甚。兄","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"289","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890585641"},"logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"290","lineNum":233,"lineType":1,"content":"来得正妙,請入小齋一談,彼此皆可消此永晝。説着,","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"291","lineNum":234,"lineType":1,"content":"便令人送女進去,自携了雨村来至書房中,小童獻","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"292","lineNum":235,"lineType":1,"content":"茶。方談得三五句話,忽家人飛報:嚴老爺来拜","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"293","lineNum":235,"lineType":2,"content":"炎也。炎既","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"294","lineNum":236,"lineType":2,"content":"来,火将至矣。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"295","lineNum":236,"lineType":1,"content":"士隐慌的忙起身謝罪道:恕誑駕之罪,略坐","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"296","lineNum":237,"lineType":1,"content":"弟即来陪。雨村忙起身亦譲道:老先生請便,晚生乃","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"297","lineNum":238,"lineType":1,"content":"常造之客,稍候何妨。説着,士隐已出前庭去了。這𥚃","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"298","lineNum":239,"lineType":1,"content":"雨村且翻弄書籍觧悶,忽聽𥦗外有女子𠻳聲,雨村","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"299","lineNum":240,"lineType":1,"content":"遂起身往𥦗外一看,原来是一個丫環在那𥚃擷花,","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"300","lineNum":241,"lineType":1,"content":"生得儀容不俗,眉目清朗,雖無十分姿色,却亦有動","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"301","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890602025"},"logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"302","lineNum":244,"lineType":1,"content":"人之處。雨村不覺看得呆了。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"303","lineNum":244,"lineType":2,"content":"古今窮酸,色心最重。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"304","lineNum":244,"lineType":1,"content":"那甄家丫環","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"305","lineNum":245,"lineType":1,"content":"擷了花,方欲走時,猛抬頭見𥦗内有人,敝巾𦾔服,雖","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"306","lineNum":246,"lineType":1,"content":"是貧窘,然生得腰寬背厚,面濶口方,更𠔥劍眉星眼,","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"307","lineNum":247,"lineType":1,"content":"直鼻權腮。這丫環忙𨍭身回避,心下乃想:這人生得","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"308","lineNum":248,"lineType":1,"content":"這樣雄壯,却又這樣藍縷,想他定是我家主人常説","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"309","lineNum":249,"lineType":1,"content":"的什麽賈雨村了,每有意帮助週濟,只是無甚機㑹。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"310","lineNum":250,"lineType":1,"content":"我家並無這樣貧窘親友,想定是此人無疑了。怪道","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"311","lineNum":251,"lineType":1,"content":"又説他必非久困之人。如此想,不免又回頭兩次。雨","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"312","lineNum":252,"lineType":1,"content":"村見他回頭,便自為這女子,心中有意於他,便狂喜","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"313","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890618409"},"logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"314","lineNum":255,"lineType":1,"content":"不禁,自為此女子必是個巨眼英毫,風塵中之知己","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"315","lineNum":256,"lineType":1,"content":"也。一時小童進来,聽得前面留飯,不可久待,遂從夹","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"316","lineNum":257,"lineType":1,"content":"道中自便出門去了。士隐待客既散,知雨村自便,也","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"317","lineNum":258,"lineType":1,"content":"不去再邀了。一日,早又中秋佳節,士隐家宴已畢,乃","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"318","lineNum":259,"lineType":1,"content":"具一席於書房,却自己步月至廟中,来邀雨村。雨村","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"319","lineNum":260,"lineType":1,"content":"自那日見了甄家之婢,曽回頭顧他兩次,自為是個","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"320","lineNum":261,"lineType":1,"content":"知己,便時刻放在心上。今又值中秋,不免對月有懐,","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"321","lineNum":262,"lineType":1,"content":"因而口占五言一律云:","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null}],"indent":0,"textIndent":false} +{"lines":[{"lineId":"322","lineNum":263,"lineType":1,"content":"未卜三生願, 頻添一段愁。 悶来時歛額,","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"323","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890634793"},"logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"324","lineNum":266,"lineType":1,"content":"行去幾回頭。 自顧風前影, 誰堪月下儔?","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"325","lineNum":267,"lineType":1,"content":"蟾光如有意, 先上玉人樓。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null}],"indent":0,"textIndent":false} +{"lines":[{"lineId":"326","lineNum":268,"lineType":1,"content":"雨村吟罷,因又思及平生抱負,苦未逢時,乃又搔首","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"327","lineNum":269,"lineType":1,"content":"對天長嘆,後高吟一聯云:","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null}],"indent":0,"textIndent":false} +{"lines":[{"lineId":"328","lineNum":270,"lineType":1,"content":"玉在匵中求善價,  釵於奩同待時飛。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"329","lineNum":271,"lineType":1,"content":"恰值士隐走来聽見,笑道:雨村兄真抱負不淺也。雨","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"330","lineNum":272,"lineType":1,"content":"村忙笑道:豈敢!不過偶吟前人之句,何敢狂誔至此?","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"331","lineNum":273,"lineType":1,"content":"因問:老先生何興?士隐笑道:今夜中秋,俗謂圑圎之","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"332","lineNum":274,"lineType":1,"content":"莭,想尊兄旅寄僧房,不無寂寥之感,故特具小酌,邀","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"333","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890651177"},"logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"334","lineNum":277,"lineType":1,"content":"兄到敝齋一飮,不知可納芹意否?雨村聽了,並不推","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"335","lineNum":278,"lineType":1,"content":"𨐲,便笑道:既蒙謬愛,何敢拂此盛意?説着,便同士隐","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"336","lineNum":279,"lineType":1,"content":"過這邊書院中来。湏臾茶畢,早已設下杯盤,那美酒","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"337","lineNum":280,"lineType":1,"content":"佳餚,自不必説。二人歸坐,先是欵斟慢飮,漸次談至","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"338","lineNum":281,"lineType":1,"content":"興濃,不覺飛觥限斚起来。當時街坊上家家簫管,户","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"339","lineNum":282,"lineType":1,"content":"户絃歌,當頭一輪明月,飛彩凝輝。二人愈覺豪興,酒","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"340","lineNum":283,"lineType":1,"content":"到杯乾。雨村此時已有七八分酒意,狂興不禁,乃對","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"341","lineNum":284,"lineType":1,"content":"月當杯,口號一絕云:","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null}],"indent":0,"textIndent":false} +{"lines":[{"lineId":"342","lineNum":285,"lineType":1,"content":"时逢三五便圑圎,  滿把晴光䕶玉欄。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"343","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890667561"},"logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"344","lineNum":288,"lineType":1,"content":"天上一輪𦆵捧出,  人間萬姓仰頭看。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"345","lineNum":289,"lineType":1,"content":"士隐聽了,大呌:妙哉!吾每謂兄必非久居人下者,今","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"346","lineNum":290,"lineType":1,"content":"所吟之句,飛騰之兆已見,不日可得接步履於雲霓","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"347","lineNum":291,"lineType":1,"content":"之上矣。可賀,可賀!乃親斟一斗為賀。雨村因乾過,嘆","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"348","lineNum":292,"lineType":1,"content":"道:非晚生酒後狂言,若論時尚之學,晚生也或可去","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"349","lineNum":293,"lineType":1,"content":"充數沽名。只是目今行囊路費,一概無措。神京路遠,","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"350","lineNum":294,"lineType":1,"content":"非賴賣字撰文即能到者。士隐不待説完,便道:兄何","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"351","lineNum":295,"lineType":1,"content":"不早言?愚每有此心,便每遇兄時,並未談及,愚故未","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"352","lineNum":296,"lineType":1,"content":"敢唐突。今既及此,愚雖不才,義利二字却還識得。且","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"353","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890683945"},"logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"354","lineNum":299,"lineType":1,"content":"喜明𡻕大比,兄宜作速入都,春闈一戰,方不負兄之","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"355","lineNum":300,"lineType":1,"content":"所學也。其盤費餘事,弟自代為處置,亦不枉史之謬","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"356","lineNum":301,"lineType":1,"content":"識矣。當下即命小童進去,速封五十兩白銀並兩套","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"357","lineNum":302,"lineType":1,"content":"冬衣又去:十九日乃黄道之期,兄可即買舟西上,待","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"358","lineNum":303,"lineType":1,"content":"雄飛高舉,明冬再晤,豈非大快之事耶?雨村收了銀","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"359","lineNum":304,"lineType":1,"content":"衣,不過略謝一語,並不介意,仍是吃酒談笑。那天已","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"360","lineNum":305,"lineType":1,"content":"交三鼓,二人方散。士隐送雨村去後,回房一覺,直至","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"361","lineNum":306,"lineType":1,"content":"紅日三竿方醒。因思昨夜之事,意欲再寫兩對書與","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"362","lineNum":307,"lineType":1,"content":"雨村,帶至神都,使雨村投謁個仕宦之家,為寄足之","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"363","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890700329"},"logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"364","lineNum":310,"lineType":1,"content":"地。因使人過去請時,那家人去了,回来言:和尚説賈爺","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"365","lineNum":311,"lineType":1,"content":"今日五鼓已進京去了,也曽留下話與和尚轉達老","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"366","lineNum":312,"lineType":1,"content":"爺,説讀書人不在黄道黑道,總以事理為要,不及面","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"367","lineNum":313,"lineType":1,"content":"辭了。士隐聽了,也只得罷了。真是閒處光隂易過,倏","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"368","lineNum":314,"lineType":1,"content":"忽又是元宵佳節矣。因士隐命家人霍啟","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"369","lineNum":314,"lineType":2,"content":"妙,禍起也。此因事命","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"370","lineNum":315,"lineType":2,"content":"名。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"371","lineNum":315,"lineType":1,"content":"抱了英蓮去看社火花燈。半夜中,霍啟因要小觧,","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"372","lineNum":316,"lineType":1,"content":"便将英蓮放在一家門檻上坐着,待他小觧完了来","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"373","lineNum":317,"lineType":1,"content":"抱時,那有英蓮的踪影?急得霍啟直尋了半夜,至天","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"374","lineNum":318,"lineType":1,"content":"明不見。那霍啟也就不敢回来見主人,便逃徃他鄉","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"375","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890716713"},"logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"376","lineNum":321,"lineType":1,"content":"去了。那士隐夫婦見女兒一夜不歸,便知有些不妥,","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"377","lineNum":322,"lineType":1,"content":"再使幾人去尋找,回来皆云:音信全無。夫婦二人,半","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"378","lineNum":323,"lineType":1,"content":"世只生此女,一旦失落,豈不思想?因此晝夜啼哭,幾","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"379","lineNum":324,"lineType":1,"content":"乎不曽尋死。看看一月,士隐先就得了一病。當時封","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"380","lineNum":325,"lineType":1,"content":"氏也因思女搆疾,日日請醫調治。不想這一日三月","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"381","lineNum":326,"lineType":1,"content":"十五日,葫蘆廟炸供,那些和尚不加小心,致使油鍋","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"382","lineNum":327,"lineType":1,"content":"火𨓜,便燒着𥦗紙。此方人家多用竹壁,大抵也因刼","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"383","lineNum":328,"lineType":1,"content":"数。於是接二連三,撁五掛六,将一條街燒如火𦦨山","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"384","lineNum":329,"lineType":1,"content":"一般。彼時雖有軍民来救,那火已成了勢,如何救得","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"385","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890733097"},"logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"386","lineNum":332,"lineType":1,"content":"下?直燒了一夜,方漸漸的熄去。也不知燒了幾家,只","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"387","lineNum":333,"lineType":1,"content":"可憐甄氏在隔壁,早已燒成一片瓦礫場了,只有他","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"388","lineNum":334,"lineType":1,"content":"夫婦並幾個家人的性命不曽傷了,急得士隐惟跌","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"389","lineNum":335,"lineType":1,"content":"足長偏而已。只得與妻子商議,且将就到田庄上去","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"390","lineNum":336,"lineType":1,"content":"安身。嘆值近年水旱不收,鼠盗蜂起,無非搶田奪地,","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"391","lineNum":337,"lineType":1,"content":"民不安生。因此官兵剿捕,難以安身。士隐只得将田","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"392","lineNum":338,"lineType":1,"content":"庄都質變,携妻子與兩個丫環,投他岳丈家去。他岳","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"393","lineNum":339,"lineType":1,"content":"丈名封肅,","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"394","lineNum":339,"lineType":2,"content":"風俗","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"395","lineNum":339,"lineType":1,"content":"本貫大如州人氏,","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"396","lineNum":339,"lineType":2,"content":"託言大㮣如是。之風俗也。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"397","lineNum":339,"lineType":1,"content":"雖是務","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"398","lineNum":340,"lineType":1,"content":"農,家中都還殷實。今見女兒女壻這等狼狽而来,心","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"399","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890749481"},"logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"400","lineNum":343,"lineType":1,"content":"中便有些不樂。幸而士隐還有質變地的銀子未曽","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"401","lineNum":344,"lineType":1,"content":"用完,挐出来託他隨分就價,置些湏房地,為後日衣","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"402","lineNum":345,"lineType":1,"content":"食之計。那封肅便半哄嫌些湏,與他些薄田朽屋。士","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"403","lineNum":346,"lineType":1,"content":"隐乃讀書之人,不慣生理稼穡等事,免強支持了一","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"404","lineNum":347,"lineType":1,"content":"二年,越覺窮了下去。封肅每見面時,説些現成話,且","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"405","lineNum":348,"lineType":1,"content":"人前人後,又怨他們不善過活,一味好吃懶做等語。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"406","lineNum":349,"lineType":1,"content":"士隐知投人不着,心中未免悔恨。再𠔥上年驚唬,急","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"407","lineNum":350,"lineType":1,"content":"忿怨痛,已有積傷,暮年之人,貧病交攻,漸漸的露出","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"408","lineNum":351,"lineType":1,"content":"那下世光景来。可巧這日拄了拐,挣挫到街上散散","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"409","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890765865"},"logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"410","lineNum":354,"lineType":1,"content":"心時,忽見那邊来了一個跛足道人,瘋狂落脱蔴履","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"411","lineNum":355,"lineType":1,"content":"鶉衣,口内念着幾句言詞道:","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null}],"indent":0,"textIndent":false} +{"lines":[{"lineId":"412","lineNum":356,"lineType":1,"content":"世人都曉神仙好,  惟有功名忘不了,","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"413","lineNum":357,"lineType":1,"content":"古今将相在何方? 荒塜一堆草沒了!","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"414","lineNum":358,"lineType":1,"content":"世人都曉神仙好, 只有金銀忘不了,","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"415","lineNum":359,"lineType":1,"content":"終朝只恨聚無多, 及到多時眼閉了!","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"416","lineNum":360,"lineType":1,"content":"世人都説神仙好, 只有姣妻忘不了,","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"417","lineNum":361,"lineType":1,"content":"君生日日説恩情, 君死又隨人去了。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"418","lineNum":362,"lineType":1,"content":"世人都説神仙好, 惟有兒孫忘不了。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"419","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890782249"},"logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"420","lineNum":365,"lineType":1,"content":"癡心父母古来多, 孝順兒孫誰見了?","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"421","lineNum":366,"lineType":1,"content":"士隐聽了,便迎上来道:你説些什麽?只聽見些好了","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"422","lineNum":367,"lineType":1,"content":"好了。那道人道:你若果聽見好了二字,還筭明白。可","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"423","lineNum":368,"lineType":1,"content":"知世人萬般,好便是了,了便是好;若不了,便不好;若","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"424","lineNum":369,"lineType":1,"content":"要好,湏是了。我這歌兒,便名好了歌。士隐本是有宿","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"425","lineNum":370,"lineType":1,"content":"慧的,一聞此言,心中早已徹悟,因笑道:且住,待我将","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"426","lineNum":371,"lineType":1,"content":"你好了歌觧註出来何如?道人笑道:你觧,你觧。士隐","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"427","lineNum":372,"lineType":1,"content":"乃説道:","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"428","lineNum":372,"lineType":2,"content":"要寫情,要寫幻境,偏先寫出一萹竒人竒境来。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"429","lineNum":372,"lineType":1,"content":"陋室空堂,當年笏滿","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"430","lineNum":373,"lineType":1,"content":"床; 衰草枯楊,曽為歌舞。 蛛𢇁兒結滿雕梁 縁,","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"431","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890798633"},"logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"432","lineNum":376,"lineType":1,"content":"紗兒今又糊在蓬𥦗上。 説甚麽脂正濃,粉正香,","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"433","lineNum":377,"lineType":1,"content":"如何两𩬆又成霜? 昨日黄土隴頭送白骨, 今宵","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"434","lineNum":378,"lineType":1,"content":"紅燈帳底卧鴛鴦。 金滿箱, 銀滿箱, 轉眼乞丐","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"435","lineNum":379,"lineType":1,"content":"人皆謗。正嘆他人命不長, 那知自己歸来丧。 訓","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"436","lineNum":380,"lineType":1,"content":"有方,保不定後日作强梁; 擇膏梁,誰承望流落在","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"437","lineNum":381,"lineType":1,"content":"烟花巷。 因嫌紗帽小, 致使鎻枷扛。 昨憐破襖","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"438","lineNum":382,"lineType":1,"content":"寒, 今嫌紫袍長。 亂哄哄,你方唱罷我登場, 反","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"439","lineNum":383,"lineType":1,"content":"認他鄉是故鄉。 甚荒唐, 到頭来都是為他人作","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"440","lineNum":384,"lineType":1,"content":"了衣裳!","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"441","lineNum":384,"lineType":2,"content":"誰不觧得世事如此,有龍象力者方能放得下。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"442","lineNum":384,"lineType":1,"content":"那瘋跛道人聽了,拍","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"443","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890815017"},"logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"444","lineNum":387,"lineType":1,"content":"掌笑道:觧得切,觧得切!士隐便説一聲罷,将道人肩","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"445","lineNum":388,"lineType":1,"content":"上搭連搶了過来背着,竟不知回家,同了道人飄飄","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"446","lineNum":389,"lineType":1,"content":"而去。當下烘動街坊,衆人當作一件新文。傅説。封氏","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"447","lineNum":390,"lineType":1,"content":"聞得此信,哭了死去活来,只得與父親商議,遣人各","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"448","lineNum":391,"lineType":1,"content":"處訪尋。那知音信全無。無奈何,少不得依着他父母","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"449","lineNum":392,"lineType":1,"content":"度日。幸而身邊還有兩個𦾔日的丫環伏侍,主僕三","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"450","lineNum":393,"lineType":1,"content":"人,日夜作些針線發賣,帮着父親過活。那封肅雖然","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"451","lineNum":394,"lineType":1,"content":"日日抱怨,然也無可如何了。這日甄家大丫頭在門","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"452","lineNum":395,"lineType":1,"content":"前買線,忽聽街上喝道之聲,衆人都説新太爺到任。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"453","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890831401"},"logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"454","lineNum":398,"lineType":1,"content":"丫環於是隐在門内看時,只見軍牢快手一對一對","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"455","lineNum":399,"lineType":1,"content":"的過去,俄而大轎内抬着一個烏紗猩袍的官府過","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"456","lineNum":400,"lineType":1,"content":"去。丫環到發了怔,自忖:這官好面善,到像在那裡㑹","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"457","lineNum":401,"lineType":1,"content":"過的。於是進入房中,也就丟過不在心上。至晚間,正","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"458","lineNum":402,"lineType":1,"content":"等歇時,忽聽一片聲打的門響,許多人亂譲,説:本府","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"459","lineNum":403,"lineType":1,"content":"太爺的差人来傅人問話。封肅聽了,唬得目瞪口呆。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"460","lineNum":404,"lineType":1,"content":"不知有何禍事,且聽下回分解。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null}],"indent":0,"textIndent":false} +{"lines":[{"lineId":"461","lineNum":0,"lineType":3,"content":"","pagePass":{"PageId":"7501933907890847785"},"logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"462","lineNum":407,"lineType":1,"content":"總評","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"463","lineNum":408,"lineType":1,"content":"出口神竒,幻中不幻;文勢跳躍,情𥚃生情。借幻","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"464","lineNum":409,"lineType":1,"content":"説法,而幻中更自多情;因情捉茟,而情𥚃偏成","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null},{"lineId":"465","lineNum":410,"lineType":1,"content":"癡幻。試問君家識得否?色空空色兩無干。","logicSentenceId":"0","marginNoteIdList":null,"pinYin":null}],"indent":0,"textIndent":false} \ No newline at end of file