发送作文批改结果

作文批改耗时较长,批改完成后会发送post请求到此url,收到后,请回复200状态,其他任何状态视为未收到消息,未收到消息将在后续每3秒通知一次,一共通知10次,成功收到回复后不再通知

  • HTTP 方法:post
  • 请求地址
    1
    https:回调URL
  • Body:
字段名 类型 描述
ocr_text object OCR识别结果,包含图片列表及文字信息
pangpi object 旁批信息,包含句子评价和建议
title string 作文标题
content string 修正前的作文内容
wrong_words object 错误词汇信息,包含错误类型和修正建议
correct_words string 修正后的作文内容
pigai object 批改建议(整体评价、修改建议、亮点分析等)
runse object 优化后的作文内容及解释说明

ocr_text对象细节

字段名 类型 描述
img_list array 图片对象列表,每个对象包含:
- url:图片URL
- width:宽度
- height:高度
- columns:array,包含多个列对象。每个列对象代表图片中的一列文字。

ocr_text-img_list-columns对象细节

字段名 类型 描述
left number 列左边距
right number 列右边距
column number array,包含多个文字。每个代表图片中的一个文字。该列表中含有两层数组,分别对应行、字

ocr_text-img_list-columns-column细节

示例:[“长”, 595, 297, 27, 39]
分别代表:文字内容、left/top/width/height
多个文字组成一行,多行组成一列,多列组成一张图片,多张图片组成一个作文图片组

pangpi对象细节

字段名 类型 描述
commit_items array 旁批项数组(每个项为旁批对象)
commit_total string 旁批总结性评价

pangpi-commit_items对象细节

字段名 类型 描述
line array 3层数组,页-列-行,行坐标格式为:[left1,top1,height1,right2,top2,height2]
commit string 旁批内容
position number 在原文中的起始位置
good_or_bad string good/bad,表示优秀或糟糕的句子
origin_sentence string 修正后的原文内容
matched_sentence string 修正前原文内容

wrong_words数组细节

字段名 类型 描述
错误索引 array 包含错误类型、位置索引、建议词汇等信息
错误类型 string 错误类型(如“i”=插入,“d”=删除,“m”=修改)
错误位置索引 int 错误在作文中的位置
建议正确词汇 string 修正建议(可能为空)

pigai对象细节

字段名 类型 描述
score int 作文评分
score_items string 作文评分明细
title string 作文标题
title_reason string 标题修改原因
first_p string 修改开头
first_p_reason string 开头修改原因
last_p string 修改结尾
last_p_reason string 结尾修改原因
modify string 建议
comment string 评价
outline string 结构
highlights string 亮点
paragraphs array 逐段点评
suggestions string 建议
requirements string 写作要求
questions array 提问

runse对象细节

字段名 类型 描述
title string 优化后的作文标题
content string 优化后的作文内容
explain string 优化内容的解释说明

3. 返回响应

  • HTTP状态码:200(表示接收成功)。

示例

1
2
3
4
5
6
7
8
9
10
11
12
{
"zuowen_id":"6p5zUOn",
"status": "1",
"ocr_text": "{\"img_list\": [{\"url\": \"https://shenbi-bos.cdn.bcebos.com/zuoye/704849/2025/6/26/1750888395075.jpg\", \"width\": 864, \"height\": 1920, \"columns\": [{\"left\": 48, \"right\": 862, \"column\": [[[\"长\", 595, 297, 27, 39], [\"兴\", 625, 296, 44, 40], [\"南\", 672, 296, 40, 39], [\"街\", 715, 296, 41, 39], [\"学\", 759, 295, 44, 40], [\"校\", 806, 295, 49, 39]], [[\"题\", 159, 388, 18, 23], [\"目\", 178, 388, 22, 22], [\":\", 201, 387, 11, 23]], [[\"少\", 356, 374, 21, 32], [\"年\", 378, 372, 31, 33], [\"游\", 410, 369, 44, 34]], [[\"欲\", 186, 419, 22, 35], [\"买\", 209, 416, 36, 36], [\"桂\", 246, 414, 30, 35], [\"花\", 277, 412, 26, 35], [\"同\", 303, 409, 42, 36], [\"载\", 346, 407, 26, 35], [\"酒\", 372, 404, 36, 36], [\",\", 409, 402, 31, 35], [\"终\", 441, 399, 36, 36], [\"不\", 477, 397, 32, 35], [\"似\", 509, 394, 36, 36], [\",\", 546, 392, 31, 35], [\"少\", 578, 389, 36, 36], [\"年\", 614, 387, 32, 35], [\"游\", 646, 384, 36, 36], [\"。\", 683, 382, 31, 35]], [[\"—\", 682, 423, 17, 34], [\"题\", 699, 423, 59, 34], [\"记\", 761, 423, 35, 34]], [[\"临\", 183, 499, 25, 40], [\"汾\", 209, 497, 30, 40], [\"城\", 240, 495, 36, 40], [\"下\", 277, 493, 30, 40], [\"的\", 308, 492, 30, 39], [\"小\", 339, 489, 36, 40], [\"院\", 376, 487, 36, 40], [\"别\", 413, 485, 30, 40], [\"有\", 444, 484, 30, 39], [\"一\", 475, 481, 35, 40], [\"番\", 511, 479, 36, 40], [\"风\", 548, 477, 37, 40], [\"味\", 586, 475, 29, 40], [\",\", 616, 473, 31, 40], [\"外\", 648, 471, 41, 40], [\"婆\", 690, 469, 36, 40], [\"家\", 727, 466, 37, 40], [\"在\", 765, 464, 37, 40]], [[\"那\", 111, 546, 26, 39], [\"有\", 138, 544, 34, 39], [\"一\", 173, 543, 34, 39], [\"方\", 208, 541, 33, 39], [\"小\", 242, 539, 34, 39], [\"院\", 277, 537, 33, 39], [\",\", 311, 535, 29, 39], [\"小\", 341, 534, 32, 38], [\"时\", 374, 532, 34, 39], [\"候\", 409, 530, 33, 39], [\"我\", 443, 528, 34, 39], [\"常\", 478, 526, 34, 39], [\"去\", 513, 524, 40, 39], [\"那\", 554, 522, 27, 39], [\"里\", 582, 520, 40, 39], [\"玩\", 624, 518, 33, 39], [\"。\", 659, 516, 29, 39], [\"走\", 689, 514, 38, 39], [\"老\", 728, 512, 41, 39], [\"街\", 770, 510, 36, 39]], [[\"过\", 106, 591, 30, 35], [\"回\", 137, 590, 29, 35], [\"巷\", 167, 587, 38, 36], [\",\", 206, 586, 28, 35], [\"随\", 235, 584, 40, 36], [\"我\", 276, 583, 25, 34], [\"来\", 302, 581, 34, 35], [\"一\", 337, 579, 33, 35], [\"场\", 371, 577, 39, 35], [\"少\", 411, 575, 29, 35], [\"年\", 441, 574, 34, 35], [\"游\", 476, 572, 38, 35], [\"。\", 515, 570, 27, 35]], [[\"小\", 179, 626, 23, 39], [\"村\", 204, 625, 30, 38], [\"庄\", 236, 624, 36, 38], [\"夏\", 274, 622, 29, 38], [\"日\", 304, 621, 37, 38], [\"的\", 342, 619, 30, 38], [\"傍\", 374, 618, 36, 38], [\"晚\", 411, 616, 30, 39], [\",\", 443, 615, 31, 38], [\"是\", 475, 613, 41, 39], [\"我\", 518, 612, 30, 38], [\"心\", 549, 610, 37, 39], [\"中\", 587, 608, 36, 39], [\"独\", 625, 607, 30, 38], [\"一\", 656, 605, 37, 39], [\"份\", 694, 604, 36, 38], [\"的\", 731, 603, 30, 38], [\"美\", 763, 601, 44, 38]], [[\"好\", 103, 673, 26, 39], [\"—\", 131, 672, 41, 39], [\"—\", 174, 671, 21, 39], [\"静\", 197, 670, 30, 39], [\"谧\", 229, 668, 40, 40], [\"而\", 271, 667, 34, 39], [\"不\", 307, 666, 26, 39], [\"清\", 335, 664, 40, 40], [\"冷\", 377, 663, 33, 39], [\",\", 412, 662, 28, 39], [\"秀\", 442, 660, 39, 39], [\"丽\", 483, 659, 26, 39], [\"而\", 511, 657, 40, 40], [\"不\", 553, 656, 33, 39], [\"妖\", 587, 655, 34, 39], [\"艳\", 623, 654, 33, 39], [\"。\", 658, 652, 36, 39], [\"落\", 696, 651, 37, 39], [\"日\", 735, 649, 34, 39], [\"余\", 771, 648, 36, 39]], [[\"晖\", 102, 720, 25, 38], [\"映\", 129, 718, 34, 39], [\"在\", 165, 717, 33, 38], [\"天\", 200, 716, 34, 38], [\"边\", 236, 715, 26, 38], [\",\", 264, 713, 38, 39], [\"将\", 304, 712, 37, 38], [\"湛\", 342, 711, 34, 38], [\"蓝\", 378, 710, 26, 38], [\"的\", 406, 708, 34, 39], [\"天\", 442, 707, 34, 38], [\"边\", 477, 706, 41, 38], [\"染\", 520, 705, 27, 38], [\"成\", 548, 703, 34, 39], [\"耀\", 584, 702, 41, 38], [\"眼\", 627, 701, 33, 38], [\"的\", 662, 699, 34, 38], [\"☰\", 698, 698, 33, 38], [\"火\", 733, 697, 34, 38], [\"红\", 769, 695, 44, 39]], [[\"而\", 832, 733, 30, 37]], [[\"老\", 99, 764, 27, 39], [\"一\", 128, 763, 34, 39], [\"辈\", 164, 761, 34, 40], [\"人\", 200, 761, 27, 39], [\"常\", 229, 760, 34, 39], [\"说\", 265, 758, 33, 40], [\"顺\", 301, 757, 34, 40], [\"水\", 337, 756, 34, 40], [\"顺\", 373, 755, 33, 40], [\"财\", 409, 754, 34, 40], [\",\", 445, 753, 36, 40], [\"村\", 483, 752, 31, 40], [\"子\", 517, 751, 34, 40], [\"临\", 553, 750, 34, 40], [\"溪\", 589, 749, 33, 40], [\"而\", 625, 748, 34, 40], [\"建\", 661, 747, 41, 40], [\",\", 704, 746, 29, 39], [\"溪\", 735, 744, 46, 40], [\"边\", 783, 743, 37, 40]], [[\"老\", 94, 810, 26, 39], [\"柳\", 122, 809, 34, 39], [\"树\", 159, 808, 33, 40], [\"与\", 195, 807, 34, 40], [\"水\", 231, 807, 33, 39], [\"中\", 266, 806, 28, 39], [\"倒\", 296, 805, 33, 39], [\"影\", 331, 804, 34, 40], [\"相\", 368, 804, 33, 39], [\"映\", 404, 803, 40, 39], [\"成\", 446, 802, 28, 39], [\"趣\", 476, 801, 33, 39], [\"。\", 511, 800, 44, 40], [\"那\", 557, 799, 32, 40], [\"汪\", 591, 799, 33, 39], [\"清\", 627, 798, 41, 39], [\"澈\", 670, 797, 34, 39], [\"的\", 706, 796, 27, 39], [\"水\", 735, 795, 40, 40], [\",\", 778, 794, 37, 40]], [[\"跃\", 90, 861, 28, 35], [\"过\", 120, 860, 32, 36], [\"风\", 154, 859, 33, 36], [\"洗\", 189, 858, 38, 36], [\"的\", 229, 857, 28, 36], [\"群\", 259, 856, 32, 36], [\"山\", 293, 855, 33, 36], [\",\", 328, 854, 27, 36], [\"渐\", 357, 853, 44, 36], [\"渐\", 403, 852, 38, 36], [\"淌\", 443, 851, 33, 36], [\"向\", 478, 850, 32, 36], [\"远\", 512, 849, 38, 36], [\"方\", 553, 848, 33, 36], [\"…\", 588, 848, 27, 35], [\"…\", 617, 846, 50, 37]], [[\"村\", 160, 904, 25, 41], [\"旁\", 188, 903, 38, 41], [\"那\", 228, 903, 30, 41], [\"条\", 261, 902, 31, 41], [\"小\", 295, 901, 31, 41], [\"河\", 328, 901, 37, 41], [\",\", 368, 900, 25, 41], [\"是\", 396, 899, 50, 42], [\"我\", 448, 899, 31, 41], [\"儿\", 482, 898, 37, 41], [\"时\", 522, 897, 37, 41], [\"来\", 562, 897, 30, 41], [\"去\", 595, 896, 31, 41], [\"村\", 629, 895, 37, 42], [\"子\", 669, 895, 37, 41], [\"的\", 709, 894, 37, 41], [\"必\", 749, 893, 30, 41], [\"仅\", 782, 892, 46, 42]], [[\"经\", 83, 955, 34, 41], [\"之\", 120, 955, 27, 41], [\"路\", 150, 954, 35, 41], [\"。\", 188, 954, 36, 41], [\"登\", 227, 953, 33, 41], [\"上\", 262, 953, 35, 40], [\"河\", 300, 952, 35, 41], [\"边\", 338, 952, 27, 40], [\"小\", 368, 951, 35, 41], [\"船\", 406, 951, 34, 40], [\",\", 443, 950, 37, 41], [\"木\", 483, 950, 32, 40], [\"船\", 518, 949, 35, 41], [\"踏\", 556, 949, 34, 40], [\"上\", 593, 948, 35, 41], [\"去\", 631, 947, 35, 41], [\"吱\", 669, 947, 41, 41], [\"呀\", 713, 946, 35, 41], [\"作\", 751, 946, 35, 40], [\"响\", 789, 945, 45, 41]], [[\"船\", 81, 1004, 28, 44], [\"桨\", 112, 1004, 42, 44], [\"划\", 157, 1003, 27, 44], [\"过\", 187, 1003, 34, 44], [\"水\", 224, 1003, 35, 44], [\"面\", 262, 1002, 34, 44], [\"发\", 299, 1002, 27, 44], [\"出\", 329, 1001, 35, 45], [\"噔\", 367, 1001, 79, 44], [\"的\", 449, 1000, 35, 44], [\"声\", 487, 1000, 27, 44], [\"响\", 517, 1000, 34, 44], [\",\", 554, 999, 36, 44], [\"在\", 594, 999, 40, 44], [\"静\", 637, 998, 27, 44], [\"谧\", 667, 998, 41, 44], [\"的\", 712, 997, 35, 44], [\"水\", 750, 997, 34, 44], [\"河\", 787, 997, 43, 44]], [[\"上\", 78, 1053, 27, 45], [\"尤\", 109, 1053, 34, 45], [\"为\", 147, 1053, 41, 45], [\"清\", 192, 1052, 27, 45], [\"晰\", 222, 1052, 34, 45], [\"悦\", 260, 1052, 33, 45], [\"耳\", 297, 1051, 35, 45], [\"。\", 335, 1051, 27, 45], [\"我\", 366, 1051, 41, 45], [\"乘\", 410, 1050, 27, 45], [\"的\", 440, 1050, 35, 45], [\"小\", 478, 1050, 42, 45], [\"木\", 523, 1049, 34, 45], [\"船\", 560, 1049, 35, 45], [\",\", 599, 1049, 34, 45], [\"穿\", 637, 1048, 40, 45], [\"过\", 681, 1048, 27, 45], [\"座\", 711, 1047, 42, 46], [\"座\", 756, 1047, 34, 45], [\"高\", 793, 1047, 37, 45]], [[\"h\", 847, 1048, 15, 23]], [[\"峰\", 73, 1107, 28, 43], [\",\", 104, 1107, 36, 43], [\"仰\", 144, 1107, 32, 42], [\"面\", 179, 1107, 35, 42], [\"数\", 217, 1106, 27, 43], [\"着\", 248, 1106, 42, 43], [\"天\", 293, 1106, 35, 43], [\"上\", 331, 1106, 34, 42], [\"的\", 368, 1106, 35, 42], [\"点\", 406, 1106, 35, 42], [\"点\", 444, 1105, 35, 43], [\"星\", 482, 1105, 35, 43], [\"空\", 520, 1105, 34, 43], [\",\", 557, 1105, 37, 42], [\"耳\", 598, 1105, 39, 42], [\"边\", 640, 1104, 35, 43], [\"水\", 678, 1104, 35, 43], [\"声\", 716, 1104, 42, 43], [\"沙\", 762, 1104, 34, 42], [\"沙\", 799, 1104, 30, 42]], [[\"作\", 68, 1159, 29, 44], [\"响\", 100, 1159, 35, 43], [\",\", 138, 1158, 30, 44], [\"岸\", 172, 1158, 40, 44], [\"边\", 216, 1158, 36, 44], [\"小\", 255, 1158, 35, 44], [\"店\", 293, 1158, 35, 44], [\"灯\", 332, 1158, 35, 44], [\"火\", 371, 1158, 35, 44], [\"通\", 409, 1158, 36, 44], [\"明\", 448, 1158, 28, 43], [\",\", 479, 1157, 38, 44], [\"生\", 520, 1157, 41, 44], [\"意\", 564, 1157, 27, 44], [\"虽\", 595, 1157, 43, 44], [\"☰\", 642, 1157, 35, 44], [\"不\", 681, 1157, 35, 44], [\"是\", 719, 1157, 35, 44], [\"兴\", 757, 1157, 36, 44], [\"隆\", 797, 1156, 45, 44]], [[\"(\", 854, 1165, 8, 4]], [[\"却\", 63, 1211, 28, 44], [\"给\", 95, 1211, 43, 44], [\"人\", 142, 1211, 27, 45], [\"一\", 173, 1211, 35, 45], [\"种\", 212, 1211, 35, 45], [\"温\", 251, 1211, 35, 45], [\"薪\", 290, 1211, 28, 45], [\"之\", 322, 1211, 42, 45], [\"感\", 368, 1211, 36, 45], [\",\", 408, 1211, 37, 45], [\"这\", 449, 1211, 33, 45], [\"幅\", 486, 1211, 28, 45], [\"画\", 517, 1211, 43, 45], [\"面\", 564, 1211, 35, 45], [\"也\", 603, 1211, 43, 45], [\"成\", 650, 1211, 27, 45], [\"为\", 681, 1211, 35, 45], [\"我\", 720, 1211, 35, 45], [\"儿\", 759, 1211, 44, 45], [\"时\", 806, 1211, 37, 45]], [[\"一\", 67, 1262, 29, 47], [\"份\", 99, 1262, 33, 48], [\"不\", 136, 1263, 32, 47], [\"可\", 172, 1263, 37, 48], [\"磨\", 212, 1263, 37, 48], [\"灭\", 252, 1264, 33, 47], [\"的\", 289, 1264, 32, 48], [\"回\", 325, 1265, 41, 47], [\"忆\", 369, 1265, 33, 48], [\"。\", 406, 1266, 31, 47]], [[\"来\", 134, 1320, 29, 48], [\"到\", 167, 1321, 32, 47], [\"村\", 202, 1321, 39, 48], [\"里\", 245, 1321, 39, 48], [\",\", 287, 1322, 33, 47], [\"伴\", 324, 1322, 39, 48], [\"着\", 367, 1322, 31, 48], [\"点\", 402, 1322, 40, 48], [\"点\", 446, 1323, 39, 48], [\"星\", 488, 1323, 39, 48], [\"光\", 531, 1323, 32, 48], [\",\", 566, 1324, 40, 48], [\"我\", 610, 1324, 32, 48], [\"伏\", 645, 1324, 39, 48], [\"在\", 688, 1325, 32, 47], [\"溪\", 724, 1325, 47, 48], [\"边\", 774, 1325, 25, 48], [\"将\", 803, 1326, 46, 47]], [[\"手\", 50, 1378, 30, 50], [\"探\", 84, 1378, 36, 50], [\"进\", 124, 1378, 37, 50], [\"水\", 164, 1378, 37, 50], [\"中\", 205, 1379, 36, 50], [\",\", 245, 1379, 29, 50], [\"清\", 278, 1379, 44, 50], [\"凉\", 326, 1379, 36, 50], [\"的\", 366, 1380, 37, 50], [\"溪\", 407, 1380, 37, 50], [\"水\", 448, 1380, 36, 50], [\"沁\", 488, 1380, 36, 50], [\"人\", 528, 1380, 37, 50], [\"心\", 569, 1381, 36, 50], [\"脾\", 609, 1381, 36, 50], [\",\", 649, 1381, 37, 50], [\"打\", 690, 1381, 45, 50], [\"碎\", 738, 1382, 28, 49], [\"了\", 770, 1382, 45, 50], [\"来\", 819, 1382, 38, 50]], [[\"时\", 48, 1437, 28, 48], [\"路\", 80, 1437, 37, 48], [\"上\", 121, 1438, 37, 48], [\"的\", 161, 1438, 29, 48], [\"睡\", 194, 1438, 85, 48], [\"虫\", 283, 1439, 37, 48], [\"。\", 324, 1439, 30, 48], [\"这\", 357, 1439, 44, 48], [\"时\", 405, 1440, 29, 48], [\"回\", 438, 1440, 45, 48], [\"头\", 486, 1440, 37, 48], [\"望\", 527, 1441, 37, 48], [\"去\", 567, 1441, 37, 48], [\",\", 608, 1441, 38, 48], [\"母\", 650, 1442, 36, 47], [\"亲\", 689, 1442, 45, 48], [\"正\", 738, 1442, 37, 48], [\"坐\", 779, 1442, 37, 48], [\"在\", 819, 1443, 39, 48]]]}]}, {\"url\": \"https://shenbi-bos.cdn.bcebos.com/zuoye/704849/2025/6/26/1750888405771.jpg\", \"width\": 864, \"height\": 1920, \"columns\": [{\"left\": 0, \"right\": 862, \"column\": [[[\"部\", 1, 306, 28, 38], [\"作\", 29, 302, 46, 40], [\"文\", 74, 298, 40, 39], [\"专\", 114, 294, 43, 39], [\"用\", 157, 290, 43, 39], [\"纸\", 200, 285, 55, 40]], [[\"姓\", 439, 316, 18, 23], [\"名\", 457, 314, 28, 23]], [[\"梁\", 505, 301, 29, 36], [\"昕\", 535, 299, 19, 36], [\"冉\", 555, 297, 33, 37]], [[\"班\", 258, 332, 17, 21], [\"级\", 276, 330, 29, 22]], [[\"2\", 329, 323, 12, 27], [\"3\", 342, 323, 11, 26], [\"0\", 354, 322, 7, 26], [\"7\", 362, 321, 11, 27]], [[\"村\", 16, 382, 28, 40], [\"口\", 44, 379, 33, 41], [\"一\", 77, 376, 35, 41], [\"棵\", 112, 374, 33, 40], [\"老\", 145, 371, 33, 41], [\"树\", 178, 368, 35, 41], [\"下\", 213, 365, 33, 41], [\"温\", 246, 362, 41, 41], [\"柔\", 287, 359, 27, 41], [\"的\", 314, 357, 33, 40], [\"望\", 347, 354, 27, 40], [\"我\", 374, 351, 41, 41], [\",\", 415, 348, 29, 41], [\"月\", 444, 345, 39, 41], [\"光\", 483, 342, 33, 41], [\"透\", 516, 340, 27, 40], [\"过\", 543, 337, 41, 41], [\"树\", 584, 334, 34, 40], [\"隙\", 618, 331, 33, 41], [\"间\", 651, 327, 43, 42]], [[\"斑\", 13, 426, 33, 39], [\"驳\", 46, 424, 28, 38], [\"的\", 74, 421, 34, 39], [\"空\", 108, 417, 41, 40], [\"☰\", 149, 415, 27, 38], [\"隙\", 176, 411, 41, 40], [\"酒\", 217, 408, 34, 39], [\",\", 250, 406, 24, 38], [\"落\", 274, 402, 45, 40], [\"入\", 319, 400, 27, 38], [\"母\", 346, 397, 34, 39], [\"亲\", 380, 394, 35, 39], [\"眼\", 415, 391, 34, 39], [\"底\", 449, 388, 34, 39], [\",\", 483, 385, 36, 39], [\"她\", 519, 382, 32, 39], [\"的\", 551, 379, 35, 39], [\"眼\", 585, 376, 34, 39], [\"底\", 619, 373, 34, 39], [\"便\", 653, 369, 44, 40]], [[\"渡\", 17, 466, 35, 43], [\"上\", 52, 464, 27, 42], [\"一\", 79, 460, 41, 43], [\"层\", 120, 458, 27, 42], [\"光\", 147, 455, 35, 42], [\"亮\", 182, 452, 35, 43], [\",\", 217, 449, 35, 43], [\"我\", 252, 446, 33, 43], [\"惊\", 285, 444, 34, 42], [\"叫\", 319, 441, 28, 42], [\"起\", 347, 438, 41, 43], [\"来\", 388, 435, 34, 42], [\"“\", 422, 432, 36, 42], [\"妈\", 458, 429, 32, 42], [\"妈\", 490, 426, 35, 42], [\"的\", 525, 424, 27, 41], [\"眼\", 552, 420, 41, 43], [\"中\", 593, 417, 34, 43], [\"有\", 627, 414, 34, 43], [\"整\", 661, 411, 43, 43]], [[\"片\", 11, 513, 29, 38], [\"星\", 40, 510, 37, 39], [\"河\", 77, 506, 38, 40], [\"!\", 115, 504, 26, 39], [\"”\", 138, 503, 21, 38], [\"我\", 156, 501, 25, 38], [\"们\", 181, 498, 34, 39], [\"对\", 215, 495, 32, 39], [\"视\", 248, 493, 33, 39], [\",\", 281, 489, 40, 40], [\"笑\", 321, 486, 35, 39], [\"作\", 356, 484, 34, 38], [\"一\", 390, 481, 32, 39], [\"团\", 422, 478, 38, 39], [\"。\", 460, 475, 26, 39]], [[\"时\", 86, 553, 25, 37], [\"光\", 111, 550, 38, 37], [\"渐\", 149, 546, 37, 38], [\"渐\", 186, 543, 32, 38], [\"流\", 217, 540, 38, 38], [\"逝\", 255, 537, 38, 37], [\",\", 293, 534, 32, 37], [\"我\", 325, 531, 30, 37], [\"来\", 355, 527, 38, 38], [\"到\", 392, 525, 32, 37], [\"太\", 423, 521, 38, 38], [\"原\", 461, 518, 38, 38], [\"上\", 499, 515, 31, 37], [\"学\", 530, 512, 32, 37], [\",\", 562, 509, 39, 37], [\"外\", 601, 505, 35, 38], [\"婆\", 636, 502, 32, 38], [\"也\", 668, 498, 46, 39]], [[\"将\", 17, 597, 27, 40], [\"那\", 45, 594, 32, 40], [\"方\", 77, 591, 40, 41], [\"小\", 118, 589, 32, 39], [\"院\", 150, 586, 34, 40], [\"卖\", 184, 583, 33, 40], [\"了\", 217, 580, 40, 41], [\"出\", 257, 578, 26, 39], [\"去\", 284, 575, 39, 40], [\",\", 324, 572, 34, 40], [\"随\", 358, 569, 38, 40], [\"着\", 397, 566, 32, 40], [\"生\", 429, 563, 40, 40], [\"活\", 470, 560, 32, 40], [\"节\", 502, 558, 33, 40], [\"奏\", 535, 555, 34, 40], [\"的\", 569, 552, 33, 40], [\"加\", 602, 550, 33, 40], [\"速\", 636, 546, 47, 41]], [[\"闲\", 16, 640, 27, 39], [\"暇\", 43, 637, 36, 40], [\"之\", 79, 634, 35, 40], [\"余\", 115, 631, 34, 40], [\"外\", 149, 628, 36, 41], [\"婆\", 185, 625, 34, 41], [\"的\", 219, 622, 36, 41], [\"那\", 255, 620, 35, 40], [\"方\", 290, 617, 35, 40], [\"小\", 325, 614, 36, 40], [\"院\", 361, 611, 35, 40], [\"不\", 396, 608, 35, 41], [\"觉\", 431, 605, 43, 41], [\"涌\", 474, 602, 34, 40], [\"入\", 508, 599, 36, 41], [\"脑\", 544, 596, 35, 41], [\"海\", 579, 593, 35, 41], [\",\", 614, 590, 38, 41], [\"是\", 652, 588, 33, 40], [\"时\", 685, 585, 38, 40]], [[\"对\", 753, 641, 37, 55], [\"童\", 790, 638, 36, 55], [\"年\", 826, 636, 27, 54]], [[\"候\", 13, 687, 26, 34], [\"再\", 39, 684, 34, 35], [\"回\", 73, 681, 38, 36], [\"去\", 111, 678, 32, 36], [\"看\", 143, 675, 38, 36], [\"看\", 181, 673, 34, 35], [\"了\", 215, 669, 41, 36], [\"…\", 256, 667, 25, 35], [\"…\", 282, 663, 47, 37]], [[\"再\", 84, 720, 34, 39], [\"次\", 118, 717, 38, 40], [\"踏\", 157, 715, 32, 40], [\"入\", 190, 712, 39, 40], [\"小\", 229, 710, 32, 40], [\"村\", 262, 708, 32, 39], [\",\", 295, 705, 33, 40], [\"村\", 328, 702, 44, 41], [\"边\", 373, 700, 32, 40], [\"的\", 406, 698, 31, 40], [\"小\", 438, 695, 39, 41], [\"店\", 477, 693, 38, 40], [\"换\", 516, 690, 39, 40], [\"为\", 556, 688, 26, 40], [\"了\", 582, 686, 38, 40], [\"高\", 621, 683, 39, 40], [\"耸\", 660, 681, 32, 40], [\"的\", 693, 678, 46, 40]], [[\"变\", 753, 706, 32, 44], [\"迁\", 784, 702, 36, 44], [\"的\", 819, 696, 43, 46]], [[\"3\", 0, 747, 15, 18]], [[\"大\", 16, 772, 27, 40], [\"厦\", 44, 770, 36, 40], [\",\", 80, 767, 38, 41], [\"村\", 119, 765, 33, 40], [\"口\", 153, 762, 36, 41], [\"的\", 190, 760, 35, 40], [\"小\", 226, 757, 36, 41], [\"溪\", 263, 754, 42, 41], [\"不\", 306, 752, 29, 41], [\"知\", 335, 750, 36, 41], [\"何\", 371, 748, 36, 40], [\"时\", 408, 745, 35, 41], [\"被\", 444, 743, 36, 40], [\"填\", 481, 740, 36, 41], [\"平\", 518, 738, 35, 40], [\",\", 554, 735, 38, 41], [\"院\", 593, 733, 33, 40], [\"中\", 626, 730, 44, 41], [\"也\", 670, 728, 28, 40], [\"不\", 699, 725, 47, 41]], [[\"怀\", 759, 764, 31, 41], [\"念\", 790, 760, 48, 43]], [[\"再\", 15, 821, 28, 38], [\"是\", 43, 818, 36, 40], [\"记\", 79, 815, 37, 40], [\"忆\", 116, 813, 37, 39], [\"中\", 154, 810, 35, 40], [\"的\", 190, 808, 36, 39], [\"样\", 227, 805, 37, 39], [\"子\", 264, 802, 36, 40], [\",\", 300, 800, 34, 39], [\"窗\", 334, 797, 40, 40], [\"边\", 375, 794, 35, 40], [\"落\", 411, 792, 37, 39], [\"灰\", 448, 789, 37, 39], [\"的\", 485, 786, 36, 40], [\"夕\", 521, 784, 37, 39], [\"阳\", 559, 781, 36, 40], [\",\", 596, 778, 40, 40], [\"似\", 637, 776, 32, 39], [\"乎\", 669, 773, 37, 40], [\"也\", 706, 770, 48, 40]], [[\"离\", 10, 860, 71, 49], [\"我\", 82, 857, 37, 46], [\"越\", 120, 854, 33, 47], [\"来\", 153, 851, 41, 47], [\"越\", 195, 849, 29, 46], [\"远\", 225, 846, 41, 47], [\"了\", 266, 843, 37, 47], [\"…\", 304, 840, 42, 47]], [[\"7\", 739, 903, 4, 9], [\"0\", 743, 903, 7, 8], [\"0\", 751, 902, 13, 9]], [[\"书\", 808, 1022, 18, 25], [\"写\", 826, 1019, 36, 26]], [[\"作\", 823, 1135, 21, 26], [\"文\", 845, 1133, 17, 27]], [[\"s\", 775, 1165, 7, 10], [\"0\", 782, 1164, 7, 10], [\"0\", 789, 1163, 14, 11]], [[\"基\", 0, 1254, 42, 56], [\"本\", 43, 1251, 31, 55], [\"达\", 75, 1248, 28, 54], [\"成\", 103, 1245, 27, 54], [\"训\", 130, 1240, 48, 56], [\"练\", 178, 1236, 40, 55], [\"目\", 218, 1230, 53, 57], [\"标\", 271, 1227, 27, 54], [\"。\", 298, 1222, 49, 57], [\"文\", 346, 1217, 48, 56], [\"中\", 394, 1214, 32, 54], [\"景\", 426, 1210, 33, 55], [\"物\", 458, 1205, 48, 57], [\"具\", 506, 1200, 46, 57], [\"有\", 551, 1198, 27, 54], [\"一\", 578, 1194, 33, 55], [\"定\", 610, 1190, 40, 56], [\"代\", 650, 1186, 42, 55], [\"表\", 691, 1181, 41, 56], [\"性\", 731, 1177, 40, 56], [\",\", 770, 1174, 34, 55]], [[\"评\", 11, 1242, 24, 30], [\"语\", 36, 1240, 27, 31], [\":\", 63, 1239, 21, 30]], [[\"批\", 840, 1253, 22, 28]], [[\"于\", 8, 1315, 43, 57], [\"今\", 49, 1312, 27, 55], [\"昔\", 74, 1309, 29, 55], [\"对\", 101, 1304, 43, 57], [\"比\", 142, 1300, 35, 56], [\"之\", 175, 1295, 41, 57], [\"中\", 214, 1292, 29, 55], [\"表\", 241, 1286, 49, 58], [\"达\", 288, 1283, 29, 55], [\"时\", 315, 1278, 43, 57], [\"光\", 356, 1273, 43, 57], [\"流\", 397, 1267, 52, 58], [\"逝\", 447, 1262, 42, 57], [\"的\", 488, 1256, 51, 58], [\"怅\", 537, 1251, 43, 57], [\"惘\", 578, 1246, 44, 57], [\",\", 620, 1241, 43, 57], [\"但\", 661, 1237, 35, 56], [\"是\", 694, 1232, 42, 57], [\"游\", 734, 1227, 44, 57], [\"踪\", 776, 1220, 60, 59]], [[\"或\", 5, 1374, 44, 60], [\"视\", 47, 1369, 41, 60], [\"角\", 86, 1365, 41, 60], [\"变\", 126, 1360, 40, 60], [\"换\", 164, 1357, 35, 59], [\"不\", 197, 1352, 40, 60], [\"明\", 235, 1349, 34, 59], [\"确\", 268, 1345, 35, 59], [\",\", 301, 1341, 34, 59], [\"景\", 333, 1337, 40, 59], [\"物\", 371, 1332, 47, 60], [\"特\", 417, 1326, 54, 61], [\"征\", 469, 1322, 34, 59], [\"突\", 501, 1317, 41, 60], [\"出\", 540, 1314, 34, 59], [\"不\", 573, 1310, 33, 59], [\"足\", 605, 1304, 54, 61]], [[\"规\", 0, 1473, 21, 37], [\"范\", 23, 1468, 59, 40], [\"书\", 83, 1464, 57, 39], [\"写\", 141, 1458, 66, 41]]]}]}], \"origin_content\": \"长兴南街学校题目:少年游欲买桂花同载酒,终不似,少年游。\\n—题记临汾城下的小院别有一番风味,外婆家在那有一方小院,小时候我常去那里玩。走老街过回巷,随我来一场少年游。\\n小村庄夏日的傍晚,是我心中独一份的美好——静谧而不清冷,秀丽而不妖艳。落日余晖映在天边,将湛蓝的天边染成耀眼的☰火红而老一辈人常说顺水顺财,村子临溪而建,溪边老柳树与水中倒影相映成趣。那汪清澈的水,跃过风洗的群山,渐渐淌向远方……\\n村旁那条小河,是我儿时来去村子的必仅经之路。登上河边小船,木船踏上去吱呀作响船桨划过水面发出噔的声响,在静谧的水河上尤为清晰悦耳。我乘的小木船,穿过座座高h峰,仰面数着天上的点点星空,耳边水声沙沙作响,岸边小店灯火通明,生意虽☰不是兴隆(却给人一种温薪之感,这幅画面也成为我儿时一份不可磨灭的回忆。\\n来到村里,伴着点点星光,我伏在溪边将手探进水中,清凉的溪水沁人心脾,打碎了来时路上的睡虫。这时回头望去,母亲正坐在部作文专用纸姓名梁昕冉班级2307村口一棵老树下温柔的望我,月光透过树隙间斑驳的空☰隙酒,落入母亲眼底,她的眼底便渡上一层光亮,我惊叫起来“妈妈的眼中有整片星河!”我们对视,笑作一团。\\n时光渐渐流逝,我来到太原上学,外婆也将那方小院卖了出去,随着生活节奏的加速闲暇之余外婆的那方小院不觉涌入脑海,是时对童年候再回去看看了……\\n再次踏入小村,村边的小店换为了高耸的变迁的3大厦,村口的小溪不知何时被填平,院中也不怀念再是记忆中的样子,窗边落灰的夕阳,似乎也离我越来越远了…\\n700书写作文s00基本达成训练目标。文中景物具有一定代表性,评语:批于今昔对比之中表达时光流逝的怅惘,但是游踪或视角变换不明确,景物特征突出不足规范书写\", \"origin_ocr_text\": [{\"log_id\": 1939658926422161532, \"direction\": 0, \"words_result\": [{\"chars\": [{\"char\": \"长\", \"location\": {\"top\": 297, \"left\": 595, \"width\": 27, \"height\": 39}}, {\"char\": \"兴\", \"location\": {\"top\": 296, \"left\": 625, \"width\": 44, \"height\": 40}}, {\"char\": \"南\", \"location\": {\"top\": 296, \"left\": 672, \"width\": 40, \"height\": 39}}, {\"char\": \"街\", \"location\": {\"top\": 296, \"left\": 715, \"width\": 41, \"height\": 39}}, {\"char\": \"学\", \"location\": {\"top\": 295, \"left\": 759, \"width\": 44, \"height\": 40}}, {\"char\": \"校\", \"location\": {\"top\": 295, \"left\": 806, \"width\": 49, \"height\": 39}}], \"words\": \"长兴南街学校\", \"location\": {\"top\": 295, \"left\": 595, \"width\": 259, \"height\": 41}}, {\"chars\": [{\"char\": \"题\", \"location\": {\"top\": 388, \"left\": 159, \"width\": 18, \"height\": 23}}, {\"char\": \"目\", \"location\": {\"top\": 388, \"left\": 178, \"width\": 22, \"height\": 22}}, {\"char\": \":\", \"location\": {\"top\": 387, \"left\": 201, \"width\": 11, \"height\": 23}}], \"words\": \"题目:\", \"location\": {\"top\": 387, \"left\": 159, \"width\": 53, \"height\": 24}}, {\"chars\": [{\"char\": \"少\", \"location\": {\"top\": 374, \"left\": 356, \"width\": 21, \"height\": 32}}, {\"char\": \"年\", \"location\": {\"top\": 372, \"left\": 378, \"width\": 31, \"height\": 33}}, {\"char\": \"游\", \"location\": {\"top\": 369, \"left\": 410, \"width\": 44, \"height\": 34}}], \"words\": \"少年游\", \"location\": {\"top\": 369, \"left\": 356, \"width\": 98, \"height\": 37}}, {\"chars\": [{\"char\": \"欲\", \"location\": {\"top\": 419, \"left\": 186, \"width\": 22, \"height\": 35}}, {\"char\": \"买\", \"location\": {\"top\": 416, \"left\": 209, \"width\": 36, \"height\": 36}}, {\"char\": \"桂\", \"location\": {\"top\": 414, \"left\": 246, \"width\": 30, \"height\": 35}}, {\"char\": \"花\", \"location\": {\"top\": 412, \"left\": 277, \"width\": 26, \"height\": 35}}, {\"char\": \"同\", \"location\": {\"top\": 409, \"left\": 303, \"width\": 42, \"height\": 36}}, {\"char\": \"载\", \"location\": {\"top\": 407, \"left\": 346, \"width\": 26, \"height\": 35}}, {\"char\": \"酒\", \"location\": {\"top\": 404, \"left\": 372, \"width\": 36, \"height\": 36}}, {\"char\": \",\", \"location\": {\"top\": 402, \"left\": 409, \"width\": 31, \"height\": 35}}, {\"char\": \"终\", \"location\": {\"top\": 399, \"left\": 441, \"width\": 36, \"height\": 36}}, {\"char\": \"不\", \"location\": {\"top\": 397, \"left\": 477, \"width\": 32, \"height\": 35}}, {\"char\": \"似\", \"location\": {\"top\": 394, \"left\": 509, \"width\": 36, \"height\": 36}}, {\"char\": \",\", \"location\": {\"top\": 392, \"left\": 546, \"width\": 31, \"height\": 35}}, {\"char\": \"少\", \"location\": {\"top\": 389, \"left\": 578, \"width\": 36, \"height\": 36}}, {\"char\": \"年\", \"location\": {\"top\": 387, \"left\": 614, \"width\": 32, \"height\": 35}}, {\"char\": \"游\", \"location\": {\"top\": 384, \"left\": 646, \"width\": 36, \"height\": 36}}, {\"char\": \"。\", \"location\": {\"top\": 382, \"left\": 683, \"width\": 31, \"height\": 35}}], \"words\": \"欲买桂花同载酒,终不似,少年游。\", \"location\": {\"top\": 382, \"left\": 186, \"width\": 528, \"height\": 72}}, {\"chars\": [{\"char\": \"—\", \"location\": {\"top\": 423, \"left\": 682, \"width\": 17, \"height\": 34}}, {\"char\": \"题\", \"location\": {\"top\": 423, \"left\": 699, \"width\": 59, \"height\": 34}}, {\"char\": \"记\", \"location\": {\"top\": 423, \"left\": 761, \"width\": 35, \"height\": 34}}], \"words\": \"—题记\", \"location\": {\"top\": 423, \"left\": 682, \"width\": 114, \"height\": 35}}, {\"chars\": [{\"char\": \"临\", \"location\": {\"top\": 499, \"left\": 183, \"width\": 25, \"height\": 40}}, {\"char\": \"汾\", \"location\": {\"top\": 497, \"left\": 209, \"width\": 30, \"height\": 40}}, {\"char\": \"城\", \"location\": {\"top\": 495, \"left\": 240, \"width\": 36, \"height\": 40}}, {\"char\": \"下\", \"location\": {\"top\": 493, \"left\": 277, \"width\": 30, \"height\": 40}}, {\"char\": \"的\", \"location\": {\"top\": 492, \"left\": 308, \"width\": 30, \"height\": 39}}, {\"char\": \"小\", \"location\": {\"top\": 489, \"left\": 339, \"width\": 36, \"height\": 40}}, {\"char\": \"院\", \"location\": {\"top\": 487, \"left\": 376, \"width\": 36, \"height\": 40}}, {\"char\": \"别\", \"location\": {\"top\": 485, \"left\": 413, \"width\": 30, \"height\": 40}}, {\"char\": \"有\", \"location\": {\"top\": 484, \"left\": 444, \"width\": 30, \"height\": 39}}, {\"char\": \"一\", \"location\": {\"top\": 481, \"left\": 475, \"width\": 35, \"height\": 40}}, {\"char\": \"番\", \"location\": {\"top\": 479, \"left\": 511, \"width\": 36, \"height\": 40}}, {\"char\": \"风\", \"location\": {\"top\": 477, \"left\": 548, \"width\": 37, \"height\": 40}}, {\"char\": \"味\", \"location\": {\"top\": 475, \"left\": 586, \"width\": 29, \"height\": 40}}, {\"char\": \",\", \"location\": {\"top\": 473, \"left\": 616, \"width\": 31, \"height\": 40}}, {\"char\": \"外\", \"location\": {\"top\": 471, \"left\": 648, \"width\": 41, \"height\": 40}}, {\"char\": \"婆\", \"location\": {\"top\": 469, \"left\": 690, \"width\": 36, \"height\": 40}}, {\"char\": \"家\", \"location\": {\"top\": 466, \"left\": 727, \"width\": 37, \"height\": 40}}, {\"char\": \"在\", \"location\": {\"top\": 464, \"left\": 765, \"width\": 37, \"height\": 40}}], \"words\": \"临汾城下的小院别有一番风味,外婆家在\", \"location\": {\"top\": 464, \"left\": 183, \"width\": 618, \"height\": 75}}, {\"chars\": [{\"char\": \"那\", \"location\": {\"top\": 546, \"left\": 111, \"width\": 26, \"height\": 39}}, {\"char\": \"有\", \"location\": {\"top\": 544, \"left\": 138, \"width\": 34, \"height\": 39}}, {\"char\": \"一\", \"location\": {\"top\": 543, \"left\": 173, \"width\": 34, \"height\": 39}}, {\"char\": \"方\", \"location\": {\"top\": 541, \"left\": 208, \"width\": 33, \"height\": 39}}, {\"char\": \"小\", \"location\": {\"top\": 539, \"left\": 242, \"width\": 34, \"height\": 39}}, {\"char\": \"院\", \"location\": {\"top\": 537, \"left\": 277, \"width\": 33, \"height\": 39}}, {\"char\": \",\", \"location\": {\"top\": 535, \"left\": 311, \"width\": 29, \"height\": 39}}, {\"char\": \"小\", \"location\": {\"top\": 534, \"left\": 341, \"width\": 32, \"height\": 38}}, {\"char\": \"时\", \"location\": {\"top\": 532, \"left\": 374, \"width\": 34, \"height\": 39}}, {\"char\": \"候\", \"location\": {\"top\": 530, \"left\": 409, \"width\": 33, \"height\": 39}}, {\"char\": \"我\", \"location\": {\"top\": 528, \"left\": 443, \"width\": 34, \"height\": 39}}, {\"char\": \"常\", \"location\": {\"top\": 526, \"left\": 478, \"width\": 34, \"height\": 39}}, {\"char\": \"去\", \"location\": {\"top\": 524, \"left\": 513, \"width\": 40, \"height\": 39}}, {\"char\": \"那\", \"location\": {\"top\": 522, \"left\": 554, \"width\": 27, \"height\": 39}}, {\"char\": \"里\", \"location\": {\"top\": 520, \"left\": 582, \"width\": 40, \"height\": 39}}, {\"char\": \"玩\", \"location\": {\"top\": 518, \"left\": 624, \"width\": 33, \"height\": 39}}, {\"char\": \"。\", \"location\": {\"top\": 516, \"left\": 659, \"width\": 29, \"height\": 39}}, {\"char\": \"走\", \"location\": {\"top\": 514, \"left\": 689, \"width\": 38, \"height\": 39}}, {\"char\": \"老\", \"location\": {\"top\": 512, \"left\": 728, \"width\": 41, \"height\": 39}}, {\"char\": \"街\", \"location\": {\"top\": 510, \"left\": 770, \"width\": 36, \"height\": 39}}], \"words\": \"那有一方小院,小时候我常去那里玩。走老街\", \"location\": {\"top\": 510, \"left\": 111, \"width\": 695, \"height\": 75}}, {\"chars\": [{\"char\": \"过\", \"location\": {\"top\": 591, \"left\": 106, \"width\": 30, \"height\": 35}}, {\"char\": \"回\", \"location\": {\"top\": 590, \"left\": 137, \"width\": 29, \"height\": 35}}, {\"char\": \"巷\", \"location\": {\"top\": 587, \"left\": 167, \"width\": 38, \"height\": 36}}, {\"char\": \",\", \"location\": {\"top\": 586, \"left\": 206, \"width\": 28, \"height\": 35}}, {\"char\": \"随\", \"location\": {\"top\": 584, \"left\": 235, \"width\": 40, \"height\": 36}}, {\"char\": \"我\", \"location\": {\"top\": 583, \"left\": 276, \"width\": 25, \"height\": 34}}, {\"char\": \"来\", \"location\": {\"top\": 581, \"left\": 302, \"width\": 34, \"height\": 35}}, {\"char\": \"一\", \"location\": {\"top\": 579, \"left\": 337, \"width\": 33, \"height\": 35}}, {\"char\": \"场\", \"location\": {\"top\": 577, \"left\": 371, \"width\": 39, \"height\": 35}}, {\"char\": \"少\", \"location\": {\"top\": 575, \"left\": 411, \"width\": 29, \"height\": 35}}, {\"char\": \"年\", \"location\": {\"top\": 574, \"left\": 441, \"width\": 34, \"height\": 35}}, {\"char\": \"游\", \"location\": {\"top\": 572, \"left\": 476, \"width\": 38, \"height\": 35}}, {\"char\": \"。\", \"location\": {\"top\": 570, \"left\": 515, \"width\": 27, \"height\": 35}}], \"words\": \"过回巷,随我来一场少年游。\", \"location\": {\"top\": 570, \"left\": 106, \"width\": 435, \"height\": 56}}, {\"chars\": [{\"char\": \"小\", \"location\": {\"top\": 626, \"left\": 179, \"width\": 23, \"height\": 39}}, {\"char\": \"村\", \"location\": {\"top\": 625, \"left\": 204, \"width\": 30, \"height\": 38}}, {\"char\": \"庄\", \"location\": {\"top\": 624, \"left\": 236, \"width\": 36, \"height\": 38}}, {\"char\": \"夏\", \"location\": {\"top\": 622, \"left\": 274, \"width\": 29, \"height\": 38}}, {\"char\": \"日\", \"location\": {\"top\": 621, \"left\": 304, \"width\": 37, \"height\": 38}}, {\"char\": \"的\", \"location\": {\"top\": 619, \"left\": 342, \"width\": 30, \"height\": 38}}, {\"char\": \"傍\", \"location\": {\"top\": 618, \"left\": 374, \"width\": 36, \"height\": 38}}, {\"char\": \"晚\", \"location\": {\"top\": 616, \"left\": 411, \"width\": 30, \"height\": 39}}, {\"char\": \",\", \"location\": {\"top\": 615, \"left\": 443, \"width\": 31, \"height\": 38}}, {\"char\": \"是\", \"location\": {\"top\": 613, \"left\": 475, \"width\": 41, \"height\": 39}}, {\"char\": \"我\", \"location\": {\"top\": 612, \"left\": 518, \"width\": 30, \"height\": 38}}, {\"char\": \"心\", \"location\": {\"top\": 610, \"left\": 549, \"width\": 37, \"height\": 39}}, {\"char\": \"中\", \"location\": {\"top\": 608, \"left\": 587, \"width\": 36, \"height\": 39}}, {\"char\": \"独\", \"location\": {\"top\": 607, \"left\": 625, \"width\": 30, \"height\": 38}}, {\"char\": \"一\", \"location\": {\"top\": 605, \"left\": 656, \"width\": 37, \"height\": 39}}, {\"char\": \"份\", \"location\": {\"top\": 604, \"left\": 694, \"width\": 36, \"height\": 38}}, {\"char\": \"的\", \"location\": {\"top\": 603, \"left\": 731, \"width\": 30, \"height\": 38}}, {\"char\": \"美\", \"location\": {\"top\": 601, \"left\": 763, \"width\": 44, \"height\": 38}}], \"words\": \"小村庄夏日的傍晚,是我心中独一份的美\", \"location\": {\"top\": 601, \"left\": 179, \"width\": 628, \"height\": 64}}, {\"chars\": [{\"char\": \"好\", \"location\": {\"top\": 673, \"left\": 103, \"width\": 26, \"height\": 39}}, {\"char\": \"—\", \"location\": {\"top\": 672, \"left\": 131, \"width\": 41, \"height\": 39}}, {\"char\": \"—\", \"location\": {\"top\": 671, \"left\": 174, \"width\": 21, \"height\": 39}}, {\"char\": \"静\", \"location\": {\"top\": 670, \"left\": 197, \"width\": 30, \"height\": 39}}, {\"char\": \"谧\", \"location\": {\"top\": 668, \"left\": 229, \"width\": 40, \"height\": 40}}, {\"char\": \"而\", \"location\": {\"top\": 667, \"left\": 271, \"width\": 34, \"height\": 39}}, {\"char\": \"不\", \"location\": {\"top\": 666, \"left\": 307, \"width\": 26, \"height\": 39}}, {\"char\": \"清\", \"location\": {\"top\": 664, \"left\": 335, \"width\": 40, \"height\": 40}}, {\"char\": \"冷\", \"location\": {\"top\": 663, \"left\": 377, \"width\": 33, \"height\": 39}}, {\"char\": \",\", \"location\": {\"top\": 662, \"left\": 412, \"width\": 28, \"height\": 39}}, {\"char\": \"秀\", \"location\": {\"top\": 660, \"left\": 442, \"width\": 39, \"height\": 39}}, {\"char\": \"丽\", \"location\": {\"top\": 659, \"left\": 483, \"width\": 26, \"height\": 39}}, {\"char\": \"而\", \"location\": {\"top\": 657, \"left\": 511, \"width\": 40, \"height\": 40}}, {\"char\": \"不\", \"location\": {\"top\": 656, \"left\": 553, \"width\": 33, \"height\": 39}}, {\"char\": \"妖\", \"location\": {\"top\": 655, \"left\": 587, \"width\": 34, \"height\": 39}}, {\"char\": \"艳\", \"location\": {\"top\": 654, \"left\": 623, \"width\": 33, \"height\": 39}}, {\"char\": \"。\", \"location\": {\"top\": 652, \"left\": 658, \"width\": 36, \"height\": 39}}, {\"char\": \"落\", \"location\": {\"top\": 651, \"left\": 696, \"width\": 37, \"height\": 39}}, {\"char\": \"日\", \"location\": {\"top\": 649, \"left\": 735, \"width\": 34, \"height\": 39}}, {\"char\": \"余\", \"location\": {\"top\": 648, \"left\": 771, \"width\": 36, \"height\": 39}}], \"words\": \"好——静谧而不清冷,秀丽而不妖艳。落日余\", \"location\": {\"top\": 648, \"left\": 103, \"width\": 703, \"height\": 65}}, {\"chars\": [{\"char\": \"晖\", \"location\": {\"top\": 720, \"left\": 102, \"width\": 25, \"height\": 38}}, {\"char\": \"映\", \"location\": {\"top\": 718, \"left\": 129, \"width\": 34, \"height\": 39}}, {\"char\": \"在\", \"location\": {\"top\": 717, \"left\": 165, \"width\": 33, \"height\": 38}}, {\"char\": \"天\", \"location\": {\"top\": 716, \"left\": 200, \"width\": 34, \"height\": 38}}, {\"char\": \"边\", \"location\": {\"top\": 715, \"left\": 236, \"width\": 26, \"height\": 38}}, {\"char\": \",\", \"location\": {\"top\": 713, \"left\": 264, \"width\": 38, \"height\": 39}}, {\"char\": \"将\", \"location\": {\"top\": 712, \"left\": 304, \"width\": 37, \"height\": 38}}, {\"char\": \"湛\", \"location\": {\"top\": 711, \"left\": 342, \"width\": 34, \"height\": 38}}, {\"char\": \"蓝\", \"location\": {\"top\": 710, \"left\": 378, \"width\": 26, \"height\": 38}}, {\"char\": \"的\", \"location\": {\"top\": 708, \"left\": 406, \"width\": 34, \"height\": 39}}, {\"char\": \"天\", \"location\": {\"top\": 707, \"left\": 442, \"width\": 34, \"height\": 38}}, {\"char\": \"边\", \"location\": {\"top\": 706, \"left\": 477, \"width\": 41, \"height\": 38}}, {\"char\": \"染\", \"location\": {\"top\": 705, \"left\": 520, \"width\": 27, \"height\": 38}}, {\"char\": \"成\", \"location\": {\"top\": 703, \"left\": 548, \"width\": 34, \"height\": 39}}, {\"char\": \"耀\", \"location\": {\"top\": 702, \"left\": 584, \"width\": 41, \"height\": 38}}, {\"char\": \"眼\", \"location\": {\"top\": 701, \"left\": 627, \"width\": 33, \"height\": 38}}, {\"char\": \"的\", \"location\": {\"top\": 699, \"left\": 662, \"width\": 34, \"height\": 38}}, {\"char\": \"☰\", \"location\": {\"top\": 698, \"left\": 698, \"width\": 33, \"height\": 38}}, {\"char\": \"火\", \"location\": {\"top\": 697, \"left\": 733, \"width\": 34, \"height\": 38}}, {\"char\": \"红\", \"location\": {\"top\": 695, \"left\": 769, \"width\": 44, \"height\": 39}}], \"words\": \"晖映在天边,将湛蓝的天边染成耀眼的☰火红\", \"location\": {\"top\": 695, \"left\": 102, \"width\": 711, \"height\": 63}}, {\"chars\": [{\"char\": \"而\", \"location\": {\"top\": 733, \"left\": 832, \"width\": 30, \"height\": 37}}], \"words\": \"而\", \"location\": {\"top\": 733, \"left\": 832, \"width\": 30, \"height\": 37}}, {\"chars\": [{\"char\": \"老\", \"location\": {\"top\": 764, \"left\": 99, \"width\": 27, \"height\": 39}}, {\"char\": \"一\", \"location\": {\"top\": 763, \"left\": 128, \"width\": 34, \"height\": 39}}, {\"char\": \"辈\", \"location\": {\"top\": 761, \"left\": 164, \"width\": 34, \"height\": 40}}, {\"char\": \"人\", \"location\": {\"top\": 761, \"left\": 200, \"width\": 27, \"height\": 39}}, {\"char\": \"常\", \"location\": {\"top\": 760, \"left\": 229, \"width\": 34, \"height\": 39}}, {\"char\": \"说\", \"location\": {\"top\": 758, \"left\": 265, \"width\": 33, \"height\": 40}}, {\"char\": \"顺\", \"location\": {\"top\": 757, \"left\": 301, \"width\": 34, \"height\": 40}}, {\"char\": \"水\", \"location\": {\"top\": 756, \"left\": 337, \"width\": 34, \"height\": 40}}, {\"char\": \"顺\", \"location\": {\"top\": 755, \"left\": 373, \"width\": 33, \"height\": 40}}, {\"char\": \"财\", \"location\": {\"top\": 754, \"left\": 409, \"width\": 34, \"height\": 40}}, {\"char\": \",\", \"location\": {\"top\": 753, \"left\": 445, \"width\": 36, \"height\": 40}}, {\"char\": \"村\", \"location\": {\"top\": 752, \"left\": 483, \"width\": 31, \"height\": 40}}, {\"char\": \"子\", \"location\": {\"top\": 751, \"left\": 517, \"width\": 34, \"height\": 40}}, {\"char\": \"临\", \"location\": {\"top\": 750, \"left\": 553, \"width\": 34, \"height\": 40}}, {\"char\": \"溪\", \"location\": {\"top\": 749, \"left\": 589, \"width\": 33, \"height\": 40}}, {\"char\": \"而\", \"location\": {\"top\": 748, \"left\": 625, \"width\": 34, \"height\": 40}}, {\"char\": \"建\", \"location\": {\"top\": 747, \"left\": 661, \"width\": 41, \"height\": 40}}, {\"char\": \",\", \"location\": {\"top\": 746, \"left\": 704, \"width\": 29, \"height\": 39}}, {\"char\": \"溪\", \"location\": {\"top\": 744, \"left\": 735, \"width\": 46, \"height\": 40}}, {\"char\": \"边\", \"location\": {\"top\": 743, \"left\": 783, \"width\": 37, \"height\": 40}}], \"words\": \"老一辈人常说顺水顺财,村子临溪而建,溪边\", \"location\": {\"top\": 743, \"left\": 99, \"width\": 720, \"height\": 61}}, {\"chars\": [{\"char\": \"老\", \"location\": {\"top\": 810, \"left\": 94, \"width\": 26, \"height\": 39}}, {\"char\": \"柳\", \"location\": {\"top\": 809, \"left\": 122, \"width\": 34, \"height\": 39}}, {\"char\": \"树\", \"location\": {\"top\": 808, \"left\": 159, \"width\": 33, \"height\": 40}}, {\"char\": \"与\", \"location\": {\"top\": 807, \"left\": 195, \"width\": 34, \"height\": 40}}, {\"char\": \"水\", \"location\": {\"top\": 807, \"left\": 231, \"width\": 33, \"height\": 39}}, {\"char\": \"中\", \"location\": {\"top\": 806, \"left\": 266, \"width\": 28, \"height\": 39}}, {\"char\": \"倒\", \"location\": {\"top\": 805, \"left\": 296, \"width\": 33, \"height\": 39}}, {\"char\": \"影\", \"location\": {\"top\": 804, \"left\": 331, \"width\": 34, \"height\": 40}}, {\"char\": \"相\", \"location\": {\"top\": 804, \"left\": 368, \"width\": 33, \"height\": 39}}, {\"char\": \"映\", \"location\": {\"top\": 803, \"left\": 404, \"width\": 40, \"height\": 39}}, {\"char\": \"成\", \"location\": {\"top\": 802, \"left\": 446, \"width\": 28, \"height\": 39}}, {\"char\": \"趣\", \"location\": {\"top\": 801, \"left\": 476, \"width\": 33, \"height\": 39}}, {\"char\": \"。\", \"location\": {\"top\": 800, \"left\": 511, \"width\": 44, \"height\": 40}}, {\"char\": \"那\", \"location\": {\"top\": 799, \"left\": 557, \"width\": 32, \"height\": 40}}, {\"char\": \"汪\", \"location\": {\"top\": 799, \"left\": 591, \"width\": 33, \"height\": 39}}, {\"char\": \"清\", \"location\": {\"top\": 798, \"left\": 627, \"width\": 41, \"height\": 39}}, {\"char\": \"澈\", \"location\": {\"top\": 797, \"left\": 670, \"width\": 34, \"height\": 39}}, {\"char\": \"的\", \"location\": {\"top\": 796, \"left\": 706, \"width\": 27, \"height\": 39}}, {\"char\": \"水\", \"location\": {\"top\": 795, \"left\": 735, \"width\": 40, \"height\": 40}}, {\"char\": \",\", \"location\": {\"top\": 794, \"left\": 778, \"width\": 37, \"height\": 40}}], \"words\": \"老柳树与水中倒影相映成趣。那汪清澈的水,\", \"location\": {\"top\": 794, \"left\": 94, \"width\": 720, \"height\": 55}}, {\"chars\": [{\"char\": \"跃\", \"location\": {\"top\": 861, \"left\": 90, \"width\": 28, \"height\": 35}}, {\"char\": \"过\", \"location\": {\"top\": 860, \"left\": 120, \"width\": 32, \"height\": 36}}, {\"char\": \"风\", \"location\": {\"top\": 859, \"left\": 154, \"width\": 33, \"height\": 36}}, {\"char\": \"洗\", \"location\": {\"top\": 858, \"left\": 189, \"width\": 38, \"height\": 36}}, {\"char\": \"的\", \"location\": {\"top\": 857, \"left\": 229, \"width\": 28, \"height\": 36}}, {\"char\": \"群\", \"location\": {\"top\": 856, \"left\": 259, \"width\": 32, \"height\": 36}}, {\"char\": \"山\", \"location\": {\"top\": 855, \"left\": 293, \"width\": 33, \"height\": 36}}, {\"char\": \",\", \"location\": {\"top\": 854, \"left\": 328, \"width\": 27, \"height\": 36}}, {\"char\": \"渐\", \"location\": {\"top\": 853, \"left\": 357, \"width\": 44, \"height\": 36}}, {\"char\": \"渐\", \"location\": {\"top\": 852, \"left\": 403, \"width\": 38, \"height\": 36}}, {\"char\": \"淌\", \"location\": {\"top\": 851, \"left\": 443, \"width\": 33, \"height\": 36}}, {\"char\": \"向\", \"location\": {\"top\": 850, \"left\": 478, \"width\": 32, \"height\": 36}}, {\"char\": \"远\", \"location\": {\"top\": 849, \"left\": 512, \"width\": 38, \"height\": 36}}, {\"char\": \"方\", \"location\": {\"top\": 848, \"left\": 553, \"width\": 33, \"height\": 36}}, {\"char\": \"…\", \"location\": {\"top\": 848, \"left\": 588, \"width\": 27, \"height\": 35}}, {\"char\": \"…\", \"location\": {\"top\": 846, \"left\": 617, \"width\": 50, \"height\": 37}}], \"words\": \"跃过风洗的群山,渐渐淌向远方……\", \"location\": {\"top\": 846, \"left\": 90, \"width\": 577, \"height\": 50}}, {\"chars\": [{\"char\": \"村\", \"location\": {\"top\": 904, \"left\": 160, \"width\": 25, \"height\": 41}}, {\"char\": \"旁\", \"location\": {\"top\": 903, \"left\": 188, \"width\": 38, \"height\": 41}}, {\"char\": \"那\", \"location\": {\"top\": 903, \"left\": 228, \"width\": 30, \"height\": 41}}, {\"char\": \"条\", \"location\": {\"top\": 902, \"left\": 261, \"width\": 31, \"height\": 41}}, {\"char\": \"小\", \"location\": {\"top\": 901, \"left\": 295, \"width\": 31, \"height\": 41}}, {\"char\": \"河\", \"location\": {\"top\": 901, \"left\": 328, \"width\": 37, \"height\": 41}}, {\"char\": \",\", \"location\": {\"top\": 900, \"left\": 368, \"width\": 25, \"height\": 41}}, {\"char\": \"是\", \"location\": {\"top\": 899, \"left\": 396, \"width\": 50, \"height\": 42}}, {\"char\": \"我\", \"location\": {\"top\": 899, \"left\": 448, \"width\": 31, \"height\": 41}}, {\"char\": \"儿\", \"location\": {\"top\": 898, \"left\": 482, \"width\": 37, \"height\": 41}}, {\"char\": \"时\", \"location\": {\"top\": 897, \"left\": 522, \"width\": 37, \"height\": 41}}, {\"char\": \"来\", \"location\": {\"top\": 897, \"left\": 562, \"width\": 30, \"height\": 41}}, {\"char\": \"去\", \"location\": {\"top\": 896, \"left\": 595, \"width\": 31, \"height\": 41}}, {\"char\": \"村\", \"location\": {\"top\": 895, \"left\": 629, \"width\": 37, \"height\": 42}}, {\"char\": \"子\", \"location\": {\"top\": 895, \"left\": 669, \"width\": 37, \"height\": 41}}, {\"char\": \"的\", \"location\": {\"top\": 894, \"left\": 709, \"width\": 37, \"height\": 41}}, {\"char\": \"必\", \"location\": {\"top\": 893, \"left\": 749, \"width\": 30, \"height\": 41}}, {\"char\": \"仅\", \"location\": {\"top\": 892, \"left\": 782, \"width\": 46, \"height\": 42}}], \"words\": \"村旁那条小河,是我儿时来去村子的必仅\", \"location\": {\"top\": 892, \"left\": 160, \"width\": 667, \"height\": 53}}, {\"chars\": [{\"char\": \"经\", \"location\": {\"top\": 955, \"left\": 83, \"width\": 34, \"height\": 41}}, {\"char\": \"之\", \"location\": {\"top\": 955, \"left\": 120, \"width\": 27, \"height\": 41}}, {\"char\": \"路\", \"location\": {\"top\": 954, \"left\": 150, \"width\": 35, \"height\": 41}}, {\"char\": \"。\", \"location\": {\"top\": 954, \"left\": 188, \"width\": 36, \"height\": 41}}, {\"char\": \"登\", \"location\": {\"top\": 953, \"left\": 227, \"width\": 33, \"height\": 41}}, {\"char\": \"上\", \"location\": {\"top\": 953, \"left\": 262, \"width\": 35, \"height\": 40}}, {\"char\": \"河\", \"location\": {\"top\": 952, \"left\": 300, \"width\": 35, \"height\": 41}}, {\"char\": \"边\", \"location\": {\"top\": 952, \"left\": 338, \"width\": 27, \"height\": 40}}, {\"char\": \"小\", \"location\": {\"top\": 951, \"left\": 368, \"width\": 35, \"height\": 41}}, {\"char\": \"船\", \"location\": {\"top\": 951, \"left\": 406, \"width\": 34, \"height\": 40}}, {\"char\": \",\", \"location\": {\"top\": 950, \"left\": 443, \"width\": 37, \"height\": 41}}, {\"char\": \"木\", \"location\": {\"top\": 950, \"left\": 483, \"width\": 32, \"height\": 40}}, {\"char\": \"船\", \"location\": {\"top\": 949, \"left\": 518, \"width\": 35, \"height\": 41}}, {\"char\": \"踏\", \"location\": {\"top\": 949, \"left\": 556, \"width\": 34, \"height\": 40}}, {\"char\": \"上\", \"location\": {\"top\": 948, \"left\": 593, \"width\": 35, \"height\": 41}}, {\"char\": \"去\", \"location\": {\"top\": 947, \"left\": 631, \"width\": 35, \"height\": 41}}, {\"char\": \"吱\", \"location\": {\"top\": 947, \"left\": 669, \"width\": 41, \"height\": 41}}, {\"char\": \"呀\", \"location\": {\"top\": 946, \"left\": 713, \"width\": 35, \"height\": 41}}, {\"char\": \"作\", \"location\": {\"top\": 946, \"left\": 751, \"width\": 35, \"height\": 40}}, {\"char\": \"响\", \"location\": {\"top\": 945, \"left\": 789, \"width\": 45, \"height\": 41}}], \"words\": \"经之路。登上河边小船,木船踏上去吱呀作响\", \"location\": {\"top\": 945, \"left\": 83, \"width\": 750, \"height\": 51}}, {\"chars\": [{\"char\": \"船\", \"location\": {\"top\": 1004, \"left\": 81, \"width\": 28, \"height\": 44}}, {\"char\": \"桨\", \"location\": {\"top\": 1004, \"left\": 112, \"width\": 42, \"height\": 44}}, {\"char\": \"划\", \"location\": {\"top\": 1003, \"left\": 157, \"width\": 27, \"height\": 44}}, {\"char\": \"过\", \"location\": {\"top\": 1003, \"left\": 187, \"width\": 34, \"height\": 44}}, {\"char\": \"水\", \"location\": {\"top\": 1003, \"left\": 224, \"width\": 35, \"height\": 44}}, {\"char\": \"面\", \"location\": {\"top\": 1002, \"left\": 262, \"width\": 34, \"height\": 44}}, {\"char\": \"发\", \"location\": {\"top\": 1002, \"left\": 299, \"width\": 27, \"height\": 44}}, {\"char\": \"出\", \"location\": {\"top\": 1001, \"left\": 329, \"width\": 35, \"height\": 45}}, {\"char\": \"噔\", \"location\": {\"top\": 1001, \"left\": 367, \"width\": 79, \"height\": 44}}, {\"char\": \"的\", \"location\": {\"top\": 1000, \"left\": 449, \"width\": 35, \"height\": 44}}, {\"char\": \"声\", \"location\": {\"top\": 1000, \"left\": 487, \"width\": 27, \"height\": 44}}, {\"char\": \"响\", \"location\": {\"top\": 1000, \"left\": 517, \"width\": 34, \"height\": 44}}, {\"char\": \",\", \"location\": {\"top\": 999, \"left\": 554, \"width\": 36, \"height\": 44}}, {\"char\": \"在\", \"location\": {\"top\": 999, \"left\": 594, \"width\": 40, \"height\": 44}}, {\"char\": \"静\", \"location\": {\"top\": 998, \"left\": 637, \"width\": 27, \"height\": 44}}, {\"char\": \"谧\", \"location\": {\"top\": 998, \"left\": 667, \"width\": 41, \"height\": 44}}, {\"char\": \"的\", \"location\": {\"top\": 997, \"left\": 712, \"width\": 35, \"height\": 44}}, {\"char\": \"水\", \"location\": {\"top\": 997, \"left\": 750, \"width\": 34, \"height\": 44}}, {\"char\": \"河\", \"location\": {\"top\": 997, \"left\": 787, \"width\": 43, \"height\": 44}}], \"words\": \"船桨划过水面发出噔的声响,在静谧的水河\", \"location\": {\"top\": 997, \"left\": 81, \"width\": 749, \"height\": 52}}, {\"chars\": [{\"char\": \"上\", \"location\": {\"top\": 1053, \"left\": 78, \"width\": 27, \"height\": 45}}, {\"char\": \"尤\", \"location\": {\"top\": 1053, \"left\": 109, \"width\": 34, \"height\": 45}}, {\"char\": \"为\", \"location\": {\"top\": 1053, \"left\": 147, \"width\": 41, \"height\": 45}}, {\"char\": \"清\", \"location\": {\"top\": 1052, \"left\": 192, \"width\": 27, \"height\": 45}}, {\"char\": \"晰\", \"location\": {\"top\": 1052, \"left\": 222, \"width\": 34, \"height\": 45}}, {\"char\": \"悦\", \"location\": {\"top\": 1052, \"left\": 260, \"width\": 33, \"height\": 45}}, {\"char\": \"耳\", \"location\": {\"top\": 1051, \"left\": 297, \"width\": 35, \"height\": 45}}, {\"char\": \"。\", \"location\": {\"top\": 1051, \"left\": 335, \"width\": 27, \"height\": 45}}, {\"char\": \"我\", \"location\": {\"top\": 1051, \"left\": 366, \"width\": 41, \"height\": 45}}, {\"char\": \"乘\", \"location\": {\"top\": 1050, \"left\": 410, \"width\": 27, \"height\": 45}}, {\"char\": \"的\", \"location\": {\"top\": 1050, \"left\": 440, \"width\": 35, \"height\": 45}}, {\"char\": \"小\", \"location\": {\"top\": 1050, \"left\": 478, \"width\": 42, \"height\": 45}}, {\"char\": \"木\", \"location\": {\"top\": 1049, \"left\": 523, \"width\": 34, \"height\": 45}}, {\"char\": \"船\", \"location\": {\"top\": 1049, \"left\": 560, \"width\": 35, \"height\": 45}}, {\"char\": \",\", \"location\": {\"top\": 1049, \"left\": 599, \"width\": 34, \"height\": 45}}, {\"char\": \"穿\", \"location\": {\"top\": 1048, \"left\": 637, \"width\": 40, \"height\": 45}}, {\"char\": \"过\", \"location\": {\"top\": 1048, \"left\": 681, \"width\": 27, \"height\": 45}}, {\"char\": \"座\", \"location\": {\"top\": 1047, \"left\": 711, \"width\": 42, \"height\": 46}}, {\"char\": \"座\", \"location\": {\"top\": 1047, \"left\": 756, \"width\": 34, \"height\": 45}}, {\"char\": \"高\", \"location\": {\"top\": 1047, \"left\": 793, \"width\": 37, \"height\": 45}}], \"words\": \"上尤为清晰悦耳。我乘的小木船,穿过座座高\", \"location\": {\"top\": 1047, \"left\": 78, \"width\": 752, \"height\": 52}}, {\"chars\": [{\"char\": \"h\", \"location\": {\"top\": 1048, \"left\": 847, \"width\": 15, \"height\": 23}}], \"words\": \"h\", \"location\": {\"top\": 1048, \"left\": 847, \"width\": 15, \"height\": 24}}, {\"chars\": [{\"char\": \"峰\", \"location\": {\"top\": 1107, \"left\": 73, \"width\": 28, \"height\": 43}}, {\"char\": \",\", \"location\": {\"top\": 1107, \"left\": 104, \"width\": 36, \"height\": 43}}, {\"char\": \"仰\", \"location\": {\"top\": 1107, \"left\": 144, \"width\": 32, \"height\": 42}}, {\"char\": \"面\", \"location\": {\"top\": 1107, \"left\": 179, \"width\": 35, \"height\": 42}}, {\"char\": \"数\", \"location\": {\"top\": 1106, \"left\": 217, \"width\": 27, \"height\": 43}}, {\"char\": \"着\", \"location\": {\"top\": 1106, \"left\": 248, \"width\": 42, \"height\": 43}}, {\"char\": \"天\", \"location\": {\"top\": 1106, \"left\": 293, \"width\": 35, \"height\": 43}}, {\"char\": \"上\", \"location\": {\"top\": 1106, \"left\": 331, \"width\": 34, \"height\": 42}}, {\"char\": \"的\", \"location\": {\"top\": 1106, \"left\": 368, \"width\": 35, \"height\": 42}}, {\"char\": \"点\", \"location\": {\"top\": 1106, \"left\": 406, \"width\": 35, \"height\": 42}}, {\"char\": \"点\", \"location\": {\"top\": 1105, \"left\": 444, \"width\": 35, \"height\": 43}}, {\"char\": \"星\", \"location\": {\"top\": 1105, \"left\": 482, \"width\": 35, \"height\": 43}}, {\"char\": \"空\", \"location\": {\"top\": 1105, \"left\": 520, \"width\": 34, \"height\": 43}}, {\"char\": \",\", \"location\": {\"top\": 1105, \"left\": 557, \"width\": 37, \"height\": 42}}, {\"char\": \"耳\", \"location\": {\"top\": 1105, \"left\": 598, \"width\": 39, \"height\": 42}}, {\"char\": \"边\", \"location\": {\"top\": 1104, \"left\": 640, \"width\": 35, \"height\": 43}}, {\"char\": \"水\", \"location\": {\"top\": 1104, \"left\": 678, \"width\": 35, \"height\": 43}}, {\"char\": \"声\", \"location\": {\"top\": 1104, \"left\": 716, \"width\": 42, \"height\": 43}}, {\"char\": \"沙\", \"location\": {\"top\": 1104, \"left\": 762, \"width\": 34, \"height\": 42}}, {\"char\": \"沙\", \"location\": {\"top\": 1104, \"left\": 799, \"width\": 30, \"height\": 42}}], \"words\": \"峰,仰面数着天上的点点星空,耳边水声沙沙\", \"location\": {\"top\": 1104, \"left\": 73, \"width\": 755, \"height\": 47}}, {\"chars\": [{\"char\": \"作\", \"location\": {\"top\": 1159, \"left\": 68, \"width\": 29, \"height\": 44}}, {\"char\": \"响\", \"location\": {\"top\": 1159, \"left\": 100, \"width\": 35, \"height\": 43}}, {\"char\": \",\", \"location\": {\"top\": 1158, \"left\": 138, \"width\": 30, \"height\": 44}}, {\"char\": \"岸\", \"location\": {\"top\": 1158, \"left\": 172, \"width\": 40, \"height\": 44}}, {\"char\": \"边\", \"location\": {\"top\": 1158, \"left\": 216, \"width\": 36, \"height\": 44}}, {\"char\": \"小\", \"location\": {\"top\": 1158, \"left\": 255, \"width\": 35, \"height\": 44}}, {\"char\": \"店\", \"location\": {\"top\": 1158, \"left\": 293, \"width\": 35, \"height\": 44}}, {\"char\": \"灯\", \"location\": {\"top\": 1158, \"left\": 332, \"width\": 35, \"height\": 44}}, {\"char\": \"火\", \"location\": {\"top\": 1158, \"left\": 371, \"width\": 35, \"height\": 44}}, {\"char\": \"通\", \"location\": {\"top\": 1158, \"left\": 409, \"width\": 36, \"height\": 44}}, {\"char\": \"明\", \"location\": {\"top\": 1158, \"left\": 448, \"width\": 28, \"height\": 43}}, {\"char\": \",\", \"location\": {\"top\": 1157, \"left\": 479, \"width\": 38, \"height\": 44}}, {\"char\": \"生\", \"location\": {\"top\": 1157, \"left\": 520, \"width\": 41, \"height\": 44}}, {\"char\": \"意\", \"location\": {\"top\": 1157, \"left\": 564, \"width\": 27, \"height\": 44}}, {\"char\": \"虽\", \"location\": {\"top\": 1157, \"left\": 595, \"width\": 43, \"height\": 44}}, {\"char\": \"☰\", \"location\": {\"top\": 1157, \"left\": 642, \"width\": 35, \"height\": 44}}, {\"char\": \"不\", \"location\": {\"top\": 1157, \"left\": 681, \"width\": 35, \"height\": 44}}, {\"char\": \"是\", \"location\": {\"top\": 1157, \"left\": 719, \"width\": 35, \"height\": 44}}, {\"char\": \"兴\", \"location\": {\"top\": 1157, \"left\": 757, \"width\": 36, \"height\": 44}}, {\"char\": \"隆\", \"location\": {\"top\": 1156, \"left\": 797, \"width\": 45, \"height\": 44}}], \"words\": \"作响,岸边小店灯火通明,生意虽☰不是兴隆\", \"location\": {\"top\": 1156, \"left\": 68, \"width\": 773, \"height\": 46}}, {\"chars\": [{\"char\": \"(\", \"location\": {\"top\": 1165, \"left\": 854, \"width\": 8, \"height\": 4}}], \"words\": \"(\", \"location\": {\"top\": 1159, \"left\": 854, \"width\": 8, \"height\": 28}}, {\"chars\": [{\"char\": \"却\", \"location\": {\"top\": 1211, \"left\": 63, \"width\": 28, \"height\": 44}}, {\"char\": \"给\", \"location\": {\"top\": 1211, \"left\": 95, \"width\": 43, \"height\": 44}}, {\"char\": \"人\", \"location\": {\"top\": 1211, \"left\": 142, \"width\": 27, \"height\": 45}}, {\"char\": \"一\", \"location\": {\"top\": 1211, \"left\": 173, \"width\": 35, \"height\": 45}}, {\"char\": \"种\", \"location\": {\"top\": 1211, \"left\": 212, \"width\": 35, \"height\": 45}}, {\"char\": \"温\", \"location\": {\"top\": 1211, \"left\": 251, \"width\": 35, \"height\": 45}}, {\"char\": \"薪\", \"location\": {\"top\": 1211, \"left\": 290, \"width\": 28, \"height\": 45}}, {\"char\": \"之\", \"location\": {\"top\": 1211, \"left\": 322, \"width\": 42, \"height\": 45}}, {\"char\": \"感\", \"location\": {\"top\": 1211, \"left\": 368, \"width\": 36, \"height\": 45}}, {\"char\": \",\", \"location\": {\"top\": 1211, \"left\": 408, \"width\": 37, \"height\": 45}}, {\"char\": \"这\", \"location\": {\"top\": 1211, \"left\": 449, \"width\": 33, \"height\": 45}}, {\"char\": \"幅\", \"location\": {\"top\": 1211, \"left\": 486, \"width\": 28, \"height\": 45}}, {\"char\": \"画\", \"location\": {\"top\": 1211, \"left\": 517, \"width\": 43, \"height\": 45}}, {\"char\": \"面\", \"location\": {\"top\": 1211, \"left\": 564, \"width\": 35, \"height\": 45}}, {\"char\": \"也\", \"location\": {\"top\": 1211, \"left\": 603, \"width\": 43, \"height\": 45}}, {\"char\": \"成\", \"location\": {\"top\": 1211, \"left\": 650, \"width\": 27, \"height\": 45}}, {\"char\": \"为\", \"location\": {\"top\": 1211, \"left\": 681, \"width\": 35, \"height\": 45}}, {\"char\": \"我\", \"location\": {\"top\": 1211, \"left\": 720, \"width\": 35, \"height\": 45}}, {\"char\": \"儿\", \"location\": {\"top\": 1211, \"left\": 759, \"width\": 44, \"height\": 45}}, {\"char\": \"时\", \"location\": {\"top\": 1211, \"left\": 806, \"width\": 37, \"height\": 45}}], \"words\": \"却给人一种温薪之感,这幅画面也成为我儿时\", \"location\": {\"top\": 1211, \"left\": 63, \"width\": 780, \"height\": 46}}, {\"chars\": [{\"char\": \"一\", \"location\": {\"top\": 1262, \"left\": 67, \"width\": 29, \"height\": 47}}, {\"char\": \"份\", \"location\": {\"top\": 1262, \"left\": 99, \"width\": 33, \"height\": 48}}, {\"char\": \"不\", \"location\": {\"top\": 1263, \"left\": 136, \"width\": 32, \"height\": 47}}, {\"char\": \"可\", \"location\": {\"top\": 1263, \"left\": 172, \"width\": 37, \"height\": 48}}, {\"char\": \"磨\", \"location\": {\"top\": 1263, \"left\": 212, \"width\": 37, \"height\": 48}}, {\"char\": \"灭\", \"location\": {\"top\": 1264, \"left\": 252, \"width\": 33, \"height\": 47}}, {\"char\": \"的\", \"location\": {\"top\": 1264, \"left\": 289, \"width\": 32, \"height\": 48}}, {\"char\": \"回\", \"location\": {\"top\": 1265, \"left\": 325, \"width\": 41, \"height\": 47}}, {\"char\": \"忆\", \"location\": {\"top\": 1265, \"left\": 369, \"width\": 33, \"height\": 48}}, {\"char\": \"。\", \"location\": {\"top\": 1266, \"left\": 406, \"width\": 31, \"height\": 47}}], \"words\": \"一份不可磨灭的回忆。\", \"location\": {\"top\": 1262, \"left\": 67, \"width\": 370, \"height\": 52}}, {\"chars\": [{\"char\": \"来\", \"location\": {\"top\": 1320, \"left\": 134, \"width\": 29, \"height\": 48}}, {\"char\": \"到\", \"location\": {\"top\": 1321, \"left\": 167, \"width\": 32, \"height\": 47}}, {\"char\": \"村\", \"location\": {\"top\": 1321, \"left\": 202, \"width\": 39, \"height\": 48}}, {\"char\": \"里\", \"location\": {\"top\": 1321, \"left\": 245, \"width\": 39, \"height\": 48}}, {\"char\": \",\", \"location\": {\"top\": 1322, \"left\": 287, \"width\": 33, \"height\": 47}}, {\"char\": \"伴\", \"location\": {\"top\": 1322, \"left\": 324, \"width\": 39, \"height\": 48}}, {\"char\": \"着\", \"location\": {\"top\": 1322, \"left\": 367, \"width\": 31, \"height\": 48}}, {\"char\": \"点\", \"location\": {\"top\": 1322, \"left\": 402, \"width\": 40, \"height\": 48}}, {\"char\": \"点\", \"location\": {\"top\": 1323, \"left\": 446, \"width\": 39, \"height\": 48}}, {\"char\": \"星\", \"location\": {\"top\": 1323, \"left\": 488, \"width\": 39, \"height\": 48}}, {\"char\": \"光\", \"location\": {\"top\": 1323, \"left\": 531, \"width\": 32, \"height\": 48}}, {\"char\": \",\", \"location\": {\"top\": 1324, \"left\": 566, \"width\": 40, \"height\": 48}}, {\"char\": \"我\", \"location\": {\"top\": 1324, \"left\": 610, \"width\": 32, \"height\": 48}}, {\"char\": \"伏\", \"location\": {\"top\": 1324, \"left\": 645, \"width\": 39, \"height\": 48}}, {\"char\": \"在\", \"location\": {\"top\": 1325, \"left\": 688, \"width\": 32, \"height\": 47}}, {\"char\": \"溪\", \"location\": {\"top\": 1325, \"left\": 724, \"width\": 47, \"height\": 48}}, {\"char\": \"边\", \"location\": {\"top\": 1325, \"left\": 774, \"width\": 25, \"height\": 48}}, {\"char\": \"将\", \"location\": {\"top\": 1326, \"left\": 803, \"width\": 46, \"height\": 47}}], \"words\": \"来到村里,伴着点点星光,我伏在溪边将\", \"location\": {\"top\": 1320, \"left\": 134, \"width\": 714, \"height\": 54}}, {\"chars\": [{\"char\": \"手\", \"location\": {\"top\": 1378, \"left\": 50, \"width\": 30, \"height\": 50}}, {\"char\": \"探\", \"location\": {\"top\": 1378, \"left\": 84, \"width\": 36, \"height\": 50}}, {\"char\": \"进\", \"location\": {\"top\": 1378, \"left\": 124, \"width\": 37, \"height\": 50}}, {\"char\": \"水\", \"location\": {\"top\": 1378, \"left\": 164, \"width\": 37, \"height\": 50}}, {\"char\": \"中\", \"location\": {\"top\": 1379, \"left\": 205, \"width\": 36, \"height\": 50}}, {\"char\": \",\", \"location\": {\"top\": 1379, \"left\": 245, \"width\": 29, \"height\": 50}}, {\"char\": \"清\", \"location\": {\"top\": 1379, \"left\": 278, \"width\": 44, \"height\": 50}}, {\"char\": \"凉\", \"location\": {\"top\": 1379, \"left\": 326, \"width\": 36, \"height\": 50}}, {\"char\": \"的\", \"location\": {\"top\": 1380, \"left\": 366, \"width\": 37, \"height\": 50}}, {\"char\": \"溪\", \"location\": {\"top\": 1380, \"left\": 407, \"width\": 37, \"height\": 50}}, {\"char\": \"水\", \"location\": {\"top\": 1380, \"left\": 448, \"width\": 36, \"height\": 50}}, {\"char\": \"沁\", \"location\": {\"top\": 1380, \"left\": 488, \"width\": 36, \"height\": 50}}, {\"char\": \"人\", \"location\": {\"top\": 1380, \"left\": 528, \"width\": 37, \"height\": 50}}, {\"char\": \"心\", \"location\": {\"top\": 1381, \"left\": 569, \"width\": 36, \"height\": 50}}, {\"char\": \"脾\", \"location\": {\"top\": 1381, \"left\": 609, \"width\": 36, \"height\": 50}}, {\"char\": \",\", \"location\": {\"top\": 1381, \"left\": 649, \"width\": 37, \"height\": 50}}, {\"char\": \"打\", \"location\": {\"top\": 1381, \"left\": 690, \"width\": 45, \"height\": 50}}, {\"char\": \"碎\", \"location\": {\"top\": 1382, \"left\": 738, \"width\": 28, \"height\": 49}}, {\"char\": \"了\", \"location\": {\"top\": 1382, \"left\": 770, \"width\": 45, \"height\": 50}}, {\"char\": \"来\", \"location\": {\"top\": 1382, \"left\": 819, \"width\": 38, \"height\": 50}}], \"words\": \"手探进水中,清凉的溪水沁人心脾,打碎了来\", \"location\": {\"top\": 1378, \"left\": 50, \"width\": 806, \"height\": 55}}, {\"chars\": [{\"char\": \"时\", \"location\": {\"top\": 1437, \"left\": 48, \"width\": 28, \"height\": 48}}, {\"char\": \"路\", \"location\": {\"top\": 1437, \"left\": 80, \"width\": 37, \"height\": 48}}, {\"char\": \"上\", \"location\": {\"top\": 1438, \"left\": 121, \"width\": 37, \"height\": 48}}, {\"char\": \"的\", \"location\": {\"top\": 1438, \"left\": 161, \"width\": 29, \"height\": 48}}, {\"char\": \"睡\", \"location\": {\"top\": 1438, \"left\": 194, \"width\": 85, \"height\": 48}}, {\"char\": \"虫\", \"location\": {\"top\": 1439, \"left\": 283, \"width\": 37, \"height\": 48}}, {\"char\": \"。\", \"location\": {\"top\": 1439, \"left\": 324, \"width\": 30, \"height\": 48}}, {\"char\": \"这\", \"location\": {\"top\": 1439, \"left\": 357, \"width\": 44, \"height\": 48}}, {\"char\": \"时\", \"location\": {\"top\": 1440, \"left\": 405, \"width\": 29, \"height\": 48}}, {\"char\": \"回\", \"location\": {\"top\": 1440, \"left\": 438, \"width\": 45, \"height\": 48}}, {\"char\": \"头\", \"location\": {\"top\": 1440, \"left\": 486, \"width\": 37, \"height\": 48}}, {\"char\": \"望\", \"location\": {\"top\": 1441, \"left\": 527, \"width\": 37, \"height\": 48}}, {\"char\": \"去\", \"location\": {\"top\": 1441, \"left\": 567, \"width\": 37, \"height\": 48}}, {\"char\": \",\", \"location\": {\"top\": 1441, \"left\": 608, \"width\": 38, \"height\": 48}}, {\"char\": \"母\", \"location\": {\"top\": 1442, \"left\": 650, \"width\": 36, \"height\": 47}}, {\"char\": \"亲\", \"location\": {\"top\": 1442, \"left\": 689, \"width\": 45, \"height\": 48}}, {\"char\": \"正\", \"location\": {\"top\": 1442, \"left\": 738, \"width\": 37, \"height\": 48}}, {\"char\": \"坐\", \"location\": {\"top\": 1442, \"left\": 779, \"width\": 37, \"height\": 48}}, {\"char\": \"在\", \"location\": {\"top\": 1443, \"left\": 819, \"width\": 39, \"height\": 48}}], \"words\": \"时路上的睡虫。这时回头望去,母亲正坐在\", \"location\": {\"top\": 1437, \"left\": 48, \"width\": 810, \"height\": 54}}], \"words_result_num\": 28}, {\"log_id\": 1939658931230697797, \"direction\": 0, \"words_result\": [{\"chars\": [{\"char\": \"部\", \"location\": {\"top\": 306, \"left\": 1, \"width\": 28, \"height\": 38}}, {\"char\": \"作\", \"location\": {\"top\": 302, \"left\": 29, \"width\": 46, \"height\": 40}}, {\"char\": \"文\", \"location\": {\"top\": 298, \"left\": 74, \"width\": 40, \"height\": 39}}, {\"char\": \"专\", \"location\": {\"top\": 294, \"left\": 114, \"width\": 43, \"height\": 39}}, {\"char\": \"用\", \"location\": {\"top\": 290, \"left\": 157, \"width\": 43, \"height\": 39}}, {\"char\": \"纸\", \"location\": {\"top\": 285, \"left\": 200, \"width\": 55, \"height\": 40}}], \"words\": \"部作文专用纸\", \"location\": {\"top\": 285, \"left\": 1, \"width\": 253, \"height\": 60}}, {\"chars\": [{\"char\": \"姓\", \"location\": {\"top\": 316, \"left\": 439, \"width\": 18, \"height\": 23}}, {\"char\": \"名\", \"location\": {\"top\": 314, \"left\": 457, \"width\": 28, \"height\": 23}}], \"words\": \"姓名\", \"location\": {\"top\": 314, \"left\": 439, \"width\": 46, \"height\": 25}}, {\"chars\": [{\"char\": \"梁\", \"location\": {\"top\": 301, \"left\": 505, \"width\": 29, \"height\": 36}}, {\"char\": \"昕\", \"location\": {\"top\": 299, \"left\": 535, \"width\": 19, \"height\": 36}}, {\"char\": \"冉\", \"location\": {\"top\": 297, \"left\": 555, \"width\": 33, \"height\": 37}}], \"words\": \"梁昕冉\", \"location\": {\"top\": 297, \"left\": 505, \"width\": 82, \"height\": 39}}, {\"chars\": [{\"char\": \"班\", \"location\": {\"top\": 332, \"left\": 258, \"width\": 17, \"height\": 21}}, {\"char\": \"级\", \"location\": {\"top\": 330, \"left\": 276, \"width\": 29, \"height\": 22}}], \"words\": \"班级\", \"location\": {\"top\": 330, \"left\": 258, \"width\": 46, \"height\": 23}}, {\"chars\": [{\"char\": \"2\", \"location\": {\"top\": 323, \"left\": 329, \"width\": 12, \"height\": 27}}, {\"char\": \"3\", \"location\": {\"top\": 323, \"left\": 342, \"width\": 11, \"height\": 26}}, {\"char\": \"0\", \"location\": {\"top\": 322, \"left\": 354, \"width\": 7, \"height\": 26}}, {\"char\": \"7\", \"location\": {\"top\": 321, \"left\": 362, \"width\": 11, \"height\": 27}}], \"words\": \"2307\", \"location\": {\"top\": 321, \"left\": 329, \"width\": 44, \"height\": 28}}, {\"chars\": [{\"char\": \"村\", \"location\": {\"top\": 382, \"left\": 16, \"width\": 28, \"height\": 40}}, {\"char\": \"口\", \"location\": {\"top\": 379, \"left\": 44, \"width\": 33, \"height\": 41}}, {\"char\": \"一\", \"location\": {\"top\": 376, \"left\": 77, \"width\": 35, \"height\": 41}}, {\"char\": \"棵\", \"location\": {\"top\": 374, \"left\": 112, \"width\": 33, \"height\": 40}}, {\"char\": \"老\", \"location\": {\"top\": 371, \"left\": 145, \"width\": 33, \"height\": 41}}, {\"char\": \"树\", \"location\": {\"top\": 368, \"left\": 178, \"width\": 35, \"height\": 41}}, {\"char\": \"下\", \"location\": {\"top\": 365, \"left\": 213, \"width\": 33, \"height\": 41}}, {\"char\": \"温\", \"location\": {\"top\": 362, \"left\": 246, \"width\": 41, \"height\": 41}}, {\"char\": \"柔\", \"location\": {\"top\": 359, \"left\": 287, \"width\": 27, \"height\": 41}}, {\"char\": \"的\", \"location\": {\"top\": 357, \"left\": 314, \"width\": 33, \"height\": 40}}, {\"char\": \"望\", \"location\": {\"top\": 354, \"left\": 347, \"width\": 27, \"height\": 40}}, {\"char\": \"我\", \"location\": {\"top\": 351, \"left\": 374, \"width\": 41, \"height\": 41}}, {\"char\": \",\", \"location\": {\"top\": 348, \"left\": 415, \"width\": 29, \"height\": 41}}, {\"char\": \"月\", \"location\": {\"top\": 345, \"left\": 444, \"width\": 39, \"height\": 41}}, {\"char\": \"光\", \"location\": {\"top\": 342, \"left\": 483, \"width\": 33, \"height\": 41}}, {\"char\": \"透\", \"location\": {\"top\": 340, \"left\": 516, \"width\": 27, \"height\": 40}}, {\"char\": \"过\", \"location\": {\"top\": 337, \"left\": 543, \"width\": 41, \"height\": 41}}, {\"char\": \"树\", \"location\": {\"top\": 334, \"left\": 584, \"width\": 34, \"height\": 40}}, {\"char\": \"隙\", \"location\": {\"top\": 331, \"left\": 618, \"width\": 33, \"height\": 41}}, {\"char\": \"间\", \"location\": {\"top\": 327, \"left\": 651, \"width\": 43, \"height\": 42}}], \"words\": \"村口一棵老树下温柔的望我,月光透过树隙间\", \"location\": {\"top\": 327, \"left\": 16, \"width\": 677, \"height\": 96}}, {\"chars\": [{\"char\": \"斑\", \"location\": {\"top\": 426, \"left\": 13, \"width\": 33, \"height\": 39}}, {\"char\": \"驳\", \"location\": {\"top\": 424, \"left\": 46, \"width\": 28, \"height\": 38}}, {\"char\": \"的\", \"location\": {\"top\": 421, \"left\": 74, \"width\": 34, \"height\": 39}}, {\"char\": \"空\", \"location\": {\"top\": 417, \"left\": 108, \"width\": 41, \"height\": 40}}, {\"char\": \"☰\", \"location\": {\"top\": 415, \"left\": 149, \"width\": 27, \"height\": 38}}, {\"char\": \"隙\", \"location\": {\"top\": 411, \"left\": 176, \"width\": 41, \"height\": 40}}, {\"char\": \"酒\", \"location\": {\"top\": 408, \"left\": 217, \"width\": 34, \"height\": 39}}, {\"char\": \",\", \"location\": {\"top\": 406, \"left\": 250, \"width\": 24, \"height\": 38}}, {\"char\": \"落\", \"location\": {\"top\": 402, \"left\": 274, \"width\": 45, \"height\": 40}}, {\"char\": \"入\", \"location\": {\"top\": 400, \"left\": 319, \"width\": 27, \"height\": 38}}, {\"char\": \"母\", \"location\": {\"top\": 397, \"left\": 346, \"width\": 34, \"height\": 39}}, {\"char\": \"亲\", \"location\": {\"top\": 394, \"left\": 380, \"width\": 35, \"height\": 39}}, {\"char\": \"眼\", \"location\": {\"top\": 391, \"left\": 415, \"width\": 34, \"height\": 39}}, {\"char\": \"底\", \"location\": {\"top\": 388, \"left\": 449, \"width\": 34, \"height\": 39}}, {\"char\": \",\", \"location\": {\"top\": 385, \"left\": 483, \"width\": 36, \"height\": 39}}, {\"char\": \"她\", \"location\": {\"top\": 382, \"left\": 519, \"width\": 32, \"height\": 39}}, {\"char\": \"的\", \"location\": {\"top\": 379, \"left\": 551, \"width\": 35, \"height\": 39}}, {\"char\": \"眼\", \"location\": {\"top\": 376, \"left\": 585, \"width\": 34, \"height\": 39}}, {\"char\": \"底\", \"location\": {\"top\": 373, \"left\": 619, \"width\": 34, \"height\": 39}}, {\"char\": \"便\", \"location\": {\"top\": 369, \"left\": 653, \"width\": 44, \"height\": 40}}], \"words\": \"斑驳的空☰隙酒,落入母亲眼底,她的眼底便\", \"location\": {\"top\": 369, \"left\": 13, \"width\": 684, \"height\": 97}}, {\"chars\": [{\"char\": \"渡\", \"location\": {\"top\": 466, \"left\": 17, \"width\": 35, \"height\": 43}}, {\"char\": \"上\", \"location\": {\"top\": 464, \"left\": 52, \"width\": 27, \"height\": 42}}, {\"char\": \"一\", \"location\": {\"top\": 460, \"left\": 79, \"width\": 41, \"height\": 43}}, {\"char\": \"层\", \"location\": {\"top\": 458, \"left\": 120, \"width\": 27, \"height\": 42}}, {\"char\": \"光\", \"location\": {\"top\": 455, \"left\": 147, \"width\": 35, \"height\": 42}}, {\"char\": \"亮\", \"location\": {\"top\": 452, \"left\": 182, \"width\": 35, \"height\": 43}}, {\"char\": \",\", \"location\": {\"top\": 449, \"left\": 217, \"width\": 35, \"height\": 43}}, {\"char\": \"我\", \"location\": {\"top\": 446, \"left\": 252, \"width\": 33, \"height\": 43}}, {\"char\": \"惊\", \"location\": {\"top\": 444, \"left\": 285, \"width\": 34, \"height\": 42}}, {\"char\": \"叫\", \"location\": {\"top\": 441, \"left\": 319, \"width\": 28, \"height\": 42}}, {\"char\": \"起\", \"location\": {\"top\": 438, \"left\": 347, \"width\": 41, \"height\": 43}}, {\"char\": \"来\", \"location\": {\"top\": 435, \"left\": 388, \"width\": 34, \"height\": 42}}, {\"char\": \"“\", \"location\": {\"top\": 432, \"left\": 422, \"width\": 36, \"height\": 42}}, {\"char\": \"妈\", \"location\": {\"top\": 429, \"left\": 458, \"width\": 32, \"height\": 42}}, {\"char\": \"妈\", \"location\": {\"top\": 426, \"left\": 490, \"width\": 35, \"height\": 42}}, {\"char\": \"的\", \"location\": {\"top\": 424, \"left\": 525, \"width\": 27, \"height\": 41}}, {\"char\": \"眼\", \"location\": {\"top\": 420, \"left\": 552, \"width\": 41, \"height\": 43}}, {\"char\": \"中\", \"location\": {\"top\": 417, \"left\": 593, \"width\": 34, \"height\": 43}}, {\"char\": \"有\", \"location\": {\"top\": 414, \"left\": 627, \"width\": 34, \"height\": 43}}, {\"char\": \"整\", \"location\": {\"top\": 411, \"left\": 661, \"width\": 43, \"height\": 43}}], \"words\": \"渡上一层光亮,我惊叫起来“妈妈的眼中有整\", \"location\": {\"top\": 411, \"left\": 17, \"width\": 687, \"height\": 98}}, {\"chars\": [{\"char\": \"片\", \"location\": {\"top\": 513, \"left\": 11, \"width\": 29, \"height\": 38}}, {\"char\": \"星\", \"location\": {\"top\": 510, \"left\": 40, \"width\": 37, \"height\": 39}}, {\"char\": \"河\", \"location\": {\"top\": 506, \"left\": 77, \"width\": 38, \"height\": 40}}, {\"char\": \"!\", \"location\": {\"top\": 504, \"left\": 115, \"width\": 26, \"height\": 39}}, {\"char\": \"”\", \"location\": {\"top\": 503, \"left\": 138, \"width\": 21, \"height\": 38}}, {\"char\": \"我\", \"location\": {\"top\": 501, \"left\": 156, \"width\": 25, \"height\": 38}}, {\"char\": \"们\", \"location\": {\"top\": 498, \"left\": 181, \"width\": 34, \"height\": 39}}, {\"char\": \"对\", \"location\": {\"top\": 495, \"left\": 215, \"width\": 32, \"height\": 39}}, {\"char\": \"视\", \"location\": {\"top\": 493, \"left\": 248, \"width\": 33, \"height\": 39}}, {\"char\": \",\", \"location\": {\"top\": 489, \"left\": 281, \"width\": 40, \"height\": 40}}, {\"char\": \"笑\", \"location\": {\"top\": 486, \"left\": 321, \"width\": 35, \"height\": 39}}, {\"char\": \"作\", \"location\": {\"top\": 484, \"left\": 356, \"width\": 34, \"height\": 38}}, {\"char\": \"一\", \"location\": {\"top\": 481, \"left\": 390, \"width\": 32, \"height\": 39}}, {\"char\": \"团\", \"location\": {\"top\": 478, \"left\": 422, \"width\": 38, \"height\": 39}}, {\"char\": \"。\", \"location\": {\"top\": 475, \"left\": 460, \"width\": 26, \"height\": 39}}], \"words\": \"片星河!”我们对视,笑作一团。\", \"location\": {\"top\": 475, \"left\": 11, \"width\": 474, \"height\": 76}}, {\"chars\": [{\"char\": \"时\", \"location\": {\"top\": 553, \"left\": 86, \"width\": 25, \"height\": 37}}, {\"char\": \"光\", \"location\": {\"top\": 550, \"left\": 111, \"width\": 38, \"height\": 37}}, {\"char\": \"渐\", \"location\": {\"top\": 546, \"left\": 149, \"width\": 37, \"height\": 38}}, {\"char\": \"渐\", \"location\": {\"top\": 543, \"left\": 186, \"width\": 32, \"height\": 38}}, {\"char\": \"流\", \"location\": {\"top\": 540, \"left\": 217, \"width\": 38, \"height\": 38}}, {\"char\": \"逝\", \"location\": {\"top\": 537, \"left\": 255, \"width\": 38, \"height\": 37}}, {\"char\": \",\", \"location\": {\"top\": 534, \"left\": 293, \"width\": 32, \"height\": 37}}, {\"char\": \"我\", \"location\": {\"top\": 531, \"left\": 325, \"width\": 30, \"height\": 37}}, {\"char\": \"来\", \"location\": {\"top\": 527, \"left\": 355, \"width\": 38, \"height\": 38}}, {\"char\": \"到\", \"location\": {\"top\": 525, \"left\": 392, \"width\": 32, \"height\": 37}}, {\"char\": \"太\", \"location\": {\"top\": 521, \"left\": 423, \"width\": 38, \"height\": 38}}, {\"char\": \"原\", \"location\": {\"top\": 518, \"left\": 461, \"width\": 38, \"height\": 38}}, {\"char\": \"上\", \"location\": {\"top\": 515, \"left\": 499, \"width\": 31, \"height\": 37}}, {\"char\": \"学\", \"location\": {\"top\": 512, \"left\": 530, \"width\": 32, \"height\": 37}}, {\"char\": \",\", \"location\": {\"top\": 509, \"left\": 562, \"width\": 39, \"height\": 37}}, {\"char\": \"外\", \"location\": {\"top\": 505, \"left\": 601, \"width\": 35, \"height\": 38}}, {\"char\": \"婆\", \"location\": {\"top\": 502, \"left\": 636, \"width\": 32, \"height\": 38}}, {\"char\": \"也\", \"location\": {\"top\": 498, \"left\": 668, \"width\": 46, \"height\": 39}}], \"words\": \"时光渐渐流逝,我来到太原上学,外婆也\", \"location\": {\"top\": 498, \"left\": 86, \"width\": 628, \"height\": 92}}, {\"chars\": [{\"char\": \"将\", \"location\": {\"top\": 597, \"left\": 17, \"width\": 27, \"height\": 40}}, {\"char\": \"那\", \"location\": {\"top\": 594, \"left\": 45, \"width\": 32, \"height\": 40}}, {\"char\": \"方\", \"location\": {\"top\": 591, \"left\": 77, \"width\": 40, \"height\": 41}}, {\"char\": \"小\", \"location\": {\"top\": 589, \"left\": 118, \"width\": 32, \"height\": 39}}, {\"char\": \"院\", \"location\": {\"top\": 586, \"left\": 150, \"width\": 34, \"height\": 40}}, {\"char\": \"卖\", \"location\": {\"top\": 583, \"left\": 184, \"width\": 33, \"height\": 40}}, {\"char\": \"了\", \"location\": {\"top\": 580, \"left\": 217, \"width\": 40, \"height\": 41}}, {\"char\": \"出\", \"location\": {\"top\": 578, \"left\": 257, \"width\": 26, \"height\": 39}}, {\"char\": \"去\", \"location\": {\"top\": 575, \"left\": 284, \"width\": 39, \"height\": 40}}, {\"char\": \",\", \"location\": {\"top\": 572, \"left\": 324, \"width\": 34, \"height\": 40}}, {\"char\": \"随\", \"location\": {\"top\": 569, \"left\": 358, \"width\": 38, \"height\": 40}}, {\"char\": \"着\", \"location\": {\"top\": 566, \"left\": 397, \"width\": 32, \"height\": 40}}, {\"char\": \"生\", \"location\": {\"top\": 563, \"left\": 429, \"width\": 40, \"height\": 40}}, {\"char\": \"活\", \"location\": {\"top\": 560, \"left\": 470, \"width\": 32, \"height\": 40}}, {\"char\": \"节\", \"location\": {\"top\": 558, \"left\": 502, \"width\": 33, \"height\": 40}}, {\"char\": \"奏\", \"location\": {\"top\": 555, \"left\": 535, \"width\": 34, \"height\": 40}}, {\"char\": \"的\", \"location\": {\"top\": 552, \"left\": 569, \"width\": 33, \"height\": 40}}, {\"char\": \"加\", \"location\": {\"top\": 550, \"left\": 602, \"width\": 33, \"height\": 40}}, {\"char\": \"速\", \"location\": {\"top\": 546, \"left\": 636, \"width\": 47, \"height\": 41}}], \"words\": \"将那方小院卖了出去,随着生活节奏的加速\", \"location\": {\"top\": 546, \"left\": 17, \"width\": 666, \"height\": 91}}, {\"chars\": [{\"char\": \"闲\", \"location\": {\"top\": 640, \"left\": 16, \"width\": 27, \"height\": 39}}, {\"char\": \"暇\", \"location\": {\"top\": 637, \"left\": 43, \"width\": 36, \"height\": 40}}, {\"char\": \"之\", \"location\": {\"top\": 634, \"left\": 79, \"width\": 35, \"height\": 40}}, {\"char\": \"余\", \"location\": {\"top\": 631, \"left\": 115, \"width\": 34, \"height\": 40}}, {\"char\": \"外\", \"location\": {\"top\": 628, \"left\": 149, \"width\": 36, \"height\": 41}}, {\"char\": \"婆\", \"location\": {\"top\": 625, \"left\": 185, \"width\": 34, \"height\": 41}}, {\"char\": \"的\", \"location\": {\"top\": 622, \"left\": 219, \"width\": 36, \"height\": 41}}, {\"char\": \"那\", \"location\": {\"top\": 620, \"left\": 255, \"width\": 35, \"height\": 40}}, {\"char\": \"方\", \"location\": {\"top\": 617, \"left\": 290, \"width\": 35, \"height\": 40}}, {\"char\": \"小\", \"location\": {\"top\": 614, \"left\": 325, \"width\": 36, \"height\": 40}}, {\"char\": \"院\", \"location\": {\"top\": 611, \"left\": 361, \"width\": 35, \"height\": 40}}, {\"char\": \"不\", \"location\": {\"top\": 608, \"left\": 396, \"width\": 35, \"height\": 41}}, {\"char\": \"觉\", \"location\": {\"top\": 605, \"left\": 431, \"width\": 43, \"height\": 41}}, {\"char\": \"涌\", \"location\": {\"top\": 602, \"left\": 474, \"width\": 34, \"height\": 40}}, {\"char\": \"入\", \"location\": {\"top\": 599, \"left\": 508, \"width\": 36, \"height\": 41}}, {\"char\": \"脑\", \"location\": {\"top\": 596, \"left\": 544, \"width\": 35, \"height\": 41}}, {\"char\": \"海\", \"location\": {\"top\": 593, \"left\": 579, \"width\": 35, \"height\": 41}}, {\"char\": \",\", \"location\": {\"top\": 590, \"left\": 614, \"width\": 38, \"height\": 41}}, {\"char\": \"是\", \"location\": {\"top\": 588, \"left\": 652, \"width\": 33, \"height\": 40}}, {\"char\": \"时\", \"location\": {\"top\": 585, \"left\": 685, \"width\": 38, \"height\": 40}}], \"words\": \"闲暇之余外婆的那方小院不觉涌入脑海,是时\", \"location\": {\"top\": 585, \"left\": 16, \"width\": 706, \"height\": 95}}, {\"chars\": [{\"char\": \"对\", \"location\": {\"top\": 641, \"left\": 753, \"width\": 37, \"height\": 55}}, {\"char\": \"童\", \"location\": {\"top\": 638, \"left\": 790, \"width\": 36, \"height\": 55}}, {\"char\": \"年\", \"location\": {\"top\": 636, \"left\": 826, \"width\": 27, \"height\": 54}}], \"words\": \"对童年\", \"location\": {\"top\": 636, \"left\": 753, \"width\": 100, \"height\": 61}}, {\"chars\": [{\"char\": \"候\", \"location\": {\"top\": 687, \"left\": 13, \"width\": 26, \"height\": 34}}, {\"char\": \"再\", \"location\": {\"top\": 684, \"left\": 39, \"width\": 34, \"height\": 35}}, {\"char\": \"回\", \"location\": {\"top\": 681, \"left\": 73, \"width\": 38, \"height\": 36}}, {\"char\": \"去\", \"location\": {\"top\": 678, \"left\": 111, \"width\": 32, \"height\": 36}}, {\"char\": \"看\", \"location\": {\"top\": 675, \"left\": 143, \"width\": 38, \"height\": 36}}, {\"char\": \"看\", \"location\": {\"top\": 673, \"left\": 181, \"width\": 34, \"height\": 35}}, {\"char\": \"了\", \"location\": {\"top\": 669, \"left\": 215, \"width\": 41, \"height\": 36}}, {\"char\": \"…\", \"location\": {\"top\": 667, \"left\": 256, \"width\": 25, \"height\": 35}}, {\"char\": \"…\", \"location\": {\"top\": 663, \"left\": 282, \"width\": 47, \"height\": 37}}], \"words\": \"候再回去看看了……\", \"location\": {\"top\": 663, \"left\": 13, \"width\": 316, \"height\": 58}}, {\"chars\": [{\"char\": \"再\", \"location\": {\"top\": 720, \"left\": 84, \"width\": 34, \"height\": 39}}, {\"char\": \"次\", \"location\": {\"top\": 717, \"left\": 118, \"width\": 38, \"height\": 40}}, {\"char\": \"踏\", \"location\": {\"top\": 715, \"left\": 157, \"width\": 32, \"height\": 40}}, {\"char\": \"入\", \"location\": {\"top\": 712, \"left\": 190, \"width\": 39, \"height\": 40}}, {\"char\": \"小\", \"location\": {\"top\": 710, \"left\": 229, \"width\": 32, \"height\": 40}}, {\"char\": \"村\", \"location\": {\"top\": 708, \"left\": 262, \"width\": 32, \"height\": 39}}, {\"char\": \",\", \"location\": {\"top\": 705, \"left\": 295, \"width\": 33, \"height\": 40}}, {\"char\": \"村\", \"location\": {\"top\": 702, \"left\": 328, \"width\": 44, \"height\": 41}}, {\"char\": \"边\", \"location\": {\"top\": 700, \"left\": 373, \"width\": 32, \"height\": 40}}, {\"char\": \"的\", \"location\": {\"top\": 698, \"left\": 406, \"width\": 31, \"height\": 40}}, {\"char\": \"小\", \"location\": {\"top\": 695, \"left\": 438, \"width\": 39, \"height\": 41}}, {\"char\": \"店\", \"location\": {\"top\": 693, \"left\": 477, \"width\": 38, \"height\": 40}}, {\"char\": \"换\", \"location\": {\"top\": 690, \"left\": 516, \"width\": 39, \"height\": 40}}, {\"char\": \"为\", \"location\": {\"top\": 688, \"left\": 556, \"width\": 26, \"height\": 40}}, {\"char\": \"了\", \"location\": {\"top\": 686, \"left\": 582, \"width\": 38, \"height\": 40}}, {\"char\": \"高\", \"location\": {\"top\": 683, \"left\": 621, \"width\": 39, \"height\": 40}}, {\"char\": \"耸\", \"location\": {\"top\": 681, \"left\": 660, \"width\": 32, \"height\": 40}}, {\"char\": \"的\", \"location\": {\"top\": 678, \"left\": 693, \"width\": 46, \"height\": 40}}], \"words\": \"再次踏入小村,村边的小店换为了高耸的\", \"location\": {\"top\": 678, \"left\": 84, \"width\": 655, \"height\": 82}}, {\"chars\": [{\"char\": \"变\", \"location\": {\"top\": 706, \"left\": 753, \"width\": 32, \"height\": 44}}, {\"char\": \"迁\", \"location\": {\"top\": 702, \"left\": 784, \"width\": 36, \"height\": 44}}, {\"char\": \"的\", \"location\": {\"top\": 696, \"left\": 819, \"width\": 43, \"height\": 46}}], \"words\": \"变迁的\", \"location\": {\"top\": 696, \"left\": 753, \"width\": 109, \"height\": 54}}, {\"chars\": [{\"char\": \"3\", \"location\": {\"top\": 747, \"left\": 0, \"width\": 15, \"height\": 18}}], \"words\": \"3\", \"location\": {\"top\": 747, \"left\": 0, \"width\": 16, \"height\": 18}}, {\"chars\": [{\"char\": \"大\", \"location\": {\"top\": 772, \"left\": 16, \"width\": 27, \"height\": 40}}, {\"char\": \"厦\", \"location\": {\"top\": 770, \"left\": 44, \"width\": 36, \"height\": 40}}, {\"char\": \",\", \"location\": {\"top\": 767, \"left\": 80, \"width\": 38, \"height\": 41}}, {\"char\": \"村\", \"location\": {\"top\": 765, \"left\": 119, \"width\": 33, \"height\": 40}}, {\"char\": \"口\", \"location\": {\"top\": 762, \"left\": 153, \"width\": 36, \"height\": 41}}, {\"char\": \"的\", \"location\": {\"top\": 760, \"left\": 190, \"width\": 35, \"height\": 40}}, {\"char\": \"小\", \"location\": {\"top\": 757, \"left\": 226, \"width\": 36, \"height\": 41}}, {\"char\": \"溪\", \"location\": {\"top\": 754, \"left\": 263, \"width\": 42, \"height\": 41}}, {\"char\": \"不\", \"location\": {\"top\": 752, \"left\": 306, \"width\": 29, \"height\": 41}}, {\"char\": \"知\", \"location\": {\"top\": 750, \"left\": 335, \"width\": 36, \"height\": 41}}, {\"char\": \"何\", \"location\": {\"top\": 748, \"left\": 371, \"width\": 36, \"height\": 40}}, {\"char\": \"时\", \"location\": {\"top\": 745, \"left\": 408, \"width\": 35, \"height\": 41}}, {\"char\": \"被\", \"location\": {\"top\": 743, \"left\": 444, \"width\": 36, \"height\": 40}}, {\"char\": \"填\", \"location\": {\"top\": 740, \"left\": 481, \"width\": 36, \"height\": 41}}, {\"char\": \"平\", \"location\": {\"top\": 738, \"left\": 518, \"width\": 35, \"height\": 40}}, {\"char\": \",\", \"location\": {\"top\": 735, \"left\": 554, \"width\": 38, \"height\": 41}}, {\"char\": \"院\", \"location\": {\"top\": 733, \"left\": 593, \"width\": 33, \"height\": 40}}, {\"char\": \"中\", \"location\": {\"top\": 730, \"left\": 626, \"width\": 44, \"height\": 41}}, {\"char\": \"也\", \"location\": {\"top\": 728, \"left\": 670, \"width\": 28, \"height\": 40}}, {\"char\": \"不\", \"location\": {\"top\": 725, \"left\": 699, \"width\": 47, \"height\": 41}}], \"words\": \"大厦,村口的小溪不知何时被填平,院中也不\", \"location\": {\"top\": 725, \"left\": 16, \"width\": 729, \"height\": 88}}, {\"chars\": [{\"char\": \"怀\", \"location\": {\"top\": 764, \"left\": 759, \"width\": 31, \"height\": 41}}, {\"char\": \"念\", \"location\": {\"top\": 760, \"left\": 790, \"width\": 48, \"height\": 43}}], \"words\": \"怀念\", \"location\": {\"top\": 760, \"left\": 759, \"width\": 79, \"height\": 46}}, {\"chars\": [{\"char\": \"再\", \"location\": {\"top\": 821, \"left\": 15, \"width\": 28, \"height\": 38}}, {\"char\": \"是\", \"location\": {\"top\": 818, \"left\": 43, \"width\": 36, \"height\": 40}}, {\"char\": \"记\", \"location\": {\"top\": 815, \"left\": 79, \"width\": 37, \"height\": 40}}, {\"char\": \"忆\", \"location\": {\"top\": 813, \"left\": 116, \"width\": 37, \"height\": 39}}, {\"char\": \"中\", \"location\": {\"top\": 810, \"left\": 154, \"width\": 35, \"height\": 40}}, {\"char\": \"的\", \"location\": {\"top\": 808, \"left\": 190, \"width\": 36, \"height\": 39}}, {\"char\": \"样\", \"location\": {\"top\": 805, \"left\": 227, \"width\": 37, \"height\": 39}}, {\"char\": \"子\", \"location\": {\"top\": 802, \"left\": 264, \"width\": 36, \"height\": 40}}, {\"char\": \",\", \"location\": {\"top\": 800, \"left\": 300, \"width\": 34, \"height\": 39}}, {\"char\": \"窗\", \"location\": {\"top\": 797, \"left\": 334, \"width\": 40, \"height\": 40}}, {\"char\": \"边\", \"location\": {\"top\": 794, \"left\": 375, \"width\": 35, \"height\": 40}}, {\"char\": \"落\", \"location\": {\"top\": 792, \"left\": 411, \"width\": 37, \"height\": 39}}, {\"char\": \"灰\", \"location\": {\"top\": 789, \"left\": 448, \"width\": 37, \"height\": 39}}, {\"char\": \"的\", \"location\": {\"top\": 786, \"left\": 485, \"width\": 36, \"height\": 40}}, {\"char\": \"夕\", \"location\": {\"top\": 784, \"left\": 521, \"width\": 37, \"height\": 39}}, {\"char\": \"阳\", \"location\": {\"top\": 781, \"left\": 559, \"width\": 36, \"height\": 40}}, {\"char\": \",\", \"location\": {\"top\": 778, \"left\": 596, \"width\": 40, \"height\": 40}}, {\"char\": \"似\", \"location\": {\"top\": 776, \"left\": 637, \"width\": 32, \"height\": 39}}, {\"char\": \"乎\", \"location\": {\"top\": 773, \"left\": 669, \"width\": 37, \"height\": 40}}, {\"char\": \"也\", \"location\": {\"top\": 770, \"left\": 706, \"width\": 48, \"height\": 40}}], \"words\": \"再是记忆中的样子,窗边落灰的夕阳,似乎也\", \"location\": {\"top\": 770, \"left\": 15, \"width\": 738, \"height\": 90}}, {\"chars\": [{\"char\": \"离\", \"location\": {\"top\": 860, \"left\": 10, \"width\": 71, \"height\": 49}}, {\"char\": \"我\", \"location\": {\"top\": 857, \"left\": 82, \"width\": 37, \"height\": 46}}, {\"char\": \"越\", \"location\": {\"top\": 854, \"left\": 120, \"width\": 33, \"height\": 47}}, {\"char\": \"来\", \"location\": {\"top\": 851, \"left\": 153, \"width\": 41, \"height\": 47}}, {\"char\": \"越\", \"location\": {\"top\": 849, \"left\": 195, \"width\": 29, \"height\": 46}}, {\"char\": \"远\", \"location\": {\"top\": 846, \"left\": 225, \"width\": 41, \"height\": 47}}, {\"char\": \"了\", \"location\": {\"top\": 843, \"left\": 266, \"width\": 37, \"height\": 47}}, {\"char\": \"…\", \"location\": {\"top\": 840, \"left\": 304, \"width\": 42, \"height\": 47}}], \"words\": \"离我越来越远了…\", \"location\": {\"top\": 840, \"left\": 10, \"width\": 335, \"height\": 69}}, {\"chars\": [{\"char\": \"7\", \"location\": {\"top\": 903, \"left\": 739, \"width\": 4, \"height\": 9}}, {\"char\": \"0\", \"location\": {\"top\": 903, \"left\": 743, \"width\": 7, \"height\": 8}}, {\"char\": \"0\", \"location\": {\"top\": 902, \"left\": 751, \"width\": 13, \"height\": 9}}], \"words\": \"700\", \"location\": {\"top\": 902, \"left\": 739, \"width\": 25, \"height\": 9}}, {\"chars\": [{\"char\": \"书\", \"location\": {\"top\": 1022, \"left\": 808, \"width\": 18, \"height\": 25}}, {\"char\": \"写\", \"location\": {\"top\": 1019, \"left\": 826, \"width\": 36, \"height\": 26}}], \"words\": \"书写\", \"location\": {\"top\": 1019, \"left\": 808, \"width\": 54, \"height\": 28}}, {\"chars\": [{\"char\": \"作\", \"location\": {\"top\": 1135, \"left\": 823, \"width\": 21, \"height\": 26}}, {\"char\": \"文\", \"location\": {\"top\": 1133, \"left\": 845, \"width\": 17, \"height\": 27}}], \"words\": \"作文\", \"location\": {\"top\": 1133, \"left\": 823, \"width\": 39, \"height\": 28}}, {\"chars\": [{\"char\": \"s\", \"location\": {\"top\": 1165, \"left\": 775, \"width\": 7, \"height\": 10}}, {\"char\": \"0\", \"location\": {\"top\": 1164, \"left\": 782, \"width\": 7, \"height\": 10}}, {\"char\": \"0\", \"location\": {\"top\": 1163, \"left\": 789, \"width\": 14, \"height\": 11}}], \"words\": \"s00\", \"location\": {\"top\": 1163, \"left\": 775, \"width\": 28, \"height\": 12}}, {\"chars\": [{\"char\": \"基\", \"location\": {\"top\": 1254, \"left\": 0, \"width\": 42, \"height\": 56}}, {\"char\": \"本\", \"location\": {\"top\": 1251, \"left\": 43, \"width\": 31, \"height\": 55}}, {\"char\": \"达\", \"location\": {\"top\": 1248, \"left\": 75, \"width\": 28, \"height\": 54}}, {\"char\": \"成\", \"location\": {\"top\": 1245, \"left\": 103, \"width\": 27, \"height\": 54}}, {\"char\": \"训\", \"location\": {\"top\": 1240, \"left\": 130, \"width\": 48, \"height\": 56}}, {\"char\": \"练\", \"location\": {\"top\": 1236, \"left\": 178, \"width\": 40, \"height\": 55}}, {\"char\": \"目\", \"location\": {\"top\": 1230, \"left\": 218, \"width\": 53, \"height\": 57}}, {\"char\": \"标\", \"location\": {\"top\": 1227, \"left\": 271, \"width\": 27, \"height\": 54}}, {\"char\": \"。\", \"location\": {\"top\": 1222, \"left\": 298, \"width\": 49, \"height\": 57}}, {\"char\": \"文\", \"location\": {\"top\": 1217, \"left\": 346, \"width\": 48, \"height\": 56}}, {\"char\": \"中\", \"location\": {\"top\": 1214, \"left\": 394, \"width\": 32, \"height\": 54}}, {\"char\": \"景\", \"location\": {\"top\": 1210, \"left\": 426, \"width\": 33, \"height\": 55}}, {\"char\": \"物\", \"location\": {\"top\": 1205, \"left\": 458, \"width\": 48, \"height\": 57}}, {\"char\": \"具\", \"location\": {\"top\": 1200, \"left\": 506, \"width\": 46, \"height\": 57}}, {\"char\": \"有\", \"location\": {\"top\": 1198, \"left\": 551, \"width\": 27, \"height\": 54}}, {\"char\": \"一\", \"location\": {\"top\": 1194, \"left\": 578, \"width\": 33, \"height\": 55}}, {\"char\": \"定\", \"location\": {\"top\": 1190, \"left\": 610, \"width\": 40, \"height\": 56}}, {\"char\": \"代\", \"location\": {\"top\": 1186, \"left\": 650, \"width\": 42, \"height\": 55}}, {\"char\": \"表\", \"location\": {\"top\": 1181, \"left\": 691, \"width\": 41, \"height\": 56}}, {\"char\": \"性\", \"location\": {\"top\": 1177, \"left\": 731, \"width\": 40, \"height\": 56}}, {\"char\": \",\", \"location\": {\"top\": 1174, \"left\": 770, \"width\": 34, \"height\": 55}}], \"words\": \"基本达成训练目标。文中景物具有一定代表性,\", \"location\": {\"top\": 1174, \"left\": 0, \"width\": 804, \"height\": 137}}, {\"chars\": [{\"char\": \"评\", \"location\": {\"top\": 1242, \"left\": 11, \"width\": 24, \"height\": 30}}, {\"char\": \"语\", \"location\": {\"top\": 1240, \"left\": 36, \"width\": 27, \"height\": 31}}, {\"char\": \":\", \"location\": {\"top\": 1239, \"left\": 63, \"width\": 21, \"height\": 30}}], \"words\": \"评语:\", \"location\": {\"top\": 1239, \"left\": 11, \"width\": 72, \"height\": 33}}, {\"chars\": [{\"char\": \"批\", \"location\": {\"top\": 1253, \"left\": 840, \"width\": 22, \"height\": 28}}], \"words\": \"批\", \"location\": {\"top\": 1253, \"left\": 840, \"width\": 22, \"height\": 27}}, {\"chars\": [{\"char\": \"于\", \"location\": {\"top\": 1315, \"left\": 8, \"width\": 43, \"height\": 57}}, {\"char\": \"今\", \"location\": {\"top\": 1312, \"left\": 49, \"width\": 27, \"height\": 55}}, {\"char\": \"昔\", \"location\": {\"top\": 1309, \"left\": 74, \"width\": 29, \"height\": 55}}, {\"char\": \"对\", \"location\": {\"top\": 1304, \"left\": 101, \"width\": 43, \"height\": 57}}, {\"char\": \"比\", \"location\": {\"top\": 1300, \"left\": 142, \"width\": 35, \"height\": 56}}, {\"char\": \"之\", \"location\": {\"top\": 1295, \"left\": 175, \"width\": 41, \"height\": 57}}, {\"char\": \"中\", \"location\": {\"top\": 1292, \"left\": 214, \"width\": 29, \"height\": 55}}, {\"char\": \"表\", \"location\": {\"top\": 1286, \"left\": 241, \"width\": 49, \"height\": 58}}, {\"char\": \"达\", \"location\": {\"top\": 1283, \"left\": 288, \"width\": 29, \"height\": 55}}, {\"char\": \"时\", \"location\": {\"top\": 1278, \"left\": 315, \"width\": 43, \"height\": 57}}, {\"char\": \"光\", \"location\": {\"top\": 1273, \"left\": 356, \"width\": 43, \"height\": 57}}, {\"char\": \"流\", \"location\": {\"top\": 1267, \"left\": 397, \"width\": 52, \"height\": 58}}, {\"char\": \"逝\", \"location\": {\"top\": 1262, \"left\": 447, \"width\": 42, \"height\": 57}}, {\"char\": \"的\", \"location\": {\"top\": 1256, \"left\": 488, \"width\": 51, \"height\": 58}}, {\"char\": \"怅\", \"location\": {\"top\": 1251, \"left\": 537, \"width\": 43, \"height\": 57}}, {\"char\": \"惘\", \"location\": {\"top\": 1246, \"left\": 578, \"width\": 44, \"height\": 57}}, {\"char\": \",\", \"location\": {\"top\": 1241, \"left\": 620, \"width\": 43, \"height\": 57}}, {\"char\": \"但\", \"location\": {\"top\": 1237, \"left\": 661, \"width\": 35, \"height\": 56}}, {\"char\": \"是\", \"location\": {\"top\": 1232, \"left\": 694, \"width\": 42, \"height\": 57}}, {\"char\": \"游\", \"location\": {\"top\": 1227, \"left\": 734, \"width\": 44, \"height\": 57}}, {\"char\": \"踪\", \"location\": {\"top\": 1220, \"left\": 776, \"width\": 60, \"height\": 59}}], \"words\": \"于今昔对比之中表达时光流逝的怅惘,但是游踪\", \"location\": {\"top\": 1220, \"left\": 8, \"width\": 828, \"height\": 153}}, {\"chars\": [{\"char\": \"或\", \"location\": {\"top\": 1374, \"left\": 5, \"width\": 44, \"height\": 60}}, {\"char\": \"视\", \"location\": {\"top\": 1369, \"left\": 47, \"width\": 41, \"height\": 60}}, {\"char\": \"角\", \"location\": {\"top\": 1365, \"left\": 86, \"width\": 41, \"height\": 60}}, {\"char\": \"变\", \"location\": {\"top\": 1360, \"left\": 126, \"width\": 40, \"height\": 60}}, {\"char\": \"换\", \"location\": {\"top\": 1357, \"left\": 164, \"width\": 35, \"height\": 59}}, {\"char\": \"不\", \"location\": {\"top\": 1352, \"left\": 197, \"width\": 40, \"height\": 60}}, {\"char\": \"明\", \"location\": {\"top\": 1349, \"left\": 235, \"width\": 34, \"height\": 59}}, {\"char\": \"确\", \"location\": {\"top\": 1345, \"left\": 268, \"width\": 35, \"height\": 59}}, {\"char\": \",\", \"location\": {\"top\": 1341, \"left\": 301, \"width\": 34, \"height\": 59}}, {\"char\": \"景\", \"location\": {\"top\": 1337, \"left\": 333, \"width\": 40, \"height\": 59}}, {\"char\": \"物\", \"location\": {\"top\": 1332, \"left\": 371, \"width\": 47, \"height\": 60}}, {\"char\": \"特\", \"location\": {\"top\": 1326, \"left\": 417, \"width\": 54, \"height\": 61}}, {\"char\": \"征\", \"location\": {\"top\": 1322, \"left\": 469, \"width\": 34, \"height\": 59}}, {\"char\": \"突\", \"location\": {\"top\": 1317, \"left\": 501, \"width\": 41, \"height\": 60}}, {\"char\": \"出\", \"location\": {\"top\": 1314, \"left\": 540, \"width\": 34, \"height\": 59}}, {\"char\": \"不\", \"location\": {\"top\": 1310, \"left\": 573, \"width\": 33, \"height\": 59}}, {\"char\": \"足\", \"location\": {\"top\": 1304, \"left\": 605, \"width\": 54, \"height\": 61}}], \"words\": \"或视角变换不明确,景物特征突出不足\", \"location\": {\"top\": 1304, \"left\": 5, \"width\": 653, \"height\": 131}}, {\"chars\": [{\"char\": \"规\", \"location\": {\"top\": 1473, \"left\": 0, \"width\": 21, \"height\": 37}}, {\"char\": \"范\", \"location\": {\"top\": 1468, \"left\": 23, \"width\": 59, \"height\": 40}}, {\"char\": \"书\", \"location\": {\"top\": 1464, \"left\": 83, \"width\": 57, \"height\": 39}}, {\"char\": \"写\", \"location\": {\"top\": 1458, \"left\": 141, \"width\": 66, \"height\": 41}}], \"words\": \"规范书写\", \"location\": {\"top\": 1458, \"left\": 0, \"width\": 207, \"height\": 52}}], \"words_result_num\": 31}], \"base_clean_content\": \"长兴南街学校题目:少年游欲买桂花同载酒,终不似,少年游。\\n题记临汾城下的小院别有一番风味,外婆家在那有一方小院,小时候我常去那里玩。走老街过回巷,随我来一场少年游。\\n小村庄夏日的傍晚,是我心中独一份的美好静谧而不清冷,秀丽而不妖艳。落日余晖映在天边,将湛蓝的天边染成耀眼的火红而老一辈人常说顺水顺财,村子临溪而建,溪边老柳树与水中倒影相映成趣。那汪清澈的水,跃过风洗的群山,渐渐淌向远方……\\n村旁那条小河,是我儿时来去村子的必仅经之路。登上河边小船,木船踏上去吱呀作响船桨划过水面发出噔的声响,在静谧的水河上尤为清晰悦耳。我乘的小木船,穿过座座高h峰,仰面数着天上的点点星空,耳边水声沙沙作响,岸边小店灯火通明,生意虽不是兴隆(却给人一种温薪之感,这幅画面也成为我儿时一份不可磨灭的回忆。\\n来到村里,伴着点点星光,我伏在溪边将手探进水中,清凉的溪水沁人心脾,打碎了来时路上的睡虫。这时回头望去,母亲正坐在部作文专用纸姓名梁昕冉班级2307村口一棵老树下温柔的望我,月光透过树隙间斑驳的空隙酒,落入母亲眼底,她的眼底便渡上一层光亮,我惊叫起来“妈妈的眼中有整片星河!”我们对视,笑作一团。\\n时光渐渐流逝,我来到太原上学,外婆也将那方小院卖了出去,随着生活节奏的加速闲暇之余外婆的那方小院不觉涌入脑海,是时对童年候再回去看看了……\\n再次踏入小村,村边的小店换为了高耸的变迁的3大厦,村口的小溪不知何时被填平,院中也不怀念再是记忆中的样子,窗边落灰的夕阳,似乎也离我越来越远了…\\n书写作文s00基本达成训练目标。文中景物具有一定代表性,评语:批于今昔对比之中表达时光流逝的怅惘,但是游踪或视角变换不明确,景物特征突出不足规范书写\"}",
"pangpi": "{\"commit_items\": [{\"line\": [[[[696, 651, 39, 807, 648, 39], [102, 720, 38, 813, 695, 39]]], []], \"commit\": \"用“染”字动态描绘晚霞变化,从“湛蓝”到“火红”的色彩对比鲜明,画面如在眼前。\", \"position\": 117, \"good_or_bad\": \"good\", \"origin_sentence\": \"落日余晖映在天边,将湛蓝的天边染成耀眼的火红\", \"matched_sentence\": \"落日余晖映在天边,将湛蓝的天边染成耀眼的☰火红\"}, {\"line\": [[[[483, 950, 40, 834, 945, 41], [81, 1004, 44, 590, 999, 44]]], []], \"commit\": \"“吱呀”“噔”等拟声词让场景立体,听觉细节唤醒读者记忆,仿佛能听见小船在水中轻摇。\", \"position\": 226, \"good_or_bad\": \"good\", \"origin_sentence\": \"木船踏上去吱呀作响,船桨划过水面发出噔的声响\", \"matched_sentence\": \"木船踏上去吱呀作响船桨划过水面发出噔的声响\"}, {\"line\": [[], [[[444, 345, 41, 694, 327, 42], [13, 426, 39, 697, 369, 40], [17, 466, 43, 252, 449, 43]]]], \"commit\": \"以月光为媒,将母爱藏进“眼底的光亮”,景与情交融,文字有温度,细节见真情。\", \"position\": 433, \"good_or_bad\": \"good\", \"origin_sentence\": \"月光透过树隙间斑驳的空隙,落入母亲眼底,她的眼底便镀上一层光亮\", \"matched_sentence\": \"月光透过树隙间斑驳的空☰隙酒,落入母亲眼底,她的眼底便渡上一层光亮\"}, {\"line\": [[[[637, 1048, 45, 830, 1047, 45], [847, 1048, 23, 862, 1048, 23]]], []], \"commit\": \"小河通常不会“穿过高峰”,可改为“绕过青石桥”或“钻过芦苇丛”,让场景更真实。\", \"position\": 269, \"good_or_bad\": \"bad\", \"origin_sentence\": \"穿过座座高峰\", \"matched_sentence\": \"穿过座座高h\"}, {\"line\": [[], [[[334, 797, 40, 754, 770, 40]]]], \"commit\": \"“落灰”与夕阳搭配不当,可写“窗棂上斜斜的夕阳”或“爬满窗沿的夕阳”,更符合景物特点。\", \"position\": 617, \"good_or_bad\": \"bad\", \"origin_sentence\": \"窗边落灰的夕阳\", \"matched_sentence\": \"窗边落灰的夕阳\"}], \"commit_total\": \"这篇作文像一串被时光串起的珍珠,每个片段都闪着童年的光。你善于用感官捕捉美好,比如晚霞的色彩、小船的声响、母亲眼底的月光,这些细节让回忆变得可触可感。如果能让场景更贴近乡村真实(比如小河不会穿过高峰),再给回忆加点“味道”(比如外婆做的柿饼香),你的“少年游”会更让人想跟着一起走。童年的美好从不会真的消失,它会变成你笔下最动人的魔法。\"}",
"wrong_words": "{\"31\": [\"i\", 31, 31, \"\", \":\"], \"50\": [\"i\", 50, 50, \"\", \"里\"], \"101\": [\"m\", 101, 102, \"—\", \":\"], \"102\": [\"m\", 102, 103, \"—\", \"静\"], \"209\": [\"m\", 209, 210, \"去\", \"往\"], \"214\": [\"d\", 214, 215, \"仅\", \"\"], \"252\": [\"d\", 252, 253, \"水\", \"\"], \"254\": [\"i\", 254, 254, \"\", \"面\"], \"274\": [\"d\", 274, 275, \"h\", \"\"], \"322\": [\"m\", 322, 323, \"薪\", \"馨\"], \"389\": [\"m\", 389, 390, \"虫\", \"意\"], \"429\": [\"m\", 429, 430, \"的\", \"地\"], \"446\": [\"d\", 446, 447, \"酒\", \"\"], \"460\": [\"m\", 460, 461, \"渡\", \"镀\"], \"472\": [\"i\", 472, 472, \"\", \":\"], \"552\": [\"i\", 552, 552, \"\", \"候\"], \"555\": [\"d\", 555, 556, \"候\", \"\"], \"582\": [\"d\", 582, 583, \"变\", \"\"], \"583\": [\"d\", 583, 584, \"迁\", \"\"], \"584\": [\"d\", 584, 585, \"的\", \"\"], \"585\": [\"d\", 585, 586, \"3\", \"\"], \"602\": [\"i\", 602, 602, \"\", \"小\"], \"603\": [\"d\", 603, 604, \"中\", \"\"], \"606\": [\"d\", 606, 607, \"怀\", \"\"], \"607\": [\"d\", 607, 608, \"念\", \"\"]}",
"correct_words": "题目:少年游\n\n 题记:临汾城下的小院别有一番风味,外婆家在那里有一方小院,小时候我常去那里玩。走老街过回巷,随我来一场少年游。\n\n 小村庄夏日的傍晚,是我心中独一份的美好:静谧而不清冷,秀丽而不妖艳。落日余晖映在天边,将湛蓝的天边染成耀眼的火红。老一辈人常说顺水顺财,村子临溪而建,溪边老柳树与水中倒影相映成趣。那汪清澈的水,跃过风洗的群山,渐渐淌向远方……\n\n 村旁那条小河,是我儿时来往村子的必经之路。登上河边小船,木船踏上去吱呀作响,船桨划过水面发出噔的声响,在静谧的河面上尤为清晰悦耳。我乘的小木船,穿过座座高峰,仰面数着天上的点点星空,耳边水声沙沙作响,岸边小店灯火通明,生意虽不是兴隆,却给人一种温馨之感。这幅画面也成为我儿时一份不可磨灭的回忆。\n\n 来到村里,伴着点点星光,我伏在溪边将手探进水中,清凉的溪水沁人心脾,打碎了来时路上的睡意。这时回头望去,母亲正坐在村口一棵老树下温柔地望我,月光透过树隙间斑驳的空隙,落入母亲眼底,她的眼底便镀上一层光亮。我惊叫起来:“妈妈的眼中有整片星河!”我们对视,笑作一团。\n\n 时光渐渐流逝,我来到太原上学,外婆也将那方小院卖了出去。随着生活节奏的加速,闲暇之余,外婆的那方小院不觉涌入脑海,是时候对童年再回去看看了……\n\n 再次踏入小村,村边的小店换为了高耸的大厦,村口的小溪不知何时被填平,小院也不再是记忆中的样子,窗边落灰的夕阳,似乎也离我越来越远了……",
"pigai": "{\"score\": 95, \"title\": \"少年游\", \"last_p\": \"再次踏入小村,溪边的老柳树依旧垂着绿丝绦,只是树干又添了几道年轮。外婆站在院门口笑着招手,竹椅上晒着的柿饼还是记忆里的琥珀色。原来少年游从不是回不去的旧时光,它早变成了外婆眼角的皱纹、掌心的温度,藏在每个思念的当下。\", \"modify\": \"1. “穿过座座高峰”与前文“村旁小河”矛盾,小河不可能穿过高峰,改为“绕过青灰色的石桥”更符合乡村小河场景;2. “窗边落灰的夕阳”搭配不当,夕阳不会落灰,改为“窗棂上斜斜的夕阳”更贴切;3. “顺水顺财”与上下文写景氛围不符,删去使段落更连贯。\", \"comment\": \"本文以“少年游”为题,通过回忆外婆家小院的夏日时光,串联起小河行船、溪边嬉水、母亲守望等温馨片段,情感真挚,画面感强。语言清新自然,善于运用感官描写捕捉细节,如水声、星光、母亲眼中的光亮,让童年记忆变得鲜活可触。结尾虽有伤感,但整体基调温暖,展现了少年视角下对故乡与亲情的珍视,是一篇充满生活气息的佳作。\", \"first_p\": \"外婆家的竹篱笆总爬满蓝紫色的牵牛花,像给小院围了条花裙子。小时候每个暑假,我都要踩着老街的青石板去那里,把童年的笑声洒在溪边的老柳树下。今天,就让我带你重游那段闪闪发光的少年时光。\", \"outline\": \"开头:用“外婆家的竹篱笆总爬满牵牛花”这样的具体意象开篇,直接点明小院是“少年游”的起点,比题记更简洁。中间:分三段详写核心场景——1. 午后小院:描写外婆摇着蒲扇晒柿饼,“金黄金黄的果子像小灯笼”,加入“我偷摘柿饼被外婆笑着敲手”的互动;2. 傍晚溪边:保留“母亲眼中有星河”的经典画面,增加“我用柳枝编草帽,母亲帮我别上野雏菊”的细节;3. 夏夜星空:补充“躺在小院竹床上数星星,外婆讲牛郎织女的故事”,让回忆更丰满。结尾:重访时不写“大厦”,而是“竹篱笆换成了新的,但牵牛花还在老地方开着”,用不变的景物呼应初心,点明“少年游一直在心里”的主题。详略上,中间三段详写,开头结尾略写,选材聚焦小院及周边,避免场景过多导致杂乱。\", \"questions\": [\"如果在小船上加入外婆教你唱童谣的情节,会不会让童年回忆更具体?\", \"村口的老树下除了母亲,还有没有其他村民的身影或有趣的小事?\", \"小院里有没有特别的植物或老物件,比如外婆种的月季花、吱呀作响的旧竹椅?\"], \"highlights\": \"这篇作文充满了细腻的童年画面感,尤其“母亲眼底有星河”的描写令人动容:月光透过树隙落入母亲眼中,孩子天真的惊呼与对视的笑声,将亲情与诗意巧妙融合。对小河行船的细节刻画也很生动,“木船吱呀作响”“船桨噔的声响”用听觉还原场景,让读者仿佛身临其境。夏日傍晚的景物描写层次分明,从天边晚霞到溪边柳树,再到水中倒影,由远及近的视角展现了乡村的静谧美好,字里行间满是少年对故乡的眷恋。\", \"paragraphs\": [\"开篇点题:以题记形式点明外婆家小院的背景,“老街回巷”的邀请式语言自然引出下文,简洁却充满画面感。\", \"景物如画:用“静谧而不清冷,秀丽而不妖艳”概括夏日傍晚,晚霞、溪水、老柳树的描写动静结合,展现乡村之美。\", \"童趣盎然:行船细节描写生动,“吱呀作响”“噔的声响”等拟声词让场景活起来,数星空的童真令人莞尔。\", \"温情瞬间:“母亲眼中有星河”是全文亮点,月光、树隙、母亲的温柔眼神,将亲情融入诗意画面,感人至深。\", \"时光流转:简短交代离开与思念,为下文重访做铺垫,“涌入脑海”的表达真实展现回忆的自然浮现。\", \"今昔对比:通过小店变大厦、小溪被填平的描写,流露出对时光流逝的淡淡怅惘,情感真挚。\"], \"suggestions\": \"1. 选材可更聚焦:原文提到“穿过座座高峰”与乡村小河场景矛盾,建议选取更真实的乡村元素,如“绕过青灰色的石桥,桥洞下躲着几只白鸭子”,用具体事物增强画面真实感。2. 细节描写可更深入:“清凉的溪水沁人心脾”较笼统,可改为“溪水漫过手腕时,像有小鱼在指缝间啄痒,惊得我差点坐进水里”,加入触觉和动态描写。3. 情感过渡可更自然:从回忆到重访的转折较突然,建议在“涌入脑海”后加“记得临走时,外婆塞给我的柿饼还带着灶膛的温度”,用味觉细节连接过去与现在。\", \"requirements\": \"《少年游》作为四年级作文,核心是通过少年视角记录一段难忘的经历或回忆,需做到情感真挚、画面具体、语言生动。要求围绕“游”的过程展开,可写景、叙事或抒情,重点展现少年时期的所见所闻所感,体现对生活的观察与感悟。字数控制在400字左右,需结构清晰,有明确的中心场景或事件,避免内容松散,同时鼓励运用比喻、拟人等修辞,让文字充满童趣与感染力。\", \"title_reason\": \"\", \"last_p_reason\": \"原文结尾过于伤感,修改后保留乡村变化的真实感,同时加入外婆的温暖形象和柿饼等细节,以“思念的当下”升华主题,让“少年游”从回忆延伸到现实,更符合四年级学生积极向上的情感表达。\", \"first_p_reason\": \"原文题记稍显冗长,修改后的开头用“竹篱笆爬牵牛花”的具体意象替代抽象描述,“花裙子”的比喻更符合四年级学生的语言风格,“踩着青石板”“笑声洒在柳树下”等动态描写能更快抓住读者注意力,自然引出下文回忆。\"}",
"runse": "{\"title\": \"少年游\", \"content\": \"外婆家的竹篱笆总爬满蓝紫色的牵牛花,像给小院围了条花裙子。小时候每个暑假,我都要踩着老街的青石板去那里,把童年的笑声洒在溪边的老柳树下。走老街过回巷,随我来一场少年游。\\n小村庄夏日的傍晚,是我心中独一份的美好:静谧而不清冷,秀丽而不妖艳。落日余晖映在天边,将湛蓝的画布染成耀眼的火红。村子临溪而建,溪边老柳树的枝条垂到水面,与水中倒影手拉手跳圆舞曲。那汪清澈的水,绕过风洗的群山,唱着叮咚的歌淌向远方……\\n村旁那条小河,是我儿时的必经之路。登上河边的小木船,船板踩上去“吱呀吱呀”地哼着歌,船桨划过水面发出“噔——”的声响,在静谧的河面上荡开一圈圈涟漪。我伏在船舷边,看小鱼在船底捉迷藏,仰面数着天上的星星,耳边水声沙沙,岸边小店的灯笼亮着暖黄的光,老板娘正低头纳着鞋底,温柔得像幅画。\\n来到村里,伴着点点星光,我蹲在溪边把脚丫伸进水里。清凉的溪水漫过脚踝时,像有小鱼在趾缝间啄痒,惊得我“呀”地跳起来。回头望去,母亲正坐在村口老槐树下,月光透过叶隙织成银纱,落在她含笑的眼底。“妈妈的眼睛里有星星!”我指着她的眼睛笑喊,母亲也笑着揉乱我的头发,我们的笑声惊飞了树梢的夜鸟。\\n时光悄悄溜走,我到太原上学后,外婆家的小院也换了主人。每当放学路过校门口的老槐树,总会想起那个有星星的夜晚。终于在暑假回到小村,溪边的老柳树还在,只是树干又添了几道年轮。外婆站在新主人的院墙外朝我招手,手里提着的竹篮里,躺着几个金黄金黄的柿饼——和小时候她晒在竹匾里的一模一样。\\n原来有些风景会变,但藏在风景里的温暖,早变成了心底永不褪色的少年游。\", \"explain\": \"1. 意象优化:开篇用“竹篱笆爬牵牛花”替代抽象题记,结尾以“柿饼”呼应童年味觉记忆,形成情感闭环。2. 场景真实化:将“穿过座座高峰”改为“看小鱼在船底捉迷藏”,增加“老板娘纳鞋底”等乡村细节,符合小河场景逻辑。3. 感官升级:添加“脚丫伸进水里”“小鱼啄痒”等触觉描写,“吱呀吱呀”“噔——”等拟声词强化听觉,“暖黄灯笼”“银纱月光”细化视觉层次。4. 情感转化:将结尾的伤感转为“温暖永不褪色”,保留“小院易主”的真实,通过外婆的柿饼传递记忆的延续性,符合四年级学生积极的情感表达。5. 语言童趣化:用“手拉手跳圆舞曲”“织成银纱”等拟人比喻,“呀地跳起来”“揉乱头发”等动作细节,贴合少年视角的灵动与纯真。\"}",
"content": "题目:少年游\n\n 题记:临汾城下的小院别有一番风味,外婆家在那里有一方小院,小时候我常去那里玩。走老街过回巷,随我来一场少年游。\n\n 小村庄夏日的傍晚,是我心中独一份的美好:静谧而不清冷,秀丽而不妖艳。落日余晖映在天边,将湛蓝的天边染成耀眼的火红。老一辈人常说顺水顺财,村子临溪而建,溪边老柳树与水中倒影相映成趣。那汪清澈的水,跃过风洗的群山,渐渐淌向远方……\n\n 村旁那条小河,是我儿时来往村子的必经之路。登上河边小船,木船踏上去吱呀作响,船桨划过水面发出噔的声响,在静谧的河面上尤为清晰悦耳。我乘的小木船,穿过座座高峰,仰面数着天上的点点星空,耳边水声沙沙作响,岸边小店灯火通明,生意虽不是兴隆,却给人一种温馨之感。这幅画面也成为我儿时一份不可磨灭的回忆。\n\n 来到村里,伴着点点星光,我伏在溪边将手探进水中,清凉的溪水沁人心脾,打碎了来时路上的睡意。这时回头望去,母亲正坐在村口一棵老树下温柔地望我,月光透过树隙间斑驳的空隙,落入母亲眼底,她的眼底便镀上一层光亮。我惊叫起来:“妈妈的眼中有整片星河!”我们对视,笑作一团。\n\n 时光渐渐流逝,我来到太原上学,外婆也将那方小院卖了出去。随着生活节奏的加速,闲暇之余,外婆的那方小院不觉涌入脑海,是时候对童年再回去看看了……\n\n 再次踏入小村,村边的小店换为了高耸的大厦,村口的小溪不知何时被填平,小院也不再是记忆中的样子,窗边落灰的夕阳,似乎也离我越来越远了……",
"title": "题目:少年游"
}