-
Notifications
You must be signed in to change notification settings - Fork 662
Insert_text may add or delete original spaces after a word/character when writing word by word, any solution? #4630
-
Description of the bug
Sometimes, apply font_fit according to line image height, then apply a transform_matrix,
Insert_text may add or delete original spaces after a word/character when writing word by word, any solution?
Spaces are appended to end of word as text before writing.
For example, if font is reduced to 0.8font fit, there may be additional spaces when copied from written pdf result.
If font is 0.95font_fit or 1.0*font fit, some spaces may be missing when copied from written pdf result.
How to reproduce the bug
See above
PyMuPDF version
1.26.3
Operating system
Windows
Python version
3.9
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 5 comments 1 reply
-
We cannot deal with this without an example. Also not an issue but a Discussions post.
Beta Was this translation helpful? Give feedback.
All reactions
-
See below effect and sample pdf.
image [en4_350_textlines_win11.pdf](https://github.com/user-attachments/files/21428450/en4_350_textlines_win11.pdf)Beta Was this translation helpful? Give feedback.
All reactions
-
The file link doesn't work. Also there is no code that shows how the problem happens.
Beta Was this translation helpful? Give feedback.
All reactions
-
Beta Was this translation helpful? Give feedback.
All reactions
-
font_path = r'F:\fonts\Arial Unicode MS.ttf' # 下载字体文件simhei.ttf
# font_path = r'F:\fonts\kr\malgun.ttf' # 下载字体文件simhei.ttf
# font_path = r'F:\fonts\times.ttf' # 下载字体文件simhei.ttf
#等宽字体
# font_path = r'F:\fonts\SarasaTermSCNerd.ttc' # 下载字体文件simhei.ttf
font = fitz.Font(fontfile=font_path) # pymupdf加载字体, choose a font with small caps
page.insert_text((rect.x0, rect.y0 + fontsize), text, fontsize=fontsize_fit, fontname="F0",
overlay=False, color=fillcolor, stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(rect.x0, rect.y0), transform_matrix))
insert_text((228.75428571428571, 851.0742857142857), text='信', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(228.75428571428571, 830.6742857142857), Matrix(1.0, 0.0, 0.0, 1.3109243697478987, 0.0, 0.0)))
insert_text((253.44, 851.28), text='仰', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(253.44, 830.88), Matrix(1.0, 0.0, 0.0, 1.300840336134453, 0.0, 0.0)))
insert_text((271.13142857142856, 851.28), text=',', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(271.13142857142856, 830.88), Matrix(1.0, 0.0, 0.0, 1.300840336134453, 0.0, 0.0)))
insert_text((297.6685714285714, 851.4857142857143), text='开', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(297.6685714285714, 831.0857142857143), Matrix(1.0, 0.0, 0.0, 1.300840336134453, 0.0, 0.0)))
insert_text((320.5028571428571, 851.6914285714286), text='始', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(320.5028571428571, 831.2914285714286), Matrix(1.0, 0.0, 0.0, 1.300840336134453, 0.0, 0.0)))
insert_text((341.69142857142856, 851.6914285714286), text='坚', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(341.69142857142856, 831.2914285714286), Matrix(1.0, 0.0, 0.0, 1.3109243697478987, 0.0, 0.0)))
insert_text((366.37714285714287, 851.8971428571429), text='定', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(366.37714285714287, 831.4971428571429), Matrix(1.0, 0.0, 0.0, 1.3109243697478987, 0.0, 0.0)))
insert_text((737.0742857142857, 842.9), text='began ', fontsize=22.099999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(737.0742857142857, 820.8), Matrix(1.0, 0.0, 0.0, 1.3124757595345866, 0.0, 0.0)))
insert_text((812.16, 843.3114285714286), text='to', fontsize=22.099999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(812.16, 821.2114285714285), Matrix(1.0, 0.0, 0.0, 1.2938590820943792, 0.0, 0.0)))
insert_text((419.45142857142855, 842.0771428571429), text='his ', fontsize=22.099999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(419.45142857142855, 819.9771428571429), Matrix(1.0, 0.0, 0.0, 1.2566257272139587, 0.0, 0.0)))
insert_text((465.12, 842.0771428571429), text='family ', fontsize=22.099999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(465.12, 819.9771428571429), Matrix(1.0, 0.0, 0.0, 1.2938590820943738, 0.0, 0.0)))
insert_text((544.9371428571428, 842.0771428571429), text='and ', fontsize=22.099999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(544.9371428571428, 819.9771428571429), Matrix(1.0, 0.0, 0.0, 1.3031674208144777, 0.0, 0.0)))
insert_text((596.3657142857143, 842.0771428571429), text='schools ', fontsize=22.099999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(596.3657142857143, 819.9771428571429), Matrix(1.0, 0.0, 0.0, 1.331092436974789, 0.0, 0.0)))
insert_text((688.9371428571428, 842.4885714285714), text='and ', fontsize=22.099999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(688.9371428571428, 820.3885714285714), Matrix(1.0, 0.0, 0.0, 1.3310924369747943, 0.0, 0.0)))
insert_text((90.51428571428572, 812.3457142857143), text='来', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(90.51428571428572, 793.6457142857142), Matrix(1.0, 0.0, 0.0, 1.5181054239877798, 0.0, 0.0)))
insert_text((116.4342857142857, 812.9628571428572), text='逐', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(116.4342857142857, 794.2628571428571), Matrix(1.0, 0.0, 0.0, 1.4851031321619572, 0.0, 0.0)))
insert_text((137.82857142857142, 813.58), text='渐', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(137.82857142857142, 794.88), Matrix(1.0, 0.0, 0.0, 1.441100076394194, 0.0, 0.0)))
insert_text((159.22285714285715, 813.9914285714286), text='放', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(159.22285714285715, 795.2914285714286), Matrix(1.0, 0.0, 0.0, 1.4190985485103123, 0.0, 0.0)))
insert_text((184.32, 814.4028571428572), text='弃', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(184.32, 795.7028571428572), Matrix(1.0, 0.0, 0.0, 1.3970970206264306, 0.0, 0.0)))
insert_text((205.71428571428572, 814.6085714285715), text='了', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(205.71428571428572, 795.9085714285715), Matrix(1.0, 0.0, 0.0, 1.3970970206264306, 0.0, 0.0)))
insert_text((230.81142857142856, 814.6085714285715), text='家', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(230.81142857142856, 795.9085714285715), Matrix(1.0, 0.0, 0.0, 1.3970970206264306, 0.0, 0.0)))
insert_text((252.2057142857143, 814.6085714285715), text='庭', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(252.2057142857143, 795.9085714285715), Matrix(1.0, 0.0, 0.0, 1.4080977845683715, 0.0, 0.0)))
insert_text((277.09714285714284, 814.4028571428572), text='与', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(277.09714285714284, 795.7028571428572), Matrix(1.0, 0.0, 0.0, 1.4190985485103123, 0.0, 0.0)))
insert_text((298.49142857142857, 814.1971428571429), text='学', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(298.49142857142857, 795.4971428571429), Matrix(1.0, 0.0, 0.0, 1.441100076394194, 0.0, 0.0)))
insert_text((323.5885714285714, 813.58), text='校', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(323.5885714285714, 794.88), Matrix(1.0, 0.0, 0.0, 1.4851031321619572, 0.0, 0.0)))
insert_text((344.98285714285714, 813.1685714285715), text='灌', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(344.98285714285714, 794.4685714285714), Matrix(1.0, 0.0, 0.0, 1.5181054239877798, 0.0, 0.0)))
insert_text((370.08, 812.5514285714286), text='输', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(370.08, 793.8514285714285), Matrix(1.0, 0.0, 0.0, 1.5511077158136022, 0.0, 0.0)))
insert_text((419.45142857142855, 810.3971428571429), text='up ', fontsize=22.099999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(419.45142857142855, 788.2971428571428), Matrix(1.0, 0.0, 0.0, 1.2845507433742753, 0.0, 0.0)))
insert_text((459.97714285714284, 810.1914285714286), text='the ', fontsize=22.099999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(459.97714285714284, 788.0914285714285), Matrix(1.0, 0.0, 0.0, 1.2938590820943792, 0.0, 0.0)))
insert_text((501.3257142857143, 809.5742857142857), text='Catholic ', fontsize=22.099999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(501.3257142857143, 787.4742857142857), Matrix(1.0, 0.0, 0.0, 1.3310924369747943, 0.0, 0.0)))
insert_text((602.3314285714285, 809.3685714285714), text='faith ', fontsize=22.099999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(602.3314285714285, 787.2685714285714), Matrix(1.0, 0.0, 0.0, 1.3590174531351005, 0.0, 0.0)))
insert_text((659.1085714285714, 809.3685714285714), text='given ', fontsize=22.099999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(659.1085714285714, 787.2685714285714), Matrix(1.0, 0.0, 0.0, 1.3869424692954118, 0.0, 0.0)))
insert_text((728.2285714285714, 809.3685714285714), text='to ', fontsize=22.099999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(728.2285714285714, 787.2685714285714), Matrix(1.0, 0.0, 0.0, 1.4055591467356192, 0.0, 0.0)))
insert_text((758.2628571428571, 809.3685714285714), text='him ', fontsize=22.099999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(758.2628571428571, 787.2685714285714), Matrix(1.0, 0.0, 0.0, 1.4334841628959307, 0.0, 0.0)))
insert_text((809.0742857142857, 809.3685714285714), text='by', fontsize=22.099999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(809.0742857142857, 787.2685714285714), Matrix(1.0, 0.0, 0.0, 1.4427925016160343, 0.0, 0.0)))
insert_text((277.30285714285714, 780.3085714285714), text='男', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(277.30285714285714, 759.9085714285715), Matrix(1.0, 0.0, 0.0, 1.3310924369747903, 0.0, 0.0)))
insert_text((299.10857142857145, 780.1028571428571), text='孩', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(299.10857142857145, 759.7028571428572), Matrix(1.0, 0.0, 0.0, 1.3512605042016763, 0.0, 0.0)))
insert_text((320.9142857142857, 779.8971428571429), text='儿', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(320.9142857142857, 759.4971428571429), Matrix(1.0, 0.0, 0.0, 1.3714285714285677, 0.0, 0.0)))
insert_text((339.22285714285715, 779.8971428571429), text='。', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(339.22285714285715, 759.4971428571429), Matrix(1.0, 0.0, 0.0, 1.3714285714285677, 0.0, 0.0)))
insert_text((90.92571428571428, 778.2514285714285), text='岁', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(90.92571428571428, 757.8514285714285), Matrix(1.0, 0.0, 0.0, 1.431932773109248, 0.0, 0.0)))
insert_text((113.75999999999999, 778.6628571428571), text='时', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(113.75999999999999, 758.2628571428571), Matrix(1.0, 0.0, 0.0, 1.4016806722689106, 0.0, 0.0)))
insert_text((131.86285714285714, 779.0742857142857), text=',', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(131.86285714285714, 758.6742857142857), Matrix(1.0, 0.0, 0.0, 1.381512605042019, 0.0, 0.0)))
insert_text((161.0742857142857, 779.6914285714286), text='是', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(161.0742857142857, 759.2914285714286), Matrix(1.0, 0.0, 0.0, 1.341176470588236, 0.0, 0.0)))
insert_text((182.88, 779.8971428571429), text='个', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(182.88, 759.4971428571429), Matrix(1.0, 0.0, 0.0, 1.3310924369747903, 0.0, 0.0)))
insert_text((204.68571428571428, 780.1028571428571), text='虔', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(204.68571428571428, 759.7028571428572), Matrix(1.0, 0.0, 0.0, 1.3210084033613445, 0.0, 0.0)))
insert_text((229.98857142857142, 780.3085714285714), text='诚', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(229.98857142857142, 759.9085714285715), Matrix(1.0, 0.0, 0.0, 1.3109243697478987, 0.0, 0.0)))
insert_text((251.7942857142857, 780.3085714285714), text='的', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(251.7942857142857, 759.9085714285715), Matrix(1.0, 0.0, 0.0, 1.3210084033613445, 0.0, 0.0)))
insert_text((366.9942857142857, 779.28), text='后', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(366.9942857142857, 758.88), Matrix(1.0, 0.0, 0.0, 1.4117647058823508, 0.0, 0.0)))
insert_text((468.4114285714286, 777.2771428571428), text='In ', fontsize=22.099999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(468.4114285714286, 755.1771428571428), Matrix(1.0, 0.0, 0.0, 1.2845507433742753, 0.0, 0.0)))
insert_text((501.7371428571428, 777.0714285714286), text='later ', fontsize=22.099999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(501.7371428571428, 754.9714285714285), Matrix(1.0, 0.0, 0.0, 1.3217840982546853, 0.0, 0.0)))
insert_text((562.0114285714286, 776.8657142857143), text='years ', fontsize=22.099999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(562.0114285714286, 754.7657142857142), Matrix(1.0, 0.0, 0.0, 1.3590174531351005, 0.0, 0.0)))
insert_text((630.9257142857143, 776.8657142857143), text='he ', fontsize=22.099999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(630.9257142857143, 754.7657142857142), Matrix(1.0, 0.0, 0.0, 1.368325791855204, 0.0, 0.0)))
insert_text((667.1314285714286, 776.8657142857143), text='gradually ', fontsize=22.099999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(667.1314285714286, 754.7657142857142), Matrix(1.0, 0.0, 0.0, 1.3869424692954118, 0.0, 0.0)))
insert_text((782.9485714285714, 777.4828571428571), text='gave', fontsize=22.099999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(782.9485714285714, 755.3828571428571), Matrix(1.0, 0.0, 0.0, 1.3590174531351005, 0.0, 0.0)))
insert_text((422.53714285714284, 777.4828571428571), text='16. ', fontsize=22.099999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(422.53714285714284, 755.3828571428571), Matrix(1.0, 0.0, 0.0, 1.256625727213964, 0.0, 0.0)))
insert_text((135.97714285714287, 747.27), text='[2]', fontsize=22.95, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(135.97714285714287, 724.3199999999999), Matrix(1.0, 0.0, 0.0, 1.1742296918767507, 0.0, 0.0)))
insert_text((172.38857142857142, 747.4757142857143), text='詹', fontsize=22.95, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(172.38857142857142, 724.5257142857142), Matrix(1.0, 0.0, 0.0, 1.1652661064425767, 0.0, 0.0)))
insert_text((197.28, 747.6814285714286), text='姆', fontsize=22.95, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(197.28, 724.7314285714285), Matrix(1.0, 0.0, 0.0, 1.1652661064425767, 0.0, 0.0)))
insert_text((222.37714285714284, 747.6814285714286), text='斯', fontsize=22.95, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(222.37714285714284, 724.7314285714285), Matrix(1.0, 0.0, 0.0, 1.1742296918767507, 0.0, 0.0)))
insert_text((243.77142857142857, 747.6814285714286), text='·', fontsize=22.95, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(243.77142857142857, 724.7314285714285), Matrix(1.0, 0.0, 0.0, 1.1831932773109246, 0.0, 0.0)))
insert_text((269.89714285714285, 747.6814285714286), text='乔', fontsize=22.95, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(269.89714285714285, 724.7314285714285), Matrix(1.0, 0.0, 0.0, 1.1921568627450987, 0.0, 0.0)))
insert_text((293.5542857142857, 747.6814285714286), text='伊', fontsize=22.95, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(293.5542857142857, 724.7314285714285), Matrix(1.0, 0.0, 0.0, 1.2011204481792728, 0.0, 0.0)))
insert_text((318.4457142857143, 747.6814285714286), text='斯', fontsize=22.95, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(318.4457142857143, 724.7314285714285), Matrix(1.0, 0.0, 0.0, 1.2100840336134466, 0.0, 0.0)))
insert_text((343.54285714285714, 747.6814285714286), text='十', fontsize=22.95, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(343.54285714285714, 724.7314285714285), Matrix(1.0, 0.0, 0.0, 1.2100840336134466, 0.0, 0.0)))
insert_text((364.9371428571429, 747.6814285714286), text='六', fontsize=22.95, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(364.9371428571429, 724.7314285714285), Matrix(1.0, 0.0, 0.0, 1.2100840336134466, 0.0, 0.0)))
insert_text((486.92571428571426, 742.6628571428571), text='James ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(486.92571428571426, 722.2628571428571), Matrix(1.0, 0.0, 0.0, 1.4016806722689106, 0.0, 0.0)))
insert_text((560.7771428571428, 743.0742857142857), text='Joyce ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(560.7771428571428, 722.6742857142857), Matrix(1.0, 0.0, 0.0, 1.4319327731092424, 0.0, 0.0)))
insert_text((629.4857142857143, 743.4857142857143), text='was ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(629.4857142857143, 723.0857142857143), Matrix(1.0, 0.0, 0.0, 1.4420168067226882, 0.0, 0.0)))
insert_text((680.2971428571428, 743.6914285714286), text='a ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(680.2971428571428, 723.2914285714286), Matrix(1.0, 0.0, 0.0, 1.4420168067226882, 0.0, 0.0)))
insert_text((699.2228571428572, 743.6914285714286), text='pious ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(699.2228571428572, 723.2914285714286), Matrix(1.0, 0.0, 0.0, 1.4621848739495795, 0.0, 0.0)))
insert_text((766.08, 743.8971428571429), text='boy ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(766.08, 723.4971428571429), Matrix(1.0, 0.0, 0.0, 1.452100840336134, 0.0, 0.0)))
insert_text((815.4514285714286, 743.8971428571429), text='at', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(815.4514285714286, 723.4971428571429), Matrix(1.0, 0.0, 0.0, 1.452100840336134, 0.0, 0.0)))
insert_text((444.96, 742.2514285714285), text='[2] ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(444.96, 721.8514285714285), Matrix(1.0, 0.0, 0.0, 1.3613445378151277, 0.0, 0.0)))
insert_text((421.50857142857143, 708.6928571428571), text='den ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(421.50857142857143, 689.1428571428571), Matrix(1.0, 0.0, 0.0, 1.452100840336137, 0.0, 0.0)))
insert_text((466.3542857142857, 708.6928571428571), text='by ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(466.3542857142857, 689.1428571428571), Matrix(1.0, 0.0, 0.0, 1.452100840336137, 0.0, 0.0)))
insert_text((499.2685714285714, 708.6928571428571), text='Denmark ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(499.2685714285714, 689.1428571428571), Matrix(1.0, 0.0, 0.0, 1.452100840336137, 0.0, 0.0)))
insert_text((600.2742857142857, 708.6928571428571), text='in ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(600.2742857142857, 689.1428571428571), Matrix(1.0, 0.0, 0.0, 1.452100840336137, 0.0, 0.0)))
insert_text((629.0742857142857, 708.6928571428571), text='1814.', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(629.0742857142857, 689.1428571428571), Matrix(1.0, 0.0, 0.0, 1.4415783704786285, 0.0, 0.0)))
insert_text((91.33714285714285, 690.8385714285714), text='国', fontsize=14.45, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(91.33714285714285, 676.3885714285714), Matrix(1.0, 0.0, 0.0, 1.6371725160652566, 0.0, 0.0)))
insert_text((113.34857142857143, 691.25), text='。', fontsize=14.45, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(113.34857142857143, 676.8), Matrix(1.0, 0.0, 0.0, 1.6514087988136428, 0.0, 0.0)))
insert_text((422.9485714285714, 678.9185714285715), text='its ', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(422.9485714285714, 657.6685714285715), Matrix(1.0, 0.0, 0.0, 1.2875294117647065, 0.0, 0.0)))
insert_text((457.92, 678.5071428571429), text='own ', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(457.92, 657.2571428571429), Matrix(1.0, 0.0, 0.0, 1.3456134453781488, 0.0, 0.0)))
insert_text((510.9942857142857, 678.0957142857143), text='history ', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(510.9942857142857, 656.8457142857143), Matrix(1.0, 0.0, 0.0, 1.4036974789915964, 0.0, 0.0)))
insert_text((591.84, 678.0957142857143), text='of ', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(591.84, 656.8457142857143), Matrix(1.0, 0.0, 0.0, 1.4133781512605044, 0.0, 0.0)))
insert_text((621.8742857142857, 678.0957142857143), text='being ', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(621.8742857142857, 656.8457142857143), Matrix(1.0, 0.0, 0.0, 1.4133781512605044, 0.0, 0.0)))
insert_text((688.3199999999999, 678.0957142857143), text='given ', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(688.3199999999999, 656.8457142857143), Matrix(1.0, 0.0, 0.0, 1.4133781512605044, 0.0, 0.0)))
insert_text((753.3257142857143, 678.5071428571429), text='to ', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(753.3257142857143, 657.2571428571429), Matrix(1.0, 0.0, 0.0, 1.3940168067226884, 0.0, 0.0)))
insert_text((783.36, 678.7128571428572), text='Swe-', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(783.36, 657.4628571428572), Matrix(1.0, 0.0, 0.0, 1.3843361344537806, 0.0, 0.0)))
insert_text((91.33714285714285, 658.9371428571428), text='典', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(91.33714285714285, 638.5371428571428), Matrix(1.0, 0.0, 0.0, 1.3613445378151277, 0.0, 0.0)))
insert_text((109.44, 659.3485714285714), text=',', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(109.44, 638.9485714285714), Matrix(1.0, 0.0, 0.0, 1.341176470588236, 0.0, 0.0)))
insert_text((138.85714285714286, 659.76), text='一', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(138.85714285714286, 639.36), Matrix(1.0, 0.0, 0.0, 1.3210084033613445, 0.0, 0.0)))
insert_text((161.4857142857143, 660.1714285714286), text='九', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(161.4857142857143, 639.7714285714286), Matrix(1.0, 0.0, 0.0, 1.300840336134453, 0.0, 0.0)))
insert_text((182.26285714285714, 660.3771428571429), text='〇', fontsize=20.4, fontname='F0', overlay=False, color=(0, 1, 1), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(182.26285714285714, 639.9771428571429), Matrix(1.0, 0.0, 0.0, 1.300840336134453, 0.0, 0.0)))
insert_text((206.33142857142857, 660.5828571428572), text='五', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(206.33142857142857, 640.1828571428572), Matrix(1.0, 0.0, 0.0, 1.2907563025210071, 0.0, 0.0)))
insert_text((230.60571428571427, 660.7885714285713), text='年', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(230.60571428571427, 640.3885714285714), Matrix(1.0, 0.0, 0.0, 1.2806722689075671, 0.0, 0.0)))
insert_text((254.88, 660.9942857142856), text='独', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(254.88, 640.5942857142857), Matrix(1.0, 0.0, 0.0, 1.2705882352941213, 0.0, 0.0)))
insert_text((275.65714285714284, 660.9942857142856), text='立', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(275.65714285714284, 640.5942857142857), Matrix(1.0, 0.0, 0.0, 1.2705882352941213, 0.0, 0.0)))
insert_text((299.93142857142857, 660.9942857142856), text='为', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(299.93142857142857, 640.5942857142857), Matrix(1.0, 0.0, 0.0, 1.2705882352941213, 0.0, 0.0)))
insert_text((324.2057142857143, 660.9942857142856), text='挪', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(324.2057142857143, 640.5942857142857), Matrix(1.0, 0.0, 0.0, 1.2705882352941213, 0.0, 0.0)))
insert_text((348.48, 660.9942857142856), text='威', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(348.48, 640.5942857142857), Matrix(1.0, 0.0, 0.0, 1.2705882352941213, 0.0, 0.0)))
insert_text((369.25714285714287, 660.7885714285713), text='王', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(369.25714285714287, 640.3885714285714), Matrix(1.0, 0.0, 0.0, 1.2806722689075671, 0.0, 0.0)))
insert_text((423.97714285714284, 644.1257142857143), text='dependent ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(423.97714285714284, 623.7257142857143), Matrix(1.0, 0.0, 0.0, 1.4621848739495795, 0.0, 0.0)))
insert_text((539.5885714285714, 644.1257142857143), text='kingdom ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(539.5885714285714, 623.7257142857143), Matrix(1.0, 0.0, 0.0, 1.5025210084033627, 0.0, 0.0)))
insert_text((640.3885714285714, 644.1257142857143), text='in ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(640.3885714285714, 623.7257142857143), Matrix(1.0, 0.0, 0.0, 1.5126050420168085, 0.0, 0.0)))
insert_text((671.2457142857143, 644.1257142857143), text='1905, ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(671.2457142857143, 623.7257142857143), Matrix(1.0, 0.0, 0.0, 1.5327731092437, 0.0, 0.0)))
insert_text((735.6342857142857, 644.7428571428571), text='following', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(735.6342857142857, 624.3428571428572), Matrix(1.0, 0.0, 0.0, 1.512605042016803, 0.0, 0.0)))
insert_text((140.50285714285715, 625.6385714285714), text='一', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(140.50285714285715, 604.3885714285714), Matrix(1.0, 0.0, 0.0, 1.2197647058823564, 0.0, 0.0)))
insert_text((171.15428571428572, 625.8442857142857), text='四', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(171.15428571428572, 604.5942857142857), Matrix(1.0, 0.0, 0.0, 1.2197647058823564, 0.0, 0.0)))
insert_text((192.96, 626.05), text='年', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(192.96, 604.8), Matrix(1.0, 0.0, 0.0, 1.2294453781512642, 0.0, 0.0)))
insert_text((217.44, 626.2557142857142), text='就', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(217.44, 605.0057142857142), Matrix(1.0, 0.0, 0.0, 1.2294453781512642, 0.0, 0.0)))
insert_text((245.41714285714286, 626.2557142857142), text='被', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(245.41714285714286, 605.0057142857142), Matrix(1.0, 0.0, 0.0, 1.2488067226890749, 0.0, 0.0)))
insert_text((269.89714285714285, 626.2557142857142), text='丹', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(269.89714285714285, 605.0057142857142), Matrix(1.0, 0.0, 0.0, 1.2681680672268907, 0.0, 0.0)))
insert_text((294.1714285714286, 626.05), text='麦', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(294.1714285714286, 604.8), Matrix(1.0, 0.0, 0.0, 1.2875294117647065, 0.0, 0.0)))
insert_text((318.65142857142854, 625.8442857142857), text='割', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(318.65142857142854, 604.5942857142857), Matrix(1.0, 0.0, 0.0, 1.3068907563025225, 0.0, 0.0)))
insert_text((346.62857142857143, 625.6385714285714), text='与', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(346.62857142857143, 604.3885714285714), Matrix(1.0, 0.0, 0.0, 1.335932773109246, 0.0, 0.0)))
insert_text((371.1085714285714, 625.4328571428572), text='瑞', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(371.1085714285714, 604.1828571428572), Matrix(1.0, 0.0, 0.0, 1.3456134453781488, 0.0, 0.0)))
insert_text((90.72, 625.0214285714286), text='一', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(90.72, 603.7714285714286), Matrix(1.0, 0.0, 0.0, 1.200403361344535, 0.0, 0.0)))
insert_text((116.02285714285713, 625.4328571428572), text='八', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(116.02285714285713, 604.1828571428572), Matrix(1.0, 0.0, 0.0, 1.200403361344535, 0.0, 0.0)))
insert_text((425.21142857142854, 611.2114285714285), text='1949. ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(425.21142857142854, 590.8114285714286), Matrix(1.0, 0.0, 0.0, 1.381512605042019, 0.0, 0.0)))
insert_text((490.01142857142855, 611.6228571428571), text='As ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(490.01142857142855, 591.2228571428572), Matrix(1.0, 0.0, 0.0, 1.3815126050420135, 0.0, 0.0)))
insert_text((527.6571428571428, 611.8285714285714), text='for ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(527.6571428571428, 591.4285714285714), Matrix(1.0, 0.0, 0.0, 1.3915966386554592, 0.0, 0.0)))
insert_text((565.5085714285714, 612.0342857142857), text='Norway, ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(565.5085714285714, 591.6342857142857), Matrix(1.0, 0.0, 0.0, 1.4319327731092424, 0.0, 0.0)))
insert_text((663.6342857142857, 612.6514285714285), text='it ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(663.6342857142857, 592.2514285714285), Matrix(1.0, 0.0, 0.0, 1.4117647058823564, 0.0, 0.0)))
insert_text((685.6457142857142, 612.6514285714285), text='became ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(685.6457142857142, 592.2514285714285), Matrix(1.0, 0.0, 0.0, 1.4420168067226937, 0.0, 0.0)))
insert_text((774.1028571428571, 613.0628571428571), text='an ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(774.1028571428571, 592.6628571428571), Matrix(1.0, 0.0, 0.0, 1.431932773109248, 0.0, 0.0)))
insert_text((807.6342857142857, 613.2685714285714), text='in-', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(807.6342857142857, 592.8685714285714), Matrix(1.0, 0.0, 0.0, 1.4218487394958021, 0.0, 0.0)))
insert_text((91.74857142857142, 589.8442857142857), text='立', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(91.74857142857142, 568.5942857142857), Matrix(1.0, 0.0, 0.0, 1.2294453781512642, 0.0, 0.0)))
insert_text((119.93142857142857, 590.05), text='爱', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(119.93142857142857, 568.8), Matrix(1.0, 0.0, 0.0, 1.2197647058823564, 0.0, 0.0)))
insert_text((143.5885714285714, 590.2557142857142), text='尔', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(143.5885714285714, 569.0057142857142), Matrix(1.0, 0.0, 0.0, 1.2100840336134484, 0.0, 0.0)))
insert_text((170.94857142857143, 590.4614285714285), text='兰', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(170.94857142857143, 569.2114285714285), Matrix(1.0, 0.0, 0.0, 1.2100840336134484, 0.0, 0.0)))
insert_text((198.10285714285715, 590.6671428571428), text='共', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(198.10285714285715, 569.4171428571428), Matrix(1.0, 0.0, 0.0, 1.2100840336134484, 0.0, 0.0)))
insert_text((222.78857142857143, 590.6671428571428), text='和', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(222.78857142857143, 569.4171428571428), Matrix(1.0, 0.0, 0.0, 1.219764705882351, 0.0, 0.0)))
insert_text((248.9142857142857, 590.8728571428571), text='国', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(248.9142857142857, 569.6228571428571), Matrix(1.0, 0.0, 0.0, 1.219764705882351, 0.0, 0.0)))
insert_text((266.1942857142857, 590.8728571428571), text='。', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(266.1942857142857, 569.6228571428571), Matrix(1.0, 0.0, 0.0, 1.219764705882351, 0.0, 0.0)))
insert_text((294.7885714285714, 591.0785714285714), text='挪', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(294.7885714285714, 569.8285714285714), Matrix(1.0, 0.0, 0.0, 1.2294453781512589, 0.0, 0.0)))
insert_text((320.7085714285714, 591.0785714285714), text='威', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(320.7085714285714, 569.8285714285714), Matrix(1.0, 0.0, 0.0, 1.2488067226890749, 0.0, 0.0)))
insert_text((348.06857142857143, 591.2842857142857), text='呢', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(348.06857142857143, 570.0342857142857), Matrix(1.0, 0.0, 0.0, 1.2584873949579827, 0.0, 0.0)))
insert_text((364.9371428571429, 591.2842857142857), text=',', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(364.9371428571429, 570.0342857142857), Matrix(1.0, 0.0, 0.0, 1.2584873949579827, 0.0, 0.0)))
insert_text((423.97714285714284, 579.97), text='founding ', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(423.97714285714284, 558.72), Matrix(1.0, 0.0, 0.0, 1.4230588235294122, 0.0, 0.0)))
insert_text((528.8914285714286, 579.97), text='of ', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(528.8914285714286, 558.72), Matrix(1.0, 0.0, 0.0, 1.4327394957983202, 0.0, 0.0)))
insert_text((554.1942857142857, 579.97), text='the ', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(554.1942857142857, 558.72), Matrix(1.0, 0.0, 0.0, 1.4424201680672226, 0.0, 0.0)))
insert_text((599.8628571428571, 579.97), text='Republic ', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(599.8628571428571, 558.72), Matrix(1.0, 0.0, 0.0, 1.4424201680672226, 0.0, 0.0)))
insert_text((703.1314285714286, 579.97), text='of ', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(703.1314285714286, 558.72), Matrix(1.0, 0.0, 0.0, 1.4424201680672226, 0.0, 0.0)))
insert_text((733.3714285714285, 579.97), text='Ireland ', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(733.3714285714285, 558.72), Matrix(1.0, 0.0, 0.0, 1.4424201680672226, 0.0, 0.0)))
insert_text((816.8914285714286, 580.1757142857143), text='in', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(816.8914285714286, 558.9257142857143), Matrix(1.0, 0.0, 0.0, 1.4133781512605044, 0.0, 0.0)))
insert_text((241.71428571428572, 554.8457142857143), text='一', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(241.71428571428572, 534.4457142857143), Matrix(1.0, 0.0, 0.0, 1.2504201680672242, 0.0, 0.0)))
insert_text((269.69142857142856, 554.8457142857143), text='九', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(269.69142857142856, 534.4457142857143), Matrix(1.0, 0.0, 0.0, 1.2705882352941158, 0.0, 0.0)))
insert_text((295.4057142857143, 555.0514285714286), text='四', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(295.4057142857143, 534.6514285714286), Matrix(1.0, 0.0, 0.0, 1.2705882352941158, 0.0, 0.0)))
insert_text((320.7085714285714, 554.8457142857143), text='九', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(320.7085714285714, 534.4457142857143), Matrix(1.0, 0.0, 0.0, 1.2907563025210071, 0.0, 0.0)))
insert_text((344.36571428571426, 554.8457142857143), text='年', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(344.36571428571426, 534.4457142857143), Matrix(1.0, 0.0, 0.0, 1.3109243697478987, 0.0, 0.0)))
insert_text((370.08, 554.8457142857143), text='成', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(370.08, 534.4457142857143), Matrix(1.0, 0.0, 0.0, 1.3210084033613445, 0.0, 0.0)))
insert_text((92.98285714285714, 553.4057142857142), text='从', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(92.98285714285714, 533.0057142857142), Matrix(1.0, 0.0, 0.0, 1.3310924369747903, 0.0, 0.0)))
insert_text((117.87428571428572, 553.8171428571428), text='未', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(117.87428571428572, 533.4171428571428), Matrix(1.0, 0.0, 0.0, 1.300840336134453, 0.0, 0.0)))
insert_text((145.2342857142857, 554.0228571428571), text='停', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(145.2342857142857, 533.6228571428571), Matrix(1.0, 0.0, 0.0, 1.2806722689075616, 0.0, 0.0)))
insert_text((165.8057142857143, 554.2285714285714), text='止', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(165.8057142857143, 533.8285714285714), Matrix(1.0, 0.0, 0.0, 1.2705882352941158, 0.0, 0.0)))
insert_text((193.37142857142857, 554.4342857142857), text='过', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(193.37142857142857, 534.0342857142857), Matrix(1.0, 0.0, 0.0, 1.26050420168067, 0.0, 0.0)))
insert_text((213.94285714285715, 554.64), text='。', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(213.94285714285715, 534.24), Matrix(1.0, 0.0, 0.0, 1.2504201680672242, 0.0, 0.0)))
insert_text((424.3885714285714, 545.7671428571429), text='dependence ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(424.3885714285714, 526.2171428571429), Matrix(1.0, 0.0, 0.0, 1.46262331019364, 0.0, 0.0)))
insert_text((556.8685714285714, 546.7957142857142), text='had ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(556.8685714285714, 527.2457142857143), Matrix(1.0, 0.0, 0.0, 1.4100109609061027, 0.0, 0.0)))
insert_text((603.5657142857143, 547.0014285714285), text='never ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(603.5657142857143, 527.4514285714286), Matrix(1.0, 0.0, 0.0, 1.399488491048594, 0.0, 0.0)))
insert_text((669.8057142857143, 546.7957142857142), text='ceased ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(669.8057142857143, 527.2457142857143), Matrix(1.0, 0.0, 0.0, 1.4100109609061027, 0.0, 0.0)))
insert_text((747.7714285714286, 546.3842857142856), text='until ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(747.7714285714286, 526.8342857142857), Matrix(1.0, 0.0, 0.0, 1.4310559006211199, 0.0, 0.0)))
insert_text((804.5485714285714, 545.972857142857), text='the', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(804.5485714285714, 526.4228571428571), Matrix(1.0, 0.0, 0.0, 1.452100840336137, 0.0, 0.0)))
insert_text((92.57142857142857, 520.5457142857143), text='治', fontsize=22.099999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(92.57142857142857, 498.4457142857143), Matrix(1.0, 0.0, 0.0, 1.1914673561732374, 0.0, 0.0)))
insert_text((120.13714285714285, 520.7514285714285), text='者', fontsize=22.099999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(120.13714285714285, 498.65142857142854), Matrix(1.0, 0.0, 0.0, 1.1728506787330326, 0.0, 0.0)))
insert_text((146.05714285714285, 520.9571428571428), text='的', fontsize=22.099999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(146.05714285714285, 498.85714285714283), Matrix(1.0, 0.0, 0.0, 1.154234001292825, 0.0, 0.0)))
insert_text((166.8342857142857, 520.9571428571428), text='压', fontsize=22.099999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(166.8342857142857, 498.85714285714283), Matrix(1.0, 0.0, 0.0, 1.144925662572721, 0.0, 0.0)))
insert_text((197.0742857142857, 521.1628571428571), text='迫', fontsize=22.099999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(197.0742857142857, 499.0628571428571), Matrix(1.0, 0.0, 0.0, 1.1356173238526175, 0.0, 0.0)))
insert_text((213.73714285714286, 521.3685714285714), text=',', fontsize=22.099999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(213.73714285714286, 499.2685714285714), Matrix(1.0, 0.0, 0.0, 1.1263089851325137, 0.0, 0.0)))
insert_text((245.00571428571428, 521.3685714285714), text='民', fontsize=22.099999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(245.00571428571428, 499.2685714285714), Matrix(1.0, 0.0, 0.0, 1.1356173238526175, 0.0, 0.0)))
insert_text((268.86857142857144, 521.5742857142857), text='族', fontsize=22.099999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(268.86857142857144, 499.4742857142857), Matrix(1.0, 0.0, 0.0, 1.1356173238526175, 0.0, 0.0)))
insert_text((293.9657142857143, 521.5742857142857), text='独', fontsize=22.099999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(293.9657142857143, 499.4742857142857), Matrix(1.0, 0.0, 0.0, 1.144925662572721, 0.0, 0.0)))
insert_text((319.0628571428571, 521.5742857142857), text='立', fontsize=22.099999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(319.0628571428571, 499.4742857142857), Matrix(1.0, 0.0, 0.0, 1.1635423400129288, 0.0, 0.0)))
insert_text((344.15999999999997, 521.78), text='运', fontsize=22.099999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(344.15999999999997, 499.68), Matrix(1.0, 0.0, 0.0, 1.1728506787330326, 0.0, 0.0)))
insert_text((367.6114285714286, 521.78), text='动', fontsize=22.099999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(367.6114285714286, 499.68), Matrix(1.0, 0.0, 0.0, 1.1821590174531362, 0.0, 0.0)))
insert_text((423.77142857142854, 515.3485714285714), text='century, ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(423.77142857142854, 494.9485714285714), Matrix(1.0, 0.0, 0.0, 1.3310924369747903, 0.0, 0.0)))
insert_text((515.7257142857143, 515.3485714285714), text='the ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(515.7257142857143, 494.9485714285714), Matrix(1.0, 0.0, 0.0, 1.341176470588236, 0.0, 0.0)))
insert_text((555.6342857142857, 515.3485714285714), text='Irish ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(555.6342857142857, 494.9485714285714), Matrix(1.0, 0.0, 0.0, 1.341176470588236, 0.0, 0.0)))
insert_text((611.7942857142857, 515.1428571428571), text='movement ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(611.7942857142857, 494.74285714285713), Matrix(1.0, 0.0, 0.0, 1.3512605042016819, 0.0, 0.0)))
insert_text((728.0228571428571, 515.1428571428571), text='toward ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(728.0228571428571, 494.74285714285713), Matrix(1.0, 0.0, 0.0, 1.3512605042016819, 0.0, 0.0)))
insert_text((809.0742857142857, 515.1428571428571), text='in-', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(809.0742857142857, 494.74285714285713), Matrix(1.0, 0.0, 0.0, 1.341176470588236, 0.0, 0.0)))
insert_text((93.80571428571429, 482.64), text='世', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(93.80571428571429, 462.24), Matrix(1.0, 0.0, 0.0, 1.2907563025210071, 0.0, 0.0)))
insert_text((118.90285714285714, 482.8457142857143), text='纪', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(118.90285714285714, 462.4457142857143), Matrix(1.0, 0.0, 0.0, 1.2806722689075616, 0.0, 0.0)))
insert_text((136.18285714285713, 482.8457142857143), text='以', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(136.18285714285713, 462.4457142857143), Matrix(1.0, 0.0, 0.0, 1.2806722689075616, 0.0, 0.0)))
insert_text((163.9542857142857, 483.0514285714285), text='来', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(163.9542857142857, 462.65142857142854), Matrix(1.0, 0.0, 0.0, 1.2705882352941185, 0.0, 0.0)))
insert_text((181.2342857142857, 483.0514285714285), text=',', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(181.2342857142857, 462.65142857142854), Matrix(1.0, 0.0, 0.0, 1.2705882352941185, 0.0, 0.0)))
insert_text((209.00571428571428, 483.2571428571428), text='爱', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(209.00571428571428, 462.85714285714283), Matrix(1.0, 0.0, 0.0, 1.2705882352941185, 0.0, 0.0)))
insert_text((229.78285714285713, 483.0514285714285), text='尔', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(229.78285714285713, 462.65142857142854), Matrix(1.0, 0.0, 0.0, 1.2806722689075642, 0.0, 0.0)))
insert_text((257.5542857142857, 483.0514285714285), text='兰', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(257.5542857142857, 462.65142857142854), Matrix(1.0, 0.0, 0.0, 1.29075630252101, 0.0, 0.0)))
insert_text((278.33142857142855, 483.0514285714285), text='受', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(278.33142857142855, 462.65142857142854), Matrix(1.0, 0.0, 0.0, 1.3008403361344558, 0.0, 0.0)))
insert_text((302.60571428571427, 482.8457142857143), text='英', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(302.60571428571427, 462.4457142857143), Matrix(1.0, 0.0, 0.0, 1.3210084033613445, 0.0, 0.0)))
insert_text((326.88, 482.8457142857143), text='吉', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(326.88, 462.4457142857143), Matrix(1.0, 0.0, 0.0, 1.3310924369747874, 0.0, 0.0)))
insert_text((347.65714285714284, 482.64), text='利', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(347.65714285714284, 462.24), Matrix(1.0, 0.0, 0.0, 1.351260504201679, 0.0, 0.0)))
insert_text((371.93142857142857, 482.4342857142857), text='统', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(371.93142857142857, 462.0342857142857), Matrix(1.0, 0.0, 0.0, 1.3613445378151248, 0.0, 0.0)))
insert_text((423.97714285714284, 480.76142857142855), text='Oppressed ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(423.97714285714284, 461.21142857142854), Matrix(1.0, 0.0, 0.0, 1.4626233101936428, 0.0, 0.0)))
insert_text((541.4399999999999, 480.76142857142855), text='by ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(541.4399999999999, 461.21142857142854), Matrix(1.0, 0.0, 0.0, 1.4626233101936428, 0.0, 0.0)))
insert_text((574.7657142857142, 480.76142857142855), text='the ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(574.7657142857142, 461.21142857142854), Matrix(1.0, 0.0, 0.0, 1.4626233101936428, 0.0, 0.0)))
insert_text((614.4685714285714, 480.76142857142855), text='British ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(614.4685714285714, 461.21142857142854), Matrix(1.0, 0.0, 0.0, 1.4626233101936428, 0.0, 0.0)))
insert_text((691.6114285714285, 480.76142857142855), text='since ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(691.6114285714285, 461.21142857142854), Matrix(1.0, 0.0, 0.0, 1.4626233101936428, 0.0, 0.0)))
insert_text((751.4742857142857, 480.76142857142855), text='the ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(751.4742857142857, 461.21142857142854), Matrix(1.0, 0.0, 0.0, 1.4521008403361342, 0.0, 0.0)))
insert_text((793.2342857142856, 480.96714285714285), text='12th', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(793.2342857142856, 461.41714285714284), Matrix(1.0, 0.0, 0.0, 1.4310559006211199, 0.0, 0.0)))
insert_text((469.8514285714286, 446.81857142857143), text='countries ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(469.8514285714286, 427.2685714285714), Matrix(1.0, 0.0, 0.0, 1.4731457800511514, 0.0, 0.0)))
insert_text((576.6171428571429, 447.84714285714284), text='on ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(576.6171428571429, 428.29714285714283), Matrix(1.0, 0.0, 0.0, 1.4415783704786285, 0.0, 0.0)))
insert_text((610.7657142857142, 448.05285714285714), text='the ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(610.7657142857142, 428.5028571428571), Matrix(1.0, 0.0, 0.0, 1.4626233101936428, 0.0, 0.0)))
insert_text((649.4399999999999, 448.25857142857143), text='fringes ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(649.4399999999999, 428.7085714285714), Matrix(1.0, 0.0, 0.0, 1.4941907197661686, 0.0, 0.0)))
insert_text((727.6114285714285, 448.67), text='of ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(727.6114285714285, 429.12), Matrix(1.0, 0.0, 0.0, 1.483668249908657, 0.0, 0.0)))
insert_text((755.1771428571428, 448.8757142857143), text='Europe.', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(755.1771428571428, 429.3257142857143), Matrix(1.0, 0.0, 0.0, 1.4731457800511485, 0.0, 0.0)))
insert_text((173.62285714285713, 447.8742857142857), text='处', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(173.62285714285713, 427.4742857142857), Matrix(1.0, 0.0, 0.0, 1.2605042016806727, 0.0, 0.0)))
insert_text((197.28, 448.08), text='欧', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(197.28, 427.68), Matrix(1.0, 0.0, 0.0, 1.2605042016806727, 0.0, 0.0)))
insert_text((224.22857142857143, 448.08), text='洲', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(224.22857142857143, 427.68), Matrix(1.0, 0.0, 0.0, 1.2605042016806727, 0.0, 0.0)))
insert_text((250.76571428571427, 448.2857142857143), text='的', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(250.76571428571427, 427.8857142857143), Matrix(1.0, 0.0, 0.0, 1.250420168067227, 0.0, 0.0)))
insert_text((274.8342857142857, 448.08), text='边', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(274.8342857142857, 427.68), Matrix(1.0, 0.0, 0.0, 1.2605042016806727, 0.0, 0.0)))
insert_text((298.49142857142857, 448.08), text='陲', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(298.49142857142857, 427.68), Matrix(1.0, 0.0, 0.0, 1.2605042016806727, 0.0, 0.0)))
insert_text((318.65142857142854, 448.08), text='。', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(318.65142857142854, 427.68), Matrix(1.0, 0.0, 0.0, 1.2605042016806727, 0.0, 0.0)))
insert_text((347.04, 447.8742857142857), text='十', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(347.04, 427.4742857142857), Matrix(1.0, 0.0, 0.0, 1.2705882352941185, 0.0, 0.0)))
insert_text((369.25714285714287, 447.6685714285714), text='二', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(369.25714285714287, 427.2685714285714), Matrix(1.0, 0.0, 0.0, 1.2705882352941185, 0.0, 0.0)))
insert_text((145.85142857142856, 447.8742857142857), text='地', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(145.85142857142856, 427.4742857142857), Matrix(1.0, 0.0, 0.0, 1.2403361344537813, 0.0, 0.0)))
insert_text((93.6, 439.4585714285714), text='爱', fontsize=46.75, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(93.6, 392.7085714285714), Matrix(1.0, 0.0, 0.0, 1.223284950343774, 0.0, 0.0)))
insert_text((425.0057142857143, 469.2628571428571), text='B', fontsize=78.2, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(425.0057142857143, 391.0628571428571), Matrix(1.0, 0.0, 0.0, 0.794446474241871, 0.0, 0.0)))
insert_text((472.32, 418.0728571428571), text='oth ', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(472.32, 396.8228571428571), Matrix(1.0, 0.0, 0.0, 1.3552941176470594, 0.0, 0.0)))
insert_text((518.1942857142857, 417.6614285714286), text='Ireland ', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(518.1942857142857, 396.4114285714286), Matrix(1.0, 0.0, 0.0, 1.3165714285714276, 0.0, 0.0)))
insert_text((601.0971428571429, 417.4557142857143), text='and ', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(601.0971428571429, 396.2057142857143), Matrix(1.0, 0.0, 0.0, 1.2681680672268907, 0.0, 0.0)))
insert_text((645.9428571428572, 417.0442857142857), text='Norway ', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(645.9428571428572, 395.7942857142857), Matrix(1.0, 0.0, 0.0, 1.2972100840336145, 0.0, 0.0)))
insert_text((739.9542857142857, 416.6328571428571), text='are ', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(739.9542857142857, 395.3828571428571), Matrix(1.0, 0.0, 0.0, 1.3456134453781514, 0.0, 0.0)))
insert_text((780.6857142857143, 416.2214285714286), text='small', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(780.6857142857143, 394.9714285714286), Matrix(1.0, 0.0, 0.0, 1.4424201680672253, 0.0, 0.0)))
insert_text((147.90857142857143, 414.1642857142857), text='尔', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(147.90857142857143, 392.9142857142857), Matrix(1.0, 0.0, 0.0, 1.2294453781512615, 0.0, 0.0)))
insert_text((175.68, 413.9585714285714), text='兰', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(175.68, 392.7085714285714), Matrix(1.0, 0.0, 0.0, 1.2391260504201695, 0.0, 0.0)))
insert_text((199.9542857142857, 413.7528571428571), text='和', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(199.9542857142857, 392.5028571428571), Matrix(1.0, 0.0, 0.0, 1.2391260504201695, 0.0, 0.0)))
insert_text((224.22857142857143, 413.7528571428571), text='挪', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(224.22857142857143, 392.5028571428571), Matrix(1.0, 0.0, 0.0, 1.2391260504201695, 0.0, 0.0)))
insert_text((248.50285714285715, 413.54714285714283), text='威', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(248.50285714285715, 392.29714285714283), Matrix(1.0, 0.0, 0.0, 1.2488067226890776, 0.0, 0.0)))
insert_text((272.77714285714285, 413.54714285714283), text='都', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(272.77714285714285, 392.29714285714283), Matrix(1.0, 0.0, 0.0, 1.2488067226890776, 0.0, 0.0)))
insert_text((297.0514285714286, 413.54714285714283), text='是', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(297.0514285714286, 392.29714285714283), Matrix(1.0, 0.0, 0.0, 1.2584873949579853, 0.0, 0.0)))
insert_text((317.8285714285714, 413.54714285714283), text='小', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(317.8285714285714, 392.29714285714283), Matrix(1.0, 0.0, 0.0, 1.2584873949579853, 0.0, 0.0)))
insert_text((345.59999999999997, 413.54714285714283), text='国', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(345.59999999999997, 392.29714285714283), Matrix(1.0, 0.0, 0.0, 1.2681680672268907, 0.0, 0.0)))
insert_text((362.88, 413.54714285714283), text=',', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(362.88, 392.29714285714283), Matrix(1.0, 0.0, 0.0, 1.2681680672268907, 0.0, 0.0)))
insert_text((689.3485714285714, 352.91142857142853), text='JOYCE', fontsize=35.699999999999996, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(689.3485714285714, 317.21142857142854), Matrix(1.0, 0.0, 0.0, 1.7402160864345746, 0.0, 0.0)))
insert_text((683.5885714285714, 305.62428571428575), text='JAMES', fontsize=36.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(683.5885714285714, 269.07428571428574), Matrix(1.0, 0.0, 0.0, 1.5421536056282974, 0.0, 0.0)))
insert_text((393.7371428571428, 290.6542857142857), text='文', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(393.7371428571428, 271.95428571428573), Matrix(1.0, 0.0, 0.0, 1.3200916730328478, 0.0, 0.0)))
insert_text((411.01714285714286, 290.4485714285714), text='、', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(411.01714285714286, 271.74857142857144), Matrix(1.0, 0.0, 0.0, 1.3310924369747887, 0.0, 0.0)))
insert_text((427.2685714285714, 290.24285714285713), text='译', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(427.2685714285714, 271.54285714285714), Matrix(1.0, 0.0, 0.0, 1.3420932009167295, 0.0, 0.0)))
insert_text((450.30857142857144, 289.83142857142855), text='/', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(450.30857142857144, 271.13142857142856), Matrix(1.0, 0.0, 0.0, 1.3420932009167295, 0.0, 0.0)))
insert_text((466.7657142857143, 289.62571428571425), text='文', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(466.7657142857143, 270.92571428571426), Matrix(1.0, 0.0, 0.0, 1.3530939648586704, 0.0, 0.0)))
insert_text((489.80571428571426, 289.2142857142857), text='洁', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(489.80571428571426, 270.51428571428573), Matrix(1.0, 0.0, 0.0, 1.3640947288006113, 0.0, 0.0)))
insert_text((512.8457142857143, 288.59714285714284), text='若', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(512.8457142857143, 269.89714285714285), Matrix(1.0, 0.0, 0.0, 1.386096256684493, 0.0, 0.0)))
insert_text((529.0971428571429, 288.39142857142855), text=''', fontsize=18.7, fontname='F0', overlay=False, color=(1, 0, 0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(529.0971428571429, 269.69142857142856), Matrix(1.0, 0.0, 0.0, 1.386096256684493, 0.0, 0.0)))
insert_text((684.4114285714286, 249.78285714285713), text='ULYSSES', fontsize=27.2, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(684.4114285714286, 222.58285714285714), Matrix(1.0, 0.0, 0.0, 1.8302521008403356, 0.0, 0.0)))
insert_text((259.4057142857143, 224.41714285714286), text='Joyce ', fontsize=51.0, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(259.4057142857143, 173.41714285714286), Matrix(1.0, 0.0, 0.0, 1.1334453781512606, 0.0, 0.0)))
insert_text((433.0285714285714, 225.44571428571427), text='Immortal', fontsize=51.0, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(433.0285714285714, 174.44571428571427), Matrix(1.0, 0.0, 0.0, 1.11327731092437, 0.0, 0.0)))
insert_text((735.6342857142857, 169.43428571428572), text='.8', fontsize=17.0, fontname='F0', overlay=False, color=(0, 1, 1), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(735.6342857142857, 152.43428571428572), Matrix(1.0, 0.0, 0.0, 1.0406722689075623, 0.0, 0.0)))
insert_text((324.8228571428571, 148.56714285714284), text='不', fontsize=39.949999999999996, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(324.8228571428571, 108.61714285714285), Matrix(1.0, 0.0, 0.0, 1.3079206150545324, 0.0, 0.0)))
insert_text((374.60571428571427, 148.56714285714284), text='朽', fontsize=39.949999999999996, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(374.60571428571427, 108.61714285714285), Matrix(1.0, 0.0, 0.0, 1.3079206150545324, 0.0, 0.0)))
insert_text((415.95428571428573, 148.36142857142858), text='的', fontsize=39.949999999999996, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(415.95428571428573, 108.41142857142857), Matrix(1.0, 0.0, 0.0, 1.3027713212944754, 0.0, 0.0)))
insert_text((470.88, 148.36142857142858), text='乔', fontsize=39.949999999999996, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(470.88, 108.41142857142857), Matrix(1.0, 0.0, 0.0, 1.2924727337743611, 0.0, 0.0)))
insert_text((519.0171428571429, 148.15571428571428), text='伊', fontsize=39.949999999999996, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(519.0171428571429, 108.20571428571428), Matrix(1.0, 0.0, 0.0, 1.3027713212944754, 0.0, 0.0)))
insert_text((566.9485714285714, 148.15571428571428), text='斯', fontsize=39.949999999999996, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(566.9485714285714, 108.20571428571428), Matrix(1.0, 0.0, 0.0, 1.31306990881459, 0.0, 0.0)))
insert_text((93.80571428571429, 47.278571428571425), text='4|', fontsize=24.65, fontname='F0', overlay=False, color=(0, 1, 1), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(93.80571428571429, 22.62857142857143), Matrix(1.0, 0.0, 0.0, 1.118284555201391, 0.0, 0.0)))
insert_text((126.92571428571428, 47.278571428571425), text='特', fontsize=24.65, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(126.92571428571428, 22.62857142857143), Matrix(1.0, 0.0, 0.0, 1.118284555201391, 0.0, 0.0)))
insert_text((152.22857142857143, 47.69), text='稿', fontsize=24.65, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(152.22857142857143, 23.04), Matrix(1.0, 0.0, 0.0, 1.1015937409446537, 0.0, 0.0)))
insert_text((652.9371428571428, 1325.37), text='英', fontsize=17.849999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(652.9371428571428, 1307.52), Matrix(1.0, 0.0, 0.0, 1.4175270108043247, 0.0, 0.0)))
insert_text((672.8914285714286, 1325.5757142857142), text='语', fontsize=17.849999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(672.8914285714286, 1307.7257142857143), Matrix(1.0, 0.0, 0.0, 1.4060024009603866, 0.0, 0.0)))
insert_text((692.0228571428571, 1325.7814285714285), text='世', fontsize=17.849999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(692.0228571428571, 1307.9314285714286), Matrix(1.0, 0.0, 0.0, 1.3829531812725107, 0.0, 0.0)))
insert_text((714.4457142857143, 1325.7814285714285), text='界', fontsize=17.849999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(714.4457142857143, 1307.9314285714286), Matrix(1.0, 0.0, 0.0, 1.3714285714285726, 0.0, 0.0)))
insert_text((730.4914285714285, 1325.7814285714285), text='|2018·01', fontsize=17.849999999999998, fontname='F0', overlay=False, color=(0, 1, 1), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(730.4914285714285, 1307.9314285714286), Matrix(1.0, 0.0, 0.0, 1.3599039615846347, 0.0, 0.0)))
insert_text((284.5028571428571, 1264.9171428571428), text='(James)', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(284.5028571428571, 1246.2171428571428), Matrix(1.0, 0.0, 0.0, 1.3530939648586735, 0.0, 0.0)))
insert_text((373.78285714285715, 1265.3285714285714), text='的', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(373.78285714285715, 1246.6285714285714), Matrix(1.0, 0.0, 0.0, 1.3310924369747918, 0.0, 0.0)))
insert_text((393.12, 1265.5342857142857), text='爱', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(393.12, 1246.8342857142857), Matrix(1.0, 0.0, 0.0, 1.320091673032851, 0.0, 0.0)))
insert_text((412.86857142857144, 1265.5342857142857), text='称', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(412.86857142857144, 1246.8342857142857), Matrix(1.0, 0.0, 0.0, 1.320091673032851, 0.0, 0.0)))
insert_text((432.6171428571428, 1265.74), text='。', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(432.6171428571428, 1247.04), Matrix(1.0, 0.0, 0.0, 1.3090909090909102, 0.0, 0.0)))
insert_text((69.94285714285714, 1264.3), text='2', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(69.94285714285714, 1245.6), Matrix(1.0, 0.0, 0.0, 1.3640947288006142, 0.0, 0.0)))
insert_text((92.57142857142857, 1264.3), text='吉', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(92.57142857142857, 1245.6), Matrix(1.0, 0.0, 0.0, 1.3640947288006142, 0.0, 0.0)))
insert_text((110.26285714285714, 1264.5057142857142), text='姆', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(110.26285714285714, 1245.8057142857142), Matrix(1.0, 0.0, 0.0, 1.3530939648586735, 0.0, 0.0)))
insert_text((133.30285714285714, 1264.5057142857142), text='(Jim)', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(133.30285714285714, 1245.8057142857142), Matrix(1.0, 0.0, 0.0, 1.3530939648586735, 0.0, 0.0)))
insert_text((202.01142857142858, 1264.7114285714285), text='是', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(202.01142857142858, 1246.0114285714285), Matrix(1.0, 0.0, 0.0, 1.3420932009167326, 0.0, 0.0)))
insert_text((222.17142857142858, 1264.7114285714285), text='詹', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(222.17142857142858, 1246.0114285714285), Matrix(1.0, 0.0, 0.0, 1.3420932009167326, 0.0, 0.0)))
insert_text((241.92, 1264.9171428571428), text='姆', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(241.92, 1246.2171428571428), Matrix(1.0, 0.0, 0.0, 1.3310924369747918, 0.0, 0.0)))
insert_text((261.46285714285716, 1264.9171428571428), text='斯', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(261.46285714285716, 1246.2171428571428), Matrix(1.0, 0.0, 0.0, 1.3310924369747918, 0.0, 0.0)))
insert_text((434.6742857142857, 1228.9985714285715), text='midnight, ', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(434.6742857142857, 1207.7485714285715), Matrix(1.0, 0.0, 0.0, 1.3552941176470568, 0.0, 0.0)))
insert_text((548.4342857142857, 1229.41), text='and ', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(548.4342857142857, 1208.16), Matrix(1.0, 0.0, 0.0, 1.3359327731092407, 0.0, 0.0)))
insert_text((596.3657142857143, 1229.41), text='the ', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(596.3657142857143, 1208.16), Matrix(1.0, 0.0, 0.0, 1.3456134453781488, 0.0, 0.0)))
insert_text((639.7714285714286, 1229.6157142857144), text='action ', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(639.7714285714286, 1208.3657142857144), Matrix(1.0, 0.0, 0.0, 1.3456134453781488, 0.0, 0.0)))
insert_text((714.24, 1229.6157142857144), text='begins ', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(714.24, 1208.3657142857144), Matrix(1.0, 0.0, 0.0, 1.3456134453781488, 0.0, 0.0)))
insert_text((795.7028571428572, 1229.6157142857144), text='on', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(795.7028571428572, 1208.3657142857144), Matrix(1.0, 0.0, 0.0, 1.3456134453781488, 0.0, 0.0)))
insert_text((403.81714285714287, 1228.7928571428572), text='is ', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(403.81714285714287, 1207.5428571428572), Matrix(1.0, 0.0, 0.0, 1.3456134453781488, 0.0, 0.0)))
insert_text((70.76571428571428, 1225.652857142857), text='时', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(70.76571428571428, 1206.1028571428571), Matrix(1.0, 0.0, 0.0, 1.399488491048588, 0.0, 0.0)))
insert_text((92.36571428571429, 1225.8585714285714), text='间', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(92.36571428571429, 1206.3085714285714), Matrix(1.0, 0.0, 0.0, 1.3784435513335709, 0.0, 0.0)))
insert_text((120.13714285714285, 1226.0642857142857), text='是', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(120.13714285714285, 1206.5142857142857), Matrix(1.0, 0.0, 0.0, 1.346876141761045, 0.0, 0.0)))
insert_text((141.12, 1226.27), text='午', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(141.12, 1206.72), Matrix(1.0, 0.0, 0.0, 1.3363536719035365, 0.0, 0.0)))
insert_text((165.3942857142857, 1226.4757142857143), text='夜', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(165.3942857142857, 1206.9257142857143), Matrix(1.0, 0.0, 0.0, 1.3153087321885193, 0.0, 0.0)))
insert_text((189.66857142857143, 1226.4757142857143), text='十', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(189.66857142857143, 1206.9257142857143), Matrix(1.0, 0.0, 0.0, 1.3047862623310107, 0.0, 0.0)))
insert_text((210.44571428571427, 1226.4757142857143), text='二', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(210.44571428571427, 1206.9257142857143), Matrix(1.0, 0.0, 0.0, 1.3047862623310107, 0.0, 0.0)))
insert_text((234.72, 1226.27), text='点', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(234.72, 1206.72), Matrix(1.0, 0.0, 0.0, 1.325831202046028, 0.0, 0.0)))
insert_text((258.9942857142857, 1226.27), text='钟', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(258.9942857142857, 1206.72), Matrix(1.0, 0.0, 0.0, 1.325831202046028, 0.0, 0.0)))
insert_text((279.97714285714284, 1226.0642857142857), text='。', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(279.97714285714284, 1206.5142857142857), Matrix(1.0, 0.0, 0.0, 1.346876141761045, 0.0, 0.0)))
insert_text((303.84, 1225.8585714285714), text='故', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(303.84, 1206.3085714285714), Matrix(1.0, 0.0, 0.0, 1.3679210814760623, 0.0, 0.0)))
insert_text((328.5257142857143, 1225.4471428571428), text='事', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(328.5257142857143, 1205.8971428571429), Matrix(1.0, 0.0, 0.0, 1.399488491048588, 0.0, 0.0)))
insert_text((352.8, 1225.0357142857142), text='始', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(352.8, 1205.4857142857143), Matrix(1.0, 0.0, 0.0, 1.431055900621114, 0.0, 0.0)))
insert_text((403.81714285714287, 1196.4414285714286), text='zarre ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(403.81714285714287, 1176.8914285714286), Matrix(1.0, 0.0, 0.0, 1.346876141761045, 0.0, 0.0)))
insert_text((466.1485714285714, 1195.6185714285714), text='chapter ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(466.1485714285714, 1176.0685714285714), Matrix(1.0, 0.0, 0.0, 1.399488491048588, 0.0, 0.0)))
insert_text((548.0228571428571, 1195.2071428571428), text='of ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(548.0228571428571, 1175.6571428571428), Matrix(1.0, 0.0, 0.0, 1.431055900621114, 0.0, 0.0)))
insert_text((574.9714285714285, 1195.0014285714285), text='all ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(574.9714285714285, 1175.4514285714286), Matrix(1.0, 0.0, 0.0, 1.4415783704786227, 0.0, 0.0)))
insert_text((610.7657142857142, 1194.7957142857142), text='in ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(610.7657142857142, 1175.2457142857143), Matrix(1.0, 0.0, 0.0, 1.46262331019364, 0.0, 0.0)))
insert_text((639.9771428571429, 1194.1785714285713), text='Ulysses. ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(639.9771428571429, 1174.6285714285714), Matrix(1.0, 0.0, 0.0, 1.4941907197661657, 0.0, 0.0)))
insert_text((730.6971428571428, 1193.972857142857), text='The ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(730.6971428571428, 1174.422857142857), Matrix(1.0, 0.0, 0.0, 1.5047131896236743, 0.0, 0.0)))
insert_text((776.9828571428571, 1193.7671428571427), text='time', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(776.9828571428571, 1174.2171428571428), Matrix(1.0, 0.0, 0.0, 1.5152356594811829, 0.0, 0.0)))
insert_text((154.69714285714286, 1189.1871428571428), text='中', fontsize=17.849999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(154.69714285714286, 1171.337142857143), Matrix(1.0, 0.0, 0.0, 1.5212484993997542, 0.0, 0.0)))
insert_text((179.38285714285715, 1189.392857142857), text='最', fontsize=17.849999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(179.38285714285715, 1171.5428571428572), Matrix(1.0, 0.0, 0.0, 1.509723889555816, 0.0, 0.0)))
insert_text((200.3657142857143, 1189.5985714285714), text='离', fontsize=17.849999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(200.3657142857143, 1171.7485714285715), Matrix(1.0, 0.0, 0.0, 1.498199279711878, 0.0, 0.0)))
insert_text((225.05142857142857, 1189.8042857142857), text='奇', fontsize=17.849999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(225.05142857142857, 1171.9542857142858), Matrix(1.0, 0.0, 0.0, 1.48667466986794, 0.0, 0.0)))
insert_text((246.24, 1190.01), text='古', fontsize=17.849999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(246.24, 1172.16), Matrix(1.0, 0.0, 0.0, 1.475150060024002, 0.0, 0.0)))
insert_text((270.92571428571426, 1190.01), text='怪', fontsize=17.849999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(270.92571428571426, 1172.16), Matrix(1.0, 0.0, 0.0, 1.475150060024002, 0.0, 0.0)))
insert_text((292.1142857142857, 1190.2157142857143), text='的', fontsize=17.849999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(292.1142857142857, 1172.3657142857144), Matrix(1.0, 0.0, 0.0, 1.463625450180064, 0.0, 0.0)))
insert_text((316.5942857142857, 1190.2157142857143), text='一', fontsize=17.849999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(316.5942857142857, 1172.3657142857144), Matrix(1.0, 0.0, 0.0, 1.463625450180064, 0.0, 0.0)))
insert_text((341.28, 1190.2157142857143), text='章', fontsize=17.849999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(341.28, 1172.3657142857144), Matrix(1.0, 0.0, 0.0, 1.463625450180064, 0.0, 0.0)))
insert_text((358.9714285714286, 1190.01), text='。', fontsize=17.849999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(358.9714285714286, 1172.16), Matrix(1.0, 0.0, 0.0, 1.475150060024002, 0.0, 0.0)))
insert_text((69.32571428571428, 1187.952857142857), text='斯', fontsize=17.849999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(69.32571428571428, 1170.1028571428571), Matrix(1.0, 0.0, 0.0, 1.578871548619444, 0.0, 0.0)))
insert_text((94.83428571428571, 1188.3642857142856), text='》', fontsize=17.849999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(94.83428571428571, 1170.5142857142857), Matrix(1.0, 0.0, 0.0, 1.555822328931568, 0.0, 0.0)))
insert_text((108.82285714285715, 1188.57), text='一', fontsize=17.849999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(108.82285714285715, 1170.72), Matrix(1.0, 0.0, 0.0, 1.5442977190876301, 0.0, 0.0)))
insert_text((133.50857142857143, 1188.9814285714285), text='书', fontsize=17.849999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(133.50857142857143, 1171.1314285714286), Matrix(1.0, 0.0, 0.0, 1.532773109243692, 0.0, 0.0)))
insert_text((432.2057142857143, 1164.1985714285713), text='[7] ', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(432.2057142857143, 1142.9485714285713), Matrix(1.0, 0.0, 0.0, 1.3359327731092516, 0.0, 0.0)))
insert_text((471.7028571428571, 1163.992857142857), text='Chapter ', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(471.7028571428571, 1142.742857142857), Matrix(1.0, 0.0, 0.0, 1.3746554621848832, 0.0, 0.0)))
insert_text((567.36, 1163.992857142857), text='15 ', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(567.36, 1142.742857142857), Matrix(1.0, 0.0, 0.0, 1.3746554621848832, 0.0, 0.0)))
insert_text((600.6857142857143, 1163.7871428571427), text='may ', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(600.6857142857143, 1142.5371428571427), Matrix(1.0, 0.0, 0.0, 1.3843361344537912, 0.0, 0.0)))
insert_text((655.4057142857142, 1163.5814285714287), text='be ', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(655.4057142857142, 1142.3314285714287), Matrix(1.0, 0.0, 0.0, 1.3940168067226884, 0.0, 0.0)))
insert_text((688.7314285714285, 1163.3757142857144), text='the ', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(688.7314285714285, 1142.1257142857144), Matrix(1.0, 0.0, 0.0, 1.4036974789915964, 0.0, 0.0)))
insert_text((730.9028571428571, 1162.9642857142858), text='most ', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(730.9028571428571, 1141.7142857142858), Matrix(1.0, 0.0, 0.0, 1.4230588235294122, 0.0, 0.0)))
insert_text((791.5885714285714, 1162.5528571428572), text='bi-', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(791.5885714285714, 1141.3028571428572), Matrix(1.0, 0.0, 0.0, 1.4230588235294122, 0.0, 0.0)))
insert_text((118.69714285714285, 1158.6442857142856), text='[7]', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(118.69714285714285, 1137.3942857142856), Matrix(1.0, 0.0, 0.0, 1.2391260504201722, 0.0, 0.0)))
insert_text((154.07999999999998, 1158.6442857142856), text='第', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(154.07999999999998, 1137.3942857142856), Matrix(1.0, 0.0, 0.0, 1.2391260504201722, 0.0, 0.0)))
insert_text((175.06285714285713, 1158.6442857142856), text='十', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(175.06285714285713, 1137.3942857142856), Matrix(1.0, 0.0, 0.0, 1.2391260504201722, 0.0, 0.0)))
insert_text((202.62857142857143, 1158.85), text='五', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(202.62857142857143, 1137.6), Matrix(1.0, 0.0, 0.0, 1.2294453781512642, 0.0, 0.0)))
insert_text((226.90285714285713, 1158.85), text='章', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(226.90285714285713, 1137.6), Matrix(1.0, 0.0, 0.0, 1.2294453781512642, 0.0, 0.0)))
insert_text((254.6742857142857, 1158.85), text='是', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(254.6742857142857, 1137.6), Matrix(1.0, 0.0, 0.0, 1.2294453781512642, 0.0, 0.0)))
insert_text((278.9485714285714, 1158.85), text='《', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(278.9485714285714, 1137.6), Matrix(1.0, 0.0, 0.0, 1.2294453781512642, 0.0, 0.0)))
insert_text((299.93142857142857, 1158.85), text='尤', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(299.93142857142857, 1137.6), Matrix(1.0, 0.0, 0.0, 1.2294453781512642, 0.0, 0.0)))
insert_text((324.2057142857143, 1158.85), text='利', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(324.2057142857143, 1137.6), Matrix(1.0, 0.0, 0.0, 1.2294453781512642, 0.0, 0.0)))
insert_text((348.48, 1158.85), text='西', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(348.48, 1137.6), Matrix(1.0, 0.0, 0.0, 1.2294453781512642, 0.0, 0.0)))
insert_text((404.64, 1129.7628571428572), text='mob ', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(404.64, 1111.0628571428572), Matrix(1.0, 0.0, 0.0, 1.3970970206264246, 0.0, 0.0)))
insert_text((459.97714285714284, 1130.5857142857144), text='dispersed.', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(459.97714285714284, 1111.8857142857144), Matrix(1.0, 0.0, 0.0, 1.3860962566844837, 0.0, 0.0)))
insert_text((70.97142857142858, 1114.7457142857143), text='鸣', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(70.97142857142858, 1096.0457142857142), Matrix(1.0, 0.0, 0.0, 1.3970970206264368, 0.0, 0.0)))
insert_text((95.45142857142856, 1114.7457142857143), text='钟', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(95.45142857142856, 1096.0457142857142), Matrix(1.0, 0.0, 0.0, 1.3860962566844959, 0.0, 0.0)))
insert_text((119.10857142857142, 1114.9514285714286), text='了', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(119.10857142857142, 1096.2514285714285), Matrix(1.0, 0.0, 0.0, 1.3750954927425552, 0.0, 0.0)))
insert_text((139.4742857142857, 1114.9514285714286), text='。', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(139.4742857142857, 1096.2514285714285), Matrix(1.0, 0.0, 0.0, 1.3860962566844959, 0.0, 0.0)))
insert_text((163.9542857142857, 1115.1571428571428), text='众', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(163.9542857142857, 1096.4571428571428), Matrix(1.0, 0.0, 0.0, 1.3750954927425552, 0.0, 0.0)))
insert_text((186.78857142857143, 1115.1571428571428), text='小', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(186.78857142857143, 1096.4571428571428), Matrix(1.0, 0.0, 0.0, 1.3750954927425552, 0.0, 0.0)))
insert_text((210.44571428571427, 1115.3628571428571), text='妖', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(210.44571428571427, 1096.662857142857), Matrix(1.0, 0.0, 0.0, 1.3750954927425552, 0.0, 0.0)))
insert_text((234.10285714285715, 1115.5685714285714), text='逃', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(234.10285714285715, 1096.8685714285714), Matrix(1.0, 0.0, 0.0, 1.3750954927425552, 0.0, 0.0)))
insert_text((257.76, 1115.5685714285714), text='之', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(257.76, 1096.8685714285714), Matrix(1.0, 0.0, 0.0, 1.3860962566844959, 0.0, 0.0)))
insert_text((281.41714285714284, 1115.7742857142857), text='夭', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(281.41714285714284, 1097.0742857142857), Matrix(1.0, 0.0, 0.0, 1.3860962566844959, 0.0, 0.0)))
insert_text((301.78285714285715, 1115.7742857142857), text='夭', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(301.78285714285715, 1097.0742857142857), Matrix(1.0, 0.0, 0.0, 1.3860962566844959, 0.0, 0.0)))
insert_text((322.1485714285714, 1115.98), text='。', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(322.1485714285714, 1097.28), Matrix(1.0, 0.0, 0.0, 1.3750954927425552, 0.0, 0.0)))
insert_text((403.81714285714287, 1098.11), text='bells ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(403.81714285714287, 1078.56), Matrix(1.0, 0.0, 0.0, 1.3573986116185652, 0.0, 0.0)))
insert_text((461.41714285714284, 1098.3157142857142), text='rang ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(461.41714285714284, 1078.7657142857142), Matrix(1.0, 0.0, 0.0, 1.3889660211910912, 0.0, 0.0)))
insert_text((514.4914285714285, 1098.3157142857142), text='in ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(514.4914285714285, 1078.7657142857142), Matrix(1.0, 0.0, 0.0, 1.4100109609061084, 0.0, 0.0)))
insert_text((540.6171428571429, 1098.3157142857142), text='the ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(540.6171428571429, 1078.7657142857142), Matrix(1.0, 0.0, 0.0, 1.431055900621114, 0.0, 0.0)))
insert_text((578.6742857142857, 1098.3157142857142), text='distance ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(578.6742857142857, 1078.7657142857142), Matrix(1.0, 0.0, 0.0, 1.46262331019364, 0.0, 0.0)))
insert_text((668.3657142857143, 1098.11), text='whereupon ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(668.3657142857143, 1078.56), Matrix(1.0, 0.0, 0.0, 1.4731457800511485, 0.0, 0.0)))
insert_text((789.7371428571429, 1098.11), text='the', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(789.7371428571429, 1078.56), Matrix(1.0, 0.0, 0.0, 1.4731457800511485, 0.0, 0.0)))
insert_text((69.94285714285714, 1080.857142857143), text='睛', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(69.94285714285714, 1060.4571428571428), Matrix(1.0, 0.0, 0.0, 1.32100840336135, 0.0, 0.0)))
insert_text((95.24571428571429, 1081.2685714285715), text='抠', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(95.24571428571429, 1060.8685714285714), Matrix(1.0, 0.0, 0.0, 1.3008403361344585, 0.0, 0.0)))
insert_text((116.22857142857143, 1081.4742857142858), text='出', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(116.22857142857143, 1061.0742857142857), Matrix(1.0, 0.0, 0.0, 1.290756302521013, 0.0, 0.0)))
insert_text((144.2057142857143, 1081.68), text='来', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(144.2057142857143, 1061.28), Matrix(1.0, 0.0, 0.0, 1.290756302521013, 0.0, 0.0)))
insert_text((161.4857142857143, 1081.68), text='。', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(161.4857142857143, 1061.28), Matrix(1.0, 0.0, 0.0, 1.290756302521013, 0.0, 0.0)))
insert_text((187.2, 1081.8857142857144), text='幸', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(187.2, 1061.4857142857143), Matrix(1.0, 0.0, 0.0, 1.290756302521013, 0.0, 0.0)))
insert_text((210.44571428571427, 1081.8857142857144), text='而', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(210.44571428571427, 1061.4857142857143), Matrix(1.0, 0.0, 0.0, 1.290756302521013, 0.0, 0.0)))
insert_text((231.42857142857142, 1082.0914285714287), text=',', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(231.42857142857142, 1061.6914285714286), Matrix(1.0, 0.0, 0.0, 1.290756302521013, 0.0, 0.0)))
insert_text((257.1428571428571, 1082.0914285714287), text='远', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(257.1428571428571, 1061.6914285714286), Matrix(1.0, 0.0, 0.0, 1.3008403361344585, 0.0, 0.0)))
insert_text((283.68, 1082.0914285714287), text='处', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(283.68, 1061.6914285714286), Matrix(1.0, 0.0, 0.0, 1.3008403361344585, 0.0, 0.0)))
insert_text((304.66285714285715, 1081.8857142857144), text='的', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(304.66285714285715, 1061.4857142857143), Matrix(1.0, 0.0, 0.0, 1.32100840336135, 0.0, 0.0)))
insert_text((328.9371428571429, 1081.8857142857144), text='教', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(328.9371428571429, 1061.4857142857143), Matrix(1.0, 0.0, 0.0, 1.3310924369747847, 0.0, 0.0)))
insert_text((353.41714285714284, 1081.68), text='堂', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(353.41714285714284, 1061.28), Matrix(1.0, 0.0, 0.0, 1.3411764705882305, 0.0, 0.0)))
insert_text((404.02285714285716, 1065.607142857143), text='ened ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(404.02285714285716, 1046.057142857143), Matrix(1.0, 0.0, 0.0, 1.431055900621114, 0.0, 0.0)))
insert_text((457.30285714285714, 1065.607142857143), text='to ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(457.30285714285714, 1046.057142857143), Matrix(1.0, 0.0, 0.0, 1.4521008403361313, 0.0, 0.0)))
insert_text((484.45714285714286, 1065.4014285714286), text='put ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(484.45714285714286, 1045.8514285714286), Matrix(1.0, 0.0, 0.0, 1.4941907197661657, 0.0, 0.0)))
insert_text((529.0971428571429, 1065.4014285714286), text='out ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(529.0971428571429, 1045.8514285714286), Matrix(1.0, 0.0, 0.0, 1.5152356594811829, 0.0, 0.0)))
insert_text((568.8, 1065.1957142857143), text='his ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(568.8, 1045.6457142857143), Matrix(1.0, 0.0, 0.0, 1.5257581293386917, 0.0, 0.0)))
insert_text((606.0342857142857, 1064.7842857142857), text='eyes. ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(606.0342857142857, 1045.2342857142858), Matrix(1.0, 0.0, 0.0, 1.546803069053709, 0.0, 0.0)))
insert_text((665.0742857142857, 1064.1671428571428), text='Luckily ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(665.0742857142857, 1044.6171428571429), Matrix(1.0, 0.0, 0.0, 1.5783704786262347, 0.0, 0.0)))
insert_text((752.2971428571428, 1063.55), text='church', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(752.2971428571428, 1044.0), Matrix(1.0, 0.0, 0.0, 1.5888929484837433, 0.0, 0.0)))
insert_text((71.7942857142857, 1048.1485714285716), text='压', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(71.7942857142857, 1027.7485714285715), Matrix(1.0, 0.0, 0.0, 1.2100840336134466, 0.0, 0.0)))
insert_text((98.33142857142857, 1048.1485714285716), text='在', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(98.33142857142857, 1027.7485714285715), Matrix(1.0, 0.0, 0.0, 1.2100840336134466, 0.0, 0.0)))
insert_text((120.75428571428571, 1048.1485714285716), text='培', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(120.75428571428571, 1027.7485714285715), Matrix(1.0, 0.0, 0.0, 1.200000000000001, 0.0, 0.0)))
insert_text((143.38285714285715, 1048.3542857142859), text='尔', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(143.38285714285715, 1027.9542857142858), Matrix(1.0, 0.0, 0.0, 1.1899159663865553, 0.0, 0.0)))
insert_text((165.8057142857143, 1048.3542857142859), text='身', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(165.8057142857143, 1027.9542857142858), Matrix(1.0, 0.0, 0.0, 1.1899159663865553, 0.0, 0.0)))
insert_text((188.43428571428572, 1048.3542857142859), text='上', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(188.43428571428572, 1027.9542857142858), Matrix(1.0, 0.0, 0.0, 1.1899159663865553, 0.0, 0.0)))
insert_text((207.77142857142857, 1048.3542857142859), text=',', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(207.77142857142857, 1027.9542857142858), Matrix(1.0, 0.0, 0.0, 1.1899159663865553, 0.0, 0.0)))
insert_text((234.3085714285714, 1048.1485714285716), text='还', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(234.3085714285714, 1027.7485714285715), Matrix(1.0, 0.0, 0.0, 1.200000000000001, 0.0, 0.0)))
insert_text((259.2, 1048.1485714285716), text='要', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(259.2, 1027.7485714285715), Matrix(1.0, 0.0, 0.0, 1.200000000000001, 0.0, 0.0)))
insert_text((281.8285714285714, 1048.1485714285716), text='把', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(281.8285714285714, 1027.7485714285715), Matrix(1.0, 0.0, 0.0, 1.2100840336134466, 0.0, 0.0)))
insert_text((304.25142857142856, 1048.1485714285716), text='他', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(304.25142857142856, 1027.7485714285715), Matrix(1.0, 0.0, 0.0, 1.2100840336134466, 0.0, 0.0)))
insert_text((326.88, 1047.9428571428573), text='的', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(326.88, 1027.5428571428572), Matrix(1.0, 0.0, 0.0, 1.230252100840327, 0.0, 0.0)))
insert_text((352.5942857142857, 1047.9428571428573), text='眼', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(352.5942857142857, 1027.5428571428572), Matrix(1.0, 0.0, 0.0, 1.230252100840327, 0.0, 0.0)))
insert_text((404.64, 1034.3657142857144), text='their ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(404.64, 1013.9657142857143), Matrix(1.0, 0.0, 0.0, 1.3411764705882305, 0.0, 0.0)))
insert_text((463.8857142857143, 1033.9542857142858), text='weight ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(463.8857142857143, 1013.5542857142857), Matrix(1.0, 0.0, 0.0, 1.3915966386554592, 0.0, 0.0)))
insert_text((543.7028571428572, 1033.9542857142858), text='on ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(543.7028571428572, 1013.5542857142857), Matrix(1.0, 0.0, 0.0, 1.401680672268905, 0.0, 0.0)))
insert_text((578.6742857142857, 1033.9542857142858), text='top ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(578.6742857142857, 1013.5542857142857), Matrix(1.0, 0.0, 0.0, 1.401680672268905, 0.0, 0.0)))
insert_text((620.8457142857143, 1033.9542857142858), text='of ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(620.8457142857143, 1013.5542857142857), Matrix(1.0, 0.0, 0.0, 1.401680672268905, 0.0, 0.0)))
insert_text((651.7028571428572, 1033.9542857142858), text='Peer ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(651.7028571428572, 1013.5542857142857), Matrix(1.0, 0.0, 0.0, 1.401680672268905, 0.0, 0.0)))
insert_text((707.2457142857143, 1033.9542857142858), text='and ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(707.2457142857143, 1013.5542857142857), Matrix(1.0, 0.0, 0.0, 1.401680672268905, 0.0, 0.0)))
insert_text((753.9428571428572, 1033.9542857142858), text='threat-', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(753.9428571428572, 1013.5542857142857), Matrix(1.0, 0.0, 0.0, 1.3815126050420135, 0.0, 0.0)))
insert_text((71.7942857142857, 1012.9714285714285), text='在', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(71.7942857142857, 992.5714285714286), Matrix(1.0, 0.0, 0.0, 1.300840336134453, 0.0, 0.0)))
insert_text((92.98285714285714, 1012.9714285714285), text='山', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(92.98285714285714, 992.5714285714286), Matrix(1.0, 0.0, 0.0, 1.300840336134453, 0.0, 0.0)))
insert_text((120.34285714285714, 1013.1771428571428), text='妖', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(120.34285714285714, 992.7771428571428), Matrix(1.0, 0.0, 0.0, 1.2907563025210071, 0.0, 0.0)))
insert_text((140.9142857142857, 1013.1771428571428), text='大', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(140.9142857142857, 992.7771428571428), Matrix(1.0, 0.0, 0.0, 1.2806722689075616, 0.0, 0.0)))
insert_text((164.77714285714285, 1013.3828571428571), text='王', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(164.77714285714285, 992.9828571428571), Matrix(1.0, 0.0, 0.0, 1.2705882352941158, 0.0, 0.0)))
insert_text((185.14285714285714, 1013.3828571428571), text='的', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(185.14285714285714, 992.9828571428571), Matrix(1.0, 0.0, 0.0, 1.2705882352941158, 0.0, 0.0)))
insert_text((212.50285714285715, 1013.3828571428571), text='指', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(212.50285714285715, 992.9828571428571), Matrix(1.0, 0.0, 0.0, 1.26050420168067, 0.0, 0.0)))
insert_text((236.3657142857143, 1013.3828571428571), text='挥', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(236.3657142857143, 992.9828571428571), Matrix(1.0, 0.0, 0.0, 1.26050420168067, 0.0, 0.0)))
insert_text((256.9371428571429, 1013.3828571428571), text='下', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(256.9371428571429, 992.9828571428571), Matrix(1.0, 0.0, 0.0, 1.2705882352941158, 0.0, 0.0)))
insert_text((274.01142857142855, 1013.3828571428571), text=',', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(274.01142857142855, 992.9828571428571), Matrix(1.0, 0.0, 0.0, 1.2705882352941158, 0.0, 0.0)))
insert_text((303.84, 1013.3828571428571), text='众', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(303.84, 992.9828571428571), Matrix(1.0, 0.0, 0.0, 1.2705882352941158, 0.0, 0.0)))
insert_text((325.2342857142857, 1013.3828571428571), text='小', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(325.2342857142857, 992.9828571428571), Matrix(1.0, 0.0, 0.0, 1.2806722689075616, 0.0, 0.0)))
insert_text((349.09714285714284, 1013.1771428571428), text='妖', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(349.09714285714284, 992.7771428571428), Matrix(1.0, 0.0, 0.0, 1.2907563025210071, 0.0, 0.0)))
insert_text((668.16, 1003.3571428571429), text='King, ', fontsize=22.099999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(668.16, 981.2571428571429), Matrix(1.0, 0.0, 0.0, 1.3217840982546853, 0.0, 0.0)))
insert_text((738.3085714285714, 1003.5628571428572), text='pressed', fontsize=22.099999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(738.3085714285714, 981.4628571428572), Matrix(1.0, 0.0, 0.0, 1.3124757595345815, 0.0, 0.0)))
insert_text((403.81714285714287, 1003.3571428571429), text='mand ', fontsize=22.099999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(403.81714285714287, 981.2571428571429), Matrix(1.0, 0.0, 0.0, 1.2007756948933412, 0.0, 0.0)))
insert_text((477.0514285714286, 1003.3571428571429), text='of ', fontsize=22.099999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(477.0514285714286, 981.2571428571429), Matrix(1.0, 0.0, 0.0, 1.219392372333549, 0.0, 0.0)))
insert_text((504.8228571428571, 1003.3571428571429), text='the ', fontsize=22.099999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(504.8228571428571, 981.2571428571429), Matrix(1.0, 0.0, 0.0, 1.2473173884938602, 0.0, 0.0)))
insert_text((551.7257142857143, 1003.3571428571429), text='Mountain ', fontsize=22.099999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(551.7257142857143, 981.2571428571429), Matrix(1.0, 0.0, 0.0, 1.3031674208144777, 0.0, 0.0)))
insert_text((97.92, 975.0385714285715), text='培', fontsize=17.849999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(97.92, 957.1885714285714), Matrix(1.0, 0.0, 0.0, 1.5442977190876364, 0.0, 0.0)))
insert_text((118.69714285714285, 975.2442857142858), text='尔', fontsize=17.849999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(118.69714285714285, 957.3942857142857), Matrix(1.0, 0.0, 0.0, 1.5212484993997604, 0.0, 0.0)))
insert_text((135.77142857142857, 975.6557142857143), text='·', fontsize=17.849999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(135.77142857142857, 957.8057142857143), Matrix(1.0, 0.0, 0.0, 1.4981992797118844, 0.0, 0.0)))
insert_text((153.05142857142857, 975.8614285714286), text='金', fontsize=17.849999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(153.05142857142857, 958.0114285714286), Matrix(1.0, 0.0, 0.0, 1.4866746698679463, 0.0, 0.0)))
insert_text((177.12, 976.0671428571428), text='特', fontsize=17.849999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(177.12, 958.2171428571428), Matrix(1.0, 0.0, 0.0, 1.4636254501800767, 0.0, 0.0)))
insert_text((197.89714285714285, 976.2728571428571), text='》', fontsize=17.849999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(197.89714285714285, 958.4228571428571), Matrix(1.0, 0.0, 0.0, 1.4521008403361386, 0.0, 0.0)))
insert_text((211.68, 976.4785714285714), text='第', fontsize=17.849999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(211.68, 958.6285714285714), Matrix(1.0, 0.0, 0.0, 1.4405762304922007, 0.0, 0.0)))
insert_text((235.74857142857144, 976.6842857142857), text='二', fontsize=17.849999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(235.74857142857144, 958.8342857142857), Matrix(1.0, 0.0, 0.0, 1.4290516206482626, 0.0, 0.0)))
insert_text((256.5257142857143, 976.6842857142857), text='幕', fontsize=17.849999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(256.5257142857143, 958.8342857142857), Matrix(1.0, 0.0, 0.0, 1.4405762304922007, 0.0, 0.0)))
insert_text((280.5942857142857, 976.89), text='第', fontsize=17.849999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(280.5942857142857, 959.04), Matrix(1.0, 0.0, 0.0, 1.4290516206482626, 0.0, 0.0)))
insert_text((301.1657142857143, 976.6842857142857), text='六', fontsize=17.849999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(301.1657142857143, 958.8342857142857), Matrix(1.0, 0.0, 0.0, 1.4521008403361386, 0.0, 0.0)))
insert_text((328.7314285714286, 976.6842857142857), text='场', fontsize=17.849999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(328.7314285714286, 958.8342857142857), Matrix(1.0, 0.0, 0.0, 1.4636254501800767, 0.0, 0.0)))
insert_text((346.01142857142855, 976.6842857142857), text='。', fontsize=17.849999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(346.01142857142855, 958.8342857142857), Matrix(1.0, 0.0, 0.0, 1.4636254501800767, 0.0, 0.0)))
insert_text((79.81714285714285, 974.6271428571429), text='《', fontsize=17.849999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(79.81714285714285, 956.7771428571428), Matrix(1.0, 0.0, 0.0, 1.5788715486194504, 0.0, 0.0)))
insert_text((404.8457142857143, 970.4157142857142), text='when ', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(404.8457142857143, 949.1657142857142), Matrix(1.0, 0.0, 0.0, 1.3068907563025225, 0.0, 0.0)))
insert_text((473.5542857142857, 970.4157142857142), text='a ', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(473.5542857142857, 949.1657142857142), Matrix(1.0, 0.0, 0.0, 1.3262521008403383, 0.0, 0.0)))
insert_text((494.9485714285714, 970.21), text='devilish ', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(494.9485714285714, 948.96), Matrix(1.0, 0.0, 0.0, 1.3843361344537806, 0.0, 0.0)))
insert_text((589.7828571428571, 970.0042857142857), text='mob, ', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(589.7828571428571, 948.7542857142857), Matrix(1.0, 0.0, 0.0, 1.3940168067226884, 0.0, 0.0)))
insert_text((653.9657142857143, 969.5928571428572), text='under ', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(653.9657142857143, 948.3428571428572), Matrix(1.0, 0.0, 0.0, 1.4133781512605044, 0.0, 0.0)))
insert_text((725.1428571428571, 969.3871428571429), text='the ', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(725.1428571428571, 948.1371428571429), Matrix(1.0, 0.0, 0.0, 1.4133781512605044, 0.0, 0.0)))
insert_text((767.3142857142857, 968.9757142857143), text='com-', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(767.3142857142857, 947.7257142857143), Matrix(1.0, 0.0, 0.0, 1.4133781512605044, 0.0, 0.0)))
insert_text((117.87428571428572, 944.4957142857143), text='[6]', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(117.87428571428572, 923.2457142857143), Matrix(1.0, 0.0, 0.0, 1.2584873949579827, 0.0, 0.0)))
insert_text((153.46285714285713, 944.9071428571428), text='第', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(153.46285714285713, 923.6571428571428), Matrix(1.0, 0.0, 0.0, 1.2391260504201669, 0.0, 0.0)))
insert_text((177.53142857142856, 944.9071428571428), text='十', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(177.53142857142856, 923.6571428571428), Matrix(1.0, 0.0, 0.0, 1.2391260504201669, 0.0, 0.0)))
insert_text((201.8057142857143, 945.1128571428571), text='五', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(201.8057142857143, 923.8628571428571), Matrix(1.0, 0.0, 0.0, 1.2294453781512589, 0.0, 0.0)))
insert_text((226.07999999999998, 945.1128571428571), text='章', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(226.07999999999998, 923.8628571428571), Matrix(1.0, 0.0, 0.0, 1.2294453781512589, 0.0, 0.0)))
insert_text((253.85142857142856, 945.1128571428571), text='使', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(253.85142857142856, 923.8628571428571), Matrix(1.0, 0.0, 0.0, 1.2294453781512589, 0.0, 0.0)))
insert_text((274.62857142857143, 945.1128571428571), text='人', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(274.62857142857143, 923.8628571428571), Matrix(1.0, 0.0, 0.0, 1.2294453781512589, 0.0, 0.0)))
insert_text((302.4, 945.1128571428571), text='联', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(302.4, 923.8628571428571), Matrix(1.0, 0.0, 0.0, 1.2294453781512589, 0.0, 0.0)))
insert_text((326.4685714285714, 944.9071428571428), text='想', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(326.4685714285714, 923.6571428571428), Matrix(1.0, 0.0, 0.0, 1.2391260504201669, 0.0, 0.0)))
insert_text((350.74285714285713, 944.7014285714286), text='到', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(350.74285714285713, 923.4514285714286), Matrix(1.0, 0.0, 0.0, 1.2488067226890749, 0.0, 0.0)))
insert_text((404.02285714285716, 936.0342857142857), text='think ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(404.02285714285716, 915.6342857142857), Matrix(1.0, 0.0, 0.0, 1.4117647058823508, 0.0, 0.0)))
insert_text((467.5885714285714, 936.0342857142857), text='of ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(467.5885714285714, 915.6342857142857), Matrix(1.0, 0.0, 0.0, 1.401680672268905, 0.0, 0.0)))
insert_text((498.65142857142854, 936.0342857142857), text='Scene ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(498.65142857142854, 915.6342857142857), Matrix(1.0, 0.0, 0.0, 1.401680672268905, 0.0, 0.0)))
insert_text((567.9771428571429, 936.0342857142857), text='6, ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(567.9771428571429, 915.6342857142857), Matrix(1.0, 0.0, 0.0, 1.4117647058823508, 0.0, 0.0)))
insert_text((594.3085714285714, 936.0342857142857), text='Act ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(594.3085714285714, 915.6342857142857), Matrix(1.0, 0.0, 0.0, 1.4218487394957966, 0.0, 0.0)))
insert_text((639.9771428571429, 936.24), text='3 ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(639.9771428571429, 915.84), Matrix(1.0, 0.0, 0.0, 1.4218487394957966, 0.0, 0.0)))
insert_text((661.9885714285714, 936.24), text='of ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(661.9885714285714, 915.84), Matrix(1.0, 0.0, 0.0, 1.4420168067226882, 0.0, 0.0)))
insert_text((687.7028571428572, 936.4457142857143), text='Ibsen's ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(687.7028571428572, 916.0457142857143), Matrix(1.0, 0.0, 0.0, 1.4823529411764655, 0.0, 0.0)))
insert_text((772.8685714285714, 936.8571428571428), text='play,', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(772.8685714285714, 916.4571428571428), Matrix(1.0, 0.0, 0.0, 1.4924369747899169, 0.0, 0.0)))
insert_text((432.2057142857143, 905.2042857142857), text='[6] ', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(432.2057142857143, 883.9542857142857), Matrix(1.0, 0.0, 0.0, 1.335932773109246, 0.0, 0.0)))
insert_text((471.9085714285714, 905.2042857142857), text='Joyce's ', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(471.9085714285714, 883.9542857142857), Matrix(1.0, 0.0, 0.0, 1.355294117647062, 0.0, 0.0)))
insert_text((565.5085714285714, 905.2042857142857), text='Chapter ', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(565.5085714285714, 883.9542857142857), Matrix(1.0, 0.0, 0.0, 1.355294117647062, 0.0, 0.0)))
insert_text((666.3085714285714, 905.2042857142857), text='15 ', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(666.3085714285714, 883.9542857142857), Matrix(1.0, 0.0, 0.0, 1.355294117647062, 0.0, 0.0)))
insert_text((701.6914285714286, 905.2042857142857), text='makes ', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(701.6914285714286, 883.9542857142857), Matrix(1.0, 0.0, 0.0, 1.355294117647062, 0.0, 0.0)))
insert_text((782.7428571428571, 905.41), text='one', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(782.7428571428571, 884.16), Matrix(1.0, 0.0, 0.0, 1.345613445378154, 0.0, 0.0)))
insert_text((71.17714285714285, 903.97), text='的', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(71.17714285714285, 882.72), Matrix(1.0, 0.0, 0.0, 1.2488067226890749, 0.0, 0.0)))
insert_text((95.24571428571429, 904.1757142857143), text='培', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(95.24571428571429, 882.9257142857143), Matrix(1.0, 0.0, 0.0, 1.2294453781512589, 0.0, 0.0)))
insert_text((115.2, 904.3814285714285), text='尔', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(115.2, 883.1314285714285), Matrix(1.0, 0.0, 0.0, 1.2004033613445404, 0.0, 0.0)))
insert_text((138.44571428571427, 904.5871428571428), text='·', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(138.44571428571427, 883.3371428571428), Matrix(1.0, 0.0, 0.0, 1.1810420168067246, 0.0, 0.0)))
insert_text((160.0457142857143, 904.7928571428571), text='金', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(160.0457142857143, 883.5428571428571), Matrix(1.0, 0.0, 0.0, 1.1713613445378168, 0.0, 0.0)))
insert_text((184.93714285714285, 904.9985714285714), text='特', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(184.93714285714285, 883.7485714285714), Matrix(1.0, 0.0, 0.0, 1.1810420168067246, 0.0, 0.0)))
insert_text((201.6, 905.2042857142857), text='!', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(201.6, 883.9542857142857), Matrix(1.0, 0.0, 0.0, 1.1810420168067246, 0.0, 0.0)))
insert_text((403.81714285714287, 870.7957142857142), text='academy's ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(403.81714285714287, 851.2457142857143), Matrix(1.0, 0.0, 0.0, 1.5047131896236743, 0.0, 0.0)))
insert_text((521.4857142857143, 871.8242857142857), text='stage ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(521.4857142857143, 852.2742857142857), Matrix(1.0, 0.0, 0.0, 1.46262331019364, 0.0, 0.0)))
insert_text((580.9371428571428, 871.8242857142857), text='ten ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(580.9371428571428, 852.2742857142857), Matrix(1.0, 0.0, 0.0, 1.46262331019364, 0.0, 0.0)))
insert_text((618.7885714285715, 871.2071428571428), text='years ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(618.7885714285715, 851.6571428571428), Matrix(1.0, 0.0, 0.0, 1.4941907197661657, 0.0, 0.0)))
insert_text((680.9142857142857, 870.1785714285713), text='earlier!', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(680.9142857142857, 850.6285714285714), Matrix(1.0, 0.0, 0.0, 1.546803069053709, 0.0, 0.0)))
insert_text((72.41142857142857, 866.8871428571427), text='年', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(72.41142857142857, 847.3371428571428), Matrix(1.0, 0.0, 0.0, 1.3573986116185652, 0.0, 0.0)))
insert_text((94.01142857142857, 866.8871428571427), text='前', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(94.01142857142857, 847.3371428571428), Matrix(1.0, 0.0, 0.0, 1.3573986116185652, 0.0, 0.0)))
insert_text((121.37142857142857, 866.8871428571427), text='我', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(121.37142857142857, 847.3371428571428), Matrix(1.0, 0.0, 0.0, 1.3468761417610566, 0.0, 0.0)))
insert_text((141.94285714285715, 866.8871428571427), text='们', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(141.94285714285715, 847.3371428571428), Matrix(1.0, 0.0, 0.0, 1.3468761417610566, 0.0, 0.0)))
insert_text((165.8057142857143, 867.092857142857), text='在', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(165.8057142857143, 847.5428571428571), Matrix(1.0, 0.0, 0.0, 1.3258312020460394, 0.0, 0.0)))
insert_text((186.37714285714284, 867.092857142857), text='剧', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(186.37714285714284, 847.5428571428571), Matrix(1.0, 0.0, 0.0, 1.3258312020460394, 0.0, 0.0)))
insert_text((213.94285714285715, 867.092857142857), text='院', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(213.94285714285715, 847.5428571428571), Matrix(1.0, 0.0, 0.0, 1.336353671903548, 0.0, 0.0)))
insert_text((234.5142857142857, 867.2985714285713), text='的', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(234.5142857142857, 847.7485714285714), Matrix(1.0, 0.0, 0.0, 1.3258312020460394, 0.0, 0.0)))
insert_text((258.37714285714287, 867.2985714285713), text='舞', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(258.37714285714287, 847.7485714285714), Matrix(1.0, 0.0, 0.0, 1.3258312020460394, 0.0, 0.0)))
insert_text((282.4457142857143, 867.2985714285713), text='台', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(282.4457142857143, 847.7485714285714), Matrix(1.0, 0.0, 0.0, 1.336353671903548, 0.0, 0.0)))
insert_text((303.01714285714286, 867.5042857142856), text='上', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(303.01714285714286, 847.9542857142857), Matrix(1.0, 0.0, 0.0, 1.336353671903548, 0.0, 0.0)))
insert_text((327.0857142857143, 867.5042857142856), text='看', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(327.0857142857143, 847.9542857142857), Matrix(1.0, 0.0, 0.0, 1.3468761417610509, 0.0, 0.0)))
insert_text((350.9485714285714, 867.7099999999999), text='到', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(350.9485714285714, 848.16), Matrix(1.0, 0.0, 0.0, 1.3468761417610509, 0.0, 0.0)))
insert_text((404.64, 837.2642857142856), text='in ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(404.64, 817.7142857142857), Matrix(1.0, 0.0, 0.0, 1.4836682499086629, 0.0, 0.0)))
insert_text((433.8514285714286, 837.4699999999999), text='Chapter ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(433.8514285714286, 817.92), Matrix(1.0, 0.0, 0.0, 1.4836682499086629, 0.0, 0.0)))
insert_text((525.1885714285714, 837.8814285714285), text='15 ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(525.1885714285714, 818.3314285714285), Matrix(1.0, 0.0, 0.0, 1.4626233101936457, 0.0, 0.0)))
insert_text((556.8685714285714, 837.8814285714285), text='struck ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(556.8685714285714, 818.3314285714285), Matrix(1.0, 0.0, 0.0, 1.4626233101936457, 0.0, 0.0)))
insert_text((626.6057142857143, 837.8814285714285), text='us ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(626.6057142857143, 818.3314285714285), Matrix(1.0, 0.0, 0.0, 1.4626233101936457, 0.0, 0.0)))
insert_text((657.6685714285715, 837.8814285714285), text='like ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(657.6685714285715, 818.3314285714285), Matrix(1.0, 0.0, 0.0, 1.4626233101936457, 0.0, 0.0)))
insert_text((703.3371428571428, 837.6757142857142), text='Peer ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(703.3371428571428, 818.1257142857143), Matrix(1.0, 0.0, 0.0, 1.4731457800511543, 0.0, 0.0)))
insert_text((756.6171428571429, 837.4699999999999), text='on ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(756.6171428571429, 817.92), Matrix(1.0, 0.0, 0.0, 1.4626233101936457, 0.0, 0.0)))
insert_text((789.7371428571429, 837.4699999999999), text='the', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(789.7371428571429, 817.92), Matrix(1.0, 0.0, 0.0, 1.452100840336137, 0.0, 0.0)))
insert_text((72.0, 832.56), text='与', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(72.0, 812.16), Matrix(1.0, 0.0, 0.0, 1.300840336134453, 0.0, 0.0)))
insert_text((96.48, 832.7657142857142), text='妓', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(96.48, 812.3657142857143), Matrix(1.0, 0.0, 0.0, 1.2806722689075616, 0.0, 0.0)))
insert_text((116.84571428571428, 832.7657142857142), text='女', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(116.84571428571428, 812.3657142857143), Matrix(1.0, 0.0, 0.0, 1.2806722689075616, 0.0, 0.0)))
insert_text((140.50285714285715, 832.9714285714285), text='们', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(140.50285714285715, 812.5714285714286), Matrix(1.0, 0.0, 0.0, 1.2705882352941158, 0.0, 0.0)))
insert_text((164.3657142857143, 832.9714285714285), text='厮', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(164.3657142857143, 812.5714285714286), Matrix(1.0, 0.0, 0.0, 1.26050420168067, 0.0, 0.0)))
insert_text((191.31428571428572, 832.9714285714285), text='混', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(191.31428571428572, 812.5714285714286), Matrix(1.0, 0.0, 0.0, 1.26050420168067, 0.0, 0.0)))
insert_text((204.89142857142858, 833.1771428571428), text=',', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(204.89142857142858, 812.7771428571428), Matrix(1.0, 0.0, 0.0, 1.2504201680672242, 0.0, 0.0)))
insert_text((232.45714285714286, 833.1771428571428), text='活', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(232.45714285714286, 812.7771428571428), Matrix(1.0, 0.0, 0.0, 1.26050420168067, 0.0, 0.0)))
insert_text((255.70285714285714, 833.1771428571428), text='脱', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(255.70285714285714, 812.7771428571428), Matrix(1.0, 0.0, 0.0, 1.26050420168067, 0.0, 0.0)))
insert_text((279.36, 833.3828571428571), text='儿', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(279.36, 812.9828571428571), Matrix(1.0, 0.0, 0.0, 1.2504201680672242, 0.0, 0.0)))
insert_text((303.22285714285715, 833.3828571428571), text='就', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(303.22285714285715, 812.9828571428571), Matrix(1.0, 0.0, 0.0, 1.26050420168067, 0.0, 0.0)))
insert_text((326.88, 833.3828571428571), text='是', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(326.88, 812.9828571428571), Matrix(1.0, 0.0, 0.0, 1.26050420168067, 0.0, 0.0)))
insert_text((350.53714285714284, 833.5885714285714), text='十', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(350.53714285714284, 813.1885714285714), Matrix(1.0, 0.0, 0.0, 1.2504201680672242, 0.0, 0.0)))
insert_text((404.2285714285714, 806.4342857142857), text='Stephen ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(404.2285714285714, 786.0342857142857), Matrix(1.0, 0.0, 0.0, 1.401680672268905, 0.0, 0.0)))
insert_text((497.62285714285713, 806.2285714285714), text='fooling ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(497.62285714285713, 785.8285714285714), Matrix(1.0, 0.0, 0.0, 1.4117647058823508, 0.0, 0.0)))
insert_text((580.5257142857142, 806.2285714285714), text='around ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(580.5257142857142, 785.8285714285714), Matrix(1.0, 0.0, 0.0, 1.4117647058823508, 0.0, 0.0)))
insert_text((659.7257142857143, 806.2285714285714), text='with ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(659.7257142857143, 785.8285714285714), Matrix(1.0, 0.0, 0.0, 1.4117647058823508, 0.0, 0.0)))
insert_text((714.6514285714286, 806.4342857142857), text='prostitutes', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(714.6514285714286, 786.0342857142857), Matrix(1.0, 0.0, 0.0, 1.401680672268905, 0.0, 0.0)))
insert_text((70.97142857142858, 798.0), text='时', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(70.97142857142858, 777.6), Matrix(1.0, 0.0, 0.0, 1.3310924369747903, 0.0, 0.0)))
insert_text((89.28, 798.0), text=',', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(89.28, 777.6), Matrix(1.0, 0.0, 0.0, 1.3310924369747903, 0.0, 0.0)))
insert_text((118.28571428571428, 798.0), text='第', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(118.28571428571428, 777.6), Matrix(1.0, 0.0, 0.0, 1.3310924369747903, 0.0, 0.0)))
insert_text((137.62285714285713, 798.0), text='十', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(137.62285714285713, 777.6), Matrix(1.0, 0.0, 0.0, 1.3210084033613445, 0.0, 0.0)))
insert_text((165.3942857142857, 798.2057142857143), text='五', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(165.3942857142857, 777.8057142857143), Matrix(1.0, 0.0, 0.0, 1.3109243697478987, 0.0, 0.0)))
insert_text((186.17142857142858, 798.2057142857143), text='章', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(186.17142857142858, 777.8057142857143), Matrix(1.0, 0.0, 0.0, 1.3109243697478987, 0.0, 0.0)))
insert_text((210.44571428571427, 798.4114285714286), text='中', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(210.44571428571427, 778.0114285714286), Matrix(1.0, 0.0, 0.0, 1.300840336134453, 0.0, 0.0)))
insert_text((231.22285714285715, 798.4114285714286), text='斯', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(231.22285714285715, 778.0114285714286), Matrix(1.0, 0.0, 0.0, 1.300840336134453, 0.0, 0.0)))
insert_text((258.7885714285714, 798.6171428571428), text='蒂', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(258.7885714285714, 778.2171428571428), Matrix(1.0, 0.0, 0.0, 1.290756302521013, 0.0, 0.0)))
insert_text((279.5657142857143, 798.8228571428571), text='芬', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(279.5657142857143, 778.4228571428571), Matrix(1.0, 0.0, 0.0, 1.2806722689075671, 0.0, 0.0)))
insert_text((300.34285714285716, 799.0285714285714), text='醺', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(300.34285714285716, 778.6285714285714), Matrix(1.0, 0.0, 0.0, 1.2806722689075671, 0.0, 0.0)))
insert_text((324.6171428571428, 799.0285714285714), text='醺', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(324.6171428571428, 778.6285714285714), Matrix(1.0, 0.0, 0.0, 1.2806722689075671, 0.0, 0.0)))
insert_text((348.89142857142855, 799.2342857142856), text='地', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(348.89142857142855, 778.8342857142857), Matrix(1.0, 0.0, 0.0, 1.2705882352941213, 0.0, 0.0)))
insert_text((404.2285714285714, 772.6971428571428), text='from ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(404.2285714285714, 752.2971428571428), Matrix(1.0, 0.0, 0.0, 1.4319327731092424, 0.0, 0.0)))
insert_text((466.3542857142857, 772.4914285714285), text='1990 ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(466.3542857142857, 752.0914285714285), Matrix(1.0, 0.0, 0.0, 1.452100840336134, 0.0, 0.0)))
insert_text((522.72, 772.4914285714285), text='to ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(522.72, 752.0914285714285), Matrix(1.0, 0.0, 0.0, 1.452100840336134, 0.0, 0.0)))
insert_text((552.7542857142857, 772.4914285714285), text='1994, ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(552.7542857142857, 752.0914285714285), Matrix(1.0, 0.0, 0.0, 1.4621848739495795, 0.0, 0.0)))
insert_text((615.7028571428572, 772.4914285714285), text='how ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(615.7028571428572, 752.0914285714285), Matrix(1.0, 0.0, 0.0, 1.4621848739495795, 0.0, 0.0)))
insert_text((668.16, 772.4914285714285), text='the ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(668.16, 752.0914285714285), Matrix(1.0, 0.0, 0.0, 1.4621848739495795, 0.0, 0.0)))
insert_text((707.8628571428571, 772.6971428571428), text='intoxicated', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(707.8628571428571, 752.2971428571428), Matrix(1.0, 0.0, 0.0, 1.452100840336134, 0.0, 0.0)))
insert_text((70.97142857142858, 760.4785714285714), text='年', fontsize=17.849999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(70.97142857142858, 742.6285714285714), Matrix(1.0, 0.0, 0.0, 1.4751500600240148, 0.0, 0.0)))
insert_text((89.07428571428571, 760.6842857142857), text=',', fontsize=17.849999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(89.07428571428571, 742.8342857142857), Matrix(1.0, 0.0, 0.0, 1.4751500600240084, 0.0, 0.0)))
insert_text((109.02857142857142, 760.89), text='当', fontsize=17.849999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(109.02857142857142, 743.04), Matrix(1.0, 0.0, 0.0, 1.4636254501800703, 0.0, 0.0)))
insert_text((130.42285714285714, 760.89), text='我', fontsize=17.849999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(130.42285714285714, 743.04), Matrix(1.0, 0.0, 0.0, 1.4751500600240084, 0.0, 0.0)))
insert_text((151.2, 761.0957142857143), text='和', fontsize=17.849999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(151.2, 743.2457142857143), Matrix(1.0, 0.0, 0.0, 1.4751500600240084, 0.0, 0.0)))
insert_text((171.97714285714287, 761.0957142857143), text='萧', fontsize=17.849999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(171.97714285714287, 743.2457142857143), Matrix(1.0, 0.0, 0.0, 1.4751500600240084, 0.0, 0.0)))
insert_text((196.04571428571427, 761.3014285714286), text='乾', fontsize=17.849999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(196.04571428571427, 743.4514285714286), Matrix(1.0, 0.0, 0.0, 1.4751500600240084, 0.0, 0.0)))
insert_text((216.82285714285715, 761.3014285714286), text='合', fontsize=17.849999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(216.82285714285715, 743.4514285714286), Matrix(1.0, 0.0, 0.0, 1.4751500600240084, 0.0, 0.0)))
insert_text((237.3942857142857, 761.3014285714286), text='译', fontsize=17.849999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(237.3942857142857, 743.4514285714286), Matrix(1.0, 0.0, 0.0, 1.4751500600240084, 0.0, 0.0)))
insert_text((258.1714285714286, 761.5071428571429), text='《', fontsize=17.849999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(258.1714285714286, 743.6571428571428), Matrix(1.0, 0.0, 0.0, 1.4636254501800703, 0.0, 0.0)))
insert_text((271.95428571428573, 761.5071428571429), text='尤', fontsize=17.849999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(271.95428571428573, 743.6571428571428), Matrix(1.0, 0.0, 0.0, 1.4636254501800703, 0.0, 0.0)))
insert_text((296.02285714285716, 761.5071428571429), text='利', fontsize=17.849999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(296.02285714285716, 743.6571428571428), Matrix(1.0, 0.0, 0.0, 1.4636254501800703, 0.0, 0.0)))
insert_text((316.8, 761.3014285714286), text='西', fontsize=17.849999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(316.8, 743.4514285714286), Matrix(1.0, 0.0, 0.0, 1.4751500600240084, 0.0, 0.0)))
insert_text((337.57714285714286, 761.3014285714286), text='斯', fontsize=17.849999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(337.57714285714286, 743.4514285714286), Matrix(1.0, 0.0, 0.0, 1.4751500600240084, 0.0, 0.0)))
insert_text((361.6457142857143, 761.3014285714286), text='》', fontsize=17.849999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(361.6457142857143, 743.4514285714286), Matrix(1.0, 0.0, 0.0, 1.4751500600240084, 0.0, 0.0)))
insert_text((403.4057142857143, 740.8114285714286), text='ed ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(403.4057142857143, 720.4114285714286), Matrix(1.0, 0.0, 0.0, 1.4117647058823508, 0.0, 0.0)))
insert_text((440.64, 740.8114285714286), text='on ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(440.64, 720.4114285714286), Matrix(1.0, 0.0, 0.0, 1.4319327731092424, 0.0, 0.0)))
insert_text((474.5828571428571, 740.4), text='translating ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(474.5828571428571, 720.0), Matrix(1.0, 0.0, 0.0, 1.452100840336134, 0.0, 0.0)))
insert_text((598.8342857142857, 740.1942857142857), text='Ulysses ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(598.8342857142857, 719.7942857142857), Matrix(1.0, 0.0, 0.0, 1.4621848739495795, 0.0, 0.0)))
insert_text((687.7028571428572, 740.1942857142857), text='into ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(687.7028571428572, 719.7942857142857), Matrix(1.0, 0.0, 0.0, 1.4621848739495795, 0.0, 0.0)))
insert_text((736.6628571428571, 739.9885714285714), text='Chinese', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(736.6628571428571, 719.5885714285714), Matrix(1.0, 0.0, 0.0, 1.4722689075630253, 0.0, 0.0)))
insert_text((117.87428571428572, 727.5914285714287), text='[5]', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(117.87428571428572, 708.8914285714286), Matrix(1.0, 0.0, 0.0, 1.3640947288006082, 0.0, 0.0)))
insert_text((149.14285714285714, 727.797142857143), text='一', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(149.14285714285714, 709.0971428571429), Matrix(1.0, 0.0, 0.0, 1.3420932009167266, 0.0, 0.0)))
insert_text((172.59428571428572, 727.797142857143), text='九', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(172.59428571428572, 709.0971428571429), Matrix(1.0, 0.0, 0.0, 1.3420932009167266, 0.0, 0.0)))
insert_text((196.25142857142856, 727.797142857143), text='九', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(196.25142857142856, 709.0971428571429), Matrix(1.0, 0.0, 0.0, 1.3420932009167266, 0.0, 0.0)))
insert_text((216.41142857142856, 727.797142857143), text='〇', fontsize=18.7, fontname='F0', overlay=False, color=(0, 1, 1), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(216.41142857142856, 709.0971428571429), Matrix(1.0, 0.0, 0.0, 1.3420932009167266, 0.0, 0.0)))
insert_text((240.06857142857143, 727.5914285714287), text='年', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(240.06857142857143, 708.8914285714286), Matrix(1.0, 0.0, 0.0, 1.3640947288006082, 0.0, 0.0)))
insert_text((263.7257142857143, 727.5914285714287), text='至', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(263.7257142857143, 708.8914285714286), Matrix(1.0, 0.0, 0.0, 1.3640947288006082, 0.0, 0.0)))
insert_text((280.3885714285714, 727.3857142857144), text='一', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(280.3885714285714, 708.6857142857143), Matrix(1.0, 0.0, 0.0, 1.375095492742549, 0.0, 0.0)))
insert_text((304.04571428571427, 727.1800000000001), text='九', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(304.04571428571427, 708.48), Matrix(1.0, 0.0, 0.0, 1.3970970206264306, 0.0, 0.0)))
insert_text((327.7028571428571, 726.7685714285715), text='九', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(327.7028571428571, 708.0685714285714), Matrix(1.0, 0.0, 0.0, 1.4190985485103123, 0.0, 0.0)))
insert_text((347.86285714285714, 726.5628571428572), text='四', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(347.86285714285714, 707.8628571428571), Matrix(1.0, 0.0, 0.0, 1.4300993124522532, 0.0, 0.0)))
insert_text((432.6171428571428, 707.28), text='[5] ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(432.6171428571428, 686.88), Matrix(1.0, 0.0, 0.0, 1.3915966386554592, 0.0, 0.0)))
insert_text((467.3828571428571, 707.0742857142857), text='When ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(467.3828571428571, 686.6742857142857), Matrix(1.0, 0.0, 0.0, 1.4218487394957966, 0.0, 0.0)))
insert_text((535.4742857142857, 706.8685714285714), text='Xiao ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(535.4742857142857, 686.4685714285714), Matrix(1.0, 0.0, 0.0, 1.4420168067226882, 0.0, 0.0)))
insert_text((591.84, 706.8685714285714), text='Qian ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(591.84, 686.4685714285714), Matrix(1.0, 0.0, 0.0, 1.4420168067226882, 0.0, 0.0)))
insert_text((650.88, 706.8685714285714), text='and ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(650.88, 686.4685714285714), Matrix(1.0, 0.0, 0.0, 1.4420168067226882, 0.0, 0.0)))
insert_text((694.6971428571428, 706.8685714285714), text='I ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(694.6971428571428, 686.4685714285714), Matrix(1.0, 0.0, 0.0, 1.4420168067226882, 0.0, 0.0)))
insert_text((710.1257142857143, 706.8685714285714), text='collaborat-', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(710.1257142857143, 686.4685714285714), Matrix(1.0, 0.0, 0.0, 1.4420168067226882, 0.0, 0.0)))
insert_text((72.82285714285715, 683.9528571428572), text='美', fontsize=17.849999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(72.82285714285715, 666.1028571428571), Matrix(1.0, 0.0, 0.0, 1.4866746698679463, 0.0, 0.0)))
insert_text((96.89142857142858, 683.7471428571429), text='等', fontsize=17.849999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(96.89142857142858, 665.8971428571429), Matrix(1.0, 0.0, 0.0, 1.4981992797118844, 0.0, 0.0)))
insert_text((116.84571428571428, 683.7471428571429), text='人', fontsize=17.849999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(116.84571428571428, 665.8971428571429), Matrix(1.0, 0.0, 0.0, 1.4866746698679463, 0.0, 0.0)))
insert_text((140.29714285714286, 683.7471428571429), text='也', fontsize=17.849999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(140.29714285714286, 665.8971428571429), Matrix(1.0, 0.0, 0.0, 1.4751500600240084, 0.0, 0.0)))
insert_text((163.54285714285714, 683.9528571428572), text='观', fontsize=17.849999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(163.54285714285714, 666.1028571428571), Matrix(1.0, 0.0, 0.0, 1.4636254501800703, 0.0, 0.0)))
insert_text((186.78857142857143, 684.1585714285715), text='看', fontsize=17.849999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(186.78857142857143, 666.3085714285714), Matrix(1.0, 0.0, 0.0, 1.4521008403361324, 0.0, 0.0)))
insert_text((210.24, 684.57), text='了', fontsize=17.849999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(210.24, 666.72), Matrix(1.0, 0.0, 0.0, 1.4290516206482564, 0.0, 0.0)))
insert_text((233.4857142857143, 685.1871428571428), text='演', fontsize=17.849999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(233.4857142857143, 667.3371428571428), Matrix(1.0, 0.0, 0.0, 1.3944777911164485, 0.0, 0.0)))
insert_text((253.44, 685.8042857142857), text='出', fontsize=17.849999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(253.44, 667.9542857142857), Matrix(1.0, 0.0, 0.0, 1.3714285714285726, 0.0, 0.0)))
insert_text((276.68571428571425, 686.6271428571429), text='。', fontsize=17.849999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(276.68571428571425, 668.7771428571428), Matrix(1.0, 0.0, 0.0, 1.3368547418967587, 0.0, 0.0)))
insert_text((404.64, 674.7771428571428), text='Liu ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(404.64, 654.3771428571429), Matrix(1.0, 0.0, 0.0, 1.3815126050420135, 0.0, 0.0)))
insert_text((449.69142857142856, 674.7771428571428), text='Shaoqi, ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(449.69142857142856, 654.3771428571429), Matrix(1.0, 0.0, 0.0, 1.4218487394957966, 0.0, 0.0)))
insert_text((532.8, 674.5714285714286), text='came ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(532.8, 654.1714285714286), Matrix(1.0, 0.0, 0.0, 1.4420168067226882, 0.0, 0.0)))
insert_text((593.6914285714286, 674.5714285714286), text='to ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(593.6914285714286, 654.1714285714286), Matrix(1.0, 0.0, 0.0, 1.4420168067226882, 0.0, 0.0)))
insert_text((620.2285714285714, 674.5714285714286), text='view ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(620.2285714285714, 654.1714285714286), Matrix(1.0, 0.0, 0.0, 1.4420168067226882, 0.0, 0.0)))
insert_text((677.8285714285714, 674.7771428571428), text='it ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(677.8285714285714, 654.3771428571429), Matrix(1.0, 0.0, 0.0, 1.4319327731092424, 0.0, 0.0)))
insert_text((698.6057142857143, 674.7771428571428), text='with ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(698.6057142857143, 654.3771428571429), Matrix(1.0, 0.0, 0.0, 1.4319327731092424, 0.0, 0.0)))
insert_text((751.0628571428572, 674.7771428571428), text='others.', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(751.0628571428572, 654.3771428571429), Matrix(1.0, 0.0, 0.0, 1.4319327731092424, 0.0, 0.0)))
insert_text((71.7942857142857, 649.6528571428571), text='徐', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(71.7942857142857, 630.1028571428571), Matrix(1.0, 0.0, 0.0, 1.4521008403361313, 0.0, 0.0)))
insert_text((97.09714285714286, 649.8585714285714), text='晓', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(97.09714285714286, 630.3085714285714), Matrix(1.0, 0.0, 0.0, 1.431055900621114, 0.0, 0.0)))
insert_text((118.08, 650.27), text='钟', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(118.08, 630.72), Matrix(1.0, 0.0, 0.0, 1.399488491048594, 0.0, 0.0)))
insert_text((142.3542857142857, 650.4757142857143), text='先', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(142.3542857142857, 630.9257142857143), Matrix(1.0, 0.0, 0.0, 1.3784435513335767, 0.0, 0.0)))
insert_text((163.33714285714285, 650.6814285714286), text='生', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(163.33714285714285, 631.1314285714286), Matrix(1.0, 0.0, 0.0, 1.3573986116185595, 0.0, 0.0)))
insert_text((184.32, 650.8871428571427), text='。', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(184.32, 631.3371428571428), Matrix(1.0, 0.0, 0.0, 1.336353671903548, 0.0, 0.0)))
insert_text((210.44571428571427, 651.092857142857), text='刘', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(210.44571428571427, 631.5428571428571), Matrix(1.0, 0.0, 0.0, 1.3258312020460394, 0.0, 0.0)))
insert_text((233.0742857142857, 651.092857142857), text='少', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(233.0742857142857, 631.5428571428571), Matrix(1.0, 0.0, 0.0, 1.3153087321885308, 0.0, 0.0)))
insert_text((257.5542857142857, 651.092857142857), text='奇', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(257.5542857142857, 631.5428571428571), Matrix(1.0, 0.0, 0.0, 1.3153087321885308, 0.0, 0.0)))
insert_text((282.0342857142857, 651.092857142857), text='夫', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(282.0342857142857, 631.5428571428571), Matrix(1.0, 0.0, 0.0, 1.3258312020460394, 0.0, 0.0)))
insert_text((303.01714285714286, 651.092857142857), text='人', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(303.01714285714286, 631.5428571428571), Matrix(1.0, 0.0, 0.0, 1.3258312020460394, 0.0, 0.0)))
insert_text((327.4971428571429, 650.8871428571427), text='王', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(327.4971428571429, 631.3371428571428), Matrix(1.0, 0.0, 0.0, 1.3468761417610566, 0.0, 0.0)))
insert_text((351.77142857142854, 650.6814285714286), text='光', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(351.77142857142854, 631.1314285714286), Matrix(1.0, 0.0, 0.0, 1.367921081476068, 0.0, 0.0)))
insert_text((405.25714285714287, 643.1242857142857), text='mei, ', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(405.25714285714287, 621.8742857142857), Matrix(1.0, 0.0, 0.0, 1.326252100840333, 0.0, 0.0)))
insert_text((463.0628571428571, 642.7128571428572), text='widow ', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(463.0628571428571, 621.4628571428572), Matrix(1.0, 0.0, 0.0, 1.3746554621848726, 0.0, 0.0)))
insert_text((545.3485714285714, 642.5071428571429), text='of ', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(545.3485714285714, 621.2571428571429), Matrix(1.0, 0.0, 0.0, 1.3940168067226884, 0.0, 0.0)))
insert_text((576.0, 642.5071428571429), text='China's ', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(576.0, 621.2571428571429), Matrix(1.0, 0.0, 0.0, 1.4230588235294122, 0.0, 0.0)))
insert_text((667.9542857142857, 642.5071428571429), text='late ', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(667.9542857142857, 621.2571428571429), Matrix(1.0, 0.0, 0.0, 1.4327394957983202, 0.0, 0.0)))
insert_text((716.0914285714285, 642.7128571428572), text='chairman,', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(716.0914285714285, 621.4628571428572), Matrix(1.0, 0.0, 0.0, 1.4327394957983202, 0.0, 0.0)))
insert_text((70.97142857142858, 614.4757142857143), text='演', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(70.97142857142858, 594.9257142857143), Matrix(1.0, 0.0, 0.0, 1.431055900621114, 0.0, 0.0)))
insert_text((89.48571428571428, 614.6814285714286), text='。', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(89.48571428571428, 595.1314285714286), Matrix(1.0, 0.0, 0.0, 1.4205334307636055, 0.0, 0.0)))
insert_text((118.90285714285714, 615.092857142857), text='导', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(118.90285714285714, 595.5428571428571), Matrix(1.0, 0.0, 0.0, 1.399488491048594, 0.0, 0.0)))
insert_text((142.14857142857142, 615.2985714285713), text='演', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(142.14857142857142, 595.7485714285714), Matrix(1.0, 0.0, 0.0, 1.3889660211910855, 0.0, 0.0)))
insert_text((166.8342857142857, 615.5042857142856), text='是', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(166.8342857142857, 595.9542857142857), Matrix(1.0, 0.0, 0.0, 1.367921081476068, 0.0, 0.0)))
insert_text((187.81714285714284, 615.7099999999999), text='中', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(187.81714285714284, 596.16), Matrix(1.0, 0.0, 0.0, 1.3573986116185595, 0.0, 0.0)))
insert_text((212.50285714285715, 615.9157142857142), text='央', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(212.50285714285715, 596.3657142857143), Matrix(1.0, 0.0, 0.0, 1.3468761417610509, 0.0, 0.0)))
insert_text((233.69142857142856, 615.9157142857142), text='戏', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(233.69142857142856, 596.3657142857143), Matrix(1.0, 0.0, 0.0, 1.3363536719035423, 0.0, 0.0)))
insert_text((254.6742857142857, 615.9157142857142), text='剧', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(254.6742857142857, 596.3657142857143), Matrix(1.0, 0.0, 0.0, 1.3363536719035423, 0.0, 0.0)))
insert_text((279.36, 616.1214285714285), text='学', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(279.36, 596.5714285714286), Matrix(1.0, 0.0, 0.0, 1.3258312020460337, 0.0, 0.0)))
insert_text((303.84, 615.9157142857142), text='院', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(303.84, 596.3657142857143), Matrix(1.0, 0.0, 0.0, 1.3468761417610509, 0.0, 0.0)))
insert_text((328.5257142857143, 615.9157142857142), text='院', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(328.5257142857143, 596.3657142857143), Matrix(1.0, 0.0, 0.0, 1.3468761417610509, 0.0, 0.0)))
insert_text((349.7142857142857, 615.9157142857142), text='长', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(349.7142857142857, 596.3657142857143), Matrix(1.0, 0.0, 0.0, 1.3468761417610509, 0.0, 0.0)))
insert_text((404.8457142857143, 609.7985714285714), text='Mr. ', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(404.8457142857143, 588.5485714285714), Matrix(1.0, 0.0, 0.0, 1.306890756302517, 0.0, 0.0)))
insert_text((451.74857142857144, 609.5928571428572), text='Xu ', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(451.74857142857144, 588.3428571428572), Matrix(1.0, 0.0, 0.0, 1.3552941176470568, 0.0, 0.0)))
insert_text((494.12571428571425, 609.5928571428572), text='Xiaozhong. ', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(494.12571428571425, 588.3428571428572), Matrix(1.0, 0.0, 0.0, 1.4327394957983202, 0.0, 0.0)))
insert_text((625.1657142857143, 609.5928571428572), text='Ms. ', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(625.1657142857143, 588.3428571428572), Matrix(1.0, 0.0, 0.0, 1.4327394957983202, 0.0, 0.0)))
insert_text((674.1257142857143, 609.7985714285714), text='Wang ', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(674.1257142857143, 588.5485714285714), Matrix(1.0, 0.0, 0.0, 1.4230588235294122, 0.0, 0.0)))
insert_text((744.2742857142857, 610.21), text='Guang-', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(744.2742857142857, 588.96), Matrix(1.0, 0.0, 0.0, 1.4036974789915964, 0.0, 0.0)))
insert_text((70.97142857142858, 580.1485714285714), text='尔', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(70.97142857142858, 559.7485714285714), Matrix(1.0, 0.0, 0.0, 1.3613445378151277, 0.0, 0.0)))
insert_text((93.18857142857142, 580.3542857142857), text='·', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(93.18857142857142, 559.9542857142857), Matrix(1.0, 0.0, 0.0, 1.3512605042016819, 0.0, 0.0)))
insert_text((118.90285714285714, 580.56), text='金', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(118.90285714285714, 560.16), Matrix(1.0, 0.0, 0.0, 1.341176470588236, 0.0, 0.0)))
insert_text((142.97142857142856, 580.7657142857142), text='特', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(142.97142857142856, 560.3657142857143), Matrix(1.0, 0.0, 0.0, 1.3310924369747903, 0.0, 0.0)))
insert_text((164.16, 580.7657142857142), text='》', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(164.16, 560.3657142857143), Matrix(1.0, 0.0, 0.0, 1.3210084033613445, 0.0, 0.0)))
insert_text((189.87428571428572, 580.9714285714285), text='由', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(189.87428571428572, 560.5714285714286), Matrix(1.0, 0.0, 0.0, 1.3109243697478987, 0.0, 0.0)))
insert_text((212.9142857142857, 580.9714285714285), text='中', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(212.9142857142857, 560.5714285714286), Matrix(1.0, 0.0, 0.0, 1.3109243697478987, 0.0, 0.0)))
insert_text((235.13142857142856, 580.9714285714285), text='央', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(235.13142857142856, 560.5714285714286), Matrix(1.0, 0.0, 0.0, 1.3109243697478987, 0.0, 0.0)))
insert_text((256.5257142857143, 580.9714285714285), text='戏', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(256.5257142857143, 560.5714285714286), Matrix(1.0, 0.0, 0.0, 1.3109243697478987, 0.0, 0.0)))
insert_text((281.41714285714284, 580.9714285714285), text='剧', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(281.41714285714284, 560.5714285714286), Matrix(1.0, 0.0, 0.0, 1.3109243697478987, 0.0, 0.0)))
insert_text((302.60571428571427, 580.9714285714285), text='学', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(302.60571428571427, 560.5714285714286), Matrix(1.0, 0.0, 0.0, 1.3210084033613445, 0.0, 0.0)))
insert_text((327.4971428571429, 580.7657142857142), text='院', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(327.4971428571429, 560.3657142857143), Matrix(1.0, 0.0, 0.0, 1.3310924369747903, 0.0, 0.0)))
insert_text((348.89142857142855, 580.56), text='公', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(348.89142857142855, 560.16), Matrix(1.0, 0.0, 0.0, 1.341176470588236, 0.0, 0.0)))
insert_text((403.6114285714286, 576.24), text='emy ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(403.6114285714286, 555.84), Matrix(1.0, 0.0, 0.0, 1.3915966386554592, 0.0, 0.0)))
insert_text((458.74285714285713, 576.0342857142857), text='under ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(458.74285714285713, 555.6342857142857), Matrix(1.0, 0.0, 0.0, 1.4319327731092424, 0.0, 0.0)))
insert_text((525.3942857142857, 575.8285714285714), text='the ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(525.3942857142857, 555.4285714285714), Matrix(1.0, 0.0, 0.0, 1.452100840336134, 0.0, 0.0)))
insert_text((566.1257142857143, 575.6228571428571), text='direction ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(566.1257142857143, 555.2228571428572), Matrix(1.0, 0.0, 0.0, 1.4722689075630253, 0.0, 0.0)))
insert_text((665.6914285714286, 575.6228571428571), text='of ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(665.6914285714286, 555.2228571428572), Matrix(1.0, 0.0, 0.0, 1.4722689075630253, 0.0, 0.0)))
insert_text((690.7885714285715, 575.6228571428571), text='its ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(690.7885714285715, 555.2228571428572), Matrix(1.0, 0.0, 0.0, 1.4722689075630253, 0.0, 0.0)))
insert_text((728.0228571428571, 575.6228571428571), text='president', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(728.0228571428571, 555.2228571428572), Matrix(1.0, 0.0, 0.0, 1.4722689075630253, 0.0, 0.0)))
insert_text((353.21142857142854, 543.8885714285715), text='培', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(353.21142857142854, 525.1885714285714), Matrix(1.0, 0.0, 0.0, 1.4851031321619572, 0.0, 0.0)))
insert_text((69.53142857142856, 543.6828571428572), text='川', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(69.53142857142856, 524.9828571428571), Matrix(1.0, 0.0, 0.0, 1.4851031321619572, 0.0, 0.0)))
insert_text((95.24571428571429, 543.6828571428572), text='人', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(95.24571428571429, 524.9828571428571), Matrix(1.0, 0.0, 0.0, 1.4631016042780756, 0.0, 0.0)))
insert_text((116.4342857142857, 543.6828571428572), text='民', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(116.4342857142857, 524.9828571428571), Matrix(1.0, 0.0, 0.0, 1.4521008403361348, 0.0, 0.0)))
insert_text((137.62285714285713, 543.6828571428572), text='出', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(137.62285714285713, 524.9828571428571), Matrix(1.0, 0.0, 0.0, 1.4300993124522532, 0.0, 0.0)))
insert_text((162.3085714285714, 543.6828571428572), text='版', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(162.3085714285714, 524.9828571428571), Matrix(1.0, 0.0, 0.0, 1.4190985485103123, 0.0, 0.0)))
insert_text((186.99428571428572, 543.6828571428572), text='社', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(186.99428571428572, 524.9828571428571), Matrix(1.0, 0.0, 0.0, 1.4190985485103123, 0.0, 0.0)))
insert_text((208.38857142857142, 543.6828571428572), text='出', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(208.38857142857142, 524.9828571428571), Matrix(1.0, 0.0, 0.0, 1.4080977845683715, 0.0, 0.0)))
insert_text((233.0742857142857, 543.6828571428572), text='版', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(233.0742857142857, 524.9828571428571), Matrix(1.0, 0.0, 0.0, 1.4190985485103123, 0.0, 0.0)))
insert_text((250.76571428571427, 543.6828571428572), text='。', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(250.76571428571427, 524.9828571428571), Matrix(1.0, 0.0, 0.0, 1.4190985485103123, 0.0, 0.0)))
insert_text((271.95428571428573, 543.6828571428572), text='五', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(271.95428571428573, 524.9828571428571), Matrix(1.0, 0.0, 0.0, 1.4300993124522532, 0.0, 0.0)))
insert_text((296.64, 543.8885714285715), text='月', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(296.64, 525.1885714285714), Matrix(1.0, 0.0, 0.0, 1.441100076394194, 0.0, 0.0)))
insert_text((314.33142857142855, 543.8885714285715), text=',', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(314.33142857142855, 525.1885714285714), Matrix(1.0, 0.0, 0.0, 1.4521008403361348, 0.0, 0.0)))
insert_text((332.02285714285716, 543.8885714285715), text='《', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(332.02285714285716, 525.1885714285714), Matrix(1.0, 0.0, 0.0, 1.4741023682200165, 0.0, 0.0)))
insert_text((401.3485714285714, 541.6528571428571), text='staged ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(401.3485714285714, 522.1028571428571), Matrix(1.0, 0.0, 0.0, 1.4941907197661657, 0.0, 0.0)))
insert_text((479.93142857142857, 541.4471428571428), text='by ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(479.93142857142857, 521.8971428571429), Matrix(1.0, 0.0, 0.0, 1.5047131896236743, 0.0, 0.0)))
insert_text((512.8457142857143, 541.0357142857142), text='China's ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(512.8457142857143, 521.4857142857143), Matrix(1.0, 0.0, 0.0, 1.5257581293386917, 0.0, 0.0)))
insert_text((600.2742857142857, 540.8299999999999), text='Central ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(600.2742857142857, 521.28), Matrix(1.0, 0.0, 0.0, 1.5362805991962003, 0.0, 0.0)))
insert_text((683.1771428571428, 540.8299999999999), text='Drama ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(683.1771428571428, 521.28), Matrix(1.0, 0.0, 0.0, 1.5362805991962003, 0.0, 0.0)))
insert_text((759.4971428571429, 540.8299999999999), text='Acad-', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(759.4971428571429, 521.28), Matrix(1.0, 0.0, 0.0, 1.5047131896236743, 0.0, 0.0)))
insert_text((68.50285714285714, 509.7942857142857), text='乾', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(68.50285714285714, 489.39428571428573), Matrix(1.0, 0.0, 0.0, 1.341176470588236, 0.0, 0.0)))
insert_text((97.09714285714286, 510.20571428571424), text='翻', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(97.09714285714286, 489.80571428571426), Matrix(1.0, 0.0, 0.0, 1.3210084033613474, 0.0, 0.0)))
insert_text((117.87428571428572, 510.41142857142853), text='译', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(117.87428571428572, 490.01142857142855), Matrix(1.0, 0.0, 0.0, 1.3008403361344558, 0.0, 0.0)))
insert_text((141.94285714285715, 510.41142857142853), text='的', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(141.94285714285715, 490.01142857142855), Matrix(1.0, 0.0, 0.0, 1.3008403361344558, 0.0, 0.0)))
insert_text((174.03428571428572, 510.8228571428571), text='《', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(174.03428571428572, 490.42285714285714), Matrix(1.0, 0.0, 0.0, 1.2806722689075642, 0.0, 0.0)))
insert_text((190.49142857142857, 510.8228571428571), text='培', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(190.49142857142857, 490.42285714285714), Matrix(1.0, 0.0, 0.0, 1.2806722689075642, 0.0, 0.0)))
insert_text((211.06285714285713, 510.8228571428571), text='尔', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(211.06285714285713, 490.42285714285714), Matrix(1.0, 0.0, 0.0, 1.2806722689075642, 0.0, 0.0)))
insert_text((231.84, 511.0285714285714), text='·', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(231.84, 490.62857142857143), Matrix(1.0, 0.0, 0.0, 1.2705882352941185, 0.0, 0.0)))
insert_text((256.9371428571429, 511.0285714285714), text='金', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(256.9371428571429, 490.62857142857143), Matrix(1.0, 0.0, 0.0, 1.2806722689075642, 0.0, 0.0)))
insert_text((280.3885714285714, 511.0285714285714), text='特', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(280.3885714285714, 490.62857142857143), Matrix(1.0, 0.0, 0.0, 1.2806722689075642, 0.0, 0.0)))
insert_text((300.96, 511.0285714285714), text='》', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(300.96, 490.62857142857143), Matrix(1.0, 0.0, 0.0, 1.29075630252101, 0.0, 0.0)))
insert_text((327.9085714285714, 511.0285714285714), text='由', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(327.9085714285714, 490.62857142857143), Matrix(1.0, 0.0, 0.0, 1.3008403361344558, 0.0, 0.0)))
insert_text((350.33142857142855, 511.0285714285714), text='四', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(350.33142857142855, 490.62857142857143), Matrix(1.0, 0.0, 0.0, 1.3008403361344558, 0.0, 0.0)))
insert_text((405.25714285714287, 511.7), text='Gynt. ', fontsize=22.099999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(405.25714285714287, 489.59999999999997), Matrix(1.0, 0.0, 0.0, 1.3031674208144803, 0.0, 0.0)))
insert_text((475.81714285714287, 511.7), text='In ', fontsize=22.099999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(475.81714285714287, 489.59999999999997), Matrix(1.0, 0.0, 0.0, 1.3217840982546878, 0.0, 0.0)))
insert_text((508.1142857142857, 511.7), text='May ', fontsize=22.099999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(508.1142857142857, 489.59999999999997), Matrix(1.0, 0.0, 0.0, 1.349709114414999, 0.0, 0.0)))
insert_text((567.1542857142857, 511.7), text='that ', fontsize=22.099999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(567.1542857142857, 489.59999999999997), Matrix(1.0, 0.0, 0.0, 1.3683257918552068, 0.0, 0.0)))
insert_text((617.76, 511.9057142857143), text='year, ', fontsize=22.099999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(617.76, 489.80571428571426), Matrix(1.0, 0.0, 0.0, 1.359017453135103, 0.0, 0.0)))
insert_text((680.5028571428571, 511.9057142857143), text='the ', fontsize=22.099999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(680.5028571428571, 489.80571428571426), Matrix(1.0, 0.0, 0.0, 1.359017453135103, 0.0, 0.0)))
insert_text((722.6742857142857, 512.1114285714285), text='play ', fontsize=22.099999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(722.6742857142857, 490.01142857142855), Matrix(1.0, 0.0, 0.0, 1.349709114414999, 0.0, 0.0)))
insert_text((779.6571428571428, 512.3171428571428), text='was', fontsize=22.099999999999998, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(779.6571428571428, 490.21714285714285), Matrix(1.0, 0.0, 0.0, 1.3404007756948955, 0.0, 0.0)))
insert_text((401.5542857142857, 475.64571428571423), text='Xiao ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(401.5542857142857, 455.24571428571426), Matrix(1.0, 0.0, 0.0, 1.4420168067226908, 0.0, 0.0)))
insert_text((463.4742857142857, 476.0571428571428), text='Qian's ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(463.4742857142857, 455.65714285714284), Matrix(1.0, 0.0, 0.0, 1.452100840336134, 0.0, 0.0)))
insert_text((537.7371428571429, 476.2628571428571), text='Chinese ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(537.7371428571429, 455.86285714285714), Matrix(1.0, 0.0, 0.0, 1.4722689075630253, 0.0, 0.0)))
insert_text((628.4571428571428, 476.2628571428571), text='translation ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(628.4571428571428, 455.86285714285714), Matrix(1.0, 0.0, 0.0, 1.482352941176471, 0.0, 0.0)))
insert_text((744.48, 476.4685714285714), text='of ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(744.48, 456.06857142857143), Matrix(1.0, 0.0, 0.0, 1.4722689075630253, 0.0, 0.0)))
insert_text((773.28, 476.2628571428571), text='Peer', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(773.28, 455.86285714285714), Matrix(1.0, 0.0, 0.0, 1.482352941176471, 0.0, 0.0)))
insert_text((117.05142857142857, 476.96142857142854), text='[4]', fontsize=22.95, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(117.05142857142857, 454.01142857142855), Matrix(1.0, 0.0, 0.0, 1.1831932773109246, 0.0, 0.0)))
insert_text((149.34857142857143, 477.5785714285714), text='一', fontsize=22.95, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(149.34857142857143, 454.62857142857143), Matrix(1.0, 0.0, 0.0, 1.1473389355742287, 0.0, 0.0)))
insert_text((177.12, 477.98999999999995), text='九', fontsize=22.95, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(177.12, 455.03999999999996), Matrix(1.0, 0.0, 0.0, 1.1204481792717091, 0.0, 0.0)))
insert_text((201.3942857142857, 478.19571428571425), text='八', fontsize=22.95, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(201.3942857142857, 455.24571428571426), Matrix(1.0, 0.0, 0.0, 1.111484593837535, 0.0, 0.0)))
insert_text((225.66857142857143, 478.40142857142854), text='三', fontsize=22.95, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(225.66857142857143, 455.45142857142855), Matrix(1.0, 0.0, 0.0, 1.111484593837535, 0.0, 0.0)))
insert_text((253.44, 478.40142857142854), text='年', fontsize=22.95, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(253.44, 455.45142857142855), Matrix(1.0, 0.0, 0.0, 1.1204481792717091, 0.0, 0.0)))
insert_text((277.92, 478.40142857142854), text='二', fontsize=22.95, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(277.92, 455.45142857142855), Matrix(1.0, 0.0, 0.0, 1.129411764705883, 0.0, 0.0)))
insert_text((302.1942857142857, 477.98999999999995), text='月', fontsize=22.95, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(302.1942857142857, 455.03999999999996), Matrix(1.0, 0.0, 0.0, 1.165266106442579, 0.0, 0.0)))
insert_text((319.4742857142857, 477.98999999999995), text=',', fontsize=22.95, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(319.4742857142857, 455.03999999999996), Matrix(1.0, 0.0, 0.0, 1.1742296918767532, 0.0, 0.0)))
insert_text((348.68571428571425, 477.16714285714284), text='萧', fontsize=22.95, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(348.68571428571425, 454.21714285714285), Matrix(1.0, 0.0, 0.0, 1.2369747899159662, 0.0, 0.0)))
insert_text((401.3485714285714, 443.58142857142855), text='People's ', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(401.3485714285714, 422.33142857142855), Matrix(1.0, 0.0, 0.0, 1.442420168067228, 0.0, 0.0)))
insert_text((509.1428571428571, 443.78714285714284), text='Publishing ', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(509.1428571428571, 422.53714285714284), Matrix(1.0, 0.0, 0.0, 1.4617815126050413, 0.0, 0.0)))
insert_text((637.0971428571429, 443.78714285714284), text='House ', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(637.0971428571429, 422.53714285714284), Matrix(1.0, 0.0, 0.0, 1.4617815126050413, 0.0, 0.0)))
insert_text((715.68, 443.78714285714284), text='published', fontsize=21.25, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(715.68, 422.53714285714284), Matrix(1.0, 0.0, 0.0, 1.4617815126050413, 0.0, 0.0)))
insert_text((69.53142857142856, 432.03428571428566), text='写', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(69.53142857142856, 411.6342857142857), Matrix(1.0, 0.0, 0.0, 1.3210084033613445, 0.0, 0.0)))
insert_text((94.42285714285714, 432.23999999999995), text='成', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(94.42285714285714, 411.84), Matrix(1.0, 0.0, 0.0, 1.3310924369747903, 0.0, 0.0)))
insert_text((118.49142857142857, 432.65142857142854), text='都', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(118.49142857142857, 412.25142857142856), Matrix(1.0, 0.0, 0.0, 1.3310924369747903, 0.0, 0.0)))
insert_text((142.7657142857143, 432.65142857142854), text='柏', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(142.7657142857143, 412.25142857142856), Matrix(1.0, 0.0, 0.0, 1.3310924369747903, 0.0, 0.0)))
insert_text((163.33714285714285, 432.85714285714283), text='林', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(163.33714285714285, 412.45714285714286), Matrix(1.0, 0.0, 0.0, 1.3210084033613445, 0.0, 0.0)))
insert_text((183.90857142857143, 433.0628571428571), text='的', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(183.90857142857143, 412.66285714285715), Matrix(1.0, 0.0, 0.0, 1.3109243697478987, 0.0, 0.0)))
insert_text((211.4742857142857, 433.0628571428571), text='培', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(211.4742857142857, 412.66285714285715), Matrix(1.0, 0.0, 0.0, 1.3109243697478987, 0.0, 0.0)))
insert_text((232.25142857142856, 433.0628571428571), text='尔', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(232.25142857142856, 412.66285714285715), Matrix(1.0, 0.0, 0.0, 1.3109243697478987, 0.0, 0.0)))
insert_text((252.82285714285715, 433.0628571428571), text='·', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(252.82285714285715, 412.66285714285715), Matrix(1.0, 0.0, 0.0, 1.2907563025210071, 0.0, 0.0)))
insert_text((278.12571428571425, 432.85714285714283), text='金', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(278.12571428571425, 412.45714285714286), Matrix(1.0, 0.0, 0.0, 1.2806722689075616, 0.0, 0.0)))
insert_text((300.96, 432.85714285714283), text='特', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(300.96, 412.45714285714286), Matrix(1.0, 0.0, 0.0, 1.250420168067227, 0.0, 0.0)))
insert_text((318.24, 432.65142857142854), text='。', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(318.24, 412.25142857142856), Matrix(1.0, 0.0, 0.0, 1.2403361344537813, 0.0, 0.0)))
insert_text((347.04, 432.44571428571425), text='"', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(347.04, 412.04571428571427), Matrix(1.0, 0.0, 0.0, 1.200000000000001, 0.0, 0.0)))
insert_text((429.9428571428571, 412.7785714285714), text='[4] ', fontsize=22.95, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(429.9428571428571, 389.8285714285714), Matrix(1.0, 0.0, 0.0, 1.2728291316526623, 0.0, 0.0)))
insert_text((473.76, 412.3671428571428), text='In ', fontsize=22.95, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(473.76, 389.41714285714284), Matrix(1.0, 0.0, 0.0, 1.299719887955182, 0.0, 0.0)))
insert_text((507.9085714285714, 411.9557142857143), text='February ', fontsize=22.95, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(507.9085714285714, 389.0057142857143), Matrix(1.0, 0.0, 0.0, 1.3355742296918753, 0.0, 0.0)))
insert_text((621.6685714285715, 411.9557142857143), text='of ', fontsize=22.95, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(621.6685714285715, 389.0057142857143), Matrix(1.0, 0.0, 0.0, 1.3355742296918753, 0.0, 0.0)))
insert_text((657.6685714285715, 411.9557142857143), text='1983, ', fontsize=22.95, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(657.6685714285715, 389.0057142857143), Matrix(1.0, 0.0, 0.0, 1.3355742296918753, 0.0, 0.0)))
insert_text((731.52, 412.16142857142853), text='Sichuan', fontsize=22.95, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(731.52, 389.21142857142854), Matrix(1.0, 0.0, 0.0, 1.326610644257704, 0.0, 0.0)))
insert_text((218.6742857142857, 398.5028571428571), text='(short ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(218.6742857142857, 378.10285714285715), Matrix(1.0, 0.0, 0.0, 1.2705882352941185, 0.0, 0.0)))
insert_text((278.53714285714284, 398.9142857142857), text='book),', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(278.53714285714284, 378.51428571428573), Matrix(1.0, 0.0, 0.0, 1.2907563025210071, 0.0, 0.0)))
insert_text((68.91428571428571, 397.0628571428571), text='大', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(68.91428571428571, 376.66285714285715), Matrix(1.0, 0.0, 0.0, 1.351260504201679, 0.0, 0.0)))
insert_text((93.80571428571429, 397.2685714285714), text='为', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(93.80571428571429, 376.86857142857144), Matrix(1.0, 0.0, 0.0, 1.3310924369747903, 0.0, 0.0)))
insert_text((114.37714285714286, 397.47428571428566), text='一', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(114.37714285714286, 377.0742857142857), Matrix(1.0, 0.0, 0.0, 1.3109243697479016, 0.0, 0.0)))
insert_text((141.73714285714286, 397.88571428571424), text='本', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(141.73714285714286, 377.48571428571427), Matrix(1.0, 0.0, 0.0, 1.2806722689075642, 0.0, 0.0)))
insert_text((162.3085714285714, 397.88571428571424), text='小', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(162.3085714285714, 377.48571428571427), Matrix(1.0, 0.0, 0.0, 1.2806722689075642, 0.0, 0.0)))
insert_text((186.17142857142858, 398.09142857142854), text='书', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(186.17142857142858, 377.69142857142856), Matrix(1.0, 0.0, 0.0, 1.2705882352941185, 0.0, 0.0)))
insert_text((402.1714285714286, 377.3142857142857), text='turning ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(402.1714285714286, 356.9142857142857), Matrix(1.0, 0.0, 0.0, 1.4218487394957993, 0.0, 0.0)))
insert_text((480.5485714285714, 377.1085714285714), text='it ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(480.5485714285714, 356.7085714285714), Matrix(1.0, 0.0, 0.0, 1.4420168067226882, 0.0, 0.0)))
insert_text((501.9428571428571, 376.9028571428571), text='into ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(501.9428571428571, 356.5028571428571), Matrix(1.0, 0.0, 0.0, 1.452100840336134, 0.0, 0.0)))
insert_text((550.9028571428571, 376.6971428571428), text='Peer ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(550.9028571428571, 356.29714285714283), Matrix(1.0, 0.0, 0.0, 1.4621848739495795, 0.0, 0.0)))
insert_text((601.7142857142857, 376.4914285714285), text='Gynt ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(601.7142857142857, 356.09142857142854), Matrix(1.0, 0.0, 0.0, 1.4722689075630253, 0.0, 0.0)))
insert_text((658.9028571428571, 376.2857142857143), text='of ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(658.9028571428571, 355.8857142857143), Matrix(1.0, 0.0, 0.0, 1.4823529411764684, 0.0, 0.0)))
insert_text((684.0, 375.8742857142857), text='Dublin".', fontsize=20.4, fontname='F0', overlay=False, color=(0, 1, 1), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(684.0, 355.4742857142857), Matrix(1.0, 0.0, 0.0, 1.5025210084033598, 0.0, 0.0)))
insert_text((70.97142857142858, 359.8014285714286), text='要', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(70.97142857142858, 340.25142857142856), Matrix(1.0, 0.0, 0.0, 1.4100109609061027, 0.0, 0.0)))
insert_text((97.50857142857143, 360.00714285714287), text='把', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(97.50857142857143, 340.45714285714286), Matrix(1.0, 0.0, 0.0, 1.4100109609061027, 0.0, 0.0)))
insert_text((119.52, 360.00714285714287), text='他', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(119.52, 340.45714285714286), Matrix(1.0, 0.0, 0.0, 1.4100109609061027, 0.0, 0.0)))
insert_text((141.53142857142856, 360.00714285714287), text='的', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(141.53142857142856, 340.45714285714286), Matrix(1.0, 0.0, 0.0, 1.4205334307636084, 0.0, 0.0)))
insert_text((163.33714285714285, 360.00714285714287), text='故', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(163.33714285714285, 340.45714285714286), Matrix(1.0, 0.0, 0.0, 1.4205334307636084, 0.0, 0.0)))
insert_text((189.05142857142857, 360.21285714285716), text='事', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(189.05142857142857, 340.66285714285715), Matrix(1.0, 0.0, 0.0, 1.4205334307636084, 0.0, 0.0)))
insert_text((219.70285714285714, 360.21285714285716), text='《', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(219.70285714285714, 340.66285714285715), Matrix(1.0, 0.0, 0.0, 1.431055900621117, 0.0, 0.0)))
insert_text((233.0742857142857, 360.21285714285716), text='尤', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(233.0742857142857, 340.66285714285715), Matrix(1.0, 0.0, 0.0, 1.4415783704786256, 0.0, 0.0)))
insert_text((258.58285714285716, 360.21285714285716), text='利', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(258.58285714285716, 340.66285714285715), Matrix(1.0, 0.0, 0.0, 1.4415783704786256, 0.0, 0.0)))
insert_text((280.5942857142857, 360.41857142857145), text='西', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(280.5942857142857, 340.86857142857144), Matrix(1.0, 0.0, 0.0, 1.4415783704786256, 0.0, 0.0)))
insert_text((302.60571428571427, 360.41857142857145), text='斯', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(302.60571428571427, 340.86857142857144), Matrix(1.0, 0.0, 0.0, 1.4521008403361342, 0.0, 0.0)))
insert_text((324.4114285714286, 360.41857142857145), text='》', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(324.4114285714286, 340.86857142857144), Matrix(1.0, 0.0, 0.0, 1.4626233101936428, 0.0, 0.0)))
insert_text((348.68571428571425, 360.41857142857145), text='扩', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(348.68571428571425, 340.86857142857144), Matrix(1.0, 0.0, 0.0, 1.4626233101936428, 0.0, 0.0)))
insert_text((404.64, 343.55), text='pand ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(404.64, 324.0), Matrix(1.0, 0.0, 0.0, 1.4626233101936428, 0.0, 0.0)))
insert_text((462.85714285714283, 343.1385714285714), text='his ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(462.85714285714283, 323.5885714285714), Matrix(1.0, 0.0, 0.0, 1.4941907197661686, 0.0, 0.0)))
insert_text((500.09142857142854, 342.93285714285713), text='story ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(500.09142857142854, 323.3828571428571), Matrix(1.0, 0.0, 0.0, 1.515235659481186, 0.0, 0.0)))
insert_text((558.72, 342.5214285714286), text='Ulysses ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(558.72, 322.9714285714286), Matrix(1.0, 0.0, 0.0, 1.5362805991962003, 0.0, 0.0)))
insert_text((641.6228571428571, 342.3157142857143), text='into ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(641.6228571428571, 322.7657142857143), Matrix(1.0, 0.0, 0.0, 1.546803069053709, 0.0, 0.0)))
insert_text((688.7314285714285, 342.3157142857143), text='a ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(688.7314285714285, 322.7657142857143), Matrix(1.0, 0.0, 0.0, 1.546803069053709, 0.0, 0.0)))
insert_text((707.2457142857143, 342.3157142857143), text='short ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(707.2457142857143, 322.7657142857143), Matrix(1.0, 0.0, 0.0, 1.546803069053709, 0.0, 0.0)))
insert_text((764.4342857142857, 342.3157142857143), text='book,', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(764.4342857142857, 322.7657142857143), Matrix(1.0, 0.0, 0.0, 1.546803069053709, 0.0, 0.0)))
insert_text((70.97142857142858, 328.66857142857145), text='里', fontsize=23.8, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(70.97142857142858, 304.86857142857144), Matrix(1.0, 0.0, 0.0, 1.123649459783913, 0.0, 0.0)))
insert_text((93.18857142857142, 328.66857142857145), text='写', fontsize=23.8, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(93.18857142857142, 304.86857142857144), Matrix(1.0, 0.0, 0.0, 1.123649459783913, 0.0, 0.0)))
insert_text((121.57714285714286, 328.66857142857145), text='道', fontsize=23.8, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(121.57714285714286, 304.86857142857144), Matrix(1.0, 0.0, 0.0, 1.123649459783913, 0.0, 0.0)))
insert_text((139.4742857142857, 328.66857142857145), text=':"', fontsize=23.8, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(139.4742857142857, 304.86857142857144), Matrix(1.0, 0.0, 0.0, 1.1409363745498202, 0.0, 0.0)))
insert_text((189.25714285714287, 328.87428571428575), text='吉', fontsize=23.8, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(189.25714285714287, 305.07428571428574), Matrix(1.0, 0.0, 0.0, 1.1322929171668665, 0.0, 0.0)))
insert_text((214.14857142857142, 328.87428571428575), text='姆', fontsize=23.8, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(214.14857142857142, 305.07428571428574), Matrix(1.0, 0.0, 0.0, 1.1409363745498178, 0.0, 0.0)))
insert_text((242.53714285714284, 329.08), text='2', fontsize=23.8, fontname='F0', overlay=False, color=(0, 1, 1), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(242.53714285714284, 305.28), Matrix(1.0, 0.0, 0.0, 1.1409363745498202, 0.0, 0.0)))
insert_text((253.2342857142857, 329.08), text='告', fontsize=23.8, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(253.2342857142857, 305.28), Matrix(1.0, 0.0, 0.0, 1.1409363745498202, 0.0, 0.0)))
insert_text((278.12571428571425, 329.08), text='诉', fontsize=23.8, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(278.12571428571425, 305.28), Matrix(1.0, 0.0, 0.0, 1.1495798319327737, 0.0, 0.0)))
insert_text((303.01714285714286, 329.2857142857143), text='我', fontsize=23.8, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(303.01714285714286, 305.48571428571427), Matrix(1.0, 0.0, 0.0, 1.1495798319327737, 0.0, 0.0)))
insert_text((320.7085714285714, 329.2857142857143), text=',', fontsize=23.8, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(320.7085714285714, 305.48571428571427), Matrix(1.0, 0.0, 0.0, 1.1582232893157272, 0.0, 0.0)))
insert_text((350.12571428571425, 329.49142857142857), text='他', fontsize=23.8, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(350.12571428571425, 305.69142857142856), Matrix(1.0, 0.0, 0.0, 1.1582232893157272, 0.0, 0.0)))
insert_text((404.64, 308.16714285714284), text='diary ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(404.64, 288.6171428571428), Matrix(1.0, 0.0, 0.0, 1.5362805991962003, 0.0, 0.0)))
insert_text((465.3257142857143, 308.37285714285713), text='"Jim ', fontsize=19.55, fontname='F0', overlay=False, color=(0, 1, 1), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(465.3257142857143, 288.8228571428571), Matrix(1.0, 0.0, 0.0, 1.5257581293386917, 0.0, 0.0)))
insert_text((520.2514285714286, 308.37285714285713), text='told ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(520.2514285714286, 288.8228571428571), Matrix(1.0, 0.0, 0.0, 1.5257581293386917, 0.0, 0.0)))
insert_text((563.2457142857143, 308.37285714285713), text='me ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(563.2457142857143, 288.8228571428571), Matrix(1.0, 0.0, 0.0, 1.5257581293386917, 0.0, 0.0)))
insert_text((606.0342857142857, 308.5785714285714), text='that ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(606.0342857142857, 289.0285714285714), Matrix(1.0, 0.0, 0.0, 1.5152356594811829, 0.0, 0.0)))
insert_text((651.2914285714286, 308.5785714285714), text='he ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(651.2914285714286, 289.0285714285714), Matrix(1.0, 0.0, 0.0, 1.5152356594811829, 0.0, 0.0)))
insert_text((682.3542857142857, 308.5785714285714), text='intends ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(682.3542857142857, 289.0285714285714), Matrix(1.0, 0.0, 0.0, 1.5152356594811829, 0.0, 0.0)))
insert_text((762.1714285714286, 308.7842857142857), text='to ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(762.1714285714286, 289.2342857142857), Matrix(1.0, 0.0, 0.0, 1.5047131896236743, 0.0, 0.0)))
insert_text((789.3257142857143, 308.7842857142857), text='ex-', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(789.3257142857143, 289.2342857142857), Matrix(1.0, 0.0, 0.0, 1.4941907197661686, 0.0, 0.0)))
insert_text((163.33714285714285, 289.85857142857145), text='斯', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(163.33714285714285, 270.30857142857144), Matrix(1.0, 0.0, 0.0, 1.3889660211910855, 0.0, 0.0)))
insert_text((188.22857142857143, 289.85857142857145), text='坦', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(188.22857142857143, 270.30857142857144), Matrix(1.0, 0.0, 0.0, 1.3889660211910855, 0.0, 0.0)))
insert_text((209.62285714285713, 290.06428571428575), text='尼', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(209.62285714285713, 270.51428571428573), Matrix(1.0, 0.0, 0.0, 1.3784435513335767, 0.0, 0.0)))
insert_text((234.5142857142857, 290.27), text='斯', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(234.5142857142857, 270.71999999999997), Matrix(1.0, 0.0, 0.0, 1.367921081476071, 0.0, 0.0)))
insert_text((259.4057142857143, 290.27), text='劳', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(259.4057142857143, 270.71999999999997), Matrix(1.0, 0.0, 0.0, 1.367921081476071, 0.0, 0.0)))
insert_text((280.8, 290.27), text='斯', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(280.8, 270.71999999999997), Matrix(1.0, 0.0, 0.0, 1.367921081476071, 0.0, 0.0)))
insert_text((305.69142857142856, 290.27), text='在', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(305.69142857142856, 270.71999999999997), Matrix(1.0, 0.0, 0.0, 1.367921081476071, 0.0, 0.0)))
insert_text((326.88, 290.27), text='日', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(326.88, 270.71999999999997), Matrix(1.0, 0.0, 0.0, 1.367921081476071, 0.0, 0.0)))
insert_text((350.12571428571425, 290.27), text='记', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(350.12571428571425, 270.71999999999997), Matrix(1.0, 0.0, 0.0, 1.3573986116185623, 0.0, 0.0)))
insert_text((70.76571428571428, 289.0357142857143), text='斯', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(70.76571428571428, 269.48571428571427), Matrix(1.0, 0.0, 0.0, 1.4100109609061027, 0.0, 0.0)))
insert_text((92.16, 289.24142857142857), text='的', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(92.16, 269.69142857142856), Matrix(1.0, 0.0, 0.0, 1.4100109609061027, 0.0, 0.0)))
insert_text((120.54857142857142, 289.44714285714286), text='弟', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(120.54857142857142, 269.89714285714285), Matrix(1.0, 0.0, 0.0, 1.4100109609061027, 0.0, 0.0)))
insert_text((141.94285714285715, 289.65285714285716), text='弟', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(141.94285714285715, 270.10285714285715), Matrix(1.0, 0.0, 0.0, 1.399488491048594, 0.0, 0.0)))
insert_text((403.81714285714287, 276.5142857142857), text='Joyce's ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(403.81714285714287, 256.1142857142857), Matrix(1.0, 0.0, 0.0, 1.4218487394957993, 0.0, 0.0)))
insert_text((492.68571428571425, 276.5142857142857), text='brother ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(492.68571428571425, 256.1142857142857), Matrix(1.0, 0.0, 0.0, 1.4218487394957993, 0.0, 0.0)))
insert_text((577.6457142857142, 276.5142857142857), text='Stanislaus ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(577.6457142857142, 256.1142857142857), Matrix(1.0, 0.0, 0.0, 1.4218487394957993, 0.0, 0.0)))
insert_text((691.1999999999999, 276.71999999999997), text='wrote ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(691.1999999999999, 256.32), Matrix(1.0, 0.0, 0.0, 1.4117647058823537, 0.0, 0.0)))
insert_text((761.5542857142857, 276.92571428571426), text='in ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(761.5542857142857, 256.5257142857143), Matrix(1.0, 0.0, 0.0, 1.401680672268908, 0.0, 0.0)))
insert_text((790.1485714285714, 276.92571428571426), text='his', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(790.1485714285714, 256.5257142857143), Matrix(1.0, 0.0, 0.0, 1.401680672268908, 0.0, 0.0)))
insert_text((68.09142857142857, 253.68), text='一', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(68.09142857142857, 233.28), Matrix(1.0, 0.0, 0.0, 1.4117647058823521, 0.0, 0.0)))
insert_text((94.62857142857143, 254.09142857142857), text='九', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(94.62857142857143, 233.69142857142856), Matrix(1.0, 0.0, 0.0, 1.3915966386554621, 0.0, 0.0)))
insert_text((113.14285714285714, 254.29714285714286), text='〇', fontsize=20.4, fontname='F0', overlay=False, color=(0, 1, 1), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(113.14285714285714, 233.89714285714285), Matrix(1.0, 0.0, 0.0, 1.3815126050420163, 0.0, 0.0)))
insert_text((138.85714285714286, 254.70857142857142), text='七', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(138.85714285714286, 234.3085714285714), Matrix(1.0, 0.0, 0.0, 1.361344537815126, 0.0, 0.0)))
insert_text((164.57142857142856, 254.9142857142857), text='年', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(164.57142857142856, 234.5142857142857), Matrix(1.0, 0.0, 0.0, 1.3512605042016805, 0.0, 0.0)))
insert_text((186.58285714285714, 254.9142857142857), text='十', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(186.58285714285714, 234.5142857142857), Matrix(1.0, 0.0, 0.0, 1.3512605042016805, 0.0, 0.0)))
insert_text((208.79999999999998, 255.12), text='一', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(208.79999999999998, 234.72), Matrix(1.0, 0.0, 0.0, 1.3411764705882347, 0.0, 0.0)))
insert_text((234.5142857142857, 255.12), text='月', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(234.5142857142857, 234.72), Matrix(1.0, 0.0, 0.0, 1.3411764705882347, 0.0, 0.0)))
insert_text((252.82285714285715, 254.9142857142857), text='十', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(252.82285714285715, 234.5142857142857), Matrix(1.0, 0.0, 0.0, 1.3512605042016805, 0.0, 0.0)))
insert_text((278.53714285714284, 254.70857142857142), text='日', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(278.53714285714284, 234.3085714285714), Matrix(1.0, 0.0, 0.0, 1.361344537815126, 0.0, 0.0)))
insert_text((296.8457142857143, 254.70857142857142), text=',', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(296.8457142857143, 234.3085714285714), Matrix(1.0, 0.0, 0.0, 1.361344537815126, 0.0, 0.0)))
insert_text((326.2628571428571, 254.29714285714286), text='乔', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(326.2628571428571, 233.89714285714285), Matrix(1.0, 0.0, 0.0, 1.3815126050420163, 0.0, 0.0)))
insert_text((348.48, 253.8857142857143), text='伊', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(348.48, 233.4857142857143), Matrix(1.0, 0.0, 0.0, 1.4016806722689064, 0.0, 0.0)))
insert_text((403.6114285714286, 242.51714285714283), text='partial ', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(403.6114285714286, 223.81714285714284), Matrix(1.0, 0.0, 0.0, 1.5511077158135993, 0.0, 0.0)))
insert_text((470.2628571428571, 242.31142857142856), text='to ', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(470.2628571428571, 223.61142857142858), Matrix(1.0, 0.0, 0.0, 1.5731092436974778, 0.0, 0.0)))
insert_text((498.0342857142857, 241.6942857142857), text='Peer ', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(498.0342857142857, 222.99428571428572), Matrix(1.0, 0.0, 0.0, 1.6061115355232989, 0.0, 0.0)))
insert_text((551.7257142857143, 241.28285714285713), text='Gynt. ', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(551.7257142857143, 222.58285714285714), Matrix(1.0, 0.0, 0.0, 1.6281130634071805, 0.0, 0.0)))
insert_text((610.9714285714285, 241.07714285714283), text='On ', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(610.9714285714285, 222.37714285714284), Matrix(1.0, 0.0, 0.0, 1.6391138273491213, 0.0, 0.0)))
insert_text((647.1771428571428, 240.66571428571427), text='January ', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(647.1771428571428, 221.96571428571428), Matrix(1.0, 0.0, 0.0, 1.6611153552330016, 0.0, 0.0)))
insert_text((732.1371428571429, 240.66571428571427), text='10, ', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(732.1371428571429, 221.96571428571428), Matrix(1.0, 0.0, 0.0, 1.6611153552330016, 0.0, 0.0)))
insert_text((768.96, 240.45999999999998), text='1907,', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(768.96, 221.76), Matrix(1.0, 0.0, 0.0, 1.6721161191749423, 0.0, 0.0)))
insert_text((326.6742857142857, 220.53285714285715), text='》', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(326.6742857142857, 200.98285714285714), Matrix(1.0, 0.0, 0.0, 1.3468761417610524, 0.0, 0.0)))
insert_text((350.9485714285714, 220.9442857142857), text='。', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(350.9485714285714, 201.3942857142857), Matrix(1.0, 0.0, 0.0, 1.3258312020460365, 0.0, 0.0)))
insert_text((68.50285714285714, 218.4757142857143), text='伊', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(68.50285714285714, 198.9257142857143), Matrix(1.0, 0.0, 0.0, 1.3994884910485925, 0.0, 0.0)))
insert_text((93.80571428571429, 218.4757142857143), text='斯', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(93.80571428571429, 198.9257142857143), Matrix(1.0, 0.0, 0.0, 1.388966021191084, 0.0, 0.0)))
insert_text((121.57714285714286, 218.4757142857143), text='最', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(121.57714285714286, 198.9257142857143), Matrix(1.0, 0.0, 0.0, 1.3784435513335767, 0.0, 0.0)))
insert_text((142.3542857142857, 218.68142857142857), text='看', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(142.3542857142857, 199.13142857142856), Matrix(1.0, 0.0, 0.0, 1.3679210814760696, 0.0, 0.0)))
insert_text((163.33714285714285, 218.68142857142857), text='重', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(163.33714285714285, 199.13142857142856), Matrix(1.0, 0.0, 0.0, 1.357398611618561, 0.0, 0.0)))
insert_text((191.10857142857142, 218.88714285714286), text='《', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(191.10857142857142, 199.33714285714285), Matrix(1.0, 0.0, 0.0, 1.357398611618561, 0.0, 0.0)))
insert_text((211.88571428571427, 219.09285714285716), text='培', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(211.88571428571427, 199.54285714285714), Matrix(1.0, 0.0, 0.0, 1.3468761417610524, 0.0, 0.0)))
insert_text((232.8685714285714, 219.29857142857145), text='尔', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(232.8685714285714, 199.74857142857144), Matrix(1.0, 0.0, 0.0, 1.3468761417610509, 0.0, 0.0)))
insert_text((257.1428571428571, 219.50428571428571), text='·', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(257.1428571428571, 199.9542857142857), Matrix(1.0, 0.0, 0.0, 1.3468761417610524, 0.0, 0.0)))
insert_text((280.18285714285713, 219.71), text='金', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(280.18285714285713, 200.16), Matrix(1.0, 0.0, 0.0, 1.357398611618561, 0.0, 0.0)))
insert_text((302.4, 220.12142857142857), text='特', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(302.4, 200.57142857142856), Matrix(1.0, 0.0, 0.0, 1.3468761417610524, 0.0, 0.0)))
insert_text((431.1771428571428, 207.33999999999997), text='[3] ', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(431.1771428571428, 188.64), Matrix(1.0, 0.0, 0.0, 1.6501145912910622, 0.0, 0.0)))
insert_text((466.3542857142857, 207.54571428571427), text='Of ', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(466.3542857142857, 188.84571428571428), Matrix(1.0, 0.0, 0.0, 1.661115355233003, 0.0, 0.0)))
insert_text((496.8, 207.75142857142856), text='all ', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(496.8, 189.05142857142857), Matrix(1.0, 0.0, 0.0, 1.6611153552330016, 0.0, 0.0)))
insert_text((529.5085714285714, 207.95714285714286), text='the ', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(529.5085714285714, 189.25714285714287), Matrix(1.0, 0.0, 0.0, 1.6501145912910606, 0.0, 0.0)))
insert_text((561.3942857142857, 208.16285714285712), text='plays ', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(561.3942857142857, 189.46285714285713), Matrix(1.0, 0.0, 0.0, 1.6391138273491213, 0.0, 0.0)))
insert_text((623.9314285714286, 208.5742857142857), text='by ', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(623.9314285714286, 189.87428571428572), Matrix(1.0, 0.0, 0.0, 1.6171122994652396, 0.0, 0.0)))
insert_text((654.7885714285715, 208.98571428571427), text='Ibsen, ', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(654.7885714285715, 190.28571428571428), Matrix(1.0, 0.0, 0.0, 1.5951107715813595, 0.0, 0.0)))
insert_text((719.7942857142857, 209.39714285714285), text='Joyce ', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(719.7942857142857, 190.69714285714286), Matrix(1.0, 0.0, 0.0, 1.5731092436974778, 0.0, 0.0)))
insert_text((782.9485714285714, 210.0142857142857), text='was', fontsize=18.7, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(782.9485714285714, 191.31428571428572), Matrix(1.0, 0.0, 0.0, 1.507104660045836, 0.0, 0.0)))
insert_text((118.69714285714285, 187.31571428571428), text='[3]', fontsize=22.95, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(118.69714285714285, 164.3657142857143), Matrix(1.0, 0.0, 0.0, 1.1563025210084026, 0.0, 0.0)))
insert_text((155.10857142857142, 187.31571428571428), text='易', fontsize=22.95, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(155.10857142857142, 164.3657142857143), Matrix(1.0, 0.0, 0.0, 1.1652661064425767, 0.0, 0.0)))
insert_text((179.17714285714285, 187.31571428571428), text='卜', fontsize=22.95, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(179.17714285714285, 164.3657142857143), Matrix(1.0, 0.0, 0.0, 1.1742296918767507, 0.0, 0.0)))
insert_text((203.86285714285714, 187.31571428571428), text='生', fontsize=22.95, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(203.86285714285714, 164.3657142857143), Matrix(1.0, 0.0, 0.0, 1.1742296918767507, 0.0, 0.0)))
insert_text((224.84571428571428, 187.31571428571428), text='的', fontsize=22.95, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(224.84571428571428, 164.3657142857143), Matrix(1.0, 0.0, 0.0, 1.1742296918767507, 0.0, 0.0)))
insert_text((253.0285714285714, 187.31571428571428), text='剧', fontsize=22.95, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(253.0285714285714, 164.3657142857143), Matrix(1.0, 0.0, 0.0, 1.1742296918767507, 0.0, 0.0)))
insert_text((277.50857142857143, 187.31571428571428), text='本', fontsize=22.95, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(277.50857142857143, 164.3657142857143), Matrix(1.0, 0.0, 0.0, 1.1742296918767507, 0.0, 0.0)))
insert_text((302.1942857142857, 187.52142857142854), text='中', fontsize=22.95, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(302.1942857142857, 164.57142857142856), Matrix(1.0, 0.0, 0.0, 1.1652661064425778, 0.0, 0.0)))
insert_text((319.68, 187.52142857142854), text=',', fontsize=22.95, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(319.68, 164.57142857142856), Matrix(1.0, 0.0, 0.0, 1.1652661064425778, 0.0, 0.0)))
insert_text((349.50857142857143, 187.52142857142854), text='乔', fontsize=22.95, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(349.50857142857143, 164.57142857142856), Matrix(1.0, 0.0, 0.0, 1.1652661064425778, 0.0, 0.0)))
insert_text((663.84, 178.36142857142858), text='journey.', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(663.84, 158.81142857142856), Matrix(1.0, 0.0, 0.0, 1.4626233101936428, 0.0, 0.0)))
insert_text((403.81714285714287, 178.56714285714287), text='to ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(403.81714285714287, 159.01714285714286), Matrix(1.0, 0.0, 0.0, 1.315308732188528, 0.0, 0.0)))
insert_text((432.6171428571428, 177.95000000000002), text='embark ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(432.6171428571428, 158.4), Matrix(1.0, 0.0, 0.0, 1.3994884910485925, 0.0, 0.0)))
insert_text((516.7542857142857, 177.95000000000002), text='on ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(516.7542857142857, 158.4), Matrix(1.0, 0.0, 0.0, 1.4205334307636097, 0.0, 0.0)))
insert_text((548.2285714285714, 177.95000000000002), text='his ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(548.2285714285714, 158.4), Matrix(1.0, 0.0, 0.0, 1.431055900621117, 0.0, 0.0)))
insert_text((585.4628571428572, 177.95000000000002), text='literary ', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(585.4628571428572, 158.4), Matrix(1.0, 0.0, 0.0, 1.4626233101936428, 0.0, 0.0)))
insert_text((403.81714285714287, 145.26857142857142), text='which ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(403.81714285714287, 124.86857142857143), Matrix(1.0, 0.0, 0.0, 1.3915966386554628, 0.0, 0.0)))
insert_text((478.69714285714286, 145.68), text='gave ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(478.69714285714286, 125.28), Matrix(1.0, 0.0, 0.0, 1.3815126050420163, 0.0, 0.0)))
insert_text((535.8857142857142, 145.4742857142857), text='Joyce ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(535.8857142857142, 125.07428571428571), Matrix(1.0, 0.0, 0.0, 1.401680672268908, 0.0, 0.0)))
insert_text((603.7714285714286, 145.4742857142857), text='the ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(603.7714285714286, 125.07428571428571), Matrix(1.0, 0.0, 0.0, 1.4117647058823537, 0.0, 0.0)))
insert_text((643.8857142857142, 144.85714285714286), text='courage ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(643.8857142857142, 124.45714285714286), Matrix(1.0, 0.0, 0.0, 1.4621848739495795, 0.0, 0.0)))
insert_text((735.84, 144.44571428571427), text='and ', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(735.84, 124.04571428571428), Matrix(1.0, 0.0, 0.0, 1.4823529411764704, 0.0, 0.0)))
insert_text((781.3028571428571, 143.82857142857142), text='will', fontsize=20.4, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(781.3028571428571, 123.42857142857143), Matrix(1.0, 0.0, 0.0, 1.5126050420168062, 0.0, 0.0)))
insert_text((276.48, 141.95), text='。', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(276.48, 122.39999999999999), Matrix(1.0, 0.0, 0.0, 1.367921081476069, 0.0, 0.0)))
insert_text((70.76571428571428, 140.51), text='决', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(70.76571428571428, 120.96), Matrix(1.0, 0.0, 0.0, 1.494190719766168, 0.0, 0.0)))
insert_text((93.6, 140.51), text='心', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(93.6, 120.96), Matrix(1.0, 0.0, 0.0, 1.4836682499086593, 0.0, 0.0)))
insert_text((115.61142857142858, 140.51), text=',', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(115.61142857142858, 120.96), Matrix(1.0, 0.0, 0.0, 1.4731457800511507, 0.0, 0.0)))
insert_text((141.12, 140.71571428571428), text='走', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(141.12, 121.16571428571429), Matrix(1.0, 0.0, 0.0, 1.4521008403361348, 0.0, 0.0)))
insert_text((163.13142857142856, 140.92142857142858), text='上', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(163.13142857142856, 121.37142857142857), Matrix(1.0, 0.0, 0.0, 1.4310559006211183, 0.0, 0.0)))
insert_text((185.14285714285714, 140.92142857142858), text='文', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(185.14285714285714, 121.37142857142857), Matrix(1.0, 0.0, 0.0, 1.4205334307636097, 0.0, 0.0)))
insert_text((210.65142857142857, 141.12714285714287), text='学', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(210.65142857142857, 121.57714285714286), Matrix(1.0, 0.0, 0.0, 1.3994884910485925, 0.0, 0.0)))
insert_text((236.3657142857143, 141.33285714285714), text='道', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(236.3657142857143, 121.78285714285714), Matrix(1.0, 0.0, 0.0, 1.3889660211910846, 0.0, 0.0)))
insert_text((258.37714285714287, 141.74428571428572), text='路', fontsize=19.55, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(258.37714285714287, 122.19428571428571), Matrix(1.0, 0.0, 0.0, 1.3784435513335767, 0.0, 0.0)))
insert_text((740.16, 62.29571428571428), text='特', fontsize=24.65, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(740.16, 37.645714285714284), Matrix(1.0, 0.0, 0.0, 1.1600115908432338, 0.0, 0.0)))
insert_text((767.9314285714286, 62.29571428571428), text='稿', fontsize=24.65, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(767.9314285714286, 37.645714285714284), Matrix(1.0, 0.0, 0.0, 1.1600115908432338, 0.0, 0.0)))
insert_text((790.9714285714285, 62.29571428571428), text='|5', fontsize=24.65, fontname='F0', overlay=False, color=(0.0, 0.0, 0.0), stroke_opacity=1, fill_opacity=1, morph=(fitz.Point(790.9714285714285, 37.645714285714284), Matrix(1.0, 0.0, 0.0, 1.1683569979716026, 0.0, 0.0)))
Beta Was this translation helpful? Give feedback.
All reactions
-
fontsize*0.85 copied text as below, many additional spaces
尔 兰和挪威都是小 国, oth Ireland and Norway are small 爱地 处欧 洲 的 边陲。 十二 Bcountries on the fringes of Europe.
世 纪以 来, 爱尔 兰受 英 吉利 统 Oppressed by the British since the 12th
治 者 的压 迫, 民族独立运动 century, the Irish movement toward in从 未 停止 过。 一 九 四 九年 成 dependence had never ceased until the
founding of the Republic of Ireland in 立 爱尔 兰 共和 国。 挪 威 呢,
一 八一 四年就 被丹麦割 与瑞 1949. As for Norway, it became an in一九〇 五 年 独立 为 挪 威王 dependent kingdom in 1905, following 典,
its own history of being given to Swe- 国 。
fontsize*1.1 copied text as below, reduced spaces
尔兰和挪威都是小国, oth Ireland and Norway are small 爱地处欧洲的边陲。十二 Bcountries on the fringes of Europe.
世纪以来, 爱尔兰受英吉利统 Oppressed by the British since the 12th
治者的压迫, 民族独立运动 century, the Irish movementoward in从未停止过。一九四九年成 dependence had never ceased until the
立爱尔兰共和国。挪威呢,
founding of the Republic of Ireland in
一八一四年就被丹麦割与瑞 1949. As for Norway, it became an in一九〇五年独立为挪威王 dependent kingdom in 1905, following 典,
its own history of being given to Swe- 国 。 den by Denmark in 1814
Beta Was this translation helpful? Give feedback.