In [8]:
from __future__ import division
import numpy as np
import pandas as pd
import codecs
import json
import ast
import json
In [77]:
tokenfile = pd.DataFrame.from_csv('LearningTreebanks_gr.csv', sep='\t', encoding='utf-8') #Only testsentences. No demosents
tokenfile = tokenfile.reset_index()
tokenfile.Stimuliname = tokenfile.Stimuliname.str[:-4] #removing '.png'
In [89]:
with open('Pagerecordings/2015-12-10_22-11-52test') as datafile:
flaskdata = json.load(datafile)#a list of dicts.
In [100]:
for letterscreen in flaskdata: #Every other is the fixation cross screen. You need still timestamp from this
#letterscreen is a dict with one entry
for screencontent in letterscreen: #only one per letterscreen
screencontent = ast.literal_eval(screencontent) #is string. Needs to be turned into python object
timestamp = screencontent['timestamp']
screenid = screencontent['screen_id']
tokensent = tokenfile[tokenfile.Stimuliname==screenid] #looking up tokenized annotated sent
boxes = screencontent['boxes']
for box in boxes:
print box
{'right': 112.171875, 'bottom': 326.375, 'text': 'B', 'top': 300, 'height': 26.375, 'width': 12.171875, 'id': '0000-00', 'left': 100}
{'right': 119.921875, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 7.75, 'id': '0000-01', 'left': 112.171875}
{'right': 126.703125, 'bottom': 326.375, 'text': 's', 'top': 300, 'height': 26.375, 'width': 6.78125, 'id': '0000-02', 'left': 119.921875}
{'right': 130.28125, 'bottom': 326.375, 'text': 'i', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0000-03', 'left': 126.703125}
{'right': 138.390625, 'bottom': 326.375, 'text': 'd', 'top': 300, 'height': 26.375, 'width': 8.109375, 'id': '0000-04', 'left': 130.28125}
{'right': 146.140625, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 7.75, 'id': '0000-05', 'left': 138.390625}
{'right': 152.921875, 'bottom': 326.375, 'text': 's', 'top': 300, 'height': 26.375, 'width': 6.78125, 'id': '0000-06', 'left': 146.140625}
{'right': 160.90625, 'bottom': 326.375, 'text': ',', 'top': 300, 'height': 26.375, 'width': 7.984375, 'id': '0000-07', 'left': 152.921875}
{'right': 172.171875, 'bottom': 326.375, 'text': 'T', 'top': 300, 'height': 26.375, 'width': 11.265625, 'id': '0001-00', 'left': 160.90625}
{'right': 175.75, 'bottom': 326.375, 'text': 'i', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0001-01', 'left': 172.171875}
{'right': 188.40625, 'bottom': 326.375, 'text': 'm', 'top': 300, 'height': 26.375, 'width': 12.65625, 'id': '0001-02', 'left': 175.75}
{'right': 199.40625, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 11, 'id': '0001-03', 'left': 188.40625}
{'right': 210.40625, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 11, 'id': '0002-00', 'left': 199.40625}
{'right': 218.109375, 'bottom': 326.375, 'text': 'x', 'top': 300, 'height': 26.375, 'width': 7.703125, 'id': '0002-01', 'left': 210.40625}
{'right': 225.859375, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 7.75, 'id': '0002-02', 'left': 218.109375}
{'right': 232.640625, 'bottom': 326.375, 'text': 'c', 'top': 300, 'height': 26.375, 'width': 6.78125, 'id': '0002-03', 'left': 225.859375}
{'right': 240.875, 'bottom': 326.375, 'text': 'u', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0002-04', 'left': 232.640625}
{'right': 246, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 5.125, 'id': '0002-05', 'left': 240.875}
{'right': 249.578125, 'bottom': 326.375, 'text': 'i', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0002-06', 'left': 246}
{'right': 257.28125, 'bottom': 326.375, 'text': 'v', 'top': 300, 'height': 26.375, 'width': 7.703125, 'id': '0002-07', 'left': 249.578125}
{'right': 265.03125, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 7.75, 'id': '0002-08', 'left': 257.28125}
{'right': 275.0625, 'bottom': 326.375, 'text': 's', 'top': 300, 'height': 26.375, 'width': 10.03125, 'id': '0002-09', 'left': 265.03125}
{'right': 283.4375, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 8.375, 'id': '0003-00', 'left': 275.0625}
{'right': 291.671875, 'bottom': 326.375, 'text': 'h', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0003-01', 'left': 283.4375}
{'right': 295.25, 'bottom': 326.375, 'text': 'i', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0003-02', 'left': 291.671875}
{'right': 303.484375, 'bottom': 326.375, 'text': 'n', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0003-03', 'left': 295.25}
{'right': 314.4375, 'bottom': 326.375, 'text': 'k', 'top': 300, 'height': 26.375, 'width': 10.953125, 'id': '0003-04', 'left': 303.484375}
{'right': 324.46875, 'bottom': 326.375, 'text': 's', 'top': 300, 'height': 26.375, 'width': 10.03125, 'id': '0004-00', 'left': 314.4375}
{'right': 332.21875, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 7.75, 'id': '0004-01', 'left': 324.46875}
{'right': 335.796875, 'bottom': 326.375, 'text': 'l', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0004-02', 'left': 332.21875}
{'right': 339.375, 'bottom': 326.375, 'text': 'l', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0004-03', 'left': 335.796875}
{'right': 342.953125, 'bottom': 326.375, 'text': 'i', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0004-04', 'left': 339.375}
{'right': 351.1875, 'bottom': 326.375, 'text': 'n', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0004-05', 'left': 342.953125}
{'right': 362.546875, 'bottom': 326.375, 'text': 'g', 'top': 300, 'height': 26.375, 'width': 11.359375, 'id': '0004-06', 'left': 351.1875}
{'right': 376.859375, 'bottom': 326.375, 'text': 'a', 'top': 300, 'height': 26.375, 'width': 14.3125, 'id': '0005-00', 'left': 362.546875}
{'right': 388.34375, 'bottom': 326.375, 'text': 'n', 'top': 300, 'height': 26.375, 'width': 11.484375, 'id': '0006-00', 'left': 376.859375}
{'right': 396.09375, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 7.75, 'id': '0006-01', 'left': 388.34375}
{'right': 406.734375, 'bottom': 326.375, 'text': 'w', 'top': 300, 'height': 26.375, 'width': 10.640625, 'id': '0006-02', 'left': 396.09375}
{'right': 416.765625, 'bottom': 326.375, 'text': 's', 'top': 300, 'height': 26.375, 'width': 10.03125, 'id': '0006-03', 'left': 406.734375}
{'right': 432.671875, 'bottom': 326.375, 'text': 'm', 'top': 300, 'height': 26.375, 'width': 15.90625, 'id': '0007-00', 'left': 416.765625}
{'right': 440.484375, 'bottom': 326.375, 'text': 'a', 'top': 300, 'height': 26.375, 'width': 7.8125, 'id': '0007-01', 'left': 432.671875}
{'right': 448.59375, 'bottom': 326.375, 'text': 'g', 'top': 300, 'height': 26.375, 'width': 8.109375, 'id': '0007-02', 'left': 440.484375}
{'right': 456.40625, 'bottom': 326.375, 'text': 'a', 'top': 300, 'height': 26.375, 'width': 7.8125, 'id': '0007-03', 'left': 448.59375}
{'right': 463.25, 'bottom': 326.375, 'text': 'z', 'top': 300, 'height': 26.375, 'width': 6.84375, 'id': '0007-04', 'left': 456.40625}
{'right': 466.828125, 'bottom': 326.375, 'text': 'i', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0007-05', 'left': 463.25}
{'right': 475.0625, 'bottom': 326.375, 'text': 'n', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0007-06', 'left': 466.828125}
{'right': 486.0625, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 11, 'id': '0007-07', 'left': 475.0625}
{'right': 499.953125, 'bottom': 326.375, 'text': 'w', 'top': 300, 'height': 26.375, 'width': 13.890625, 'id': '0008-00', 'left': 486.0625}
{'right': 503.53125, 'bottom': 326.375, 'text': 'i', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0008-01', 'left': 499.953125}
{'right': 508.65625, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 5.125, 'id': '0008-02', 'left': 503.53125}
{'right': 520.140625, 'bottom': 326.375, 'text': 'h', 'top': 300, 'height': 26.375, 'width': 11.484375, 'id': '0008-03', 'left': 508.65625}
{'right': 534.453125, 'bottom': 326.375, 'text': 'a', 'top': 300, 'height': 26.375, 'width': 14.3125, 'id': '0009-00', 'left': 520.140625}
{'right': 544.484375, 'bottom': 326.375, 'text': 'c', 'top': 300, 'height': 26.375, 'width': 10.03125, 'id': '0010-00', 'left': 534.453125}
{'right': 548.0625, 'bottom': 326.375, 'text': 'l', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0010-01', 'left': 544.484375}
{'right': 555.953125, 'bottom': 326.375, 'text': 'o', 'top': 300, 'height': 26.375, 'width': 7.890625, 'id': '0010-02', 'left': 548.0625}
{'right': 562.734375, 'bottom': 326.375, 'text': 'c', 'top': 300, 'height': 26.375, 'width': 6.78125, 'id': '0010-03', 'left': 555.953125}
{'right': 573.6875, 'bottom': 326.375, 'text': 'k', 'top': 300, 'height': 26.375, 'width': 10.953125, 'id': '0010-04', 'left': 562.734375}
{'right': 582.5, 'bottom': 326.375, 'text': 'r', 'top': 300, 'height': 26.375, 'width': 8.8125, 'id': '0011-00', 'left': 573.6875}
{'right': 590.3125, 'bottom': 326.375, 'text': 'a', 'top': 300, 'height': 26.375, 'width': 7.8125, 'id': '0011-01', 'left': 582.5}
{'right': 598.421875, 'bottom': 326.375, 'text': 'd', 'top': 300, 'height': 26.375, 'width': 8.109375, 'id': '0011-02', 'left': 590.3125}
{'right': 602, 'bottom': 326.375, 'text': 'i', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0011-03', 'left': 598.421875}
{'right': 613.140625, 'bottom': 326.375, 'text': 'o', 'top': 300, 'height': 26.375, 'width': 11.140625, 'id': '0011-04', 'left': 602}
{'right': 619.96875, 'bottom': 326.375, 'text': 'i', 'top': 300, 'height': 26.375, 'width': 6.828125, 'id': '0012-00', 'left': 613.140625}
{'right': 630, 'bottom': 326.375, 'text': 's', 'top': 300, 'height': 26.375, 'width': 10.03125, 'id': '0012-01', 'left': 619.96875}
{'right': 638.375, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 8.375, 'id': '0013-00', 'left': 630}
{'right': 646.1875, 'bottom': 326.375, 'text': 'a', 'top': 300, 'height': 26.375, 'width': 7.8125, 'id': '0013-01', 'left': 638.375}
{'right': 652.96875, 'bottom': 326.375, 'text': 'c', 'top': 300, 'height': 26.375, 'width': 6.78125, 'id': '0013-02', 'left': 646.1875}
{'right': 660.671875, 'bottom': 326.375, 'text': 'k', 'top': 300, 'height': 26.375, 'width': 7.703125, 'id': '0013-03', 'left': 652.96875}
{'right': 668.375, 'bottom': 326.375, 'text': 'y', 'top': 300, 'height': 26.375, 'width': 7.703125, 'id': '0013-04', 'left': 660.671875}
{'right': 676.359375, 'bottom': 326.375, 'text': '.', 'top': 300, 'height': 26.375, 'width': 7.984375, 'id': '0013-05', 'left': 668.375}
{'right': 111.265625, 'bottom': 326.375, 'text': 'T', 'top': 300, 'height': 26.375, 'width': 11.265625, 'id': '0000-00', 'left': 100}
{'right': 119.5, 'bottom': 326.375, 'text': 'h', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0000-01', 'left': 111.265625}
{'right': 130.5, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 11, 'id': '0000-02', 'left': 119.5}
{'right': 142.828125, 'bottom': 326.375, 'text': 'C', 'top': 300, 'height': 26.375, 'width': 12.328125, 'id': '0001-00', 'left': 130.5}
{'right': 150.640625, 'bottom': 326.375, 'text': 'a', 'top': 300, 'height': 26.375, 'width': 7.8125, 'id': '0001-01', 'left': 142.828125}
{'right': 158.875, 'bottom': 326.375, 'text': 'n', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0001-02', 'left': 150.640625}
{'right': 166.765625, 'bottom': 326.375, 'text': 'o', 'top': 300, 'height': 26.375, 'width': 7.890625, 'id': '0001-03', 'left': 158.875}
{'right': 178.25, 'bottom': 326.375, 'text': 'n', 'top': 300, 'height': 26.375, 'width': 11.484375, 'id': '0001-04', 'left': 166.765625}
{'right': 185.078125, 'bottom': 326.375, 'text': 'i', 'top': 300, 'height': 26.375, 'width': 6.828125, 'id': '0002-00', 'left': 178.25}
{'right': 195.109375, 'bottom': 326.375, 'text': 's', 'top': 300, 'height': 26.375, 'width': 10.03125, 'id': '0002-01', 'left': 185.078125}
{'right': 206.46875, 'bottom': 326.375, 'text': 'd', 'top': 300, 'height': 26.375, 'width': 11.359375, 'id': '0003-00', 'left': 195.109375}
{'right': 214.21875, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 7.75, 'id': '0003-01', 'left': 206.46875}
{'right': 218.796875, 'bottom': 326.375, 'text': 'f', 'top': 300, 'height': 26.375, 'width': 4.578125, 'id': '0003-02', 'left': 214.21875}
{'right': 222.375, 'bottom': 326.375, 'text': 'i', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0003-03', 'left': 218.796875}
{'right': 230.609375, 'bottom': 326.375, 'text': 'n', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0003-04', 'left': 222.375}
{'right': 234.1875, 'bottom': 326.375, 'text': 'i', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0003-05', 'left': 230.609375}
{'right': 239.3125, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 5.125, 'id': '0003-06', 'left': 234.1875}
{'right': 247.0625, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 7.75, 'id': '0003-07', 'left': 239.3125}
{'right': 250.640625, 'bottom': 326.375, 'text': 'l', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0003-08', 'left': 247.0625}
{'right': 261.59375, 'bottom': 326.375, 'text': 'y', 'top': 300, 'height': 26.375, 'width': 10.953125, 'id': '0003-09', 'left': 250.640625}
{'right': 269.96875, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 8.375, 'id': '0004-00', 'left': 261.59375}
{'right': 278.203125, 'bottom': 326.375, 'text': 'h', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0004-01', 'left': 269.96875}
{'right': 289.203125, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 11, 'id': '0004-02', 'left': 278.203125}
{'right': 300.5625, 'bottom': 326.375, 'text': 'b', 'top': 300, 'height': 26.375, 'width': 11.359375, 'id': '0005-00', 'left': 289.203125}
{'right': 308.3125, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 7.75, 'id': '0005-01', 'left': 300.5625}
{'right': 313.4375, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 5.125, 'id': '0005-02', 'left': 308.3125}
{'right': 318.5625, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 5.125, 'id': '0005-03', 'left': 313.4375}
{'right': 326.3125, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 7.75, 'id': '0005-04', 'left': 318.5625}
{'right': 335.125, 'bottom': 326.375, 'text': 'r', 'top': 300, 'height': 26.375, 'width': 8.8125, 'id': '0005-05', 'left': 326.3125}
{'right': 346.265625, 'bottom': 326.375, 'text': 'o', 'top': 300, 'height': 26.375, 'width': 11.140625, 'id': '0006-00', 'left': 335.125}
{'right': 354.09375, 'bottom': 326.375, 'text': 'f', 'top': 300, 'height': 26.375, 'width': 7.828125, 'id': '0006-01', 'left': 346.265625}
{'right': 362.46875, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 8.375, 'id': '0007-00', 'left': 354.09375}
{'right': 370.703125, 'bottom': 326.375, 'text': 'h', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0007-01', 'left': 362.46875}
{'right': 381.703125, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 11, 'id': '0007-02', 'left': 370.703125}
{'right': 390.078125, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 8.375, 'id': '0008-00', 'left': 381.703125}
{'right': 400.71875, 'bottom': 326.375, 'text': 'w', 'top': 300, 'height': 26.375, 'width': 10.640625, 'id': '0008-01', 'left': 390.078125}
{'right': 408.609375, 'bottom': 326.375, 'text': 'o', 'top': 300, 'height': 26.375, 'width': 7.890625, 'id': '0008-02', 'left': 400.71875}
{'right': 416.59375, 'bottom': 326.375, 'text': '.', 'top': 300, 'height': 26.375, 'width': 7.984375, 'id': '0008-03', 'left': 408.609375}
{'right': 112.140625, 'bottom': 326.375, 'text': 'S', 'top': 300, 'height': 26.375, 'width': 12.140625, 'id': '0000-00', 'left': 100}
{'right': 120.375, 'bottom': 326.375, 'text': 'h', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0000-01', 'left': 112.140625}
{'right': 128.265625, 'bottom': 326.375, 'text': 'o', 'top': 300, 'height': 26.375, 'width': 7.890625, 'id': '0000-02', 'left': 120.375}
{'right': 133.828125, 'bottom': 326.375, 'text': 'r', 'top': 300, 'height': 26.375, 'width': 5.5625, 'id': '0000-03', 'left': 128.265625}
{'right': 142.203125, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 8.375, 'id': '0000-04', 'left': 133.828125}
{'right': 152.234375, 'bottom': 326.375, 'text': 's', 'top': 300, 'height': 26.375, 'width': 10.03125, 'id': '0001-00', 'left': 142.203125}
{'right': 159.9375, 'bottom': 326.375, 'text': 'k', 'top': 300, 'height': 26.375, 'width': 7.703125, 'id': '0001-01', 'left': 152.234375}
{'right': 163.515625, 'bottom': 326.375, 'text': 'i', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0001-02', 'left': 159.9375}
{'right': 169.078125, 'bottom': 326.375, 'text': 'r', 'top': 300, 'height': 26.375, 'width': 5.5625, 'id': '0001-03', 'left': 163.515625}
{'right': 174.203125, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 5.125, 'id': '0001-04', 'left': 169.078125}
{'right': 184.234375, 'bottom': 326.375, 'text': 's', 'top': 300, 'height': 26.375, 'width': 10.03125, 'id': '0001-05', 'left': 174.203125}
{'right': 195.71875, 'bottom': 326.375, 'text': 'n', 'top': 300, 'height': 26.375, 'width': 11.484375, 'id': '0002-00', 'left': 184.234375}
{'right': 203.609375, 'bottom': 326.375, 'text': 'o', 'top': 300, 'height': 26.375, 'width': 7.890625, 'id': '0002-01', 'left': 195.71875}
{'right': 211.984375, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 8.375, 'id': '0002-02', 'left': 203.609375}
{'right': 225.875, 'bottom': 326.375, 'text': 'w', 'top': 300, 'height': 26.375, 'width': 13.890625, 'id': '0003-00', 'left': 211.984375}
{'right': 233.625, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 7.75, 'id': '0003-01', 'left': 225.875}
{'right': 237.203125, 'bottom': 326.375, 'text': 'l', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0003-02', 'left': 233.625}
{'right': 243.984375, 'bottom': 326.375, 'text': 'c', 'top': 300, 'height': 26.375, 'width': 6.78125, 'id': '0003-03', 'left': 237.203125}
{'right': 251.875, 'bottom': 326.375, 'text': 'o', 'top': 300, 'height': 26.375, 'width': 7.890625, 'id': '0003-04', 'left': 243.984375}
{'right': 264.53125, 'bottom': 326.375, 'text': 'm', 'top': 300, 'height': 26.375, 'width': 12.65625, 'id': '0003-05', 'left': 251.875}
{'right': 275.53125, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 11, 'id': '0003-06', 'left': 264.53125}
{'right': 282.359375, 'bottom': 326.375, 'text': 'i', 'top': 300, 'height': 26.375, 'width': 6.828125, 'id': '0004-00', 'left': 275.53125}
{'right': 293.84375, 'bottom': 326.375, 'text': 'n', 'top': 300, 'height': 26.375, 'width': 11.484375, 'id': '0004-01', 'left': 282.359375}
{'right': 305.109375, 'bottom': 326.375, 'text': 'T', 'top': 300, 'height': 26.375, 'width': 11.265625, 'id': '0005-00', 'left': 293.84375}
{'right': 312.859375, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 7.75, 'id': '0005-01', 'left': 305.109375}
{'right': 320.5625, 'bottom': 326.375, 'text': 'x', 'top': 300, 'height': 26.375, 'width': 7.703125, 'id': '0005-02', 'left': 312.859375}
{'right': 328.375, 'bottom': 326.375, 'text': 'a', 'top': 300, 'height': 26.375, 'width': 7.8125, 'id': '0005-03', 'left': 320.5625}
{'right': 338.40625, 'bottom': 326.375, 'text': 's', 'top': 300, 'height': 26.375, 'width': 10.03125, 'id': '0005-04', 'left': 328.375}
{'right': 348.4375, 'bottom': 326.375, 'text': 'c', 'top': 300, 'height': 26.375, 'width': 10.03125, 'id': '0006-00', 'left': 338.40625}
{'right': 356.328125, 'bottom': 326.375, 'text': 'o', 'top': 300, 'height': 26.375, 'width': 7.890625, 'id': '0006-01', 'left': 348.4375}
{'right': 364.5625, 'bottom': 326.375, 'text': 'u', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0006-02', 'left': 356.328125}
{'right': 370.125, 'bottom': 326.375, 'text': 'r', 'top': 300, 'height': 26.375, 'width': 5.5625, 'id': '0006-03', 'left': 364.5625}
{'right': 375.25, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 5.125, 'id': '0006-04', 'left': 370.125}
{'right': 384.40625, 'bottom': 326.375, 'text': ':', 'top': 300, 'height': 26.375, 'width': 9.15625, 'id': '0006-05', 'left': 375.25}
{'right': 112.328125, 'bottom': 326.375, 'text': 'C', 'top': 300, 'height': 26.375, 'width': 12.328125, 'id': '0000-00', 'left': 100}
{'right': 120.140625, 'bottom': 326.375, 'text': 'a', 'top': 300, 'height': 26.375, 'width': 7.8125, 'id': '0000-01', 'left': 112.328125}
{'right': 123.71875, 'bottom': 326.375, 'text': 'l', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0000-02', 'left': 120.140625}
{'right': 127.296875, 'bottom': 326.375, 'text': 'i', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0000-03', 'left': 123.71875}
{'right': 131.875, 'bottom': 326.375, 'text': 'f', 'top': 300, 'height': 26.375, 'width': 4.578125, 'id': '0000-04', 'left': 127.296875}
{'right': 139.765625, 'bottom': 326.375, 'text': 'o', 'top': 300, 'height': 26.375, 'width': 7.890625, 'id': '0000-05', 'left': 131.875}
{'right': 145.328125, 'bottom': 326.375, 'text': 'r', 'top': 300, 'height': 26.375, 'width': 5.5625, 'id': '0000-06', 'left': 139.765625}
{'right': 153.5625, 'bottom': 326.375, 'text': 'n', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0000-07', 'left': 145.328125}
{'right': 157.140625, 'bottom': 326.375, 'text': 'i', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0000-08', 'left': 153.5625}
{'right': 168.203125, 'bottom': 326.375, 'text': 'a', 'top': 300, 'height': 26.375, 'width': 11.0625, 'id': '0000-09', 'left': 157.140625}
{'right': 176.578125, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 8.375, 'id': '0001-00', 'left': 168.203125}
{'right': 184.8125, 'bottom': 326.375, 'text': 'h', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0001-01', 'left': 176.578125}
{'right': 192.5625, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 7.75, 'id': '0001-02', 'left': 184.8125}
{'right': 197.140625, 'bottom': 326.375, 'text': 'f', 'top': 300, 'height': 26.375, 'width': 4.578125, 'id': '0001-03', 'left': 192.5625}
{'right': 202.265625, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 5.125, 'id': '0001-04', 'left': 197.140625}
{'right': 212.296875, 'bottom': 326.375, 'text': 's', 'top': 300, 'height': 26.375, 'width': 10.03125, 'id': '0001-05', 'left': 202.265625}
{'right': 228.203125, 'bottom': 326.375, 'text': 'm', 'top': 300, 'height': 26.375, 'width': 15.90625, 'id': '0002-00', 'left': 212.296875}
{'right': 236.015625, 'bottom': 326.375, 'text': 'a', 'top': 300, 'height': 26.375, 'width': 7.8125, 'id': '0002-01', 'left': 228.203125}
{'right': 243.71875, 'bottom': 326.375, 'text': 'k', 'top': 300, 'height': 26.375, 'width': 7.703125, 'id': '0002-02', 'left': 236.015625}
{'right': 254.71875, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 11, 'id': '0002-03', 'left': 243.71875}
{'right': 263.09375, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 8.375, 'id': '0003-00', 'left': 254.71875}
{'right': 268.65625, 'bottom': 326.375, 'text': 'r', 'top': 300, 'height': 26.375, 'width': 5.5625, 'id': '0003-01', 'left': 263.09375}
{'right': 276.46875, 'bottom': 326.375, 'text': 'a', 'top': 300, 'height': 26.375, 'width': 7.8125, 'id': '0003-02', 'left': 268.65625}
{'right': 284.171875, 'bottom': 326.375, 'text': 'v', 'top': 300, 'height': 26.375, 'width': 7.703125, 'id': '0003-03', 'left': 276.46875}
{'right': 291.921875, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 7.75, 'id': '0003-04', 'left': 284.171875}
{'right': 298.75, 'bottom': 326.375, 'text': 'l', 'top': 300, 'height': 26.375, 'width': 6.828125, 'id': '0003-05', 'left': 291.921875}
{'right': 309.8125, 'bottom': 326.375, 'text': 'a', 'top': 300, 'height': 26.375, 'width': 11.0625, 'id': '0004-00', 'left': 298.75}
{'right': 317.921875, 'bottom': 326.375, 'text': 'g', 'top': 300, 'height': 26.375, 'width': 8.109375, 'id': '0004-01', 'left': 309.8125}
{'right': 325.671875, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 7.75, 'id': '0004-02', 'left': 317.921875}
{'right': 333.90625, 'bottom': 326.375, 'text': 'n', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0004-03', 'left': 325.671875}
{'right': 339.03125, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 5.125, 'id': '0004-04', 'left': 333.90625}
{'right': 349.0625, 'bottom': 326.375, 'text': 's', 'top': 300, 'height': 26.375, 'width': 10.03125, 'id': '0004-05', 'left': 339.03125}
{'right': 356.796875, 'bottom': 326.375, 'text': 'j', 'top': 300, 'height': 26.375, 'width': 7.734375, 'id': '0005-00', 'left': 349.0625}
{'right': 360.375, 'bottom': 326.375, 'text': 'i', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0005-01', 'left': 356.796875}
{'right': 365.5, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 5.125, 'id': '0005-02', 'left': 360.375}
{'right': 370.625, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 5.125, 'id': '0005-03', 'left': 365.5}
{'right': 378.375, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 7.75, 'id': '0005-04', 'left': 370.625}
{'right': 383.9375, 'bottom': 326.375, 'text': 'r', 'top': 300, 'height': 26.375, 'width': 5.5625, 'id': '0005-05', 'left': 378.375}
{'right': 394.890625, 'bottom': 326.375, 'text': 'y', 'top': 300, 'height': 26.375, 'width': 10.953125, 'id': '0005-06', 'left': 383.9375}
{'right': 111.984375, 'bottom': 326.375, 'text': 'I', 'top': 300, 'height': 26.375, 'width': 11.984375, 'id': '0000-00', 'left': 100}
{'right': 123.34375, 'bottom': 326.375, 'text': 'd', 'top': 300, 'height': 26.375, 'width': 11.359375, 'id': '0001-00', 'left': 111.984375}
{'right': 131.234375, 'bottom': 326.375, 'text': 'o', 'top': 300, 'height': 26.375, 'width': 7.890625, 'id': '0001-01', 'left': 123.34375}
{'right': 139.46875, 'bottom': 326.375, 'text': 'n', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0001-02', 'left': 131.234375}
{'right': 142.96875, 'bottom': 326.375, 'text': "'", 'top': 300, 'height': 26.375, 'width': 3.5, 'id': '0001-03', 'left': 139.46875}
{'right': 151.34375, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 8.375, 'id': '0001-04', 'left': 142.96875}
{'right': 162.296875, 'bottom': 326.375, 'text': 'k', 'top': 300, 'height': 26.375, 'width': 10.953125, 'id': '0002-00', 'left': 151.34375}
{'right': 170.53125, 'bottom': 326.375, 'text': 'n', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0002-01', 'left': 162.296875}
{'right': 178.421875, 'bottom': 326.375, 'text': 'o', 'top': 300, 'height': 26.375, 'width': 7.890625, 'id': '0002-02', 'left': 170.53125}
{'right': 192.3125, 'bottom': 326.375, 'text': 'w', 'top': 300, 'height': 26.375, 'width': 13.890625, 'id': '0002-03', 'left': 178.421875}
{'right': 199.140625, 'bottom': 326.375, 'text': 'i', 'top': 300, 'height': 26.375, 'width': 6.828125, 'id': '0003-00', 'left': 192.3125}
{'right': 206.96875, 'bottom': 326.375, 'text': 'f', 'top': 300, 'height': 26.375, 'width': 7.828125, 'id': '0003-01', 'left': 199.140625}
{'right': 215.34375, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 8.375, 'id': '0004-00', 'left': 206.96875}
{'right': 223.578125, 'bottom': 326.375, 'text': 'h', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0004-01', 'left': 215.34375}
{'right': 231.328125, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 7.75, 'id': '0004-02', 'left': 223.578125}
{'right': 236.890625, 'bottom': 326.375, 'text': 'r', 'top': 300, 'height': 26.375, 'width': 5.5625, 'id': '0004-03', 'left': 231.328125}
{'right': 247.890625, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 11, 'id': '0004-04', 'left': 236.890625}
{'right': 254.71875, 'bottom': 326.375, 'text': 'i', 'top': 300, 'height': 26.375, 'width': 6.828125, 'id': '0005-00', 'left': 247.890625}
{'right': 264.75, 'bottom': 326.375, 'text': 's', 'top': 300, 'height': 26.375, 'width': 10.03125, 'id': '0005-01', 'left': 254.71875}
{'right': 275.8125, 'bottom': 326.375, 'text': 'a', 'top': 300, 'height': 26.375, 'width': 11.0625, 'id': '0006-00', 'left': 264.75}
{'right': 284.046875, 'bottom': 326.375, 'text': 'n', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0006-01', 'left': 275.8125}
{'right': 291.75, 'bottom': 326.375, 'text': 'y', 'top': 300, 'height': 26.375, 'width': 7.703125, 'id': '0006-02', 'left': 284.046875}
{'right': 296.875, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 5.125, 'id': '0006-03', 'left': 291.75}
{'right': 305.109375, 'bottom': 326.375, 'text': 'h', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0006-04', 'left': 296.875}
{'right': 308.6875, 'bottom': 326.375, 'text': 'i', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0006-05', 'left': 305.109375}
{'right': 316.921875, 'bottom': 326.375, 'text': 'n', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0006-06', 'left': 308.6875}
{'right': 328.28125, 'bottom': 326.375, 'text': 'g', 'top': 300, 'height': 26.375, 'width': 11.359375, 'id': '0006-07', 'left': 316.921875}
{'right': 340.265625, 'bottom': 326.375, 'text': 'I', 'top': 300, 'height': 26.375, 'width': 11.984375, 'id': '0007-00', 'left': 328.28125}
{'right': 350.296875, 'bottom': 326.375, 'text': 'c', 'top': 300, 'height': 26.375, 'width': 10.03125, 'id': '0008-00', 'left': 340.265625}
{'right': 358.109375, 'bottom': 326.375, 'text': 'a', 'top': 300, 'height': 26.375, 'width': 7.8125, 'id': '0008-01', 'left': 350.296875}
{'right': 369.59375, 'bottom': 326.375, 'text': 'n', 'top': 300, 'height': 26.375, 'width': 11.484375, 'id': '0008-02', 'left': 358.109375}
{'right': 380.953125, 'bottom': 326.375, 'text': 'd', 'top': 300, 'height': 26.375, 'width': 11.359375, 'id': '0009-00', 'left': 369.59375}
{'right': 392.09375, 'bottom': 326.375, 'text': 'o', 'top': 300, 'height': 26.375, 'width': 11.140625, 'id': '0009-01', 'left': 380.953125}
{'right': 403.453125, 'bottom': 326.375, 'text': 'b', 'top': 300, 'height': 26.375, 'width': 11.359375, 'id': '0010-00', 'left': 392.09375}
{'right': 411.6875, 'bottom': 326.375, 'text': 'u', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0010-01', 'left': 403.453125}
{'right': 420.0625, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 8.375, 'id': '0010-02', 'left': 411.6875}
{'right': 428.796875, 'bottom': 326.375, 'text': 'I', 'top': 300, 'height': 26.375, 'width': 8.734375, 'id': '0011-00', 'left': 420.0625}
{'right': 432.296875, 'bottom': 326.375, 'text': "'", 'top': 300, 'height': 26.375, 'width': 3.5, 'id': '0011-01', 'left': 428.796875}
{'right': 448.203125, 'bottom': 326.375, 'text': 'm', 'top': 300, 'height': 26.375, 'width': 15.90625, 'id': '0011-02', 'left': 432.296875}
{'right': 459.265625, 'bottom': 326.375, 'text': 'a', 'top': 300, 'height': 26.375, 'width': 11.0625, 'id': '0012-00', 'left': 448.203125}
{'right': 462.84375, 'bottom': 326.375, 'text': 'l', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0012-01', 'left': 459.265625}
{'right': 473.484375, 'bottom': 326.375, 'text': 'w', 'top': 300, 'height': 26.375, 'width': 10.640625, 'id': '0012-02', 'left': 462.84375}
{'right': 481.296875, 'bottom': 326.375, 'text': 'a', 'top': 300, 'height': 26.375, 'width': 7.8125, 'id': '0012-03', 'left': 473.484375}
{'right': 489, 'bottom': 326.375, 'text': 'y', 'top': 300, 'height': 26.375, 'width': 7.703125, 'id': '0012-04', 'left': 481.296875}
{'right': 499.03125, 'bottom': 326.375, 'text': 's', 'top': 300, 'height': 26.375, 'width': 10.03125, 'id': '0012-05', 'left': 489}
{'right': 512.921875, 'bottom': 326.375, 'text': 'w', 'top': 300, 'height': 26.375, 'width': 13.890625, 'id': '0013-00', 'left': 499.03125}
{'right': 516.5, 'bottom': 326.375, 'text': 'i', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0013-01', 'left': 512.921875}
{'right': 520.078125, 'bottom': 326.375, 'text': 'l', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0013-02', 'left': 516.5}
{'right': 523.65625, 'bottom': 326.375, 'text': 'l', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0013-03', 'left': 520.078125}
{'right': 527.234375, 'bottom': 326.375, 'text': 'i', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0013-04', 'left': 523.65625}
{'right': 535.46875, 'bottom': 326.375, 'text': 'n', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0013-05', 'left': 527.234375}
{'right': 546.828125, 'bottom': 326.375, 'text': 'g', 'top': 300, 'height': 26.375, 'width': 11.359375, 'id': '0013-06', 'left': 535.46875}
{'right': 555.203125, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 8.375, 'id': '0014-00', 'left': 546.828125}
{'right': 566.34375, 'bottom': 326.375, 'text': 'o', 'top': 300, 'height': 26.375, 'width': 11.140625, 'id': '0014-01', 'left': 555.203125}
{'right': 577.828125, 'bottom': 326.375, 'text': 'h', 'top': 300, 'height': 26.375, 'width': 11.484375, 'id': '0015-00', 'left': 566.34375}
{'right': 585.578125, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 7.75, 'id': '0015-01', 'left': 577.828125}
{'right': 589.15625, 'bottom': 326.375, 'text': 'l', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0015-02', 'left': 585.578125}
{'right': 597.265625, 'bottom': 326.375, 'text': 'p', 'top': 300, 'height': 26.375, 'width': 8.109375, 'id': '0015-03', 'left': 589.15625}
{'right': 605.25, 'bottom': 326.375, 'text': '.', 'top': 300, 'height': 26.375, 'width': 7.984375, 'id': '0015-04', 'left': 597.265625}
{'right': 113.34375, 'bottom': 326.375, 'text': 'G', 'top': 300, 'height': 26.375, 'width': 13.34375, 'id': '0000-00', 'left': 100}
{'right': 121.234375, 'bottom': 326.375, 'text': 'o', 'top': 300, 'height': 26.375, 'width': 7.890625, 'id': '0000-01', 'left': 113.34375}
{'right': 124.8125, 'bottom': 326.375, 'text': 'i', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0000-02', 'left': 121.234375}
{'right': 133.046875, 'bottom': 326.375, 'text': 'n', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0000-03', 'left': 124.8125}
{'right': 144.40625, 'bottom': 326.375, 'text': 'g', 'top': 300, 'height': 26.375, 'width': 11.359375, 'id': '0000-04', 'left': 133.046875}
{'right': 151.234375, 'bottom': 326.375, 'text': 'i', 'top': 300, 'height': 26.375, 'width': 6.828125, 'id': '0001-00', 'left': 144.40625}
{'right': 159.46875, 'bottom': 326.375, 'text': 'n', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0001-01', 'left': 151.234375}
{'right': 164.59375, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 5.125, 'id': '0001-02', 'left': 159.46875}
{'right': 175.734375, 'bottom': 326.375, 'text': 'o', 'top': 300, 'height': 26.375, 'width': 11.140625, 'id': '0001-03', 'left': 164.59375}
{'right': 184.109375, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 8.375, 'id': '0002-00', 'left': 175.734375}
{'right': 192.34375, 'bottom': 326.375, 'text': 'h', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0002-01', 'left': 184.109375}
{'right': 203.34375, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 11, 'id': '0002-02', 'left': 192.34375}
{'right': 211.171875, 'bottom': 326.375, 'text': 'f', 'top': 300, 'height': 26.375, 'width': 7.828125, 'id': '0003-00', 'left': 203.34375}
{'right': 219.0625, 'bottom': 326.375, 'text': 'o', 'top': 300, 'height': 26.375, 'width': 7.890625, 'id': '0003-01', 'left': 211.171875}
{'right': 227.296875, 'bottom': 326.375, 'text': 'u', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0003-02', 'left': 219.0625}
{'right': 232.859375, 'bottom': 326.375, 'text': 'r', 'top': 300, 'height': 26.375, 'width': 5.5625, 'id': '0003-03', 'left': 227.296875}
{'right': 237.984375, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 5.125, 'id': '0003-04', 'left': 232.859375}
{'right': 249.46875, 'bottom': 326.375, 'text': 'h', 'top': 300, 'height': 26.375, 'width': 11.484375, 'id': '0003-05', 'left': 237.984375}
{'right': 260.828125, 'bottom': 326.375, 'text': 'q', 'top': 300, 'height': 26.375, 'width': 11.359375, 'id': '0004-00', 'left': 249.46875}
{'right': 269.0625, 'bottom': 326.375, 'text': 'u', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0004-01', 'left': 260.828125}
{'right': 276.875, 'bottom': 326.375, 'text': 'a', 'top': 300, 'height': 26.375, 'width': 7.8125, 'id': '0004-02', 'left': 269.0625}
{'right': 282.4375, 'bottom': 326.375, 'text': 'r', 'top': 300, 'height': 26.375, 'width': 5.5625, 'id': '0004-03', 'left': 276.875}
{'right': 287.5625, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 5.125, 'id': '0004-04', 'left': 282.4375}
{'right': 295.3125, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 7.75, 'id': '0004-05', 'left': 287.5625}
{'right': 300.875, 'bottom': 326.375, 'text': 'r', 'top': 300, 'height': 26.375, 'width': 5.5625, 'id': '0004-06', 'left': 295.3125}
{'right': 308.859375, 'bottom': 326.375, 'text': ',', 'top': 300, 'height': 26.375, 'width': 7.984375, 'id': '0004-07', 'left': 300.875}
{'right': 320.34375, 'bottom': 326.375, 'text': 'n', 'top': 300, 'height': 26.375, 'width': 11.484375, 'id': '0005-00', 'left': 308.859375}
{'right': 328.15625, 'bottom': 326.375, 'text': 'a', 'top': 300, 'height': 26.375, 'width': 7.8125, 'id': '0005-01', 'left': 320.34375}
{'right': 333.28125, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 5.125, 'id': '0005-02', 'left': 328.15625}
{'right': 341.515625, 'bottom': 326.375, 'text': 'u', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0005-03', 'left': 333.28125}
{'right': 347.078125, 'bottom': 326.375, 'text': 'r', 'top': 300, 'height': 26.375, 'width': 5.5625, 'id': '0005-04', 'left': 341.515625}
{'right': 354.890625, 'bottom': 326.375, 'text': 'a', 'top': 300, 'height': 26.375, 'width': 7.8125, 'id': '0005-05', 'left': 347.078125}
{'right': 361.71875, 'bottom': 326.375, 'text': 'l', 'top': 300, 'height': 26.375, 'width': 6.828125, 'id': '0005-06', 'left': 354.890625}
{'right': 373.078125, 'bottom': 326.375, 'text': 'g', 'top': 300, 'height': 26.375, 'width': 11.359375, 'id': '0006-00', 'left': 361.71875}
{'right': 380.890625, 'bottom': 326.375, 'text': 'a', 'top': 300, 'height': 26.375, 'width': 7.8125, 'id': '0006-01', 'left': 373.078125}
{'right': 390.921875, 'bottom': 326.375, 'text': 's', 'top': 300, 'height': 26.375, 'width': 10.03125, 'id': '0006-02', 'left': 380.890625}
{'right': 402.28125, 'bottom': 326.375, 'text': 'p', 'top': 300, 'height': 26.375, 'width': 11.359375, 'id': '0007-00', 'left': 390.921875}
{'right': 407.84375, 'bottom': 326.375, 'text': 'r', 'top': 300, 'height': 26.375, 'width': 5.5625, 'id': '0007-01', 'left': 402.28125}
{'right': 411.421875, 'bottom': 326.375, 'text': 'i', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0007-02', 'left': 407.84375}
{'right': 418.203125, 'bottom': 326.375, 'text': 'c', 'top': 300, 'height': 26.375, 'width': 6.78125, 'id': '0007-03', 'left': 411.421875}
{'right': 425.953125, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 7.75, 'id': '0007-04', 'left': 418.203125}
{'right': 435.984375, 'bottom': 326.375, 'text': 's', 'top': 300, 'height': 26.375, 'width': 10.03125, 'id': '0007-05', 'left': 425.953125}
{'right': 447.046875, 'bottom': 326.375, 'text': 'a', 'top': 300, 'height': 26.375, 'width': 11.0625, 'id': '0008-00', 'left': 435.984375}
{'right': 452.609375, 'bottom': 326.375, 'text': 'r', 'top': 300, 'height': 26.375, 'width': 5.5625, 'id': '0008-01', 'left': 447.046875}
{'right': 463.609375, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 11, 'id': '0008-02', 'left': 452.609375}
{'right': 474.671875, 'bottom': 326.375, 'text': 'a', 'top': 300, 'height': 26.375, 'width': 11.0625, 'id': '0009-00', 'left': 463.609375}
{'right': 482.90625, 'bottom': 326.375, 'text': 'n', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0009-01', 'left': 474.671875}
{'right': 490.609375, 'bottom': 326.375, 'text': 'y', 'top': 300, 'height': 26.375, 'width': 7.703125, 'id': '0009-02', 'left': 482.90625}
{'right': 501.25, 'bottom': 326.375, 'text': 'w', 'top': 300, 'height': 26.375, 'width': 10.640625, 'id': '0009-03', 'left': 490.609375}
{'right': 509.484375, 'bottom': 326.375, 'text': 'h', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0009-04', 'left': 501.25}
{'right': 517.234375, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 7.75, 'id': '0009-05', 'left': 509.484375}
{'right': 522.796875, 'bottom': 326.375, 'text': 'r', 'top': 300, 'height': 26.375, 'width': 5.5625, 'id': '0009-06', 'left': 517.234375}
{'right': 533.796875, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 11, 'id': '0009-07', 'left': 522.796875}
{'right': 541.625, 'bottom': 326.375, 'text': 'f', 'top': 300, 'height': 26.375, 'width': 7.828125, 'id': '0010-00', 'left': 533.796875}
{'right': 547.1875, 'bottom': 326.375, 'text': 'r', 'top': 300, 'height': 26.375, 'width': 5.5625, 'id': '0010-01', 'left': 541.625}
{'right': 555.078125, 'bottom': 326.375, 'text': 'o', 'top': 300, 'height': 26.375, 'width': 7.890625, 'id': '0010-02', 'left': 547.1875}
{'right': 570.984375, 'bottom': 326.375, 'text': 'm', 'top': 300, 'height': 26.375, 'width': 15.90625, 'id': '0010-03', 'left': 555.078125}
{'right': 582.5, 'bottom': 326.375, 'text': '8', 'top': 300, 'height': 26.375, 'width': 11.515625, 'id': '0011-00', 'left': 570.984375}
{'right': 599.75, 'bottom': 326.375, 'text': '%', 'top': 300, 'height': 26.375, 'width': 17.25, 'id': '0011-01', 'left': 582.5}
{'right': 608.125, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 8.375, 'id': '0012-00', 'left': 599.75}
{'right': 619.265625, 'bottom': 326.375, 'text': 'o', 'top': 300, 'height': 26.375, 'width': 11.140625, 'id': '0012-01', 'left': 608.125}
{'right': 630.78125, 'bottom': 326.375, 'text': '1', 'top': 300, 'height': 26.375, 'width': 11.515625, 'id': '0013-00', 'left': 619.265625}
{'right': 639.046875, 'bottom': 326.375, 'text': '7', 'top': 300, 'height': 26.375, 'width': 8.265625, 'id': '0013-01', 'left': 630.78125}
{'right': 656.296875, 'bottom': 326.375, 'text': '%', 'top': 300, 'height': 26.375, 'width': 17.25, 'id': '0013-02', 'left': 639.046875}
{'right': 663.125, 'bottom': 326.375, 'text': 'l', 'top': 300, 'height': 26.375, 'width': 6.828125, 'id': '0014-00', 'left': 656.296875}
{'right': 671.015625, 'bottom': 326.375, 'text': 'o', 'top': 300, 'height': 26.375, 'width': 7.890625, 'id': '0014-01', 'left': 663.125}
{'right': 681.65625, 'bottom': 326.375, 'text': 'w', 'top': 300, 'height': 26.375, 'width': 10.640625, 'id': '0014-02', 'left': 671.015625}
{'right': 689.40625, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 7.75, 'id': '0014-03', 'left': 681.65625}
{'right': 698.21875, 'bottom': 326.375, 'text': 'r', 'top': 300, 'height': 26.375, 'width': 8.8125, 'id': '0014-04', 'left': 689.40625}
{'right': 706.59375, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 8.375, 'id': '0015-00', 'left': 698.21875}
{'right': 714.828125, 'bottom': 326.375, 'text': 'h', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0015-01', 'left': 706.59375}
{'right': 722.640625, 'bottom': 326.375, 'text': 'a', 'top': 300, 'height': 26.375, 'width': 7.8125, 'id': '0015-02', 'left': 714.828125}
{'right': 734.125, 'bottom': 326.375, 'text': 'n', 'top': 300, 'height': 26.375, 'width': 11.484375, 'id': '0015-03', 'left': 722.640625}
{'right': 748.4375, 'bottom': 326.375, 'text': 'a', 'top': 300, 'height': 26.375, 'width': 14.3125, 'id': '0016-00', 'left': 734.125}
{'right': 759.390625, 'bottom': 326.375, 'text': 'y', 'top': 300, 'height': 26.375, 'width': 10.953125, 'id': '0017-00', 'left': 748.4375}
{'right': 767.140625, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 7.75, 'id': '0017-01', 'left': 759.390625}
{'right': 774.953125, 'bottom': 326.375, 'text': 'a', 'top': 300, 'height': 26.375, 'width': 7.8125, 'id': '0017-02', 'left': 767.140625}
{'right': 783.765625, 'bottom': 326.375, 'text': 'r', 'top': 300, 'height': 26.375, 'width': 8.8125, 'id': '0017-03', 'left': 774.953125}
{'right': 794.765625, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 11, 'id': '0018-00', 'left': 783.765625}
{'right': 802.578125, 'bottom': 326.375, 'text': 'a', 'top': 300, 'height': 26.375, 'width': 7.8125, 'id': '0018-01', 'left': 794.765625}
{'right': 808.140625, 'bottom': 326.375, 'text': 'r', 'top': 300, 'height': 26.375, 'width': 5.5625, 'id': '0018-02', 'left': 802.578125}
{'right': 811.71875, 'bottom': 326.375, 'text': 'l', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0018-03', 'left': 808.140625}
{'right': 815.296875, 'bottom': 326.375, 'text': 'i', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0018-04', 'left': 811.71875}
{'right': 823.046875, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 7.75, 'id': '0018-05', 'left': 815.296875}
{'right': 828.609375, 'bottom': 326.375, 'text': 'r', 'top': 300, 'height': 26.375, 'width': 5.5625, 'id': '0018-06', 'left': 823.046875}
{'right': 836.59375, 'bottom': 326.375, 'text': '.', 'top': 300, 'height': 26.375, 'width': 7.984375, 'id': '0018-07', 'left': 828.609375}
{'right': 112.171875, 'bottom': 326.375, 'text': 'B', 'top': 300, 'height': 26.375, 'width': 12.171875, 'id': '0000-00', 'left': 100}
{'right': 117.734375, 'bottom': 326.375, 'text': 'r', 'top': 300, 'height': 26.375, 'width': 5.5625, 'id': '0000-01', 'left': 112.171875}
{'right': 125.625, 'bottom': 326.375, 'text': 'o', 'top': 300, 'height': 26.375, 'width': 7.890625, 'id': '0000-02', 'left': 117.734375}
{'right': 133.328125, 'bottom': 326.375, 'text': 'k', 'top': 300, 'height': 26.375, 'width': 7.703125, 'id': '0000-03', 'left': 125.625}
{'right': 141.078125, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 7.75, 'id': '0000-04', 'left': 133.328125}
{'right': 146.640625, 'bottom': 326.375, 'text': 'r', 'top': 300, 'height': 26.375, 'width': 5.5625, 'id': '0000-05', 'left': 141.078125}
{'right': 154.453125, 'bottom': 326.375, 'text': 'a', 'top': 300, 'height': 26.375, 'width': 7.8125, 'id': '0000-06', 'left': 146.640625}
{'right': 162.5625, 'bottom': 326.375, 'text': 'g', 'top': 300, 'height': 26.375, 'width': 8.109375, 'id': '0000-07', 'left': 154.453125}
{'right': 173.5625, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 11, 'id': '0000-08', 'left': 162.5625}
{'right': 185.046875, 'bottom': 326.375, 'text': 'h', 'top': 300, 'height': 26.375, 'width': 11.484375, 'id': '0001-00', 'left': 173.5625}
{'right': 188.625, 'bottom': 326.375, 'text': 'i', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0001-01', 'left': 185.046875}
{'right': 194.1875, 'bottom': 326.375, 'text': 'r', 'top': 300, 'height': 26.375, 'width': 5.5625, 'id': '0001-02', 'left': 188.625}
{'right': 197.765625, 'bottom': 326.375, 'text': 'i', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0001-03', 'left': 194.1875}
{'right': 206, 'bottom': 326.375, 'text': 'n', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0001-04', 'left': 197.765625}
{'right': 217.359375, 'bottom': 326.375, 'text': 'g', 'top': 300, 'height': 26.375, 'width': 11.359375, 'id': '0001-05', 'left': 206}
{'right': 224.1875, 'bottom': 326.375, 'text': 'l', 'top': 300, 'height': 26.375, 'width': 6.828125, 'id': '0002-00', 'left': 217.359375}
{'right': 232, 'bottom': 326.375, 'text': 'a', 'top': 300, 'height': 26.375, 'width': 7.8125, 'id': '0002-01', 'left': 224.1875}
{'right': 240.234375, 'bottom': 326.375, 'text': 'n', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0002-02', 'left': 232}
{'right': 248.34375, 'bottom': 326.375, 'text': 'g', 'top': 300, 'height': 26.375, 'width': 8.109375, 'id': '0002-03', 'left': 240.234375}
{'right': 256.578125, 'bottom': 326.375, 'text': 'u', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0002-04', 'left': 248.34375}
{'right': 260.15625, 'bottom': 326.375, 'text': 'i', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0002-05', 'left': 256.578125}
{'right': 266.9375, 'bottom': 326.375, 'text': 's', 'top': 300, 'height': 26.375, 'width': 6.78125, 'id': '0002-06', 'left': 260.15625}
{'right': 275.171875, 'bottom': 326.375, 'text': 'h', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0002-07', 'left': 266.9375}
{'right': 282.921875, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 7.75, 'id': '0002-08', 'left': 275.171875}
{'right': 292.953125, 'bottom': 326.375, 'text': 's', 'top': 300, 'height': 26.375, 'width': 10.03125, 'id': '0002-09', 'left': 282.921875}
{'right': 304.015625, 'bottom': 326.375, 'text': 'a', 'top': 300, 'height': 26.375, 'width': 11.0625, 'id': '0003-00', 'left': 292.953125}
{'right': 316.671875, 'bottom': 326.375, 'text': 'm', 'top': 300, 'height': 26.375, 'width': 12.65625, 'id': '0003-01', 'left': 304.015625}
{'right': 320.25, 'bottom': 326.375, 'text': 'i', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0003-02', 'left': 316.671875}
{'right': 331.609375, 'bottom': 326.375, 'text': 'd', 'top': 300, 'height': 26.375, 'width': 11.359375, 'id': '0003-03', 'left': 320.25}
{'right': 347.515625, 'bottom': 326.375, 'text': 'm', 'top': 300, 'height': 26.375, 'width': 15.90625, 'id': '0004-00', 'left': 331.609375}
{'right': 355.328125, 'bottom': 326.375, 'text': 'a', 'top': 300, 'height': 26.375, 'width': 7.8125, 'id': '0004-01', 'left': 347.515625}
{'right': 360.890625, 'bottom': 326.375, 'text': 'r', 'top': 300, 'height': 26.375, 'width': 5.5625, 'id': '0004-02', 'left': 355.328125}
{'right': 368.59375, 'bottom': 326.375, 'text': 'k', 'top': 300, 'height': 26.375, 'width': 7.703125, 'id': '0004-03', 'left': 360.890625}
{'right': 376.34375, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 7.75, 'id': '0004-04', 'left': 368.59375}
{'right': 384.71875, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 8.375, 'id': '0004-05', 'left': 376.34375}
{'right': 393.09375, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 8.375, 'id': '0005-00', 'left': 384.71875}
{'right': 401.328125, 'bottom': 326.375, 'text': 'u', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0005-01', 'left': 393.09375}
{'right': 406.890625, 'bottom': 326.375, 'text': 'r', 'top': 300, 'height': 26.375, 'width': 5.5625, 'id': '0005-02', 'left': 401.328125}
{'right': 419.546875, 'bottom': 326.375, 'text': 'm', 'top': 300, 'height': 26.375, 'width': 12.65625, 'id': '0005-03', 'left': 406.890625}
{'right': 427.4375, 'bottom': 326.375, 'text': 'o', 'top': 300, 'height': 26.375, 'width': 7.890625, 'id': '0005-04', 'left': 419.546875}
{'right': 431.015625, 'bottom': 326.375, 'text': 'i', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0005-05', 'left': 427.4375}
{'right': 434.59375, 'bottom': 326.375, 'text': 'l', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0005-06', 'left': 431.015625}
{'right': 442.578125, 'bottom': 326.375, 'text': '.', 'top': 300, 'height': 26.375, 'width': 7.984375, 'id': '0005-07', 'left': 434.59375}
{'right': 113.484375, 'bottom': 326.375, 'text': 'O', 'top': 300, 'height': 26.375, 'width': 13.484375, 'id': '0000-00', 'left': 100}
{'right': 121.1875, 'bottom': 326.375, 'text': 'k', 'top': 300, 'height': 26.375, 'width': 7.703125, 'id': '0000-01', 'left': 113.484375}
{'right': 129, 'bottom': 326.375, 'text': 'a', 'top': 300, 'height': 26.375, 'width': 7.8125, 'id': '0000-02', 'left': 121.1875}
{'right': 136.703125, 'bottom': 326.375, 'text': 'y', 'top': 300, 'height': 26.375, 'width': 7.703125, 'id': '0000-03', 'left': 129}
{'right': 144.6875, 'bottom': 326.375, 'text': ',', 'top': 300, 'height': 26.375, 'width': 7.984375, 'id': '0000-04', 'left': 136.703125}
{'right': 151.515625, 'bottom': 326.375, 'text': 'i', 'top': 300, 'height': 26.375, 'width': 6.828125, 'id': '0001-00', 'left': 144.6875}
{'right': 156.640625, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 5.125, 'id': '0001-01', 'left': 151.515625}
{'right': 160.140625, 'bottom': 326.375, 'text': "'", 'top': 300, 'height': 26.375, 'width': 3.5, 'id': '0001-02', 'left': 156.640625}
{'right': 170.171875, 'bottom': 326.375, 'text': 's', 'top': 300, 'height': 26.375, 'width': 10.03125, 'id': '0001-03', 'left': 160.140625}
{'right': 181.53125, 'bottom': 326.375, 'text': 'p', 'top': 300, 'height': 26.375, 'width': 11.359375, 'id': '0002-00', 'left': 170.171875}
{'right': 189.34375, 'bottom': 326.375, 'text': 'a', 'top': 300, 'height': 26.375, 'width': 7.8125, 'id': '0002-01', 'left': 181.53125}
{'right': 194.90625, 'bottom': 326.375, 'text': 'r', 'top': 300, 'height': 26.375, 'width': 5.5625, 'id': '0002-02', 'left': 189.34375}
{'right': 200.03125, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 5.125, 'id': '0002-03', 'left': 194.90625}
{'right': 203.609375, 'bottom': 326.375, 'text': 'l', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0002-04', 'left': 200.03125}
{'right': 214.5625, 'bottom': 326.375, 'text': 'y', 'top': 300, 'height': 26.375, 'width': 10.953125, 'id': '0002-05', 'left': 203.609375}
{'right': 225.625, 'bottom': 326.375, 'text': 'a', 'top': 300, 'height': 26.375, 'width': 11.0625, 'id': '0003-00', 'left': 214.5625}
{'right': 233.734375, 'bottom': 326.375, 'text': 'b', 'top': 300, 'height': 26.375, 'width': 8.109375, 'id': '0003-01', 'left': 225.625}
{'right': 241.625, 'bottom': 326.375, 'text': 'o', 'top': 300, 'height': 26.375, 'width': 7.890625, 'id': '0003-02', 'left': 233.734375}
{'right': 249.859375, 'bottom': 326.375, 'text': 'u', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0003-03', 'left': 241.625}
{'right': 258.234375, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 8.375, 'id': '0003-04', 'left': 249.859375}
{'right': 268.265625, 'bottom': 326.375, 'text': 's', 'top': 300, 'height': 26.375, 'width': 10.03125, 'id': '0004-00', 'left': 258.234375}
{'right': 273.390625, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 5.125, 'id': '0004-01', 'left': 268.265625}
{'right': 278.953125, 'bottom': 326.375, 'text': 'r', 'top': 300, 'height': 26.375, 'width': 5.5625, 'id': '0004-02', 'left': 273.390625}
{'right': 282.53125, 'bottom': 326.375, 'text': 'i', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0004-03', 'left': 278.953125}
{'right': 290.640625, 'bottom': 326.375, 'text': 'p', 'top': 300, 'height': 26.375, 'width': 8.109375, 'id': '0004-04', 'left': 282.53125}
{'right': 298.75, 'bottom': 326.375, 'text': 'p', 'top': 300, 'height': 26.375, 'width': 8.109375, 'id': '0004-05', 'left': 290.640625}
{'right': 306.5, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 7.75, 'id': '0004-06', 'left': 298.75}
{'right': 312.0625, 'bottom': 326.375, 'text': 'r', 'top': 300, 'height': 26.375, 'width': 5.5625, 'id': '0004-07', 'left': 306.5}
{'right': 322.09375, 'bottom': 326.375, 'text': 's', 'top': 300, 'height': 26.375, 'width': 10.03125, 'id': '0004-08', 'left': 312.0625}
{'right': 333.15625, 'bottom': 326.375, 'text': 'a', 'top': 300, 'height': 26.375, 'width': 11.0625, 'id': '0005-00', 'left': 322.09375}
{'right': 341.390625, 'bottom': 326.375, 'text': 'n', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0005-01', 'left': 333.15625}
{'right': 352.75, 'bottom': 326.375, 'text': 'd', 'top': 300, 'height': 26.375, 'width': 11.359375, 'id': '0005-02', 'left': 341.390625}
{'right': 364.109375, 'bottom': 326.375, 'text': 'd', 'top': 300, 'height': 26.375, 'width': 11.359375, 'id': '0006-00', 'left': 352.75}
{'right': 372, 'bottom': 326.375, 'text': 'o', 'top': 300, 'height': 26.375, 'width': 7.890625, 'id': '0006-01', 'left': 364.109375}
{'right': 380.109375, 'bottom': 326.375, 'text': 'p', 'top': 300, 'height': 26.375, 'width': 8.109375, 'id': '0006-02', 'left': 372}
{'right': 387.859375, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 7.75, 'id': '0006-03', 'left': 380.109375}
{'right': 395.84375, 'bottom': 326.375, 'text': '.', 'top': 300, 'height': 26.375, 'width': 7.984375, 'id': '0006-04', 'left': 387.859375}
{'right': 111.984375, 'bottom': 326.375, 'text': 'I', 'top': 300, 'height': 26.375, 'width': 11.984375, 'id': '0000-00', 'left': 100}
{'right': 123.34375, 'bottom': 326.375, 'text': 'd', 'top': 300, 'height': 26.375, 'width': 11.359375, 'id': '0001-00', 'left': 111.984375}
{'right': 131.234375, 'bottom': 326.375, 'text': 'o', 'top': 300, 'height': 26.375, 'width': 7.890625, 'id': '0001-01', 'left': 123.34375}
{'right': 139.46875, 'bottom': 326.375, 'text': 'n', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0001-02', 'left': 131.234375}
{'right': 142.96875, 'bottom': 326.375, 'text': "'", 'top': 300, 'height': 26.375, 'width': 3.5, 'id': '0001-03', 'left': 139.46875}
{'right': 151.34375, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 8.375, 'id': '0001-04', 'left': 142.96875}
{'right': 161.375, 'bottom': 326.375, 'text': 's', 'top': 300, 'height': 26.375, 'width': 10.03125, 'id': '0002-00', 'left': 151.34375}
{'right': 169.125, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 7.75, 'id': '0002-01', 'left': 161.375}
{'right': 180.125, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 11, 'id': '0002-02', 'left': 169.125}
{'right': 191.609375, 'bottom': 326.375, 'text': 'h', 'top': 300, 'height': 26.375, 'width': 11.484375, 'id': '0003-00', 'left': 180.125}
{'right': 199.5, 'bottom': 326.375, 'text': 'o', 'top': 300, 'height': 26.375, 'width': 7.890625, 'id': '0003-01', 'left': 191.609375}
{'right': 213.390625, 'bottom': 326.375, 'text': 'w', 'top': 300, 'height': 26.375, 'width': 13.890625, 'id': '0003-02', 'left': 199.5}
{'right': 223.890625, 'bottom': 326.375, 'text': 'L', 'top': 300, 'height': 26.375, 'width': 10.5, 'id': '0004-00', 'left': 213.390625}
{'right': 231.640625, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 7.75, 'id': '0004-01', 'left': 223.890625}
{'right': 239.875, 'bottom': 326.375, 'text': 'n', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0004-02', 'left': 231.640625}
{'right': 251.015625, 'bottom': 326.375, 'text': 'o', 'top': 300, 'height': 26.375, 'width': 11.140625, 'id': '0004-03', 'left': 239.875}
{'right': 262.078125, 'bottom': 326.375, 'text': 'a', 'top': 300, 'height': 26.375, 'width': 11.0625, 'id': '0005-00', 'left': 251.015625}
{'right': 270.453125, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 8.375, 'id': '0005-01', 'left': 262.078125}
{'right': 281.96875, 'bottom': 326.375, 'text': '1', 'top': 300, 'height': 26.375, 'width': 11.515625, 'id': '0006-00', 'left': 270.453125}
{'right': 290.234375, 'bottom': 326.375, 'text': '0', 'top': 300, 'height': 26.375, 'width': 8.265625, 'id': '0006-01', 'left': 281.96875}
{'right': 298.34375, 'bottom': 326.375, 'text': 'p', 'top': 300, 'height': 26.375, 'width': 8.109375, 'id': '0006-02', 'left': 290.234375}
{'right': 314.25, 'bottom': 326.375, 'text': 'm', 'top': 300, 'height': 26.375, 'width': 15.90625, 'id': '0006-03', 'left': 298.34375}
{'right': 328.140625, 'bottom': 326.375, 'text': 'w', 'top': 300, 'height': 26.375, 'width': 13.890625, 'id': '0007-00', 'left': 314.25}
{'right': 336.03125, 'bottom': 326.375, 'text': 'o', 'top': 300, 'height': 26.375, 'width': 7.890625, 'id': '0007-01', 'left': 328.140625}
{'right': 344.265625, 'bottom': 326.375, 'text': 'u', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0007-02', 'left': 336.03125}
{'right': 347.84375, 'bottom': 326.375, 'text': 'l', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0007-03', 'left': 344.265625}
{'right': 359.203125, 'bottom': 326.375, 'text': 'd', 'top': 300, 'height': 26.375, 'width': 11.359375, 'id': '0007-04', 'left': 347.84375}
{'right': 370.5625, 'bottom': 326.375, 'text': 'b', 'top': 300, 'height': 26.375, 'width': 11.359375, 'id': '0008-00', 'left': 359.203125}
{'right': 381.5625, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 11, 'id': '0008-01', 'left': 370.5625}
{'right': 389.9375, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 8.375, 'id': '0009-00', 'left': 381.5625}
{'right': 398.171875, 'bottom': 326.375, 'text': 'h', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0009-01', 'left': 389.9375}
{'right': 409.171875, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 11, 'id': '0009-02', 'left': 398.171875}
{'right': 416, 'bottom': 326.375, 'text': 'l', 'top': 300, 'height': 26.375, 'width': 6.828125, 'id': '0010-00', 'left': 409.171875}
{'right': 423.75, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 7.75, 'id': '0010-01', 'left': 416}
{'right': 431.5625, 'bottom': 326.375, 'text': 'a', 'top': 300, 'height': 26.375, 'width': 7.8125, 'id': '0010-02', 'left': 423.75}
{'right': 438.34375, 'bottom': 326.375, 'text': 's', 'top': 300, 'height': 26.375, 'width': 6.78125, 'id': '0010-03', 'left': 431.5625}
{'right': 446.71875, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 8.375, 'id': '0010-04', 'left': 438.34375}
{'right': 458.078125, 'bottom': 326.375, 'text': 'b', 'top': 300, 'height': 26.375, 'width': 11.359375, 'id': '0011-00', 'left': 446.71875}
{'right': 461.65625, 'bottom': 326.375, 'text': 'i', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0011-01', 'left': 458.078125}
{'right': 470.03125, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 8.375, 'id': '0011-02', 'left': 461.65625}
{'right': 481.390625, 'bottom': 326.375, 'text': 'p', 'top': 300, 'height': 26.375, 'width': 11.359375, 'id': '0012-00', 'left': 470.03125}
{'right': 486.953125, 'bottom': 326.375, 'text': 'r', 'top': 300, 'height': 26.375, 'width': 5.5625, 'id': '0012-01', 'left': 481.390625}
{'right': 494.84375, 'bottom': 326.375, 'text': 'o', 'top': 300, 'height': 26.375, 'width': 7.890625, 'id': '0012-02', 'left': 486.953125}
{'right': 499.421875, 'bottom': 326.375, 'text': 'f', 'top': 300, 'height': 26.375, 'width': 4.578125, 'id': '0012-03', 'left': 494.84375}
{'right': 503, 'bottom': 326.375, 'text': 'i', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0012-04', 'left': 499.421875}
{'right': 508.125, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 5.125, 'id': '0012-05', 'left': 503}
{'right': 515.9375, 'bottom': 326.375, 'text': 'a', 'top': 300, 'height': 26.375, 'width': 7.8125, 'id': '0012-06', 'left': 508.125}
{'right': 524.046875, 'bottom': 326.375, 'text': 'b', 'top': 300, 'height': 26.375, 'width': 8.109375, 'id': '0012-07', 'left': 515.9375}
{'right': 527.625, 'bottom': 326.375, 'text': 'l', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0012-08', 'left': 524.046875}
{'right': 538.625, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 11, 'id': '0012-09', 'left': 527.625}
{'right': 546.453125, 'bottom': 326.375, 'text': 'f', 'top': 300, 'height': 26.375, 'width': 7.828125, 'id': '0013-00', 'left': 538.625}
{'right': 554.34375, 'bottom': 326.375, 'text': 'o', 'top': 300, 'height': 26.375, 'width': 7.890625, 'id': '0013-01', 'left': 546.453125}
{'right': 563.15625, 'bottom': 326.375, 'text': 'r', 'top': 300, 'height': 26.375, 'width': 8.8125, 'id': '0013-02', 'left': 554.34375}
{'right': 576.140625, 'bottom': 326.375, 'text': 'N', 'top': 300, 'height': 26.375, 'width': 12.984375, 'id': '0014-00', 'left': 563.15625}
{'right': 585.0625, 'bottom': 326.375, 'text': 'B', 'top': 300, 'height': 26.375, 'width': 8.921875, 'id': '0014-01', 'left': 576.140625}
{'right': 594.140625, 'bottom': 326.375, 'text': 'C', 'top': 300, 'height': 26.375, 'width': 9.078125, 'id': '0014-02', 'left': 585.0625}
{'right': 602.125, 'bottom': 326.375, 'text': '.', 'top': 300, 'height': 26.375, 'width': 7.984375, 'id': '0014-03', 'left': 594.140625}
{'right': 108.734375, 'bottom': 326.375, 'text': 'I', 'top': 300, 'height': 26.375, 'width': 8.734375, 'id': '0000-00', 'left': 100}
{'right': 113.859375, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 5.125, 'id': '0000-01', 'left': 108.734375}
{'right': 117.359375, 'bottom': 326.375, 'text': "'", 'top': 300, 'height': 26.375, 'width': 3.5, 'id': '0000-02', 'left': 113.859375}
{'right': 127.390625, 'bottom': 326.375, 'text': 's', 'top': 300, 'height': 26.375, 'width': 10.03125, 'id': '0000-03', 'left': 117.359375}
{'right': 138.53125, 'bottom': 326.375, 'text': 'o', 'top': 300, 'height': 26.375, 'width': 11.140625, 'id': '0001-00', 'left': 127.390625}
{'right': 150.015625, 'bottom': 326.375, 'text': 'n', 'top': 300, 'height': 26.375, 'width': 11.484375, 'id': '0001-01', 'left': 138.53125}
{'right': 156.84375, 'bottom': 326.375, 'text': 'l', 'top': 300, 'height': 26.375, 'width': 6.828125, 'id': '0002-00', 'left': 150.015625}
{'right': 164.734375, 'bottom': 326.375, 'text': 'o', 'top': 300, 'height': 26.375, 'width': 7.890625, 'id': '0002-01', 'left': 156.84375}
{'right': 172.546875, 'bottom': 326.375, 'text': 'a', 'top': 300, 'height': 26.375, 'width': 7.8125, 'id': '0002-02', 'left': 164.734375}
{'right': 180.78125, 'bottom': 326.375, 'text': 'n', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0002-03', 'left': 172.546875}
{'right': 188.765625, 'bottom': 326.375, 'text': ',', 'top': 300, 'height': 26.375, 'width': 7.984375, 'id': '0002-04', 'left': 180.78125}
{'right': 200.125, 'bottom': 326.375, 'text': 'b', 'top': 300, 'height': 26.375, 'width': 11.359375, 'id': '0003-00', 'left': 188.765625}
{'right': 211.078125, 'bottom': 326.375, 'text': 'y', 'top': 300, 'height': 26.375, 'width': 10.953125, 'id': '0003-01', 'left': 200.125}
{'right': 219.453125, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 8.375, 'id': '0004-00', 'left': 211.078125}
{'right': 227.6875, 'bottom': 326.375, 'text': 'h', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0004-01', 'left': 219.453125}
{'right': 238.6875, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 11, 'id': '0004-02', 'left': 227.6875}
{'right': 252.578125, 'bottom': 326.375, 'text': 'w', 'top': 300, 'height': 26.375, 'width': 13.890625, 'id': '0005-00', 'left': 238.6875}
{'right': 260.390625, 'bottom': 326.375, 'text': 'a', 'top': 300, 'height': 26.375, 'width': 7.8125, 'id': '0005-01', 'left': 252.578125}
{'right': 268.09375, 'bottom': 326.375, 'text': 'y', 'top': 300, 'height': 26.375, 'width': 7.703125, 'id': '0005-02', 'left': 260.390625}
{'right': 276.078125, 'bottom': 326.375, 'text': ',', 'top': 300, 'height': 26.375, 'width': 7.984375, 'id': '0005-03', 'left': 268.09375}
{'right': 283.90625, 'bottom': 326.375, 'text': 'f', 'top': 300, 'height': 26.375, 'width': 7.828125, 'id': '0006-00', 'left': 276.078125}
{'right': 289.46875, 'bottom': 326.375, 'text': 'r', 'top': 300, 'height': 26.375, 'width': 5.5625, 'id': '0006-01', 'left': 283.90625}
{'right': 297.359375, 'bottom': 326.375, 'text': 'o', 'top': 300, 'height': 26.375, 'width': 7.890625, 'id': '0006-02', 'left': 289.46875}
{'right': 313.265625, 'bottom': 326.375, 'text': 'm', 'top': 300, 'height': 26.375, 'width': 15.90625, 'id': '0006-03', 'left': 297.359375}
{'right': 327.578125, 'bottom': 326.375, 'text': 'a', 'top': 300, 'height': 26.375, 'width': 14.3125, 'id': '0007-00', 'left': 313.265625}
{'right': 338.9375, 'bottom': 326.375, 'text': 'g', 'top': 300, 'height': 26.375, 'width': 11.359375, 'id': '0008-00', 'left': 327.578125}
{'right': 347.171875, 'bottom': 326.375, 'text': 'u', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0008-01', 'left': 338.9375}
{'right': 358.125, 'bottom': 326.375, 'text': 'y', 'top': 300, 'height': 26.375, 'width': 10.953125, 'id': '0008-02', 'left': 347.171875}
{'right': 369.609375, 'bottom': 326.375, 'text': 'n', 'top': 300, 'height': 26.375, 'width': 11.484375, 'id': '0009-00', 'left': 358.125}
{'right': 377.421875, 'bottom': 326.375, 'text': 'a', 'top': 300, 'height': 26.375, 'width': 7.8125, 'id': '0009-01', 'left': 369.609375}
{'right': 390.078125, 'bottom': 326.375, 'text': 'm', 'top': 300, 'height': 26.375, 'width': 12.65625, 'id': '0009-02', 'left': 377.421875}
{'right': 397.828125, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 7.75, 'id': '0009-03', 'left': 390.078125}
{'right': 409.1875, 'bottom': 326.375, 'text': 'd', 'top': 300, 'height': 26.375, 'width': 11.359375, 'id': '0009-04', 'left': 397.828125}
{'right': 418.359375, 'bottom': 326.375, 'text': 'J', 'top': 300, 'height': 26.375, 'width': 9.171875, 'id': '0010-00', 'left': 409.1875}
{'right': 426.25, 'bottom': 326.375, 'text': 'o', 'top': 300, 'height': 26.375, 'width': 7.890625, 'id': '0010-01', 'left': 418.359375}
{'right': 434, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 7.75, 'id': '0010-02', 'left': 426.25}
{'right': 444.234375, 'bottom': 326.375, 'text': 'O', 'top': 300, 'height': 26.375, 'width': 10.234375, 'id': '0010-03', 'left': 434}
{'right': 447.734375, 'bottom': 326.375, 'text': "'", 'top': 300, 'height': 26.375, 'width': 3.5, 'id': '0010-04', 'left': 444.234375}
{'right': 457.46875, 'bottom': 326.375, 'text': 'N', 'top': 300, 'height': 26.375, 'width': 9.734375, 'id': '0010-05', 'left': 447.734375}
{'right': 465.21875, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 7.75, 'id': '0010-06', 'left': 457.46875}
{'right': 468.796875, 'bottom': 326.375, 'text': 'i', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0010-07', 'left': 465.21875}
{'right': 472.375, 'bottom': 326.375, 'text': 'l', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0010-08', 'left': 468.796875}
{'right': 479.203125, 'bottom': 326.375, 'text': 'l', 'top': 300, 'height': 26.375, 'width': 6.828125, 'id': '0010-09', 'left': 472.375}
{'right': 486.03125, 'bottom': 326.375, 'text': 'i', 'top': 300, 'height': 26.375, 'width': 6.828125, 'id': '0011-00', 'left': 479.203125}
{'right': 497.515625, 'bottom': 326.375, 'text': 'n', 'top': 300, 'height': 26.375, 'width': 11.484375, 'id': '0011-01', 'left': 486.03125}
{'right': 511.734375, 'bottom': 326.375, 'text': 'M', 'top': 300, 'height': 26.375, 'width': 14.21875, 'id': '0012-00', 'left': 497.515625}
{'right': 515.3125, 'bottom': 326.375, 'text': 'i', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0012-01', 'left': 511.734375}
{'right': 523.421875, 'bottom': 326.375, 'text': 'd', 'top': 300, 'height': 26.375, 'width': 8.109375, 'id': '0012-02', 'left': 515.3125}
{'right': 527, 'bottom': 326.375, 'text': 'l', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0012-03', 'left': 523.421875}
{'right': 534.8125, 'bottom': 326.375, 'text': 'a', 'top': 300, 'height': 26.375, 'width': 7.8125, 'id': '0012-04', 'left': 527}
{'right': 543.046875, 'bottom': 326.375, 'text': 'n', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0012-05', 'left': 534.8125}
{'right': 551.15625, 'bottom': 326.375, 'text': 'd', 'top': 300, 'height': 26.375, 'width': 8.109375, 'id': '0012-06', 'left': 543.046875}
{'right': 559.140625, 'bottom': 326.375, 'text': ',', 'top': 300, 'height': 26.375, 'width': 7.984375, 'id': '0012-07', 'left': 551.15625}
{'right': 570.40625, 'bottom': 326.375, 'text': 'T', 'top': 300, 'height': 26.375, 'width': 11.265625, 'id': '0013-00', 'left': 559.140625}
{'right': 578.15625, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 7.75, 'id': '0013-01', 'left': 570.40625}
{'right': 585.859375, 'bottom': 326.375, 'text': 'x', 'top': 300, 'height': 26.375, 'width': 7.703125, 'id': '0013-02', 'left': 578.15625}
{'right': 593.671875, 'bottom': 326.375, 'text': 'a', 'top': 300, 'height': 26.375, 'width': 7.8125, 'id': '0013-03', 'left': 585.859375}
{'right': 600.453125, 'bottom': 326.375, 'text': 's', 'top': 300, 'height': 26.375, 'width': 6.78125, 'id': '0013-04', 'left': 593.671875}
{'right': 608.4375, 'bottom': 326.375, 'text': '.', 'top': 300, 'height': 26.375, 'width': 7.984375, 'id': '0013-05', 'left': 600.453125}
{'right': 113.28125, 'bottom': 326.375, 'text': 'D', 'top': 300, 'height': 26.375, 'width': 13.28125, 'id': '0000-00', 'left': 100}
{'right': 121.171875, 'bottom': 326.375, 'text': 'o', 'top': 300, 'height': 26.375, 'width': 7.890625, 'id': '0000-01', 'left': 113.28125}
{'right': 128.921875, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 7.75, 'id': '0000-02', 'left': 121.171875}
{'right': 138.953125, 'bottom': 326.375, 'text': 's', 'top': 300, 'height': 26.375, 'width': 10.03125, 'id': '0000-03', 'left': 128.921875}
{'right': 150.015625, 'bottom': 326.375, 'text': 'a', 'top': 300, 'height': 26.375, 'width': 11.0625, 'id': '0001-00', 'left': 138.953125}
{'right': 158.25, 'bottom': 326.375, 'text': 'n', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0001-01', 'left': 150.015625}
{'right': 165.953125, 'bottom': 326.375, 'text': 'y', 'top': 300, 'height': 26.375, 'width': 7.703125, 'id': '0001-02', 'left': 158.25}
{'right': 173.84375, 'bottom': 326.375, 'text': 'o', 'top': 300, 'height': 26.375, 'width': 7.890625, 'id': '0001-03', 'left': 165.953125}
{'right': 182.078125, 'bottom': 326.375, 'text': 'n', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0001-04', 'left': 173.84375}
{'right': 193.078125, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 11, 'id': '0001-05', 'left': 182.078125}
{'right': 204.078125, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 11, 'id': '0002-00', 'left': 193.078125}
{'right': 207.65625, 'bottom': 326.375, 'text': 'l', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0002-01', 'left': 204.078125}
{'right': 214.4375, 'bottom': 326.375, 'text': 's', 'top': 300, 'height': 26.375, 'width': 6.78125, 'id': '0002-02', 'left': 207.65625}
{'right': 225.4375, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 11, 'id': '0002-03', 'left': 214.4375}
{'right': 233.8125, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 8.375, 'id': '0003-00', 'left': 225.4375}
{'right': 242.046875, 'bottom': 326.375, 'text': 'h', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0003-01', 'left': 233.8125}
{'right': 245.625, 'bottom': 326.375, 'text': 'i', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0003-02', 'left': 242.046875}
{'right': 253.859375, 'bottom': 326.375, 'text': 'n', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0003-03', 'left': 245.625}
{'right': 264.8125, 'bottom': 326.375, 'text': 'k', 'top': 300, 'height': 26.375, 'width': 10.953125, 'id': '0003-04', 'left': 253.859375}
{'right': 275.3125, 'bottom': 326.375, 'text': 'L', 'top': 300, 'height': 26.375, 'width': 10.5, 'id': '0004-00', 'left': 264.8125}
{'right': 278.890625, 'bottom': 326.375, 'text': 'l', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0004-01', 'left': 275.3125}
{'right': 286.78125, 'bottom': 326.375, 'text': 'o', 'top': 300, 'height': 26.375, 'width': 7.890625, 'id': '0004-02', 'left': 278.890625}
{'right': 294.484375, 'bottom': 326.375, 'text': 'y', 'top': 300, 'height': 26.375, 'width': 7.703125, 'id': '0004-03', 'left': 286.78125}
{'right': 302.59375, 'bottom': 326.375, 'text': 'd', 'top': 300, 'height': 26.375, 'width': 8.109375, 'id': '0004-04', 'left': 294.484375}
{'right': 312.625, 'bottom': 326.375, 'text': 's', 'top': 300, 'height': 26.375, 'width': 10.03125, 'id': '0004-05', 'left': 302.59375}
{'right': 323.890625, 'bottom': 326.375, 'text': 'T', 'top': 300, 'height': 26.375, 'width': 11.265625, 'id': '0005-00', 'left': 312.625}
{'right': 332.78125, 'bottom': 326.375, 'text': 'S', 'top': 300, 'height': 26.375, 'width': 8.890625, 'id': '0005-01', 'left': 323.890625}
{'right': 344.953125, 'bottom': 326.375, 'text': 'B', 'top': 300, 'height': 26.375, 'width': 12.171875, 'id': '0005-02', 'left': 332.78125}
{'right': 358.84375, 'bottom': 326.375, 'text': 'w', 'top': 300, 'height': 26.375, 'width': 13.890625, 'id': '0006-00', 'left': 344.953125}
{'right': 366.59375, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 7.75, 'id': '0006-01', 'left': 358.84375}
{'right': 374.828125, 'bottom': 326.375, 'text': 'n', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0006-02', 'left': 366.59375}
{'right': 383.203125, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 8.375, 'id': '0006-03', 'left': 374.828125}
{'right': 394.6875, 'bottom': 326.375, 'text': 'u', 'top': 300, 'height': 26.375, 'width': 11.484375, 'id': '0007-00', 'left': 383.203125}
{'right': 402.921875, 'bottom': 326.375, 'text': 'n', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0007-01', 'left': 394.6875}
{'right': 411.03125, 'bottom': 326.375, 'text': 'd', 'top': 300, 'height': 26.375, 'width': 8.109375, 'id': '0007-02', 'left': 402.921875}
{'right': 418.78125, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 7.75, 'id': '0007-03', 'left': 411.03125}
{'right': 427.59375, 'bottom': 326.375, 'text': 'r', 'top': 300, 'height': 26.375, 'width': 8.8125, 'id': '0007-04', 'left': 418.78125}
{'right': 438.953125, 'bottom': 326.375, 'text': 'b', 'top': 300, 'height': 26.375, 'width': 11.359375, 'id': '0008-00', 'left': 427.59375}
{'right': 446.703125, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 7.75, 'id': '0008-01', 'left': 438.953125}
{'right': 453.484375, 'bottom': 326.375, 'text': 'c', 'top': 300, 'height': 26.375, 'width': 6.78125, 'id': '0008-02', 'left': 446.703125}
{'right': 461.296875, 'bottom': 326.375, 'text': 'a', 'top': 300, 'height': 26.375, 'width': 7.8125, 'id': '0008-03', 'left': 453.484375}
{'right': 469.53125, 'bottom': 326.375, 'text': 'u', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0008-04', 'left': 461.296875}
{'right': 476.3125, 'bottom': 326.375, 'text': 's', 'top': 300, 'height': 26.375, 'width': 6.78125, 'id': '0008-05', 'left': 469.53125}
{'right': 487.3125, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 11, 'id': '0008-06', 'left': 476.3125}
{'right': 498.453125, 'bottom': 326.375, 'text': 'o', 'top': 300, 'height': 26.375, 'width': 11.140625, 'id': '0009-00', 'left': 487.3125}
{'right': 506.28125, 'bottom': 326.375, 'text': 'f', 'top': 300, 'height': 26.375, 'width': 7.828125, 'id': '0009-01', 'left': 498.453125}
{'right': 514.65625, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 8.375, 'id': '0010-00', 'left': 506.28125}
{'right': 522.890625, 'bottom': 326.375, 'text': 'h', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0010-01', 'left': 514.65625}
{'right': 533.890625, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 11, 'id': '0010-02', 'left': 522.890625}
{'right': 545.375, 'bottom': 326.375, 'text': 'h', 'top': 300, 'height': 26.375, 'width': 11.484375, 'id': '0011-00', 'left': 533.890625}
{'right': 553.265625, 'bottom': 326.375, 'text': 'o', 'top': 300, 'height': 26.375, 'width': 7.890625, 'id': '0011-01', 'left': 545.375}
{'right': 558.828125, 'bottom': 326.375, 'text': 'r', 'top': 300, 'height': 26.375, 'width': 5.5625, 'id': '0011-02', 'left': 553.265625}
{'right': 564.390625, 'bottom': 326.375, 'text': 'r', 'top': 300, 'height': 26.375, 'width': 5.5625, 'id': '0011-03', 'left': 558.828125}
{'right': 567.96875, 'bottom': 326.375, 'text': 'i', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0011-04', 'left': 564.390625}
{'right': 576.078125, 'bottom': 326.375, 'text': 'b', 'top': 300, 'height': 26.375, 'width': 8.109375, 'id': '0011-05', 'left': 567.96875}
{'right': 579.65625, 'bottom': 326.375, 'text': 'l', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0011-06', 'left': 576.078125}
{'right': 590.65625, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 11, 'id': '0011-07', 'left': 579.65625}
{'right': 606.5625, 'bottom': 326.375, 'text': 'm', 'top': 300, 'height': 26.375, 'width': 15.90625, 'id': '0012-00', 'left': 590.65625}
{'right': 614.796875, 'bottom': 326.375, 'text': 'u', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0012-01', 'left': 606.5625}
{'right': 621.578125, 'bottom': 326.375, 'text': 's', 'top': 300, 'height': 26.375, 'width': 6.78125, 'id': '0012-02', 'left': 614.796875}
{'right': 625.15625, 'bottom': 326.375, 'text': 'i', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0012-03', 'left': 621.578125}
{'right': 635.1875, 'bottom': 326.375, 'text': 'c', 'top': 300, 'height': 26.375, 'width': 10.03125, 'id': '0012-04', 'left': 625.15625}
{'right': 646.328125, 'bottom': 326.375, 'text': 'o', 'top': 300, 'height': 26.375, 'width': 11.140625, 'id': '0013-00', 'left': 635.1875}
{'right': 657.8125, 'bottom': 326.375, 'text': 'n', 'top': 300, 'height': 26.375, 'width': 11.484375, 'id': '0013-01', 'left': 646.328125}
{'right': 666.1875, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 8.375, 'id': '0014-00', 'left': 657.8125}
{'right': 674.421875, 'bottom': 326.375, 'text': 'h', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0014-01', 'left': 666.1875}
{'right': 682.171875, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 7.75, 'id': '0014-02', 'left': 674.421875}
{'right': 685.75, 'bottom': 326.375, 'text': 'i', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0014-03', 'left': 682.171875}
{'right': 694.5625, 'bottom': 326.375, 'text': 'r', 'top': 300, 'height': 26.375, 'width': 8.8125, 'id': '0014-04', 'left': 685.75}
{'right': 705.828125, 'bottom': 326.375, 'text': 'T', 'top': 300, 'height': 26.375, 'width': 11.265625, 'id': '0015-00', 'left': 694.5625}
{'right': 717.96875, 'bottom': 326.375, 'text': 'V', 'top': 300, 'height': 26.375, 'width': 12.140625, 'id': '0015-01', 'left': 705.828125}
{'right': 729.03125, 'bottom': 326.375, 'text': 'a', 'top': 300, 'height': 26.375, 'width': 11.0625, 'id': '0016-00', 'left': 717.96875}
{'right': 737.140625, 'bottom': 326.375, 'text': 'd', 'top': 300, 'height': 26.375, 'width': 8.109375, 'id': '0016-01', 'left': 729.03125}
{'right': 744.84375, 'bottom': 326.375, 'text': 'v', 'top': 300, 'height': 26.375, 'width': 7.703125, 'id': '0016-02', 'left': 737.140625}
{'right': 752.59375, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 7.75, 'id': '0016-03', 'left': 744.84375}
{'right': 758.15625, 'bottom': 326.375, 'text': 'r', 'top': 300, 'height': 26.375, 'width': 5.5625, 'id': '0016-04', 'left': 752.59375}
{'right': 763.28125, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 5.125, 'id': '0016-05', 'left': 758.15625}
{'right': 770.0625, 'bottom': 326.375, 'text': 's', 'top': 300, 'height': 26.375, 'width': 6.78125, 'id': '0016-06', 'left': 763.28125}
{'right': 780.40625, 'bottom': 326.375, 'text': '?', 'top': 300, 'height': 26.375, 'width': 10.34375, 'id': '0016-07', 'left': 770.0625}
{'right': 112.140625, 'bottom': 326.375, 'text': 'S', 'top': 300, 'height': 26.375, 'width': 12.140625, 'id': '0000-00', 'left': 100}
{'right': 120.375, 'bottom': 326.375, 'text': 'h', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0000-01', 'left': 112.140625}
{'right': 128.265625, 'bottom': 326.375, 'text': 'o', 'top': 300, 'height': 26.375, 'width': 7.890625, 'id': '0000-02', 'left': 120.375}
{'right': 136.5, 'bottom': 326.375, 'text': 'u', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0000-03', 'left': 128.265625}
{'right': 140.078125, 'bottom': 326.375, 'text': 'l', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0000-04', 'left': 136.5}
{'right': 151.4375, 'bottom': 326.375, 'text': 'd', 'top': 300, 'height': 26.375, 'width': 11.359375, 'id': '0000-05', 'left': 140.078125}
{'right': 162.796875, 'bottom': 326.375, 'text': 'b', 'top': 300, 'height': 26.375, 'width': 11.359375, 'id': '0001-00', 'left': 151.4375}
{'right': 173.796875, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 11, 'id': '0001-01', 'left': 162.796875}
{'right': 182.609375, 'bottom': 326.375, 'text': 'r', 'top': 300, 'height': 26.375, 'width': 8.8125, 'id': '0002-00', 'left': 173.796875}
{'right': 190.5, 'bottom': 326.375, 'text': 'o', 'top': 300, 'height': 26.375, 'width': 7.890625, 'id': '0002-01', 'left': 182.609375}
{'right': 194.078125, 'bottom': 326.375, 'text': 'l', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0002-02', 'left': 190.5}
{'right': 197.65625, 'bottom': 326.375, 'text': 'l', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0002-03', 'left': 194.078125}
{'right': 201.234375, 'bottom': 326.375, 'text': 'i', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0002-04', 'left': 197.65625}
{'right': 209.46875, 'bottom': 326.375, 'text': 'n', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0002-05', 'left': 201.234375}
{'right': 220.828125, 'bottom': 326.375, 'text': 'g', 'top': 300, 'height': 26.375, 'width': 11.359375, 'id': '0002-06', 'left': 209.46875}
{'right': 229.203125, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 8.375, 'id': '0003-00', 'left': 220.828125}
{'right': 237.4375, 'bottom': 326.375, 'text': 'h', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0003-01', 'left': 229.203125}
{'right': 245.25, 'bottom': 326.375, 'text': 'a', 'top': 300, 'height': 26.375, 'width': 7.8125, 'id': '0003-02', 'left': 237.4375}
{'right': 253.625, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 8.375, 'id': '0003-03', 'left': 245.25}
{'right': 260.453125, 'bottom': 326.375, 'text': 'i', 'top': 300, 'height': 26.375, 'width': 6.828125, 'id': '0004-00', 'left': 253.625}
{'right': 268.6875, 'bottom': 326.375, 'text': 'n', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0004-01', 'left': 260.453125}
{'right': 273.8125, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 5.125, 'id': '0004-02', 'left': 268.6875}
{'right': 284.953125, 'bottom': 326.375, 'text': 'o', 'top': 300, 'height': 26.375, 'width': 11.140625, 'id': '0004-03', 'left': 273.8125}
{'right': 293.765625, 'bottom': 326.375, 'text': 'r', 'top': 300, 'height': 26.375, 'width': 8.8125, 'id': '0005-00', 'left': 284.953125}
{'right': 301.515625, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 7.75, 'id': '0005-01', 'left': 293.765625}
{'right': 309.625, 'bottom': 326.375, 'text': 'g', 'top': 300, 'height': 26.375, 'width': 8.109375, 'id': '0005-02', 'left': 301.515625}
{'right': 317.859375, 'bottom': 326.375, 'text': 'u', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0005-03', 'left': 309.625}
{'right': 321.4375, 'bottom': 326.375, 'text': 'l', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0005-04', 'left': 317.859375}
{'right': 329.25, 'bottom': 326.375, 'text': 'a', 'top': 300, 'height': 26.375, 'width': 7.8125, 'id': '0005-05', 'left': 321.4375}
{'right': 338.0625, 'bottom': 326.375, 'text': 'r', 'top': 300, 'height': 26.375, 'width': 8.8125, 'id': '0005-06', 'left': 329.25}
{'right': 351.953125, 'bottom': 326.375, 'text': 'w', 'top': 300, 'height': 26.375, 'width': 13.890625, 'id': '0006-00', 'left': 338.0625}
{'right': 359.84375, 'bottom': 326.375, 'text': 'o', 'top': 300, 'height': 26.375, 'width': 7.890625, 'id': '0006-01', 'left': 351.953125}
{'right': 365.40625, 'bottom': 326.375, 'text': 'r', 'top': 300, 'height': 26.375, 'width': 5.5625, 'id': '0006-02', 'left': 359.84375}
{'right': 376.359375, 'bottom': 326.375, 'text': 'k', 'top': 300, 'height': 26.375, 'width': 10.953125, 'id': '0006-03', 'left': 365.40625}
{'right': 385.171875, 'bottom': 326.375, 'text': 'r', 'top': 300, 'height': 26.375, 'width': 8.8125, 'id': '0007-00', 'left': 376.359375}
{'right': 392.984375, 'bottom': 326.375, 'text': 'a', 'top': 300, 'height': 26.375, 'width': 7.8125, 'id': '0007-01', 'left': 385.171875}
{'right': 398.109375, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 5.125, 'id': '0007-02', 'left': 392.984375}
{'right': 406.34375, 'bottom': 326.375, 'text': 'h', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0007-03', 'left': 398.109375}
{'right': 414.09375, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 7.75, 'id': '0007-04', 'left': 406.34375}
{'right': 422.90625, 'bottom': 326.375, 'text': 'r', 'top': 300, 'height': 26.375, 'width': 8.8125, 'id': '0007-05', 'left': 414.09375}
{'right': 431.28125, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 8.375, 'id': '0008-00', 'left': 422.90625}
{'right': 439.515625, 'bottom': 326.375, 'text': 'h', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0008-01', 'left': 431.28125}
{'right': 444.25, 'bottom': 326.375, 'text': '.', 'top': 300, 'height': 26.375, 'width': 4.734375, 'id': '0009-00', 'left': 439.515625}
{'right': 448.984375, 'bottom': 326.375, 'text': '.', 'top': 300, 'height': 26.375, 'width': 4.734375, 'id': '0009-01', 'left': 444.25}
{'right': 456.96875, 'bottom': 326.375, 'text': '.', 'top': 300, 'height': 26.375, 'width': 7.984375, 'id': '0009-02', 'left': 448.984375}
{'right': 113.28125, 'bottom': 326.375, 'text': 'D', 'top': 300, 'height': 26.375, 'width': 13.28125, 'id': '0000-00', 'left': 100}
{'right': 121.515625, 'bottom': 326.375, 'text': 'u', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0000-01', 'left': 113.28125}
{'right': 127.078125, 'bottom': 326.375, 'text': 'r', 'top': 300, 'height': 26.375, 'width': 5.5625, 'id': '0000-02', 'left': 121.515625}
{'right': 130.65625, 'bottom': 326.375, 'text': 'i', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0000-03', 'left': 127.078125}
{'right': 138.890625, 'bottom': 326.375, 'text': 'n', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0000-04', 'left': 130.65625}
{'right': 150.25, 'bottom': 326.375, 'text': 'g', 'top': 300, 'height': 26.375, 'width': 11.359375, 'id': '0000-05', 'left': 138.890625}
{'right': 158.625, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 8.375, 'id': '0001-00', 'left': 150.25}
{'right': 166.859375, 'bottom': 326.375, 'text': 'h', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0001-01', 'left': 158.625}
{'right': 170.4375, 'bottom': 326.375, 'text': 'i', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0001-02', 'left': 166.859375}
{'right': 180.46875, 'bottom': 326.375, 'text': 's', 'top': 300, 'height': 26.375, 'width': 10.03125, 'id': '0001-03', 'left': 170.4375}
{'right': 190.5, 'bottom': 326.375, 'text': 's', 'top': 300, 'height': 26.375, 'width': 10.03125, 'id': '0002-00', 'left': 180.46875}
{'right': 198.25, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 7.75, 'id': '0002-01', 'left': 190.5}
{'right': 206.0625, 'bottom': 326.375, 'text': 'a', 'top': 300, 'height': 26.375, 'width': 7.8125, 'id': '0002-02', 'left': 198.25}
{'right': 211.625, 'bottom': 326.375, 'text': 'r', 'top': 300, 'height': 26.375, 'width': 5.5625, 'id': '0002-03', 'left': 206.0625}
{'right': 218.40625, 'bottom': 326.375, 'text': 'c', 'top': 300, 'height': 26.375, 'width': 6.78125, 'id': '0002-04', 'left': 211.625}
{'right': 226.640625, 'bottom': 326.375, 'text': 'h', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0002-05', 'left': 218.40625}
{'right': 234.625, 'bottom': 326.375, 'text': ',', 'top': 300, 'height': 26.375, 'width': 7.984375, 'id': '0002-06', 'left': 226.640625}
{'right': 248.84375, 'bottom': 326.375, 'text': 'M', 'top': 300, 'height': 26.375, 'width': 14.21875, 'id': '0003-00', 'left': 234.625}
{'right': 252.421875, 'bottom': 326.375, 'text': 'i', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0003-01', 'left': 248.84375}
{'right': 259.203125, 'bottom': 326.375, 'text': 'c', 'top': 300, 'height': 26.375, 'width': 6.78125, 'id': '0003-02', 'left': 252.421875}
{'right': 267.4375, 'bottom': 326.375, 'text': 'h', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0003-03', 'left': 259.203125}
{'right': 275.1875, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 7.75, 'id': '0003-04', 'left': 267.4375}
{'right': 278.765625, 'bottom': 326.375, 'text': 'l', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0003-05', 'left': 275.1875}
{'right': 289.765625, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 11, 'id': '0003-06', 'left': 278.765625}
{'right': 301.03125, 'bottom': 326.375, 'text': 'T', 'top': 300, 'height': 26.375, 'width': 11.265625, 'id': '0004-00', 'left': 289.765625}
{'right': 308.921875, 'bottom': 326.375, 'text': 'o', 'top': 300, 'height': 26.375, 'width': 7.890625, 'id': '0004-01', 'left': 301.03125}
{'right': 312.5, 'bottom': 326.375, 'text': 'l', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0004-02', 'left': 308.921875}
{'right': 316.078125, 'bottom': 326.375, 'text': 'l', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0004-03', 'left': 312.5}
{'right': 319.65625, 'bottom': 326.375, 'text': 'i', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0004-04', 'left': 316.078125}
{'right': 329.6875, 'bottom': 326.375, 'text': 's', 'top': 300, 'height': 26.375, 'width': 10.03125, 'id': '0004-05', 'left': 319.65625}
{'right': 341.046875, 'bottom': 326.375, 'text': 'b', 'top': 300, 'height': 26.375, 'width': 11.359375, 'id': '0005-00', 'left': 329.6875}
{'right': 348.796875, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 7.75, 'id': '0005-01', 'left': 341.046875}
{'right': 355.578125, 'bottom': 326.375, 'text': 'c', 'top': 300, 'height': 26.375, 'width': 6.78125, 'id': '0005-02', 'left': 348.796875}
{'right': 363.390625, 'bottom': 326.375, 'text': 'a', 'top': 300, 'height': 26.375, 'width': 7.8125, 'id': '0005-03', 'left': 355.578125}
{'right': 376.046875, 'bottom': 326.375, 'text': 'm', 'top': 300, 'height': 26.375, 'width': 12.65625, 'id': '0005-04', 'left': 363.390625}
{'right': 387.046875, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 11, 'id': '0005-05', 'left': 376.046875}
{'right': 397.078125, 'bottom': 326.375, 'text': 'c', 'top': 300, 'height': 26.375, 'width': 10.03125, 'id': '0006-00', 'left': 387.046875}
{'right': 404.96875, 'bottom': 326.375, 'text': 'o', 'top': 300, 'height': 26.375, 'width': 7.890625, 'id': '0006-01', 'left': 397.078125}
{'right': 413.203125, 'bottom': 326.375, 'text': 'n', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0006-02', 'left': 404.96875}
{'right': 420.90625, 'bottom': 326.375, 'text': 'v', 'top': 300, 'height': 26.375, 'width': 7.703125, 'id': '0006-03', 'left': 413.203125}
{'right': 424.484375, 'bottom': 326.375, 'text': 'i', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0006-04', 'left': 420.90625}
{'right': 432.71875, 'bottom': 326.375, 'text': 'n', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0006-05', 'left': 424.484375}
{'right': 439.5, 'bottom': 326.375, 'text': 'c', 'top': 300, 'height': 26.375, 'width': 6.78125, 'id': '0006-06', 'left': 432.71875}
{'right': 447.25, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 7.75, 'id': '0006-07', 'left': 439.5}
{'right': 458.609375, 'bottom': 326.375, 'text': 'd', 'top': 300, 'height': 26.375, 'width': 11.359375, 'id': '0006-08', 'left': 447.25}
{'right': 466.984375, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 8.375, 'id': '0007-00', 'left': 458.609375}
{'right': 475.21875, 'bottom': 326.375, 'text': 'h', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0007-01', 'left': 466.984375}
{'right': 483.03125, 'bottom': 326.375, 'text': 'a', 'top': 300, 'height': 26.375, 'width': 7.8125, 'id': '0007-02', 'left': 475.21875}
{'right': 491.40625, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 8.375, 'id': '0007-03', 'left': 483.03125}
{'right': 501.4375, 'bottom': 326.375, 'text': 's', 'top': 300, 'height': 26.375, 'width': 10.03125, 'id': '0008-00', 'left': 491.40625}
{'right': 509.25, 'bottom': 326.375, 'text': 'a', 'top': 300, 'height': 26.375, 'width': 7.8125, 'id': '0008-01', 'left': 501.4375}
{'right': 514.375, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 5.125, 'id': '0008-02', 'left': 509.25}
{'right': 522.1875, 'bottom': 326.375, 'text': 'a', 'top': 300, 'height': 26.375, 'width': 7.8125, 'id': '0008-03', 'left': 514.375}
{'right': 530.421875, 'bottom': 326.375, 'text': 'n', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0008-04', 'left': 522.1875}
{'right': 534, 'bottom': 326.375, 'text': 'i', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0008-05', 'left': 530.421875}
{'right': 540.78125, 'bottom': 326.375, 'text': 's', 'top': 300, 'height': 26.375, 'width': 6.78125, 'id': '0008-06', 'left': 534}
{'right': 556.6875, 'bottom': 326.375, 'text': 'm', 'top': 300, 'height': 26.375, 'width': 15.90625, 'id': '0008-07', 'left': 540.78125}
{'right': 568.171875, 'bottom': 326.375, 'text': 'h', 'top': 300, 'height': 26.375, 'width': 11.484375, 'id': '0009-00', 'left': 556.6875}
{'right': 575.984375, 'bottom': 326.375, 'text': 'a', 'top': 300, 'height': 26.375, 'width': 7.8125, 'id': '0009-01', 'left': 568.171875}
{'right': 587.34375, 'bottom': 326.375, 'text': 'd', 'top': 300, 'height': 26.375, 'width': 11.359375, 'id': '0009-02', 'left': 575.984375}
{'right': 597.375, 'bottom': 326.375, 'text': 's', 'top': 300, 'height': 26.375, 'width': 10.03125, 'id': '0010-00', 'left': 587.34375}
{'right': 605.265625, 'bottom': 326.375, 'text': 'o', 'top': 300, 'height': 26.375, 'width': 7.890625, 'id': '0010-01', 'left': 597.375}
{'right': 617.921875, 'bottom': 326.375, 'text': 'm', 'top': 300, 'height': 26.375, 'width': 12.65625, 'id': '0010-02', 'left': 605.265625}
{'right': 625.671875, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 7.75, 'id': '0010-03', 'left': 617.921875}
{'right': 630.796875, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 5.125, 'id': '0010-04', 'left': 625.671875}
{'right': 639.03125, 'bottom': 326.375, 'text': 'h', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0010-05', 'left': 630.796875}
{'right': 642.609375, 'bottom': 326.375, 'text': 'i', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0010-06', 'left': 639.03125}
{'right': 650.84375, 'bottom': 326.375, 'text': 'n', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0010-07', 'left': 642.609375}
{'right': 662.203125, 'bottom': 326.375, 'text': 'g', 'top': 300, 'height': 26.375, 'width': 11.359375, 'id': '0010-08', 'left': 650.84375}
{'right': 670.578125, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 8.375, 'id': '0011-00', 'left': 662.203125}
{'right': 681.71875, 'bottom': 326.375, 'text': 'o', 'top': 300, 'height': 26.375, 'width': 11.140625, 'id': '0011-01', 'left': 670.578125}
{'right': 693.078125, 'bottom': 326.375, 'text': 'd', 'top': 300, 'height': 26.375, 'width': 11.359375, 'id': '0012-00', 'left': 681.71875}
{'right': 704.21875, 'bottom': 326.375, 'text': 'o', 'top': 300, 'height': 26.375, 'width': 11.140625, 'id': '0012-01', 'left': 693.078125}
{'right': 718.109375, 'bottom': 326.375, 'text': 'w', 'top': 300, 'height': 26.375, 'width': 13.890625, 'id': '0013-00', 'left': 704.21875}
{'right': 721.6875, 'bottom': 326.375, 'text': 'i', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0013-01', 'left': 718.109375}
{'right': 726.8125, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 5.125, 'id': '0013-02', 'left': 721.6875}
{'right': 738.296875, 'bottom': 326.375, 'text': 'h', 'top': 300, 'height': 26.375, 'width': 11.484375, 'id': '0013-03', 'left': 726.8125}
{'right': 749.78125, 'bottom': 326.375, 'text': 'h', 'top': 300, 'height': 26.375, 'width': 11.484375, 'id': '0014-00', 'left': 738.296875}
{'right': 753.359375, 'bottom': 326.375, 'text': 'i', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0014-01', 'left': 749.78125}
{'right': 763.390625, 'bottom': 326.375, 'text': 's', 'top': 300, 'height': 26.375, 'width': 10.03125, 'id': '0014-02', 'left': 753.359375}
{'right': 773.421875, 'bottom': 326.375, 'text': 's', 'top': 300, 'height': 26.375, 'width': 10.03125, 'id': '0015-00', 'left': 763.390625}
{'right': 781.3125, 'bottom': 326.375, 'text': 'o', 'top': 300, 'height': 26.375, 'width': 7.890625, 'id': '0015-01', 'left': 773.421875}
{'right': 789.546875, 'bottom': 326.375, 'text': 'n', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0015-02', 'left': 781.3125}
{'right': 793.046875, 'bottom': 326.375, 'text': "'", 'top': 300, 'height': 26.375, 'width': 3.5, 'id': '0015-03', 'left': 789.546875}
{'right': 803.078125, 'bottom': 326.375, 'text': 's', 'top': 300, 'height': 26.375, 'width': 10.03125, 'id': '0015-04', 'left': 793.046875}
{'right': 814.4375, 'bottom': 326.375, 'text': 'd', 'top': 300, 'height': 26.375, 'width': 11.359375, 'id': '0016-00', 'left': 803.078125}
{'right': 818.015625, 'bottom': 326.375, 'text': 'i', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0016-01', 'left': 814.4375}
{'right': 824.796875, 'bottom': 326.375, 'text': 's', 'top': 300, 'height': 26.375, 'width': 6.78125, 'id': '0016-02', 'left': 818.015625}
{'right': 832.609375, 'bottom': 326.375, 'text': 'a', 'top': 300, 'height': 26.375, 'width': 7.8125, 'id': '0016-03', 'left': 824.796875}
{'right': 840.71875, 'bottom': 326.375, 'text': 'p', 'top': 300, 'height': 26.375, 'width': 8.109375, 'id': '0016-04', 'left': 832.609375}
{'right': 848.828125, 'bottom': 326.375, 'text': 'p', 'top': 300, 'height': 26.375, 'width': 8.109375, 'id': '0016-05', 'left': 840.71875}
{'right': 856.578125, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 7.75, 'id': '0016-06', 'left': 848.828125}
{'right': 864.390625, 'bottom': 326.375, 'text': 'a', 'top': 300, 'height': 26.375, 'width': 7.8125, 'id': '0016-07', 'left': 856.578125}
{'right': 869.953125, 'bottom': 326.375, 'text': 'r', 'top': 300, 'height': 26.375, 'width': 5.5625, 'id': '0016-08', 'left': 864.390625}
{'right': 877.765625, 'bottom': 326.375, 'text': 'a', 'top': 300, 'height': 26.375, 'width': 7.8125, 'id': '0016-09', 'left': 869.953125}
{'right': 886, 'bottom': 326.375, 'text': 'n', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0016-10', 'left': 877.765625}
{'right': 892.78125, 'bottom': 326.375, 'text': 'c', 'top': 300, 'height': 26.375, 'width': 6.78125, 'id': '0016-11', 'left': 886}
{'right': 900.53125, 'bottom': 326.375, 'text': 'e', 'top': 300, 'height': 26.375, 'width': 7.75, 'id': '0016-12', 'left': 892.78125}
{'right': 908.515625, 'bottom': 326.375, 'text': '.', 'top': 300, 'height': 26.375, 'width': 7.984375, 'id': '0016-13', 'left': 900.53125}
{'right': 112.140625, 'bottom': 326.375, 'text': 'A', 'top': 300, 'height': 26.375, 'width': 12.140625, 'id': '0000-00', 'left': 100}
{'right': 121.21875, 'bottom': 326.375, 'text': 'C', 'top': 300, 'height': 26.375, 'width': 9.078125, 'id': '0000-01', 'left': 112.140625}
{'right': 132.1875, 'bottom': 326.375, 'text': 'M', 'top': 300, 'height': 26.375, 'width': 10.96875, 'id': '0000-02', 'left': 121.21875}
{'right': 144.328125, 'bottom': 326.375, 'text': 'A', 'top': 300, 'height': 26.375, 'width': 12.140625, 'id': '0000-03', 'left': 132.1875}
{'right': 155.6875, 'bottom': 326.375, 'text': 'd', 'top': 300, 'height': 26.375, 'width': 11.359375, 'id': '0001-00', 'left': 144.328125}
{'right': 163.578125, 'bottom': 326.375, 'text': 'o', 'top': 300, 'height': 26.375, 'width': 7.890625, 'id': '0001-01', 'left': 155.6875}
{'right': 167.15625, 'bottom': 326.375, 'text': 'i', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0001-02', 'left': 163.578125}
{'right': 175.390625, 'bottom': 326.375, 'text': 'n', 'top': 300, 'height': 26.375, 'width': 8.234375, 'id': '0001-03', 'left': 167.15625}
{'right': 186.75, 'bottom': 326.375, 'text': 'g', 'top': 300, 'height': 26.375, 'width': 11.359375, 'id': '0001-04', 'left': 175.390625}
{'right': 193.578125, 'bottom': 326.375, 'text': 'i', 'top': 300, 'height': 26.375, 'width': 6.828125, 'id': '0002-00', 'left': 186.75}
{'right': 198.703125, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 5.125, 'id': '0002-01', 'left': 193.578125}
{'right': 202.203125, 'bottom': 326.375, 'text': "'", 'top': 300, 'height': 26.375, 'width': 3.5, 'id': '0002-02', 'left': 198.703125}
{'right': 212.234375, 'bottom': 326.375, 'text': 's', 'top': 300, 'height': 26.375, 'width': 10.03125, 'id': '0002-03', 'left': 202.203125}
{'right': 223.59375, 'bottom': 326.375, 'text': 'p', 'top': 300, 'height': 26.375, 'width': 11.359375, 'id': '0003-00', 'left': 212.234375}
{'right': 231.40625, 'bottom': 326.375, 'text': 'a', 'top': 300, 'height': 26.375, 'width': 7.8125, 'id': '0003-01', 'left': 223.59375}
{'right': 236.96875, 'bottom': 326.375, 'text': 'r', 'top': 300, 'height': 26.375, 'width': 5.5625, 'id': '0003-02', 'left': 231.40625}
{'right': 245.34375, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 8.375, 'id': '0003-03', 'left': 236.96875}
{'right': 253.71875, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 8.375, 'id': '0004-00', 'left': 245.34375}
{'right': 264.859375, 'bottom': 326.375, 'text': 'o', 'top': 300, 'height': 26.375, 'width': 11.140625, 'id': '0004-01', 'left': 253.71875}
{'right': 275.8125, 'bottom': 326.375, 'text': 'k', 'top': 300, 'height': 26.375, 'width': 10.953125, 'id': '0005-00', 'left': 264.859375}
{'right': 279.390625, 'bottom': 326.375, 'text': 'i', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0005-01', 'left': 275.8125}
{'right': 282.96875, 'bottom': 326.375, 'text': 'l', 'top': 300, 'height': 26.375, 'width': 3.578125, 'id': '0005-02', 'left': 279.390625}
{'right': 289.796875, 'bottom': 326.375, 'text': 'l', 'top': 300, 'height': 26.375, 'width': 6.828125, 'id': '0005-03', 'left': 282.96875}
{'right': 300.9375, 'bottom': 326.375, 'text': 'o', 'top': 300, 'height': 26.375, 'width': 11.140625, 'id': '0006-00', 'left': 289.796875}
{'right': 308.765625, 'bottom': 326.375, 'text': 'f', 'top': 300, 'height': 26.375, 'width': 7.828125, 'id': '0006-01', 'left': 300.9375}
{'right': 317.140625, 'bottom': 326.375, 'text': 't', 'top': 300, 'height': 26.375, 'width': 8.375, 'id': '0007-00', 'left': 308.765625}
{'right': 324.84375, 'bottom': 326.375, 'text': 'v', 'top': 300, 'height': 26.375, 'width': 7.703125, 'id': '0007-01', 'left': 317.140625}
{'right': 332.828125, 'bottom': 326.375, 'text': '.', 'top': 300, 'height': 26.375, 'width': 7.984375, 'id': '0007-02', 'left': 324.84375}
In [82]:
#{Sentid_1 {starttime: , endtime: , tokens: [{token1word: We, top_coor:, bottom_coor: , left_coor: , right_coor: ] }}
#Sentid_2 (etc..)
#}
In [ ]:
In [ ]:
Content source: SigridK/browser-reading
Similar notebooks: