Remove empty items

This commit is contained in:
Johannes Zillmann 2021-03-16 05:36:41 +01:00
parent 5af033c0f1
commit f42358d63b
62 changed files with 275449 additions and 259336 deletions

View File

@ -47,7 +47,7 @@ export default class Debugger {
const items = detectChanges(changeTracker, previousItems, itemResult.items);
const pages = asPages(changeTracker, items, transformer.descriptor.debug?.itemMerger);
const messages = itemResult.messages;
if (changeTracker.changeCount() > 0) {
if (changeTracker.changeCount() > 0 && messages.length === 0) {
messages.unshift(`Detected ${changeTracker.changeCount()} changes`);
}

View File

@ -6,6 +6,7 @@ import PdfPipeline from './PdfPipeline';
import AdjustHeight from './transformer/AdjustHeight';
import CalculateCoordinates from './transformer/CalculateCoordinates';
import RemoveEmptyItems from './transformer/RemoveEmptyItems';
import CalculateStatistics from './transformer/CacluclateStatistics';
import CompactLines from './transformer/CompactLines';
import SortXWithinLines from './transformer/SortXWithinLines';
@ -15,6 +16,7 @@ import NoOpTransformer from './transformer/NoOpTransformer';
export const transformers = [
new AdjustHeight(),
new CalculateCoordinates(),
new RemoveEmptyItems(),
new CalculateStatistics(),
new CompactLines(),
new SortXWithinLines(),

View File

@ -0,0 +1,25 @@
import Item from '../Item';
import ItemResult from '../ItemResult';
import ItemTransformer from './ItemTransformer';
import TransformContext from './TransformContext';
export default class RemoveEmptyItems extends ItemTransformer {
constructor() {
super('Remove Empty Items', 'Remove items which have only whitespace.', {
requireColumns: ['str'],
});
}
transform(_: TransformContext, inputItems: Item[]): ItemResult {
let removed = 0;
return {
items: inputItems.filter((item) => {
const text: string = item.data['str'];
const empty = text.trim() === '';
if (empty) removed++;
return !empty;
}),
messages: [`Removed ${removed} blank items`],
};
}
}

View File

@ -0,0 +1,29 @@
{
"pages": 200,
"items": 8844,
"groupedItems": 8844,
"changes": 0,
"schema": [
{
"name": "x"
},
{
"name": "y"
},
{
"name": "str"
},
{
"name": "fontName"
},
{
"name": "dir"
},
{
"name": "width"
},
{
"name": "height"
}
]
}

View File

@ -0,0 +1,29 @@
{
"pages": 76,
"items": 3205,
"groupedItems": 3205,
"changes": 0,
"schema": [
{
"name": "x"
},
{
"name": "y"
},
{
"name": "str"
},
{
"name": "fontName"
},
{
"name": "dir"
},
{
"name": "width"
},
{
"name": "height"
}
]
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,8 +1,8 @@
{
"pages": 19,
"items": 2769,
"groupedItems": 1320,
"changes": 247,
"items": 1503,
"groupedItems": 1234,
"changes": 133,
"schema": [
{
"name": "line"
@ -30,98 +30,60 @@
}
]
}
{"page":0,"change":"Removal","str":"Closed syllable word lists 1 ","line":0,"x":420.79,"y":745.56,"width":"121.80","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","732.12"],"fontName":"ABCDEE+Calibri","x":72.024,"y":732.12,"line":1}
{"page":0,"change":"Removal","str":"Phonics word lists by Susan Jones licensed under Creative Commons Attribution 4.0 International ","line":2,"x":106.22,"y":76.584,"width":"436.20","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":0,"change":"Removal","str":"License ","line":3,"x":507.22,"y":63.144,"width":"37.98","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","540.10","35.90"],"fontName":"ABCDEE+Calibri","x":540.1,"y":35.904,"line":4}
{"page":1,"change":"Removal","str":"Closed syllable word lists 2 ","line":0,"x":420.79,"y":745.56,"width":"121.80","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","732.12"],"fontName":"ABCDEE+Calibri","x":72.024,"y":732.12,"line":1}
{"page":1,"change":"Removal","str":"Phonics word lists by Susan Jones licensed under Creative Commons Attribution 4.0 International ","line":2,"x":106.22,"y":76.584,"width":"436.20","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":1,"change":"Removal","str":"License ","line":3,"x":507.22,"y":63.144,"width":"37.98","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","540.10","35.90"],"fontName":"ABCDEE+Calibri","x":540.1,"y":35.904,"line":4}
{"page":2,"change":"Removal","str":"Closed syllable word lists 3 ","line":0,"x":420.79,"y":745.56,"width":"121.80","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","732.12"],"fontName":"ABCDEE+Calibri","x":72.024,"y":732.12,"line":1}
{"page":2,"change":"Removal","str":"Phonics word lists by Susan Jones licensed under Creative Commons Attribution 4.0 International ","line":2,"x":106.22,"y":76.584,"width":"436.20","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":2,"change":"Removal","str":"License ","line":3,"x":507.22,"y":63.144,"width":"37.98","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","540.10","35.90"],"fontName":"ABCDEE+Calibri","x":540.1,"y":35.904,"line":4}
{"page":3,"change":"Removal","str":"Closed syllable word lists 4 ","line":0,"x":420.79,"y":745.56,"width":"121.80","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":3,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","732.12"],"fontName":"ABCDEE+Calibri","x":72.024,"y":732.12,"line":1}
{"page":3,"change":"Removal","str":"Phonics word lists by Susan Jones licensed under Creative Commons Attribution 4.0 International ","line":2,"x":106.22,"y":76.584,"width":"436.20","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":3,"change":"Removal","str":"License ","line":3,"x":507.22,"y":63.144,"width":"37.98","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":3,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","540.10","35.90"],"fontName":"ABCDEE+Calibri","x":540.1,"y":35.904,"line":4}
{"page":4,"change":"Removal","str":"Closed syllable word lists 5 ","line":0,"x":420.79,"y":745.56,"width":"121.80","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":4,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","732.12"],"fontName":"ABCDEE+Calibri","x":72.024,"y":732.12,"line":1}
{"page":4,"change":"Removal","str":"Phonics word lists by Susan Jones licensed under Creative Commons Attribution 4.0 International ","line":2,"x":106.22,"y":76.584,"width":"436.20","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":4,"change":"Removal","str":"License ","line":3,"x":507.22,"y":63.144,"width":"37.98","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":4,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","540.10","35.90"],"fontName":"ABCDEE+Calibri","x":540.1,"y":35.904,"line":4}
{"page":5,"change":"Removal","str":"Closed syllable word lists 6 ","line":0,"x":420.79,"y":745.56,"width":"121.80","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":5,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","732.12"],"fontName":"ABCDEE+Calibri","x":72.024,"y":732.12,"line":1}
{"page":5,"change":"Removal","str":"Phonics word lists by Susan Jones licensed under Creative Commons Attribution 4.0 International ","line":2,"x":106.22,"y":76.584,"width":"436.20","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":5,"change":"Removal","str":"License ","line":3,"x":507.22,"y":63.144,"width":"37.98","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":5,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","540.10","35.90"],"fontName":"ABCDEE+Calibri","x":540.1,"y":35.904,"line":4}
{"page":6,"change":"Removal","str":"Closed syllable word lists 7 ","line":0,"x":420.79,"y":745.56,"width":"121.80","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":6,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","732.12"],"fontName":"ABCDEE+Calibri","x":72.024,"y":732.12,"line":1}
{"page":6,"change":"Removal","str":"Phonics word lists by Susan Jones licensed under Creative Commons Attribution 4.0 International ","line":2,"x":106.22,"y":76.584,"width":"436.20","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":6,"change":"Removal","str":"License ","line":3,"x":507.22,"y":63.144,"width":"37.98","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":6,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","540.10","35.90"],"fontName":"ABCDEE+Calibri","x":540.1,"y":35.904,"line":4}
{"page":7,"change":"Removal","str":"Closed syllable word lists 8 ","line":0,"x":420.79,"y":745.56,"width":"121.80","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":7,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","732.12"],"fontName":"ABCDEE+Calibri","x":72.024,"y":732.12,"line":1}
{"page":7,"change":"Removal","str":"Phonics word lists by Susan Jones licensed under Creative Commons Attribution 4.0 International ","line":2,"x":106.22,"y":76.584,"width":"436.20","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":7,"change":"Removal","str":"License ","line":3,"x":507.22,"y":63.144,"width":"37.98","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":7,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","540.10","35.90"],"fontName":"ABCDEE+Calibri","x":540.1,"y":35.904,"line":4}
{"page":8,"change":"Removal","str":"Closed syllable word lists 9 ","line":0,"x":420.79,"y":745.56,"width":"121.80","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":8,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","732.12"],"fontName":"ABCDEE+Calibri","x":72.024,"y":732.12,"line":1}
{"page":8,"change":"Removal","str":"Phonics word lists by Susan Jones licensed under Creative Commons Attribution 4.0 International ","line":2,"x":106.22,"y":76.584,"width":"436.20","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":8,"change":"Removal","str":"License ","line":3,"x":507.22,"y":63.144,"width":"37.98","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":8,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","540.10","35.90"],"fontName":"ABCDEE+Calibri","x":540.1,"y":35.904,"line":4}
{"page":9,"change":"Removal","str":"Closed syllable word lists 10 ","line":0,"x":415.27,"y":745.56,"width":"127.25","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":9,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","732.12"],"fontName":"ABCDEE+Calibri","x":72.024,"y":732.12,"line":1}
{"page":9,"change":"Removal","str":"Phonics word lists by Susan Jones licensed under Creative Commons Attribution 4.0 International ","line":2,"x":106.22,"y":76.584,"width":"436.20","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":9,"change":"Removal","str":"License ","line":3,"x":507.22,"y":63.144,"width":"37.98","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":9,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","540.10","35.90"],"fontName":"ABCDEE+Calibri","x":540.1,"y":35.904,"line":4}
{"page":10,"change":"Removal","str":"Closed syllable word lists 11 ","line":0,"x":415.27,"y":745.56,"width":"127.25","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":10,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","732.12"],"fontName":"ABCDEE+Calibri","x":72.024,"y":732.12,"line":1}
{"page":10,"change":"Removal","str":"Phonics word lists by Susan Jones licensed under Creative Commons Attribution 4.0 International ","line":2,"x":106.22,"y":76.584,"width":"436.20","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":10,"change":"Removal","str":"License ","line":3,"x":507.22,"y":63.144,"width":"37.98","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":10,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","540.10","35.90"],"fontName":"ABCDEE+Calibri","x":540.1,"y":35.904,"line":4}
{"page":11,"change":"Removal","str":"Closed syllable word lists 12 ","line":0,"x":415.27,"y":745.56,"width":"127.25","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":11,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","732.12"],"fontName":"ABCDEE+Calibri","x":72.024,"y":732.12,"line":1}
{"page":11,"change":"Removal","str":"Phonics word lists by Susan Jones licensed under Creative Commons Attribution 4.0 International ","line":2,"x":106.22,"y":76.584,"width":"436.20","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":11,"change":"Removal","str":"License ","line":3,"x":507.22,"y":63.144,"width":"37.98","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":11,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","540.10","35.90"],"fontName":"ABCDEE+Calibri","x":540.1,"y":35.904,"line":4}
{"page":12,"change":"Removal","str":"Closed syllable word lists 13 ","line":0,"x":415.27,"y":745.56,"width":"127.25","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":12,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","732.12"],"fontName":"ABCDEE+Calibri","x":72.024,"y":732.12,"line":1}
{"page":12,"change":"Removal","str":"Phonics word lists by Susan Jones licensed under Creative Commons Attribution 4.0 International ","line":2,"x":106.22,"y":76.584,"width":"436.20","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":12,"change":"Removal","str":"License ","line":3,"x":507.22,"y":63.144,"width":"37.98","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":12,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","540.10","35.90"],"fontName":"ABCDEE+Calibri","x":540.1,"y":35.904,"line":4}
{"page":13,"change":"Removal","str":"Closed syllable word lists 14 ","line":0,"x":415.27,"y":745.56,"width":"127.25","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":13,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","732.12"],"fontName":"ABCDEE+Calibri","x":72.024,"y":732.12,"line":1}
{"page":13,"change":"Removal","str":"Phonics word lists by Susan Jones licensed under Creative Commons Attribution 4.0 International ","line":2,"x":106.22,"y":76.584,"width":"436.20","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":13,"change":"Removal","str":"License ","line":3,"x":507.22,"y":63.144,"width":"37.98","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":13,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","540.10","35.90"],"fontName":"ABCDEE+Calibri","x":540.1,"y":35.904,"line":4}
{"page":14,"change":"Removal","str":"Closed syllable word lists 15 ","line":0,"x":415.27,"y":745.56,"width":"127.25","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":14,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","732.12"],"fontName":"ABCDEE+Calibri","x":72.024,"y":732.12,"line":1}
{"page":14,"change":"Removal","str":"Phonics word lists by Susan Jones licensed under Creative Commons Attribution 4.0 International ","line":2,"x":106.22,"y":76.584,"width":"436.20","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":14,"change":"Removal","str":"License ","line":3,"x":507.22,"y":63.144,"width":"37.98","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":14,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","540.10","35.90"],"fontName":"ABCDEE+Calibri","x":540.1,"y":35.904,"line":4}
{"page":15,"change":"Removal","str":"Closed syllable word lists 16 ","line":0,"x":415.27,"y":745.56,"width":"127.25","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":15,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","732.12"],"fontName":"ABCDEE+Calibri","x":72.024,"y":732.12,"line":1}
{"page":15,"change":"Removal","str":"Phonics word lists by Susan Jones licensed under Creative Commons Attribution 4.0 International ","line":2,"x":106.22,"y":76.584,"width":"436.20","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":15,"change":"Removal","str":"License ","line":3,"x":507.22,"y":63.144,"width":"37.98","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":15,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","540.10","35.90"],"fontName":"ABCDEE+Calibri","x":540.1,"y":35.904,"line":4}
{"page":16,"change":"Removal","str":"Closed syllable word lists 17 ","line":0,"x":415.27,"y":745.56,"width":"127.25","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":16,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","732.12"],"fontName":"ABCDEE+Calibri","x":72.024,"y":732.12,"line":1}
{"page":16,"change":"Removal","str":"Phonics word lists by Susan Jones licensed under Creative Commons Attribution 4.0 International ","line":2,"x":106.22,"y":76.584,"width":"436.20","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":16,"change":"Removal","str":"License ","line":3,"x":507.22,"y":63.144,"width":"37.98","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":16,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","540.10","35.90"],"fontName":"ABCDEE+Calibri","x":540.1,"y":35.904,"line":4}
{"page":17,"change":"Removal","str":"Closed syllable word lists 18 ","line":0,"x":415.27,"y":745.56,"width":"127.25","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":17,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","732.12"],"fontName":"ABCDEE+Calibri","x":72.024,"y":732.12,"line":1}
{"page":17,"change":"Removal","str":"Phonics word lists by Susan Jones licensed under Creative Commons Attribution 4.0 International ","line":2,"x":106.22,"y":76.584,"width":"436.20","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":17,"change":"Removal","str":"License ","line":3,"x":507.22,"y":63.144,"width":"37.98","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":17,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","540.10","35.90"],"fontName":"ABCDEE+Calibri","x":540.1,"y":35.904,"line":4}
{"page":18,"change":"Removal","str":"Closed syllable word lists 19 ","line":0,"x":415.27,"y":745.56,"width":"127.25","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":18,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","732.12"],"fontName":"ABCDEE+Calibri","x":72.024,"y":732.12,"line":1}
{"page":18,"change":"Removal","str":"Phonics word lists by Susan Jones licensed under Creative Commons Attribution 4.0 International ","line":2,"x":106.22,"y":76.584,"width":"436.20","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":18,"change":"Removal","str":"License ","line":3,"x":507.22,"y":63.144,"width":"37.98","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":18,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","540.10","35.90"],"fontName":"ABCDEE+Calibri","x":540.1,"y":35.904,"line":4}
{"page":0,"change":"Removal","str":"Closed syllable word lists 1","line":0,"x":420.79,"y":745.56,"width":"119.31","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":0,"change":"Removal","str":"Phonics word lists by Susan Jones licensed under Creative Commons Attribution 4.0 International ","line":1,"x":106.22,"y":76.584,"width":"436.20","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":0,"change":"Removal","str":"License","dir":"ltr","width":"32.99","height":"11.04","transform":["11.04","0.00","0.00","11.04","507.22","63.14"],"fontName":"ABCDEE+Calibri","x":507.22,"y":63.144,"line":2}
{"page":1,"change":"Removal","str":"Closed syllable word lists 2","line":0,"x":420.79,"y":745.56,"width":"119.31","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":1,"change":"Removal","str":"Phonics word lists by Susan Jones licensed under Creative Commons Attribution 4.0 International ","line":1,"x":106.22,"y":76.584,"width":"436.20","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":1,"change":"Removal","str":"License","dir":"ltr","width":"32.99","height":"11.04","transform":["11.04","0.00","0.00","11.04","507.22","63.14"],"fontName":"ABCDEE+Calibri","x":507.22,"y":63.144,"line":2}
{"page":2,"change":"Removal","str":"Closed syllable word lists 3","line":0,"x":420.79,"y":745.56,"width":"119.31","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":2,"change":"Removal","str":"Phonics word lists by Susan Jones licensed under Creative Commons Attribution 4.0 International ","line":1,"x":106.22,"y":76.584,"width":"436.20","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":2,"change":"Removal","str":"License","dir":"ltr","width":"32.99","height":"11.04","transform":["11.04","0.00","0.00","11.04","507.22","63.14"],"fontName":"ABCDEE+Calibri","x":507.22,"y":63.144,"line":2}
{"page":3,"change":"Removal","str":"Closed syllable word lists 4","line":0,"x":420.79,"y":745.56,"width":"119.31","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":3,"change":"Removal","str":"Phonics word lists by Susan Jones licensed under Creative Commons Attribution 4.0 International ","line":1,"x":106.22,"y":76.584,"width":"436.20","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":3,"change":"Removal","str":"License","dir":"ltr","width":"32.99","height":"11.04","transform":["11.04","0.00","0.00","11.04","507.22","63.14"],"fontName":"ABCDEE+Calibri","x":507.22,"y":63.144,"line":2}
{"page":4,"change":"Removal","str":"Closed syllable word lists 5","line":0,"x":420.79,"y":745.56,"width":"119.31","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":4,"change":"Removal","str":"Phonics word lists by Susan Jones licensed under Creative Commons Attribution 4.0 International ","line":1,"x":106.22,"y":76.584,"width":"436.20","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":4,"change":"Removal","str":"License","dir":"ltr","width":"32.99","height":"11.04","transform":["11.04","0.00","0.00","11.04","507.22","63.14"],"fontName":"ABCDEE+Calibri","x":507.22,"y":63.144,"line":2}
{"page":5,"change":"Removal","str":"Closed syllable word lists 6","line":0,"x":420.79,"y":745.56,"width":"119.31","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":5,"change":"Removal","str":"Phonics word lists by Susan Jones licensed under Creative Commons Attribution 4.0 International ","line":1,"x":106.22,"y":76.584,"width":"436.20","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":5,"change":"Removal","str":"License","dir":"ltr","width":"32.99","height":"11.04","transform":["11.04","0.00","0.00","11.04","507.22","63.14"],"fontName":"ABCDEE+Calibri","x":507.22,"y":63.144,"line":2}
{"page":6,"change":"Removal","str":"Closed syllable word lists 7","line":0,"x":420.79,"y":745.56,"width":"119.31","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":6,"change":"Removal","str":"Phonics word lists by Susan Jones licensed under Creative Commons Attribution 4.0 International ","line":1,"x":106.22,"y":76.584,"width":"436.20","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":6,"change":"Removal","str":"License","dir":"ltr","width":"32.99","height":"11.04","transform":["11.04","0.00","0.00","11.04","507.22","63.14"],"fontName":"ABCDEE+Calibri","x":507.22,"y":63.144,"line":2}
{"page":7,"change":"Removal","str":"Closed syllable word lists 8","line":0,"x":420.79,"y":745.56,"width":"119.31","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":7,"change":"Removal","str":"Phonics word lists by Susan Jones licensed under Creative Commons Attribution 4.0 International ","line":1,"x":106.22,"y":76.584,"width":"436.20","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":7,"change":"Removal","str":"License","dir":"ltr","width":"32.99","height":"11.04","transform":["11.04","0.00","0.00","11.04","507.22","63.14"],"fontName":"ABCDEE+Calibri","x":507.22,"y":63.144,"line":2}
{"page":8,"change":"Removal","str":"Closed syllable word lists 9","line":0,"x":420.79,"y":745.56,"width":"119.31","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":8,"change":"Removal","str":"Phonics word lists by Susan Jones licensed under Creative Commons Attribution 4.0 International ","line":1,"x":106.22,"y":76.584,"width":"436.20","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":8,"change":"Removal","str":"License","dir":"ltr","width":"32.99","height":"11.04","transform":["11.04","0.00","0.00","11.04","507.22","63.14"],"fontName":"ABCDEE+Calibri","x":507.22,"y":63.144,"line":2}
{"page":9,"change":"Removal","str":"Closed syllable word lists 10","line":0,"x":415.27,"y":745.56,"width":"124.75","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":9,"change":"Removal","str":"Phonics word lists by Susan Jones licensed under Creative Commons Attribution 4.0 International ","line":1,"x":106.22,"y":76.584,"width":"436.20","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":9,"change":"Removal","str":"License","dir":"ltr","width":"32.99","height":"11.04","transform":["11.04","0.00","0.00","11.04","507.22","63.14"],"fontName":"ABCDEE+Calibri","x":507.22,"y":63.144,"line":2}
{"page":10,"change":"Removal","str":"Closed syllable word lists 11","line":0,"x":415.27,"y":745.56,"width":"124.75","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":10,"change":"Removal","str":"Phonics word lists by Susan Jones licensed under Creative Commons Attribution 4.0 International ","line":1,"x":106.22,"y":76.584,"width":"436.20","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":10,"change":"Removal","str":"License","dir":"ltr","width":"32.99","height":"11.04","transform":["11.04","0.00","0.00","11.04","507.22","63.14"],"fontName":"ABCDEE+Calibri","x":507.22,"y":63.144,"line":2}
{"page":11,"change":"Removal","str":"Closed syllable word lists 12","line":0,"x":415.27,"y":745.56,"width":"124.75","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":11,"change":"Removal","str":"Phonics word lists by Susan Jones licensed under Creative Commons Attribution 4.0 International ","line":1,"x":106.22,"y":76.584,"width":"436.20","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":11,"change":"Removal","str":"License","dir":"ltr","width":"32.99","height":"11.04","transform":["11.04","0.00","0.00","11.04","507.22","63.14"],"fontName":"ABCDEE+Calibri","x":507.22,"y":63.144,"line":2}
{"page":12,"change":"Removal","str":"Closed syllable word lists 13","line":0,"x":415.27,"y":745.56,"width":"124.75","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":12,"change":"Removal","str":"Phonics word lists by Susan Jones licensed under Creative Commons Attribution 4.0 International ","line":1,"x":106.22,"y":76.584,"width":"436.20","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":12,"change":"Removal","str":"License","dir":"ltr","width":"32.99","height":"11.04","transform":["11.04","0.00","0.00","11.04","507.22","63.14"],"fontName":"ABCDEE+Calibri","x":507.22,"y":63.144,"line":2}
{"page":13,"change":"Removal","str":"Closed syllable word lists 14","line":0,"x":415.27,"y":745.56,"width":"124.75","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":13,"change":"Removal","str":"Phonics word lists by Susan Jones licensed under Creative Commons Attribution 4.0 International ","line":1,"x":106.22,"y":76.584,"width":"436.20","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":13,"change":"Removal","str":"License","dir":"ltr","width":"32.99","height":"11.04","transform":["11.04","0.00","0.00","11.04","507.22","63.14"],"fontName":"ABCDEE+Calibri","x":507.22,"y":63.144,"line":2}
{"page":14,"change":"Removal","str":"Closed syllable word lists 15","line":0,"x":415.27,"y":745.56,"width":"124.75","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":14,"change":"Removal","str":"Phonics word lists by Susan Jones licensed under Creative Commons Attribution 4.0 International ","line":1,"x":106.22,"y":76.584,"width":"436.20","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":14,"change":"Removal","str":"License","dir":"ltr","width":"32.99","height":"11.04","transform":["11.04","0.00","0.00","11.04","507.22","63.14"],"fontName":"ABCDEE+Calibri","x":507.22,"y":63.144,"line":2}
{"page":15,"change":"Removal","str":"Closed syllable word lists 16","line":0,"x":415.27,"y":745.56,"width":"124.75","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":15,"change":"Removal","str":"Phonics word lists by Susan Jones licensed under Creative Commons Attribution 4.0 International ","line":1,"x":106.22,"y":76.584,"width":"436.20","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":15,"change":"Removal","str":"License","dir":"ltr","width":"32.99","height":"11.04","transform":["11.04","0.00","0.00","11.04","507.22","63.14"],"fontName":"ABCDEE+Calibri","x":507.22,"y":63.144,"line":2}
{"page":16,"change":"Removal","str":"Closed syllable word lists 17","line":0,"x":415.27,"y":745.56,"width":"124.75","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":16,"change":"Removal","str":"Phonics word lists by Susan Jones licensed under Creative Commons Attribution 4.0 International ","line":1,"x":106.22,"y":76.584,"width":"436.20","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":16,"change":"Removal","str":"License","dir":"ltr","width":"32.99","height":"11.04","transform":["11.04","0.00","0.00","11.04","507.22","63.14"],"fontName":"ABCDEE+Calibri","x":507.22,"y":63.144,"line":2}
{"page":17,"change":"Removal","str":"Closed syllable word lists 18","line":0,"x":415.27,"y":745.56,"width":"124.75","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":17,"change":"Removal","str":"Phonics word lists by Susan Jones licensed under Creative Commons Attribution 4.0 International ","line":1,"x":106.22,"y":76.584,"width":"436.20","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":17,"change":"Removal","str":"License","dir":"ltr","width":"32.99","height":"11.04","transform":["11.04","0.00","0.00","11.04","507.22","63.14"],"fontName":"ABCDEE+Calibri","x":507.22,"y":63.144,"line":2}
{"page":18,"change":"Removal","str":"Closed syllable word lists 19","line":0,"x":415.27,"y":745.56,"width":"124.75","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":18,"change":"Removal","str":"Phonics word lists by Susan Jones licensed under Creative Commons Attribution 4.0 International ","line":1,"x":106.22,"y":76.584,"width":"436.20","height":"11.04","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":18,"change":"Removal","str":"License","dir":"ltr","width":"32.99","height":"11.04","transform":["11.04","0.00","0.00","11.04","507.22","63.14"],"fontName":"ABCDEE+Calibri","x":507.22,"y":63.144,"line":2}

View File

@ -1,7 +1,7 @@
{
"pages": 19,
"items": 2769,
"groupedItems": 1320,
"items": 1503,
"groupedItems": 1234,
"changes": 0,
"schema": [
{

View File

@ -1,7 +1,7 @@
{
"pages": 7,
"items": 300,
"groupedItems": 300,
"items": 282,
"groupedItems": 282,
"changes": 0,
"schema": [
{
@ -35,7 +35,6 @@
{"page":0,"change":"none","str":"Fürs Testen des ","dir":"ltr","width":"83.78","height":"11.00","transform":["11.00","0.00","0.00","11.00","208.00","572.00"],"fontName":"JBRMKS+Helvetica","x":208,"y":572}
{"page":0,"change":"none","str":"Markdown Parsers","dir":"ltr","width":"91.70","height":"11.00","transform":["11.00","0.00","0.00","11.00","291.78","572.00"],"fontName":"JBRMKS+Helvetica","x":291.77832,"y":572}
{"page":0,"change":"none","str":".","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","383.47","572.00"],"fontName":"JBRMKS+Helvetica","x":383.47360000000003,"y":572}
{"page":0,"change":"none","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","61.08","59.00"],"fontName":"JBRMKS+Helvetica","x":61.078451,"y":59}
{"page":0,"change":"none","str":"In Deutsch.","dir":"ltr","width":"55.64","height":"11.00","transform":["11.00","0.00","0.00","11.00","64.13","59.00"],"fontName":"JBRMKS+Helvetica","x":64.134603,"y":59}
{"page":0,"change":"none","str":"1","dir":"ltr","width":"4.08","height":"7.33","transform":["7.33","0.00","0.00","7.33","57.00","62.00"],"fontName":"JBRMKS+Helvetica","x":57,"y":62}
{"page":0,"change":"none","str":"\u0000","dir":"ltr","width":"0.00","height":"12.00","transform":["12.00","0.00","0.00","12.00","294.00","45.00"],"fontName":"QACXPP+Helvetica","x":294,"y":45}
@ -75,20 +74,15 @@
{"page":2,"change":"none","str":"4","dir":"ltr","width":"4.08","height":"7.33","transform":["7.33","0.00","0.00","7.33","100.00","431.00"],"fontName":"JBRMKS+Helvetica","x":100,"y":431}
{"page":2,"change":"none","str":"5","dir":"ltr","width":"4.08","height":"7.33","transform":["7.33","0.00","0.00","7.33","210.00","431.00"],"fontName":"JBRMKS+Helvetica","x":210,"y":431}
{"page":2,"change":"none","str":"6","dir":"ltr","width":"4.08","height":"7.33","transform":["7.33","0.00","0.00","7.33","422.00","431.00"],"fontName":"JBRMKS+Helvetica","x":422,"y":431}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","61.08","164.00"],"fontName":"JBRMKS+Helvetica","x":61.078451,"y":164}
{"page":2,"change":"none","str":"Was immer auch normal ist...","dir":"ltr","width":"148.34","height":"11.00","transform":["11.00","0.00","0.00","11.00","64.13","164.00"],"fontName":"JBRMKS+Helvetica","x":64.134603,"y":164}
{"page":2,"change":"none","str":"2","dir":"ltr","width":"4.08","height":"7.33","transform":["7.33","0.00","0.00","7.33","57.00","167.00"],"fontName":"JBRMKS+Helvetica","x":57,"y":167}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","61.08","141.00"],"fontName":"JBRMKS+Helvetica","x":61.078451,"y":141}
{"page":2,"change":"none","str":"Nicht zu verwechseln mit condimenta. Meine Lateinkenntnisse sind zwar schon so alt das ich ","dir":"ltr","width":"460.41","height":"11.00","transform":["11.00","0.00","0.00","11.00","64.13","141.00"],"fontName":"JBRMKS+Helvetica","x":64.134603,"y":141}
{"page":2,"change":"none","str":"3","dir":"ltr","width":"4.08","height":"7.33","transform":["7.33","0.00","0.00","7.33","57.00","144.00"],"fontName":"JBRMKS+Helvetica","x":57,"y":144}
{"page":2,"change":"none","str":"überhaupt keine Ahnung hab, aber zumindest hab ich jetzt eine mehrzeilige Fussnote!","dir":"ltr","width":"418.29","height":"11.00","transform":["11.00","0.00","0.00","11.00","57.00","128.00"],"fontName":"JBRMKS+Helvetica","x":57,"y":128}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","61.08","105.00"],"fontName":"JBRMKS+Helvetica","x":61.078451,"y":105}
{"page":2,"change":"none","str":"Hier & Jetzt!","dir":"ltr","width":"59.91","height":"11.00","transform":["11.00","0.00","0.00","11.00","64.13","105.00"],"fontName":"JBRMKS+Helvetica","x":64.134603,"y":105}
{"page":2,"change":"none","str":"4","dir":"ltr","width":"4.08","height":"7.33","transform":["7.33","0.00","0.00","7.33","57.00","108.00"],"fontName":"JBRMKS+Helvetica","x":57,"y":108}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","61.08","82.00"],"fontName":"JBRMKS+Helvetica","x":61.078451,"y":82}
{"page":2,"change":"none","str":"Nicht viel mehr als ein Satz.","dir":"ltr","width":"135.72","height":"11.00","transform":["11.00","0.00","0.00","11.00","64.13","82.00"],"fontName":"JBRMKS+Helvetica","x":64.134603,"y":82}
{"page":2,"change":"none","str":"5","dir":"ltr","width":"4.08","height":"7.33","transform":["7.33","0.00","0.00","7.33","57.00","85.00"],"fontName":"JBRMKS+Helvetica","x":57,"y":85}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","61.08","59.00"],"fontName":"JBRMKS+Helvetica","x":61.078451,"y":59}
{"page":2,"change":"none","str":"Weil dann wird's komplizierter!","dir":"ltr","width":"148.01","height":"11.00","transform":["11.00","0.00","0.00","11.00","64.13","59.00"],"fontName":"JBRMKS+Helvetica","x":64.134603,"y":59}
{"page":2,"change":"none","str":"6","dir":"ltr","width":"4.08","height":"7.33","transform":["7.33","0.00","0.00","7.33","57.00","62.00"],"fontName":"JBRMKS+Helvetica","x":57,"y":62}
{"page":2,"change":"none","str":"\u0000","dir":"ltr","width":"0.00","height":"12.00","transform":["12.00","0.00","0.00","12.00","294.00","45.00"],"fontName":"QACXPP+Helvetica","x":294,"y":45}
@ -109,13 +103,10 @@
{"page":3,"change":"none","str":".","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","158.51","688.00"],"fontName":"JBRMKS+Helvetica","x":158.50830000000002,"y":688}
{"page":3,"change":"none","str":"Fies könnte es werden mit ","dir":"ltr","width":"131.45","height":"11.00","transform":["11.00","0.00","0.00","11.00","57.00","662.00"],"fontName":"JBRMKS+Helvetica","x":57,"y":662}
{"page":3,"change":"none","str":"abwechselnden","dir":"ltr","width":"76.45","height":"11.00","transform":["11.00","0.00","0.00","11.00","188.45","662.00"],"fontName":"SVUOCV+Helvetica-Oblique","x":188.4468,"y":662}
{"page":3,"change":"none","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","264.89","662.00"],"fontName":"JBRMKS+Helvetica","x":264.8936,"y":662}
{"page":3,"change":"none","str":"Formaten","dir":"ltr","width":"50.12","height":"11.00","transform":["11.00","0.00","0.00","11.00","267.95","662.00"],"fontName":"OMUGKQ+Helvetica-Bold","x":267.9497,"y":662}
{"page":3,"change":"none","str":". Und das ganze dann noch ","dir":"ltr","width":"137.61","height":"11.00","transform":["11.00","0.00","0.00","11.00","318.07","662.00"],"fontName":"JBRMKS+Helvetica","x":318.0674,"y":662}
{"page":3,"change":"none","str":"über","dir":"ltr","width":"22.02","height":"11.00","transform":["11.00","0.00","0.00","11.00","455.67","662.00"],"fontName":"SVUOCV+Helvetica-Oblique","x":455.6694,"y":662}
{"page":3,"change":"none","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","477.69","662.00"],"fontName":"JBRMKS+Helvetica","x":477.6855,"y":662}
{"page":3,"change":"none","str":"mehrere","dir":"ltr","width":"43.42","height":"11.00","transform":["11.00","0.00","0.00","11.00","480.74","662.00"],"fontName":"OMUGKQ+Helvetica-Bold","x":480.7417,"y":662}
{"page":3,"change":"none","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","524.16","662.00"],"fontName":"JBRMKS+Helvetica","x":524.1562,"y":662}
{"page":3,"change":"none","str":"Zeilen","dir":"ltr","width":"29.94","height":"11.00","transform":["11.00","0.00","0.00","11.00","57.00","649.00"],"fontName":"SVUOCV+Helvetica-Oblique","x":57,"y":649}
{"page":3,"change":"none","str":" hinweg.","dir":"ltr","width":"40.95","height":"11.00","transform":["11.00","0.00","0.00","11.00","86.96","649.00"],"fontName":"JBRMKS+Helvetica","x":86.95996,"y":649}
{"page":3,"change":"none","str":"Und weil es so schön ist, fangen wir jetzt in dieser Zeile mit einem Schriftschnitt, nämlich ","dir":"ltr","width":"433.47","height":"11.00","transform":["11.00","0.00","0.00","11.00","57.00","623.00"],"fontName":"JBRMKS+Helvetica","x":57,"y":623}
@ -165,18 +156,15 @@
{"page":3,"change":"none","str":"Zeile komplett kursiv.","dir":"ltr","width":"102.50","height":"11.00","transform":["11.00","0.00","0.00","11.00","57.00","337.00"],"fontName":"SVUOCV+Helvetica-Oblique","x":57,"y":337}
{"page":3,"change":"none","str":"Und wieder fett.","dir":"ltr","width":"82.51","height":"11.00","transform":["11.00","0.00","0.00","11.00","57.00","324.00"],"fontName":"OMUGKQ+Helvetica-Bold","x":57,"y":324}
{"page":3,"change":"none","str":"Und","dir":"ltr","width":"20.18","height":"11.00","transform":["11.00","0.00","0.00","11.00","57.00","311.00"],"fontName":"SVUOCV+Helvetica-Oblique","x":57,"y":311}
{"page":3,"change":"none","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","77.18","311.00"],"fontName":"JBRMKS+Helvetica","x":77.17920000000001,"y":311}
{"page":3,"change":"none","str":"gemixt","dir":"ltr","width":"35.44","height":"11.00","transform":["11.00","0.00","0.00","11.00","80.24","311.00"],"fontName":"OMUGKQ+Helvetica-Bold","x":80.23535,"y":311}
{"page":3,"change":"none","str":".","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","115.69","311.00"],"fontName":"JBRMKS+Helvetica","x":115.68994,"y":311}
{"page":3,"change":"none","str":"Ein kompletter Absatz in kursiver Schriftform. Was will ich damit erreichen ? Ich will es sehen, ","dir":"ltr","width":"456.89","height":"11.00","transform":["11.00","0.00","0.00","11.00","57.00","285.00"],"fontName":"SVUOCV+Helvetica-Oblique","x":57,"y":285}
{"page":3,"change":"none","str":"einfach nur sehen! Gibt sicher noch andere sehenswerte Sachen im Leben, aber JETZT, ","dir":"ltr","width":"433.54","height":"11.00","transform":["11.00","0.00","0.00","11.00","57.00","272.00"],"fontName":"SVUOCV+Helvetica-Oblique","x":57,"y":272}
{"page":3,"change":"none","str":"interessiert mich ein kursiver Text Block! ;)","dir":"ltr","width":"205.20","height":"11.00","transform":["11.00","0.00","0.00","11.00","57.00","259.00"],"fontName":"SVUOCV+Helvetica-Oblique","x":57,"y":259}
{"page":3,"change":"none","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","262.20","259.00"],"fontName":"JBRMKS+Helvetica","x":262.19730000000004,"y":259}
{"page":3,"change":"none","str":"Und ein folgender Absatz, auch kursiv!","dir":"ltr","width":"187.73","height":"11.00","transform":["11.00","0.00","0.00","11.00","57.00","233.00"],"fontName":"SVUOCV+Helvetica-Oblique","x":57,"y":233}
{"page":3,"change":"none","str":"Und ein kursiver Setzt der einen eingeschlossen Link, nämlich ","dir":"ltr","width":"305.73","height":"11.00","transform":["11.00","0.00","0.00","11.00","57.00","207.00"],"fontName":"SVUOCV+Helvetica-Oblique","x":57,"y":207}
{"page":3,"change":"none","str":"http://pdf2md.morethan.io","dir":"ltr","width":"125.35","height":"11.00","transform":["11.00","0.00","0.00","11.00","362.72","207.00"],"fontName":"SVUOCV+Helvetica-Oblique","x":362.7173,"y":207}
{"page":3,"change":"none","str":", hat.","dir":"ltr","width":"24.45","height":"11.00","transform":["11.00","0.00","0.00","11.00","488.07","207.00"],"fontName":"SVUOCV+Helvetica-Oblique","x":488.0679,"y":207}
{"page":3,"change":"none","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","61.08","59.00"],"fontName":"JBRMKS+Helvetica","x":61.078451,"y":59}
{"page":3,"change":"none","str":"Fussnote in einer Liste","dir":"ltr","width":"110.67","height":"11.00","transform":["11.00","0.00","0.00","11.00","64.13","59.00"],"fontName":"JBRMKS+Helvetica","x":64.134603,"y":59}
{"page":3,"change":"none","str":"7","dir":"ltr","width":"4.08","height":"7.33","transform":["7.33","0.00","0.00","7.33","57.00","62.00"],"fontName":"JBRMKS+Helvetica","x":57,"y":62}
{"page":3,"change":"none","str":"\u0000","dir":"ltr","width":"0.00","height":"12.00","transform":["12.00","0.00","0.00","12.00","294.00","45.00"],"fontName":"QACXPP+Helvetica","x":294,"y":45}
@ -308,21 +296,15 @@
{"page":6,"change":"none","str":"Der Kuss ist ein liebenswerter Trick der Natur, ein Gespräch zu unterbrechen, wenn Worte ","dir":"ltr","width":"441.87","height":"11.00","transform":["11.00","0.00","0.00","11.00","78.00","532.00"],"fontName":"SVUOCV+Helvetica-Oblique","x":78,"y":532}
{"page":6,"change":"none","str":"überflüssig werden","dir":"ltr","width":"92.33","height":"11.00","transform":["11.00","0.00","0.00","11.00","207.00","519.00"],"fontName":"SVUOCV+Helvetica-Oblique","x":207,"y":519}
{"page":6,"change":"none","str":". - Ingrid Bergman","dir":"ltr","width":"88.04","height":"11.00","transform":["11.00","0.00","0.00","11.00","299.33","519.00"],"fontName":"JBRMKS+Helvetica","x":299.3291,"y":519}
{"page":6,"change":"none","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","387.37","519.00"],"fontName":"QACXPP+Helvetica","x":387.3687,"y":519}
{"page":6,"change":"none","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","390.42","519.00"],"fontName":"JBRMKS+Helvetica","x":390.4245,"y":519}
{"page":6,"change":"none","str":"Das Schicksal wird schon seine Gründe haben.","dir":"ltr","width":"230.52","height":"11.00","transform":["11.00","0.00","0.00","11.00","159.00","493.00"],"fontName":"SVUOCV+Helvetica-Oblique","x":159,"y":493}
{"page":6,"change":"none","str":" - Voltaire","dir":"ltr","width":"46.47","height":"11.00","transform":["11.00","0.00","0.00","11.00","389.51","493.00"],"fontName":"JBRMKS+Helvetica","x":389.51120000000003,"y":493}
{"page":6,"change":"none","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","57.00","467.00"],"fontName":"JBRMKS+Helvetica","x":57,"y":467}
{"page":6,"change":"none","str":"Heading 2","dir":"ltr","width":"76.49","height":"16.00","transform":["16.00","0.00","0.00","16.00","57.00","449.00"],"fontName":"OMUGKQ+Helvetica-Bold","x":57,"y":449}
{"page":6,"change":"none","str":"abc","dir":"ltr","width":"17.74","height":"11.00","transform":["11.00","0.00","0.00","11.00","57.00","422.00"],"fontName":"JBRMKS+Helvetica","x":57,"y":422}
{"page":6,"change":"none","str":"Heading 2 II","dir":"ltr","width":"89.85","height":"16.00","transform":["16.00","0.00","0.00","16.00","57.00","391.00"],"fontName":"OMUGKQ+Helvetica-Bold","x":57,"y":391}
{"page":6,"change":"none","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","61.08","105.00"],"fontName":"JBRMKS+Helvetica","x":61.078451,"y":105}
{"page":6,"change":"none","str":"Eine Überschrifts-Fussnote... so was gibts auch!","dir":"ltr","width":"237.22","height":"11.00","transform":["11.00","0.00","0.00","11.00","64.13","105.00"],"fontName":"JBRMKS+Helvetica","x":64.134603,"y":105}
{"page":6,"change":"none","str":"8","dir":"ltr","width":"4.08","height":"7.33","transform":["7.33","0.00","0.00","7.33","57.00","108.00"],"fontName":"JBRMKS+Helvetica","x":57,"y":108}
{"page":6,"change":"none","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","61.08","82.00"],"fontName":"JBRMKS+Helvetica","x":61.078451,"y":82}
{"page":6,"change":"none","str":"Wisse, dass ist eine Fussnote in einem Zitat!","dir":"ltr","width":"217.65","height":"11.00","transform":["11.00","0.00","0.00","11.00","64.13","82.00"],"fontName":"JBRMKS+Helvetica","x":64.134603,"y":82}
{"page":6,"change":"none","str":"9","dir":"ltr","width":"4.08","height":"7.33","transform":["7.33","0.00","0.00","7.33","57.00","85.00"],"fontName":"JBRMKS+Helvetica","x":57,"y":85}
{"page":6,"change":"none","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","65.16","59.00"],"fontName":"JBRMKS+Helvetica","x":65.156901,"y":59}
{"page":6,"change":"none","str":"Der Albert Einstein (Fussnote im Zitat, am Ende der Zeile)","dir":"ltr","width":"281.84","height":"11.00","transform":["11.00","0.00","0.00","11.00","68.21","59.00"],"fontName":"JBRMKS+Helvetica","x":68.21305,"y":59}
{"page":6,"change":"none","str":"10","dir":"ltr","width":"8.16","height":"7.33","transform":["7.33","0.00","0.00","7.33","57.00","62.00"],"fontName":"JBRMKS+Helvetica","x":57,"y":62}
{"page":6,"change":"none","str":"\u0000","dir":"ltr","width":"0.00","height":"12.00","transform":["12.00","0.00","0.00","12.00","294.00","45.00"],"fontName":"QACXPP+Helvetica","x":294,"y":45}

View File

@ -1,8 +1,8 @@
{
"pages": 7,
"items": 300,
"groupedItems": 123,
"changes": 69,
"items": 282,
"groupedItems": 122,
"changes": 68,
"schema": [
{
"name": "line",
@ -33,23 +33,23 @@
}
{"page":0,"change":"Addition","str":"Dies ist eine Test-PDF . 1","line":2,"x":240,"y":585,"width":"115.75","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"Fürs Testen des Markdown Parsers .","line":3,"x":208,"y":572,"width":"178.54","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":" In Deutsch. 1","line":4,"x":57,"y":59,"width":"62.78","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"In Deutsch. 1","line":4,"x":57,"y":59,"width":"59.72","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"\u0000 1","line":5,"x":294,"y":45,"width":"6.67","height":"12.00","fontName":["QACXPP+Helvetica","JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"\u0000 2","line":0,"x":294,"y":45,"width":"6.67","height":"12.00","fontName":["QACXPP+Helvetica","JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"Das ist ein Paragraph. Ein einfacher Paragraph mit Schrift in Normalgröße . Damit wir sehen wie 2","line":1,"x":57,"y":740,"width":"472.99","height":"11.00","fontName":["JBRMKS+Helvetica","SVUOCV+Helvetica-Oblique"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"ultrices magna. Sed egestas mi nec rutrum iaculis. Phasellus condimentum , urna sit amet sodales 3","line":14,"x":57,"y":545,"width":"483.43","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"Und jetzt einfach nochmal Text um die Fussnoten in zweistellige Bereiche vorranzutreiben! 4 5 6","line":20,"x":57,"y":428,"width":"452.29","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":" Was immer auch normal ist... 2","line":21,"x":57,"y":164,"width":"155.47","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":" Nicht zu verwechseln mit condimenta. Meine Lateinkenntnisse sind zwar schon so alt das ich 3","line":22,"x":57,"y":141,"width":"467.54","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":" Hier & Jetzt! 4","line":24,"x":57,"y":105,"width":"67.04","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":" Nicht viel mehr als ein Satz. 5","line":25,"x":57,"y":82,"width":"142.86","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":" Weil dann wird's komplizierter! 6","line":26,"x":57,"y":59,"width":"155.15","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"Was immer auch normal ist... 2","line":21,"x":57,"y":164,"width":"152.41","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"Nicht zu verwechseln mit condimenta. Meine Lateinkenntnisse sind zwar schon so alt das ich 3","line":22,"x":57,"y":141,"width":"464.48","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"Hier & Jetzt! 4","line":24,"x":57,"y":105,"width":"63.98","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"Nicht viel mehr als ein Satz. 5","line":25,"x":57,"y":82,"width":"139.80","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"Weil dann wird's komplizierter! 6","line":26,"x":57,"y":59,"width":"152.09","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"\u0000 3","line":27,"x":294,"y":45,"width":"6.67","height":"12.00","fontName":["QACXPP+Helvetica","JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"Etwas kursiv ist auch nicht schlecht. Fett ist auch interessant. Und was ist mit ","line":1,"x":57,"y":740,"width":"380.26","height":"11.00","fontName":["JBRMKS+Helvetica","SVUOCV+Helvetica-Oblique","OMUGKQ+Helvetica-Bold"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"FETTUNDKURSIV ?","line":2,"x":57,"y":727,"width":"102.06","height":"11.00","fontName":["JUJONH+Helvetica-BoldOblique","JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"Interessant wird's wenn mehrere Wörter hintereinanderweg formatiert sind. Und dann noch über ","line":3,"x":57,"y":701,"width":"469.86","height":"11.00","fontName":["JBRMKS+Helvetica","SVUOCV+Helvetica-Oblique"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"Zeilenbrüche hinweg .","line":4,"x":57,"y":688,"width":"104.57","height":"11.00","fontName":["SVUOCV+Helvetica-Oblique","JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"Fies könnte es werden mit abwechselnden Formaten . Und das ganze dann noch über mehrere ","line":5,"x":57,"y":662,"width":"470.25","height":"11.00","fontName":["JBRMKS+Helvetica","SVUOCV+Helvetica-Oblique","OMUGKQ+Helvetica-Bold"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"Fies könnte es werden mit abwechselnden Formaten . Und das ganze dann noch über mehrere","line":5,"x":57,"y":662,"width":"461.07","height":"11.00","fontName":["JBRMKS+Helvetica","SVUOCV+Helvetica-Oblique","OMUGKQ+Helvetica-Bold"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"Zeilen hinweg.","line":6,"x":57,"y":649,"width":"70.89","height":"11.00","fontName":["SVUOCV+Helvetica-Oblique","JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"Und weil es so schön ist, fangen wir jetzt in dieser Zeile mit einem Schriftschnitt, nämlich kursiv an. ","line":7,"x":57,"y":623,"width":"483.60","height":"11.00","fontName":["JBRMKS+Helvetica","SVUOCV+Helvetica-Oblique"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"es dann Mitte der 3ten Zeile ausklingen.","line":9,"x":57,"y":597,"width":"196.29","height":"11.00","fontName":["SVUOCV+Helvetica-Oblique","JBRMKS+Helvetica","OMUGKQ+Helvetica-Bold"],"dir":["ltr"]}
@ -61,10 +61,9 @@
{"page":3,"change":"Addition","str":"- Etwas Durchgestrichen - Und noch ein Link: http://pdf2md.morethan.io","line":15,"x":56.69069,"y":415,"width":"341.43","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"Ne Zeile die kursiv endet,","line":16,"x":57,"y":389,"width":"124.14","height":"11.00","fontName":["JBRMKS+Helvetica","SVUOCV+Helvetica-Oblique"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"und in ner (fast) komplett lasziven, eh, kursiven Zeile endet.","line":17,"x":57,"y":376,"width":"290.43","height":"11.00","fontName":["SVUOCV+Helvetica-Oblique","JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"Und gemixt .","line":21,"x":57,"y":311,"width":"61.74","height":"11.00","fontName":["SVUOCV+Helvetica-Oblique","JBRMKS+Helvetica","OMUGKQ+Helvetica-Bold"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"interessiert mich ein kursiver Text Block! ;) ","line":24,"x":57,"y":259,"width":"208.26","height":"11.00","fontName":["SVUOCV+Helvetica-Oblique","JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"Und gemixt .","line":21,"x":57,"y":311,"width":"58.68","height":"11.00","fontName":["SVUOCV+Helvetica-Oblique","OMUGKQ+Helvetica-Bold","JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"Und ein kursiver Setzt der einen eingeschlossen Link, nämlich http://pdf2md.morethan.io , hat.","line":26,"x":57,"y":207,"width":"455.53","height":"11.00","fontName":["SVUOCV+Helvetica-Oblique"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":" Fussnote in einer Liste 7","line":27,"x":57,"y":59,"width":"117.81","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"Fussnote in einer Liste 7","line":27,"x":57,"y":59,"width":"114.75","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"\u0000 4","line":28,"x":294,"y":45,"width":"6.67","height":"12.00","fontName":["QACXPP+Helvetica","JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":4,"change":"Addition","str":"Nun eine Liste mit dashs: - Eintrag 1 - Eintrag 2, aber mit so langem Text, das er umbricht. Wirklich, wirklich lang. Breche du Zeile. Na ","line":1,"x":56.69069,"y":714,"width":"644.25","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":4,"change":"Addition","str":"Also los! - Eintrag 3","line":3,"x":56.69069,"y":675,"width":"90.00","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
@ -94,9 +93,9 @@
{"page":6,"change":"Addition","str":"spiegelt dann ein leerer Schreibtisch wider? - Albert Einstein","line":4,"x":151,"y":688,"width":"292.89","height":"11.00","fontName":["SVUOCV+Helvetica-Oblique","JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":6,"change":"Addition","str":"Phantasie ist wichtiger als Wissen , denn Wissen ist begrenzt . - Albert Einstein 9 10","line":6,"x":101,"y":623,"width":"392.96","height":"11.00","fontName":["JBRMKS+Helvetica","OMUGKQ+Helvetica-Bold","SVUOCV+Helvetica-Oblique"],"dir":["ltr"]}
{"page":6,"change":"Addition","str":"Die größte Macht hat das richtige Wort zur richtigen Zeit. - Mark Twain","line":8,"x":127,"y":558,"width":"341.35","height":"11.00","fontName":["SVUOCV+Helvetica-Oblique","JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":6,"change":"Addition","str":"überflüssig werden . - Ingrid Bergman   ","line":10,"x":207,"y":519,"width":"186.49","height":"11.00","fontName":["SVUOCV+Helvetica-Oblique","JBRMKS+Helvetica","QACXPP+Helvetica"],"dir":["ltr"]}
{"page":6,"change":"Addition","str":"überflüssig werden . - Ingrid Bergman","line":10,"x":207,"y":519,"width":"180.37","height":"11.00","fontName":["SVUOCV+Helvetica-Oblique","JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":6,"change":"Addition","str":"Das Schicksal wird schon seine Gründe haben. - Voltaire","line":11,"x":159,"y":493,"width":"276.99","height":"11.00","fontName":["SVUOCV+Helvetica-Oblique","JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":6,"change":"Addition","str":" Eine Überschrifts-Fussnote... so was gibts auch! 8","line":16,"x":57,"y":105,"width":"244.35","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":6,"change":"Addition","str":" Wisse, dass ist eine Fussnote in einem Zitat! 9","line":17,"x":57,"y":82,"width":"224.78","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":6,"change":"Addition","str":" Der Albert Einstein (Fussnote im Zitat, am Ende der Zeile) 10","line":18,"x":57,"y":59,"width":"293.06","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":6,"change":"Addition","str":"\u0000 7","line":19,"x":294,"y":45,"width":"6.67","height":"12.00","fontName":["QACXPP+Helvetica","JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":6,"change":"Addition","str":"Eine Überschrifts-Fussnote... so was gibts auch! 8","line":15,"x":57,"y":105,"width":"241.29","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":6,"change":"Addition","str":"Wisse, dass ist eine Fussnote in einem Zitat! 9","line":16,"x":57,"y":82,"width":"221.73","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":6,"change":"Addition","str":"Der Albert Einstein (Fussnote im Zitat, am Ende der Zeile) 10","line":17,"x":57,"y":59,"width":"290.00","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":6,"change":"Addition","str":"\u0000 7","line":18,"x":294,"y":45,"width":"6.67","height":"12.00","fontName":["QACXPP+Helvetica","JBRMKS+Helvetica"],"dir":["ltr"]}

View File

@ -0,0 +1,47 @@
{
"pages": 7,
"items": 300,
"groupedItems": 300,
"changes": 18,
"schema": [
{
"name": "x"
},
{
"name": "y"
},
{
"name": "str"
},
{
"name": "fontName"
},
{
"name": "dir"
},
{
"name": "width"
},
{
"name": "height"
}
]
}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","61.08","59.00"],"fontName":"JBRMKS+Helvetica","x":61.078451,"y":59}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","61.08","164.00"],"fontName":"JBRMKS+Helvetica","x":61.078451,"y":164}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","61.08","141.00"],"fontName":"JBRMKS+Helvetica","x":61.078451,"y":141}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","61.08","105.00"],"fontName":"JBRMKS+Helvetica","x":61.078451,"y":105}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","61.08","82.00"],"fontName":"JBRMKS+Helvetica","x":61.078451,"y":82}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","61.08","59.00"],"fontName":"JBRMKS+Helvetica","x":61.078451,"y":59}
{"page":3,"change":"Removal","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","264.89","662.00"],"fontName":"JBRMKS+Helvetica","x":264.8936,"y":662}
{"page":3,"change":"Removal","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","477.69","662.00"],"fontName":"JBRMKS+Helvetica","x":477.6855,"y":662}
{"page":3,"change":"Removal","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","524.16","662.00"],"fontName":"JBRMKS+Helvetica","x":524.1562,"y":662}
{"page":3,"change":"Removal","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","77.18","311.00"],"fontName":"JBRMKS+Helvetica","x":77.17920000000001,"y":311}
{"page":3,"change":"Removal","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","262.20","259.00"],"fontName":"JBRMKS+Helvetica","x":262.19730000000004,"y":259}
{"page":3,"change":"Removal","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","61.08","59.00"],"fontName":"JBRMKS+Helvetica","x":61.078451,"y":59}
{"page":6,"change":"Removal","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","387.37","519.00"],"fontName":"QACXPP+Helvetica","x":387.3687,"y":519}
{"page":6,"change":"Removal","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","390.42","519.00"],"fontName":"JBRMKS+Helvetica","x":390.4245,"y":519}
{"page":6,"change":"Removal","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","57.00","467.00"],"fontName":"JBRMKS+Helvetica","x":57,"y":467}
{"page":6,"change":"Removal","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","61.08","105.00"],"fontName":"JBRMKS+Helvetica","x":61.078451,"y":105}
{"page":6,"change":"Removal","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","61.08","82.00"],"fontName":"JBRMKS+Helvetica","x":61.078451,"y":82}
{"page":6,"change":"Removal","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","65.16","59.00"],"fontName":"JBRMKS+Helvetica","x":65.156901,"y":59}

View File

@ -1,7 +1,7 @@
{
"pages": 7,
"items": 300,
"groupedItems": 123,
"items": 282,
"groupedItems": 122,
"changes": 21,
"schema": [
{
@ -36,4 +36,4 @@
{"page":3,"change":"Removal","str":"\u0000 4","line":28,"x":294,"y":45,"width":"6.67","height":"12.00","fontName":["QACXPP+Helvetica","JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":4,"change":"Removal","str":"\u0000 5","line":26,"x":294,"y":45,"width":"6.67","height":"12.00","fontName":["QACXPP+Helvetica","JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":5,"change":"Removal","str":"\u0000 6","line":11,"x":294,"y":45,"width":"6.67","height":"12.00","fontName":["QACXPP+Helvetica","JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":6,"change":"Removal","str":"\u0000 7","line":19,"x":294,"y":45,"width":"6.67","height":"12.00","fontName":["QACXPP+Helvetica","JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":6,"change":"Removal","str":"\u0000 7","line":18,"x":294,"y":45,"width":"6.67","height":"12.00","fontName":["QACXPP+Helvetica","JBRMKS+Helvetica"],"dir":["ltr"]}

View File

@ -1,8 +1,8 @@
{
"pages": 7,
"items": 300,
"groupedItems": 123,
"changes": 141,
"items": 282,
"groupedItems": 122,
"changes": 131,
"schema": [
{
"name": "line"
@ -31,18 +31,18 @@
]
}
{"page":0,"change":"ContentChange","str":"Dies ist eine Test-PDF 1 .","line":2,"x":240,"y":585,"width":"115.75","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":0,"change":"ContentChange","str":"1 In Deutsch.","line":4,"x":57,"y":59,"width":"62.78","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":0,"change":"ContentChange","str":"1 In Deutsch.","line":4,"x":57,"y":59,"width":"59.72","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":2,"change":"ContentChange","str":"Das ist ein Paragraph. Ein einfacher Paragraph mit Schrift in Normalgröße 2 . Damit wir sehen wie ","line":1,"x":57,"y":740,"width":"472.99","height":"11.00","fontName":["JBRMKS+Helvetica","SVUOCV+Helvetica-Oblique"],"dir":["ltr"]}
{"page":2,"change":"ContentChange","str":"ultrices magna. Sed egestas mi nec rutrum iaculis. Phasellus condimentum 3 , urna sit amet sodales ","line":14,"x":57,"y":545,"width":"483.43","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":2,"change":"ContentChange","str":"Und jetzt 4 einfach nochmal Text 5 um die Fussnoten in zweistellige Bereiche 6 vorranzutreiben!","line":20,"x":57,"y":428,"width":"452.29","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":2,"change":"ContentChange","str":"2 Was immer auch normal ist...","line":21,"x":57,"y":164,"width":"155.47","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":2,"change":"ContentChange","str":"3 Nicht zu verwechseln mit condimenta. Meine Lateinkenntnisse sind zwar schon so alt das ich ","line":22,"x":57,"y":141,"width":"467.54","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":2,"change":"ContentChange","str":"4 Hier & Jetzt!","line":24,"x":57,"y":105,"width":"67.04","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":2,"change":"ContentChange","str":"5 Nicht viel mehr als ein Satz.","line":25,"x":57,"y":82,"width":"142.86","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":2,"change":"ContentChange","str":"6 Weil dann wird's komplizierter!","line":26,"x":57,"y":59,"width":"155.15","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":2,"change":"ContentChange","str":"2 Was immer auch normal ist...","line":21,"x":57,"y":164,"width":"152.41","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":2,"change":"ContentChange","str":"3 Nicht zu verwechseln mit condimenta. Meine Lateinkenntnisse sind zwar schon so alt das ich ","line":22,"x":57,"y":141,"width":"464.48","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":2,"change":"ContentChange","str":"4 Hier & Jetzt!","line":24,"x":57,"y":105,"width":"63.98","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":2,"change":"ContentChange","str":"5 Nicht viel mehr als ein Satz.","line":25,"x":57,"y":82,"width":"139.80","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":2,"change":"ContentChange","str":"6 Weil dann wird's komplizierter!","line":26,"x":57,"y":59,"width":"152.09","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":3,"change":"ContentChange","str":"- - - Eine Liste mit unterschiedlich formatierten Wörtern Etwas Etwas Etwas Kursiv Fett Unterstrichen 7","line":14,"x":56.69069,"y":441,"width":"478.83","height":"13.20","fontName":["JBRMKS+Helvetica","SVUOCV+Helvetica-Oblique","OMUGKQ+Helvetica-Bold"],"dir":["ltr"]}
{"page":3,"change":"ContentChange","str":"- - Etwas Und noch ein Link: http://pdf2md.morethan.io Durchgestrichen","line":15,"x":56.69069,"y":415,"width":"341.43","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":3,"change":"ContentChange","str":"7 Fussnote in einer Liste","line":27,"x":57,"y":59,"width":"117.81","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":3,"change":"ContentChange","str":"7 Fussnote in einer Liste","line":27,"x":57,"y":59,"width":"114.75","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":4,"change":"ContentChange","str":"- - Nun eine Liste mit dashs: Eintrag 1 Eintrag 2, aber mit so langem Text, das er umbricht. Wirklich, wirklich lang. Breche du Zeile. Na ","line":1,"x":56.69069,"y":714,"width":"644.25","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":4,"change":"ContentChange","str":"- Also los! Eintrag 3","line":3,"x":56.69069,"y":675,"width":"90.00","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":4,"change":"ContentChange","str":"- Und Untergruppen: - Eintrag 1 Sub Eintrag 1.1, aber mit so langem Text, das er umbricht. Wirklich, wirklich lang. Breche du ","line":4,"x":56.69069,"y":623,"width":"596.78","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
@ -58,6 +58,6 @@
{"page":5,"change":"ContentChange","str":"1. - - Eintrag 1 Eintrag 1.1 Eintrag 1.2","line":6,"x":56.69069,"y":528,"width":"168.40","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":5,"change":"ContentChange","str":"- - der Parser das sauber trennen kann: Eintrag 1 Eintrag 2","line":9,"x":56.69069,"y":450,"width":"276.02","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":6,"change":"ContentChange","str":"Phantasie ist wichtiger als Wissen , denn Wissen 9 ist begrenzt . - Albert Einstein 10","line":6,"x":101,"y":623,"width":"392.96","height":"11.00","fontName":["JBRMKS+Helvetica","OMUGKQ+Helvetica-Bold","SVUOCV+Helvetica-Oblique"],"dir":["ltr"]}
{"page":6,"change":"ContentChange","str":"8 Eine Überschrifts-Fussnote... so was gibts auch!","line":16,"x":57,"y":105,"width":"244.35","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":6,"change":"ContentChange","str":"9 Wisse, dass ist eine Fussnote in einem Zitat!","line":17,"x":57,"y":82,"width":"224.78","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":6,"change":"ContentChange","str":"10 Der Albert Einstein (Fussnote im Zitat, am Ende der Zeile)","line":18,"x":57,"y":59,"width":"293.06","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":6,"change":"ContentChange","str":"8 Eine Überschrifts-Fussnote... so was gibts auch!","line":15,"x":57,"y":105,"width":"241.29","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":6,"change":"ContentChange","str":"9 Wisse, dass ist eine Fussnote in einem Zitat!","line":16,"x":57,"y":82,"width":"221.73","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
{"page":6,"change":"ContentChange","str":"10 Der Albert Einstein (Fussnote im Zitat, am Ende der Zeile)","line":17,"x":57,"y":59,"width":"290.00","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}

View File

@ -1,7 +1,7 @@
{
"pages": 4,
"items": 191,
"groupedItems": 191,
"items": 160,
"groupedItems": 160,
"changes": 0,
"schema": [
{
@ -31,16 +31,12 @@
{"page":0,"change":"none","str":"qui permet de laver en toute sécurité ","dir":"ltr","width":"328.32","height":"18.00","transform":["18.00","0.00","0.00","18.00","188.39","416.29"],"fontName":"NRVUEW+HelveticaNeue-Thin","x":188.3882,"y":416.2949}
{"page":0,"change":"none","str":"les masques barrières en tissu","dir":"ltr","width":"268.07","height":"18.00","transform":["18.00","0.00","0.00","18.00","216.01","394.69"],"fontName":"NRVUEW+HelveticaNeue-Thin","x":216.0091,"y":394.6949}
{"page":0,"change":"none","str":"avec le soutien de ","dir":"ltr","width":"60.04","height":"7.66","transform":["7.66","0.00","0.00","7.66","393.76","49.88"],"fontName":"NRVUEW+Futura-Light","x":393.7645,"y":49.8771}
{"page":0,"change":"none","str":" ","dir":"ltr","width":"5.47","height":"17.64","transform":["-12.51","12.43","-12.43","-12.51","104.82","770.49"],"fontName":"NRVUEW+Futura-Light","x":104.8234,"y":770.4944}
{"page":0,"change":"none","str":" ","dir":"ltr","width":"5.47","height":"17.64","transform":["-11.22","13.61","-13.61","-11.22","103.43","770.13"],"fontName":"NRVUEW+Futura-Light","x":103.4259,"y":770.1326}
{"page":0,"change":"none","str":"F","dir":"ltr","width":"7.83","height":"17.64","transform":["-9.39","14.93","-14.93","-9.39","44.47","758.84"],"fontName":"NRVUEW+Futura-Light","x":44.4728,"y":758.8381}
{"page":0,"change":"none","str":"l","dir":"ltr","width":"3.51","height":"17.64","transform":["-7.29","16.06","-16.06","-7.29","40.61","765.17"],"fontName":"NRVUEW+Futura-Light","x":40.6073,"y":765.1653}
{"page":0,"change":"none","str":"a","dir":"ltr","width":"9.88","height":"17.64","transform":["-3.77","17.23","-17.23","-3.77","38.99","767.63"],"fontName":"NRVUEW+Futura-Light","x":38.9935,"y":767.6295}
{"page":0,"change":"none","str":"s","dir":"ltr","width":"6.61","height":"17.64","transform":["2.44","17.47","-17.47","2.44","37.12","776.26"],"fontName":"NRVUEW+Futura-Light","x":37.1206,"y":776.265}
{"page":0,"change":"none","str":"h","dir":"ltr","width":"8.64","height":"17.64","transform":["8.66","15.37","-15.37","8.66","37.52","781.86"],"fontName":"NRVUEW+Futura-Light","x":37.525,"y":781.8569}
{"page":0,"change":"none","str":" ","dir":"ltr","width":"5.47","height":"17.64","transform":["11.99","12.94","-12.94","11.99","70.15","727.59"],"fontName":"NRVUEW+Futura-Light","x":70.1538,"y":727.5932}
{"page":0,"change":"none","str":"-","dir":"ltr","width":"3.35","height":"17.64","transform":["12.77","12.17","-12.17","12.77","45.25","792.46"],"fontName":"NRVUEW+Futura-Light","x":45.2465,"y":792.4569}
{"page":0,"change":"none","str":" ","dir":"ltr","width":"5.47","height":"17.64","transform":["13.34","11.54","-11.54","13.34","68.17","728.62"],"fontName":"NRVUEW+Futura-Light","x":68.1717,"y":728.6189}
{"page":0,"change":"none","str":"M","dir":"ltr","width":"15.82","height":"17.64","transform":["14.53","10.00","-10.00","14.53","51.24","798.29"],"fontName":"NRVUEW+Futura-Light","x":51.2358,"y":798.2911}
{"page":0,"change":"none","str":"a","dir":"ltr","width":"9.88","height":"17.64","transform":["16.27","6.82","-6.82","16.27","63.81","806.85"],"fontName":"NRVUEW+Futura-Light","x":63.81,"y":806.8549}
{"page":0,"change":"none","str":"s","dir":"ltr","width":"6.61","height":"17.64","transform":["17.58","1.51","-1.51","17.58","72.05","810.41"],"fontName":"NRVUEW+Futura-Light","x":72.0487,"y":810.4102}
@ -93,17 +89,7 @@
{"page":1,"change":"none","str":"de cuisine équipé dune sonde (HABOR)","dir":"ltr","width":"190.93","height":"11.00","transform":["11.00","0.00","0.00","11.00","149.78","377.26"],"fontName":"NRVUEW+HelveticaNeue-Light","x":149.7799,"y":377.2632}
{"page":1,"change":"none","str":"• Une bouilloire électrique à la température non réglable (RUSSEL-HOBS)","dir":"ltr","width":"346.23","height":"11.00","transform":["11.00","0.00","0.00","11.00","60.94","363.26"],"fontName":"NRVUEW+HelveticaNeue-Light","x":60.9449,"y":363.2632}
{"page":1,"change":"none","str":"• 3 types de récipients sélectionnés : - une casserole inox, ","dir":"ltr","width":"278.94","height":"11.00","transform":["11.00","0.00","0.00","11.00","60.94","349.26"],"fontName":"NRVUEW+HelveticaNeue-Light","x":60.9449,"y":349.2632}
{"page":1,"change":"none","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","60.94","335.26"],"fontName":"NRVUEW+HelveticaNeue-Light","x":60.9449,"y":335.2632}
{"page":1,"change":"none","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","96.95","335.26"],"fontName":"NRVUEW+HelveticaNeue-Light","x":96.9479,"y":335.2632}
{"page":1,"change":"none","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","132.95","335.26"],"fontName":"NRVUEW+HelveticaNeue-Light","x":132.95090000000002,"y":335.2632}
{"page":1,"change":"none","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","168.95","335.26"],"fontName":"NRVUEW+HelveticaNeue-Light","x":168.9539,"y":335.2632}
{"page":1,"change":"none","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","204.96","335.26"],"fontName":"NRVUEW+HelveticaNeue-Light","x":204.9569,"y":335.2632}
{"page":1,"change":"none","str":"- un saladier en porcelaine ","dir":"ltr","width":"127.57","height":"11.00","transform":["11.00","0.00","0.00","11.00","240.95","335.26"],"fontName":"NRVUEW+HelveticaNeue-Light","x":240.9489,"y":335.2632}
{"page":1,"change":"none","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","60.94","321.26"],"fontName":"NRVUEW+HelveticaNeue-Light","x":60.9449,"y":321.2632}
{"page":1,"change":"none","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","96.95","321.26"],"fontName":"NRVUEW+HelveticaNeue-Light","x":96.9479,"y":321.2632}
{"page":1,"change":"none","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","132.95","321.26"],"fontName":"NRVUEW+HelveticaNeue-Light","x":132.95090000000002,"y":321.2632}
{"page":1,"change":"none","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","168.95","321.26"],"fontName":"NRVUEW+HelveticaNeue-Light","x":168.9539,"y":321.2632}
{"page":1,"change":"none","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","204.96","321.26"],"fontName":"NRVUEW+HelveticaNeue-Light","x":204.9569,"y":321.2632}
{"page":1,"change":"none","str":"- un récipient plastique (","dir":"ltr","width":"113.48","height":"11.00","transform":["11.00","0.00","0.00","11.00","240.95","321.26"],"fontName":"NRVUEW+HelveticaNeue-Light","x":240.9489,"y":321.2632}
{"page":1,"change":"none","str":"Tupperware)","dir":"ltr","width":"58.30","height":"11.00","transform":["11.00","0.00","0.00","11.00","354.42","321.26"],"fontName":"NRVUEW+HelveticaNeue-Light","x":354.4191,"y":321.2632}
{"page":1,"change":"none","str":"• Un masque en tissu par récipient","dir":"ltr","width":"164.41","height":"11.00","transform":["11.00","0.00","0.00","11.00","60.94","307.26"],"fontName":"NRVUEW+HelveticaNeue-Light","x":60.9449,"y":307.2632}
@ -118,18 +104,8 @@
{"page":2,"change":"none","str":"- Relève des mesures toutes les 5 minutes ","dir":"ltr","width":"203.73","height":"11.00","transform":["11.00","0.00","0.00","11.00","60.94","690.04"],"fontName":"NRVUEW+HelveticaNeue-Light","x":60.9449,"y":690.0402}
{"page":2,"change":"none","str":"Lexpérience a été réalisée par 2 fois et dans 2 cas de figures : ","dir":"ltr","width":"300.52","height":"11.00","transform":["11.00","0.00","0.00","11.00","60.94","662.04"],"fontName":"NRVUEW+HelveticaNeue-Light","x":60.9449,"y":662.0402}
{"page":2,"change":"none","str":"- sans couvercle","dir":"ltr","width":"77.64","height":"11.00","transform":["11.00","0.00","0.00","11.00","384.95","662.04"],"fontName":"NRVUEW+HelveticaNeue-Light","x":384.9499,"y":662.0402}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","60.94","648.04"],"fontName":"NRVUEW+HelveticaNeue-Light","x":60.9449,"y":648.0402}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","96.95","648.04"],"fontName":"NRVUEW+HelveticaNeue-Light","x":96.9479,"y":648.0402}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","132.95","648.04"],"fontName":"NRVUEW+HelveticaNeue-Light","x":132.95090000000002,"y":648.0402}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","168.95","648.04"],"fontName":"NRVUEW+HelveticaNeue-Light","x":168.9539,"y":648.0402}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","204.96","648.04"],"fontName":"NRVUEW+HelveticaNeue-Light","x":204.9569,"y":648.0402}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","240.96","648.04"],"fontName":"NRVUEW+HelveticaNeue-Light","x":240.95989999999998,"y":648.0402}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","276.96","648.04"],"fontName":"NRVUEW+HelveticaNeue-Light","x":276.9629,"y":648.0402}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","312.97","648.04"],"fontName":"NRVUEW+HelveticaNeue-Light","x":312.9659,"y":648.0402}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","348.97","648.04"],"fontName":"NRVUEW+HelveticaNeue-Light","x":348.96889999999996,"y":648.0402}
{"page":2,"change":"none","str":"- avec couvercle (dépose)","dir":"ltr","width":"121.47","height":"11.00","transform":["11.00","0.00","0.00","11.00","384.95","648.04"],"fontName":"NRVUEW+HelveticaNeue-Light","x":384.9499,"y":648.0402}
{"page":2,"change":"none","str":"Notes :","dir":"ltr","width":"36.07","height":"11.00","transform":["11.00","0.00","0.00","11.00","60.94","634.04"],"fontName":"NRVUEW+HelveticaNeue-Medium","x":60.9449,"y":634.0402}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","97.01","634.04"],"fontName":"NRVUEW+HelveticaNeue-Light","x":97.0135,"y":634.0402}
{"page":2,"change":"none","str":"T° ambiante de la pièce au moment de lexpérience était de 23°C, aucune fenêtre ouverte.","dir":"ltr","width":"426.96","height":"11.00","transform":["11.00","0.00","0.00","11.00","60.94","620.04"],"fontName":"NRVUEW+HelveticaNeue-Light","x":60.9449,"y":620.0402}
{"page":2,"change":"none","str":"T° de leau chaude sortant du robinet de la cuisine : 49°C ","dir":"ltr","width":"277.58","height":"11.00","transform":["11.00","0.00","0.00","11.00","60.94","606.04"],"fontName":"NRVUEW+HelveticaNeue-Light","x":60.9449,"y":606.0402}
{"page":2,"change":"none","str":"Taux dhumidité ambiant 42%.","dir":"ltr","width":"143.84","height":"11.00","transform":["11.00","0.00","0.00","11.00","60.94","592.04"],"fontName":"NRVUEW+HelveticaNeue-Light","x":60.9449,"y":592.0402}
@ -137,7 +113,6 @@
{"page":2,"change":"none","str":"Les mesures de température sont faites en °C.","dir":"ltr","width":"220.37","height":"11.00","transform":["11.00","0.00","0.00","11.00","60.94","564.04"],"fontName":"NRVUEW+HelveticaNeue-Light","x":60.9449,"y":564.0402}
{"page":2,"change":"none","str":"Date et lieu : le 29-03-20 - Paris","dir":"ltr","width":"151.40","height":"11.00","transform":["11.00","0.00","0.00","11.00","60.94","550.04"],"fontName":"NRVUEW+HelveticaNeue-Light","x":60.9449,"y":550.0402}
{"page":2,"change":"none","str":"Résultats :","dir":"ltr","width":"53.80","height":"11.00","transform":["11.00","0.00","0.00","11.00","60.94","522.04"],"fontName":"NRVUEW+HelveticaNeue-Medium","x":60.9449,"y":522.0402}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","114.75","522.04"],"fontName":"NRVUEW+HelveticaNeue-Light","x":114.7455,"y":522.0402}
{"page":2,"change":"none","str":"La température moyenne constatée en référence est de 92 °C pour les récipients inox et plastique ","dir":"ltr","width":"465.73","height":"11.00","transform":["11.00","0.00","0.00","11.00","60.94","326.04"],"fontName":"NRVUEW+HelveticaNeue-Light","x":60.9449,"y":326.0402}
{"page":2,"change":"none","str":"et de 87°C pour la porcelaine. La différence sexplique par le fait que le récipient en porcelaine a une ","dir":"ltr","width":"475.97","height":"11.00","transform":["11.00","0.00","0.00","11.00","60.94","312.04"],"fontName":"NRVUEW+HelveticaNeue-Light","x":60.9449,"y":312.0402}
{"page":2,"change":"none","str":"épaisseur plus épaisse que les autres et absorbe dans un premier temps, plus de chaleur.","dir":"ltr","width":"423.38","height":"11.00","transform":["11.00","0.00","0.00","11.00","60.94","298.04"],"fontName":"NRVUEW+HelveticaNeue-Light","x":60.9449,"y":298.0402}
@ -177,7 +152,6 @@
{"page":3,"change":"none","str":"elle est aussi experte française AFNOR pour la commission de normalisation eur","dir":"ltr","width":"343.40","height":"10.00","transform":["10.00","0.00","0.00","10.00","163.70","547.97"],"fontName":"NRVUEW+HelveticaNeue-Light","x":163.7008,"y":547.9668}
{"page":3,"change":"none","str":"opéenne ","dir":"ltr","width":"40.39","height":"10.00","transform":["10.00","0.00","0.00","10.00","506.92","547.97"],"fontName":"NRVUEW+HelveticaNeue-Light","x":506.9208,"y":547.9668}
{"page":3,"change":"none","str":"smart textiles (CEN/TC 248-WG31).","dir":"ltr","width":"153.92","height":"10.00","transform":["10.00","0.00","0.00","10.00","163.70","531.97"],"fontName":"NRVUEW+HelveticaNeue-Light","x":163.7008,"y":531.9668}
{"page":3,"change":"none","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","317.62","531.97"],"fontName":"NRVUEW+HelveticaNeue-Light","x":317.6192,"y":531.9668}
{"page":3,"change":"none","str":"Les études sur les masques ont été accompagnées ","dir":"ltr","width":"225.23","height":"10.00","transform":["10.00","0.00","0.00","10.00","320.68","531.97"],"fontName":"NRVUEW+HelveticaNeue-Light","x":320.6772,"y":531.9668}
{"page":3,"change":"none","str":"par les expertises complémentaires de :","dir":"ltr","width":"170.96","height":"10.00","transform":["10.00","0.00","0.00","10.00","163.70","515.97"],"fontName":"NRVUEW+HelveticaNeue-Light","x":163.7008,"y":515.9668}
{"page":3,"change":"none","str":"Mattias Ganem","dir":"ltr","width":"72.38","height":"10.00","transform":["10.00","0.00","0.00","10.00","163.70","495.97"],"fontName":"NRVUEW+HelveticaNeue-Bold","x":163.7008,"y":495.9668}
@ -187,7 +161,6 @@
{"page":3,"change":"none","str":"Certaines illustrations ont été réalisées par la styliste et illustratrice ","dir":"ltr","width":"284.29","height":"10.00","transform":["10.00","0.00","0.00","10.00","163.70","411.97"],"fontName":"NRVUEW+HelveticaNeue-Light","x":163.7008,"y":411.9668}
{"page":3,"change":"none","str":"Virginie Boy","dir":"ltr","width":"56.37","height":"10.00","transform":["10.00","0.00","0.00","10.00","447.99","411.97"],"fontName":"NRVUEW+HelveticaNeue-Bold","x":447.9864,"y":411.9668}
{"page":3,"change":"none","str":".","dir":"ltr","width":"2.78","height":"10.00","transform":["10.00","0.00","0.00","10.00","504.36","411.97"],"fontName":"NRVUEW+HelveticaNeue-Light","x":504.3557,"y":411.9668}
{"page":3,"change":"none","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","507.14","411.97"],"fontName":"NRVUEW+HelveticaNeue-Light","x":507.1357,"y":411.9668}
{"page":3,"change":"none","str":"Techtera est le pôle de compétitivité dédié à la filière textile française soutenu par lEtat, ","dir":"ltr","width":"375.85","height":"10.00","transform":["10.00","0.00","0.00","10.00","163.70","360.47"],"fontName":"NRVUEW+HelveticaNeue-Light","x":163.7008,"y":360.4719}
{"page":3,"change":"none","str":"La Direction Générale de lArmement et les collectivités territoriales. Il anime un réseau de ","dir":"ltr","width":"385.48","height":"10.00","transform":["10.00","0.00","0.00","10.00","163.70","344.47"],"fontName":"NRVUEW+HelveticaNeue-Light","x":163.7008,"y":344.4719}
{"page":3,"change":"none","str":"200 membres (entreprises, laboratoires de recherches, centres techniques, universités et ","dir":"ltr","width":"383.46","height":"10.00","transform":["10.00","0.00","0.00","10.00","163.70","328.47"],"fontName":"NRVUEW+HelveticaNeue-Light","x":163.7008,"y":328.4719}
@ -201,16 +174,12 @@
{"page":3,"change":"none","str":"sécurité, de lhabillement et de la décoration.","dir":"ltr","width":"192.28","height":"10.00","transform":["10.00","0.00","0.00","10.00","163.70","248.47"],"fontName":"NRVUEW+HelveticaNeue-Light","x":163.7008,"y":248.4719}
{"page":3,"change":"none","str":"Techtera - Actualités","dir":"ltr","width":"87.62","height":"10.00","transform":["10.00","0.00","0.00","10.00","422.17","158.92"],"fontName":"NRVUEW+HelveticaNeue-Light","x":422.1677,"y":158.9151}
{"page":3,"change":"none","str":"avec le soutien de ","dir":"ltr","width":"60.04","height":"7.66","transform":["7.66","0.00","0.00","7.66","391.92","36.18"],"fontName":"NRVUEW+Futura-Light","x":391.9215,"y":36.1763}
{"page":3,"change":"none","str":" ","dir":"ltr","width":"5.47","height":"17.64","transform":["-12.51","12.43","-12.43","-12.51","104.82","770.49"],"fontName":"NRVUEW+Futura-Light","x":104.8234,"y":770.4944}
{"page":3,"change":"none","str":" ","dir":"ltr","width":"5.47","height":"17.64","transform":["-11.22","13.61","-13.61","-11.22","103.43","770.13"],"fontName":"NRVUEW+Futura-Light","x":103.4259,"y":770.1326}
{"page":3,"change":"none","str":"F","dir":"ltr","width":"7.83","height":"17.64","transform":["-9.39","14.93","-14.93","-9.39","44.47","758.84"],"fontName":"NRVUEW+Futura-Light","x":44.4728,"y":758.8381}
{"page":3,"change":"none","str":"l","dir":"ltr","width":"3.51","height":"17.64","transform":["-7.29","16.06","-16.06","-7.29","40.61","765.17"],"fontName":"NRVUEW+Futura-Light","x":40.6073,"y":765.1653}
{"page":3,"change":"none","str":"a","dir":"ltr","width":"9.88","height":"17.64","transform":["-3.77","17.23","-17.23","-3.77","38.99","767.63"],"fontName":"NRVUEW+Futura-Light","x":38.9935,"y":767.6295}
{"page":3,"change":"none","str":"s","dir":"ltr","width":"6.61","height":"17.64","transform":["2.44","17.47","-17.47","2.44","37.12","776.26"],"fontName":"NRVUEW+Futura-Light","x":37.1206,"y":776.265}
{"page":3,"change":"none","str":"h","dir":"ltr","width":"8.64","height":"17.64","transform":["8.66","15.37","-15.37","8.66","37.52","781.86"],"fontName":"NRVUEW+Futura-Light","x":37.525,"y":781.8569}
{"page":3,"change":"none","str":" ","dir":"ltr","width":"5.47","height":"17.64","transform":["11.99","12.94","-12.94","11.99","70.15","727.59"],"fontName":"NRVUEW+Futura-Light","x":70.1538,"y":727.5932}
{"page":3,"change":"none","str":"-","dir":"ltr","width":"3.35","height":"17.64","transform":["12.77","12.17","-12.17","12.77","45.25","792.46"],"fontName":"NRVUEW+Futura-Light","x":45.2465,"y":792.4569}
{"page":3,"change":"none","str":" ","dir":"ltr","width":"5.47","height":"17.64","transform":["13.34","11.54","-11.54","13.34","68.17","728.62"],"fontName":"NRVUEW+Futura-Light","x":68.1717,"y":728.6189}
{"page":3,"change":"none","str":"M","dir":"ltr","width":"15.82","height":"17.64","transform":["14.53","10.00","-10.00","14.53","51.24","798.29"],"fontName":"NRVUEW+Futura-Light","x":51.2358,"y":798.2911}
{"page":3,"change":"none","str":"a","dir":"ltr","width":"9.88","height":"17.64","transform":["16.27","6.82","-6.82","16.27","63.81","806.85"],"fontName":"NRVUEW+Futura-Light","x":63.81,"y":806.8549}
{"page":3,"change":"none","str":"s","dir":"ltr","width":"6.61","height":"17.64","transform":["17.58","1.51","-1.51","17.58","72.05","810.41"],"fontName":"NRVUEW+Futura-Light","x":72.0487,"y":810.4102}

View File

@ -1,8 +1,8 @@
{
"pages": 4,
"items": 191,
"groupedItems": 120,
"changes": 28,
"items": 160,
"groupedItems": 112,
"changes": 22,
"schema": [
{
"name": "line",
@ -31,31 +31,25 @@
}
]
}
{"page":0,"change":"Addition","str":" F l a s h","line":4,"x":37.1206,"y":758.8381,"width":"47.42","height":"17.64","fontName":["NRVUEW+Futura-Light"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"M a s q u e","line":8,"x":51.2358,"y":798.2911,"width":"59.52","height":"17.64","fontName":["NRVUEW+Futura-Light"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"Le 26 mars dernier, le guide des spécifi -","line":10,"x":316.1299,"y":279.9142,"width":"230.05","height":"11.00","fontName":["NRVUEW+HelveticaNeue-ThinItalic"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"CC $","line":19,"x":83.2854,"y":45.249,"width":"16.55","height":"8.68","fontName":["NRVUEW+CCdemo-medium"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"BY NC ND","line":20,"x":104.221,"y":37.4888,"width":"22.97","height":"6.10","fontName":["NRVUEW+CCdemo-medium"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"F l a s h - M a s q u e","line":4,"x":37.1206,"y":758.8381,"width":"99.35","height":"17.64","fontName":["NRVUEW+Futura-Light"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"Le 26 mars dernier, le guide des spécifi -","line":6,"x":316.1299,"y":279.9142,"width":"230.05","height":"11.00","fontName":["NRVUEW+HelveticaNeue-ThinItalic"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"CC $","line":15,"x":83.2854,"y":45.249,"width":"16.55","height":"8.68","fontName":["NRVUEW+CCdemo-medium"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"BY NC ND","line":16,"x":104.221,"y":37.4888,"width":"22.97","height":"6.10","fontName":["NRVUEW+CCdemo-medium"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"La période de confinement décrétée par le gouvernement français depuis le mardi 17/03/20 et pro -","line":2,"x":60.9449,"y":671.2632,"width":"468.68","height":"11.00","fontName":["NRVUEW+HelveticaNeue-Light","NRVUEW+HelveticaNeue-Light"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"pas lancer une machine que pour les masques, les personnes nont pas de thermomètre à disposi -","line":12,"x":60.9449,"y":517.2632,"width":"468.81","height":"11.00","fontName":["NRVUEW+HelveticaNeue-Light","NRVUEW+HelveticaNeue-Light"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"Le but de lexpérience dans un premier temps, est de savoir si lon peut réunir les conditions essen -","line":15,"x":60.9449,"y":475.2632,"width":"471.04","height":"11.00","fontName":["NRVUEW+HelveticaNeue-Light","NRVUEW+HelveticaNeue-Light"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"Expérience : mesures de lévolution de la température en fonction du temps dans des récipients ","line":17,"x":60.9449,"y":433.2632,"width":"460.07","height":"11.00","fontName":["NRVUEW+HelveticaNeue-Medium","NRVUEW+HelveticaNeue-Light"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"• Un thermomètre de cuisine équipé dune sonde (HABOR)","line":20,"x":60.9449,"y":377.2632,"width":"279.76","height":"11.00","fontName":["NRVUEW+HelveticaNeue-Light"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":" - un saladier en porcelaine ","line":23,"x":60.9449,"y":335.2632,"width":"142.86","height":"11.00","fontName":["NRVUEW+HelveticaNeue-Light"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":" - un récipient plastique ( Tupperware)","line":24,"x":60.9449,"y":321.2632,"width":"187.07","height":"11.00","fontName":["NRVUEW+HelveticaNeue-Light"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"- un récipient plastique ( Tupperware)","line":24,"x":240.9489,"y":321.2632,"width":"171.78","height":"11.00","fontName":["NRVUEW+HelveticaNeue-Light"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"Lexpérience a été réalisée par 2 fois et dans 2 cas de figures : - sans couvercle","line":5,"x":60.9449,"y":662.0402,"width":"378.16","height":"11.00","fontName":["NRVUEW+HelveticaNeue-Light"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":" - avec couvercle (dépose)","line":6,"x":60.9449,"y":648.0402,"width":"149.00","height":"11.00","fontName":["NRVUEW+HelveticaNeue-Light"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"Notes : ","line":7,"x":60.9449,"y":634.0402,"width":"39.13","height":"11.00","fontName":["NRVUEW+HelveticaNeue-Medium","NRVUEW+HelveticaNeue-Light"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"Résultats : ","line":14,"x":60.9449,"y":522.0402,"width":"56.86","height":"11.00","fontName":["NRVUEW+HelveticaNeue-Medium","NRVUEW+HelveticaNeue-Light"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"Cette étude a été réalisée dans la cadre particulier du confinement. Lexpérience a été réalisée avec rigueur et reste informa -","line":30,"x":60.9449,"y":91.0251,"width":"476.22","height":"8.00","fontName":["NRVUEW+HelveticaNeue-Light","NRVUEW+HelveticaNeue-Light"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"Cette série détudes est à linitiative de Florence Bost - et de son ré -","line":2,"x":118.8,"y":734.7269,"width":"427.58","height":"12.00","fontName":["NRVUEW+HelveticaNeue-Thin"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"Smart textiles designer, Florence Bost est consultante depuis 2003 sous le nom de ","line":8,"x":163.7008,"y":611.9668,"width":"365.43","height":"10.00","fontName":["NRVUEW+HelveticaNeue-Light","NRVUEW+HelveticaNeue-Bold"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"de création e-textiles et démonstrateurs ainsi que des formations pr ofessionnelles e-tex -","line":10,"x":163.7008,"y":579.9668,"width":"378.55","height":"10.00","fontName":["NRVUEW+HelveticaNeue-Light","NRVUEW+HelveticaNeue-Light"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"elle est aussi experte française AFNOR pour la commission de normalisation eur opéenne ","line":12,"x":163.7008,"y":547.9668,"width":"383.79","height":"10.00","fontName":["NRVUEW+HelveticaNeue-Light"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"smart textiles (CEN/TC 248-WG31). Les études sur les masques ont été accompagnées ","line":13,"x":163.7008,"y":531.9668,"width":"382.21","height":"11.00","fontName":["NRVUEW+HelveticaNeue-Light","NRVUEW+HelveticaNeue-Light"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"Certaines illustrations ont été réalisées par la styliste et illustratrice Virginie Boy . ","line":19,"x":163.7008,"y":411.9668,"width":"346.50","height":"11.00","fontName":["NRVUEW+HelveticaNeue-Light","NRVUEW+HelveticaNeue-Bold","NRVUEW+HelveticaNeue-Light"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"smart textiles (CEN/TC 248-WG31). Les études sur les masques ont été accompagnées ","line":13,"x":163.7008,"y":531.9668,"width":"379.15","height":"10.00","fontName":["NRVUEW+HelveticaNeue-Light"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"Certaines illustrations ont été réalisées par la styliste et illustratrice Virginie Boy .","line":19,"x":163.7008,"y":411.9668,"width":"343.44","height":"10.00","fontName":["NRVUEW+HelveticaNeue-Light","NRVUEW+HelveticaNeue-Bold"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"collaborative. Depuis 2005, Techtera a ainsi accompagné plus de 215 projets R&D finan -","line":24,"x":163.7008,"y":296.4719,"width":"380.50","height":"10.00","fontName":["NRVUEW+HelveticaNeue-Light","NRVUEW+HelveticaNeue-Light"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"cés pour un budget total de 556,5 millions dEuros, à destination des marchés dapplica -","line":25,"x":163.7008,"y":280.4719,"width":"382.13","height":"10.00","fontName":["NRVUEW+HelveticaNeue-Light","NRVUEW+HelveticaNeue-Light"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"tion de la santé, des sports et loisirs, du transport, du bâtiment, de la pr otection et de la ","line":26,"x":163.7008,"y":264.4719,"width":"379.51","height":"10.00","fontName":["NRVUEW+HelveticaNeue-Light"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":" F l a s h","line":30,"x":37.1206,"y":758.8381,"width":"47.42","height":"17.64","fontName":["NRVUEW+Futura-Light"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"M a s q u e","line":34,"x":51.2358,"y":798.2911,"width":"59.52","height":"17.64","fontName":["NRVUEW+Futura-Light"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"F l a s h - M a s q u e","line":30,"x":37.1206,"y":758.8381,"width":"99.35","height":"17.64","fontName":["NRVUEW+Futura-Light"],"dir":["ltr"]}

View File

@ -0,0 +1,60 @@
{
"pages": 4,
"items": 191,
"groupedItems": 191,
"changes": 31,
"schema": [
{
"name": "x"
},
{
"name": "y"
},
{
"name": "str"
},
{
"name": "fontName"
},
{
"name": "dir"
},
{
"name": "width"
},
{
"name": "height"
}
]
}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"5.47","height":"17.64","transform":["-12.51","12.43","-12.43","-12.51","104.82","770.49"],"fontName":"NRVUEW+Futura-Light","x":104.8234,"y":770.4944}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"5.47","height":"17.64","transform":["-11.22","13.61","-13.61","-11.22","103.43","770.13"],"fontName":"NRVUEW+Futura-Light","x":103.4259,"y":770.1326}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"5.47","height":"17.64","transform":["11.99","12.94","-12.94","11.99","70.15","727.59"],"fontName":"NRVUEW+Futura-Light","x":70.1538,"y":727.5932}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"5.47","height":"17.64","transform":["13.34","11.54","-11.54","13.34","68.17","728.62"],"fontName":"NRVUEW+Futura-Light","x":68.1717,"y":728.6189}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","60.94","335.26"],"fontName":"NRVUEW+HelveticaNeue-Light","x":60.9449,"y":335.2632}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","96.95","335.26"],"fontName":"NRVUEW+HelveticaNeue-Light","x":96.9479,"y":335.2632}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","132.95","335.26"],"fontName":"NRVUEW+HelveticaNeue-Light","x":132.95090000000002,"y":335.2632}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","168.95","335.26"],"fontName":"NRVUEW+HelveticaNeue-Light","x":168.9539,"y":335.2632}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","204.96","335.26"],"fontName":"NRVUEW+HelveticaNeue-Light","x":204.9569,"y":335.2632}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","60.94","321.26"],"fontName":"NRVUEW+HelveticaNeue-Light","x":60.9449,"y":321.2632}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","96.95","321.26"],"fontName":"NRVUEW+HelveticaNeue-Light","x":96.9479,"y":321.2632}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","132.95","321.26"],"fontName":"NRVUEW+HelveticaNeue-Light","x":132.95090000000002,"y":321.2632}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","168.95","321.26"],"fontName":"NRVUEW+HelveticaNeue-Light","x":168.9539,"y":321.2632}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","204.96","321.26"],"fontName":"NRVUEW+HelveticaNeue-Light","x":204.9569,"y":321.2632}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","60.94","648.04"],"fontName":"NRVUEW+HelveticaNeue-Light","x":60.9449,"y":648.0402}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","96.95","648.04"],"fontName":"NRVUEW+HelveticaNeue-Light","x":96.9479,"y":648.0402}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","132.95","648.04"],"fontName":"NRVUEW+HelveticaNeue-Light","x":132.95090000000002,"y":648.0402}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","168.95","648.04"],"fontName":"NRVUEW+HelveticaNeue-Light","x":168.9539,"y":648.0402}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","204.96","648.04"],"fontName":"NRVUEW+HelveticaNeue-Light","x":204.9569,"y":648.0402}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","240.96","648.04"],"fontName":"NRVUEW+HelveticaNeue-Light","x":240.95989999999998,"y":648.0402}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","276.96","648.04"],"fontName":"NRVUEW+HelveticaNeue-Light","x":276.9629,"y":648.0402}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","312.97","648.04"],"fontName":"NRVUEW+HelveticaNeue-Light","x":312.9659,"y":648.0402}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","348.97","648.04"],"fontName":"NRVUEW+HelveticaNeue-Light","x":348.96889999999996,"y":648.0402}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","97.01","634.04"],"fontName":"NRVUEW+HelveticaNeue-Light","x":97.0135,"y":634.0402}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","114.75","522.04"],"fontName":"NRVUEW+HelveticaNeue-Light","x":114.7455,"y":522.0402}
{"page":3,"change":"Removal","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","317.62","531.97"],"fontName":"NRVUEW+HelveticaNeue-Light","x":317.6192,"y":531.9668}
{"page":3,"change":"Removal","str":" ","dir":"ltr","width":"3.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","507.14","411.97"],"fontName":"NRVUEW+HelveticaNeue-Light","x":507.1357,"y":411.9668}
{"page":3,"change":"Removal","str":" ","dir":"ltr","width":"5.47","height":"17.64","transform":["-12.51","12.43","-12.43","-12.51","104.82","770.49"],"fontName":"NRVUEW+Futura-Light","x":104.8234,"y":770.4944}
{"page":3,"change":"Removal","str":" ","dir":"ltr","width":"5.47","height":"17.64","transform":["-11.22","13.61","-13.61","-11.22","103.43","770.13"],"fontName":"NRVUEW+Futura-Light","x":103.4259,"y":770.1326}
{"page":3,"change":"Removal","str":" ","dir":"ltr","width":"5.47","height":"17.64","transform":["11.99","12.94","-12.94","11.99","70.15","727.59"],"fontName":"NRVUEW+Futura-Light","x":70.1538,"y":727.5932}
{"page":3,"change":"Removal","str":" ","dir":"ltr","width":"5.47","height":"17.64","transform":["13.34","11.54","-11.54","13.34","68.17","728.62"],"fontName":"NRVUEW+Futura-Light","x":68.1717,"y":728.6189}

View File

@ -1,7 +1,7 @@
{
"pages": 4,
"items": 191,
"groupedItems": 120,
"items": 160,
"groupedItems": 112,
"changes": 0,
"schema": [
{

View File

@ -1,8 +1,8 @@
{
"pages": 4,
"items": 191,
"groupedItems": 120,
"changes": 14,
"items": 160,
"groupedItems": 112,
"changes": 10,
"schema": [
{
"name": "line"
@ -30,5 +30,5 @@
}
]
}
{"page":0,"change":"ContentChange","str":"s h a l F ","line":4,"x":37.1206,"y":758.8381,"width":"47.42","height":"17.64","fontName":["NRVUEW+Futura-Light"],"dir":["ltr"]}
{"page":3,"change":"ContentChange","str":"s h a l F ","line":30,"x":37.1206,"y":758.8381,"width":"47.42","height":"17.64","fontName":["NRVUEW+Futura-Light"],"dir":["ltr"]}
{"page":0,"change":"ContentChange","str":"s h a l F - M a s q u e","line":4,"x":37.1206,"y":758.8381,"width":"99.35","height":"17.64","fontName":["NRVUEW+Futura-Light"],"dir":["ltr"]}
{"page":3,"change":"ContentChange","str":"s h a l F - M a s q u e","line":30,"x":37.1206,"y":758.8381,"width":"99.35","height":"17.64","fontName":["NRVUEW+Futura-Light"],"dir":["ltr"]}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,8 +1,8 @@
{
"pages": 116,
"items": 12112,
"groupedItems": 4993,
"changes": 464,
"items": 7792,
"groupedItems": 3595,
"changes": 116,
"schema": [
{
"name": "line"
@ -30,235 +30,119 @@
}
]
}
{"page":0,"change":"Removal","str":"1 ","line":0,"x":304.01,"y":22.6801,"width":"6.57","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02369000000002,"y":10.2,"line":1}
{"page":1,"change":"Removal","str":"2 ","line":0,"x":304.01,"y":22.6801,"width":"6.57","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02369000000002,"y":10.2,"line":1}
{"page":2,"change":"Removal","str":"3 ","line":0,"x":304.01,"y":22.6801,"width":"6.57","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02369000000002,"y":10.2,"line":1}
{"page":3,"change":"Removal","str":"4 ","line":0,"x":304.01,"y":22.6801,"width":"6.57","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":3,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02369000000002,"y":10.2,"line":1}
{"page":4,"change":"Removal","str":"5 ","line":0,"x":304.01,"y":22.6801,"width":"6.57","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":4,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02369000000002,"y":10.2,"line":1}
{"page":5,"change":"Removal","str":"6 ","line":0,"x":304.01,"y":22.6801,"width":"6.57","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":5,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02369000000002,"y":10.2,"line":1}
{"page":6,"change":"Removal","str":"7 ","line":0,"x":304.01,"y":22.6801,"width":"6.57","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":6,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02369000000002,"y":10.2,"line":1}
{"page":7,"change":"Removal","str":"8 ","line":0,"x":304.01,"y":22.6801,"width":"6.57","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":7,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02369000000002,"y":10.2,"line":1}
{"page":8,"change":"Removal","str":"9 ","line":0,"x":304.01,"y":22.6801,"width":"6.57","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":8,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02369000000002,"y":10.2,"line":1}
{"page":9,"change":"Removal","str":"10 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":9,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":10,"change":"Removal","str":"11 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":10,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":11,"change":"Removal","str":"12 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":11,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":12,"change":"Removal","str":"13 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":12,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":13,"change":"Removal","str":"14 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":13,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":14,"change":"Removal","str":"15 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":14,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":15,"change":"Removal","str":"16 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":15,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":16,"change":"Removal","str":"17 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":16,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":17,"change":"Removal","str":"18 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":17,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":18,"change":"Removal","str":"19 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":18,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":19,"change":"Removal","str":"20 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":19,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":20,"change":"Removal","str":"21 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":20,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":21,"change":"Removal","str":"22 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":21,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":22,"change":"Removal","str":"23 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":22,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":23,"change":"Removal","str":"24 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":23,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":24,"change":"Removal","str":"25 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":24,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":25,"change":"Removal","str":"26 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":25,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":26,"change":"Removal","str":"27 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":26,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":27,"change":"Removal","str":"28 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":27,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":28,"change":"Removal","str":"29 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":28,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":29,"change":"Removal","str":"30 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":29,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":30,"change":"Removal","str":"31 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":30,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":31,"change":"Removal","str":"32 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":31,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":32,"change":"Removal","str":"33 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":32,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":33,"change":"Removal","str":"34 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":33,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":34,"change":"Removal","str":"35 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":34,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":35,"change":"Removal","str":"36 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":35,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":36,"change":"Removal","str":"37 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":36,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":37,"change":"Removal","str":"38 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":37,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":38,"change":"Removal","str":"39 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":38,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":39,"change":"Removal","str":"40 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":39,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":40,"change":"Removal","str":"41 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":40,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":41,"change":"Removal","str":"42 ","line":0,"x":301.97,"y":22.6801,"width":"10.65","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":41,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":42,"change":"Removal","str":"43 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":42,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":43,"change":"Removal","str":"44 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":43,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":44,"change":"Removal","str":"45 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":44,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":45,"change":"Removal","str":"46 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":45,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":46,"change":"Removal","str":"47 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":46,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":47,"change":"Removal","str":"48 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":47,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":48,"change":"Removal","str":"49 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":48,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":49,"change":"Removal","str":"50 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":49,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":50,"change":"Removal","str":"51 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":50,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":51,"change":"Removal","str":"52 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":51,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":52,"change":"Removal","str":"53 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":52,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":53,"change":"Removal","str":"54 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":53,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":54,"change":"Removal","str":"55 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":54,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":55,"change":"Removal","str":"56 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":55,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":56,"change":"Removal","str":"57 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":56,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":57,"change":"Removal","str":"58 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":57,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":58,"change":"Removal","str":"59 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":58,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":59,"change":"Removal","str":"60 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":59,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":60,"change":"Removal","str":"61 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":60,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":61,"change":"Removal","str":"62 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":61,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":62,"change":"Removal","str":"63 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":62,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":63,"change":"Removal","str":"64 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":63,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":64,"change":"Removal","str":"65 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":64,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":65,"change":"Removal","str":"66 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":65,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":66,"change":"Removal","str":"67 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":66,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":67,"change":"Removal","str":"68 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":67,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":68,"change":"Removal","str":"69 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":68,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":69,"change":"Removal","str":"70 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":69,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":70,"change":"Removal","str":"71 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":70,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":71,"change":"Removal","str":"72 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":71,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":72,"change":"Removal","str":"73 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":72,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":73,"change":"Removal","str":"74 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":73,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":74,"change":"Removal","str":"75 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":74,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":75,"change":"Removal","str":"76 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":75,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":76,"change":"Removal","str":"77 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":76,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":77,"change":"Removal","str":"78 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":77,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":78,"change":"Removal","str":"79 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":78,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":79,"change":"Removal","str":"80 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":79,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":80,"change":"Removal","str":"81 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":80,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":81,"change":"Removal","str":"82 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":81,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":82,"change":"Removal","str":"83 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":82,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":83,"change":"Removal","str":"84 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":83,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":84,"change":"Removal","str":"85 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":84,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":85,"change":"Removal","str":"86 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":85,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":86,"change":"Removal","str":"87 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":86,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":87,"change":"Removal","str":"88 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":87,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":88,"change":"Removal","str":"89 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":88,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":89,"change":"Removal","str":"90 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":89,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":90,"change":"Removal","str":"91 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":90,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":91,"change":"Removal","str":"92 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":91,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":92,"change":"Removal","str":"93 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":92,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":93,"change":"Removal","str":"94 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":93,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":94,"change":"Removal","str":"95 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":94,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":95,"change":"Removal","str":"96 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":95,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":96,"change":"Removal","str":"97 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":96,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":97,"change":"Removal","str":"98 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":97,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":98,"change":"Removal","str":"99 ","line":0,"x":301.97,"y":22.6801,"width":"10.66","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":98,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02416000000005,"y":10.2,"line":1}
{"page":99,"change":"Removal","str":"100 ","line":0,"x":299.93,"y":22.6801,"width":"14.74","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":99,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02389999999997,"y":10.2,"line":1}
{"page":100,"change":"Removal","str":"101 ","line":0,"x":299.93,"y":22.6801,"width":"14.74","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":100,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02389999999997,"y":10.2,"line":1}
{"page":101,"change":"Removal","str":"102 ","line":0,"x":299.93,"y":22.6801,"width":"14.74","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":101,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02389999999997,"y":10.2,"line":1}
{"page":102,"change":"Removal","str":"103 ","line":0,"x":299.93,"y":22.6801,"width":"14.74","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":102,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02389999999997,"y":10.2,"line":1}
{"page":103,"change":"Removal","str":"104 ","line":0,"x":299.93,"y":22.6801,"width":"14.74","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":103,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02389999999997,"y":10.2,"line":1}
{"page":104,"change":"Removal","str":"105 ","line":0,"x":299.93,"y":22.6801,"width":"14.74","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":104,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02389999999997,"y":10.2,"line":1}
{"page":105,"change":"Removal","str":"106 ","line":0,"x":299.93,"y":22.6801,"width":"14.74","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":105,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02389999999997,"y":10.2,"line":1}
{"page":106,"change":"Removal","str":"107 ","line":0,"x":299.93,"y":22.6801,"width":"14.74","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":106,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02389999999997,"y":10.2,"line":1}
{"page":107,"change":"Removal","str":"108 ","line":0,"x":299.93,"y":22.6801,"width":"14.74","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":107,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02389999999997,"y":10.2,"line":1}
{"page":108,"change":"Removal","str":"109 ","line":0,"x":299.93,"y":22.6801,"width":"14.74","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":108,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02389999999997,"y":10.2,"line":1}
{"page":109,"change":"Removal","str":"110 ","line":0,"x":299.93,"y":22.6801,"width":"14.74","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":109,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02389999999997,"y":10.2,"line":1}
{"page":110,"change":"Removal","str":"111 ","line":0,"x":299.93,"y":22.6801,"width":"14.74","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":110,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02389999999997,"y":10.2,"line":1}
{"page":111,"change":"Removal","str":"112 ","line":0,"x":299.93,"y":22.6801,"width":"14.74","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":111,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02389999999997,"y":10.2,"line":1}
{"page":112,"change":"Removal","str":"113 ","line":0,"x":299.93,"y":22.6801,"width":"14.74","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":112,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02389999999997,"y":10.2,"line":1}
{"page":113,"change":"Removal","str":"114 ","line":0,"x":299.93,"y":22.6801,"width":"14.74","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":113,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02389999999997,"y":10.2,"line":1}
{"page":114,"change":"Removal","str":"115 ","line":0,"x":299.93,"y":22.6801,"width":"14.74","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":114,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02389999999997,"y":10.2,"line":1}
{"page":115,"change":"Removal","str":"116 ","line":0,"x":299.93,"y":22.6801,"width":"14.74","height":"11.04","fontName":["NTKUYH+Calibri"],"dir":["ltr"]}
{"page":115,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"11.04","transform":["11.04","0.00","0.00","11.04","72.02","10.20"],"fontName":"NTKUYH+Calibri","x":72.02389999999997,"y":10.2,"line":1}
{"page":0,"change":"Removal","str":"1","dir":"ltr","width":"4.08","height":"8.04","transform":["8.04","0.00","0.00","8.04","304.01","22.68"],"fontName":"NTKUYH+Calibri","x":304.01,"y":22.6801,"line":0}
{"page":1,"change":"Removal","str":"2","dir":"ltr","width":"4.08","height":"8.04","transform":["8.04","0.00","0.00","8.04","304.01","22.68"],"fontName":"NTKUYH+Calibri","x":304.01,"y":22.6801,"line":0}
{"page":2,"change":"Removal","str":"3","dir":"ltr","width":"4.08","height":"8.04","transform":["8.04","0.00","0.00","8.04","304.01","22.68"],"fontName":"NTKUYH+Calibri","x":304.01,"y":22.6801,"line":0}
{"page":3,"change":"Removal","str":"4","dir":"ltr","width":"4.08","height":"8.04","transform":["8.04","0.00","0.00","8.04","304.01","22.68"],"fontName":"NTKUYH+Calibri","x":304.01,"y":22.6801,"line":0}
{"page":4,"change":"Removal","str":"5","dir":"ltr","width":"4.08","height":"8.04","transform":["8.04","0.00","0.00","8.04","304.01","22.68"],"fontName":"NTKUYH+Calibri","x":304.01,"y":22.6801,"line":0}
{"page":5,"change":"Removal","str":"6","dir":"ltr","width":"4.08","height":"8.04","transform":["8.04","0.00","0.00","8.04","304.01","22.68"],"fontName":"NTKUYH+Calibri","x":304.01,"y":22.6801,"line":0}
{"page":6,"change":"Removal","str":"7","dir":"ltr","width":"4.08","height":"8.04","transform":["8.04","0.00","0.00","8.04","304.01","22.68"],"fontName":"NTKUYH+Calibri","x":304.01,"y":22.6801,"line":0}
{"page":7,"change":"Removal","str":"8","dir":"ltr","width":"4.08","height":"8.04","transform":["8.04","0.00","0.00","8.04","304.01","22.68"],"fontName":"NTKUYH+Calibri","x":304.01,"y":22.6801,"line":0}
{"page":8,"change":"Removal","str":"9","dir":"ltr","width":"4.08","height":"8.04","transform":["8.04","0.00","0.00","8.04","304.01","22.68"],"fontName":"NTKUYH+Calibri","x":304.01,"y":22.6801,"line":0}
{"page":9,"change":"Removal","str":"10","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":10,"change":"Removal","str":"11","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":11,"change":"Removal","str":"12","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":12,"change":"Removal","str":"13","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":13,"change":"Removal","str":"14","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":14,"change":"Removal","str":"15","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":15,"change":"Removal","str":"16","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":16,"change":"Removal","str":"17","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":17,"change":"Removal","str":"18","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":18,"change":"Removal","str":"19","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":19,"change":"Removal","str":"20","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":20,"change":"Removal","str":"21","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":21,"change":"Removal","str":"22","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":22,"change":"Removal","str":"23","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":23,"change":"Removal","str":"24","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":24,"change":"Removal","str":"25","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":25,"change":"Removal","str":"26","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":26,"change":"Removal","str":"27","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":27,"change":"Removal","str":"28","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":28,"change":"Removal","str":"29","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":29,"change":"Removal","str":"30","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":30,"change":"Removal","str":"31","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":31,"change":"Removal","str":"32","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":32,"change":"Removal","str":"33","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":33,"change":"Removal","str":"34","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":34,"change":"Removal","str":"35","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":35,"change":"Removal","str":"36","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":36,"change":"Removal","str":"37","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":37,"change":"Removal","str":"38","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":38,"change":"Removal","str":"39","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":39,"change":"Removal","str":"40","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":40,"change":"Removal","str":"41","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":41,"change":"Removal","str":"42","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":42,"change":"Removal","str":"43","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":43,"change":"Removal","str":"44","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":44,"change":"Removal","str":"45","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":45,"change":"Removal","str":"46","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":46,"change":"Removal","str":"47","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":47,"change":"Removal","str":"48","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":48,"change":"Removal","str":"49","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":49,"change":"Removal","str":"50","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":50,"change":"Removal","str":"51","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":51,"change":"Removal","str":"52","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":52,"change":"Removal","str":"53","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":53,"change":"Removal","str":"54","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":54,"change":"Removal","str":"55","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":55,"change":"Removal","str":"56","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":56,"change":"Removal","str":"57","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":57,"change":"Removal","str":"58","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":58,"change":"Removal","str":"59","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":59,"change":"Removal","str":"60","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":60,"change":"Removal","str":"61","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":61,"change":"Removal","str":"62","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":62,"change":"Removal","str":"63","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":63,"change":"Removal","str":"64","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":64,"change":"Removal","str":"65","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":65,"change":"Removal","str":"66","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":66,"change":"Removal","str":"67","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":67,"change":"Removal","str":"68","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":68,"change":"Removal","str":"69","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":69,"change":"Removal","str":"70","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":70,"change":"Removal","str":"71","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":71,"change":"Removal","str":"72","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":72,"change":"Removal","str":"73","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":73,"change":"Removal","str":"74","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":74,"change":"Removal","str":"75","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":75,"change":"Removal","str":"76","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":76,"change":"Removal","str":"77","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":77,"change":"Removal","str":"78","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":78,"change":"Removal","str":"79","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":79,"change":"Removal","str":"80","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":80,"change":"Removal","str":"81","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":81,"change":"Removal","str":"82","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":82,"change":"Removal","str":"83","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":83,"change":"Removal","str":"84","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":84,"change":"Removal","str":"85","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":85,"change":"Removal","str":"86","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":86,"change":"Removal","str":"87","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":87,"change":"Removal","str":"88","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":88,"change":"Removal","str":"89","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":89,"change":"Removal","str":"90","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":90,"change":"Removal","str":"91","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":91,"change":"Removal","str":"92","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":92,"change":"Removal","str":"93","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":93,"change":"Removal","str":"94","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":94,"change":"Removal","str":"95","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":95,"change":"Removal","str":"96","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":96,"change":"Removal","str":"97","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":97,"change":"Removal","str":"98","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":98,"change":"Removal","str":"99","dir":"ltr","width":"8.16","height":"8.04","transform":["8.04","0.00","0.00","8.04","301.97","22.68"],"fontName":"NTKUYH+Calibri","x":301.97,"y":22.6801,"line":0}
{"page":99,"change":"Removal","str":"100","dir":"ltr","width":"12.24","height":"8.04","transform":["8.04","0.00","0.00","8.04","299.93","22.68"],"fontName":"NTKUYH+Calibri","x":299.93,"y":22.6801,"line":0}
{"page":100,"change":"Removal","str":"101","dir":"ltr","width":"12.24","height":"8.04","transform":["8.04","0.00","0.00","8.04","299.93","22.68"],"fontName":"NTKUYH+Calibri","x":299.93,"y":22.6801,"line":0}
{"page":101,"change":"Removal","str":"102","dir":"ltr","width":"12.24","height":"8.04","transform":["8.04","0.00","0.00","8.04","299.93","22.68"],"fontName":"NTKUYH+Calibri","x":299.93,"y":22.6801,"line":0}
{"page":102,"change":"Removal","str":"103","dir":"ltr","width":"12.24","height":"8.04","transform":["8.04","0.00","0.00","8.04","299.93","22.68"],"fontName":"NTKUYH+Calibri","x":299.93,"y":22.6801,"line":0}
{"page":103,"change":"Removal","str":"104","dir":"ltr","width":"12.24","height":"8.04","transform":["8.04","0.00","0.00","8.04","299.93","22.68"],"fontName":"NTKUYH+Calibri","x":299.93,"y":22.6801,"line":0}
{"page":104,"change":"Removal","str":"105","dir":"ltr","width":"12.24","height":"8.04","transform":["8.04","0.00","0.00","8.04","299.93","22.68"],"fontName":"NTKUYH+Calibri","x":299.93,"y":22.6801,"line":0}
{"page":105,"change":"Removal","str":"106","dir":"ltr","width":"12.24","height":"8.04","transform":["8.04","0.00","0.00","8.04","299.93","22.68"],"fontName":"NTKUYH+Calibri","x":299.93,"y":22.6801,"line":0}
{"page":106,"change":"Removal","str":"107","dir":"ltr","width":"12.24","height":"8.04","transform":["8.04","0.00","0.00","8.04","299.93","22.68"],"fontName":"NTKUYH+Calibri","x":299.93,"y":22.6801,"line":0}
{"page":107,"change":"Removal","str":"108","dir":"ltr","width":"12.24","height":"8.04","transform":["8.04","0.00","0.00","8.04","299.93","22.68"],"fontName":"NTKUYH+Calibri","x":299.93,"y":22.6801,"line":0}
{"page":108,"change":"Removal","str":"109","dir":"ltr","width":"12.24","height":"8.04","transform":["8.04","0.00","0.00","8.04","299.93","22.68"],"fontName":"NTKUYH+Calibri","x":299.93,"y":22.6801,"line":0}
{"page":109,"change":"Removal","str":"110","dir":"ltr","width":"12.24","height":"8.04","transform":["8.04","0.00","0.00","8.04","299.93","22.68"],"fontName":"NTKUYH+Calibri","x":299.93,"y":22.6801,"line":0}
{"page":110,"change":"Removal","str":"111","dir":"ltr","width":"12.24","height":"8.04","transform":["8.04","0.00","0.00","8.04","299.93","22.68"],"fontName":"NTKUYH+Calibri","x":299.93,"y":22.6801,"line":0}
{"page":111,"change":"Removal","str":"112","dir":"ltr","width":"12.24","height":"8.04","transform":["8.04","0.00","0.00","8.04","299.93","22.68"],"fontName":"NTKUYH+Calibri","x":299.93,"y":22.6801,"line":0}
{"page":112,"change":"Removal","str":"113","dir":"ltr","width":"12.24","height":"8.04","transform":["8.04","0.00","0.00","8.04","299.93","22.68"],"fontName":"NTKUYH+Calibri","x":299.93,"y":22.6801,"line":0}
{"page":113,"change":"Removal","str":"114","dir":"ltr","width":"12.24","height":"8.04","transform":["8.04","0.00","0.00","8.04","299.93","22.68"],"fontName":"NTKUYH+Calibri","x":299.93,"y":22.6801,"line":0}
{"page":114,"change":"Removal","str":"115","dir":"ltr","width":"12.24","height":"8.04","transform":["8.04","0.00","0.00","8.04","299.93","22.68"],"fontName":"NTKUYH+Calibri","x":299.93,"y":22.6801,"line":0}
{"page":115,"change":"Removal","str":"116","dir":"ltr","width":"12.24","height":"8.04","transform":["8.04","0.00","0.00","8.04","299.93","22.68"],"fontName":"NTKUYH+Calibri","x":299.93,"y":22.6801,"line":0}

View File

@ -1,8 +1,8 @@
{
"pages": 116,
"items": 12112,
"groupedItems": 4993,
"changes": 16,
"items": 7792,
"groupedItems": 3595,
"changes": 0,
"schema": [
{
"name": "line"
@ -29,7 +29,4 @@
"name": "height"
}
]
}
{"page":0,"change":"ContentChange","str":"Grammar Matters by Debbie Kuhlmann is licensed under a Creative Commons Attribution 4.0 ","line":34,"x":99.6238,"y":96.1441,"width":"419.86","height":"14.52","fontName":["URQURO+Helvetica","SJUTSY+Arial,Bold"],"dir":["ltr"]}
{"page":74,"change":"ContentChange","str":" ","line":5,"x":72.024,"y":475.75,"width":"6.00","height":"12.00","fontName":["JHFZJQ+Times-Roman"],"dir":["ltr"]}
{"page":107,"change":"ContentChange","str":" think it means. ","line":24,"x":198.0498,"y":172.1001,"width":"135.84","height":"14.52","fontName":["SJUTSY+Arial,Bold","JHFZJQ+Times-Roman"],"dir":["ltr"]}
}

View File

@ -0,0 +1,29 @@
{
"pages": 140,
"items": 25968,
"groupedItems": 25968,
"changes": 0,
"schema": [
{
"name": "x"
},
{
"name": "y"
},
{
"name": "str"
},
{
"name": "fontName"
},
{
"name": "dir"
},
{
"name": "width"
},
{
"name": "height"
}
]
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,8 +1,8 @@
{
"pages": 60,
"items": 6774,
"groupedItems": 1914,
"changes": 1003,
"items": 4344,
"groupedItems": 1487,
"changes": 413,
"schema": [
{
"name": "line"
@ -30,180 +30,62 @@
}
]
}
{"page":1,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 2 ","line":0,"x":99.264,"y":30.84,"width":"227.04","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"3.07","height":"11.04","transform":["11.04","0.00","0.00","11.04","744.58","44.40"],"x":744.58,"y":44.4,"line":1}
{"page":1,"change":"Removal","str":"August 2015 ","line":2,"x":682.78,"y":31.68,"width":"64.88","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":2,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 3 ","line":0,"x":99.264,"y":30.84,"width":"227.04","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.07","height":"11.04","transform":["11.04","0.00","0.00","11.04","744.58","44.40"],"x":744.58,"y":44.4,"line":1}
{"page":2,"change":"Removal","str":"August 2015 ","line":2,"x":682.78,"y":31.68,"width":"64.88","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":3,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 4 ","line":0,"x":99.264,"y":30.84,"width":"227.04","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":3,"change":"Removal","str":" ","dir":"ltr","width":"3.07","height":"11.04","transform":["11.04","0.00","0.00","11.04","744.58","44.40"],"x":744.58,"y":44.4,"line":1}
{"page":3,"change":"Removal","str":"August 2015 ","line":2,"x":682.78,"y":31.68,"width":"64.88","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":4,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 5 ","line":0,"x":99.264,"y":30.84,"width":"227.04","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":4,"change":"Removal","str":" ","dir":"ltr","width":"3.07","height":"11.04","transform":["11.04","0.00","0.00","11.04","744.58","44.40"],"x":744.58,"y":44.4,"line":1}
{"page":4,"change":"Removal","str":"August 2015 ","line":2,"x":682.78,"y":31.68,"width":"64.88","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":5,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 6 ","line":0,"x":99.264,"y":30.84,"width":"227.04","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":5,"change":"Removal","str":" ","dir":"ltr","width":"3.07","height":"11.04","transform":["11.04","0.00","0.00","11.04","744.58","44.40"],"x":744.58,"y":44.4,"line":1}
{"page":5,"change":"Removal","str":"August 2015 ","line":2,"x":682.78,"y":31.68,"width":"64.88","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":6,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 7 ","line":0,"x":99.264,"y":30.84,"width":"227.04","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":6,"change":"Removal","str":" ","dir":"ltr","width":"3.07","height":"11.04","transform":["11.04","0.00","0.00","11.04","744.58","44.40"],"x":744.58,"y":44.4,"line":1}
{"page":6,"change":"Removal","str":"August 2015 ","line":2,"x":682.78,"y":31.68,"width":"64.88","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":7,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 8 ","line":0,"x":99.264,"y":30.84,"width":"227.04","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":7,"change":"Removal","str":" ","dir":"ltr","width":"3.07","height":"11.04","transform":["11.04","0.00","0.00","11.04","744.58","44.40"],"x":744.58,"y":44.4,"line":1}
{"page":7,"change":"Removal","str":"August 2015 ","line":2,"x":682.78,"y":31.68,"width":"64.88","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":8,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 9 ","line":0,"x":99.264,"y":30.84,"width":"227.04","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":8,"change":"Removal","str":" ","dir":"ltr","width":"3.07","height":"11.04","transform":["11.04","0.00","0.00","11.04","744.58","44.40"],"x":744.58,"y":44.4,"line":1}
{"page":8,"change":"Removal","str":"August 2015 ","line":2,"x":682.78,"y":31.68,"width":"64.88","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":9,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 10 ","line":0,"x":99.264,"y":30.84,"width":"233.14","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":9,"change":"Removal","str":" ","dir":"ltr","width":"3.07","height":"11.04","transform":["11.04","0.00","0.00","11.04","744.58","44.40"],"x":744.58,"y":44.4,"line":1}
{"page":9,"change":"Removal","str":"August 2015 ","line":2,"x":682.78,"y":31.68,"width":"64.88","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":10,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 11 ","line":0,"x":99.264,"y":30.84,"width":"233.14","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":10,"change":"Removal","str":" ","dir":"ltr","width":"3.07","height":"11.04","transform":["11.04","0.00","0.00","11.04","744.58","44.40"],"x":744.58,"y":44.4,"line":1}
{"page":10,"change":"Removal","str":"August 2015 ","line":2,"x":682.78,"y":31.68,"width":"64.88","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":11,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 12 ","line":0,"x":99.264,"y":30.84,"width":"233.14","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":11,"change":"Removal","str":" ","dir":"ltr","width":"3.07","height":"11.04","transform":["11.04","0.00","0.00","11.04","744.58","44.40"],"x":744.58,"y":44.4,"line":1}
{"page":11,"change":"Removal","str":"August 2015 ","line":2,"x":682.78,"y":31.68,"width":"64.88","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":12,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 13 ","line":0,"x":99.264,"y":30.84,"width":"233.14","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":12,"change":"Removal","str":" ","dir":"ltr","width":"3.07","height":"11.04","transform":["11.04","0.00","0.00","11.04","744.58","44.40"],"x":744.58,"y":44.4,"line":1}
{"page":12,"change":"Removal","str":"August 2015 ","line":2,"x":682.78,"y":31.68,"width":"64.88","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":13,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 14 ","line":0,"x":99.264,"y":30.84,"width":"233.14","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":13,"change":"Removal","str":" ","dir":"ltr","width":"3.07","height":"11.04","transform":["11.04","0.00","0.00","11.04","744.58","44.40"],"x":744.58,"y":44.4,"line":1}
{"page":13,"change":"Removal","str":"August 2015 ","line":2,"x":682.78,"y":31.68,"width":"64.88","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":14,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 15 ","line":0,"x":99.264,"y":30.84,"width":"233.14","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":14,"change":"Removal","str":" ","dir":"ltr","width":"3.07","height":"11.04","transform":["11.04","0.00","0.00","11.04","744.58","44.40"],"x":744.58,"y":44.4,"line":1}
{"page":14,"change":"Removal","str":"August 2015 ","line":2,"x":682.78,"y":31.68,"width":"64.88","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":15,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 16 ","line":0,"x":99.264,"y":30.84,"width":"233.14","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":15,"change":"Removal","str":" ","dir":"ltr","width":"3.07","height":"11.04","transform":["11.04","0.00","0.00","11.04","744.58","44.40"],"x":744.58,"y":44.4,"line":1}
{"page":15,"change":"Removal","str":"August 2015 ","line":2,"x":682.78,"y":31.68,"width":"64.88","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":16,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 17 ","line":0,"x":99.264,"y":30.84,"width":"233.14","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":16,"change":"Removal","str":" ","dir":"ltr","width":"3.07","height":"11.04","transform":["11.04","0.00","0.00","11.04","744.58","44.40"],"x":744.58,"y":44.4,"line":1}
{"page":16,"change":"Removal","str":"August 2015 ","line":2,"x":682.78,"y":31.68,"width":"64.88","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":17,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 18 ","line":0,"x":99.264,"y":30.84,"width":"233.14","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":17,"change":"Removal","str":" ","dir":"ltr","width":"3.07","height":"11.04","transform":["11.04","0.00","0.00","11.04","744.58","44.40"],"x":744.58,"y":44.4,"line":1}
{"page":17,"change":"Removal","str":"August 2015 ","line":2,"x":682.78,"y":31.68,"width":"64.88","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":18,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 19 ","line":0,"x":99.264,"y":30.84,"width":"233.14","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":18,"change":"Removal","str":" ","dir":"ltr","width":"3.07","height":"11.04","transform":["11.04","0.00","0.00","11.04","744.58","44.40"],"x":744.58,"y":44.4,"line":1}
{"page":18,"change":"Removal","str":"August 2015 ","line":2,"x":682.78,"y":31.68,"width":"64.88","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":19,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 20 ","line":0,"x":99.264,"y":30.84,"width":"233.14","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":19,"change":"Removal","str":" ","dir":"ltr","width":"3.07","height":"11.04","transform":["11.04","0.00","0.00","11.04","744.58","44.40"],"x":744.58,"y":44.4,"line":1}
{"page":19,"change":"Removal","str":"August 2015 ","line":2,"x":682.78,"y":31.68,"width":"64.88","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":20,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 21 ","line":0,"x":99.264,"y":30.84,"width":"233.14","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":20,"change":"Removal","str":" ","dir":"ltr","width":"3.07","height":"11.04","transform":["11.04","0.00","0.00","11.04","744.58","44.40"],"x":744.58,"y":44.4,"line":1}
{"page":20,"change":"Removal","str":"August 2015 ","line":2,"x":682.78,"y":31.68,"width":"64.88","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":21,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 22 ","line":0,"x":99.264,"y":30.84,"width":"233.14","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":21,"change":"Removal","str":" ","dir":"ltr","width":"3.07","height":"11.04","transform":["11.04","0.00","0.00","11.04","744.58","44.40"],"x":744.58,"y":44.4,"line":1}
{"page":21,"change":"Removal","str":"August 2015 ","line":2,"x":682.78,"y":31.68,"width":"64.88","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":22,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 23 ","line":0,"x":99.264,"y":30.84,"width":"233.14","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":22,"change":"Removal","str":" ","dir":"ltr","width":"3.07","height":"11.04","transform":["11.04","0.00","0.00","11.04","744.58","44.40"],"x":744.58,"y":44.4,"line":1}
{"page":22,"change":"Removal","str":"August 2015 ","line":2,"x":682.78,"y":31.68,"width":"64.88","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":23,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 24 ","line":0,"x":99.264,"y":30.84,"width":"233.14","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":23,"change":"Removal","str":" ","dir":"ltr","width":"3.07","height":"11.04","transform":["11.04","0.00","0.00","11.04","744.58","44.40"],"x":744.58,"y":44.4,"line":1}
{"page":23,"change":"Removal","str":"August 2015 ","line":2,"x":682.78,"y":31.68,"width":"64.88","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":24,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 25 ","line":0,"x":99.264,"y":30.84,"width":"233.14","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":24,"change":"Removal","str":" ","dir":"ltr","width":"3.07","height":"11.04","transform":["11.04","0.00","0.00","11.04","744.58","44.40"],"x":744.58,"y":44.4,"line":1}
{"page":24,"change":"Removal","str":"August 2015 ","line":2,"x":682.78,"y":31.68,"width":"64.88","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":25,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 26 ","line":0,"x":99.264,"y":30.84,"width":"233.14","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":25,"change":"Removal","str":" ","dir":"ltr","width":"3.07","height":"11.04","transform":["11.04","0.00","0.00","11.04","744.58","44.40"],"x":744.58,"y":44.4,"line":1}
{"page":25,"change":"Removal","str":"August 2015 ","line":2,"x":682.78,"y":31.68,"width":"64.88","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":26,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 27 ","line":0,"x":99.264,"y":30.84,"width":"233.14","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":26,"change":"Removal","str":" ","dir":"ltr","width":"3.07","height":"11.04","transform":["11.04","0.00","0.00","11.04","744.58","44.40"],"x":744.58,"y":44.4,"line":1}
{"page":26,"change":"Removal","str":"August 2015 ","line":2,"x":682.78,"y":31.68,"width":"64.88","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":27,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 28 ","line":0,"x":99.264,"y":30.84,"width":"233.14","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":27,"change":"Removal","str":" ","dir":"ltr","width":"3.07","height":"11.04","transform":["11.04","0.00","0.00","11.04","744.58","44.40"],"x":744.58,"y":44.4,"line":1}
{"page":27,"change":"Removal","str":"August 2015 ","line":2,"x":682.78,"y":31.68,"width":"64.88","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":28,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 29 ","line":0,"x":99.264,"y":30.84,"width":"233.14","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":28,"change":"Removal","str":" ","dir":"ltr","width":"3.07","height":"11.04","transform":["11.04","0.00","0.00","11.04","744.58","44.40"],"x":744.58,"y":44.4,"line":1}
{"page":28,"change":"Removal","str":"August 2015 ","line":2,"x":682.78,"y":31.68,"width":"64.88","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":29,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 30 ","line":0,"x":99.264,"y":30.84,"width":"233.14","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":29,"change":"Removal","str":" ","dir":"ltr","width":"3.07","height":"11.04","transform":["11.04","0.00","0.00","11.04","744.58","44.40"],"x":744.58,"y":44.4,"line":1}
{"page":29,"change":"Removal","str":"August 2015 ","line":2,"x":682.78,"y":31.68,"width":"64.88","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":30,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 31 ","line":0,"x":99.264,"y":30.84,"width":"233.14","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":30,"change":"Removal","str":" ","dir":"ltr","width":"3.07","height":"11.04","transform":["11.04","0.00","0.00","11.04","744.58","44.40"],"x":744.58,"y":44.4,"line":1}
{"page":30,"change":"Removal","str":"August 2015 ","line":2,"x":682.78,"y":31.68,"width":"64.88","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":31,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 32 ","line":0,"x":99.264,"y":30.84,"width":"233.14","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":31,"change":"Removal","str":" ","dir":"ltr","width":"3.07","height":"11.04","transform":["11.04","0.00","0.00","11.04","744.58","44.40"],"x":744.58,"y":44.4,"line":1}
{"page":31,"change":"Removal","str":"August 2015 ","line":2,"x":682.78,"y":31.68,"width":"64.88","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":32,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 33 ","line":0,"x":99.264,"y":30.84,"width":"233.14","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":32,"change":"Removal","str":" ","dir":"ltr","width":"3.07","height":"11.04","transform":["11.04","0.00","0.00","11.04","744.58","44.40"],"x":744.58,"y":44.4,"line":1}
{"page":32,"change":"Removal","str":"August 2015 ","line":2,"x":682.78,"y":31.68,"width":"64.88","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":33,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 34 ","line":0,"x":99.264,"y":30.84,"width":"233.14","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":33,"change":"Removal","str":" ","dir":"ltr","width":"3.07","height":"11.04","transform":["11.04","0.00","0.00","11.04","744.58","44.40"],"x":744.58,"y":44.4,"line":1}
{"page":33,"change":"Removal","str":"August 2015 ","line":2,"x":682.78,"y":31.68,"width":"64.88","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":34,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 35 ","line":0,"x":99.264,"y":30.84,"width":"233.14","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":34,"change":"Removal","str":" ","dir":"ltr","width":"3.07","height":"11.04","transform":["11.04","0.00","0.00","11.04","744.58","44.40"],"x":744.58,"y":44.4,"line":1}
{"page":34,"change":"Removal","str":"August 2015 ","line":2,"x":682.78,"y":31.68,"width":"64.88","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":35,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 36 ","line":0,"x":99.264,"y":30.84,"width":"233.14","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":35,"change":"Removal","str":" ","dir":"ltr","width":"3.07","height":"11.04","transform":["11.04","0.00","0.00","11.04","744.58","44.40"],"x":744.58,"y":44.4,"line":1}
{"page":35,"change":"Removal","str":"August 2015 ","line":2,"x":682.78,"y":31.68,"width":"64.88","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":36,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 37 ","line":0,"x":99.264,"y":30.84,"width":"233.14","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":36,"change":"Removal","str":" ","dir":"ltr","width":"3.07","height":"11.04","transform":["11.04","0.00","0.00","11.04","744.58","44.40"],"x":744.58,"y":44.4,"line":1}
{"page":36,"change":"Removal","str":"August 2015 ","line":2,"x":682.78,"y":31.68,"width":"64.88","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":37,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 38 ","line":0,"x":99.264,"y":30.84,"width":"233.14","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":37,"change":"Removal","str":" ","dir":"ltr","width":"3.07","height":"11.04","transform":["11.04","0.00","0.00","11.04","744.58","44.40"],"x":744.58,"y":44.4,"line":1}
{"page":37,"change":"Removal","str":"August 2015 ","line":2,"x":682.78,"y":31.68,"width":"64.88","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":38,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 39 ","line":0,"x":99.264,"y":30.84,"width":"233.14","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":38,"change":"Removal","str":" ","dir":"ltr","width":"3.07","height":"11.04","transform":["11.04","0.00","0.00","11.04","744.58","44.40"],"x":744.58,"y":44.4,"line":1}
{"page":38,"change":"Removal","str":"August 2015 ","line":2,"x":682.78,"y":31.68,"width":"64.88","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":39,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 40 ","line":0,"x":53.88,"y":30.84,"width":"233.14","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":39,"change":"Removal","str":" ","dir":"ltr","width":"3.07","height":"11.04","transform":["11.04","0.00","0.00","11.04","744.58","44.40"],"x":744.58,"y":44.4,"line":1}
{"page":39,"change":"Removal","str":"August 2015 ","line":2,"x":682.78,"y":31.68,"width":"64.88","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":40,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 41 ","line":0,"x":53.88,"y":30.84,"width":"233.14","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":40,"change":"Removal","str":" ","dir":"ltr","width":"3.07","height":"11.04","transform":["11.04","0.00","0.00","11.04","744.58","44.40"],"x":744.58,"y":44.4,"line":1}
{"page":40,"change":"Removal","str":"August 2015 ","line":2,"x":682.78,"y":31.68,"width":"64.88","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":41,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 42 ","line":0,"x":53.88,"y":30.84,"width":"233.14","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":41,"change":"Removal","str":" ","dir":"ltr","width":"3.07","height":"11.04","transform":["11.04","0.00","0.00","11.04","744.58","44.40"],"x":744.58,"y":44.4,"line":1}
{"page":41,"change":"Removal","str":"August 2015 ","line":2,"x":682.78,"y":31.68,"width":"64.88","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":42,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 43 ","line":0,"x":53.88,"y":30.84,"width":"233.14","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":42,"change":"Removal","str":" ","dir":"ltr","width":"3.07","height":"11.04","transform":["11.04","0.00","0.00","11.04","744.58","44.40"],"x":744.58,"y":44.4,"line":1}
{"page":42,"change":"Removal","str":"August 2015 ","line":2,"x":682.78,"y":31.68,"width":"64.88","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":43,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 44 ","line":0,"x":53.88,"y":30.84,"width":"233.14","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":43,"change":"Removal","str":" ","dir":"ltr","width":"3.07","height":"11.04","transform":["11.04","0.00","0.00","11.04","744.58","44.40"],"x":744.58,"y":44.4,"line":1}
{"page":43,"change":"Removal","str":"August 2015 ","line":2,"x":682.78,"y":31.68,"width":"64.88","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":44,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 45 ","line":0,"x":53.88,"y":30.84,"width":"233.14","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":44,"change":"Removal","str":" ","dir":"ltr","width":"3.07","height":"11.04","transform":["11.04","0.00","0.00","11.04","744.58","44.40"],"x":744.58,"y":44.4,"line":1}
{"page":44,"change":"Removal","str":"August 2015 ","line":2,"x":682.78,"y":31.68,"width":"64.88","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":45,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 46 ","line":0,"x":53.88,"y":30.84,"width":"233.14","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":45,"change":"Removal","str":" ","dir":"ltr","width":"3.07","height":"11.04","transform":["11.04","0.00","0.00","11.04","744.58","44.40"],"x":744.58,"y":44.4,"line":1}
{"page":45,"change":"Removal","str":"August 2015 ","line":2,"x":682.78,"y":31.68,"width":"64.88","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":46,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 47 ","line":0,"x":53.88,"y":30.84,"width":"233.14","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":46,"change":"Removal","str":" ","dir":"ltr","width":"3.07","height":"11.04","transform":["11.04","0.00","0.00","11.04","744.58","44.40"],"x":744.58,"y":44.4,"line":1}
{"page":46,"change":"Removal","str":"August 2015 ","line":2,"x":682.78,"y":31.68,"width":"64.88","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":47,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 48 ","line":0,"x":53.88,"y":30.84,"width":"233.14","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":47,"change":"Removal","str":" ","dir":"ltr","width":"3.07","height":"11.04","transform":["11.04","0.00","0.00","11.04","744.58","44.40"],"x":744.58,"y":44.4,"line":1}
{"page":47,"change":"Removal","str":"August 2015 ","line":2,"x":682.78,"y":31.68,"width":"64.88","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":48,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 49 ","line":0,"x":53.88,"y":30.84,"width":"233.14","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":48,"change":"Removal","str":" ","dir":"ltr","width":"3.07","height":"11.04","transform":["11.04","0.00","0.00","11.04","744.58","44.40"],"x":744.58,"y":44.4,"line":1}
{"page":48,"change":"Removal","str":"August 2015 ","line":2,"x":682.78,"y":31.68,"width":"64.88","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":49,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 50 ","line":0,"x":53.88,"y":30.84,"width":"233.14","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":49,"change":"Removal","str":" ","dir":"ltr","width":"3.07","height":"11.04","transform":["11.04","0.00","0.00","11.04","744.58","44.40"],"x":744.58,"y":44.4,"line":1}
{"page":49,"change":"Removal","str":"August 2015 ","line":2,"x":682.78,"y":31.68,"width":"64.88","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":50,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 51 ","line":0,"x":53.88,"y":30.84,"width":"233.14","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":50,"change":"Removal","str":" ","dir":"ltr","width":"3.07","height":"11.04","transform":["11.04","0.00","0.00","11.04","744.58","44.40"],"x":744.58,"y":44.4,"line":1}
{"page":50,"change":"Removal","str":"August 2015 ","line":2,"x":682.78,"y":31.68,"width":"64.88","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":51,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 52 ","line":0,"x":53.88,"y":30.84,"width":"233.14","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":51,"change":"Removal","str":" ","dir":"ltr","width":"3.07","height":"11.04","transform":["11.04","0.00","0.00","11.04","744.58","44.40"],"x":744.58,"y":44.4,"line":1}
{"page":51,"change":"Removal","str":"August 2015 ","line":2,"x":682.78,"y":31.68,"width":"64.88","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":52,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 53 ","line":0,"x":53.88,"y":30.84,"width":"233.14","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":52,"change":"Removal","str":" ","dir":"ltr","width":"3.07","height":"11.04","transform":["11.04","0.00","0.00","11.04","744.58","44.40"],"x":744.58,"y":44.4,"line":1}
{"page":52,"change":"Removal","str":"August 2015 ","line":2,"x":682.78,"y":31.68,"width":"64.88","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":53,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 54 ","line":0,"x":53.88,"y":30.84,"width":"233.14","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":53,"change":"Removal","str":" ","dir":"ltr","width":"3.07","height":"11.04","transform":["11.04","0.00","0.00","11.04","744.58","44.40"],"x":744.58,"y":44.4,"line":1}
{"page":53,"change":"Removal","str":"August 2015 ","line":2,"x":682.78,"y":31.68,"width":"64.88","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":54,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 55 ","line":0,"x":53.88,"y":30.84,"width":"233.14","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":54,"change":"Removal","str":" ","dir":"ltr","width":"3.07","height":"11.04","transform":["11.04","0.00","0.00","11.04","744.58","44.40"],"x":744.58,"y":44.4,"line":1}
{"page":54,"change":"Removal","str":"August 2015 ","line":2,"x":682.78,"y":31.68,"width":"64.88","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":55,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 56 ","line":0,"x":53.88,"y":30.84,"width":"233.14","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":55,"change":"Removal","str":" ","dir":"ltr","width":"3.07","height":"11.04","transform":["11.04","0.00","0.00","11.04","744.58","44.40"],"x":744.58,"y":44.4,"line":1}
{"page":55,"change":"Removal","str":"August 2015 ","line":2,"x":682.78,"y":31.68,"width":"64.88","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":56,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 57 ","line":0,"x":53.88,"y":30.84,"width":"233.14","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":56,"change":"Removal","str":" ","dir":"ltr","width":"3.07","height":"11.04","transform":["11.04","0.00","0.00","11.04","744.58","44.40"],"x":744.58,"y":44.4,"line":1}
{"page":56,"change":"Removal","str":"August 2015 ","line":2,"x":682.78,"y":31.68,"width":"64.88","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":57,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 58 ","line":0,"x":53.88,"y":30.84,"width":"233.14","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":57,"change":"Removal","str":" ","dir":"ltr","width":"3.07","height":"11.04","transform":["11.04","0.00","0.00","11.04","744.58","44.40"],"x":744.58,"y":44.4,"line":1}
{"page":57,"change":"Removal","str":"August 2015 ","line":2,"x":682.78,"y":31.68,"width":"64.88","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":58,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 59 ","line":0,"x":53.88,"y":30.84,"width":"233.14","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":58,"change":"Removal","str":" ","dir":"ltr","width":"3.07","height":"11.04","transform":["11.04","0.00","0.00","11.04","744.58","44.40"],"x":744.58,"y":44.4,"line":1}
{"page":58,"change":"Removal","str":"August 2015 ","line":2,"x":682.78,"y":31.68,"width":"64.88","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":59,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 60 ","line":0,"x":53.88,"y":30.84,"width":"233.14","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":59,"change":"Removal","str":" ","dir":"ltr","width":"3.07","height":"11.04","transform":["11.04","0.00","0.00","11.04","744.58","44.40"],"x":744.58,"y":44.4,"line":1}
{"page":59,"change":"Removal","str":"August 2015 ","line":2,"x":682.78,"y":31.68,"width":"64.88","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":1,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 2 August 2015","line":0,"x":99.264,"y":30.84,"width":"261.24","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":2,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 3 August 2015","line":0,"x":99.264,"y":30.84,"width":"261.24","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":3,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 4 August 2015","line":0,"x":99.264,"y":30.84,"width":"261.24","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":4,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 5 August 2015","line":0,"x":99.264,"y":30.84,"width":"261.24","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":5,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 6 August 2015","line":0,"x":99.264,"y":30.84,"width":"261.24","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":6,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 7 August 2015","line":0,"x":99.264,"y":30.84,"width":"261.24","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":7,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 8 August 2015","line":0,"x":99.264,"y":30.84,"width":"261.24","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":8,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 9 August 2015","line":0,"x":99.264,"y":30.84,"width":"261.24","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":9,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 10 August 2015","line":0,"x":99.264,"y":30.84,"width":"267.35","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":10,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 11 August 2015","line":0,"x":99.264,"y":30.84,"width":"267.35","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":11,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 12 August 2015","line":0,"x":99.264,"y":30.84,"width":"267.35","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":12,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 13 August 2015","line":0,"x":99.264,"y":30.84,"width":"267.35","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":13,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 14 August 2015","line":0,"x":99.264,"y":30.84,"width":"267.35","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":14,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 15 August 2015","line":0,"x":99.264,"y":30.84,"width":"267.35","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":15,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 16 August 2015","line":0,"x":99.264,"y":30.84,"width":"267.35","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":16,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 17 August 2015","line":0,"x":99.264,"y":30.84,"width":"267.35","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":17,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 18 August 2015","line":0,"x":99.264,"y":30.84,"width":"267.35","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":18,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 19 August 2015","line":0,"x":99.264,"y":30.84,"width":"267.35","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":19,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 20 August 2015","line":0,"x":99.264,"y":30.84,"width":"267.35","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":20,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 21 August 2015","line":0,"x":99.264,"y":30.84,"width":"267.35","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":21,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 22 August 2015","line":0,"x":99.264,"y":30.84,"width":"267.35","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":22,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 23 August 2015","line":0,"x":99.264,"y":30.84,"width":"267.35","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":23,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 24 August 2015","line":0,"x":99.264,"y":30.84,"width":"267.35","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":24,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 25 August 2015","line":0,"x":99.264,"y":30.84,"width":"267.35","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":25,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 26 August 2015","line":0,"x":99.264,"y":30.84,"width":"267.35","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":26,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 27 August 2015","line":0,"x":99.264,"y":30.84,"width":"267.35","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":27,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 28 August 2015","line":0,"x":99.264,"y":30.84,"width":"267.35","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":28,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 29 August 2015","line":0,"x":99.264,"y":30.84,"width":"267.35","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":29,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 30 August 2015","line":0,"x":99.264,"y":30.84,"width":"267.35","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":30,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 31 August 2015","line":0,"x":99.264,"y":30.84,"width":"267.35","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":31,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 32 August 2015","line":0,"x":99.264,"y":30.84,"width":"267.35","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":32,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 33 August 2015","line":0,"x":99.264,"y":30.84,"width":"267.35","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":33,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 34 August 2015","line":0,"x":99.264,"y":30.84,"width":"267.35","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":34,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 35 August 2015","line":0,"x":99.264,"y":30.84,"width":"267.35","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":35,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 36 August 2015","line":0,"x":99.264,"y":30.84,"width":"267.35","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":36,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 37 August 2015","line":0,"x":99.264,"y":30.84,"width":"267.35","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":37,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 38 August 2015","line":0,"x":99.264,"y":30.84,"width":"267.35","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":38,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 39 August 2015","line":0,"x":99.264,"y":30.84,"width":"267.35","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":39,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 40 August 2015","line":0,"x":53.88,"y":30.84,"width":"267.35","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":40,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 41 August 2015","line":0,"x":53.88,"y":30.84,"width":"267.35","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":41,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 42 August 2015","line":0,"x":53.88,"y":30.84,"width":"267.35","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":42,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 43 August 2015","line":0,"x":53.88,"y":30.84,"width":"267.35","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":43,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 44 August 2015","line":0,"x":53.88,"y":30.84,"width":"267.35","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":44,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 45 August 2015","line":0,"x":53.88,"y":30.84,"width":"267.35","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":45,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 46 August 2015","line":0,"x":53.88,"y":30.84,"width":"267.35","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":46,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 47 August 2015","line":0,"x":53.88,"y":30.84,"width":"267.35","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":47,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 48 August 2015","line":0,"x":53.88,"y":30.84,"width":"267.35","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":48,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 49 August 2015","line":0,"x":53.88,"y":30.84,"width":"267.35","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":49,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 50 August 2015","line":0,"x":53.88,"y":30.84,"width":"267.35","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":50,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 51 August 2015","line":0,"x":53.88,"y":30.84,"width":"267.35","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":51,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 52 August 2015","line":0,"x":53.88,"y":30.84,"width":"267.35","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":52,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 53 August 2015","line":0,"x":53.88,"y":30.84,"width":"267.35","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":53,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 54 August 2015","line":0,"x":53.88,"y":30.84,"width":"267.35","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":54,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 55 August 2015","line":0,"x":53.88,"y":30.84,"width":"267.35","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":55,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 56 August 2015","line":0,"x":53.88,"y":30.84,"width":"267.35","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":56,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 57 August 2015","line":0,"x":53.88,"y":30.84,"width":"267.35","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":57,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 58 August 2015","line":0,"x":53.88,"y":30.84,"width":"267.35","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":58,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 59 August 2015","line":0,"x":53.88,"y":30.84,"width":"267.35","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":59,"change":"Removal","str":"Quality Improvement Clinic Ltd. P a g e | 60 August 2015","line":0,"x":53.88,"y":30.84,"width":"267.35","height":"11.04","fontName":[null],"dir":["ltr"]}

View File

@ -1,8 +1,8 @@
{
"pages": 60,
"items": 6774,
"groupedItems": 1914,
"changes": 40,
"items": 4344,
"groupedItems": 1487,
"changes": 14,
"schema": [
{
"name": "line"
@ -30,11 +30,5 @@
}
]
}
{"page":5,"change":"ContentChange","str":" More online... ","line":23,"x":99.264,"y":155.9,"width":"100.28","height":"14.04","fontName":[null],"dir":["ltr"]}
{"page":8,"change":"ContentChange","str":" ","line":12,"x":99.264,"y":174.98,"width":"16.41","height":"24.00","fontName":[null],"dir":["ltr"]}
{"page":10,"change":"ContentChange","str":"A flipchart is a simple but good way to record your ","line":21,"x":136.82,"y":154.22,"width":"229.74","height":"11.04","fontName":[null],"dir":["ltr"]}
{"page":22,"change":"ContentChange","str":"0.5 1.5 2.5 3.5 4.5 0 1 2 3 4 5","line":54,"x":442.82,"y":254.83,"width":"93.38","height":"9.98","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":34,"change":"ContentChange","str":"Plan: (what, where, when, who, how) ","line":5,"x":104.9,"y":494.02,"width":"220.23","height":"15.96","fontName":[null],"dir":["ltr"]}
{"page":45,"change":"ContentChange","str":" What do we need? What does it mean? Think about... ","line":3,"x":53.88,"y":511.9,"width":"316.65","height":"14.04","fontName":[null,"Arial,Bold"],"dir":["ltr"]}
{"page":49,"change":"ContentChange","str":" Adapted from outline in the OSSIE Guide to Clinical ","line":6,"x":340.37,"y":455.62,"width":"262.00","height":"14.04","fontName":[null],"dir":["ltr"]}
{"page":58,"change":"ContentChange","str":" 1 ","line":6,"x":53.88,"y":446.98,"width":"16.00","height":"15.96","fontName":[null,"ABCDEE+Calibri,Bold"],"dir":["ltr"]}
{"page":22,"change":"ContentChange","str":"0.5 1.5 2.5 3.5 4.5 0 1 2 3 4 5","line":46,"x":442.82,"y":254.83,"width":"93.38","height":"9.98","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
{"page":42,"change":"ContentChange","str":"Although Ol Even lie understood that going one day ","line":33,"x":538.99,"y":198.14,"width":"280.12","height":"14.04","fontName":[null],"dir":["ltr"]}

View File

@ -1,7 +1,7 @@
{
"pages": 27,
"items": 2053,
"groupedItems": 2053,
"items": 1899,
"groupedItems": 1899,
"changes": 0,
"schema": [
{
@ -50,109 +50,34 @@
{"page":1,"change":"none","str":"wtparish@btinternet.com","dir":"ltr","width":"126.56","height":"12.00","transform":["12.00","0.00","0.00","12.00","34.02","205.93"],"fontName":"Gill Sans MT","x":34.015,"y":205.93100000000007}
{"page":1,"change":"none","str":"www.witneyparish.org.uk","dir":"ltr","width":"123.46","height":"12.00","transform":["12.00","0.00","0.00","12.00","34.02","187.04"],"fontName":"Gill Sans MT","x":34.015,"y":187.043}
{"page":2,"change":"none","str":"Introduction ","dir":"ltr","width":"75.33","height":"12.00","transform":["12.00","0.00","0.00","12.00","452.03","384.50"],"fontName":"Gill Sans MT","x":452.032,"y":384.497}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","560.03","384.50"],"fontName":"Gill Sans MT","x":560.0308,"y":384.497}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","596.03","384.50"],"fontName":"Gill Sans MT","x":596.0308,"y":384.497}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","632.03","384.50"],"fontName":"Gill Sans MT","x":632.0308,"y":384.497}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","668.03","384.50"],"fontName":"Gill Sans MT","x":668.0308,"y":384.497}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","704.03","384.50"],"fontName":"Gill Sans MT","x":704.0308,"y":384.497}
{"page":2,"change":"none","str":"5","dir":"ltr","width":"6.02","height":"12.00","transform":["12.00","0.00","0.00","12.00","740.03","384.50"],"fontName":"Gill Sans MT","x":740.0308,"y":384.497}
{"page":2,"change":"none","str":"History ","dir":"ltr","width":"39.91","height":"12.00","transform":["12.00","0.00","0.00","12.00","452.03","365.61"],"fontName":"Gill Sans MT","x":452.032,"y":365.60900000000004}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","524.03","365.61"],"fontName":"Gill Sans MT","x":524.032,"y":365.60900000000004}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","560.03","365.61"],"fontName":"Gill Sans MT","x":560.032,"y":365.60900000000004}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","596.03","365.61"],"fontName":"Gill Sans MT","x":596.032,"y":365.60900000000004}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","632.03","365.61"],"fontName":"Gill Sans MT","x":632.032,"y":365.60900000000004}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","668.03","365.61"],"fontName":"Gill Sans MT","x":668.032,"y":365.60900000000004}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","704.03","365.61"],"fontName":"Gill Sans MT","x":704.032,"y":365.60900000000004}
{"page":2,"change":"none","str":"7","dir":"ltr","width":"6.02","height":"12.00","transform":["12.00","0.00","0.00","12.00","740.03","365.61"],"fontName":"Gill Sans MT","x":740.032,"y":365.60900000000004}
{"page":2,"change":"none","str":"Setting and context ","dir":"ltr","width":"111.33","height":"12.00","transform":["12.00","0.00","0.00","12.00","452.03","346.72"],"fontName":"Gill Sans MT","x":452.032,"y":346.72100000000006}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","596.03","346.72"],"fontName":"Gill Sans MT","x":596.0283999999998,"y":346.72100000000006}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","632.03","346.72"],"fontName":"Gill Sans MT","x":632.0283999999998,"y":346.72100000000006}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","668.03","346.72"],"fontName":"Gill Sans MT","x":668.0283999999998,"y":346.72100000000006}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","704.03","346.72"],"fontName":"Gill Sans MT","x":704.0283999999998,"y":346.72100000000006}
{"page":2,"change":"none","str":"10","dir":"ltr","width":"12.03","height":"12.00","transform":["12.00","0.00","0.00","12.00","740.03","346.72"],"fontName":"Gill Sans MT","x":740.0283999999998,"y":346.72100000000006}
{"page":2,"change":"none","str":"Witneys people ","dir":"ltr","width":"82.86","height":"12.00","transform":["12.00","0.00","0.00","12.00","452.03","327.83"],"fontName":"Gill Sans MT","x":452.032,"y":327.8330000000001}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","560.03","327.83"],"fontName":"Gill Sans MT","x":560.0307999999999,"y":327.8330000000001}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","596.03","327.83"],"fontName":"Gill Sans MT","x":596.0307999999999,"y":327.8330000000001}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","632.03","327.83"],"fontName":"Gill Sans MT","x":632.0307999999999,"y":327.8330000000001}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","668.03","327.83"],"fontName":"Gill Sans MT","x":668.0307999999999,"y":327.8330000000001}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","704.03","327.83"],"fontName":"Gill Sans MT","x":704.0307999999999,"y":327.8330000000001}
{"page":2,"change":"none","str":"12","dir":"ltr","width":"12.03","height":"12.00","transform":["12.00","0.00","0.00","12.00","740.03","327.83"],"fontName":"Gill Sans MT","x":740.0307999999999,"y":327.8330000000001}
{"page":2,"change":"none","str":"Health ","dir":"ltr","width":"39.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","452.03","308.95"],"fontName":"Gill Sans MT","x":452.032,"y":308.9450000000001}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","524.03","308.95"],"fontName":"Gill Sans MT","x":524.032,"y":308.9450000000001}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","560.03","308.95"],"fontName":"Gill Sans MT","x":560.032,"y":308.9450000000001}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","596.03","308.95"],"fontName":"Gill Sans MT","x":596.032,"y":308.9450000000001}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","632.03","308.95"],"fontName":"Gill Sans MT","x":632.032,"y":308.9450000000001}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","668.03","308.95"],"fontName":"Gill Sans MT","x":668.032,"y":308.9450000000001}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","704.03","308.95"],"fontName":"Gill Sans MT","x":704.032,"y":308.9450000000001}
{"page":2,"change":"none","str":"14","dir":"ltr","width":"12.03","height":"12.00","transform":["12.00","0.00","0.00","12.00","740.03","308.95"],"fontName":"Gill Sans MT","x":740.032,"y":308.9450000000001}
{"page":2,"change":"none","str":"Witney at work ","dir":"ltr","width":"81.03","height":"12.00","transform":["12.00","0.00","0.00","12.00","452.03","290.06"],"fontName":"Gill Sans MT","x":452.032,"y":290.05700000000013}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","560.03","290.06"],"fontName":"Gill Sans MT","x":560.0307999999999,"y":290.05700000000013}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","596.03","290.06"],"fontName":"Gill Sans MT","x":596.0307999999999,"y":290.05700000000013}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","632.03","290.06"],"fontName":"Gill Sans MT","x":632.0307999999999,"y":290.05700000000013}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","668.03","290.06"],"fontName":"Gill Sans MT","x":668.0307999999999,"y":290.05700000000013}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","704.03","290.06"],"fontName":"Gill Sans MT","x":704.0307999999999,"y":290.05700000000013}
{"page":2,"change":"none","str":"15","dir":"ltr","width":"12.03","height":"12.00","transform":["12.00","0.00","0.00","12.00","740.03","290.06"],"fontName":"Gill Sans MT","x":740.0307999999999,"y":290.05700000000013}
{"page":2,"change":"none","str":"Housing ","dir":"ltr","width":"43.08","height":"12.00","transform":["12.00","0.00","0.00","12.00","452.03","271.17"],"fontName":"Gill Sans MT","x":452.032,"y":271.16900000000015}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","524.03","271.17"],"fontName":"Gill Sans MT","x":524.032,"y":271.16900000000015}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","560.03","271.17"],"fontName":"Gill Sans MT","x":560.032,"y":271.16900000000015}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","596.03","271.17"],"fontName":"Gill Sans MT","x":596.032,"y":271.16900000000015}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","632.03","271.17"],"fontName":"Gill Sans MT","x":632.032,"y":271.16900000000015}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","668.03","271.17"],"fontName":"Gill Sans MT","x":668.032,"y":271.16900000000015}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","704.03","271.17"],"fontName":"Gill Sans MT","x":704.032,"y":271.16900000000015}
{"page":2,"change":"none","str":"16","dir":"ltr","width":"12.03","height":"12.00","transform":["12.00","0.00","0.00","12.00","740.03","271.17"],"fontName":"Gill Sans MT","x":740.032,"y":271.16900000000015}
{"page":2,"change":"none","str":"Crime and safety ","dir":"ltr","width":"87.66","height":"12.00","transform":["12.00","0.00","0.00","12.00","452.03","252.28"],"fontName":"Gill Sans MT","x":452.032,"y":252.28100000000015}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","560.03","252.28"],"fontName":"Gill Sans MT","x":560.032,"y":252.28100000000015}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","596.03","252.28"],"fontName":"Gill Sans MT","x":596.032,"y":252.28100000000015}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","632.03","252.28"],"fontName":"Gill Sans MT","x":632.032,"y":252.28100000000015}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","668.03","252.28"],"fontName":"Gill Sans MT","x":668.032,"y":252.28100000000015}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","704.03","252.28"],"fontName":"Gill Sans MT","x":704.032,"y":252.28100000000015}
{"page":2,"change":"none","str":"17","dir":"ltr","width":"12.03","height":"12.00","transform":["12.00","0.00","0.00","12.00","740.03","252.28"],"fontName":"Gill Sans MT","x":740.032,"y":252.28100000000015}
{"page":2,"change":"none","str":"Education ","dir":"ltr","width":"51.11","height":"12.00","transform":["12.00","0.00","0.00","12.00","452.03","233.39"],"fontName":"Gill Sans MT","x":452.032,"y":233.39300000000014}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","524.03","233.39"],"fontName":"Gill Sans MT","x":524.0308,"y":233.39300000000014}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","560.03","233.39"],"fontName":"Gill Sans MT","x":560.0308,"y":233.39300000000014}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","596.03","233.39"],"fontName":"Gill Sans MT","x":596.0308,"y":233.39300000000014}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","632.03","233.39"],"fontName":"Gill Sans MT","x":632.0308,"y":233.39300000000014}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","668.03","233.39"],"fontName":"Gill Sans MT","x":668.0308,"y":233.39300000000014}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","704.03","233.39"],"fontName":"Gill Sans MT","x":704.0308,"y":233.39300000000014}
{"page":2,"change":"none","str":"18","dir":"ltr","width":"12.03","height":"12.00","transform":["12.00","0.00","0.00","12.00","740.03","233.39"],"fontName":"Gill Sans MT","x":740.0308,"y":233.39300000000014}
{"page":2,"change":"none","str":"Transport ","dir":"ltr","width":"52.46","height":"12.00","transform":["12.00","0.00","0.00","12.00","452.03","214.51"],"fontName":"Gill Sans MT","x":452.032,"y":214.50500000000014}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","524.03","214.51"],"fontName":"Gill Sans MT","x":524.032,"y":214.50500000000014}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","560.03","214.51"],"fontName":"Gill Sans MT","x":560.032,"y":214.50500000000014}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","596.03","214.51"],"fontName":"Gill Sans MT","x":596.032,"y":214.50500000000014}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","632.03","214.51"],"fontName":"Gill Sans MT","x":632.032,"y":214.50500000000014}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","668.03","214.51"],"fontName":"Gill Sans MT","x":668.032,"y":214.50500000000014}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","704.03","214.51"],"fontName":"Gill Sans MT","x":704.032,"y":214.50500000000014}
{"page":2,"change":"none","str":"20","dir":"ltr","width":"12.03","height":"12.00","transform":["12.00","0.00","0.00","12.00","740.03","214.51"],"fontName":"Gill Sans MT","x":740.032,"y":214.50500000000014}
{"page":2,"change":"none","str":"Lifestyle and deprivation ","dir":"ltr","width":"121.64","height":"12.00","transform":["12.00","0.00","0.00","12.00","452.03","195.62"],"fontName":"Gill Sans MT","x":452.032,"y":195.61700000000013}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","596.03","195.62"],"fontName":"Gill Sans MT","x":596.0307999999998,"y":195.61700000000013}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","632.03","195.62"],"fontName":"Gill Sans MT","x":632.0307999999998,"y":195.61700000000013}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","668.03","195.62"],"fontName":"Gill Sans MT","x":668.0307999999998,"y":195.61700000000013}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","704.03","195.62"],"fontName":"Gill Sans MT","x":704.0307999999998,"y":195.61700000000013}
{"page":2,"change":"none","str":"21","dir":"ltr","width":"12.03","height":"12.00","transform":["12.00","0.00","0.00","12.00","740.03","195.62"],"fontName":"Gill Sans MT","x":740.0307999999998,"y":195.61700000000013}
{"page":2,"change":"none","str":"Conclusions ","dir":"ltr","width":"75.33","height":"12.00","transform":["12.00","0.00","0.00","12.00","452.03","176.73"],"fontName":"Gill Sans MT","x":452.032,"y":176.72900000000013}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","560.03","176.73"],"fontName":"Gill Sans MT","x":560.0308,"y":176.72900000000013}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","596.03","176.73"],"fontName":"Gill Sans MT","x":596.0308,"y":176.72900000000013}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","632.03","176.73"],"fontName":"Gill Sans MT","x":632.0308,"y":176.72900000000013}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","668.03","176.73"],"fontName":"Gill Sans MT","x":668.0308,"y":176.72900000000013}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","704.03","176.73"],"fontName":"Gill Sans MT","x":704.0308,"y":176.72900000000013}
{"page":2,"change":"none","str":"23","dir":"ltr","width":"12.03","height":"12.00","transform":["12.00","0.00","0.00","12.00","740.03","176.73"],"fontName":"Gill Sans MT","x":740.0308,"y":176.72900000000013}
{"page":2,"change":"none","str":"What St Marys offers ","dir":"ltr","width":"111.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","452.03","157.84"],"fontName":"Gill Sans MT","x":452.032,"y":157.84100000000012}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","596.03","157.84"],"fontName":"Gill Sans MT","x":596.0320000000003,"y":157.84100000000012}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","632.03","157.84"],"fontName":"Gill Sans MT","x":632.0320000000003,"y":157.84100000000012}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","668.03","157.84"],"fontName":"Gill Sans MT","x":668.0320000000003,"y":157.84100000000012}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","704.03","157.84"],"fontName":"Gill Sans MT","x":704.0320000000003,"y":157.84100000000012}
{"page":2,"change":"none","str":"25","dir":"ltr","width":"12.03","height":"12.00","transform":["12.00","0.00","0.00","12.00","740.03","157.84"],"fontName":"Gill Sans MT","x":740.0320000000003,"y":157.84100000000012}
{"page":2,"change":"none","str":"Recommendations ","dir":"ltr","width":"93.61","height":"12.00","transform":["12.00","0.00","0.00","12.00","452.03","138.95"],"fontName":"Gill Sans MT","x":452.032,"y":138.95300000000012}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","560.03","138.95"],"fontName":"Gill Sans MT","x":560.0308000000001,"y":138.95300000000012}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","596.03","138.95"],"fontName":"Gill Sans MT","x":596.0308000000001,"y":138.95300000000012}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","632.03","138.95"],"fontName":"Gill Sans MT","x":632.0308000000001,"y":138.95300000000012}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","668.03","138.95"],"fontName":"Gill Sans MT","x":668.0308000000001,"y":138.95300000000012}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","704.03","138.95"],"fontName":"Gill Sans MT","x":704.0308000000001,"y":138.95300000000012}
{"page":2,"change":"none","str":"27","dir":"ltr","width":"12.03","height":"12.00","transform":["12.00","0.00","0.00","12.00","740.03","138.95"],"fontName":"Gill Sans MT","x":740.0308000000001,"y":138.95300000000012}
{"page":2,"change":"none","str":"Further information and links ","dir":"ltr","width":"147.33","height":"12.00","transform":["12.00","0.00","0.00","12.00","452.03","120.07"],"fontName":"Gill Sans MT","x":452.032,"y":120.06500000000011}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","632.03","120.07"],"fontName":"Gill Sans MT","x":632.0307999999999,"y":120.06500000000011}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","668.03","120.07"],"fontName":"Gill Sans MT","x":668.0307999999999,"y":120.06500000000011}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","704.03","120.07"],"fontName":"Gill Sans MT","x":704.0307999999999,"y":120.06500000000011}
{"page":2,"change":"none","str":"28","dir":"ltr","width":"12.03","height":"12.00","transform":["12.00","0.00","0.00","12.00","740.03","120.07"],"fontName":"Gill Sans MT","x":740.0307999999999,"y":120.06500000000011}
{"page":2,"change":"none","str":"Contents","dir":"ltr","width":"138.21","height":"36.00","transform":["36.00","0.00","0.00","36.00","455.07","525.26"],"fontName":"Gill Sans MT","x":455.07399999999996,"y":525.2600000000001}
{"page":2,"change":"none","str":"3","dir":"ltr","width":"6.02","height":"12.00","transform":["12.00","0.00","0.00","12.00","812.96","16.35"],"fontName":"Gill Sans MT","x":812.962,"y":16.346}
@ -1022,10 +947,6 @@
{"page":14,"change":"none","str":"Retailing and the care and hospitality sectors are major employers.","dir":"ltr","width":"324.54","height":"12.00","transform":["12.00","0.00","0.00","12.00","451.21","400.92"],"fontName":"Gill Sans MT","x":451.213,"y":400.9180000000001}
{"page":14,"change":"none","str":"Employee Jobs, ONS annual business inquiry employee analysis (2008)","dir":"ltr","width":"359.79","height":"11.00","transform":["11.00","0.00","0.00","11.00","29.32","248.67"],"fontName":"Gill Sans MT Bold","x":29.32000000000005,"y":248.67300000000012}
{"page":14,"change":"none","str":"15","dir":"ltr","width":"12.03","height":"12.00","transform":["12.00","0.00","0.00","12.00","812.74","16.35"],"fontName":"Gill Sans MT","x":812.738,"y":16.346}
{"page":14,"change":"none","str":" ","dir":"ltr","width":"5.83","height":"10.50","transform":["10.50","0.00","0.00","10.50","28.70","229.83"],"fontName":"Gill Sans MT Bold","x":28.7,"y":229.831}
{"page":14,"change":"none","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","64.70","229.83"],"fontName":"Gill Sans MT Bold","x":64.69925,"y":229.831}
{"page":14,"change":"none","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","100.70","229.83"],"fontName":"Gill Sans MT Bold","x":100.69955,"y":229.831}
{"page":14,"change":"none","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","136.70","229.83"],"fontName":"Gill Sans MT Bold","x":136.69985,"y":229.831}
{"page":14,"change":"none","str":" West Oxon","dir":"ltr","width":"71.62","height":"10.50","transform":["10.50","0.00","0.00","10.50","172.70","229.83"],"fontName":"Gill Sans MT Bold","x":172.70015,"y":229.831}
{"page":14,"change":"none","str":"West Oxon South East GB","dir":"ltr","width":"136.59","height":"10.00","transform":["10.00","0.00","0.00","10.00","253.44","229.83"],"fontName":"Gill Sans MT Bold","x":253.43599999999998,"y":229.831}
{"page":14,"change":"none","str":"(employee jobs) ","dir":"ltr","width":"77.73","height":"10.00","transform":["10.00","0.00","0.00","10.00","187.26","218.14"],"fontName":"Gill Sans MT Bold","x":187.26,"y":218.143}
@ -1037,37 +958,23 @@
{"page":14,"change":"none","str":" - ","dir":"ltr","width":"38.78","height":"10.00","transform":["10.00","0.00","0.00","10.00","316.70","195.00"],"fontName":"Gill Sans MT","x":316.70000000000005,"y":194.997}
{"page":14,"change":"none","str":"-","dir":"ltr","width":"3.23","height":"10.00","transform":["10.00","0.00","0.00","10.00","388.70","195.00"],"fontName":"Gill Sans MT","x":388.70000000000005,"y":194.997}
{"page":14,"change":"none","str":"Full-time ","dir":"ltr","width":"38.78","height":"10.00","transform":["10.00","0.00","0.00","10.00","28.70","183.42"],"fontName":"Gill Sans MT","x":28.69999999999999,"y":183.424}
{"page":14,"change":"none","str":" ","dir":"ltr","width":"2.78","height":"10.00","transform":["10.00","0.00","0.00","10.00","100.70","183.42"],"fontName":"Gill Sans MT","x":100.69999999999997,"y":183.424}
{"page":14,"change":"none","str":" ","dir":"ltr","width":"38.84","height":"10.00","transform":["10.00","0.00","0.00","10.00","136.70","183.42"],"fontName":"Gill Sans MT","x":136.7,"y":183.424}
{"page":14,"change":"none","str":"26,800 ","dir":"ltr","width":"38.78","height":"10.00","transform":["10.00","0.00","0.00","10.00","208.70","183.42"],"fontName":"Gill Sans MT","x":208.7,"y":183.424}
{"page":14,"change":"none","str":"68.8 ","dir":"ltr","width":"20.01","height":"10.00","transform":["10.00","0.00","0.00","10.00","280.70","183.42"],"fontName":"Gill Sans MT","x":280.70000000000005,"y":183.424}
{"page":14,"change":"none","str":" 69.0 68.8","dir":"ltr","width":"76.06","height":"10.00","transform":["10.00","0.00","0.00","10.00","316.70","183.42"],"fontName":"Gill Sans MT","x":316.70000000000005,"y":183.424}
{"page":14,"change":"none","str":"Part-time ","dir":"ltr","width":"40.67","height":"10.00","transform":["10.00","0.00","0.00","10.00","28.70","171.85"],"fontName":"Gill Sans MT","x":28.69999999999999,"y":171.851}
{"page":14,"change":"none","str":" ","dir":"ltr","width":"2.78","height":"10.00","transform":["10.00","0.00","0.00","10.00","100.70","171.85"],"fontName":"Gill Sans MT","x":100.69999999999999,"y":171.851}
{"page":14,"change":"none","str":" ","dir":"ltr","width":"2.78","height":"10.00","transform":["10.00","0.00","0.00","10.00","136.70","171.85"],"fontName":"Gill Sans MT","x":136.7,"y":171.851}
{"page":14,"change":"none","str":" ","dir":"ltr","width":"2.78","height":"10.00","transform":["10.00","0.00","0.00","10.00","172.70","171.85"],"fontName":"Gill Sans MT","x":172.7,"y":171.851}
{"page":14,"change":"none","str":"12,200 ","dir":"ltr","width":"38.78","height":"10.00","transform":["10.00","0.00","0.00","10.00","208.70","171.85"],"fontName":"Gill Sans MT","x":208.7,"y":171.851}
{"page":14,"change":"none","str":"31.2 ","dir":"ltr","width":"20.01","height":"10.00","transform":["10.00","0.00","0.00","10.00","280.70","171.85"],"fontName":"Gill Sans MT","x":280.70000000000005,"y":171.851}
{"page":14,"change":"none","str":" 31.0 31.2","dir":"ltr","width":"76.06","height":"10.00","transform":["10.00","0.00","0.00","10.00","316.70","171.85"],"fontName":"Gill Sans MT","x":316.7,"y":171.851}
{"page":14,"change":"none","str":"Employee jobs by industry","dir":"ltr","width":"122.71","height":"10.00","transform":["10.00","0.00","0.00","10.00","28.70","160.28"],"fontName":"Gill Sans MT Bold","x":28.69999999999999,"y":160.278}
{"page":14,"change":"none","str":"Manufacturing ","dir":"ltr","width":"59.79","height":"10.00","transform":["10.00","0.00","0.00","10.00","28.70","148.70"],"fontName":"Gill Sans MT","x":28.69999999999999,"y":148.70499999999998}
{"page":14,"change":"none","str":" ","dir":"ltr","width":"2.78","height":"10.00","transform":["10.00","0.00","0.00","10.00","100.70","148.70"],"fontName":"Gill Sans MT","x":100.69999999999999,"y":148.70499999999998}
{"page":14,"change":"none","str":" ","dir":"ltr","width":"2.78","height":"10.00","transform":["10.00","0.00","0.00","10.00","136.70","148.70"],"fontName":"Gill Sans MT","x":136.7,"y":148.70499999999998}
{"page":14,"change":"none","str":" ","dir":"ltr","width":"2.78","height":"10.00","transform":["10.00","0.00","0.00","10.00","172.70","148.70"],"fontName":"Gill Sans MT","x":172.7,"y":148.70499999999998}
{"page":14,"change":"none","str":"5,300 ","dir":"ltr","width":"38.78","height":"10.00","transform":["10.00","0.00","0.00","10.00","208.70","148.70"],"fontName":"Gill Sans MT","x":208.7,"y":148.70499999999998}
{"page":14,"change":"none","str":"13.6 ","dir":"ltr","width":"20.01","height":"10.00","transform":["10.00","0.00","0.00","10.00","280.70","148.70"],"fontName":"Gill Sans MT","x":280.70000000000005,"y":148.70499999999998}
{"page":14,"change":"none","str":" 8.1 10.2","dir":"ltr","width":"75.42","height":"10.00","transform":["10.00","0.00","0.00","10.00","316.70","148.70"],"fontName":"Gill Sans MT","x":316.7,"y":148.70499999999998}
{"page":14,"change":"none","str":"Construction ","dir":"ltr","width":"56.96","height":"10.00","transform":["10.00","0.00","0.00","10.00","28.70","137.13"],"fontName":"Gill Sans MT","x":28.69999999999999,"y":137.13199999999998}
{"page":14,"change":"none","str":" ","dir":"ltr","width":"2.78","height":"10.00","transform":["10.00","0.00","0.00","10.00","100.70","137.13"],"fontName":"Gill Sans MT","x":100.69999999999997,"y":137.13199999999998}
{"page":14,"change":"none","str":" ","dir":"ltr","width":"2.78","height":"10.00","transform":["10.00","0.00","0.00","10.00","136.70","137.13"],"fontName":"Gill Sans MT","x":136.7,"y":137.13199999999998}
{"page":14,"change":"none","str":" ","dir":"ltr","width":"2.78","height":"10.00","transform":["10.00","0.00","0.00","10.00","172.70","137.13"],"fontName":"Gill Sans MT","x":172.7,"y":137.13199999999998}
{"page":14,"change":"none","str":"2,100 ","dir":"ltr","width":"38.78","height":"10.00","transform":["10.00","0.00","0.00","10.00","208.70","137.13"],"fontName":"Gill Sans MT","x":208.7,"y":137.13199999999998}
{"page":14,"change":"none","str":"5.5 ","dir":"ltr","width":"14.99","height":"10.00","transform":["10.00","0.00","0.00","10.00","280.70","137.13"],"fontName":"Gill Sans MT","x":280.70000000000005,"y":137.13199999999998}
{"page":14,"change":"none","str":" 4.5 4.8","dir":"ltr","width":"75.95","height":"10.00","transform":["10.00","0.00","0.00","10.00","316.70","137.13"],"fontName":"Gill Sans MT","x":316.7,"y":137.13199999999998}
{"page":14,"change":"none","str":"Services ","dir":"ltr","width":"38.78","height":"10.00","transform":["10.00","0.00","0.00","10.00","28.70","125.56"],"fontName":"Gill Sans MT","x":28.69999999999999,"y":125.55899999999997}
{"page":14,"change":"none","str":" ","dir":"ltr","width":"2.78","height":"10.00","transform":["10.00","0.00","0.00","10.00","100.70","125.56"],"fontName":"Gill Sans MT","x":100.69999999999997,"y":125.55899999999997}
{"page":14,"change":"none","str":" ","dir":"ltr","width":"2.78","height":"10.00","transform":["10.00","0.00","0.00","10.00","136.70","125.56"],"fontName":"Gill Sans MT","x":136.7,"y":125.55899999999997}
{"page":14,"change":"none","str":" ","dir":"ltr","width":"2.78","height":"10.00","transform":["10.00","0.00","0.00","10.00","172.70","125.56"],"fontName":"Gill Sans MT","x":172.7,"y":125.55899999999997}
{"page":14,"change":"none","str":"30,600 ","dir":"ltr","width":"38.78","height":"10.00","transform":["10.00","0.00","0.00","10.00","208.70","125.56"],"fontName":"Gill Sans MT","x":208.7,"y":125.55899999999997}
{"page":14,"change":"none","str":"78.5 ","dir":"ltr","width":"20.01","height":"10.00","transform":["10.00","0.00","0.00","10.00","280.70","125.56"],"fontName":"Gill Sans MT","x":280.70000000000005,"y":125.55899999999997}
{"page":14,"change":"none","str":" 85.7 83.5","dir":"ltr","width":"75.42","height":"10.00","transform":["10.00","0.00","0.00","10.00","316.70","125.56"],"fontName":"Gill Sans MT","x":316.70000000000005,"y":125.55899999999997}
@ -1076,95 +983,56 @@
{"page":14,"change":"none","str":"24.5","dir":"ltr","width":"19.28","height":"10.00","transform":["10.00","0.00","0.00","10.00","280.70","113.99"],"fontName":"Gill Sans MT Bold","x":280.7,"y":113.98599999999996}
{"page":14,"change":"none","str":" 24.6 23.4","dir":"ltr","width":"69.87","height":"10.00","transform":["10.00","0.00","0.00","10.00","322.25","113.99"],"fontName":"Gill Sans MT","x":322.248,"y":113.98599999999996}
{"page":14,"change":"none","str":" Transport & communications ","dir":"ltr","width":"127.10","height":"10.00","transform":["10.00","0.00","0.00","10.00","28.70","102.41"],"fontName":"Gill Sans MT","x":28.69999999999999,"y":102.41299999999995}
{"page":14,"change":"none","str":" ","dir":"ltr","width":"2.78","height":"10.00","transform":["10.00","0.00","0.00","10.00","172.70","102.41"],"fontName":"Gill Sans MT","x":172.7,"y":102.41299999999995}
{"page":14,"change":"none","str":"1,600 ","dir":"ltr","width":"38.78","height":"10.00","transform":["10.00","0.00","0.00","10.00","208.70","102.41"],"fontName":"Gill Sans MT","x":208.7,"y":102.41299999999995}
{"page":14,"change":"none","str":"4.2 ","dir":"ltr","width":"14.99","height":"10.00","transform":["10.00","0.00","0.00","10.00","280.70","102.41"],"fontName":"Gill Sans MT","x":280.70000000000005,"y":102.41299999999995}
{"page":14,"change":"none","str":" 5.9 5.8","dir":"ltr","width":"75.95","height":"10.00","transform":["10.00","0.00","0.00","10.00","316.70","102.41"],"fontName":"Gill Sans MT","x":316.7,"y":102.41299999999995}
{"page":14,"change":"none","str":" Finance, IT, other business activities","dir":"ltr","width":"150.96","height":"10.00","transform":["10.00","0.00","0.00","10.00","28.70","90.84"],"fontName":"Gill Sans MT","x":28.69999999999999,"y":90.83999999999995}
{"page":14,"change":"none","str":"8,100","dir":"ltr","width":"24.80","height":"10.00","transform":["10.00","0.00","0.00","10.00","208.70","90.84"],"fontName":"Gill Sans MT Bold","x":208.7,"y":90.83999999999995}
{"page":14,"change":"none","str":"20.8","dir":"ltr","width":"19.28","height":"10.00","transform":["10.00","0.00","0.00","10.00","280.70","90.84"],"fontName":"Gill Sans MT Bold","x":280.7,"y":90.83999999999995}
{"page":14,"change":"none","str":" ","dir":"ltr","width":"2.78","height":"10.00","transform":["10.00","0.00","0.00","10.00","299.98","90.84"],"fontName":"Gill Sans MT","x":299.98,"y":90.83999999999995}
{"page":14,"change":"none","str":" 24.0 22.0","dir":"ltr","width":"75.42","height":"10.00","transform":["10.00","0.00","0.00","10.00","316.70","90.84"],"fontName":"Gill Sans MT","x":316.7,"y":90.83999999999995}
{"page":14,"change":"none","str":" Public admin, education & health","dir":"ltr","width":"137.42","height":"10.00","transform":["10.00","0.00","0.00","10.00","28.70","79.27"],"fontName":"Gill Sans MT","x":28.700000000000045,"y":79.26699999999994}
{"page":14,"change":"none","str":"7,700","dir":"ltr","width":"24.80","height":"10.00","transform":["10.00","0.00","0.00","10.00","208.70","79.27"],"fontName":"Gill Sans MT Bold","x":208.70000000000005,"y":79.26699999999994}
{"page":14,"change":"none","str":"19.8","dir":"ltr","width":"19.28","height":"10.00","transform":["10.00","0.00","0.00","10.00","280.70","79.27"],"fontName":"Gill Sans MT Bold","x":280.70000000000005,"y":79.26699999999994}
{"page":14,"change":"none","str":" ","dir":"ltr","width":"2.78","height":"10.00","transform":["10.00","0.00","0.00","10.00","299.98","79.27"],"fontName":"Gill Sans MT","x":299.98,"y":79.26699999999994}
{"page":14,"change":"none","str":" 25.6 27.0","dir":"ltr","width":"75.42","height":"10.00","transform":["10.00","0.00","0.00","10.00","316.70","79.27"],"fontName":"Gill Sans MT","x":316.7,"y":79.26699999999994}
{"page":14,"change":"none","str":" Other services ","dir":"ltr","width":"74.78","height":"10.00","transform":["10.00","0.00","0.00","10.00","28.70","67.69"],"fontName":"Gill Sans MT","x":28.700000000000045,"y":67.69399999999993}
{"page":14,"change":"none","str":" ","dir":"ltr","width":"2.78","height":"10.00","transform":["10.00","0.00","0.00","10.00","136.70","67.69"],"fontName":"Gill Sans MT","x":136.70000000000005,"y":67.69399999999993}
{"page":14,"change":"none","str":" ","dir":"ltr","width":"2.78","height":"10.00","transform":["10.00","0.00","0.00","10.00","172.70","67.69"],"fontName":"Gill Sans MT","x":172.70000000000005,"y":67.69399999999993}
{"page":14,"change":"none","str":"3,600 ","dir":"ltr","width":"38.78","height":"10.00","transform":["10.00","0.00","0.00","10.00","208.70","67.69"],"fontName":"Gill Sans MT","x":208.70000000000005,"y":67.69399999999993}
{"page":14,"change":"none","str":"9.2 ","dir":"ltr","width":"14.99","height":"10.00","transform":["10.00","0.00","0.00","10.00","280.70","67.69"],"fontName":"Gill Sans MT","x":280.70000000000005,"y":67.69399999999993}
{"page":14,"change":"none","str":" 5.6 5.3","dir":"ltr","width":"75.95","height":"10.00","transform":["10.00","0.00","0.00","10.00","316.70","67.69"],"fontName":"Gill Sans MT","x":316.7,"y":67.69399999999993}
{"page":14,"change":"none","str":"Tourism-related","dir":"ltr","width":"65.92","height":"10.00","transform":["10.00","0.00","0.00","10.00","28.70","54.77"],"fontName":"Gill Sans MT","x":28.700000000000045,"y":54.76799999999993}
{"page":14,"change":"none","str":"†","dir":"ltr","width":"3.19","height":"6.51","transform":["6.51","0.00","0.00","6.51","94.62","56.12"],"fontName":"Gill Sans MT","x":94.61900000000004,"y":56.12099999999993}
{"page":14,"change":"none","str":" ","dir":"ltr","width":"5.67","height":"10.00","transform":["10.00","0.00","0.00","10.00","97.81","54.77"],"fontName":"Gill Sans MT","x":97.81200000000004,"y":54.76799999999993}
{"page":14,"change":"none","str":" ","dir":"ltr","width":"2.78","height":"10.00","transform":["10.00","0.00","0.00","10.00","136.70","54.77"],"fontName":"Gill Sans MT","x":136.70000000000005,"y":54.76799999999993}
{"page":14,"change":"none","str":" ","dir":"ltr","width":"2.78","height":"10.00","transform":["10.00","0.00","0.00","10.00","172.70","54.77"],"fontName":"Gill Sans MT","x":172.70000000000005,"y":54.76799999999993}
{"page":14,"change":"none","str":"4,800 ","dir":"ltr","width":"38.78","height":"10.00","transform":["10.00","0.00","0.00","10.00","208.70","54.77"],"fontName":"Gill Sans MT","x":208.70000000000005,"y":54.76799999999993}
{"page":14,"change":"none","str":"12.4 ","dir":"ltr","width":"20.01","height":"10.00","transform":["10.00","0.00","0.00","10.00","280.70","54.77"],"fontName":"Gill Sans MT","x":280.70000000000005,"y":54.76799999999993}
{"page":14,"change":"none","str":" 8.2 8.2","dir":"ltr","width":"75.95","height":"10.00","transform":["10.00","0.00","0.00","10.00","316.70","54.77"],"fontName":"Gill Sans MT","x":316.7,"y":54.76799999999993}
{"page":14,"change":"none","str":"Jobseekers Allowance Claimants","dir":"ltr","width":"170.14","height":"11.00","transform":["11.00","0.00","0.00","11.00","27.16","550.26"],"fontName":"Gill Sans MT Bold","x":27.156000000000034,"y":550.26}
{"page":14,"change":"none","str":"(no and % of working age residents, by ward), November 2011","dir":"ltr","width":"318.08","height":"11.00","transform":["11.00","0.00","0.00","11.00","27.16","537.53"],"fontName":"Gill Sans MT Bold","x":27.156000000000034,"y":537.529}
{"page":14,"change":"none","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","27.16","509.85"],"fontName":"Gill Sans MT","x":27.156000000000034,"y":509.846}
{"page":14,"change":"none","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","63.16","509.85"],"fontName":"Gill Sans MT","x":63.15630000000003,"y":509.846}
{"page":14,"change":"none","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","99.16","509.85"],"fontName":"Gill Sans MT","x":99.15660000000003,"y":509.846}
{"page":14,"change":"none","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","135.16","509.85"],"fontName":"Gill Sans MT","x":135.1569,"y":509.846}
{"page":14,"change":"none","str":" Numbers ","dir":"ltr","width":"74.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","171.16","509.85"],"fontName":"Gill Sans MT","x":171.15720000000002,"y":509.846}
{"page":14,"change":"none","str":"%","dir":"ltr","width":"7.08","height":"10.50","transform":["10.50","0.00","0.00","10.50","279.15","509.85"],"fontName":"Gill Sans MT","x":279.15390000000014,"y":509.846}
{"page":14,"change":"none","str":"Witney Central ","dir":"ltr","width":"74.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","27.16","497.69"],"fontName":"Gill Sans MT","x":27.156000000000034,"y":497.694}
{"page":14,"change":"none","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","135.15","497.69"],"fontName":"Gill Sans MT","x":135.15480000000002,"y":497.694}
{"page":14,"change":"none","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","171.16","497.69"],"fontName":"Gill Sans MT","x":171.15510000000003,"y":497.694}
{"page":14,"change":"none","str":"78 ","dir":"ltr","width":"13.45","height":"10.50","transform":["10.50","0.00","0.00","10.50","207.16","497.69"],"fontName":"Gill Sans MT","x":207.15540000000004,"y":497.694}
{"page":14,"change":"none","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","243.15","497.69"],"fontName":"Gill Sans MT","x":243.1546500000001,"y":497.694}
{"page":14,"change":"none","str":"2.9","dir":"ltr","width":"12.82","height":"10.50","transform":["10.50","0.00","0.00","10.50","279.15","497.69"],"fontName":"Gill Sans MT","x":279.1549500000001,"y":497.694}
{"page":14,"change":"none","str":"Witney East ","dir":"ltr","width":"57.66","height":"10.50","transform":["10.50","0.00","0.00","10.50","27.16","485.54"],"fontName":"Gill Sans MT","x":27.156000000000034,"y":485.54200000000003}
{"page":14,"change":"none","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","99.15","485.54"],"fontName":"Gill Sans MT","x":99.15450000000004,"y":485.54200000000003}
{"page":14,"change":"none","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","135.15","485.54"],"fontName":"Gill Sans MT","x":135.15480000000002,"y":485.54200000000003}
{"page":14,"change":"none","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","171.16","485.54"],"fontName":"Gill Sans MT","x":171.15510000000003,"y":485.54200000000003}
{"page":14,"change":"none","str":"72 ","dir":"ltr","width":"16.36","height":"10.50","transform":["10.50","0.00","0.00","10.50","207.16","485.54"],"fontName":"Gill Sans MT","x":207.15540000000004,"y":485.54200000000003}
{"page":14,"change":"none","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","243.15","485.54"],"fontName":"Gill Sans MT","x":243.1546500000001,"y":485.54200000000003}
{"page":14,"change":"none","str":"1.5","dir":"ltr","width":"12.82","height":"10.50","transform":["10.50","0.00","0.00","10.50","279.15","485.54"],"fontName":"Gill Sans MT","x":279.1549500000001,"y":485.54200000000003}
{"page":14,"change":"none","str":"Witney North ","dir":"ltr","width":"74.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","27.16","473.39"],"fontName":"Gill Sans MT","x":27.156000000000034,"y":473.39000000000004}
{"page":14,"change":"none","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","135.15","473.39"],"fontName":"Gill Sans MT","x":135.15480000000002,"y":473.39000000000004}
{"page":14,"change":"none","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","171.16","473.39"],"fontName":"Gill Sans MT","x":171.15510000000003,"y":473.39000000000004}
{"page":14,"change":"none","str":"43 ","dir":"ltr","width":"16.36","height":"10.50","transform":["10.50","0.00","0.00","10.50","207.16","473.39"],"fontName":"Gill Sans MT","x":207.15540000000004,"y":473.39000000000004}
{"page":14,"change":"none","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","243.15","473.39"],"fontName":"Gill Sans MT","x":243.1546500000001,"y":473.39000000000004}
{"page":14,"change":"none","str":"1.7","dir":"ltr","width":"12.82","height":"10.50","transform":["10.50","0.00","0.00","10.50","279.15","473.39"],"fontName":"Gill Sans MT","x":279.1549500000001,"y":473.39000000000004}
{"page":14,"change":"none","str":"Witney South ","dir":"ltr","width":"74.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","27.16","461.24"],"fontName":"Gill Sans MT","x":27.156000000000034,"y":461.23800000000006}
{"page":14,"change":"none","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","135.15","461.24"],"fontName":"Gill Sans MT","x":135.15480000000002,"y":461.23800000000006}
{"page":14,"change":"none","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","171.16","461.24"],"fontName":"Gill Sans MT","x":171.15510000000003,"y":461.23800000000006}
{"page":14,"change":"none","str":"79 ","dir":"ltr","width":"13.45","height":"10.50","transform":["10.50","0.00","0.00","10.50","207.16","461.24"],"fontName":"Gill Sans MT","x":207.15540000000004,"y":461.23800000000006}
{"page":14,"change":"none","str":" ","dir":"ltr","width":"5.83","height":"10.50","transform":["10.50","0.00","0.00","10.50","243.15","461.24"],"fontName":"Gill Sans MT","x":243.1546500000001,"y":461.23800000000006}
{"page":14,"change":"none","str":"2.2","dir":"ltr","width":"12.82","height":"10.50","transform":["10.50","0.00","0.00","10.50","279.15","461.24"],"fontName":"Gill Sans MT","x":279.15390000000014,"y":461.23800000000006}
{"page":14,"change":"none","str":"Witney West ","dir":"ltr","width":"74.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","27.16","449.09"],"fontName":"Gill Sans MT","x":27.156000000000034,"y":449.08600000000007}
{"page":14,"change":"none","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","135.15","449.09"],"fontName":"Gill Sans MT","x":135.15480000000002,"y":449.08600000000007}
{"page":14,"change":"none","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","171.16","449.09"],"fontName":"Gill Sans MT","x":171.15510000000003,"y":449.08600000000007}
{"page":14,"change":"none","str":"45 ","dir":"ltr","width":"13.45","height":"10.50","transform":["10.50","0.00","0.00","10.50","207.16","449.09"],"fontName":"Gill Sans MT","x":207.15540000000004,"y":449.08600000000007}
{"page":14,"change":"none","str":" ","dir":"ltr","width":"5.83","height":"10.50","transform":["10.50","0.00","0.00","10.50","243.15","449.09"],"fontName":"Gill Sans MT","x":243.1546500000001,"y":449.08600000000007}
{"page":14,"change":"none","str":"1.5","dir":"ltr","width":"12.82","height":"10.50","transform":["10.50","0.00","0.00","10.50","279.15","449.09"],"fontName":"Gill Sans MT","x":279.15390000000014,"y":449.08600000000007}
{"page":14,"change":"none","str":"Hailey, Minster Lovell and Leafield ","dir":"ltr","width":"148.24","height":"10.50","transform":["10.50","0.00","0.00","10.50","27.16","436.93"],"fontName":"Gill Sans MT","x":27.156000000000034,"y":436.9340000000001}
{"page":14,"change":"none","str":"27 ","dir":"ltr","width":"13.45","height":"10.50","transform":["10.50","0.00","0.00","10.50","207.16","436.93"],"fontName":"Gill Sans MT","x":207.15750000000003,"y":436.9340000000001}
{"page":14,"change":"none","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","243.16","436.93"],"fontName":"Gill Sans MT","x":243.15675000000007,"y":436.9340000000001}
{"page":14,"change":"none","str":"1.1","dir":"ltr","width":"12.82","height":"10.50","transform":["10.50","0.00","0.00","10.50","279.16","436.93"],"fontName":"Gill Sans MT","x":279.1570500000001,"y":436.9340000000001}
{"page":14,"change":"none","str":"Ducklington ","dir":"ltr","width":"54.58","height":"10.50","transform":["10.50","0.00","0.00","10.50","27.16","424.78"],"fontName":"Gill Sans MT","x":27.156000000000034,"y":424.7820000000001}
{"page":14,"change":"none","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","99.15","424.78"],"fontName":"Gill Sans MT","x":99.15450000000004,"y":424.7820000000001}
{"page":14,"change":"none","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","135.15","424.78"],"fontName":"Gill Sans MT","x":135.15480000000002,"y":424.7820000000001}
{"page":14,"change":"none","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","171.16","424.78"],"fontName":"Gill Sans MT","x":171.15510000000003,"y":424.7820000000001}
{"page":14,"change":"none","str":"20 ","dir":"ltr","width":"13.45","height":"10.50","transform":["10.50","0.00","0.00","10.50","207.16","424.78"],"fontName":"Gill Sans MT","x":207.15540000000004,"y":424.7820000000001}
{"page":14,"change":"none","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","243.15","424.78"],"fontName":"Gill Sans MT","x":243.1546500000001,"y":424.7820000000001}
{"page":14,"change":"none","str":"1.5","dir":"ltr","width":"12.82","height":"10.50","transform":["10.50","0.00","0.00","10.50","279.15","424.78"],"fontName":"Gill Sans MT","x":279.1549500000001,"y":424.7820000000001}
{"page":14,"change":"none","str":"West Oxfordshire ","dir":"ltr","width":"81.96","height":"10.50","transform":["10.50","0.00","0.00","10.50","27.16","412.63"],"fontName":"Gill Sans MT","x":27.156000000000034,"y":412.6300000000001}
{"page":14,"change":"none","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","135.16","412.63"],"fontName":"Gill Sans MT","x":135.15585000000002,"y":412.6300000000001}
{"page":14,"change":"none","str":" 913 ","dir":"ltr","width":"50.74","height":"10.50","transform":["10.50","0.00","0.00","10.50","171.16","412.63"],"fontName":"Gill Sans MT","x":171.15615000000003,"y":412.6300000000001}
{"page":14,"change":"none","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","243.15","412.63"],"fontName":"Gill Sans MT","x":243.15150000000017,"y":412.6300000000001}
{"page":14,"change":"none","str":"1.4","dir":"ltr","width":"12.82","height":"10.50","transform":["10.50","0.00","0.00","10.50","279.15","412.63"],"fontName":"Gill Sans MT","x":279.1518000000002,"y":412.6300000000001}
{"page":14,"change":"none","str":"Great Britain ","dir":"ltr","width":"58.67","height":"10.50","transform":["10.50","0.00","0.00","10.50","27.16","400.48"],"fontName":"Gill Sans MT","x":27.156000000000034,"y":400.4780000000001}
{"page":14,"change":"none","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","99.16","400.48"],"fontName":"Gill Sans MT","x":99.1566,"y":400.4780000000001}
{"page":14,"change":"none","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","135.16","400.48"],"fontName":"Gill Sans MT","x":135.1569,"y":400.4780000000001}
{"page":14,"change":"none","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","171.16","400.48"],"fontName":"Gill Sans MT","x":171.15720000000002,"y":400.4780000000001}
{"page":14,"change":"none","str":"- ","dir":"ltr","width":"6.31","height":"10.50","transform":["10.50","0.00","0.00","10.50","207.16","400.48"],"fontName":"Gill Sans MT","x":207.15750000000003,"y":400.4780000000001}
{"page":14,"change":"none","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","243.16","400.48"],"fontName":"Gill Sans MT","x":243.15780000000004,"y":400.4780000000001}
{"page":14,"change":"none","str":"3.8","dir":"ltr","width":"12.82","height":"10.50","transform":["10.50","0.00","0.00","10.50","279.16","400.48"],"fontName":"Gill Sans MT","x":279.15810000000005,"y":400.4780000000001}
{"page":15,"change":"none","str":"Housing","dir":"ltr","width":"120.64","height":"36.00","transform":["36.00","0.00","0.00","36.00","34.02","533.33"],"fontName":"Gill Sans MT","x":34.015,"y":533.326}
{"page":15,"change":"none","str":"Housing in Witney:","dir":"ltr","width":"82.10","height":"10.50","transform":["10.50","0.00","0.00","10.50","487.38","109.19"],"fontName":"Gill Sans MT","x":487.381,"y":109.18600000000004}
@ -1313,8 +1181,6 @@
{"page":16,"change":"none","str":".","dir":"ltr","width":"2.62","height":"12.00","transform":["12.00","0.00","0.00","12.00","736.97","70.51"],"fontName":"Gill Sans MT","x":736.965,"y":70.513}
{"page":16,"change":"none","str":"Crime in West Oxfordshire","dir":"ltr","width":"154.53","height":"12.00","transform":["12.00","0.00","0.00","12.00","28.35","538.56"],"fontName":"Gill Sans MT Bold","x":28.351,"y":538.557}
{"page":16,"change":"none","str":"Year ","dir":"ltr","width":"39.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","28.35","519.67"],"fontName":"Gill Sans MT Bold","x":28.351,"y":519.669}
{"page":16,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","100.35","519.67"],"fontName":"Gill Sans MT Bold","x":100.35099999999998,"y":519.669}
{"page":16,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","136.35","519.67"],"fontName":"Gill Sans MT Bold","x":136.351,"y":519.669}
{"page":16,"change":"none","str":"2008-09 ","dir":"ltr","width":"50.41","height":"12.00","transform":["12.00","0.00","0.00","12.00","172.35","519.67"],"fontName":"Gill Sans MT Bold","x":172.351,"y":519.669}
{"page":16,"change":"none","str":"2009-10 ","dir":"ltr","width":"50.41","height":"12.00","transform":["12.00","0.00","0.00","12.00","244.35","519.67"],"fontName":"Gill Sans MT Bold","x":244.34980000000002,"y":519.669}
{"page":16,"change":"none","str":"2010-11","dir":"ltr","width":"43.74","height":"12.00","transform":["12.00","0.00","0.00","12.00","316.35","519.67"],"fontName":"Gill Sans MT Bold","x":316.34860000000015,"y":519.669}
@ -1335,22 +1201,15 @@
{"page":16,"change":"none","str":"Crime rates in West Oxfordshire 1st April - 30th November 2011","dir":"ltr","width":"306.00","height":"10.00","transform":["10.00","0.00","0.00","10.00","29.29","155.82"],"fontName":"Gill Sans MT Bold","x":29.29499999999996,"y":155.822}
{"page":16,"change":"none","str":"Crimes recorded Rate per 1000 people","dir":"ltr","width":"181.19","height":"10.00","transform":["10.00","0.00","0.00","10.00","245.29","139.25"],"fontName":"Gill Sans MT Bold","x":245.29499999999996,"y":139.249}
{"page":16,"change":"none","str":"Violence against the person with injury ","dir":"ltr","width":"192.58","height":"12.00","transform":["12.00","0.00","0.00","12.00","29.29","120.82"],"fontName":"Gill Sans MT","x":29.29499999999996,"y":120.82}
{"page":16,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","245.29","120.82"],"fontName":"Gill Sans MT","x":245.29140000000007,"y":120.82}
{"page":16,"change":"none","str":" 221 ","dir":"ltr","width":"39.33","height":"12.00","transform":["12.00","0.00","0.00","12.00","281.29","120.82"],"fontName":"Gill Sans MT","x":281.29140000000007,"y":120.82}
{"page":16,"change":"none","str":" 2.13%","dir":"ltr","width":"35.42","height":"12.00","transform":["12.00","0.00","0.00","12.00","353.29","120.82"],"fontName":"Gill Sans MT","x":353.28900000000016,"y":120.82}
{"page":16,"change":"none","str":"Violence against the person without injury ","dir":"ltr","width":"219.33","height":"12.00","transform":["12.00","0.00","0.00","12.00","29.29","101.93"],"fontName":"Gill Sans MT","x":29.29499999999996,"y":101.93199999999999}
{"page":16,"change":"none","str":" 361 ","dir":"ltr","width":"39.33","height":"12.00","transform":["12.00","0.00","0.00","12.00","281.29","101.93"],"fontName":"Gill Sans MT","x":281.29140000000007,"y":101.93199999999999}
{"page":16,"change":"none","str":" 3.48%","dir":"ltr","width":"35.42","height":"12.00","transform":["12.00","0.00","0.00","12.00","353.29","101.93"],"fontName":"Gill Sans MT","x":353.28900000000016,"y":101.93199999999999}
{"page":16,"change":"none","str":"Serious sexual offences ","dir":"ltr","width":"116.04","height":"12.00","transform":["12.00","0.00","0.00","12.00","29.29","83.04"],"fontName":"Gill Sans MT","x":29.29499999999996,"y":83.04399999999998}
{"page":16,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","173.29","83.04"],"fontName":"Gill Sans MT","x":173.295,"y":83.04399999999998}
{"page":16,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","209.30","83.04"],"fontName":"Gill Sans MT","x":209.29500000000002,"y":83.04399999999998}
{"page":16,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","245.30","83.04"],"fontName":"Gill Sans MT","x":245.29500000000002,"y":83.04399999999998}
{"page":16,"change":"none","str":" 25 ","dir":"ltr","width":"39.33","height":"12.00","transform":["12.00","0.00","0.00","12.00","281.30","83.04"],"fontName":"Gill Sans MT","x":281.295,"y":83.04399999999998}
{"page":16,"change":"none","str":" 0.24%","dir":"ltr","width":"35.42","height":"12.00","transform":["12.00","0.00","0.00","12.00","353.29","83.04"],"fontName":"Gill Sans MT","x":353.2926000000001,"y":83.04399999999998}
{"page":16,"change":"none","str":"Serious acquisitive crime ","dir":"ltr","width":"123.37","height":"12.00","transform":["12.00","0.00","0.00","12.00","29.29","64.16"],"fontName":"Gill Sans MT","x":29.29499999999996,"y":64.15599999999998}
{"page":16,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","173.29","64.16"],"fontName":"Gill Sans MT","x":173.29499999999996,"y":64.15599999999998}
{"page":16,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","209.29","64.16"],"fontName":"Gill Sans MT","x":209.29499999999996,"y":64.15599999999998}
{"page":16,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","245.29","64.16"],"fontName":"Gill Sans MT","x":245.29499999999996,"y":64.15599999999998}
{"page":16,"change":"none","str":" 289 ","dir":"ltr","width":"39.33","height":"12.00","transform":["12.00","0.00","0.00","12.00","281.29","64.16"],"fontName":"Gill Sans MT","x":281.29499999999996,"y":64.15599999999998}
{"page":16,"change":"none","str":" 2.78%","dir":"ltr","width":"35.42","height":"12.00","transform":["12.00","0.00","0.00","12.00","353.29","64.16"],"fontName":"Gill Sans MT","x":353.29260000000005,"y":64.15599999999998}
{"page":16,"change":"none","str":"Other crimes (eg shoplifting, criminal damage) ","dir":"ltr","width":"227.85","height":"12.00","transform":["12.00","0.00","0.00","12.00","29.29","45.27"],"fontName":"Gill Sans MT","x":29.29499999999996,"y":45.26799999999997}
@ -1367,30 +1226,18 @@
{"page":16,"change":"none","str":"social behaviour and crime.","dir":"ltr","width":"104.76","height":"9.00","transform":["9.00","0.00","0.00","9.00","278.81","211.18"],"fontName":"Gill Sans MT","x":278.81199999999995,"y":211.179}
{"page":17,"change":"none","str":"Education","dir":"ltr","width":"145.13","height":"36.00","transform":["36.00","0.00","0.00","36.00","34.02","525.26"],"fontName":"Gill Sans MT","x":34.015,"y":525.26}
{"page":17,"change":"none","str":"GCSE attainment (% of 5+ A*-C grades including English & Maths)","dir":"ltr","width":"321.47","height":"12.00","transform":["12.00","0.00","0.00","12.00","477.38","385.96"],"fontName":"Gill Sans MT","x":477.38,"y":385.957}
{"page":17,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","477.38","367.07"],"fontName":"Gill Sans MT","x":477.38,"y":367.069}
{"page":17,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","513.38","367.07"],"fontName":"Gill Sans MT","x":513.38,"y":367.069}
{"page":17,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","549.38","367.07"],"fontName":"Gill Sans MT","x":549.38,"y":367.069}
{"page":17,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","585.38","367.07"],"fontName":"Gill Sans MT","x":585.38,"y":367.069}
{"page":17,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","621.38","367.07"],"fontName":"Gill Sans MT","x":621.38,"y":367.069}
{"page":17,"change":"none","str":"2008 2009 2010 2011","dir":"ltr","width":"132.06","height":"12.00","transform":["12.00","0.00","0.00","12.00","657.38","367.07"],"fontName":"Gill Sans MT","x":657.38,"y":367.069}
{"page":17,"change":"none","str":"England & Wales average ","dir":"ltr","width":"125.32","height":"12.00","transform":["12.00","0.00","0.00","12.00","477.38","348.18"],"fontName":"Gill Sans MT","x":477.38,"y":348.18100000000004}
{"page":17,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","621.38","348.18"],"fontName":"Gill Sans MT","x":621.3812,"y":348.18100000000004}
{"page":17,"change":"none","str":"48% 50% 54% Jan 12","dir":"ltr","width":"137.50","height":"12.00","transform":["12.00","0.00","0.00","12.00","657.38","348.18"],"fontName":"Gill Sans MT","x":657.3812,"y":348.18100000000004}
{"page":17,"change":"none","str":"Oxfordshire average ","dir":"ltr","width":"111.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","477.38","329.29"],"fontName":"Gill Sans MT","x":477.38,"y":329.29300000000006}
{"page":17,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","621.38","329.29"],"fontName":"Gill Sans MT","x":621.3811999999999,"y":329.29300000000006}
{"page":17,"change":"none","str":"50% 53% 57% Jan 12","dir":"ltr","width":"137.50","height":"12.00","transform":["12.00","0.00","0.00","12.00","657.38","329.29"],"fontName":"Gill Sans MT","x":657.3811999999999,"y":329.29300000000006}
{"page":17,"change":"none","str":"The Henry Box School ","dir":"ltr","width":"114.89","height":"12.00","transform":["12.00","0.00","0.00","12.00","477.38","310.41"],"fontName":"Gill Sans MT","x":477.38,"y":310.4050000000001}
{"page":17,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","621.38","310.41"],"fontName":"Gill Sans MT","x":621.3775999999997,"y":310.4050000000001}
{"page":17,"change":"none","str":"57% 62% 62% 59%","dir":"ltr","width":"128.13","height":"12.00","transform":["12.00","0.00","0.00","12.00","657.38","310.41"],"fontName":"Gill Sans MT","x":657.3775999999997,"y":310.4050000000001}
{"page":17,"change":"none","str":"Wood Green School ","dir":"ltr","width":"111.33","height":"12.00","transform":["12.00","0.00","0.00","12.00","477.38","291.52"],"fontName":"Gill Sans MT","x":477.38,"y":291.5170000000001}
{"page":17,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","621.38","291.52"],"fontName":"Gill Sans MT","x":621.3787999999998,"y":291.5170000000001}
{"page":17,"change":"none","str":"62% 56% 62% Jan 12","dir":"ltr","width":"137.50","height":"12.00","transform":["12.00","0.00","0.00","12.00","657.38","291.52"],"fontName":"Gill Sans MT","x":657.3787999999998,"y":291.5170000000001}
{"page":17,"change":"none","str":"Cokethorpe School ","dir":"ltr","width":"111.33","height":"12.00","transform":["12.00","0.00","0.00","12.00","477.38","272.63"],"fontName":"Gill Sans MT","x":477.38,"y":272.62900000000013}
{"page":17,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","621.38","272.63"],"fontName":"Gill Sans MT","x":621.3788,"y":272.62900000000013}
{"page":17,"change":"none","str":"73% 79% 91% Jan 12","dir":"ltr","width":"137.50","height":"12.00","transform":["12.00","0.00","0.00","12.00","657.38","272.63"],"fontName":"Gill Sans MT","x":657.3788,"y":272.62900000000013}
{"page":17,"change":"none","str":"The Kings School ","dir":"ltr","width":"87.91","height":"12.00","transform":["12.00","0.00","0.00","12.00","477.38","253.74"],"fontName":"Gill Sans MT","x":477.38,"y":253.74100000000013}
{"page":17,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","585.38","253.74"],"fontName":"Gill Sans MT","x":585.3788,"y":253.74100000000013}
{"page":17,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","621.38","253.74"],"fontName":"Gill Sans MT","x":621.3788,"y":253.74100000000013}
{"page":17,"change":"none","str":"90% 100% 94% Jan 12","dir":"ltr","width":"137.50","height":"12.00","transform":["12.00","0.00","0.00","12.00","657.38","253.74"],"fontName":"Gill Sans MT","x":657.3788,"y":253.74100000000013}
{"page":17,"change":"none","str":"(Performance tables for 2011 are published by the","dir":"ltr","width":"189.09","height":"10.00","transform":["10.00","0.00","0.00","10.00","477.38","236.71"],"fontName":"Gill Sans MT Italic","x":477.38,"y":236.70900000000012}
{"page":17,"change":"none","str":"Department for Education","dir":"ltr","width":"98.03","height":"10.00","transform":["10.00","0.00","0.00","10.00","669.03","236.71"],"fontName":"Gill Sans MT Italic","x":669.0319999999999,"y":236.70900000000012}
@ -1910,7 +1757,6 @@
{"page":25,"change":"none","str":"opportunities for creativity.","dir":"ltr","width":"133.92","height":"12.00","transform":["12.00","0.00","0.00","12.00","34.02","228.63"],"fontName":"Gill Sans MT","x":34.015,"y":228.6270000000003}
{"page":25,"change":"none","str":"St Marys has signed up to the","dir":"ltr","width":"173.67","height":"12.00","transform":["12.00","0.00","0.00","12.00","34.02","209.74"],"fontName":"Gill Sans MT","x":34.015,"y":209.7390000000003}
{"page":25,"change":"none","str":"sMeasure","dir":"ltr","width":"45.98","height":"12.00","transform":["12.00","0.00","0.00","12.00","34.02","195.85"],"fontName":"Gill Sans MT","x":34.015,"y":195.85100000000028}
{"page":25,"change":"none","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","80.00","195.85"],"fontName":"Gill Sans MT","x":79.999,"y":195.851}
{"page":25,"change":"none","str":"energy ","dir":"ltr","width":"35.98","height":"12.00","transform":["12.00","0.00","0.00","12.00","96.82","195.85"],"fontName":"Gill Sans MT","x":96.817,"y":195.851}
{"page":25,"change":"none","str":"management","dir":"ltr","width":"61.41","height":"12.00","transform":["12.00","0.00","0.00","12.00","146.28","195.85"],"fontName":"Gill Sans MT","x":146.275,"y":195.851}
{"page":25,"change":"none","str":"programme, which will help identify","dir":"ltr","width":"173.67","height":"12.00","transform":["12.00","0.00","0.00","12.00","34.01","181.96"],"fontName":"Gill Sans MT","x":34.01499999999999,"y":181.963}

View File

@ -1,8 +1,8 @@
{
"pages": 27,
"items": 2053,
"items": 1899,
"groupedItems": 1545,
"changes": 207,
"changes": 206,
"schema": [
{
"name": "line",
@ -32,21 +32,21 @@
]
}
{"page":1,"change":"Addition","str":"Cover photo: Brian Robert Marshall under Creative Commons Licence.","line":0,"x":34.015,"y":551.26,"width":"288.66","height":"10.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"Introduction 5","line":0,"x":452.032,"y":384.497,"width":"98.03","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"History 7","line":1,"x":452.032,"y":365.60900000000004,"width":"65.94","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"Setting and context 10","line":2,"x":452.032,"y":346.72100000000006,"width":"136.71","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"Witneys people 12","line":3,"x":452.032,"y":327.8330000000001,"width":"111.57","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"Health 14","line":4,"x":452.032,"y":308.9450000000001,"width":"71.38","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"Witney at work 15","line":5,"x":452.032,"y":290.05700000000013,"width":"109.74","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"Housing 16","line":6,"x":452.032,"y":271.16900000000015,"width":"75.13","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"Crime and safety 17","line":7,"x":452.032,"y":252.28100000000015,"width":"116.37","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"Education 18","line":8,"x":452.032,"y":233.39300000000014,"width":"83.16","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"Transport 20","line":9,"x":452.032,"y":214.50500000000014,"width":"84.50","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"Lifestyle and deprivation 21","line":10,"x":452.032,"y":195.61700000000013,"width":"147.01","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"Conclusions 23","line":11,"x":452.032,"y":176.72900000000013,"width":"104.05","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"What St Marys offers 25","line":12,"x":452.032,"y":157.84100000000012,"width":"136.71","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"Recommendations 27","line":13,"x":452.032,"y":138.95300000000012,"width":"122.32","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"Further information and links 28","line":14,"x":452.032,"y":120.06500000000011,"width":"169.37","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"Introduction 5","line":0,"x":452.032,"y":384.497,"width":"81.35","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"History 7","line":1,"x":452.032,"y":365.60900000000004,"width":"45.93","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"Setting and context 10","line":2,"x":452.032,"y":346.72100000000006,"width":"123.36","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"Witneys people 12","line":3,"x":452.032,"y":327.8330000000001,"width":"94.89","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"Health 14","line":4,"x":452.032,"y":308.9450000000001,"width":"51.37","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"Witney at work 15","line":5,"x":452.032,"y":290.05700000000013,"width":"93.06","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"Housing 16","line":6,"x":452.032,"y":271.16900000000015,"width":"55.11","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"Crime and safety 17","line":7,"x":452.032,"y":252.28100000000015,"width":"99.69","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"Education 18","line":8,"x":452.032,"y":233.39300000000014,"width":"63.14","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"Transport 20","line":9,"x":452.032,"y":214.50500000000014,"width":"64.49","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"Lifestyle and deprivation 21","line":10,"x":452.032,"y":195.61700000000013,"width":"133.67","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"Conclusions 23","line":11,"x":452.032,"y":176.72900000000013,"width":"87.37","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"What St Marys offers 25","line":12,"x":452.032,"y":157.84100000000012,"width":"123.37","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"Recommendations 27","line":13,"x":452.032,"y":138.95300000000012,"width":"105.64","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"Further information and links 28","line":14,"x":452.032,"y":120.06500000000011,"width":"159.37","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":4,"change":"Addition","str":"The first stage of the appeal has","line":1,"x":452.032,"y":350.558,"width":"167.13","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":4,"change":"Addition","str":"A social audit for St Marys Church, Witney , was commissioned as part of","line":61,"x":451.823,"y":415.235,"width":"352.98","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":5,"change":"Addition","str":"example the Indices of Multiple","line":2,"x":34.015,"y":459.067,"width":"166.61","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
@ -122,30 +122,30 @@
{"page":14,"change":"Addition","str":"increasing number of high","line":8,"x":451.295,"y":288.94800000000015,"width":"125.08","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":14,"change":"Addition","str":"employment found in West","line":18,"x":451.295,"y":140.06800000000015,"width":"133.85","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":14,"change":"Addition","str":"Oxfordshire (not necessarily","line":28,"x":636.049,"y":358.3880000000002,"width":"139.66","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":14,"change":"Addition","str":" West Oxon West Oxon South East GB","line":62,"x":28.7,"y":229.831,"width":"222.80","height":"10.50","fontName":["Gill Sans MT Bold"],"dir":["ltr"]}
{"page":14,"change":"Addition","str":" West Oxon West Oxon South East GB","line":62,"x":172.70015,"y":229.831,"width":"208.21","height":"10.50","fontName":["Gill Sans MT Bold"],"dir":["ltr"]}
{"page":14,"change":"Addition","str":"(employee jobs) (%) (%) (%)","line":63,"x":187.26,"y":218.143,"width":"169.54","height":"10.00","fontName":["Gill Sans MT Bold"],"dir":["ltr"]}
{"page":14,"change":"Addition","str":"Total employee jobs 38,900 - - -","line":64,"x":28.69999999999999,"y":194.997,"width":"182.07","height":"10.00","fontName":["Gill Sans MT Bold","Gill Sans MT"],"dir":["ltr"]}
{"page":14,"change":"Addition","str":"Full-time 26,800 68.8 69.0 68.8","line":65,"x":28.69999999999999,"y":183.424,"width":"215.25","height":"10.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":14,"change":"Addition","str":"Part-time 12,200 31.2 31.0 31.2","line":66,"x":28.69999999999999,"y":171.851,"width":"183.86","height":"10.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":14,"change":"Addition","str":"Manufacturing 5,300 13.6 8.1 10.2","line":68,"x":28.69999999999999,"y":148.70499999999998,"width":"202.34","height":"10.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":14,"change":"Addition","str":"Construction 2,100 5.5 4.5 4.8","line":69,"x":28.69999999999999,"y":137.13199999999998,"width":"195.03","height":"10.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":14,"change":"Addition","str":"Services 30,600 78.5 85.7 83.5","line":70,"x":28.69999999999999,"y":125.55899999999997,"width":"181.33","height":"10.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":14,"change":"Addition","str":"Full-time 26,800 68.8 69.0 68.8","line":65,"x":28.69999999999999,"y":183.424,"width":"173.63","height":"10.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":14,"change":"Addition","str":"Part-time 12,200 31.2 31.0 31.2","line":66,"x":28.69999999999999,"y":171.851,"width":"175.52","height":"10.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":14,"change":"Addition","str":"Manufacturing 5,300 13.6 8.1 10.2","line":68,"x":28.69999999999999,"y":148.70499999999998,"width":"194.00","height":"10.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":14,"change":"Addition","str":"Construction 2,100 5.5 4.5 4.8","line":69,"x":28.69999999999999,"y":137.13199999999998,"width":"186.69","height":"10.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":14,"change":"Addition","str":"Services 30,600 78.5 85.7 83.5","line":70,"x":28.69999999999999,"y":125.55899999999997,"width":"172.99","height":"10.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":14,"change":"Addition","str":" Distribution, hotels & restaurants 9,500 24.5 24.6 23.4","line":71,"x":28.69999999999999,"y":113.98599999999996,"width":"255.60","height":"10.00","fontName":["Gill Sans MT","Gill Sans MT Bold"],"dir":["ltr"]}
{"page":14,"change":"Addition","str":" Transport & communications 1,600 4.2 5.9 5.8","line":72,"x":28.69999999999999,"y":102.41299999999995,"width":"259.60","height":"10.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":14,"change":"Addition","str":" Finance, IT, other business activities 8,100 20.8 24.0 22.0","line":73,"x":28.69999999999999,"y":90.83999999999995,"width":"273.24","height":"10.00","fontName":["Gill Sans MT","Gill Sans MT Bold"],"dir":["ltr"]}
{"page":14,"change":"Addition","str":" Public admin, education & health 7,700 19.8 25.6 27.0","line":74,"x":28.700000000000045,"y":79.26699999999994,"width":"259.69","height":"10.00","fontName":["Gill Sans MT","Gill Sans MT Bold"],"dir":["ltr"]}
{"page":14,"change":"Addition","str":" Other services 3,600 9.2 5.6 5.3","line":75,"x":28.700000000000045,"y":67.69399999999993,"width":"210.07","height":"10.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":14,"change":"Addition","str":"Tourism-related † 4,800 12.4 8.2 8.2","line":76,"x":28.700000000000045,"y":54.76799999999993,"width":"215.08","height":"10.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":14,"change":"Addition","str":" Numbers %","line":79,"x":27.156000000000034,"y":509.846,"width":"93.68","height":"10.50","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":14,"change":"Addition","str":"Witney Central 78 2.9","line":80,"x":27.156000000000034,"y":497.694,"width":"109.94","height":"10.50","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":14,"change":"Addition","str":"Witney East 72 1.5","line":81,"x":27.156000000000034,"y":485.54200000000003,"width":"98.52","height":"10.50","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":14,"change":"Addition","str":"Witney North 43 1.7","line":82,"x":27.156000000000034,"y":473.39000000000004,"width":"112.86","height":"10.50","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":14,"change":"Addition","str":"Witney South 79 2.2","line":83,"x":27.156000000000034,"y":461.23800000000006,"width":"112.86","height":"10.50","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":14,"change":"Addition","str":"Witney West 45 1.5","line":84,"x":27.156000000000034,"y":449.08600000000007,"width":"112.86","height":"10.50","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":14,"change":"Addition","str":"Hailey, Minster Lovell and Leafield 27 1.1","line":85,"x":27.156000000000034,"y":436.9340000000001,"width":"177.43","height":"10.50","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":14,"change":"Addition","str":"Ducklington 20 1.5","line":86,"x":27.156000000000034,"y":424.7820000000001,"width":"92.52","height":"10.50","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":14,"change":"Addition","str":"West Oxfordshire 913 1.4","line":87,"x":27.156000000000034,"y":412.6300000000001,"width":"151.36","height":"10.50","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":14,"change":"Addition","str":"Great Britain - 3.8","line":88,"x":27.156000000000034,"y":400.4780000000001,"width":"89.47","height":"10.50","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":14,"change":"Addition","str":" Transport & communications 1,600 4.2 5.9 5.8","line":72,"x":28.69999999999999,"y":102.41299999999995,"width":"256.82","height":"10.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":14,"change":"Addition","str":" Finance, IT, other business activities 8,100 20.8 24.0 22.0","line":73,"x":28.69999999999999,"y":90.83999999999995,"width":"270.46","height":"10.00","fontName":["Gill Sans MT","Gill Sans MT Bold"],"dir":["ltr"]}
{"page":14,"change":"Addition","str":" Public admin, education & health 7,700 19.8 25.6 27.0","line":74,"x":28.700000000000045,"y":79.26699999999994,"width":"256.91","height":"10.00","fontName":["Gill Sans MT","Gill Sans MT Bold"],"dir":["ltr"]}
{"page":14,"change":"Addition","str":" Other services 3,600 9.2 5.6 5.3","line":75,"x":28.700000000000045,"y":67.69399999999993,"width":"204.51","height":"10.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":14,"change":"Addition","str":"Tourism-related † 4,800 12.4 8.2 8.2","line":76,"x":28.700000000000045,"y":54.76799999999993,"width":"203.85","height":"10.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":14,"change":"Addition","str":" Numbers %","line":79,"x":171.15720000000002,"y":509.846,"width":"82.00","height":"10.50","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":14,"change":"Addition","str":"Witney Central 78 2.9","line":80,"x":27.156000000000034,"y":497.694,"width":"101.19","height":"10.50","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":14,"change":"Addition","str":"Witney East 72 1.5","line":81,"x":27.156000000000034,"y":485.54200000000003,"width":"86.84","height":"10.50","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":14,"change":"Addition","str":"Witney North 43 1.7","line":82,"x":27.156000000000034,"y":473.39000000000004,"width":"104.10","height":"10.50","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":14,"change":"Addition","str":"Witney South 79 2.2","line":83,"x":27.156000000000034,"y":461.23800000000006,"width":"101.19","height":"10.50","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":14,"change":"Addition","str":"Witney West 45 1.5","line":84,"x":27.156000000000034,"y":449.08600000000007,"width":"101.19","height":"10.50","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":14,"change":"Addition","str":"Hailey, Minster Lovell and Leafield 27 1.1","line":85,"x":27.156000000000034,"y":436.9340000000001,"width":"174.51","height":"10.50","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":14,"change":"Addition","str":"Ducklington 20 1.5","line":86,"x":27.156000000000034,"y":424.7820000000001,"width":"80.85","height":"10.50","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":14,"change":"Addition","str":"West Oxfordshire 913 1.4","line":87,"x":27.156000000000034,"y":412.6300000000001,"width":"145.52","height":"10.50","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":14,"change":"Addition","str":"Great Britain - 3.8","line":88,"x":27.156000000000034,"y":400.4780000000001,"width":"77.80","height":"10.50","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":15,"change":"Addition","str":"detached and semi-detached","line":10,"x":34.015,"y":442.4830000000001,"width":"138.29","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":15,"change":"Addition","str":"map on page 8 ). These have increased","line":12,"x":34.015,"y":414.707,"width":"185.77","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":15,"change":"Addition","str":"ü Smiths Estate","line":14,"x":58.765,"y":382.85900000000004,"width":"73.28","height":"11.00","fontName":["Wingdings","Gill Sans MT"],"dir":["ltr"]}
@ -173,24 +173,23 @@
{"page":16,"change":"Addition","str":"Group has identified anti-social","line":21,"x":451.088,"y":54.401,"width":"174.14","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":16,"change":"Addition","str":"Night Caf é , run by the Street","line":32,"x":633.733,"y":228.28100000000018,"width":"174.14","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":16,"change":"Addition","str":"the Police.uk website .","line":43,"x":633.733,"y":70.513,"width":"102.53","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":16,"change":"Addition","str":"Year 2008-09 2009-10 2010-11","line":45,"x":28.351,"y":519.669,"width":"190.57","height":"12.00","fontName":["Gill Sans MT Bold"],"dir":["ltr"]}
{"page":16,"change":"Addition","str":"Year 2008-09 2009-10 2010-11","line":45,"x":28.351,"y":519.669,"width":"183.89","height":"12.00","fontName":["Gill Sans MT Bold"],"dir":["ltr"]}
{"page":16,"change":"Addition","str":"population 50.64 46.95 40.62","line":47,"x":28.351,"y":472.264,"width":"157.04","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":16,"change":"Addition","str":"live in and crime levels have continued to fall in recent years.","line":49,"x":451.213,"y":440.724,"width":"292.48","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":16,"change":"Addition","str":"West Oxfordshire dropped by 13% from 3,221 to 2,805 , which places the","line":51,"x":451.21299999999997,"y":407.948,"width":"353.66","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":16,"change":"Addition","str":"Violence against the person with injury 221 2.13%","line":55,"x":29.29499999999996,"y":120.82,"width":"270.67","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":16,"change":"Addition","str":"Violence against the person with injury 221 2.13%","line":55,"x":29.29499999999996,"y":120.82,"width":"267.34","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":16,"change":"Addition","str":"Violence against the person without injury 361 3.48%","line":56,"x":29.29499999999996,"y":101.93199999999999,"width":"294.09","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":16,"change":"Addition","str":"Serious sexual offences 25 0.24%","line":57,"x":29.29499999999996,"y":83.04399999999998,"width":"200.80","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":16,"change":"Addition","str":"Serious acquisitive crime 289 2.78%","line":58,"x":29.29499999999996,"y":64.15599999999998,"width":"208.13","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":16,"change":"Addition","str":"Serious sexual offences 25 0.24%","line":57,"x":29.29499999999996,"y":83.04399999999998,"width":"190.80","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":16,"change":"Addition","str":"Serious acquisitive crime 289 2.78%","line":58,"x":29.29499999999996,"y":64.15599999999998,"width":"198.12","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":16,"change":"Addition","str":"Other crimes (eg shoplifting, criminal damage) 1,909 18.39%","line":59,"x":29.29499999999996,"y":45.26799999999997,"width":"301.97","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":16,"change":"Addition","str":"be found at the UK Crime","line":62,"x":278.812,"y":252.84300000000002,"width":"98.37","height":"9.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":16,"change":"Addition","str":"Stats website .","line":63,"x":278.812,"y":242.427,"width":"52.75","height":"9.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":17,"change":"Addition","str":" 2008 2009 2010 2011","line":2,"x":477.38,"y":367.069,"width":"148.74","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":17,"change":"Addition","str":"England & Wales average 48% 50% 54% Jan 12","line":3,"x":477.38,"y":348.18100000000004,"width":"266.16","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":17,"change":"Addition","str":"Oxfordshire average 50% 53% 57% Jan 12","line":4,"x":477.38,"y":329.29300000000006,"width":"252.18","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":17,"change":"Addition","str":"The Henry Box School 57% 62% 62% 59%","line":5,"x":477.38,"y":310.4050000000001,"width":"246.35","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":17,"change":"Addition","str":"Wood Green School 62% 56% 62% Jan 12","line":6,"x":477.38,"y":291.5170000000001,"width":"252.17","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":17,"change":"Addition","str":"Cokethorpe School 73% 79% 91% Jan 12","line":7,"x":477.38,"y":272.62900000000013,"width":"252.17","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":17,"change":"Addition","str":"The Kings School 90% 100% 94% Jan 12","line":8,"x":477.38,"y":253.74100000000013,"width":"232.08","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":17,"change":"Addition","str":"England & Wales average 48% 50% 54% Jan 12","line":3,"x":477.38,"y":348.18100000000004,"width":"262.82","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":17,"change":"Addition","str":"Oxfordshire average 50% 53% 57% Jan 12","line":4,"x":477.38,"y":329.29300000000006,"width":"248.84","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":17,"change":"Addition","str":"The Henry Box School 57% 62% 62% 59%","line":5,"x":477.38,"y":310.4050000000001,"width":"243.01","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":17,"change":"Addition","str":"Wood Green School 62% 56% 62% Jan 12","line":6,"x":477.38,"y":291.5170000000001,"width":"248.84","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":17,"change":"Addition","str":"Cokethorpe School 73% 79% 91% Jan 12","line":7,"x":477.38,"y":272.62900000000013,"width":"248.84","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":17,"change":"Addition","str":"The Kings School 90% 100% 94% Jan 12","line":8,"x":477.38,"y":253.74100000000013,"width":"225.41","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":17,"change":"Addition","str":"(Performance tables for 2011 are published by the Department for Education at the end","line":9,"x":477.38,"y":236.709,"width":"327.93","height":"10.00","fontName":["Gill Sans MT Italic"],"dir":["ltr"]}
{"page":17,"change":"Addition","str":"The Henry Box School is situated","line":13,"x":34.015,"y":445.845,"width":"173.67","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":17,"change":"Addition","str":"Wood Green School is between","line":26,"x":34.015,"y":260.301,"width":"173.67","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
@ -219,7 +218,7 @@
{"page":23,"change":"Addition","str":"at the Langdale Hall (refurbished","line":37,"x":216.187,"y":399.571,"width":"166.51","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":23,"change":"Addition","str":"packages combining catering,","line":49,"x":216.18699999999998,"y":227.91500000000022,"width":"140.21","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":24,"change":"Addition","str":"Oxfordshire Guides for Brides","line":24,"x":634.205,"y":139.1249999999999,"width":"162.15","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":25,"change":"Addition","str":"sMeasure energy management","line":20,"x":34.015,"y":195.851,"width":"146.70","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":25,"change":"Addition","str":"sMeasure energy management","line":20,"x":34.015,"y":195.851,"width":"143.37","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":26,"change":"Addition","str":"4. Consider inviting key arts organisations (eg Witney Music Festival , Witney Book Festival ,","line":10,"x":24.145000000000003,"y":418.22,"width":"448.95","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":26,"change":"Addition","str":"Witney Film Festival , Witney Art Studios , Witney TV ) to advise the Appeal.","line":11,"x":41.44999999999999,"y":404.332,"width":"362.08","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
{"page":26,"change":"Addition","str":"to Witney, in partnership with Witney Museum , schools and local organisations.","line":29,"x":41.45000000000004,"y":124.348,"width":"387.04","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}

View File

@ -0,0 +1,183 @@
{
"pages": 27,
"items": 2053,
"groupedItems": 2053,
"changes": 154,
"schema": [
{
"name": "x"
},
{
"name": "y"
},
{
"name": "str"
},
{
"name": "fontName"
},
{
"name": "dir"
},
{
"name": "width"
},
{
"name": "height"
}
]
}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","560.03","384.50"],"fontName":"Gill Sans MT","x":560.0308,"y":384.497}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","596.03","384.50"],"fontName":"Gill Sans MT","x":596.0308,"y":384.497}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","632.03","384.50"],"fontName":"Gill Sans MT","x":632.0308,"y":384.497}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","668.03","384.50"],"fontName":"Gill Sans MT","x":668.0308,"y":384.497}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","704.03","384.50"],"fontName":"Gill Sans MT","x":704.0308,"y":384.497}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","524.03","365.61"],"fontName":"Gill Sans MT","x":524.032,"y":365.60900000000004}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","560.03","365.61"],"fontName":"Gill Sans MT","x":560.032,"y":365.60900000000004}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","596.03","365.61"],"fontName":"Gill Sans MT","x":596.032,"y":365.60900000000004}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","632.03","365.61"],"fontName":"Gill Sans MT","x":632.032,"y":365.60900000000004}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","668.03","365.61"],"fontName":"Gill Sans MT","x":668.032,"y":365.60900000000004}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","704.03","365.61"],"fontName":"Gill Sans MT","x":704.032,"y":365.60900000000004}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","596.03","346.72"],"fontName":"Gill Sans MT","x":596.0283999999998,"y":346.72100000000006}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","632.03","346.72"],"fontName":"Gill Sans MT","x":632.0283999999998,"y":346.72100000000006}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","668.03","346.72"],"fontName":"Gill Sans MT","x":668.0283999999998,"y":346.72100000000006}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","704.03","346.72"],"fontName":"Gill Sans MT","x":704.0283999999998,"y":346.72100000000006}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","560.03","327.83"],"fontName":"Gill Sans MT","x":560.0307999999999,"y":327.8330000000001}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","596.03","327.83"],"fontName":"Gill Sans MT","x":596.0307999999999,"y":327.8330000000001}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","632.03","327.83"],"fontName":"Gill Sans MT","x":632.0307999999999,"y":327.8330000000001}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","668.03","327.83"],"fontName":"Gill Sans MT","x":668.0307999999999,"y":327.8330000000001}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","704.03","327.83"],"fontName":"Gill Sans MT","x":704.0307999999999,"y":327.8330000000001}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","524.03","308.95"],"fontName":"Gill Sans MT","x":524.032,"y":308.9450000000001}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","560.03","308.95"],"fontName":"Gill Sans MT","x":560.032,"y":308.9450000000001}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","596.03","308.95"],"fontName":"Gill Sans MT","x":596.032,"y":308.9450000000001}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","632.03","308.95"],"fontName":"Gill Sans MT","x":632.032,"y":308.9450000000001}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","668.03","308.95"],"fontName":"Gill Sans MT","x":668.032,"y":308.9450000000001}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","704.03","308.95"],"fontName":"Gill Sans MT","x":704.032,"y":308.9450000000001}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","560.03","290.06"],"fontName":"Gill Sans MT","x":560.0307999999999,"y":290.05700000000013}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","596.03","290.06"],"fontName":"Gill Sans MT","x":596.0307999999999,"y":290.05700000000013}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","632.03","290.06"],"fontName":"Gill Sans MT","x":632.0307999999999,"y":290.05700000000013}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","668.03","290.06"],"fontName":"Gill Sans MT","x":668.0307999999999,"y":290.05700000000013}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","704.03","290.06"],"fontName":"Gill Sans MT","x":704.0307999999999,"y":290.05700000000013}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","524.03","271.17"],"fontName":"Gill Sans MT","x":524.032,"y":271.16900000000015}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","560.03","271.17"],"fontName":"Gill Sans MT","x":560.032,"y":271.16900000000015}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","596.03","271.17"],"fontName":"Gill Sans MT","x":596.032,"y":271.16900000000015}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","632.03","271.17"],"fontName":"Gill Sans MT","x":632.032,"y":271.16900000000015}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","668.03","271.17"],"fontName":"Gill Sans MT","x":668.032,"y":271.16900000000015}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","704.03","271.17"],"fontName":"Gill Sans MT","x":704.032,"y":271.16900000000015}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","560.03","252.28"],"fontName":"Gill Sans MT","x":560.032,"y":252.28100000000015}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","596.03","252.28"],"fontName":"Gill Sans MT","x":596.032,"y":252.28100000000015}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","632.03","252.28"],"fontName":"Gill Sans MT","x":632.032,"y":252.28100000000015}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","668.03","252.28"],"fontName":"Gill Sans MT","x":668.032,"y":252.28100000000015}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","704.03","252.28"],"fontName":"Gill Sans MT","x":704.032,"y":252.28100000000015}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","524.03","233.39"],"fontName":"Gill Sans MT","x":524.0308,"y":233.39300000000014}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","560.03","233.39"],"fontName":"Gill Sans MT","x":560.0308,"y":233.39300000000014}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","596.03","233.39"],"fontName":"Gill Sans MT","x":596.0308,"y":233.39300000000014}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","632.03","233.39"],"fontName":"Gill Sans MT","x":632.0308,"y":233.39300000000014}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","668.03","233.39"],"fontName":"Gill Sans MT","x":668.0308,"y":233.39300000000014}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","704.03","233.39"],"fontName":"Gill Sans MT","x":704.0308,"y":233.39300000000014}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","524.03","214.51"],"fontName":"Gill Sans MT","x":524.032,"y":214.50500000000014}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","560.03","214.51"],"fontName":"Gill Sans MT","x":560.032,"y":214.50500000000014}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","596.03","214.51"],"fontName":"Gill Sans MT","x":596.032,"y":214.50500000000014}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","632.03","214.51"],"fontName":"Gill Sans MT","x":632.032,"y":214.50500000000014}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","668.03","214.51"],"fontName":"Gill Sans MT","x":668.032,"y":214.50500000000014}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","704.03","214.51"],"fontName":"Gill Sans MT","x":704.032,"y":214.50500000000014}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","596.03","195.62"],"fontName":"Gill Sans MT","x":596.0307999999998,"y":195.61700000000013}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","632.03","195.62"],"fontName":"Gill Sans MT","x":632.0307999999998,"y":195.61700000000013}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","668.03","195.62"],"fontName":"Gill Sans MT","x":668.0307999999998,"y":195.61700000000013}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","704.03","195.62"],"fontName":"Gill Sans MT","x":704.0307999999998,"y":195.61700000000013}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","560.03","176.73"],"fontName":"Gill Sans MT","x":560.0308,"y":176.72900000000013}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","596.03","176.73"],"fontName":"Gill Sans MT","x":596.0308,"y":176.72900000000013}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","632.03","176.73"],"fontName":"Gill Sans MT","x":632.0308,"y":176.72900000000013}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","668.03","176.73"],"fontName":"Gill Sans MT","x":668.0308,"y":176.72900000000013}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","704.03","176.73"],"fontName":"Gill Sans MT","x":704.0308,"y":176.72900000000013}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","596.03","157.84"],"fontName":"Gill Sans MT","x":596.0320000000003,"y":157.84100000000012}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","632.03","157.84"],"fontName":"Gill Sans MT","x":632.0320000000003,"y":157.84100000000012}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","668.03","157.84"],"fontName":"Gill Sans MT","x":668.0320000000003,"y":157.84100000000012}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","704.03","157.84"],"fontName":"Gill Sans MT","x":704.0320000000003,"y":157.84100000000012}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","560.03","138.95"],"fontName":"Gill Sans MT","x":560.0308000000001,"y":138.95300000000012}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","596.03","138.95"],"fontName":"Gill Sans MT","x":596.0308000000001,"y":138.95300000000012}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","632.03","138.95"],"fontName":"Gill Sans MT","x":632.0308000000001,"y":138.95300000000012}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","668.03","138.95"],"fontName":"Gill Sans MT","x":668.0308000000001,"y":138.95300000000012}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","704.03","138.95"],"fontName":"Gill Sans MT","x":704.0308000000001,"y":138.95300000000012}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","632.03","120.07"],"fontName":"Gill Sans MT","x":632.0307999999999,"y":120.06500000000011}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","668.03","120.07"],"fontName":"Gill Sans MT","x":668.0307999999999,"y":120.06500000000011}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","704.03","120.07"],"fontName":"Gill Sans MT","x":704.0307999999999,"y":120.06500000000011}
{"page":14,"change":"Removal","str":" ","dir":"ltr","width":"5.83","height":"10.50","transform":["10.50","0.00","0.00","10.50","28.70","229.83"],"fontName":"Gill Sans MT Bold","x":28.7,"y":229.831}
{"page":14,"change":"Removal","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","64.70","229.83"],"fontName":"Gill Sans MT Bold","x":64.69925,"y":229.831}
{"page":14,"change":"Removal","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","100.70","229.83"],"fontName":"Gill Sans MT Bold","x":100.69955,"y":229.831}
{"page":14,"change":"Removal","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","136.70","229.83"],"fontName":"Gill Sans MT Bold","x":136.69985,"y":229.831}
{"page":14,"change":"Removal","str":" ","dir":"ltr","width":"2.78","height":"10.00","transform":["10.00","0.00","0.00","10.00","100.70","183.42"],"fontName":"Gill Sans MT","x":100.69999999999997,"y":183.424}
{"page":14,"change":"Removal","str":" ","dir":"ltr","width":"38.84","height":"10.00","transform":["10.00","0.00","0.00","10.00","136.70","183.42"],"fontName":"Gill Sans MT","x":136.7,"y":183.424}
{"page":14,"change":"Removal","str":" ","dir":"ltr","width":"2.78","height":"10.00","transform":["10.00","0.00","0.00","10.00","100.70","171.85"],"fontName":"Gill Sans MT","x":100.69999999999999,"y":171.851}
{"page":14,"change":"Removal","str":" ","dir":"ltr","width":"2.78","height":"10.00","transform":["10.00","0.00","0.00","10.00","136.70","171.85"],"fontName":"Gill Sans MT","x":136.7,"y":171.851}
{"page":14,"change":"Removal","str":" ","dir":"ltr","width":"2.78","height":"10.00","transform":["10.00","0.00","0.00","10.00","172.70","171.85"],"fontName":"Gill Sans MT","x":172.7,"y":171.851}
{"page":14,"change":"Removal","str":" ","dir":"ltr","width":"2.78","height":"10.00","transform":["10.00","0.00","0.00","10.00","100.70","148.70"],"fontName":"Gill Sans MT","x":100.69999999999999,"y":148.70499999999998}
{"page":14,"change":"Removal","str":" ","dir":"ltr","width":"2.78","height":"10.00","transform":["10.00","0.00","0.00","10.00","136.70","148.70"],"fontName":"Gill Sans MT","x":136.7,"y":148.70499999999998}
{"page":14,"change":"Removal","str":" ","dir":"ltr","width":"2.78","height":"10.00","transform":["10.00","0.00","0.00","10.00","172.70","148.70"],"fontName":"Gill Sans MT","x":172.7,"y":148.70499999999998}
{"page":14,"change":"Removal","str":" ","dir":"ltr","width":"2.78","height":"10.00","transform":["10.00","0.00","0.00","10.00","100.70","137.13"],"fontName":"Gill Sans MT","x":100.69999999999997,"y":137.13199999999998}
{"page":14,"change":"Removal","str":" ","dir":"ltr","width":"2.78","height":"10.00","transform":["10.00","0.00","0.00","10.00","136.70","137.13"],"fontName":"Gill Sans MT","x":136.7,"y":137.13199999999998}
{"page":14,"change":"Removal","str":" ","dir":"ltr","width":"2.78","height":"10.00","transform":["10.00","0.00","0.00","10.00","172.70","137.13"],"fontName":"Gill Sans MT","x":172.7,"y":137.13199999999998}
{"page":14,"change":"Removal","str":" ","dir":"ltr","width":"2.78","height":"10.00","transform":["10.00","0.00","0.00","10.00","100.70","125.56"],"fontName":"Gill Sans MT","x":100.69999999999997,"y":125.55899999999997}
{"page":14,"change":"Removal","str":" ","dir":"ltr","width":"2.78","height":"10.00","transform":["10.00","0.00","0.00","10.00","136.70","125.56"],"fontName":"Gill Sans MT","x":136.7,"y":125.55899999999997}
{"page":14,"change":"Removal","str":" ","dir":"ltr","width":"2.78","height":"10.00","transform":["10.00","0.00","0.00","10.00","172.70","125.56"],"fontName":"Gill Sans MT","x":172.7,"y":125.55899999999997}
{"page":14,"change":"Removal","str":" ","dir":"ltr","width":"2.78","height":"10.00","transform":["10.00","0.00","0.00","10.00","172.70","102.41"],"fontName":"Gill Sans MT","x":172.7,"y":102.41299999999995}
{"page":14,"change":"Removal","str":" ","dir":"ltr","width":"2.78","height":"10.00","transform":["10.00","0.00","0.00","10.00","299.98","90.84"],"fontName":"Gill Sans MT","x":299.98,"y":90.83999999999995}
{"page":14,"change":"Removal","str":" ","dir":"ltr","width":"2.78","height":"10.00","transform":["10.00","0.00","0.00","10.00","299.98","79.27"],"fontName":"Gill Sans MT","x":299.98,"y":79.26699999999994}
{"page":14,"change":"Removal","str":" ","dir":"ltr","width":"2.78","height":"10.00","transform":["10.00","0.00","0.00","10.00","136.70","67.69"],"fontName":"Gill Sans MT","x":136.70000000000005,"y":67.69399999999993}
{"page":14,"change":"Removal","str":" ","dir":"ltr","width":"2.78","height":"10.00","transform":["10.00","0.00","0.00","10.00","172.70","67.69"],"fontName":"Gill Sans MT","x":172.70000000000005,"y":67.69399999999993}
{"page":14,"change":"Removal","str":" ","dir":"ltr","width":"5.67","height":"10.00","transform":["10.00","0.00","0.00","10.00","97.81","54.77"],"fontName":"Gill Sans MT","x":97.81200000000004,"y":54.76799999999993}
{"page":14,"change":"Removal","str":" ","dir":"ltr","width":"2.78","height":"10.00","transform":["10.00","0.00","0.00","10.00","136.70","54.77"],"fontName":"Gill Sans MT","x":136.70000000000005,"y":54.76799999999993}
{"page":14,"change":"Removal","str":" ","dir":"ltr","width":"2.78","height":"10.00","transform":["10.00","0.00","0.00","10.00","172.70","54.77"],"fontName":"Gill Sans MT","x":172.70000000000005,"y":54.76799999999993}
{"page":14,"change":"Removal","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","27.16","509.85"],"fontName":"Gill Sans MT","x":27.156000000000034,"y":509.846}
{"page":14,"change":"Removal","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","63.16","509.85"],"fontName":"Gill Sans MT","x":63.15630000000003,"y":509.846}
{"page":14,"change":"Removal","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","99.16","509.85"],"fontName":"Gill Sans MT","x":99.15660000000003,"y":509.846}
{"page":14,"change":"Removal","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","135.16","509.85"],"fontName":"Gill Sans MT","x":135.1569,"y":509.846}
{"page":14,"change":"Removal","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","135.15","497.69"],"fontName":"Gill Sans MT","x":135.15480000000002,"y":497.694}
{"page":14,"change":"Removal","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","171.16","497.69"],"fontName":"Gill Sans MT","x":171.15510000000003,"y":497.694}
{"page":14,"change":"Removal","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","243.15","497.69"],"fontName":"Gill Sans MT","x":243.1546500000001,"y":497.694}
{"page":14,"change":"Removal","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","99.15","485.54"],"fontName":"Gill Sans MT","x":99.15450000000004,"y":485.54200000000003}
{"page":14,"change":"Removal","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","135.15","485.54"],"fontName":"Gill Sans MT","x":135.15480000000002,"y":485.54200000000003}
{"page":14,"change":"Removal","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","171.16","485.54"],"fontName":"Gill Sans MT","x":171.15510000000003,"y":485.54200000000003}
{"page":14,"change":"Removal","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","243.15","485.54"],"fontName":"Gill Sans MT","x":243.1546500000001,"y":485.54200000000003}
{"page":14,"change":"Removal","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","135.15","473.39"],"fontName":"Gill Sans MT","x":135.15480000000002,"y":473.39000000000004}
{"page":14,"change":"Removal","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","171.16","473.39"],"fontName":"Gill Sans MT","x":171.15510000000003,"y":473.39000000000004}
{"page":14,"change":"Removal","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","243.15","473.39"],"fontName":"Gill Sans MT","x":243.1546500000001,"y":473.39000000000004}
{"page":14,"change":"Removal","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","135.15","461.24"],"fontName":"Gill Sans MT","x":135.15480000000002,"y":461.23800000000006}
{"page":14,"change":"Removal","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","171.16","461.24"],"fontName":"Gill Sans MT","x":171.15510000000003,"y":461.23800000000006}
{"page":14,"change":"Removal","str":" ","dir":"ltr","width":"5.83","height":"10.50","transform":["10.50","0.00","0.00","10.50","243.15","461.24"],"fontName":"Gill Sans MT","x":243.1546500000001,"y":461.23800000000006}
{"page":14,"change":"Removal","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","135.15","449.09"],"fontName":"Gill Sans MT","x":135.15480000000002,"y":449.08600000000007}
{"page":14,"change":"Removal","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","171.16","449.09"],"fontName":"Gill Sans MT","x":171.15510000000003,"y":449.08600000000007}
{"page":14,"change":"Removal","str":" ","dir":"ltr","width":"5.83","height":"10.50","transform":["10.50","0.00","0.00","10.50","243.15","449.09"],"fontName":"Gill Sans MT","x":243.1546500000001,"y":449.08600000000007}
{"page":14,"change":"Removal","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","243.16","436.93"],"fontName":"Gill Sans MT","x":243.15675000000007,"y":436.9340000000001}
{"page":14,"change":"Removal","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","99.15","424.78"],"fontName":"Gill Sans MT","x":99.15450000000004,"y":424.7820000000001}
{"page":14,"change":"Removal","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","135.15","424.78"],"fontName":"Gill Sans MT","x":135.15480000000002,"y":424.7820000000001}
{"page":14,"change":"Removal","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","171.16","424.78"],"fontName":"Gill Sans MT","x":171.15510000000003,"y":424.7820000000001}
{"page":14,"change":"Removal","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","243.15","424.78"],"fontName":"Gill Sans MT","x":243.1546500000001,"y":424.7820000000001}
{"page":14,"change":"Removal","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","135.16","412.63"],"fontName":"Gill Sans MT","x":135.15585000000002,"y":412.6300000000001}
{"page":14,"change":"Removal","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","243.15","412.63"],"fontName":"Gill Sans MT","x":243.15150000000017,"y":412.6300000000001}
{"page":14,"change":"Removal","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","99.16","400.48"],"fontName":"Gill Sans MT","x":99.1566,"y":400.4780000000001}
{"page":14,"change":"Removal","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","135.16","400.48"],"fontName":"Gill Sans MT","x":135.1569,"y":400.4780000000001}
{"page":14,"change":"Removal","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","171.16","400.48"],"fontName":"Gill Sans MT","x":171.15720000000002,"y":400.4780000000001}
{"page":14,"change":"Removal","str":" ","dir":"ltr","width":"2.92","height":"10.50","transform":["10.50","0.00","0.00","10.50","243.16","400.48"],"fontName":"Gill Sans MT","x":243.15780000000004,"y":400.4780000000001}
{"page":16,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","100.35","519.67"],"fontName":"Gill Sans MT Bold","x":100.35099999999998,"y":519.669}
{"page":16,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","136.35","519.67"],"fontName":"Gill Sans MT Bold","x":136.351,"y":519.669}
{"page":16,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","245.29","120.82"],"fontName":"Gill Sans MT","x":245.29140000000007,"y":120.82}
{"page":16,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","173.29","83.04"],"fontName":"Gill Sans MT","x":173.295,"y":83.04399999999998}
{"page":16,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","209.30","83.04"],"fontName":"Gill Sans MT","x":209.29500000000002,"y":83.04399999999998}
{"page":16,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","245.30","83.04"],"fontName":"Gill Sans MT","x":245.29500000000002,"y":83.04399999999998}
{"page":16,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","173.29","64.16"],"fontName":"Gill Sans MT","x":173.29499999999996,"y":64.15599999999998}
{"page":16,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","209.29","64.16"],"fontName":"Gill Sans MT","x":209.29499999999996,"y":64.15599999999998}
{"page":16,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","245.29","64.16"],"fontName":"Gill Sans MT","x":245.29499999999996,"y":64.15599999999998}
{"page":17,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","477.38","367.07"],"fontName":"Gill Sans MT","x":477.38,"y":367.069}
{"page":17,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","513.38","367.07"],"fontName":"Gill Sans MT","x":513.38,"y":367.069}
{"page":17,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","549.38","367.07"],"fontName":"Gill Sans MT","x":549.38,"y":367.069}
{"page":17,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","585.38","367.07"],"fontName":"Gill Sans MT","x":585.38,"y":367.069}
{"page":17,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","621.38","367.07"],"fontName":"Gill Sans MT","x":621.38,"y":367.069}
{"page":17,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","621.38","348.18"],"fontName":"Gill Sans MT","x":621.3812,"y":348.18100000000004}
{"page":17,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","621.38","329.29"],"fontName":"Gill Sans MT","x":621.3811999999999,"y":329.29300000000006}
{"page":17,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","621.38","310.41"],"fontName":"Gill Sans MT","x":621.3775999999997,"y":310.4050000000001}
{"page":17,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","621.38","291.52"],"fontName":"Gill Sans MT","x":621.3787999999998,"y":291.5170000000001}
{"page":17,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","621.38","272.63"],"fontName":"Gill Sans MT","x":621.3788,"y":272.62900000000013}
{"page":17,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","585.38","253.74"],"fontName":"Gill Sans MT","x":585.3788,"y":253.74100000000013}
{"page":17,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","621.38","253.74"],"fontName":"Gill Sans MT","x":621.3788,"y":253.74100000000013}
{"page":25,"change":"Removal","str":" ","dir":"ltr","width":"3.34","height":"12.00","transform":["12.00","0.00","0.00","12.00","80.00","195.85"],"fontName":"Gill Sans MT","x":79.999,"y":195.851}

View File

@ -1,6 +1,6 @@
{
"pages": 27,
"items": 2053,
"items": 1899,
"groupedItems": 1545,
"changes": 25,
"schema": [

View File

@ -1,6 +1,6 @@
{
"pages": 27,
"items": 2053,
"items": 1899,
"groupedItems": 1545,
"changes": 9,
"schema": [

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
{
"pages": 466,
"items": 919673,
"groupedItems": 15254,
"items": 772243,
"groupedItems": 15232,
"changes": 0,
"schema": [
{

View File

@ -1,7 +1,7 @@
{
"pages": 466,
"items": 919673,
"groupedItems": 15254,
"items": 772243,
"groupedItems": 15232,
"changes": 0,
"schema": [
{

View File

@ -1,7 +1,7 @@
{
"pages": 4,
"items": 669,
"groupedItems": 669,
"items": 522,
"groupedItems": 522,
"changes": 0,
"schema": [
{
@ -31,31 +31,19 @@
{"page":0,"change":"none","str":"fro","dir":"ltr","width":"12.73","height":"11.00","transform":["11.00","0.00","0.00","11.00","260.10","747.22"],"fontName":"BCDEEE+Garamond-Bold","x":260.1,"y":747.22}
{"page":0,"change":"none","str":"m","dir":"ltr","width":"9.28","height":"11.00","transform":["11.00","0.00","0.00","11.00","272.85","747.22"],"fontName":"BCDEEE+Garamond-Bold","x":272.85,"y":747.22}
{"page":0,"change":"none","str":"}","dir":"ltr","width":"4.36","height":"11.00","transform":["11.00","0.00","0.00","11.00","282.13","747.22"],"fontName":"BCDEEE+Garamond-Bold","x":282.13,"y":747.22}
{"page":0,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","286.38","747.22"],"fontName":"BCDEEE+Garamond-Bold","x":286.38,"y":747.22}
{"page":0,"change":"none","str":"THE","dir":"ltr","width":"24.80","height":"11.00","transform":["11.00","0.00","0.00","11.00","289.38","747.22"],"fontName":"BCDEEE+Garamond-Bold","x":289.38,"y":747.22}
{"page":0,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","314.13","747.22"],"fontName":"BCDEEE+Garamond-Bold","x":314.13,"y":747.22}
{"page":0,"change":"none","str":"{New York}","dir":"ltr","width":"56.32","height":"11.00","transform":["11.00","0.00","0.00","11.00","316.88","747.22"],"fontName":"BCDEEE+Garamond-Bold","x":316.88,"y":747.22}
{"page":0,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","373.15","747.22"],"fontName":"BCDEEE+Garamond-Bold","x":373.15,"y":747.22}
{"page":0,"change":"none","str":"SUN, SUNDAY, MARCH 25, 1877.","dir":"ltr","width":"164.22","height":"11.00","transform":["11.00","0.00","0.00","11.00","375.90","747.22"],"fontName":"BCDEEE+Garamond-Bold","x":375.9,"y":747.22}
{"page":0,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","540.23","747.22"],"fontName":"BCDEEE+Garamond-Bold","x":540.23,"y":747.22}
{"page":0,"change":"none","str":" ","dir":"ltr","width":"3.00","height":"12.00","transform":["12.00","0.00","0.00","12.00","540.23","732.97"],"x":540.23,"y":732.97}
{"page":0,"change":"none","str":" ","dir":"ltr","width":"2.71","height":"12.00","transform":["12.00","0.00","0.00","12.00","306.13","718.97"],"fontName":"BCDFEE+Calibri","x":306.13,"y":718.97}
{"page":0,"change":"none","str":" ","dir":"ltr","width":"3.00","height":"12.00","transform":["12.00","0.00","0.00","12.00","90.03","38.52"],"fontName":"BCDEEE+Garamond-Bold","x":90.025,"y":38.525}
{"page":0,"change":"none","str":"TH","dir":"ltr","width":"16.95","height":"11.00","transform":["11.00","0.00","0.00","11.00","103.05","706.47"],"fontName":"BCDEEE+Garamond-Bold","x":103.05,"y":706.47}
{"page":0,"change":"none","str":"E MAN WITHOUT A BODY","dir":"ltr","width":"140.16","height":"11.00","transform":["11.00","0.00","0.00","11.00","120.05","706.47"],"fontName":"BCDEEE+Garamond-Bold","x":120.05,"y":706.47}
{"page":0,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","260.60","706.47"],"fontName":"BCDEEE+Garamond-Bold","x":260.6,"y":706.47}
{"page":0,"change":"none","str":"{","dir":"ltr","width":"4.36","height":"11.00","transform":["11.00","0.00","0.00","11.00","118.55","693.97"],"fontName":"BCDEEE+Garamond-Bold","x":118.55,"y":693.97}
{"page":0,"change":"none","str":"by Edward Page Mitchell","dir":"ltr","width":"118.01","height":"11.00","transform":["11.00","0.00","0.00","11.00","122.80","693.97"],"fontName":"BCDEEE+Garamond-Bold","x":122.8,"y":693.97}
{"page":0,"change":"none","str":"}","dir":"ltr","width":"4.36","height":"11.00","transform":["11.00","0.00","0.00","11.00","240.85","693.97"],"fontName":"BCDEEE+Garamond-Bold","x":240.85,"y":693.97}
{"page":0,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","245.35","693.97"],"fontName":"BCDEEE+Garamond-Bold","x":245.35,"y":693.97}
{"page":0,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","681.72"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":681.72}
{"page":0,"change":"none","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","669.20"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":669.2}
{"page":0,"change":"none","str":"On a shelf in the old Arsenal museum, in the ","dir":"ltr","width":"213.91","height":"11.00","transform":["11.00","0.00","0.00","11.00","80.28","669.20"],"fontName":"BCDEEE+Garamond-Bold","x":80.275,"y":669.2}
{"page":0,"change":"none","str":"Central Park, in the midst of stuffed ","dir":"ltr","width":"222.28","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","656.95"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":656.95}
{"page":0,"change":"none","str":"hummingbirds, ermines, silver foxes, and ","dir":"ltr","width":"222.31","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","644.45"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":644.45}
{"page":0,"change":"none","str":"bright","dir":"ltr","width":"28.17","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","632.20"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":632.2}
{"page":0,"change":"none","str":"-","dir":"ltr","width":"3.66","height":"11.00","transform":["11.00","0.00","0.00","11.00","100.30","632.20"],"fontName":"BCDEEE+Garamond-Bold","x":100.3,"y":632.2}
{"page":0,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","104.05","632.20"],"fontName":"BCDEEE+Garamond-Bold","x":104.05,"y":632.2}
{"page":0,"change":"none","str":"colored parakeets, there is a ghastly row ","dir":"ltr","width":"187.61","height":"11.00","transform":["11.00","0.00","0.00","11.00","106.80","632.20"],"fontName":"BCDEEE+Garamond-Bold","x":106.8,"y":632.2}
{"page":0,"change":"none","str":"of human heads. I pass by ","dir":"ltr","width":"145.37","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","619.70"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":619.7}
{"page":0,"change":"none","str":"the mummied ","dir":"ltr","width":"72.68","height":"11.00","transform":["11.00","0.00","0.00","11.00","221.85","619.70"],"fontName":"BCDEEE+Garamond-Bold","x":221.85,"y":619.7}
@ -64,8 +52,6 @@
{"page":0,"change":"none","str":"had a fascinating interest to me ever since it was ","dir":"ltr","width":"222.29","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","582.67"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":582.67}
{"page":0,"change":"none","str":"added to the grim collection a little more than a ","dir":"ltr","width":"222.32","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","570.17"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":570.17}
{"page":0,"change":"none","str":"year ago.","dir":"ltr","width":"42.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","557.92"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":557.92}
{"page":0,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","114.05","557.92"],"fontName":"BCDEEE+Garamond-Bold","x":114.05,"y":557.92}
{"page":0,"change":"none","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","545.42"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":545.42}
{"page":0,"change":"none","str":"I was struck with the Head when I first ","dir":"ltr","width":"181.86","height":"11.00","transform":["11.00","0.00","0.00","11.00","80.28","545.42"],"fontName":"BCDEEE+Garamond-Bold","x":80.275,"y":545.42}
{"page":0,"change":"none","str":"saw it. ","dir":"ltr","width":"32.47","height":"11.00","transform":["11.00","0.00","0.00","11.00","262.10","545.42"],"fontName":"BCDEEE+Garamond-Bold","x":262.1,"y":545.42}
{"page":0,"change":"none","str":"The pensive intelligence of the features won ","dir":"ltr","width":"222.17","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","533.17"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":533.17}
@ -87,32 +73,24 @@
{"page":0,"change":"none","str":"attention, however, was the vague resemblance ","dir":"ltr","width":"222.27","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","359.88"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":359.88}
{"page":0,"change":"none","str":"which this dilapidated countenance bore to ","dir":"ltr","width":"222.20","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","347.35"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":347.35}
{"page":0,"change":"none","str":"some face which had at some time","dir":"ltr","width":"156.85","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","335.10"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":335.1}
{"page":0,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","229.10","335.10"],"fontName":"BCDEEE+Garamond-Bold","x":229.1,"y":335.1}
{"page":0,"change":"none","str":"been familiar ","dir":"ltr","width":"63.21","height":"11.00","transform":["11.00","0.00","0.00","11.00","231.35","335.10"],"fontName":"BCDEEE+Garamond-Bold","x":231.35,"y":335.1}
{"page":0,"change":"none","str":"to me","dir":"ltr","width":"32.13","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","322.60"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":322.6}
{"page":0,"change":"none","str":"—","dir":"ltr","width":"11.00","height":"11.00","transform":["11.00","0.00","0.00","11.00","104.30","322.60"],"fontName":"BCDGEE+Garamond-Bold","x":104.3,"y":322.6}
{"page":0,"change":"none","str":"some face which lingered in my ","dir":"ltr","width":"179.07","height":"11.00","transform":["11.00","0.00","0.00","11.00","115.30","322.60"],"fontName":"BCDEEE+Garamond-Bold","x":115.3,"y":322.6}
{"page":0,"change":"none","str":"memory, but which I could not place.","dir":"ltr","width":"174.22","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","310.35"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":310.35}
{"page":0,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","246.60","310.35"],"fontName":"BCDEEE+Garamond-Bold","x":246.6,"y":310.35}
{"page":0,"change":"none","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","297.85"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":297.85}
{"page":0,"change":"none","str":"After all, I was not greatly surprised, when I ","dir":"ltr","width":"213.94","height":"11.00","transform":["11.00","0.00","0.00","11.00","80.28","297.85"],"fontName":"BCDEEE+Garamond-Bold","x":80.275,"y":297.85}
{"page":0,"change":"none","str":"had known the Head for nearly a year, to see it ","dir":"ltr","width":"222.19","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","285.60"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":285.6}
{"page":0,"change":"none","str":"acknowledge our acquaintance and express its ","dir":"ltr","width":"222.24","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","273.08"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":273.08}
{"page":0,"change":"none","str":"appreciation of ","dir":"ltr","width":"73.45","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","260.83"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":260.83}
{"page":0,"change":"none","str":"friendly interest","dir":"ltr","width":"74.09","height":"11.00","transform":["11.00","0.00","0.00","11.00","146.55","260.83"],"fontName":"BCDEEE+Garamond-Bold","x":146.55,"y":260.83}
{"page":0,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","220.85","260.83"],"fontName":"BCDEEE+Garamond-Bold","x":220.85,"y":260.83}
{"page":0,"change":"none","str":"on my part by ","dir":"ltr","width":"69.92","height":"11.00","transform":["11.00","0.00","0.00","11.00","224.60","260.83"],"fontName":"BCDEEE+Garamond-Bold","x":224.6,"y":260.83}
{"page":0,"change":"none","str":"deliberately winking at me as I stood before its ","dir":"ltr","width":"222.20","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","248.33"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":248.33}
{"page":0,"change":"none","str":"glass case.","dir":"ltr","width":"48.81","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","236.08"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":236.08}
{"page":0,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","121.05","236.08"],"fontName":"BCDEEE+Garamond-Bold","x":121.05,"y":236.08}
{"page":0,"change":"none","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","223.58"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":223.58}
{"page":0,"change":"none","str":"This was on a Trustees' day, and I was the ","dir":"ltr","width":"213.99","height":"11.00","transform":["11.00","0.00","0.00","11.00","80.28","223.58"],"fontName":"BCDEEE+Garamond-Bold","x":80.275,"y":223.58}
{"page":0,"change":"none","str":"only visitor in the hall. The faithful attendant ","dir":"ltr","width":"222.23","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","211.32"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":211.32}
{"page":0,"change":"none","str":"had gone to enjoy a can of beer with his friend, ","dir":"ltr","width":"222.23","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","198.83"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":198.83}
{"page":0,"change":"none","str":"the superintendent ","dir":"ltr","width":"90.12","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","186.55"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":186.55}
{"page":0,"change":"none","str":"of the monkeys.","dir":"ltr","width":"73.80","height":"11.00","transform":["11.00","0.00","0.00","11.00","162.33","186.55"],"fontName":"BCDEEE+Garamond-Bold","x":162.33,"y":186.55}
{"page":0,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","236.35","186.55"],"fontName":"BCDEEE+Garamond-Bold","x":236.35,"y":186.55}
{"page":0,"change":"none","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","174.05"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":174.05}
{"page":0,"change":"none","str":"The Head winked a second time, and even ","dir":"ltr","width":"213.99","height":"11.00","transform":["11.00","0.00","0.00","11.00","80.28","174.05"],"fontName":"BCDEEE+Garamond-Bold","x":80.275,"y":174.05}
{"page":0,"change":"none","str":"more cordially than before. I gazed upon its ","dir":"ltr","width":"222.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","161.80"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":161.8}
{"page":0,"change":"none","str":"efforts with the critical delight of an anatomist. ","dir":"ltr","width":"222.21","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","149.30"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":149.3}
@ -121,19 +99,11 @@
{"page":0,"change":"none","str":"and the ","dir":"ltr","width":"42.21","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","112.27"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":112.27}
{"page":0,"change":"none","str":"beautiful lateral movement of the ","dir":"ltr","width":"175.32","height":"11.00","transform":["11.00","0.00","0.00","11.00","119.05","112.27"],"fontName":"BCDEEE+Garamond-Bold","x":119.05,"y":112.27}
{"page":0,"change":"none","str":"internal pterygoid. I knew the Head was trying ","dir":"ltr","width":"219.77","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","99.78"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":99.775}
{"page":0,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","292.13","99.78"],"fontName":"BCDEEE+Garamond-Bold","x":292.13,"y":99.775}
{"page":0,"change":"none","str":"to speak to me. I noted the convulsive ","dir":"ltr","width":"222.24","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","87.53"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":87.525}
{"page":0,"change":"none","str":"twitchings of the risorius and the zygomatie ","dir":"ltr","width":"206.53","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","75.03"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":75.025}
{"page":0,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","278.88","75.03"],"fontName":"BCDEEE+Garamond-Bold","x":278.88,"y":75.025}
{"page":0,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","706.47"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":706.47}
{"page":0,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","693.97"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":693.97}
{"page":0,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","681.72"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":681.72}
{"page":0,"change":"none","str":"major,","dir":"ltr","width":"29.62","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","669.20"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":669.2}
{"page":0,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","349.90","669.20"],"fontName":"BCDEEE+Garamond-Bold","x":349.9,"y":669.2}
{"page":0,"change":"none","str":"and knew that it was endeavoring to ","dir":"ltr","width":"187.23","height":"11.00","transform":["11.00","0.00","0.00","11.00","355.40","669.20"],"fontName":"BCDEEE+Garamond-Bold","x":355.4,"y":669.2}
{"page":0,"change":"none","str":"smile.","dir":"ltr","width":"27.60","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","656.95"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":656.95}
{"page":0,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","348.15","656.95"],"fontName":"BCDEEE+Garamond-Bold","x":348.15,"y":656.95}
{"page":0,"change":"none","str":" ","dir":"ltr","width":"5.50","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","644.45"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":644.45}
{"page":0,"change":"none","str":"\"Here,\" I thought, \"is either a case of vitality ","dir":"ltr","width":"216.68","height":"11.00","transform":["11.00","0.00","0.00","11.00","325.88","644.45"],"fontName":"BCDEEE+Garamond-Bold","x":325.88,"y":644.45}
{"page":0,"change":"none","str":"long after decapitation, or, an instance of reflex ","dir":"ltr","width":"222.27","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","632.20"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":632.2}
{"page":0,"change":"none","str":"action where there is no diastaltic or excitor","dir":"ltr","width":"216.04","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","619.70"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":619.7}
@ -141,29 +111,20 @@
{"page":0,"change":"none","str":"motory system. In either case the phenomenon ","dir":"ltr","width":"222.22","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","607.45"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":607.45}
{"page":0,"change":"none","str":"is unprecedented, and should be carefully ","dir":"ltr","width":"222.20","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","594.92"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":594.92}
{"page":0,"change":"none","str":"observed. Besides, the","dir":"ltr","width":"106.79","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","582.67"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":582.67}
{"page":0,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","427.42","582.67"],"fontName":"BCDEEE+Garamond-Bold","x":427.42,"y":582.67}
{"page":0,"change":"none","str":"Head is evidently well ","dir":"ltr","width":"110.87","height":"11.00","transform":["11.00","0.00","0.00","11.00","431.92","582.67"],"fontName":"BCDEEE+Garamond-Bold","x":431.92,"y":582.67}
{"page":0,"change":"none","str":"disposed toward me.\" I found a key on my ","dir":"ltr","width":"222.26","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","570.17"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":570.17}
{"page":0,"change":"none","str":"bunch which opened the glass door.","dir":"ltr","width":"167.43","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","557.92"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":557.92}
{"page":0,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","488.20","557.92"],"fontName":"BCDEEE+Garamond-Bold","x":488.2,"y":557.92}
{"page":0,"change":"none","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","545.42"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":545.42}
{"page":0,"change":"none","str":"\"Thanks,\" said the Head. \"A breath of fresh ","dir":"ltr","width":"213.94","height":"11.00","transform":["11.00","0.00","0.00","11.00","328.63","545.42"],"fontName":"BCDEEE+Garamond-Bold","x":328.63,"y":545.42}
{"page":0,"change":"none","str":"air is quite a treat.\"","dir":"ltr","width":"89.74","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","533.17"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":533.17}
{"page":0,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","410.43","533.17"],"fontName":"BCDEEE+Garamond-Bold","x":410.43,"y":533.17}
{"page":0,"change":"none","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","520.67"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":520.67}
{"page":0,"change":"none","str":"\"How do you feel?\" I asked politely. \"How ","dir":"ltr","width":"214.02","height":"11.00","transform":["11.00","0.00","0.00","11.00","328.63","520.67"],"fontName":"BCDEEE+Garamond-Bold","x":328.63,"y":520.67}
{"page":0,"change":"none","str":"does it seem without a body?\"","dir":"ltr","width":"140.23","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","508.40"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":508.4}
{"page":0,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","460.95","508.40"],"fontName":"BCDEEE+Garamond-Bold","x":460.95,"y":508.4}
{"page":0,"change":"none","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","495.90"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":495.9}
{"page":0,"change":"none","str":"The Head","dir":"ltr","width":"49.30","height":"11.00","transform":["11.00","0.00","0.00","11.00","328.63","495.90"],"fontName":"BCDEEE+Garamond-Bold","x":328.63,"y":495.9}
{"page":0,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","377.90","495.90"],"fontName":"BCDEEE+Garamond-Bold","x":377.9,"y":495.9}
{"page":0,"change":"none","str":"shook itself sadly and sighed. \"I ","dir":"ltr","width":"160.33","height":"11.00","transform":["11.00","0.00","0.00","11.00","382.40","495.90"],"fontName":"BCDEEE+Garamond-Bold","x":382.4,"y":495.9}
{"page":0,"change":"none","str":"would give,\" it said, speaking through its ","dir":"ltr","width":"222.29","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","483.65"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":483.65}
{"page":0,"change":"none","str":"ruined nose, and for obvious reasons using ","dir":"ltr","width":"222.27","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","471.15"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":471.15}
{"page":0,"change":"none","str":"chest tones sparingly, \"I would give both ears ","dir":"ltr","width":"222.23","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","458.90"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":458.9}
{"page":0,"change":"none","str":"for a single leg. My ambition is principally ","dir":"ltr","width":"222.21","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","446.40"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":446.4}
{"page":0,"change":"none","str":"ambulatory, and yet I cannot walk. I cannot","dir":"ltr","width":"219.45","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","434.13"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":434.13}
{"page":0,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","540.23","434.13"],"fontName":"BCDEEE+Garamond-Bold","x":540.23,"y":434.13}
{"page":0,"change":"none","str":"even hop or waddle. I would fain travel, roam, ","dir":"ltr","width":"222.24","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","421.63"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":421.63}
{"page":0,"change":"none","str":"promenade, circulate in the busy paths of men, ","dir":"ltr","width":"222.23","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","409.38"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":409.38}
{"page":0,"change":"none","str":"but I am chained to this accursed shelf. I am no ","dir":"ltr","width":"222.26","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","396.88"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":396.88}
@ -186,15 +147,11 @@
{"page":0,"change":"none","str":"added gloomily, \"There isn't even enough of ","dir":"ltr","width":"222.26","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","260.83"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":260.83}
{"page":0,"change":"none","str":"me to make a hero for one of Wilkie Collins's ","dir":"ltr","width":"222.31","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","248.33"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":248.33}
{"page":0,"change":"none","str":"novels.\"","dir":"ltr","width":"38.30","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","236.08"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":236.08}
{"page":0,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","358.90","236.08"],"fontName":"BCDEEE+Garamond-Bold","x":358.9,"y":236.08}
{"page":0,"change":"none","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","223.58"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":223.58}
{"page":0,"change":"none","str":"I did not exactly know how to console him in ","dir":"ltr","width":"214.00","height":"11.00","transform":["11.00","0.00","0.00","11.00","328.63","223.58"],"fontName":"BCDEEE+Garamond-Bold","x":328.63,"y":223.58}
{"page":0,"change":"none","str":"so delic","dir":"ltr","width":"35.88","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","211.32"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":211.32}
{"page":0,"change":"none","str":"ate a manner, but ventured to hint that ","dir":"ltr","width":"186.24","height":"11.00","transform":["11.00","0.00","0.00","11.00","356.40","211.32"],"fontName":"BCDEEE+Garamond-Bold","x":356.4,"y":211.32}
{"page":0,"change":"none","str":"perhaps his condition had its compensations in ","dir":"ltr","width":"222.33","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","198.83"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":198.83}
{"page":0,"change":"none","str":"immunity from corns and the gout.","dir":"ltr","width":"162.49","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","186.55"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":186.55}
{"page":0,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","483.20","186.55"],"fontName":"BCDEEE+Garamond-Bold","x":483.2,"y":186.55}
{"page":0,"change":"none","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","174.05"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":174.05}
{"page":0,"change":"none","str":"\"And as to arms,\" he went on, \"there's ","dir":"ltr","width":"213.97","height":"11.00","transform":["11.00","0.00","0.00","11.00","328.63","174.05"],"fontName":"BCDEEE+Garamond-Bold","x":328.63,"y":174.05}
{"page":0,"change":"none","str":"another misfortune for you! I am unable to ","dir":"ltr","width":"222.23","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","161.80"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":161.8}
{"page":0,"change":"none","str":"brush away the flies that get in here","dir":"ltr","width":"185.92","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","149.30"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":149.3}
@ -216,30 +173,20 @@
{"page":0,"change":"none","str":"even blow my nose [his nose!] decently when I ","dir":"ltr","width":"222.21","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","87.53"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":87.525}
{"page":0,"change":"none","str":"get cold in this thundering draught. As to eat","dir":"ltr","width":"204.52","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","75.03"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":75.025}
{"page":0,"change":"none","str":"ing ","dir":"ltr","width":"17.73","height":"11.00","transform":["11.00","0.00","0.00","11.00","525.22","75.03"],"fontName":"BCDEEE+Garamond-Bold","x":525.22,"y":75.025}
{"page":1,"change":"none","str":" ","dir":"ltr","width":"3.00","height":"12.00","transform":["12.00","0.00","0.00","12.00","540.23","746.22"],"fontName":"BCDEEE+Garamond-Bold","x":540.23,"y":746.22}
{"page":1,"change":"none","str":" ","dir":"ltr","width":"2.71","height":"12.00","transform":["12.00","0.00","0.00","12.00","540.23","731.72"],"fontName":"BCDFEE+Calibri","x":540.23,"y":731.72}
{"page":1,"change":"none","str":" ","dir":"ltr","width":"3.00","height":"12.00","transform":["12.00","0.00","0.00","12.00","90.03","38.52"],"fontName":"BCDEEE+Garamond-Bold","x":90.025,"y":38.525}
{"page":1,"change":"none","str":" ","dir":"ltr","width":"3.00","height":"12.00","transform":["12.00","0.00","0.00","12.00","150.80","38.52"],"fontName":"BCDEEE+Garamond-Bold","x":150.8,"y":38.525}
{"page":1,"change":"none","str":"and drinking, I don't care. My soul is wrapped ","dir":"ltr","width":"222.20","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","710.47"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":710.47}
{"page":1,"change":"none","str":"up in Science. Science is my bride, my divinity. ","dir":"ltr","width":"222.23","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","698.22"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":698.22}
{"page":1,"change":"none","str":"I worship her footsteps in the past, and hail the ","dir":"ltr","width":"222.22","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","685.72"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":685.72}
{"page":1,"change":"none","str":"prophecy of her future progress. I","dir":"ltr","width":"155.45","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","673.45"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":673.45}
{"page":1,"change":"none","str":"—","dir":"ltr","width":"11.00","height":"11.00","transform":["11.00","0.00","0.00","11.00","227.60","673.45"],"fontName":"BCDGEE+Garamond-Bold","x":227.6,"y":673.45}
{"page":1,"change":"none","str":"\"","dir":"ltr","width":"6.07","height":"11.00","transform":["11.00","0.00","0.00","11.00","238.60","673.45"],"fontName":"BCDEEE+Garamond-Bold","x":238.6,"y":673.45}
{"page":1,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","244.85","673.45"],"fontName":"BCDEEE+Garamond-Bold","x":244.85,"y":673.45}
{"page":1,"change":"none","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","660.95"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":660.95}
{"page":1,"change":"none","str":"I had heard these sentiments before. In a flash ","dir":"ltr","width":"214.05","height":"11.00","transform":["11.00","0.00","0.00","11.00","80.28","660.95"],"fontName":"BCDEEE+Garamond-Bold","x":80.275,"y":660.95}
{"page":1,"change":"none","str":"I had accounted fo","dir":"ltr","width":"86.38","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","648.70"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":648.7}
{"page":1,"change":"none","str":"r the familiar look which had ","dir":"ltr","width":"135.88","height":"11.00","transform":["11.00","0.00","0.00","11.00","158.58","648.70"],"fontName":"BCDEEE+Garamond-Bold","x":158.58,"y":648.7}
{"page":1,"change":"none","str":"haunted me ever since I first saw the Head. ","dir":"ltr","width":"222.27","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","636.20"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":636.2}
{"page":1,"change":"none","str":"\"Pardon me,\" I said, \"you are the celebrated ","dir":"ltr","width":"222.20","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","623.95"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":623.95}
{"page":1,"change":"none","str":"Prof. Dummkopf?\"","dir":"ltr","width":"89.79","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","611.45"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":611.45}
{"page":1,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","162.08","611.45"],"fontName":"BCDEEE+Garamond-Bold","x":162.08,"y":611.45}
{"page":1,"change":"none","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","599.20"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":599.2}
{"page":1,"change":"none","str":"\"That is, or was, my name,\" he replied, with ","dir":"ltr","width":"213.94","height":"11.00","transform":["11.00","0.00","0.00","11.00","80.28","599.20"],"fontName":"BCDEEE+Garamond-Bold","x":80.275,"y":599.2}
{"page":1,"change":"none","str":"dignity.","dir":"ltr","width":"35.56","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","586.67"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":586.67}
{"page":1,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","107.80","586.67"],"fontName":"BCDEEE+Garamond-Bold","x":107.8,"y":586.67}
{"page":1,"change":"none","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","574.42"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":574.42}
{"page":1,"change":"none","str":"\"And you formerly lived in Boston, where you ","dir":"ltr","width":"214.02","height":"11.00","transform":["11.00","0.00","0.00","11.00","80.28","574.42"],"fontName":"BCDEEE+Garamond-Bold","x":80.275,"y":574.42}
{"page":1,"change":"none","str":"carried on scie","dir":"ltr","width":"73.35","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","561.92"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":561.92}
{"page":1,"change":"none","str":"ntific experiments of startling ","dir":"ltr","width":"148.83","height":"11.00","transform":["11.00","0.00","0.00","11.00","145.55","561.92"],"fontName":"BCDEEE+Garamond-Bold","x":145.55,"y":561.92}
@ -247,10 +194,7 @@
{"page":1,"change":"none","str":"to photograph smell, how to bottle music, how ","dir":"ltr","width":"222.23","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","537.17"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":537.17}
{"page":1,"change":"none","str":"to freeze the aurora borealis. It was you who first ","dir":"ltr","width":"222.34","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","524.93"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":524.93}
{"page":1,"change":"none","str":"applied spectrum analysis to Mind.\"","dir":"ltr","width":"169.19","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","512.40"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":512.4}
{"page":1,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","241.60","512.40"],"fontName":"BCDEEE+Garamond-Bold","x":241.6,"y":512.4}
{"page":1,"change":"none","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","500.15"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":500.15}
{"page":1,"change":"none","str":"\"These","dir":"ltr","width":"34.39","height":"11.00","transform":["11.00","0.00","0.00","11.00","80.28","500.15"],"fontName":"BCDEEE+Garamond-Bold","x":80.275,"y":500.15}
{"page":1,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","114.80","500.15"],"fontName":"BCDEEE+Garamond-Bold","x":114.8,"y":500.15}
{"page":1,"change":"none","str":"were ","dir":"ltr","width":"24.73","height":"11.00","transform":["11.00","0.00","0.00","11.00","130.55","500.15"],"fontName":"BCDEEE+Garamond-Bold","x":130.55,"y":500.15}
{"page":1,"change":"none","str":"some ","dir":"ltr","width":"27.49","height":"11.00","transform":["11.00","0.00","0.00","11.00","168.27","500.15"],"fontName":"BCDEEE+Garamond-Bold","x":168.269,"y":500.15}
{"page":1,"change":"none","str":"of ","dir":"ltr","width":"11.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","208.75","500.15"],"fontName":"BCDEEE+Garamond-Bold","x":208.74899999999997,"y":500.15}
@ -261,32 +205,22 @@
{"page":1,"change":"none","str":"itself","dir":"ltr","width":"22.30","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","475.40"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":475.4}
{"page":1,"change":"none","str":"—","dir":"ltr","width":"11.00","height":"11.00","transform":["11.00","0.00","0.00","11.00","94.30","475.40"],"fontName":"BCDGEE+Garamond-Bold","x":94.3,"y":475.4}
{"page":1,"change":"none","str":"\"","dir":"ltr","width":"6.07","height":"11.00","transform":["11.00","0.00","0.00","11.00","105.30","475.40"],"fontName":"BCDEEE+Garamond-Bold","x":105.3,"y":475.4}
{"page":1,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","111.30","475.40"],"fontName":"BCDEEE+Garamond-Bold","x":111.3,"y":475.4}
{"page":1,"change":"none","str":"small when compared with my final ","dir":"ltr","width":"178.31","height":"11.00","transform":["11.00","0.00","0.00","11.00","116.05","475.40"],"fontName":"BCDEEE+Garamond-Bold","x":116.05,"y":475.4}
{"page":1,"change":"none","str":"invention, the grand discovery which was at the ","dir":"ltr","width":"222.27","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","462.90"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":462.9}
{"page":1,"change":"none","str":"same time my greatest triumph and my ruin. I ","dir":"ltr","width":"222.19","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","450.65"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":450.65}
{"page":1,"change":"none","str":"lost my Body in an experiment.\"","dir":"ltr","width":"150.96","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","438.15"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":438.15}
{"page":1,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","223.35","438.15"],"fontName":"BCDEEE+Garamond-Bold","x":223.35,"y":438.15}
{"page":1,"change":"none","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","425.88"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":425.88}
{"page":1,"change":"none","str":"\"How was that?\" I asked. \"I had not heard.\"","dir":"ltr","width":"209.91","height":"11.00","transform":["11.00","0.00","0.00","11.00","80.28","425.88"],"fontName":"BCDEEE+Garamond-Bold","x":80.275,"y":425.88}
{"page":1,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","290.63","425.88"],"fontName":"BCDEEE+Garamond-Bold","x":290.63,"y":425.88}
{"page":1,"change":"none","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","413.38"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":413.38}
{"page":1,"change":"none","str":"\"No","dir":"ltr","width":"20.98","height":"11.00","transform":["11.00","0.00","0.00","11.00","80.28","413.38"],"fontName":"BCDEEE+Garamond-Bold","x":80.275,"y":413.38}
{"page":1,"change":"none","str":",\" said the Head. \"Living alone and ","dir":"ltr","width":"193.08","height":"11.00","transform":["11.00","0.00","0.00","11.00","101.30","413.38"],"fontName":"BCDEEE+Garamond-Bold","x":101.3,"y":413.38}
{"page":1,"change":"none","str":"friendless, my disappearance was hardly ","dir":"ltr","width":"222.28","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","401.13"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":401.13}
{"page":1,"change":"none","str":"noticed. I will tell you","dir":"ltr","width":"100.69","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","388.63"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":388.63}
{"page":1,"change":"none","str":"—","dir":"ltr","width":"11.00","height":"11.00","transform":["11.00","0.00","0.00","11.00","172.83","388.63"],"fontName":"BCDGEE+Garamond-Bold","x":172.83,"y":388.63}
{"page":1,"change":"none","str":"\"","dir":"ltr","width":"6.07","height":"11.00","transform":["11.00","0.00","0.00","11.00","183.83","388.63"],"fontName":"BCDEEE+Garamond-Bold","x":183.83,"y":388.63}
{"page":1,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","190.08","388.63"],"fontName":"BCDEEE+Garamond-Bold","x":190.08,"y":388.63}
{"page":1,"change":"none","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","376.38"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":376.38}
{"page":1,"change":"none","str":"There was a sound upon the stairway. ","dir":"ltr","width":"214.03","height":"11.00","transform":["11.00","0.00","0.00","11.00","80.28","376.38"],"fontName":"BCDEEE+Garamond-Bold","x":80.275,"y":376.38}
{"page":1,"change":"none","str":"\"Hush!\" cried the Head. \"Here comes ","dir":"ltr","width":"222.32","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","363.88"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":363.88}
{"page":1,"change":"none","str":"somebody. We must not be discovered. You ","dir":"ltr","width":"222.28","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","351.60"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":351.6}
{"page":1,"change":"none","str":"must dissemble.\"","dir":"ltr","width":"81.74","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","339.10"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":339.1}
{"page":1,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","154.08","339.10"],"fontName":"BCDEEE+Garamond-Bold","x":154.08,"y":339.1}
{"page":1,"change":"none","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","326.85"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":326.85}
{"page":1,"change":"none","str":"I hastily closed","dir":"ltr","width":"74.48","height":"11.00","transform":["11.00","0.00","0.00","11.00","80.28","326.85"],"fontName":"BCDEEE+Garamond-Bold","x":80.275,"y":326.85}
{"page":1,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","154.83","326.85"],"fontName":"BCDEEE+Garamond-Bold","x":154.83,"y":326.85}
{"page":1,"change":"none","str":"the door of the glass case, ","dir":"ltr","width":"134.30","height":"11.00","transform":["11.00","0.00","0.00","11.00","160.08","326.85"],"fontName":"BCDEEE+Garamond-Bold","x":160.08,"y":326.85}
{"page":1,"change":"none","str":"locked it just in time to evade the vigilance of ","dir":"ltr","width":"222.21","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","314.35"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":314.35}
{"page":1,"change":"none","str":"the returning keeper, and dissembled by ","dir":"ltr","width":"222.24","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","302.10"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":302.1}
@ -294,18 +228,13 @@
{"page":1,"change":"none","str":"Acuta, or Pin","dir":"ltr","width":"60.78","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","277.35"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":277.35}
{"page":1,"change":"none","str":"-","dir":"ltr","width":"3.66","height":"11.00","transform":["11.00","0.00","0.00","11.00","132.80","277.35"],"fontName":"BCDEEE+Garamond-Bold","x":132.8,"y":277.35}
{"page":1,"change":"none","str":"tailed Duck.","dir":"ltr","width":"57.05","height":"11.00","transform":["11.00","0.00","0.00","11.00","136.55","277.35"],"fontName":"BCDEEE+Garamond-Bold","x":136.55,"y":277.35}
{"page":1,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","193.83","277.35"],"fontName":"BCDEEE+Garamond-Bold","x":193.83,"y":277.35}
{"page":1,"change":"none","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","264.83"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":264.83}
{"page":1,"change":"none","str":"On the next Trustees' day","dir":"ltr","width":"134.24","height":"11.00","transform":["11.00","0.00","0.00","11.00","80.28","264.83"],"fontName":"BCDEEE+Garamond-Bold","x":80.275,"y":264.83}
{"page":1,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","214.85","264.83"],"fontName":"BCDEEE+Garamond-Bold","x":214.85,"y":264.83}
{"page":1,"change":"none","str":"I revisited the ","dir":"ltr","width":"73.40","height":"11.00","transform":["11.00","0.00","0.00","11.00","221.10","264.83"],"fontName":"BCDEEE+Garamond-Bold","x":221.1,"y":264.83}
{"page":1,"change":"none","str":"Museum and gave the keeper of the Head a ","dir":"ltr","width":"222.23","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","252.58"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":252.58}
{"page":1,"change":"none","str":"dollar on the pretense of purchasing ","dir":"ltr","width":"222.31","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","240.08"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":240.08}
{"page":1,"change":"none","str":"information in regard to the curiosities in his ","dir":"ltr","width":"222.24","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","227.83"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":227.83}
{"page":1,"change":"none","str":"charge. He made the circuit of the hall with me, ","dir":"ltr","width":"222.27","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","215.33"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":215.33}
{"page":1,"change":"none","str":"talking volubly all the while.","dir":"ltr","width":"130.47","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","203.08"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":203.08}
{"page":1,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","202.83","203.08"],"fontName":"BCDEEE+Garamond-Bold","x":202.83,"y":203.08}
{"page":1,"change":"none","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","190.55"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":190.55}
{"page":1,"change":"none","str":"\"That there,\" he said, as we stood before the ","dir":"ltr","width":"213.93","height":"11.00","transform":["11.00","0.00","0.00","11.00","80.28","190.55"],"fontName":"BCDEEE+Garamond-Bold","x":80.275,"y":190.55}
{"page":1,"change":"none","str":"Head, \"is ","dir":"ltr","width":"48.98","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","178.30"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":178.3}
{"page":1,"change":"none","str":"a relict of morality ","dir":"ltr","width":"90.92","height":"11.00","transform":["11.00","0.00","0.00","11.00","122.30","178.30"],"fontName":"BCDEEE+Garamond-Bold","x":122.3,"y":178.3}
@ -313,8 +242,6 @@
{"page":1,"change":"none","str":"Museum fifteen months ago. The head of a ","dir":"ltr","width":"222.26","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","165.80"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":165.8}
{"page":1,"change":"none","str":"notorious murderer gilteened at Paris in the last ","dir":"ltr","width":"222.28","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","153.55"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":153.55}
{"page":1,"change":"none","str":"century, sir.\"","dir":"ltr","width":"60.51","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","141.05"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":141.05}
{"page":1,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","132.80","141.05"],"fontName":"BCDEEE+Garamond-Bold","x":132.8,"y":141.05}
{"page":1,"change":"none","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","128.80"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":128.8}
{"page":1,"change":"none","str":"I fancied that I saw a slight twitching about ","dir":"ltr","width":"213.94","height":"11.00","transform":["11.00","0.00","0.00","11.00","80.28","128.80"],"fontName":"BCDEEE+Garamond-Bold","x":80.275,"y":128.8}
{"page":1,"change":"none","str":"the cor","dir":"ltr","width":"32.22","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","116.30"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":116.3}
{"page":1,"change":"none","str":"ners of Prof. Dummkopf","dir":"ltr","width":"112.81","height":"11.00","transform":["11.00","0.00","0.00","11.00","104.30","116.30"],"fontName":"BCDEEE+Garamond-Bold","x":104.3,"y":116.3}
@ -323,15 +250,12 @@
{"page":1,"change":"none","str":"almost imperceptible depression of what was ","dir":"ltr","width":"222.31","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","104.03"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":104.03}
{"page":1,"change":"none","str":"once his left eyelid, but he kept his face ","dir":"ltr","width":"222.18","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","91.53"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":91.525}
{"page":1,"change":"none","str":"remarkably well under the circumstances. I ","dir":"ltr","width":"203.07","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","79.28"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":79.275}
{"page":1,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","275.60","79.28"],"fontName":"BCDEEE+Garamond-Bold","x":275.6,"y":79.275}
{"page":1,"change":"none","str":"dismissed my guide with many thanks for his ","dir":"ltr","width":"222.26","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","710.47"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":710.47}
{"page":1,"change":"none","str":"intelligent services, and, as I had anticip","dir":"ltr","width":"183.21","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","698.22"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":698.22}
{"page":1,"change":"none","str":"ated, he ","dir":"ltr","width":"38.95","height":"11.00","transform":["11.00","0.00","0.00","11.00","503.95","698.22"],"fontName":"BCDEEE+Garamond-Bold","x":503.95,"y":698.22}
{"page":1,"change":"none","str":"departed forthwith to invest his easily earned ","dir":"ltr","width":"222.23","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","685.72"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":685.72}
{"page":1,"change":"none","str":"dollar in beer, leaving me to pursue my ","dir":"ltr","width":"222.29","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","673.45"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":673.45}
{"page":1,"change":"none","str":"conversation with the Head.","dir":"ltr","width":"131.02","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","660.95"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":660.95}
{"page":1,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","451.67","660.95"],"fontName":"BCDEEE+Garamond-Bold","x":451.67,"y":660.95}
{"page":1,"change":"none","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","648.70"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":648.7}
{"page":1,"change":"none","str":"\"Think of putting a wooden","dir":"ltr","width":"130.21","height":"11.00","transform":["11.00","0.00","0.00","11.00","328.63","648.70"],"fontName":"BCDEEE+Garamond-Bold","x":328.63,"y":648.7}
{"page":1,"change":"none","str":"-","dir":"ltr","width":"3.66","height":"11.00","transform":["11.00","0.00","0.00","11.00","458.92","648.70"],"fontName":"BCDEEE+Garamond-Bold","x":458.92,"y":648.7}
{"page":1,"change":"none","str":"headed idiot like ","dir":"ltr","width":"80.18","height":"11.00","transform":["11.00","0.00","0.00","11.00","462.70","648.70"],"fontName":"BCDEEE+Garamond-Bold","x":462.7,"y":648.7}
@ -344,13 +268,9 @@
{"page":1,"change":"none","str":"the Telepomp! Paris! Murderer! Last century, ","dir":"ltr","width":"222.28","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","599.20"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":599.2}
{"page":1,"change":"none","str":"indeed!\" and the Head shook with laughter ","dir":"ltr","width":"222.26","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","586.67"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":586.67}
{"page":1,"change":"none","str":"until I feared that it would tumble off the shelf.","dir":"ltr","width":"217.12","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","574.42"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":574.42}
{"page":1,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","537.98","574.42"],"fontName":"BCDEEE+Garamond-Bold","x":537.98,"y":574.42}
{"page":1,"change":"none","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","561.92"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":561.92}
{"page":1,"change":"none","str":"\"You spoke of your invention, the ","dir":"ltr","width":"214.02","height":"11.00","transform":["11.00","0.00","0.00","11.00","328.63","561.92"],"fontName":"BCDEEE+Garamond-Bold","x":328.63,"y":561.92}
{"page":1,"change":"none","str":"Telepomp,\" I suggested","dir":"ltr","width":"113.44","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","549.67"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":549.67}
{"page":1,"change":"none","str":".","dir":"ltr","width":"2.86","height":"11.00","transform":["11.00","0.00","0.00","11.00","433.93","549.67"],"fontName":"BCDEEE+Garamond-Bold","x":433.93,"y":549.67}
{"page":1,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","436.92","549.67"],"fontName":"BCDEEE+Garamond-Bold","x":436.92,"y":549.67}
{"page":1,"change":"none","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","537.17"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":537.17}
{"page":1,"change":"none","str":"\"Ah, yes,\" said the Head, simultaneously ","dir":"ltr","width":"214.03","height":"11.00","transform":["11.00","0.00","0.00","11.00","328.63","537.17"],"fontName":"BCDEEE+Garamond-Bold","x":328.63,"y":537.17}
{"page":1,"change":"none","str":"recovering its gravity and its center of gravity; ","dir":"ltr","width":"222.19","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","524.93"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":524.93}
{"page":1,"change":"none","str":"\"I promised to tell you how I happen to be a ","dir":"ltr","width":"222.19","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","512.40"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":512.4}
@ -363,26 +283,18 @@
{"page":1,"change":"none","str":"spared to introduce it to the public. But, alas","dir":"ltr","width":"206.64","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","438.15"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":438.15}
{"page":1,"change":"none","str":"-","dir":"ltr","width":"3.66","height":"11.00","transform":["11.00","0.00","0.00","11.00","527.22","438.15"],"fontName":"BCDEEE+Garamond-Bold","x":527.22,"y":438.15}
{"page":1,"change":"none","str":"\"","dir":"ltr","width":"6.07","height":"11.00","transform":["11.00","0.00","0.00","11.00","530.97","438.15"],"fontName":"BCDEEE+Garamond-Bold","x":530.97,"y":438.15}
{"page":1,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","537.22","438.15"],"fontName":"BCDEEE+Garamond-Bold","x":537.22,"y":438.15}
{"page":1,"change":"none","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","425.88"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":425.88}
{"page":1,"change":"none","str":"\"Excuse the interruption,\" I said, \"but I must ","dir":"ltr","width":"214.07","height":"11.00","transform":["11.00","0.00","0.00","11.00","328.63","425.88"],"fontName":"BCDEEE+Garamond-Bold","x":328.63,"y":425.88}
{"page":1,"change":"none","str":"inform you that somebody else has ","dir":"ltr","width":"179.54","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","413.38"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":413.38}
{"page":1,"change":"none","str":"recently ","dir":"ltr","width":"39.68","height":"11.00","transform":["11.00","0.00","0.00","11.00","503.20","413.38"],"fontName":"BCDEEE+Garamond-Bold","x":503.2,"y":413.38}
{"page":1,"change":"none","str":"accomplished the same thing. The Telephone ","dir":"ltr","width":"222.23","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","401.13"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":401.13}
{"page":1,"change":"none","str":"is a realized fact.\"","dir":"ltr","width":"83.50","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","388.63"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":388.63}
{"page":1,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","404.17","388.63"],"fontName":"BCDEEE+Garamond-Bold","x":404.17,"y":388.63}
{"page":1,"change":"none","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","376.38"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":376.38}
{"page":1,"change":"none","str":"\"Have they gone any further?\" he eagerly ","dir":"ltr","width":"214.02","height":"11.00","transform":["11.00","0.00","0.00","11.00","328.63","376.38"],"fontName":"BCDEEE+Garamond-Bold","x":328.63,"y":376.38}
{"page":1,"change":"none","str":"asked. \"Have they discovered the great secret ","dir":"ltr","width":"222.20","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","363.88"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":363.88}
{"page":1,"change":"none","str":"of the transmission of atoms? In other words, ","dir":"ltr","width":"222.28","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","351.60"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":351.6}
{"page":1,"change":"none","str":"have they accomplished the Telepomp?\"","dir":"ltr","width":"189.65","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","339.10"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":339.1}
{"page":1,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","510.45","339.10"],"fontName":"BCDEEE+Garamond-Bold","x":510.45,"y":339.1}
{"page":1,"change":"none","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","326.85"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":326.85}
{"page":1,"change":"none","str":"\"I hav","dir":"ltr","width":"28.79","height":"11.00","transform":["11.00","0.00","0.00","11.00","328.63","326.85"],"fontName":"BCDEEE+Garamond-Bold","x":328.63,"y":326.85}
{"page":1,"change":"none","str":"e heard nothing of the kind,\" I hastened ","dir":"ltr","width":"185.26","height":"11.00","transform":["11.00","0.00","0.00","11.00","357.40","326.85"],"fontName":"BCDEEE+Garamond-Bold","x":357.4,"y":326.85}
{"page":1,"change":"none","str":"to assure him, \"but what do you mean?\"","dir":"ltr","width":"188.20","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","314.35"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":314.35}
{"page":1,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","508.95","314.35"],"fontName":"BCDEEE+Garamond-Bold","x":508.95,"y":314.35}
{"page":1,"change":"none","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","302.10"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":302.1}
{"page":1,"change":"none","str":"\"Listen,\" he said. \"In the course of my ","dir":"ltr","width":"213.97","height":"11.00","transform":["11.00","0.00","0.00","11.00","328.63","302.10"],"fontName":"BCDEEE+Garamond-Bold","x":328.63,"y":302.1}
{"page":1,"change":"none","str":"experiments with the Telephone I became ","dir":"ltr","width":"222.27","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","289.60"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":289.6}
{"page":1,"change":"none","str":"convinced that the same principle was capable ","dir":"ltr","width":"222.17","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","277.35"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":277.35}
@ -400,19 +312,11 @@
{"page":1,"change":"none","str":"may be accomplished by chemical affinity or by ","dir":"ltr","width":"222.28","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","153.55"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":153.55}
{"page":1,"change":"none","str":"a sufficiently strong electric current. Do you ","dir":"ltr","width":"222.18","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","141.05"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":141.05}
{"page":1,"change":"none","str":"follow me?\"","dir":"ltr","width":"56.05","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","128.80"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":128.8}
{"page":1,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","376.65","128.80"],"fontName":"BCDEEE+Garamond-Bold","x":376.65,"y":128.8}
{"page":1,"change":"none","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","116.30"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":116.3}
{"page":1,"change":"none","str":"\"Perfectly.\"","dir":"ltr","width":"55.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","328.63","116.30"],"fontName":"BCDEEE+Garamond-Bold","x":328.63,"y":116.3}
{"page":1,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","384.40","116.30"],"fontName":"BCDEEE+Garamond-Bold","x":384.4,"y":116.3}
{"page":1,"change":"none","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","104.03"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":104.03}
{"page":1,"change":"none","str":"\"Well, then, following out this line ","dir":"ltr","width":"160.59","height":"11.00","transform":["11.00","0.00","0.00","11.00","328.63","104.03"],"fontName":"BCDEEE+Garamond-Bold","x":328.63,"y":104.03}
{"page":1,"change":"none","str":"of thought, ","dir":"ltr","width":"53.93","height":"11.00","transform":["11.00","0.00","0.00","11.00","488.95","104.03"],"fontName":"BCDEEE+Garamond-Bold","x":488.95,"y":104.03}
{"page":1,"change":"none","str":"I conceived a great idea. There was no reason ","dir":"ltr","width":"222.24","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","91.53"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":91.525}
{"page":1,"change":"none","str":"why matter could not be telegraphed, or, to be ","dir":"ltr","width":"222.22","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","79.28"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":79.275}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.00","height":"12.00","transform":["12.00","0.00","0.00","12.00","540.23","746.22"],"fontName":"BCDEEE+Garamond-Bold","x":540.23,"y":746.22}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"2.71","height":"12.00","transform":["12.00","0.00","0.00","12.00","540.23","731.72"],"fontName":"BCDFEE+Calibri","x":540.23,"y":731.72}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.00","height":"12.00","transform":["12.00","0.00","0.00","12.00","90.03","38.52"],"fontName":"BCDEEE+Garamond-Bold","x":90.025,"y":38.525}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"3.00","height":"12.00","transform":["12.00","0.00","0.00","12.00","150.80","38.52"],"fontName":"BCDEEE+Garamond-Bold","x":150.8,"y":38.525}
{"page":2,"change":"none","str":"etymologically accurate, 'telepomped.' It was ","dir":"ltr","width":"222.26","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","710.47"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":710.47}
{"page":2,"change":"none","str":"only necessary to effect at one end of the line the ","dir":"ltr","width":"222.29","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","698.22"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":698.22}
{"page":2,"change":"none","str":"disintegration of the molecules into atoms, and ","dir":"ltr","width":"222.26","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","685.72"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":685.72}
@ -432,15 +336,10 @@
{"page":2,"change":"none","str":"not in the sense of the ","dir":"ltr","width":"141.57","height":"11.00","transform":["11.00","0.00","0.00","11.00","152.83","561.92"],"fontName":"BCDEEE+Garamond-Bold","x":152.83,"y":561.92}
{"page":2,"change":"none","str":"Spiritualists' cant, but in all the truth and logic ","dir":"ltr","width":"222.18","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","549.67"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":549.67}
{"page":2,"change":"none","str":"of stern science. Do you","dir":"ltr","width":"111.45","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","537.17"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":537.17}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","183.58","537.17"],"fontName":"BCDEEE+Garamond-Bold","x":183.58,"y":537.17}
{"page":2,"change":"none","str":"still follow me?\"","dir":"ltr","width":"75.52","height":"11.00","transform":["11.00","0.00","0.00","11.00","186.33","537.17"],"fontName":"BCDEEE+Garamond-Bold","x":186.33,"y":537.17}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","262.10","537.17"],"fontName":"BCDEEE+Garamond-Bold","x":262.1,"y":537.17}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","524.93"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":524.93}
{"page":2,"change":"none","str":"\"It is a little misty,\" I said, \"but I think I get ","dir":"ltr","width":"213.87","height":"11.00","transform":["11.00","0.00","0.00","11.00","80.28","524.93"],"fontName":"BCDEEE+Garamond-Bold","x":80.275,"y":524.93}
{"page":2,"change":"none","str":"the point. You would telegraph the Idea of the ","dir":"ltr","width":"222.19","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","512.40"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":512.4}
{"page":2,"change":"none","str":"matter, to use the word Idea in Plato's sense.\"","dir":"ltr","width":"214.11","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","500.15"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":500.15}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","286.63","500.15"],"fontName":"BCDEEE+Garamond-Bold","x":286.63,"y":500.15}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","487.65"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":487.65}
{"page":2,"change":"none","str":"\"Precisely. A candle flame is the same candle ","dir":"ltr","width":"213.99","height":"11.00","transform":["11.00","0.00","0.00","11.00","80.28","487.65"],"fontName":"BCDEEE+Garamond-Bold","x":80.275,"y":487.65}
{"page":2,"change":"none","str":"flame although the burning gas is conti","dir":"ltr","width":"191.05","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","475.40"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":475.4}
{"page":2,"change":"none","str":"nually ","dir":"ltr","width":"31.21","height":"11.00","transform":["11.00","0.00","0.00","11.00","263.35","475.40"],"fontName":"BCDEEE+Garamond-Bold","x":263.35,"y":475.4}
@ -459,13 +358,10 @@
{"page":2,"change":"none","str":"k, at the ","dir":"ltr","width":"43.68","height":"11.00","transform":["11.00","0.00","0.00","11.00","250.85","339.10"],"fontName":"BCDEEE+Garamond-Bold","x":250.85,"y":339.1}
{"page":2,"change":"none","str":"anode and build it up again on the same plan at ","dir":"ltr","width":"222.30","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","326.85"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":326.85}
{"page":2,"change":"none","str":"the cathode. This was my Telepomp.\"","dir":"ltr","width":"178.18","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","314.35"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":314.35}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","250.60","314.35"],"fontName":"BCDEEE+Garamond-Bold","x":250.6,"y":314.35}
{"page":2,"change":"none","str":"\"But in practice","dir":"ltr","width":"86.08","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","302.10"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":302.1}
{"page":2,"change":"none","str":"—","dir":"ltr","width":"11.00","height":"11.00","transform":["11.00","0.00","0.00","11.00","158.33","302.10"],"fontName":"BCDGEE+Garamond-Bold","x":158.33,"y":302.1}
{"page":2,"change":"none","str":"how did the Telepomp ","dir":"ltr","width":"125.15","height":"11.00","transform":["11.00","0.00","0.00","11.00","169.33","302.10"],"fontName":"BCDEEE+Garamond-Bold","x":169.33,"y":302.1}
{"page":2,"change":"none","str":"work?\"","dir":"ltr","width":"33.57","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","289.60"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":289.6}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","105.80","289.60"],"fontName":"BCDEEE+Garamond-Bold","x":105.8,"y":289.6}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","277.35"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":277.35}
{"page":2,"change":"none","str":"\"To perfection! In my rooms on Joy street, in ","dir":"ltr","width":"213.98","height":"11.00","transform":["11.00","0.00","0.00","11.00","80.28","277.35"],"fontName":"BCDEEE+Garamond-Bold","x":80.275,"y":277.35}
{"page":2,"change":"none","str":"Boston, I had about five miles of wire. I had no ","dir":"ltr","width":"222.28","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","264.83"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":264.83}
{"page":2,"change":"none","str":"difficulty in sendi","dir":"ltr","width":"83.97","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","252.58"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":252.58}
@ -492,19 +388,13 @@
{"page":2,"change":"none","str":"hundred","dir":"ltr","width":"39.28","height":"11.00","transform":["11.00","0.00","0.00","11.00","248.85","128.80"],"fontName":"BCDEEE+Garamond-Bold","x":248.85,"y":128.8}
{"page":2,"change":"none","str":"-","dir":"ltr","width":"3.66","height":"11.00","transform":["11.00","0.00","0.00","11.00","288.13","128.80"],"fontName":"BCDEEE+Garamond-Bold","x":288.13,"y":128.8}
{"page":2,"change":"none","str":"cup battery. The cat disappeared in","dir":"ltr","width":"162.39","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","116.30"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":116.3}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","234.60","116.30"],"fontName":"BCDEEE+Garamond-Bold","x":234.6,"y":116.3}
{"page":2,"change":"none","str":"a twinkling. ","dir":"ltr","width":"57.70","height":"11.00","transform":["11.00","0.00","0.00","11.00","236.85","116.30"],"fontName":"BCDEEE+Garamond-Bold","x":236.85,"y":116.3}
{"page":2,"change":"none","str":"I hastened to the next room and, to my immense ","dir":"ltr","width":"222.28","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","104.03"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":104.03}
{"page":2,"change":"none","str":"satisfaction, found Thomas there, alive and ","dir":"ltr","width":"222.29","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","91.53"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":91.525}
{"page":2,"change":"none","str":"purring, although somewhat astonished. It ","dir":"ltr","width":"222.27","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","710.47"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":710.47}
{"page":2,"change":"none","str":"worked like a charm.\"","dir":"ltr","width":"103.02","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","698.22"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":698.22}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","423.68","698.22"],"fontName":"BCDEEE+Garamond-Bold","x":423.68,"y":698.22}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","685.72"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":685.72}
{"page":2,"change":"none","str":"\"This is certainly very remarkable.\"","dir":"ltr","width":"166.19","height":"11.00","transform":["11.00","0.00","0.00","11.00","328.63","685.72"],"fontName":"BCDEEE+Garamond-Bold","x":328.63,"y":685.72}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","495.20","685.72"],"fontName":"BCDEEE+Garamond-Bold","x":495.2,"y":685.72}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","673.45"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":673.45}
{"page":2,"change":"none","str":"\"Isn't it? After my experiment with the cat,","dir":"ltr","width":"203.02","height":"11.00","transform":["11.00","0.00","0.00","11.00","328.63","673.45"],"fontName":"BCDEEE+Garamond-Bold","x":328.63,"y":673.45}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","531.97","673.45"],"fontName":"BCDEEE+Garamond-Bold","x":531.97,"y":673.45}
{"page":2,"change":"none","str":"a ","dir":"ltr","width":"7.48","height":"11.00","transform":["11.00","0.00","0.00","11.00","535.22","673.45"],"fontName":"BCDEEE+Garamond-Bold","x":535.22,"y":673.45}
{"page":2,"change":"none","str":"gigantic idea took possession of me. If I could ","dir":"ltr","width":"222.13","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","660.95"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":660.95}
{"page":2,"change":"none","str":"send a feline being, why not send a human ","dir":"ltr","width":"222.23","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","648.70"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":648.7}
@ -516,15 +406,12 @@
{"page":2,"change":"none","str":"powerful battery and try the experiment. Like a ","dir":"ltr","width":"222.26","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","586.67"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":586.67}
{"page":2,"change":"none","str":"thorough votary of science, I resolved to try the ","dir":"ltr","width":"222.24","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","574.42"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":574.42}
{"page":2,"change":"none","str":"experiment on myself.","dir":"ltr","width":"103.02","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","561.92"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":561.92}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","423.68","561.92"],"fontName":"BCDEEE+Garamond-Bold","x":423.68,"y":561.92}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","549.67"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":549.67}
{"page":2,"change":"none","str":"\"I do not like to dwell upon this chapter of my ","dir":"ltr","width":"214.08","height":"11.00","transform":["11.00","0.00","0.00","11.00","328.63","549.67"],"fontName":"BCDEEE+Garamond-Bold","x":328.63,"y":549.67}
{"page":2,"change":"none","str":"experience,\" continued the Head, winking at a ","dir":"ltr","width":"222.20","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","537.17"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":537.17}
{"page":2,"change":"none","str":"tear which ","dir":"ltr","width":"52.69","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","524.93"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":524.93}
{"page":2,"change":"none","str":"had trickled down on to his cheek ","dir":"ltr","width":"168.06","height":"11.00","transform":["11.00","0.00","0.00","11.00","374.65","524.93"],"fontName":"BCDEEE+Garamond-Bold","x":374.65,"y":524.93}
{"page":2,"change":"none","str":"and which I silently wiped away for him with my ","dir":"ltr","width":"222.35","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","512.40"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":512.4}
{"page":2,"change":"none","str":"own pocket handkerchief. ","dir":"ltr","width":"123.39","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","500.15"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":500.15}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"26.93","height":"11.00","transform":["11.00","0.00","0.00","11.00","444.18","500.15"],"fontName":"BCDEEE+Garamond-Bold","x":444.18,"y":500.15}
{"page":2,"change":"none","str":"\"Suffice it that ","dir":"ltr","width":"71.38","height":"11.00","transform":["11.00","0.00","0.00","11.00","471.45","500.15"],"fontName":"BCDEEE+Garamond-Bold","x":471.45,"y":500.15}
{"page":2,"change":"none","str":"I trebled the cups in my battery, stretched my ","dir":"ltr","width":"222.15","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","487.65"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":487.65}
{"page":2,"change":"none","str":"wire over housetops to my lodgings in Phillips ","dir":"ltr","width":"222.24","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","475.40"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":475.4}
@ -539,13 +426,9 @@
{"page":2,"change":"none","str":"street as I was sure of ","dir":"ltr","width":"107.12","height":"11.00","transform":["11.00","0.00","0.00","11.00","435.67","388.63"],"fontName":"BCDEEE+Garamond-Bold","x":435.67,"y":388.63}
{"page":2,"change":"none","str":"my existence. Then I touched the key that let on ","dir":"ltr","width":"222.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","376.38"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":376.38}
{"page":2,"change":"none","str":"the electricity. Alas!\"","dir":"ltr","width":"97.19","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","363.88"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":363.88}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","417.92","363.88"],"fontName":"BCDEEE+Garamond-Bold","x":417.92,"y":363.88}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","351.60"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":351.6}
{"page":2,"change":"none","str":"For some moments my friend was unable to ","dir":"ltr","width":"214.03","height":"11.00","transform":["11.00","0.00","0.00","11.00","328.63","351.60"],"fontName":"BCDEEE+Garamond-Bold","x":328.63,"y":351.6}
{"page":2,"change":"none","str":"speak. At last, with an effort, he resumed his ","dir":"ltr","width":"222.20","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","339.10"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":339.1}
{"page":2,"change":"none","str":"narrative.","dir":"ltr","width":"43.58","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","326.85"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":326.85}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","364.15","326.85"],"fontName":"BCDEEE+Garamond-Bold","x":364.15,"y":326.85}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","314.35"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":314.35}
{"page":2,"change":"none","str":"\"I began to disintegrate at my feet and slowly ","dir":"ltr","width":"214.03","height":"11.00","transform":["11.00","0.00","0.00","11.00","328.63","314.35"],"fontName":"BCDEEE+Garamond-Bold","x":328.63,"y":314.35}
{"page":2,"change":"none","str":"disappe","dir":"ltr","width":"36.14","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","302.10"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":302.1}
{"page":2,"change":"none","str":"ared under my own eyes. My legs ","dir":"ltr","width":"186.03","height":"11.00","transform":["11.00","0.00","0.00","11.00","356.65","302.10"],"fontName":"BCDEEE+Garamond-Bold","x":356.65,"y":302.1}
@ -569,21 +452,12 @@
{"page":2,"change":"none","str":"battery with fresh sulphuric acid, and there was ","dir":"ltr","width":"222.29","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","104.03"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":104.03}
{"page":2,"change":"none","str":"not elect","dir":"ltr","width":"40.37","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","91.53"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":91.525}
{"page":2,"change":"none","str":"ricity enough to materialize the rest of ","dir":"ltr","width":"181.71","height":"11.00","transform":["11.00","0.00","0.00","11.00","360.90","91.53"],"fontName":"BCDEEE+Garamond-Bold","x":360.9,"y":91.525}
{"page":3,"change":"none","str":" ","dir":"ltr","width":"3.00","height":"12.00","transform":["12.00","0.00","0.00","12.00","540.23","746.22"],"fontName":"BCDEEE+Garamond-Bold","x":540.23,"y":746.22}
{"page":3,"change":"none","str":" ","dir":"ltr","width":"2.71","height":"12.00","transform":["12.00","0.00","0.00","12.00","540.23","731.72"],"fontName":"BCDFEE+Calibri","x":540.23,"y":731.72}
{"page":3,"change":"none","str":" ","dir":"ltr","width":"3.00","height":"12.00","transform":["12.00","0.00","0.00","12.00","90.03","38.52"],"fontName":"BCDEEE+Garamond-Bold","x":90.025,"y":38.525}
{"page":3,"change":"none","str":" ","dir":"ltr","width":"3.00","height":"12.00","transform":["12.00","0.00","0.00","12.00","150.80","38.52"],"fontName":"BCDEEE+Garamond-Bold","x":150.8,"y":38.525}
{"page":3,"change":"none","str":"me. I was a Head, but my body was, Lord ","dir":"ltr","width":"222.24","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","710.47"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":710.47}
{"page":3,"change":"none","str":"knows where!\"","dir":"ltr","width":"69.52","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","698.22"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":698.22}
{"page":3,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","141.80","698.22"],"fontName":"BCDEEE+Garamond-Bold","x":141.8,"y":698.22}
{"page":3,"change":"none","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","685.72"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":685.72}
{"page":3,"change":"none","str":"I did not attempt to offer consolation. Words ","dir":"ltr","width":"213.95","height":"11.00","transform":["11.00","0.00","0.00","11.00","80.28","685.72"],"fontName":"BCDEEE+Garamond-Bold","x":80.275,"y":685.72}
{"page":3,"change":"none","str":"would have been mockery in the presence of ","dir":"ltr","width":"222.23","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","673.45"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":673.45}
{"page":3,"change":"none","str":"Prof. Dummkopf's grief.","dir":"ltr","width":"113.80","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","660.95"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":660.95}
{"page":3,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","186.08","660.95"],"fontName":"BCDEEE+Garamond-Bold","x":186.08,"y":660.95}
{"page":3,"change":"none","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","648.70"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":648.7}
{"page":3,"change":"none","str":"\"What matters it about the rest?\" he sadly","dir":"ltr","width":"211.14","height":"11.00","transform":["11.00","0.00","0.00","11.00","80.28","648.70"],"fontName":"BCDEEE+Garamond-Bold","x":80.275,"y":648.7}
{"page":3,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","291.88","648.70"],"fontName":"BCDEEE+Garamond-Bold","x":291.88,"y":648.7}
{"page":3,"change":"none","str":"continued. \"The house in Phillips Street was ","dir":"ltr","width":"222.23","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","636.20"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":636.2}
{"page":3,"change":"none","str":"full of medical students. I suppose that some of ","dir":"ltr","width":"222.29","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","623.95"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":623.95}
{"page":3,"change":"none","str":"them found my Head, and knowing nothing of ","dir":"ltr","width":"222.23","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","611.45"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":611.45}
@ -599,22 +473,15 @@
{"page":3,"change":"none","str":"-","dir":"ltr","width":"3.66","height":"11.00","transform":["11.00","0.00","0.00","11.00","276.88","512.40"],"fontName":"BCDEEE+Garamond-Bold","x":276.88,"y":512.4}
{"page":3,"change":"none","str":"be ","dir":"ltr","width":"13.98","height":"11.00","transform":["11.00","0.00","0.00","11.00","280.63","512.40"],"fontName":"BCDEEE+Garamond-Bold","x":280.63,"y":512.4}
{"page":3,"change":"none","str":"humorist presented me","dir":"ltr","width":"110.54","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","500.15"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":500.15}
{"page":3,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","182.83","500.15"],"fontName":"BCDEEE+Garamond-Bold","x":182.83,"y":500.15}
{"page":3,"change":"none","str":"to this collection as a ","dir":"ltr","width":"107.14","height":"11.00","transform":["11.00","0.00","0.00","11.00","187.33","500.15"],"fontName":"BCDEEE+Garamond-Bold","x":187.33,"y":500.15}
{"page":3,"change":"none","str":"French murderer of the last century. For some ","dir":"ltr","width":"222.20","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","487.65"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":487.65}
{"page":3,"change":"none","str":"months I knew nothing, and when I recovered ","dir":"ltr","width":"222.23","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","475.40"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":475.4}
{"page":3,"change":"none","str":"consciousness I found myself here.","dir":"ltr","width":"162.45","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","462.90"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":462.9}
{"page":3,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","234.60","462.90"],"fontName":"BCDEEE+Garamond-Bold","x":234.6,"y":462.9}
{"page":3,"change":"none","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","450.65"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":450.65}
{"page":3,"change":"none","str":"\"Such,\" added the Head, with a dry, harsh ","dir":"ltr","width":"213.96","height":"11.00","transform":["11.00","0.00","0.00","11.00","80.28","450.65"],"fontName":"BCDEEE+Garamond-Bold","x":80.275,"y":450.65}
{"page":3,"change":"none","str":"laugh, \"is the irony of Fate!\"","dir":"ltr","width":"133.45","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","438.15"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":438.15}
{"page":3,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","205.83","438.15"],"fontName":"BCDEEE+Garamond-Bold","x":205.83,"y":438.15}
{"page":3,"change":"none","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","425.88"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":425.88}
{"page":3,"change":"none","str":"\"Is there nothing I can do ","dir":"ltr","width":"126.29","height":"11.00","transform":["11.00","0.00","0.00","11.00","80.28","425.88"],"fontName":"BCDEEE+Garamond-Bold","x":80.275,"y":425.88}
{"page":3,"change":"none","str":"for you?\" I asked, ","dir":"ltr","width":"87.13","height":"11.00","transform":["11.00","0.00","0.00","11.00","207.33","425.88"],"fontName":"BCDEEE+Garamond-Bold","x":207.33,"y":425.88}
{"page":3,"change":"none","str":"after a pause.","dir":"ltr","width":"61.58","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","413.38"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":413.38}
{"page":3,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","133.80","413.38"],"fontName":"BCDEEE+Garamond-Bold","x":133.8,"y":413.38}
{"page":3,"change":"none","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","401.13"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":401.13}
{"page":3,"change":"none","str":"\"Thank you,\" the Head replied; \"I am ","dir":"ltr","width":"214.03","height":"11.00","transform":["11.00","0.00","0.00","11.00","80.28","401.13"],"fontName":"BCDEEE+Garamond-Bold","x":80.275,"y":401.13}
{"page":3,"change":"none","str":"tolerably cheerful and resigned. I have lost ","dir":"ltr","width":"222.24","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","388.63"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":388.63}
{"page":3,"change":"none","str":"pretty much all interest in experimental ","dir":"ltr","width":"222.21","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","376.38"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":376.38}
@ -627,13 +494,10 @@
{"page":3,"change":"none","str":"cal, and conchological interest with ","dir":"ltr","width":"178.28","height":"11.00","transform":["11.00","0.00","0.00","11.00","116.05","339.10"],"fontName":"BCDEEE+Garamond-Bold","x":116.05,"y":339.1}
{"page":3,"change":"none","str":"which this admirable museum abounds. I don't ","dir":"ltr","width":"222.30","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","326.85"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":326.85}
{"page":3,"change":"none","str":"know of anything you can do for me.","dir":"ltr","width":"169.99","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","314.35"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":314.35}
{"page":3,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","242.35","314.35"],"fontName":"BCDEEE+Garamond-Bold","x":242.35,"y":314.35}
{"page":3,"change":"none","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","302.10"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":302.1}
{"page":3,"change":"none","str":"\"Stay,\" he added, as his gaze fell once more ","dir":"ltr","width":"213.93","height":"11.00","transform":["11.00","0.00","0.00","11.00","80.28","302.10"],"fontName":"BCDEEE+Garamond-Bold","x":80.275,"y":302.1}
{"page":3,"change":"none","str":"upon the exasperating legs of the ","dir":"ltr","width":"154.57","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","289.60"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":289.6}
{"page":3,"change":"none","str":"Oedieneninus ","dir":"ltr","width":"68.15","height":"11.00","transform":["11.00","0.00","0.00","11.00","226.35","289.60"],"fontName":"BCDEEE+Garamond-Bold","x":226.35,"y":289.6}
{"page":3,"change":"none","str":"Longpipes","dir":"ltr","width":"49.53","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","277.35"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":277.35}
{"page":3,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","121.55","277.35"],"fontName":"BCDEEE+Garamond-Bold","x":121.55,"y":277.35}
{"page":3,"change":"none","str":"opposite ","dir":"ltr","width":"42.94","height":"11.00","transform":["11.00","0.00","0.00","11.00","124.05","277.35"],"fontName":"BCDEEE+Garamond-Bold","x":124.05,"y":277.35}
{"page":3,"change":"none","str":"him. \"If there is anything I ","dir":"ltr","width":"127.59","height":"11.00","transform":["11.00","0.00","0.00","11.00","166.83","277.35"],"fontName":"BCDEEE+Garamond-Bold","x":166.83,"y":277.35}
{"page":3,"change":"none","str":"do feel the need of, it is out","dir":"ltr","width":"148.21","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","264.83"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":264.83}
@ -641,14 +505,10 @@
{"page":3,"change":"none","str":"door exercise. ","dir":"ltr","width":"70.16","height":"11.00","transform":["11.00","0.00","0.00","11.00","224.35","264.83"],"fontName":"BCDEEE+Garamond-Bold","x":224.35,"y":264.83}
{"page":3,"change":"none","str":"Couldn't you manage in some way to take me ","dir":"ltr","width":"222.32","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","252.58"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":252.58}
{"page":3,"change":"none","str":"out for a walk?\"","dir":"ltr","width":"73.79","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","240.08"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":240.08}
{"page":3,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","146.05","240.08"],"fontName":"BCDEEE+Garamond-Bold","x":146.05,"y":240.08}
{"page":3,"change":"none","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","227.83"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":227.83}
{"page":3,"change":"none","str":"I confess that I was somewhat staggered by ","dir":"ltr","width":"213.99","height":"11.00","transform":["11.00","0.00","0.00","11.00","80.28","227.83"],"fontName":"BCDEEE+Garamond-Bold","x":80.275,"y":227.83}
{"page":3,"change":"none","str":"this request, but promised to do what I could. ","dir":"ltr","width":"222.23","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","215.33"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":215.33}
{"page":3,"change":"none","str":"After some deliberation, I formed a plan, which ","dir":"ltr","width":"222.32","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","203.08"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":203.08}
{"page":3,"change":"none","str":"was carried out in the following manner:","dir":"ltr","width":"187.22","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","190.55"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":190.55}
{"page":3,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","259.60","190.55"],"fontName":"BCDEEE+Garamond-Bold","x":259.6,"y":190.55}
{"page":3,"change":"none","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","178.30"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":178.3}
{"page":3,"change":"none","str":"I returned to the Museum that afternoon just ","dir":"ltr","width":"213.92","height":"11.00","transform":["11.00","0.00","0.00","11.00","80.28","178.30"],"fontName":"BCDEEE+Garamond-Bold","x":80.275,"y":178.3}
{"page":3,"change":"none","str":"before the closing hour, and ","dir":"ltr","width":"134.33","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","165.80"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":165.8}
{"page":3,"change":"none","str":"hid myself behind ","dir":"ltr","width":"87.37","height":"11.00","transform":["11.00","0.00","0.00","11.00","207.08","165.80"],"fontName":"BCDEEE+Garamond-Bold","x":207.08,"y":165.8}
@ -686,13 +546,6 @@
{"page":3,"change":"none","str":"moonlight, and wandered arm in arm along ","dir":"ltr","width":"204.84","height":"11.00","transform":["11.00","0.00","0.00","11.00","337.90","524.93"],"fontName":"BCDEEE+Garamond-Bold","x":337.9,"y":524.93}
{"page":3,"change":"none","str":"the shores of the quiet lake and through the ","dir":"ltr","width":"222.27","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","512.40"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":512.4}
{"page":3,"change":"none","str":"mazy paths of the Ramble.","dir":"ltr","width":"124.00","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","500.15"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":500.15}
{"page":3,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","444.67","500.15"],"fontName":"BCDEEE+Garamond-Bold","x":444.67,"y":500.15}
{"page":3,"change":"none","str":" ","dir":"ltr","width":"3.00","height":"12.00","transform":["12.00","0.00","0.00","12.00","320.38","486.90"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":486.9}
{"page":3,"change":"none","str":"{","dir":"ltr","width":"4.36","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","474.15"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":474.15}
{"page":3,"change":"none","str":"THE END","dir":"ltr","width":"53.34","height":"11.00","transform":["11.00","0.00","0.00","11.00","324.63","474.15"],"fontName":"BCDEEE+Garamond-Bold","x":324.63,"y":474.15}
{"page":3,"change":"none","str":"}","dir":"ltr","width":"4.36","height":"11.00","transform":["11.00","0.00","0.00","11.00","377.90","474.15"],"fontName":"BCDEEE+Garamond-Bold","x":377.9,"y":474.15}
{"page":3,"change":"none","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","382.40","474.15"],"fontName":"BCDEEE+Garamond-Bold","x":382.4,"y":474.15}
{"page":3,"change":"none","str":" ","dir":"ltr","width":"3.00","height":"12.00","transform":["12.00","0.00","0.00","12.00","320.38","459.90"],"x":320.38,"y":459.9}
{"page":3,"change":"none","str":" ","dir":"ltr","width":"3.31","height":"12.00","transform":["12.00","0.00","0.00","12.00","320.38","447.15"],"fontName":"BCDHEE+TwCenMT-Regular","x":320.38,"y":447.15}
{"page":3,"change":"none","str":" ","dir":"ltr","width":"3.31","height":"12.00","transform":["12.00","0.00","0.00","12.00","320.38","434.13"],"fontName":"BCDHEE+TwCenMT-Regular","x":320.38,"y":434.13}
{"page":3,"change":"none","str":" ","dir":"ltr","width":"2.71","height":"12.00","transform":["12.00","0.00","0.00","12.00","320.38","419.88"],"fontName":"BCDFEE+Calibri","x":320.38,"y":419.88}
{"page":3,"change":"none","str":"}","dir":"ltr","width":"4.36","height":"11.00","transform":["11.00","0.00","0.00","11.00","377.90","474.15"],"fontName":"BCDEEE+Garamond-Bold","x":377.9,"y":474.15}

View File

@ -1,8 +1,8 @@
{
"pages": 4,
"items": 669,
"groupedItems": 399,
"changes": 173,
"items": 522,
"groupedItems": 378,
"changes": 92,
"schema": [
{
"name": "line",
@ -31,176 +31,95 @@
}
]
}
{"page":0,"change":"Addition","str":"{ fro m } THE {New York} SUN, SUNDAY, MARCH 25, 1877. ","line":0,"x":255.85,"y":747.22,"width":"287.07","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"TH E MAN WITHOUT A BODY ","line":4,"x":103.05,"y":706.47,"width":"159.86","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"{ by Edward Page Mitchell } ","line":5,"x":118.55,"y":693.97,"width":"129.47","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":" On a shelf in the old Arsenal museum, in the ","line":7,"x":72.025,"y":669.2,"width":"222.16","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"bright - colored parakeets, there is a ghastly row ","line":10,"x":72.025,"y":632.2,"width":"222.19","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"of human heads. I pass by the mummied ","line":11,"x":72.025,"y":619.7,"width":"218.04","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"year ago. ","line":16,"x":72.025,"y":557.92,"width":"44.81","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":" I was struck with the Head when I first saw it. ","line":17,"x":72.025,"y":545.42,"width":"222.59","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"own. The parchmen ty skin is so shriveled that ","line":23,"x":72.025,"y":471.15,"width":"222.35","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"of parts!\" The features of the Head are of the ","line":29,"x":72.025,"y":396.88,"width":"221.01","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"some face which had at some time been familiar ","line":34,"x":72.025,"y":335.1,"width":"222.81","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"to me — some face which lingered in my ","line":35,"x":72.025,"y":322.6,"width":"222.20","height":"11.00","fontName":["BCDEEE+Garamond-Bold","BCDGEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"memory, but which I could not place. ","line":36,"x":72.025,"y":310.35,"width":"176.97","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":" After all, I was not greatly surprised, when I ","line":37,"x":72.025,"y":297.85,"width":"222.19","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"appreciation of friendly interest on my part by ","line":40,"x":72.025,"y":260.83,"width":"220.20","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"glass case. ","line":42,"x":72.025,"y":236.08,"width":"51.56","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":" This was on a Trustees' day, and I was the ","line":43,"x":72.025,"y":223.58,"width":"222.24","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"the superintendent of the monkeys. ","line":46,"x":72.025,"y":186.55,"width":"166.67","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":" The Head winked a second time, and even ","line":47,"x":72.025,"y":174.05,"width":"222.24","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"and the beautiful lateral movement of the ","line":52,"x":72.025,"y":112.27,"width":"217.53","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"internal pterygoid. I knew the Head was trying ","line":53,"x":72.025,"y":99.775,"width":"222.52","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"twitchings of the risorius and the zygomatie ","line":55,"x":72.025,"y":75.025,"width":"209.28","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"major, and knew that it was endeavoring to ","line":59,"x":320.38,"y":669.2,"width":"219.60","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"smile. ","line":60,"x":320.38,"y":656.95,"width":"30.35","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":" \"Here,\" I thought, \"is either a case of vitality ","line":61,"x":320.38,"y":644.45,"width":"222.18","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"action where there is no diastaltic or excitor -","line":63,"x":320.38,"y":619.7,"width":"219.70","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"observed. Besides, the Head is evidently well ","line":66,"x":320.38,"y":582.67,"width":"220.41","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"bunch which opened the glass door. ","line":68,"x":320.38,"y":557.92,"width":"170.18","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":" \"Thanks,\" said the Head. \"A breath of fresh ","line":69,"x":320.38,"y":545.42,"width":"222.19","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"air is quite a treat.\" ","line":70,"x":320.38,"y":533.17,"width":"92.49","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":" \"How do you feel?\" I asked politely. \"How ","line":71,"x":320.38,"y":520.67,"width":"222.27","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"does it seem without a body?\" ","line":72,"x":320.38,"y":508.4,"width":"142.98","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":" The Head shook itself sadly and sighed. \"I ","line":73,"x":320.38,"y":495.9,"width":"220.63","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"ambulatory, and yet I cannot walk. I cannot ","line":78,"x":320.38,"y":434.13,"width":"222.20","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"better off than these barbarian heads — I, a man ","line":82,"x":320.38,"y":384.63,"width":"222.40","height":"11.00","fontName":["BCDEEE+Garamond-Bold","BCDGEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"neck and see sandpip ers and storks all around ","line":84,"x":320.38,"y":359.88,"width":"222.30","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"at that miserable Gray - headed Porphyrio. They ","line":87,"x":320.38,"y":322.6,"width":"222.14","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"they have legs, legs, legs in profusion. \" He cast ","line":89,"x":320.38,"y":297.85,"width":"222.38","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"novels.\" ","line":94,"x":320.38,"y":236.08,"width":"41.05","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":" I did not exactly know how to console him in ","line":95,"x":320.38,"y":223.58,"width":"222.25","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"so delic ate a manner, but ventured to hint that ","line":96,"x":320.38,"y":211.32,"width":"222.12","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"immunity from corns and the gout. ","line":98,"x":320.38,"y":186.55,"width":"165.24","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":" \"And as to arms,\" he went on, \"there's ","line":99,"x":320.38,"y":174.05,"width":"222.22","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"brush away the flies that get in here — Lord ","line":101,"x":320.38,"y":149.3,"width":"222.16","height":"11.00","fontName":["BCDEEE+Garamond-Bold","BCDGEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"knows h ow — in the summertime. I cannot ","line":102,"x":320.38,"y":137.05,"width":"222.21","height":"11.00","fontName":["BCDEEE+Garamond-Bold","BCDGEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"jack - in - the - box. I cannot scratch my head or ","line":105,"x":320.38,"y":99.775,"width":"222.05","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"get cold in this thundering draught. As to eat ing ","line":107,"x":320.38,"y":75.025,"width":"222.26","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":" ","line":2,"x":90.025,"y":38.525,"width":"6.00","height":"12.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"prophecy of her future progress. I — \" ","line":6,"x":72.025,"y":673.45,"width":"175.27","height":"11.00","fontName":["BCDEEE+Garamond-Bold","BCDGEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":" I had heard these sentiments before. In a flash ","line":7,"x":72.025,"y":660.95,"width":"222.30","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"I had accounted fo r the familiar look which had ","line":8,"x":72.025,"y":648.7,"width":"222.27","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"Prof. Dummkopf?\" ","line":11,"x":72.025,"y":611.45,"width":"92.54","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":" \"That is, or was, my name,\" he replied, with ","line":12,"x":72.025,"y":599.2,"width":"222.19","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"dignity. ","line":13,"x":72.025,"y":586.67,"width":"38.31","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":" \"And you formerly lived in Boston, where you ","line":14,"x":72.025,"y":574.42,"width":"222.27","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"carried on scie ntific experiments of startling ","line":15,"x":72.025,"y":561.92,"width":"222.18","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"applied spectrum analysis to Mind.\" ","line":19,"x":72.025,"y":512.4,"width":"171.94","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":" \"These were some of my minor ","line":20,"x":72.025,"y":500.15,"width":"157.32","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"achieveme nts,\" said the Head, sadly nodding ","line":21,"x":72.025,"y":487.65,"width":"222.15","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"itself — \" small when compared with my final ","line":22,"x":72.025,"y":475.4,"width":"220.43","height":"11.00","fontName":["BCDEEE+Garamond-Bold","BCDGEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"lost my Body in an experiment.\" ","line":25,"x":72.025,"y":438.15,"width":"153.71","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":" \"How was that?\" I asked. \"I had not heard.\" ","line":26,"x":72.025,"y":425.88,"width":"220.91","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":" \"No ,\" said the Head. \"Living alone and ","line":27,"x":72.025,"y":413.38,"width":"222.31","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"noticed. I will tell you — \" ","line":29,"x":72.025,"y":388.63,"width":"120.52","height":"11.00","fontName":["BCDEEE+Garamond-Bold","BCDGEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":" There was a sound upon the stairway. ","line":30,"x":72.025,"y":376.38,"width":"222.28","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"must dissemble.\" ","line":33,"x":72.025,"y":339.1,"width":"84.49","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":" I hastily closed the door of the glass case, ","line":34,"x":72.025,"y":326.85,"width":"219.78","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"Acuta, or Pin - tailed Duck. ","line":38,"x":72.025,"y":277.35,"width":"124.23","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":" On the next Trustees' day I revisited the ","line":39,"x":72.025,"y":264.83,"width":"218.65","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"talking volubly all the while. ","line":44,"x":72.025,"y":203.08,"width":"133.22","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":" \"That there,\" he said, as we stood before the ","line":45,"x":72.025,"y":190.55,"width":"222.18","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"Head, \"is a relict of morality presented to the ","line":46,"x":72.025,"y":178.3,"width":"219.78","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"century, sir.\" ","line":49,"x":72.025,"y":141.05,"width":"63.26","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":" I fancied that I saw a slight twitching about ","line":50,"x":72.025,"y":128.8,"width":"222.19","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"the cor ners of Prof. Dummkopf s mouth and an ","line":51,"x":72.025,"y":116.3,"width":"222.49","height":"11.00","fontName":["BCDEEE+Garamond-Bold","BCDGEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"remarkably well under the circumstances. I ","line":54,"x":72.025,"y":79.275,"width":"205.82","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"intelligent services, and, as I had anticip ated, he ","line":56,"x":320.38,"y":698.22,"width":"222.16","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"conversation with the Head. ","line":59,"x":320.38,"y":660.95,"width":"133.77","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":" \"Think of putting a wooden - headed idiot like ","line":60,"x":320.38,"y":648.7,"width":"222.30","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"glass prison, \"in charge of a port ion, however ","line":62,"x":320.38,"y":623.95,"width":"222.25","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"small, of a man of science — of the inventor of ","line":63,"x":320.38,"y":611.45,"width":"222.22","height":"11.00","fontName":["BCDEEE+Garamond-Bold","BCDGEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"until I feared that it would tumble off the shelf. ","line":66,"x":320.38,"y":574.42,"width":"219.87","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":" \"You spoke of your invention, the ","line":67,"x":320.38,"y":561.92,"width":"222.27","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"Telepomp,\" I suggested . ","line":68,"x":320.38,"y":549.67,"width":"119.05","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":" \"Ah, yes,\" said the Head, simultaneously ","line":69,"x":320.38,"y":537.17,"width":"222.28","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"the transmission of sou nd by electricity. My ","line":74,"x":320.38,"y":475.4,"width":"222.30","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"spared to introduce it to the public. But, alas - \" ","line":77,"x":320.38,"y":438.15,"width":"219.12","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":" \"Excuse the interruption,\" I said, \"but I must ","line":78,"x":320.38,"y":425.88,"width":"222.32","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"inform you that somebody else has recently ","line":79,"x":320.38,"y":413.38,"width":"219.22","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"is a realized fact.\" ","line":81,"x":320.38,"y":388.63,"width":"86.25","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":" \"Have they gone any further?\" he eagerly ","line":82,"x":320.38,"y":376.38,"width":"222.27","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"have they accomplished the Telepomp?\" ","line":85,"x":320.38,"y":339.1,"width":"192.40","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":" \"I hav e heard nothing of the kind,\" I hastened ","line":86,"x":320.38,"y":326.85,"width":"222.30","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"to assure him, \"but what do you mean?\" ","line":87,"x":320.38,"y":314.35,"width":"190.95","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":" \"Listen,\" he said. \"In the course of my ","line":88,"x":320.38,"y":302.1,"width":"222.22","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"m olecules, and molecules, in their turn, are ","line":92,"x":320.38,"y":252.58,"width":"222.23","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"effected by the dissolution of the ato ms in the ","line":97,"x":320.38,"y":190.55,"width":"222.15","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"follow me?\" ","line":102,"x":320.38,"y":128.8,"width":"58.80","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":" \"Perfectly.\" ","line":103,"x":320.38,"y":116.3,"width":"66.75","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":" \"Well, then, following out this line of thought, ","line":104,"x":320.38,"y":104.03,"width":"222.77","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":" ","line":2,"x":90.025,"y":38.525,"width":"6.00","height":"12.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"to co nvey the vibrations of the chemical ","line":6,"x":72.025,"y":673.45,"width":"222.22","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"same order, and the arrangement of th ose ","line":11,"x":72.025,"y":611.45,"width":"222.37","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"materialization — not in the sense of the ","line":15,"x":72.025,"y":561.92,"width":"222.32","height":"11.00","fontName":["BCDEEE+Garamond-Bold","BCDGEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"of stern science. Do you still follow me?\" ","line":17,"x":72.025,"y":537.17,"width":"192.47","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":" \"It is a little misty,\" I said, \"but I think I get ","line":18,"x":72.025,"y":524.93,"width":"222.12","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"matter, to use the word Idea in Plato's sense.\" ","line":20,"x":72.025,"y":500.15,"width":"216.86","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":" \"Precisely. A candle flame is the same candle ","line":21,"x":72.025,"y":487.65,"width":"222.24","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"flame although the burning gas is conti nually ","line":22,"x":72.025,"y":475.4,"width":"222.26","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"Shape, the Ide a, that is essential. The vibrations ","line":28,"x":72.025,"y":401.13,"width":"222.21","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"I could pull down matter, so to spea k, at the ","line":33,"x":72.025,"y":339.1,"width":"222.23","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"the cathode. This was my Telepomp.\" ","line":35,"x":72.025,"y":314.35,"width":"180.93","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"\"But in practice — how did the Telepomp ","line":36,"x":72.025,"y":302.1,"width":"222.22","height":"11.00","fontName":["BCDEEE+Garamond-Bold","BCDGEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"work?\" ","line":37,"x":72.025,"y":289.6,"width":"36.32","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":" \"To perfection! In my rooms on Joy street, in ","line":38,"x":72.025,"y":277.35,"width":"222.23","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"difficulty in sendi ng simple compounds, such ","line":40,"x":72.025,"y":252.58,"width":"222.06","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"another over this five - mile coil. I shall never ","line":42,"x":72.025,"y":227.83,"width":"222.10","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"forget the joy with which I disintegrated a three -","line":43,"x":72.025,"y":215.33,"width":"219.88","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"i nstrument in another. This success with ","line":46,"x":72.025,"y":178.3,"width":"222.34","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"cat — a black and yellow cat — and I submitted ","line":49,"x":72.025,"y":141.05,"width":"222.24","height":"11.00","fontName":["BCDEEE+Garamond-Bold","BCDGEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"him to a terrible current from my two - hundred -","line":50,"x":72.025,"y":128.8,"width":"219.44","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"cup battery. The cat disappeared in a twinkling. ","line":51,"x":72.025,"y":116.3,"width":"222.84","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"worked like a charm.\" ","line":55,"x":320.38,"y":698.22,"width":"105.77","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":" \"This is certainly very remarkable.\" ","line":56,"x":320.38,"y":685.72,"width":"177.19","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":" \"Isn't it? After my experiment with the cat, a ","line":57,"x":320.38,"y":673.45,"width":"221.50","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"despatch? I resolv ed to strengthen my already ","line":63,"x":320.38,"y":599.2,"width":"222.26","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"experiment on myself. ","line":66,"x":320.38,"y":561.92,"width":"105.77","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":" \"I do not like to dwell upon this chapter of my ","line":67,"x":320.38,"y":549.67,"width":"222.33","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"tear which had trickled down on to his cheek ","line":69,"x":320.38,"y":524.93,"width":"220.75","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"own pocket handkerchief. \"Suffice it that ","line":71,"x":320.38,"y":500.15,"width":"221.69","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"street, made everything ready , and with a ","line":74,"x":320.38,"y":462.9,"width":"222.19","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"in my rooms in Phillips street as I was sure of ","line":80,"x":320.38,"y":388.63,"width":"221.29","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"the electricity. Alas!\" ","line":82,"x":320.38,"y":363.88,"width":"99.94","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":" For some moments my friend was unable to ","line":83,"x":320.38,"y":351.6,"width":"222.28","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"narrative. ","line":85,"x":320.38,"y":326.85,"width":"46.33","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":" \"I began to disintegrate at my feet and slowly ","line":86,"x":320.38,"y":314.35,"width":"222.28","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"disappe ared under my own eyes. My legs ","line":87,"x":320.38,"y":302.1,"width":"222.17","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"head, ha ving been the last to disappear, should ","line":93,"x":320.38,"y":227.83,"width":"222.24","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"was materializing, and with gre at satisfaction I ","line":98,"x":320.38,"y":165.8,"width":"222.17","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"not elect ricity enough to materialize the rest of ","line":104,"x":320.38,"y":91.525,"width":"222.08","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":" ","line":2,"x":90.025,"y":38.525,"width":"6.00","height":"12.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"knows where!\" ","line":4,"x":72.025,"y":698.22,"width":"72.27","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":" I did not attempt to offer consolation. Words ","line":5,"x":72.025,"y":685.72,"width":"222.20","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"Prof. Dummkopf's grief. ","line":7,"x":72.025,"y":660.95,"width":"116.55","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":" \"What matters it about the rest?\" he sadly ","line":8,"x":72.025,"y":648.7,"width":"222.14","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"they attempted to preserve it by means of some ","line":14,"x":72.025,"y":574.42,"width":"222.26","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"anatomical cabinet until some would - be ","line":19,"x":72.025,"y":512.4,"width":"222.28","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"humorist presented me to this collection as a ","line":20,"x":72.025,"y":500.15,"width":"220.43","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"consciousness I found myself here. ","line":23,"x":72.025,"y":462.9,"width":"165.20","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":" \"Such,\" added the Head, with a dry, harsh ","line":24,"x":72.025,"y":450.65,"width":"222.21","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"laugh, \"is the irony of Fate!\" ","line":25,"x":72.025,"y":438.15,"width":"136.20","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":" \"Is there nothing I can do for you?\" I asked, ","line":26,"x":72.025,"y":425.88,"width":"221.67","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"after a pause. ","line":27,"x":72.025,"y":413.38,"width":"64.33","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":" \"Thank you,\" the Head replied; \"I am ","line":28,"x":72.025,"y":401.13,"width":"222.28","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"objects of zoological, ichthyological, ","line":32,"x":72.025,"y":351.6,"width":"172.06","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"ethnologi cal, and conchological interest with ","line":33,"x":72.025,"y":339.1,"width":"222.32","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"know of anything you can do for me. ","line":35,"x":72.025,"y":314.35,"width":"172.74","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":" \"Stay,\" he added, as his gaze fell once more ","line":36,"x":72.025,"y":302.1,"width":"222.18","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"upon the exasperating legs of the Oedieneninus ","line":37,"x":72.025,"y":289.6,"width":"222.72","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"Longpipes opposite him. \"If there is anything I ","line":38,"x":72.025,"y":277.35,"width":"222.82","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"do feel the need of, it is out - door exercise. ","line":39,"x":72.025,"y":264.83,"width":"222.03","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"out for a walk?\" ","line":41,"x":72.025,"y":240.08,"width":"76.54","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":" I confess that I was somewhat staggered by ","line":42,"x":72.025,"y":227.83,"width":"222.24","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"was carried out in the following manner: ","line":45,"x":72.025,"y":190.55,"width":"189.97","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":" I returned to the Museum that afternoon just ","line":46,"x":72.025,"y":178.3,"width":"222.17","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"before the closing hour, and hid myself behind ","line":47,"x":72.025,"y":165.8,"width":"221.71","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"the mammoth sea cow, or Manatus ","line":48,"x":72.025,"y":153.55,"width":"166.18","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"of stout twine, I lashed his one or two vertebrae ","line":53,"x":72.025,"y":91.525,"width":"222.09","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"extraor dinary glee. He walked about, stamped ","line":59,"x":320.38,"y":660.95,"width":"222.29","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"had borrowed. I despoiled the African lion of his ","line":64,"x":320.38,"y":599.2,"width":"222.89","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"the moonlight, and wandered arm in arm along ","line":70,"x":320.38,"y":524.93,"width":"222.31","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"mazy paths of the Ramble. ","line":72,"x":320.38,"y":500.15,"width":"126.75","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"{ THE END } ","line":74,"x":320.38,"y":474.15,"width":"64.80","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"{ fro m } THE {New York} SUN, SUNDAY, MARCH 25, 1877.","line":0,"x":255.85,"y":747.22,"width":"276.07","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"TH E MAN WITHOUT A BODY","line":1,"x":103.05,"y":706.47,"width":"157.11","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"{ by Edward Page Mitchell }","line":2,"x":118.55,"y":693.97,"width":"126.72","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"bright - colored parakeets, there is a ghastly row ","line":6,"x":72.025,"y":632.2,"width":"219.44","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"of human heads. I pass by the mummied ","line":7,"x":72.025,"y":619.7,"width":"218.04","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"I was struck with the Head when I first saw it. ","line":13,"x":80.275,"y":545.42,"width":"214.34","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"own. The parchmen ty skin is so shriveled that ","line":19,"x":72.025,"y":471.15,"width":"222.35","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"of parts!\" The features of the Head are of the ","line":25,"x":72.025,"y":396.88,"width":"221.01","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"some face which had at some time been familiar ","line":30,"x":72.025,"y":335.1,"width":"220.06","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"to me — some face which lingered in my ","line":31,"x":72.025,"y":322.6,"width":"222.20","height":"11.00","fontName":["BCDEEE+Garamond-Bold","BCDGEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"appreciation of friendly interest on my part by ","line":36,"x":72.025,"y":260.83,"width":"217.45","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"the superintendent of the monkeys.","line":42,"x":72.025,"y":186.55,"width":"163.92","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"and the beautiful lateral movement of the ","line":48,"x":72.025,"y":112.27,"width":"217.53","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"major, and knew that it was endeavoring to ","line":52,"x":320.38,"y":669.2,"width":"216.85","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"action where there is no diastaltic or excitor -","line":56,"x":320.38,"y":619.7,"width":"219.70","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"observed. Besides, the Head is evidently well ","line":59,"x":320.38,"y":582.67,"width":"217.66","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"The Head shook itself sadly and sighed. \"I ","line":66,"x":328.63,"y":495.9,"width":"209.63","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"better off than these barbarian heads — I, a man ","line":75,"x":320.38,"y":384.63,"width":"222.40","height":"11.00","fontName":["BCDEEE+Garamond-Bold","BCDGEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"neck and see sandpip ers and storks all around ","line":77,"x":320.38,"y":359.88,"width":"222.30","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"at that miserable Gray - headed Porphyrio. They ","line":80,"x":320.38,"y":322.6,"width":"222.14","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"they have legs, legs, legs in profusion. \" He cast ","line":82,"x":320.38,"y":297.85,"width":"222.38","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"so delic ate a manner, but ventured to hint that ","line":89,"x":320.38,"y":211.32,"width":"222.12","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"brush away the flies that get in here — Lord ","line":94,"x":320.38,"y":149.3,"width":"222.16","height":"11.00","fontName":["BCDEEE+Garamond-Bold","BCDGEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"knows h ow — in the summertime. I cannot ","line":95,"x":320.38,"y":137.05,"width":"222.21","height":"11.00","fontName":["BCDEEE+Garamond-Bold","BCDGEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"jack - in - the - box. I cannot scratch my head or ","line":98,"x":320.38,"y":99.775,"width":"222.05","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"get cold in this thundering draught. As to eat ing ","line":100,"x":320.38,"y":75.025,"width":"222.26","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"prophecy of her future progress. I — \"","line":3,"x":72.025,"y":673.45,"width":"172.52","height":"11.00","fontName":["BCDEEE+Garamond-Bold","BCDGEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"I had accounted fo r the familiar look which had ","line":5,"x":72.025,"y":648.7,"width":"222.27","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"carried on scie ntific experiments of startling ","line":12,"x":72.025,"y":561.92,"width":"222.18","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"\"These were some of my minor ","line":17,"x":80.275,"y":500.15,"width":"146.32","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"achieveme nts,\" said the Head, sadly nodding ","line":18,"x":72.025,"y":487.65,"width":"222.15","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"itself — \" small when compared with my final ","line":19,"x":72.025,"y":475.4,"width":"217.68","height":"11.00","fontName":["BCDEEE+Garamond-Bold","BCDGEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"\"No ,\" said the Head. \"Living alone and ","line":24,"x":80.275,"y":413.38,"width":"214.06","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"noticed. I will tell you — \"","line":26,"x":72.025,"y":388.63,"width":"117.77","height":"11.00","fontName":["BCDEEE+Garamond-Bold","BCDGEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"I hastily closed the door of the glass case, ","line":31,"x":80.275,"y":326.85,"width":"208.78","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"Acuta, or Pin - tailed Duck.","line":35,"x":72.025,"y":277.35,"width":"121.48","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"On the next Trustees' day I revisited the ","line":36,"x":80.275,"y":264.83,"width":"207.65","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"Head, \"is a relict of morality presented to the ","line":43,"x":72.025,"y":178.3,"width":"219.78","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"the cor ners of Prof. Dummkopf s mouth and an ","line":48,"x":72.025,"y":116.3,"width":"222.49","height":"11.00","fontName":["BCDEEE+Garamond-Bold","BCDGEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"intelligent services, and, as I had anticip ated, he ","line":53,"x":320.38,"y":698.22,"width":"222.16","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"\"Think of putting a wooden - headed idiot like ","line":57,"x":328.63,"y":648.7,"width":"214.05","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"glass prison, \"in charge of a port ion, however ","line":59,"x":320.38,"y":623.95,"width":"222.25","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"small, of a man of science — of the inventor of ","line":60,"x":320.38,"y":611.45,"width":"222.22","height":"11.00","fontName":["BCDEEE+Garamond-Bold","BCDGEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"Telepomp,\" I suggested .","line":65,"x":320.38,"y":549.67,"width":"116.30","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"the transmission of sou nd by electricity. My ","line":71,"x":320.38,"y":475.4,"width":"222.30","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"spared to introduce it to the public. But, alas - \"","line":74,"x":320.38,"y":438.15,"width":"216.37","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"inform you that somebody else has recently ","line":76,"x":320.38,"y":413.38,"width":"219.22","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"\"I hav e heard nothing of the kind,\" I hastened ","line":83,"x":328.63,"y":326.85,"width":"214.05","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"m olecules, and molecules, in their turn, are ","line":89,"x":320.38,"y":252.58,"width":"222.23","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"effected by the dissolution of the ato ms in the ","line":94,"x":320.38,"y":190.55,"width":"222.15","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"\"Well, then, following out this line of thought, ","line":101,"x":328.63,"y":104.03,"width":"214.52","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"to co nvey the vibrations of the chemical ","line":3,"x":72.025,"y":673.45,"width":"222.22","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"same order, and the arrangement of th ose ","line":8,"x":72.025,"y":611.45,"width":"222.37","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"materialization — not in the sense of the ","line":12,"x":72.025,"y":561.92,"width":"222.32","height":"11.00","fontName":["BCDEEE+Garamond-Bold","BCDGEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"of stern science. Do you still follow me?\"","line":14,"x":72.025,"y":537.17,"width":"186.97","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"flame although the burning gas is conti nually ","line":19,"x":72.025,"y":475.4,"width":"222.26","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"Shape, the Ide a, that is essential. The vibrations ","line":25,"x":72.025,"y":401.13,"width":"222.21","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"I could pull down matter, so to spea k, at the ","line":30,"x":72.025,"y":339.1,"width":"222.23","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"\"But in practice — how did the Telepomp ","line":33,"x":72.025,"y":302.1,"width":"222.22","height":"11.00","fontName":["BCDEEE+Garamond-Bold","BCDGEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"difficulty in sendi ng simple compounds, such ","line":37,"x":72.025,"y":252.58,"width":"222.06","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"another over this five - mile coil. I shall never ","line":39,"x":72.025,"y":227.83,"width":"222.10","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"forget the joy with which I disintegrated a three -","line":40,"x":72.025,"y":215.33,"width":"219.88","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"i nstrument in another. This success with ","line":43,"x":72.025,"y":178.3,"width":"222.34","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"cat — a black and yellow cat — and I submitted ","line":46,"x":72.025,"y":141.05,"width":"222.24","height":"11.00","fontName":["BCDEEE+Garamond-Bold","BCDGEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"him to a terrible current from my two - hundred -","line":47,"x":72.025,"y":128.8,"width":"219.44","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"cup battery. The cat disappeared in a twinkling. ","line":48,"x":72.025,"y":116.3,"width":"220.09","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"\"Isn't it? After my experiment with the cat, a ","line":54,"x":328.63,"y":673.45,"width":"210.50","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"despatch? I resolv ed to strengthen my already ","line":60,"x":320.38,"y":599.2,"width":"222.26","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"tear which had trickled down on to his cheek ","line":66,"x":320.38,"y":524.93,"width":"220.75","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"own pocket handkerchief. \"Suffice it that ","line":68,"x":320.38,"y":500.15,"width":"194.77","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"street, made everything ready , and with a ","line":71,"x":320.38,"y":462.9,"width":"222.19","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"in my rooms in Phillips street as I was sure of ","line":77,"x":320.38,"y":388.63,"width":"221.29","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"disappe ared under my own eyes. My legs ","line":84,"x":320.38,"y":302.1,"width":"222.17","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"head, ha ving been the last to disappear, should ","line":90,"x":320.38,"y":227.83,"width":"222.24","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"was materializing, and with gre at satisfaction I ","line":95,"x":320.38,"y":165.8,"width":"222.17","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"not elect ricity enough to materialize the rest of ","line":101,"x":320.38,"y":91.525,"width":"222.08","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"they attempted to preserve it by means of some ","line":11,"x":72.025,"y":574.42,"width":"222.26","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"anatomical cabinet until some would - be ","line":16,"x":72.025,"y":512.4,"width":"222.28","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"humorist presented me to this collection as a ","line":17,"x":72.025,"y":500.15,"width":"217.68","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"\"Is there nothing I can do for you?\" I asked, ","line":23,"x":80.275,"y":425.88,"width":"213.42","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"objects of zoological, ichthyological, ","line":29,"x":72.025,"y":351.6,"width":"172.06","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"ethnologi cal, and conchological interest with ","line":30,"x":72.025,"y":339.1,"width":"222.32","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"upon the exasperating legs of the Oedieneninus ","line":34,"x":72.025,"y":289.6,"width":"222.72","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"Longpipes opposite him. \"If there is anything I ","line":35,"x":72.025,"y":277.35,"width":"220.07","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"do feel the need of, it is out - door exercise. ","line":36,"x":72.025,"y":264.83,"width":"222.03","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"before the closing hour, and hid myself behind ","line":44,"x":72.025,"y":165.8,"width":"221.71","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"the mammoth sea cow, or Manatus ","line":45,"x":72.025,"y":153.55,"width":"166.18","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"of stout twine, I lashed his one or two vertebrae ","line":50,"x":72.025,"y":91.525,"width":"222.09","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"extraor dinary glee. He walked about, stamped ","line":56,"x":320.38,"y":660.95,"width":"222.29","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"had borrowed. I despoiled the African lion of his ","line":61,"x":320.38,"y":599.2,"width":"222.89","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"the moonlight, and wandered arm in arm along ","line":67,"x":320.38,"y":524.93,"width":"222.31","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"{ THE END }","line":70,"x":320.38,"y":474.15,"width":"62.05","height":"11.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}

View File

@ -0,0 +1,176 @@
{
"pages": 4,
"items": 669,
"groupedItems": 669,
"changes": 147,
"schema": [
{
"name": "x"
},
{
"name": "y"
},
{
"name": "str"
},
{
"name": "fontName"
},
{
"name": "dir"
},
{
"name": "width"
},
{
"name": "height"
}
]
}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","286.38","747.22"],"fontName":"BCDEEE+Garamond-Bold","x":286.38,"y":747.22}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","314.13","747.22"],"fontName":"BCDEEE+Garamond-Bold","x":314.13,"y":747.22}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","373.15","747.22"],"fontName":"BCDEEE+Garamond-Bold","x":373.15,"y":747.22}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","540.23","747.22"],"fontName":"BCDEEE+Garamond-Bold","x":540.23,"y":747.22}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"3.00","height":"12.00","transform":["12.00","0.00","0.00","12.00","540.23","732.97"],"x":540.23,"y":732.97}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"2.71","height":"12.00","transform":["12.00","0.00","0.00","12.00","306.13","718.97"],"fontName":"BCDFEE+Calibri","x":306.13,"y":718.97}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"3.00","height":"12.00","transform":["12.00","0.00","0.00","12.00","90.03","38.52"],"fontName":"BCDEEE+Garamond-Bold","x":90.025,"y":38.525}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","260.60","706.47"],"fontName":"BCDEEE+Garamond-Bold","x":260.6,"y":706.47}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","245.35","693.97"],"fontName":"BCDEEE+Garamond-Bold","x":245.35,"y":693.97}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","681.72"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":681.72}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","669.20"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":669.2}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","104.05","632.20"],"fontName":"BCDEEE+Garamond-Bold","x":104.05,"y":632.2}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","114.05","557.92"],"fontName":"BCDEEE+Garamond-Bold","x":114.05,"y":557.92}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","545.42"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":545.42}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","229.10","335.10"],"fontName":"BCDEEE+Garamond-Bold","x":229.1,"y":335.1}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","246.60","310.35"],"fontName":"BCDEEE+Garamond-Bold","x":246.6,"y":310.35}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","297.85"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":297.85}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","220.85","260.83"],"fontName":"BCDEEE+Garamond-Bold","x":220.85,"y":260.83}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","121.05","236.08"],"fontName":"BCDEEE+Garamond-Bold","x":121.05,"y":236.08}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","223.58"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":223.58}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","236.35","186.55"],"fontName":"BCDEEE+Garamond-Bold","x":236.35,"y":186.55}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","174.05"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":174.05}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","292.13","99.78"],"fontName":"BCDEEE+Garamond-Bold","x":292.13,"y":99.775}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","278.88","75.03"],"fontName":"BCDEEE+Garamond-Bold","x":278.88,"y":75.025}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","706.47"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":706.47}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","693.97"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":693.97}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","681.72"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":681.72}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","349.90","669.20"],"fontName":"BCDEEE+Garamond-Bold","x":349.9,"y":669.2}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","348.15","656.95"],"fontName":"BCDEEE+Garamond-Bold","x":348.15,"y":656.95}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"5.50","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","644.45"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":644.45}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","427.42","582.67"],"fontName":"BCDEEE+Garamond-Bold","x":427.42,"y":582.67}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","488.20","557.92"],"fontName":"BCDEEE+Garamond-Bold","x":488.2,"y":557.92}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","545.42"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":545.42}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","410.43","533.17"],"fontName":"BCDEEE+Garamond-Bold","x":410.43,"y":533.17}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","520.67"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":520.67}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","460.95","508.40"],"fontName":"BCDEEE+Garamond-Bold","x":460.95,"y":508.4}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","495.90"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":495.9}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","377.90","495.90"],"fontName":"BCDEEE+Garamond-Bold","x":377.9,"y":495.9}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","540.23","434.13"],"fontName":"BCDEEE+Garamond-Bold","x":540.23,"y":434.13}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","358.90","236.08"],"fontName":"BCDEEE+Garamond-Bold","x":358.9,"y":236.08}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","223.58"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":223.58}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","483.20","186.55"],"fontName":"BCDEEE+Garamond-Bold","x":483.2,"y":186.55}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","174.05"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":174.05}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"3.00","height":"12.00","transform":["12.00","0.00","0.00","12.00","540.23","746.22"],"fontName":"BCDEEE+Garamond-Bold","x":540.23,"y":746.22}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"2.71","height":"12.00","transform":["12.00","0.00","0.00","12.00","540.23","731.72"],"fontName":"BCDFEE+Calibri","x":540.23,"y":731.72}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"3.00","height":"12.00","transform":["12.00","0.00","0.00","12.00","90.03","38.52"],"fontName":"BCDEEE+Garamond-Bold","x":90.025,"y":38.525}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"3.00","height":"12.00","transform":["12.00","0.00","0.00","12.00","150.80","38.52"],"fontName":"BCDEEE+Garamond-Bold","x":150.8,"y":38.525}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","244.85","673.45"],"fontName":"BCDEEE+Garamond-Bold","x":244.85,"y":673.45}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","660.95"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":660.95}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","162.08","611.45"],"fontName":"BCDEEE+Garamond-Bold","x":162.08,"y":611.45}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","599.20"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":599.2}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","107.80","586.67"],"fontName":"BCDEEE+Garamond-Bold","x":107.8,"y":586.67}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","574.42"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":574.42}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","241.60","512.40"],"fontName":"BCDEEE+Garamond-Bold","x":241.6,"y":512.4}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","500.15"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":500.15}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","114.80","500.15"],"fontName":"BCDEEE+Garamond-Bold","x":114.8,"y":500.15}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","111.30","475.40"],"fontName":"BCDEEE+Garamond-Bold","x":111.3,"y":475.4}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","223.35","438.15"],"fontName":"BCDEEE+Garamond-Bold","x":223.35,"y":438.15}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","425.88"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":425.88}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","290.63","425.88"],"fontName":"BCDEEE+Garamond-Bold","x":290.63,"y":425.88}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","413.38"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":413.38}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","190.08","388.63"],"fontName":"BCDEEE+Garamond-Bold","x":190.08,"y":388.63}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","376.38"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":376.38}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","154.08","339.10"],"fontName":"BCDEEE+Garamond-Bold","x":154.08,"y":339.1}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","326.85"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":326.85}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","154.83","326.85"],"fontName":"BCDEEE+Garamond-Bold","x":154.83,"y":326.85}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","193.83","277.35"],"fontName":"BCDEEE+Garamond-Bold","x":193.83,"y":277.35}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","264.83"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":264.83}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","214.85","264.83"],"fontName":"BCDEEE+Garamond-Bold","x":214.85,"y":264.83}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","202.83","203.08"],"fontName":"BCDEEE+Garamond-Bold","x":202.83,"y":203.08}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","190.55"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":190.55}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","132.80","141.05"],"fontName":"BCDEEE+Garamond-Bold","x":132.8,"y":141.05}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","128.80"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":128.8}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","275.60","79.28"],"fontName":"BCDEEE+Garamond-Bold","x":275.6,"y":79.275}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","451.67","660.95"],"fontName":"BCDEEE+Garamond-Bold","x":451.67,"y":660.95}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","648.70"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":648.7}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","537.98","574.42"],"fontName":"BCDEEE+Garamond-Bold","x":537.98,"y":574.42}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","561.92"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":561.92}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","436.92","549.67"],"fontName":"BCDEEE+Garamond-Bold","x":436.92,"y":549.67}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","537.17"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":537.17}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","537.22","438.15"],"fontName":"BCDEEE+Garamond-Bold","x":537.22,"y":438.15}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","425.88"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":425.88}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","404.17","388.63"],"fontName":"BCDEEE+Garamond-Bold","x":404.17,"y":388.63}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","376.38"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":376.38}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","510.45","339.10"],"fontName":"BCDEEE+Garamond-Bold","x":510.45,"y":339.1}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","326.85"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":326.85}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","508.95","314.35"],"fontName":"BCDEEE+Garamond-Bold","x":508.95,"y":314.35}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","302.10"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":302.1}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","376.65","128.80"],"fontName":"BCDEEE+Garamond-Bold","x":376.65,"y":128.8}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","116.30"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":116.3}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","384.40","116.30"],"fontName":"BCDEEE+Garamond-Bold","x":384.4,"y":116.3}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","104.03"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":104.03}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.00","height":"12.00","transform":["12.00","0.00","0.00","12.00","540.23","746.22"],"fontName":"BCDEEE+Garamond-Bold","x":540.23,"y":746.22}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"2.71","height":"12.00","transform":["12.00","0.00","0.00","12.00","540.23","731.72"],"fontName":"BCDFEE+Calibri","x":540.23,"y":731.72}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.00","height":"12.00","transform":["12.00","0.00","0.00","12.00","90.03","38.52"],"fontName":"BCDEEE+Garamond-Bold","x":90.025,"y":38.525}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.00","height":"12.00","transform":["12.00","0.00","0.00","12.00","150.80","38.52"],"fontName":"BCDEEE+Garamond-Bold","x":150.8,"y":38.525}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","183.58","537.17"],"fontName":"BCDEEE+Garamond-Bold","x":183.58,"y":537.17}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","262.10","537.17"],"fontName":"BCDEEE+Garamond-Bold","x":262.1,"y":537.17}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","524.93"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":524.93}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","286.63","500.15"],"fontName":"BCDEEE+Garamond-Bold","x":286.63,"y":500.15}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","487.65"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":487.65}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","250.60","314.35"],"fontName":"BCDEEE+Garamond-Bold","x":250.6,"y":314.35}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","105.80","289.60"],"fontName":"BCDEEE+Garamond-Bold","x":105.8,"y":289.6}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","277.35"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":277.35}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","234.60","116.30"],"fontName":"BCDEEE+Garamond-Bold","x":234.6,"y":116.3}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","423.68","698.22"],"fontName":"BCDEEE+Garamond-Bold","x":423.68,"y":698.22}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","685.72"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":685.72}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","495.20","685.72"],"fontName":"BCDEEE+Garamond-Bold","x":495.2,"y":685.72}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","673.45"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":673.45}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","531.97","673.45"],"fontName":"BCDEEE+Garamond-Bold","x":531.97,"y":673.45}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","423.68","561.92"],"fontName":"BCDEEE+Garamond-Bold","x":423.68,"y":561.92}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","549.67"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":549.67}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"26.93","height":"11.00","transform":["11.00","0.00","0.00","11.00","444.18","500.15"],"fontName":"BCDEEE+Garamond-Bold","x":444.18,"y":500.15}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","417.92","363.88"],"fontName":"BCDEEE+Garamond-Bold","x":417.92,"y":363.88}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","351.60"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":351.6}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","364.15","326.85"],"fontName":"BCDEEE+Garamond-Bold","x":364.15,"y":326.85}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","320.38","314.35"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":314.35}
{"page":3,"change":"Removal","str":" ","dir":"ltr","width":"3.00","height":"12.00","transform":["12.00","0.00","0.00","12.00","540.23","746.22"],"fontName":"BCDEEE+Garamond-Bold","x":540.23,"y":746.22}
{"page":3,"change":"Removal","str":" ","dir":"ltr","width":"2.71","height":"12.00","transform":["12.00","0.00","0.00","12.00","540.23","731.72"],"fontName":"BCDFEE+Calibri","x":540.23,"y":731.72}
{"page":3,"change":"Removal","str":" ","dir":"ltr","width":"3.00","height":"12.00","transform":["12.00","0.00","0.00","12.00","90.03","38.52"],"fontName":"BCDEEE+Garamond-Bold","x":90.025,"y":38.525}
{"page":3,"change":"Removal","str":" ","dir":"ltr","width":"3.00","height":"12.00","transform":["12.00","0.00","0.00","12.00","150.80","38.52"],"fontName":"BCDEEE+Garamond-Bold","x":150.8,"y":38.525}
{"page":3,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","141.80","698.22"],"fontName":"BCDEEE+Garamond-Bold","x":141.8,"y":698.22}
{"page":3,"change":"Removal","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","685.72"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":685.72}
{"page":3,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","186.08","660.95"],"fontName":"BCDEEE+Garamond-Bold","x":186.08,"y":660.95}
{"page":3,"change":"Removal","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","648.70"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":648.7}
{"page":3,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","291.88","648.70"],"fontName":"BCDEEE+Garamond-Bold","x":291.88,"y":648.7}
{"page":3,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","182.83","500.15"],"fontName":"BCDEEE+Garamond-Bold","x":182.83,"y":500.15}
{"page":3,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","234.60","462.90"],"fontName":"BCDEEE+Garamond-Bold","x":234.6,"y":462.9}
{"page":3,"change":"Removal","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","450.65"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":450.65}
{"page":3,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","205.83","438.15"],"fontName":"BCDEEE+Garamond-Bold","x":205.83,"y":438.15}
{"page":3,"change":"Removal","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","425.88"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":425.88}
{"page":3,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","133.80","413.38"],"fontName":"BCDEEE+Garamond-Bold","x":133.8,"y":413.38}
{"page":3,"change":"Removal","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","401.13"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":401.13}
{"page":3,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","242.35","314.35"],"fontName":"BCDEEE+Garamond-Bold","x":242.35,"y":314.35}
{"page":3,"change":"Removal","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","302.10"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":302.1}
{"page":3,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","121.55","277.35"],"fontName":"BCDEEE+Garamond-Bold","x":121.55,"y":277.35}
{"page":3,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","146.05","240.08"],"fontName":"BCDEEE+Garamond-Bold","x":146.05,"y":240.08}
{"page":3,"change":"Removal","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","227.83"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":227.83}
{"page":3,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","259.60","190.55"],"fontName":"BCDEEE+Garamond-Bold","x":259.6,"y":190.55}
{"page":3,"change":"Removal","str":" ","dir":"ltr","width":"8.25","height":"11.00","transform":["11.00","0.00","0.00","11.00","72.03","178.30"],"fontName":"BCDEEE+Garamond-Bold","x":72.025,"y":178.3}
{"page":3,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","444.67","500.15"],"fontName":"BCDEEE+Garamond-Bold","x":444.67,"y":500.15}
{"page":3,"change":"Removal","str":" ","dir":"ltr","width":"3.00","height":"12.00","transform":["12.00","0.00","0.00","12.00","320.38","486.90"],"fontName":"BCDEEE+Garamond-Bold","x":320.38,"y":486.9}
{"page":3,"change":"Removal","str":" ","dir":"ltr","width":"2.75","height":"11.00","transform":["11.00","0.00","0.00","11.00","382.40","474.15"],"fontName":"BCDEEE+Garamond-Bold","x":382.4,"y":474.15}
{"page":3,"change":"Removal","str":" ","dir":"ltr","width":"3.00","height":"12.00","transform":["12.00","0.00","0.00","12.00","320.38","459.90"],"x":320.38,"y":459.9}
{"page":3,"change":"Removal","str":" ","dir":"ltr","width":"3.31","height":"12.00","transform":["12.00","0.00","0.00","12.00","320.38","447.15"],"fontName":"BCDHEE+TwCenMT-Regular","x":320.38,"y":447.15}
{"page":3,"change":"Removal","str":" ","dir":"ltr","width":"3.31","height":"12.00","transform":["12.00","0.00","0.00","12.00","320.38","434.13"],"fontName":"BCDHEE+TwCenMT-Regular","x":320.38,"y":434.13}
{"page":3,"change":"Removal","str":" ","dir":"ltr","width":"2.71","height":"12.00","transform":["12.00","0.00","0.00","12.00","320.38","419.88"],"fontName":"BCDFEE+Calibri","x":320.38,"y":419.88}

View File

@ -1,8 +1,8 @@
{
"pages": 4,
"items": 669,
"groupedItems": 399,
"changes": 16,
"items": 522,
"groupedItems": 378,
"changes": 0,
"schema": [
{
"name": "line"
@ -29,14 +29,4 @@
"name": "height"
}
]
}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"3.00","height":"12.00","transform":["12.00","0.00","0.00","12.00","90.03","38.52"],"fontName":"BCDEEE+Garamond-Bold","x":90.025,"y":38.525,"line":3}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"3.00","height":"12.00","transform":["12.00","0.00","0.00","12.00","540.23","746.22"],"fontName":"BCDEEE+Garamond-Bold","x":540.23,"y":746.22,"line":0}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"2.71","height":"12.00","transform":["12.00","0.00","0.00","12.00","540.23","731.72"],"fontName":"BCDFEE+Calibri","x":540.23,"y":731.72,"line":1}
{"page":1,"change":"Removal","str":" ","line":2,"x":90.025,"y":38.525,"width":"6.00","height":"12.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"3.00","height":"12.00","transform":["12.00","0.00","0.00","12.00","540.23","746.22"],"fontName":"BCDEEE+Garamond-Bold","x":540.23,"y":746.22,"line":0}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"2.71","height":"12.00","transform":["12.00","0.00","0.00","12.00","540.23","731.72"],"fontName":"BCDFEE+Calibri","x":540.23,"y":731.72,"line":1}
{"page":2,"change":"Removal","str":" ","line":2,"x":90.025,"y":38.525,"width":"6.00","height":"12.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
{"page":3,"change":"Removal","str":" ","dir":"ltr","width":"3.00","height":"12.00","transform":["12.00","0.00","0.00","12.00","540.23","746.22"],"fontName":"BCDEEE+Garamond-Bold","x":540.23,"y":746.22,"line":0}
{"page":3,"change":"Removal","str":" ","dir":"ltr","width":"2.71","height":"12.00","transform":["12.00","0.00","0.00","12.00","540.23","731.72"],"fontName":"BCDFEE+Calibri","x":540.23,"y":731.72,"line":1}
{"page":3,"change":"Removal","str":" ","line":2,"x":90.025,"y":38.525,"width":"6.00","height":"12.00","fontName":["BCDEEE+Garamond-Bold"],"dir":["ltr"]}
}

View File

@ -1,7 +1,7 @@
{
"pages": 4,
"items": 669,
"groupedItems": 399,
"items": 522,
"groupedItems": 378,
"changes": 0,
"schema": [
{

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,391 @@
{
"pages": 293,
"items": 10835,
"groupedItems": 10835,
"changes": 362,
"schema": [
{
"name": "x"
},
{
"name": "y"
},
{
"name": "str"
},
{
"name": "fontName"
},
{
"name": "dir"
},
{
"name": "width"
},
{
"name": "height"
}
]
}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"3.00","height":"12.00","transform":["12.00","0.00","0.00","12.00","198.00","44.76"],"x":198,"y":44.76}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"3.00","height":"12.00","transform":["12.00","0.00","0.00","12.00","57.60","395.58"],"x":57.599999999999994,"y":395.58}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"3.00","height":"12.00","transform":["12.00","0.00","0.00","12.00","57.60","375.78"],"x":57.599999999999994,"y":375.78}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"3.00","height":"12.00","transform":["12.00","0.00","0.00","12.00","57.60","355.98"],"x":57.599999999999994,"y":355.97999999999996}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"3.00","height":"12.00","transform":["12.00","0.00","0.00","12.00","57.60","336.18"],"x":57.599999999999994,"y":336.17999999999995}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"3.00","height":"12.00","transform":["12.00","0.00","0.00","12.00","57.60","316.38"],"x":57.599999999999994,"y":316.37999999999994}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"3.00","height":"12.00","transform":["12.00","0.00","0.00","12.00","57.60","296.58"],"x":57.599999999999994,"y":296.5799999999999}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"3.00","height":"12.00","transform":["12.00","0.00","0.00","12.00","57.60","276.78"],"x":57.599999999999994,"y":276.7799999999999}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"3.00","height":"12.00","transform":["12.00","0.00","0.00","12.00","57.60","256.98"],"x":57.599999999999994,"y":256.9799999999999}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"3.00","height":"12.00","transform":["12.00","0.00","0.00","12.00","57.60","237.18"],"x":57.599999999999994,"y":237.1799999999999}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"3.00","height":"12.00","transform":["12.00","0.00","0.00","12.00","57.60","217.38"],"x":57.599999999999994,"y":217.37999999999988}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"3.00","height":"12.00","transform":["12.00","0.00","0.00","12.00","57.60","197.58"],"x":57.599999999999994,"y":197.57999999999987}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"3.00","height":"12.00","transform":["12.00","0.00","0.00","12.00","57.60","177.78"],"x":57.599999999999994,"y":177.77999999999986}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"3.00","height":"12.00","transform":["12.00","0.00","0.00","12.00","57.60","157.98"],"x":57.599999999999994,"y":157.97999999999985}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"3.00","height":"12.00","transform":["12.00","0.00","0.00","12.00","57.60","138.18"],"x":57.599999999999994,"y":138.17999999999984}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"2.50","height":"10.02","transform":["10.02","0.00","0.00","10.02","57.60","120.24"],"x":57.6,"y":120.24}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"4.50","height":"18.00","transform":["18.00","0.00","0.00","18.00","198.00","416.58"],"x":198,"y":416.5794}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"0.57","height":"2.70","transform":["2.70","0.00","0.00","2.70","295.65","515.83"],"fontName":"JEEHOV+Myriad-Roman","x":295.64602924612,"y":515.8338448603599}
{"page":3,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":3,"change":"Removal","str":" ","dir":"ltr","width":"3.38","height":"13.50","transform":["13.50","0.00","0.00","13.50","198.00","439.92"],"x":197.99955,"y":439.92015}
{"page":4,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":5,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":6,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":7,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":8,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":9,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":10,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":11,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":12,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":13,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":13,"change":"Removal","str":" ","dir":"ltr","width":"3.38","height":"13.50","transform":["13.50","0.00","0.00","13.50","198.00","425.94"],"x":197.99984999999998,"y":425.93955}
{"page":14,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":14,"change":"Removal","str":" ","dir":"ltr","width":"0.57","height":"2.70","transform":["2.70","0.00","0.00","2.70","295.65","515.83"],"fontName":"JEEHOV+Myriad-Roman","x":295.64602924612,"y":515.8338448603599}
{"page":15,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":16,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":17,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":18,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":19,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":20,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":20,"change":"Removal","str":" ","dir":"ltr","width":"3.38","height":"13.50","transform":["13.50","0.00","0.00","13.50","198.00","425.94"],"x":198,"y":425.93955}
{"page":21,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":22,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":23,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":24,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":25,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":25,"change":"Removal","str":" ","dir":"ltr","width":"3.38","height":"13.50","transform":["13.50","0.00","0.00","13.50","198.00","425.94"],"x":198.00045,"y":425.93955}
{"page":26,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":26,"change":"Removal","str":" ","dir":"ltr","width":"0.57","height":"2.70","transform":["2.70","0.00","0.00","2.70","295.65","515.83"],"fontName":"JEEHOV+Myriad-Roman","x":295.64602924612,"y":515.8338448603599}
{"page":27,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":28,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":29,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":30,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":31,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":31,"change":"Removal","str":" ","dir":"ltr","width":"3.38","height":"13.50","transform":["13.50","0.00","0.00","13.50","198.00","425.94"],"x":197.9994,"y":425.93955}
{"page":32,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":33,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":34,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":35,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":36,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":37,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":38,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":38,"change":"Removal","str":" ","dir":"ltr","width":"3.38","height":"13.50","transform":["13.50","0.00","0.00","13.50","198.00","425.94"],"x":197.99939999999998,"y":425.93955}
{"page":38,"change":"Removal","str":" ","dir":"ltr","width":"0.57","height":"2.70","transform":["2.70","0.00","0.00","2.70","295.65","515.83"],"fontName":"JEEHOV+Myriad-Roman","x":295.64602924612,"y":515.8338448603599}
{"page":39,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":40,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":41,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":42,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":42,"change":"Removal","str":" ","dir":"ltr","width":"3.38","height":"13.50","transform":["13.50","0.00","0.00","13.50","198.00","425.94"],"x":198,"y":425.93955}
{"page":43,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":44,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":45,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":46,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":47,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":48,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":49,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":49,"change":"Removal","str":" ","dir":"ltr","width":"3.38","height":"13.50","transform":["13.50","0.00","0.00","13.50","198.00","425.94"],"x":198.00015000000002,"y":425.93955}
{"page":50,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":50,"change":"Removal","str":" ","dir":"ltr","width":"0.57","height":"2.70","transform":["2.70","0.00","0.00","2.70","295.65","515.83"],"fontName":"JEEHOV+Myriad-Roman","x":295.64602924612,"y":515.8338448603599}
{"page":51,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":52,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":53,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":54,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":54,"change":"Removal","str":" ","dir":"ltr","width":"3.38","height":"13.50","transform":["13.50","0.00","0.00","13.50","198.00","425.94"],"x":198.0003,"y":425.93955}
{"page":55,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":56,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":57,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":58,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":59,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":60,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":61,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":62,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":62,"change":"Removal","str":" ","dir":"ltr","width":"0.57","height":"2.70","transform":["2.70","0.00","0.00","2.70","295.65","515.83"],"fontName":"JEEHOV+Myriad-Roman","x":295.64602924612,"y":515.8338448603599}
{"page":63,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":64,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":64,"change":"Removal","str":" ","dir":"ltr","width":"3.38","height":"13.50","transform":["13.50","0.00","0.00","13.50","198.00","425.94"],"x":198.00060000000002,"y":425.93955}
{"page":65,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":66,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":67,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":68,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":69,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":70,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":71,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":72,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":73,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":74,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":74,"change":"Removal","str":" ","dir":"ltr","width":"3.38","height":"13.50","transform":["13.50","0.00","0.00","13.50","198.00","425.94"],"x":198.00045,"y":425.93955}
{"page":74,"change":"Removal","str":" ","dir":"ltr","width":"0.57","height":"2.70","transform":["2.70","0.00","0.00","2.70","295.65","515.83"],"fontName":"JEEHOV+Myriad-Roman","x":295.64602924612,"y":515.8338448603599}
{"page":75,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":76,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":77,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":78,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":79,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":80,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":81,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":82,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":83,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":84,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":84,"change":"Removal","str":" ","dir":"ltr","width":"3.38","height":"13.50","transform":["13.50","0.00","0.00","13.50","198.00","425.94"],"x":197.9994,"y":425.93955}
{"page":85,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":86,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":86,"change":"Removal","str":" ","dir":"ltr","width":"0.57","height":"2.70","transform":["2.70","0.00","0.00","2.70","295.65","515.83"],"fontName":"JEEHOV+Myriad-Roman","x":295.64602924612,"y":515.8338448603599}
{"page":87,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":88,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":89,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":90,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":91,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":92,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":93,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":94,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":95,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":96,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":97,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":98,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":98,"change":"Removal","str":" ","dir":"ltr","width":"0.57","height":"2.70","transform":["2.70","0.00","0.00","2.70","295.65","515.83"],"fontName":"JEEHOV+Myriad-Roman","x":295.64602924612,"y":515.8338448603599}
{"page":99,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":100,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":101,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":102,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":102,"change":"Removal","str":" ","dir":"ltr","width":"3.38","height":"13.50","transform":["13.50","0.00","0.00","13.50","198.00","425.94"],"x":198.00015000000002,"y":425.93955}
{"page":103,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":104,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":105,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":106,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":107,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":108,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":109,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":110,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":110,"change":"Removal","str":" ","dir":"ltr","width":"0.57","height":"2.70","transform":["2.70","0.00","0.00","2.70","295.65","515.83"],"fontName":"JEEHOV+Myriad-Roman","x":295.64602924612,"y":515.8338448603599}
{"page":111,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":111,"change":"Removal","str":" ","dir":"ltr","width":"3.38","height":"13.50","transform":["13.50","0.00","0.00","13.50","198.00","425.94"],"x":198.00045,"y":425.93955}
{"page":112,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":113,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":114,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":115,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":116,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":117,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":118,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":119,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":120,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":121,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":122,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":122,"change":"Removal","str":" ","dir":"ltr","width":"0.57","height":"2.70","transform":["2.70","0.00","0.00","2.70","295.65","515.83"],"fontName":"JEEHOV+Myriad-Roman","x":295.64602924612,"y":515.8338448603599}
{"page":123,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":124,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":125,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":126,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":127,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":128,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":129,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":129,"change":"Removal","str":" ","dir":"ltr","width":"3.38","height":"13.50","transform":["13.50","0.00","0.00","13.50","198.00","425.94"],"x":198.00029999999998,"y":425.93955}
{"page":130,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":131,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":132,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":133,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":134,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":134,"change":"Removal","str":" ","dir":"ltr","width":"0.57","height":"2.70","transform":["2.70","0.00","0.00","2.70","295.65","515.83"],"fontName":"JEEHOV+Myriad-Roman","x":295.64602924612,"y":515.8338448603599}
{"page":135,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":136,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":137,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":138,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":139,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":140,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":141,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":142,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":143,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":143,"change":"Removal","str":" ","dir":"ltr","width":"3.38","height":"13.50","transform":["13.50","0.00","0.00","13.50","198.00","425.94"],"x":197.9994,"y":425.93955}
{"page":144,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":145,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":146,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":146,"change":"Removal","str":" ","dir":"ltr","width":"0.57","height":"2.70","transform":["2.70","0.00","0.00","2.70","295.65","515.83"],"fontName":"JEEHOV+Myriad-Roman","x":295.64602924612,"y":515.8338448603599}
{"page":147,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":148,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":149,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":150,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":151,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":152,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":153,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":154,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":155,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":156,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":157,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":158,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":158,"change":"Removal","str":" ","dir":"ltr","width":"0.57","height":"2.70","transform":["2.70","0.00","0.00","2.70","295.65","515.83"],"fontName":"JEEHOV+Myriad-Roman","x":295.64602924612,"y":515.8338448603599}
{"page":159,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":160,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":161,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":162,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":163,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":164,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":164,"change":"Removal","str":" ","dir":"ltr","width":"3.38","height":"13.50","transform":["13.50","0.00","0.00","13.50","198.00","425.94"],"x":198,"y":425.93955}
{"page":165,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":166,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":167,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":168,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":169,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":170,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":170,"change":"Removal","str":" ","dir":"ltr","width":"0.57","height":"2.70","transform":["2.70","0.00","0.00","2.70","295.65","515.83"],"fontName":"JEEHOV+Myriad-Roman","x":295.64602924612,"y":515.8338448603599}
{"page":171,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":172,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":173,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":174,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":175,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":176,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":177,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":178,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":179,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":180,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":180,"change":"Removal","str":" ","dir":"ltr","width":"4.50","height":"18.00","transform":["18.00","0.00","0.00","18.00","198.00","416.58"],"x":198.0006,"y":416.5794}
{"page":181,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":181,"change":"Removal","str":" ","dir":"ltr","width":"3.38","height":"13.50","transform":["13.50","0.00","0.00","13.50","198.00","439.92"],"x":197.99955,"y":439.92015}
{"page":182,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":182,"change":"Removal","str":" ","dir":"ltr","width":"0.57","height":"2.70","transform":["2.70","0.00","0.00","2.70","295.65","515.83"],"fontName":"JEEHOV+Myriad-Roman","x":295.64602924612,"y":515.8338448603599}
{"page":183,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":184,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":185,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":186,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":187,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":188,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":189,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":190,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":191,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":192,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":193,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":193,"change":"Removal","str":" ","dir":"ltr","width":"3.38","height":"13.50","transform":["13.50","0.00","0.00","13.50","198.00","425.94"],"x":197.99984999999998,"y":425.93955}
{"page":194,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":194,"change":"Removal","str":" ","dir":"ltr","width":"0.57","height":"2.70","transform":["2.70","0.00","0.00","2.70","295.65","515.83"],"fontName":"JEEHOV+Myriad-Roman","x":295.64602924612,"y":515.8338448603599}
{"page":195,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":196,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":197,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":198,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":199,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":200,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":201,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":202,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":203,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":204,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":205,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":206,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":206,"change":"Removal","str":" ","dir":"ltr","width":"0.57","height":"2.70","transform":["2.70","0.00","0.00","2.70","295.65","515.83"],"fontName":"JEEHOV+Myriad-Roman","x":295.64602924612,"y":515.8338448603599}
{"page":207,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":208,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":209,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":209,"change":"Removal","str":" ","dir":"ltr","width":"3.38","height":"13.50","transform":["13.50","0.00","0.00","13.50","198.00","425.94"],"x":198,"y":425.93955}
{"page":210,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":211,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":212,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":213,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":214,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":215,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":216,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":217,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":218,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":218,"change":"Removal","str":" ","dir":"ltr","width":"3.38","height":"13.50","transform":["13.50","0.00","0.00","13.50","198.00","425.94"],"x":198.00045,"y":425.93955}
{"page":218,"change":"Removal","str":" ","dir":"ltr","width":"0.57","height":"2.70","transform":["2.70","0.00","0.00","2.70","295.65","515.83"],"fontName":"JEEHOV+Myriad-Roman","x":295.64602924612,"y":515.8338448603599}
{"page":219,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":220,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":221,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":222,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":223,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":224,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":225,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":226,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":226,"change":"Removal","str":" ","dir":"ltr","width":"3.38","height":"13.50","transform":["13.50","0.00","0.00","13.50","198.00","425.94"],"x":197.9994,"y":425.93955}
{"page":227,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":228,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":229,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":230,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":230,"change":"Removal","str":" ","dir":"ltr","width":"0.57","height":"2.70","transform":["2.70","0.00","0.00","2.70","295.65","515.83"],"fontName":"JEEHOV+Myriad-Roman","x":295.64602924612,"y":515.8338448603599}
{"page":231,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":231,"change":"Removal","str":" ","dir":"ltr","width":"3.38","height":"13.50","transform":["13.50","0.00","0.00","13.50","198.00","425.94"],"x":197.99939999999998,"y":425.93955}
{"page":232,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":233,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":234,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":235,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":236,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":237,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":237,"change":"Removal","str":" ","dir":"ltr","width":"3.38","height":"13.50","transform":["13.50","0.00","0.00","13.50","198.00","425.94"],"x":198,"y":425.93955}
{"page":238,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":239,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":240,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":241,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":242,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":242,"change":"Removal","str":" ","dir":"ltr","width":"0.57","height":"2.70","transform":["2.70","0.00","0.00","2.70","295.65","515.83"],"fontName":"JEEHOV+Myriad-Roman","x":295.64602924612,"y":515.8338448603599}
{"page":243,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":244,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":245,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":246,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":247,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":248,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":249,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":250,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":251,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":252,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":253,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":254,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":254,"change":"Removal","str":" ","dir":"ltr","width":"0.57","height":"2.70","transform":["2.70","0.00","0.00","2.70","295.65","515.83"],"fontName":"JEEHOV+Myriad-Roman","x":295.64602924612,"y":515.8338448603599}
{"page":255,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":256,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":257,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":258,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":259,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":260,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":261,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":262,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":263,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":263,"change":"Removal","str":" ","dir":"ltr","width":"3.38","height":"13.50","transform":["13.50","0.00","0.00","13.50","198.00","425.94"],"x":198.00015000000002,"y":425.93955}
{"page":264,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":265,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":266,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":266,"change":"Removal","str":" ","dir":"ltr","width":"0.57","height":"2.70","transform":["2.70","0.00","0.00","2.70","295.65","515.83"],"fontName":"JEEHOV+Myriad-Roman","x":295.64602924612,"y":515.8338448603599}
{"page":267,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":268,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":269,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":270,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":271,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":272,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":273,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":274,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":275,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":276,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":277,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":277,"change":"Removal","str":" ","dir":"ltr","width":"3.38","height":"13.50","transform":["13.50","0.00","0.00","13.50","198.00","425.94"],"x":198.0003,"y":425.93955}
{"page":278,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":278,"change":"Removal","str":" ","dir":"ltr","width":"0.57","height":"2.70","transform":["2.70","0.00","0.00","2.70","295.65","515.83"],"fontName":"JEEHOV+Myriad-Roman","x":295.64602924612,"y":515.8338448603599}
{"page":279,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":280,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":281,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":282,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":283,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":284,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":285,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":286,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":286,"change":"Removal","str":" ","dir":"ltr","width":"3.38","height":"13.50","transform":["13.50","0.00","0.00","13.50","198.00","425.94"],"x":198.00060000000002,"y":425.93955}
{"page":287,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":288,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":289,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":290,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":290,"change":"Removal","str":" ","dir":"ltr","width":"0.57","height":"2.70","transform":["2.70","0.00","0.00","2.70","295.65","515.83"],"fontName":"JEEHOV+Myriad-Roman","x":295.64602924612,"y":515.8338448603599}
{"page":291,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}
{"page":292,"change":"Removal","str":" ","dir":"ltr","width":"2.76","height":"10.98","transform":["10.98","0.00","0.00","10.98","273.60","493.80"],"x":273.59965800000003,"y":493.8}

View File

@ -1,8 +1,8 @@
{
"pages": 293,
"items": 10835,
"groupedItems": 7199,
"changes": 2045,
"items": 10473,
"groupedItems": 7154,
"changes": 1460,
"schema": [
{
"name": "line"
@ -30,588 +30,587 @@
}
]
}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"3.00","height":"12.00","transform":["12.00","0.00","0.00","12.00","198.00","44.76"],"x":198,"y":44.76,"line":0}
{"page":1,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":1,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":1,"change":"Removal","str":"2 of 293 ","line":1,"x":178.68,"y":44.76,"width":"41.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":2,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":2,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":2,"change":"Removal","str":"3 of 293 ","line":1,"x":178.68,"y":44.76,"width":"41.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":3,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":3,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":3,"change":"Removal","str":"4 of 293 ","line":1,"x":178.68,"y":44.76,"width":"41.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":4,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":4,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":4,"change":"Removal","str":"5 of 293 ","line":1,"x":178.68,"y":44.76,"width":"41.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":5,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":5,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":5,"change":"Removal","str":"6 of 293 ","line":1,"x":178.68,"y":44.76,"width":"41.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":6,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":6,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":6,"change":"Removal","str":"7 of 293 ","line":1,"x":178.68,"y":44.76,"width":"41.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":7,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":7,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":7,"change":"Removal","str":"8 of 293 ","line":1,"x":178.68,"y":44.76,"width":"41.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":8,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":8,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":8,"change":"Removal","str":"9 of 293 ","line":1,"x":178.68,"y":44.76,"width":"41.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":9,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":9,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":9,"change":"Removal","str":"10 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":10,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":10,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":10,"change":"Removal","str":"11 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":11,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":11,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":11,"change":"Removal","str":"12 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":12,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":12,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":12,"change":"Removal","str":"13 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":13,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":13,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":13,"change":"Removal","str":"14 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":14,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":14,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":14,"change":"Removal","str":"15 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":15,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":15,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":15,"change":"Removal","str":"16 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":16,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":16,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":16,"change":"Removal","str":"17 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":17,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":17,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":17,"change":"Removal","str":"18 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":18,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":18,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":18,"change":"Removal","str":"19 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":19,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":19,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":19,"change":"Removal","str":"20 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":20,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":20,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":20,"change":"Removal","str":"21 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":21,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":21,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":21,"change":"Removal","str":"22 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":22,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":22,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":22,"change":"Removal","str":"23 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":23,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":23,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":23,"change":"Removal","str":"24 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":24,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":24,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":24,"change":"Removal","str":"25 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":25,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":25,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":25,"change":"Removal","str":"26 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":26,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":26,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":26,"change":"Removal","str":"27 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":27,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":27,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":27,"change":"Removal","str":"28 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":28,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":28,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":28,"change":"Removal","str":"29 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":29,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":29,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":29,"change":"Removal","str":"30 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":30,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":30,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":30,"change":"Removal","str":"31 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":31,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":31,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":31,"change":"Removal","str":"32 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":32,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":32,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":32,"change":"Removal","str":"33 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":33,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":33,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":33,"change":"Removal","str":"34 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":34,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":34,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":34,"change":"Removal","str":"35 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":35,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":35,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":35,"change":"Removal","str":"36 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":36,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":36,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":36,"change":"Removal","str":"37 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":37,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":37,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":37,"change":"Removal","str":"38 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":38,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":38,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":38,"change":"Removal","str":"39 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":39,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":39,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":39,"change":"Removal","str":"40 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":40,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":40,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":40,"change":"Removal","str":"41 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":41,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":41,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":41,"change":"Removal","str":"42 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":42,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":42,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":42,"change":"Removal","str":"43 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":43,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":43,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":43,"change":"Removal","str":"44 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":44,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":44,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":44,"change":"Removal","str":"45 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":45,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":45,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":45,"change":"Removal","str":"46 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":46,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":46,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":46,"change":"Removal","str":"47 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":47,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":47,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":47,"change":"Removal","str":"48 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":48,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":48,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":48,"change":"Removal","str":"49 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":49,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":49,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":49,"change":"Removal","str":"50 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":50,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":50,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":50,"change":"Removal","str":"51 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":51,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":51,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":51,"change":"Removal","str":"52 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":52,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":52,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":52,"change":"Removal","str":"53 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":53,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":53,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":53,"change":"Removal","str":"54 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":54,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":54,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":54,"change":"Removal","str":"55 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":55,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":55,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":55,"change":"Removal","str":"56 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":56,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":56,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":56,"change":"Removal","str":"57 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":57,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":57,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":57,"change":"Removal","str":"58 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":58,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":58,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":58,"change":"Removal","str":"59 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":59,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":59,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":59,"change":"Removal","str":"60 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":60,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":60,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":60,"change":"Removal","str":"61 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":61,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":61,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":61,"change":"Removal","str":"62 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":62,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":62,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":62,"change":"Removal","str":"63 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":63,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":63,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":63,"change":"Removal","str":"64 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":64,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":64,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":64,"change":"Removal","str":"65 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":65,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":65,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":65,"change":"Removal","str":"66 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":66,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":66,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":66,"change":"Removal","str":"67 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":67,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":67,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":67,"change":"Removal","str":"68 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":68,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":68,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":68,"change":"Removal","str":"69 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":69,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":69,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":69,"change":"Removal","str":"70 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":70,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":70,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":70,"change":"Removal","str":"71 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":71,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":71,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":71,"change":"Removal","str":"72 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":72,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":72,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":72,"change":"Removal","str":"73 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":73,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":73,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":73,"change":"Removal","str":"74 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":74,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":74,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":74,"change":"Removal","str":"75 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":75,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":75,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":75,"change":"Removal","str":"76 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":76,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":76,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":76,"change":"Removal","str":"77 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":77,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":77,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":77,"change":"Removal","str":"78 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":78,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":78,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":78,"change":"Removal","str":"79 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":79,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":79,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":79,"change":"Removal","str":"80 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":80,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":80,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":80,"change":"Removal","str":"81 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":81,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":81,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":81,"change":"Removal","str":"82 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":82,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":82,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":82,"change":"Removal","str":"83 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":83,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":83,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":83,"change":"Removal","str":"84 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":84,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":84,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":84,"change":"Removal","str":"85 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":85,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":85,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":85,"change":"Removal","str":"86 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":86,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":86,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":86,"change":"Removal","str":"87 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":87,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":87,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":87,"change":"Removal","str":"88 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":88,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":88,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":88,"change":"Removal","str":"89 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":89,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":89,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":89,"change":"Removal","str":"90 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":90,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":90,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":90,"change":"Removal","str":"91 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":91,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":91,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":91,"change":"Removal","str":"92 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":92,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":92,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":92,"change":"Removal","str":"93 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":93,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":93,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":93,"change":"Removal","str":"94 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":94,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":94,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":94,"change":"Removal","str":"95 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":95,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":95,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":95,"change":"Removal","str":"96 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":96,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":96,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":96,"change":"Removal","str":"97 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":97,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":97,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":97,"change":"Removal","str":"98 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":98,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":98,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":98,"change":"Removal","str":"99 of 293 ","line":1,"x":175.68,"y":44.76,"width":"47.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":99,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":99,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":99,"change":"Removal","str":"100 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":100,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":100,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":100,"change":"Removal","str":"101 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":101,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":101,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":101,"change":"Removal","str":"102 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":102,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":102,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":102,"change":"Removal","str":"103 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":103,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":103,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":103,"change":"Removal","str":"104 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":104,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":104,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":104,"change":"Removal","str":"105 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":105,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":105,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":105,"change":"Removal","str":"106 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":106,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":106,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":106,"change":"Removal","str":"107 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":107,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":107,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":107,"change":"Removal","str":"108 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":108,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":108,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":108,"change":"Removal","str":"109 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":109,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":109,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":109,"change":"Removal","str":"110 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":110,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":110,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":110,"change":"Removal","str":"111 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":111,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":111,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":111,"change":"Removal","str":"112 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":112,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":112,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":112,"change":"Removal","str":"113 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":113,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":113,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":113,"change":"Removal","str":"114 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":114,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":114,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":114,"change":"Removal","str":"115 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":115,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":115,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":115,"change":"Removal","str":"116 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":116,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":116,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":116,"change":"Removal","str":"117 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":117,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":117,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":117,"change":"Removal","str":"118 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":118,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":118,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":118,"change":"Removal","str":"119 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":119,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":119,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":119,"change":"Removal","str":"120 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":120,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":120,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":120,"change":"Removal","str":"121 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":121,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":121,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":121,"change":"Removal","str":"122 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":122,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":122,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":122,"change":"Removal","str":"123 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":123,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":123,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":123,"change":"Removal","str":"124 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":124,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":124,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":124,"change":"Removal","str":"125 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":125,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":125,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":125,"change":"Removal","str":"126 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":126,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":126,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":126,"change":"Removal","str":"127 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":127,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":127,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":127,"change":"Removal","str":"128 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":128,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":128,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":128,"change":"Removal","str":"129 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":129,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":129,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":129,"change":"Removal","str":"130 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":130,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":130,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":130,"change":"Removal","str":"131 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":131,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":131,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":131,"change":"Removal","str":"132 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":132,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":132,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":132,"change":"Removal","str":"133 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":133,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":133,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":133,"change":"Removal","str":"134 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":134,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":134,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":134,"change":"Removal","str":"135 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":135,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":135,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":135,"change":"Removal","str":"136 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":136,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":136,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":136,"change":"Removal","str":"137 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":137,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":137,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":137,"change":"Removal","str":"138 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":138,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":138,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":138,"change":"Removal","str":"139 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":139,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":139,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":139,"change":"Removal","str":"140 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":140,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":140,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":140,"change":"Removal","str":"141 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":141,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":141,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":141,"change":"Removal","str":"142 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":142,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":142,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":142,"change":"Removal","str":"143 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":143,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":143,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":143,"change":"Removal","str":"144 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":144,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":144,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":144,"change":"Removal","str":"145 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":145,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":145,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":145,"change":"Removal","str":"146 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":146,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":146,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":146,"change":"Removal","str":"147 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":147,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":147,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":147,"change":"Removal","str":"148 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":148,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":148,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":148,"change":"Removal","str":"149 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":149,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":149,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":149,"change":"Removal","str":"150 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":150,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":150,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":150,"change":"Removal","str":"151 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":151,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":151,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":151,"change":"Removal","str":"152 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":152,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":152,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":152,"change":"Removal","str":"153 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":153,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":153,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":153,"change":"Removal","str":"154 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":154,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":154,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":154,"change":"Removal","str":"155 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":155,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":155,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":155,"change":"Removal","str":"156 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":156,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":156,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":156,"change":"Removal","str":"157 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":157,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":157,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":157,"change":"Removal","str":"158 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":158,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":158,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":158,"change":"Removal","str":"159 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":159,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":159,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":159,"change":"Removal","str":"160 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":160,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":160,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":160,"change":"Removal","str":"161 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":161,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":161,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":161,"change":"Removal","str":"162 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":162,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":162,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":162,"change":"Removal","str":"163 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":163,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":163,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":163,"change":"Removal","str":"164 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":164,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":164,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":164,"change":"Removal","str":"165 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":165,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":165,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":165,"change":"Removal","str":"166 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":166,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":166,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":166,"change":"Removal","str":"167 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":167,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":167,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":167,"change":"Removal","str":"168 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":168,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":168,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":168,"change":"Removal","str":"169 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":169,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":169,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":169,"change":"Removal","str":"170 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":170,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":170,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":170,"change":"Removal","str":"171 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":171,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":171,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":171,"change":"Removal","str":"172 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":172,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":172,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":172,"change":"Removal","str":"173 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":173,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":173,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":173,"change":"Removal","str":"174 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":174,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":174,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":174,"change":"Removal","str":"175 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":175,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":175,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":175,"change":"Removal","str":"176 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":176,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":176,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":176,"change":"Removal","str":"177 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":177,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":177,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":177,"change":"Removal","str":"178 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":178,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":178,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":178,"change":"Removal","str":"179 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":179,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":179,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":179,"change":"Removal","str":"180 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":180,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":180,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":180,"change":"Removal","str":"181 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":181,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":181,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":181,"change":"Removal","str":"182 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":182,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":182,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":182,"change":"Removal","str":"183 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":183,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":183,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":183,"change":"Removal","str":"184 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":184,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":184,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":184,"change":"Removal","str":"185 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":185,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":185,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":185,"change":"Removal","str":"186 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":186,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":186,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":186,"change":"Removal","str":"187 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":187,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":187,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":187,"change":"Removal","str":"188 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":188,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":188,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":188,"change":"Removal","str":"189 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":189,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":189,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":189,"change":"Removal","str":"190 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":190,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":190,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":190,"change":"Removal","str":"191 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":191,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":191,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":191,"change":"Removal","str":"192 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":192,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":192,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":192,"change":"Removal","str":"193 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":193,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":193,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":193,"change":"Removal","str":"194 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":194,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":194,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":194,"change":"Removal","str":"195 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":195,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":195,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":195,"change":"Removal","str":"196 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":196,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":196,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":196,"change":"Removal","str":"197 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":197,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":197,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":197,"change":"Removal","str":"198 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":198,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":198,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":198,"change":"Removal","str":"199 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":199,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":199,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":199,"change":"Removal","str":"200 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":200,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":200,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":200,"change":"Removal","str":"201 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":201,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":201,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":201,"change":"Removal","str":"202 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":202,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":202,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":202,"change":"Removal","str":"203 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":203,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":203,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":203,"change":"Removal","str":"204 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":204,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":204,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":204,"change":"Removal","str":"205 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":205,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":205,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":205,"change":"Removal","str":"206 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":206,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":206,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":206,"change":"Removal","str":"207 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":207,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":207,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":207,"change":"Removal","str":"208 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":208,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":208,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":208,"change":"Removal","str":"209 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":209,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":209,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":209,"change":"Removal","str":"210 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":210,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":210,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":210,"change":"Removal","str":"211 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":211,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":211,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":211,"change":"Removal","str":"212 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":212,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":212,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":212,"change":"Removal","str":"213 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":213,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":213,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":213,"change":"Removal","str":"214 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":214,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":214,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":214,"change":"Removal","str":"215 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":215,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":215,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":215,"change":"Removal","str":"216 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":216,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":216,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":216,"change":"Removal","str":"217 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":217,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":217,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":217,"change":"Removal","str":"218 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":218,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":218,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":218,"change":"Removal","str":"219 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":219,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":219,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":219,"change":"Removal","str":"220 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":220,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":220,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":220,"change":"Removal","str":"221 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":221,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":221,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":221,"change":"Removal","str":"222 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":222,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":222,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":222,"change":"Removal","str":"223 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":223,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":223,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":223,"change":"Removal","str":"224 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":224,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":224,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":224,"change":"Removal","str":"225 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":225,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":225,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":225,"change":"Removal","str":"226 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":226,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":226,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":226,"change":"Removal","str":"227 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":227,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":227,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":227,"change":"Removal","str":"228 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":228,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":228,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":228,"change":"Removal","str":"229 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":229,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":229,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":229,"change":"Removal","str":"230 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":230,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":230,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":230,"change":"Removal","str":"231 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":231,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":231,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":231,"change":"Removal","str":"232 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":232,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":232,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":232,"change":"Removal","str":"233 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":233,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":233,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":233,"change":"Removal","str":"234 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":234,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":234,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":234,"change":"Removal","str":"235 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":235,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":235,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":235,"change":"Removal","str":"236 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":236,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":236,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":236,"change":"Removal","str":"237 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":237,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":237,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":237,"change":"Removal","str":"238 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":238,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":238,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":238,"change":"Removal","str":"239 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":239,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":239,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":239,"change":"Removal","str":"240 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":240,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":240,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":240,"change":"Removal","str":"241 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":241,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":241,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":241,"change":"Removal","str":"242 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":242,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":242,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":242,"change":"Removal","str":"243 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":243,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":243,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":243,"change":"Removal","str":"244 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":244,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":244,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":244,"change":"Removal","str":"245 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":245,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":245,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":245,"change":"Removal","str":"246 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":246,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":246,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":246,"change":"Removal","str":"247 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":247,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":247,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":247,"change":"Removal","str":"248 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":248,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":248,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":248,"change":"Removal","str":"249 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":249,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":249,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":249,"change":"Removal","str":"250 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":250,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":250,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":250,"change":"Removal","str":"251 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":251,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":251,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":251,"change":"Removal","str":"252 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":252,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":252,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":252,"change":"Removal","str":"253 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":253,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":253,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":253,"change":"Removal","str":"254 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":254,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":254,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":254,"change":"Removal","str":"255 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":255,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":255,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":255,"change":"Removal","str":"256 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":256,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":256,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":256,"change":"Removal","str":"257 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":257,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":257,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":257,"change":"Removal","str":"258 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":258,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":258,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":258,"change":"Removal","str":"259 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":259,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":259,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":259,"change":"Removal","str":"260 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":260,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":260,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":260,"change":"Removal","str":"261 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":261,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":261,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":261,"change":"Removal","str":"262 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":262,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":262,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":262,"change":"Removal","str":"263 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":263,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":263,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":263,"change":"Removal","str":"264 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":264,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":264,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":264,"change":"Removal","str":"265 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":265,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":265,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":265,"change":"Removal","str":"266 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":266,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":266,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":266,"change":"Removal","str":"267 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":267,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":267,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":267,"change":"Removal","str":"268 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":268,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":268,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":268,"change":"Removal","str":"269 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":269,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":269,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":269,"change":"Removal","str":"270 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":270,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":270,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":270,"change":"Removal","str":"271 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":271,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":271,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":271,"change":"Removal","str":"272 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":272,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":272,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":272,"change":"Removal","str":"273 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":273,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":273,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":273,"change":"Removal","str":"274 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":274,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":274,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":274,"change":"Removal","str":"275 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":275,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":275,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":275,"change":"Removal","str":"276 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":276,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":276,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":276,"change":"Removal","str":"277 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":277,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":277,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":277,"change":"Removal","str":"278 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":278,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":278,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":278,"change":"Removal","str":"279 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":279,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":279,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":279,"change":"Removal","str":"280 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":280,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":280,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":280,"change":"Removal","str":"281 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":281,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":281,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":281,"change":"Removal","str":"282 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":282,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":282,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":282,"change":"Removal","str":"283 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":283,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":283,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":283,"change":"Removal","str":"284 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":284,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":284,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":284,"change":"Removal","str":"285 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":285,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":285,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":285,"change":"Removal","str":"286 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":286,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":286,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":286,"change":"Removal","str":"287 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":287,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":287,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":287,"change":"Removal","str":"288 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":288,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":288,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":288,"change":"Removal","str":"289 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":289,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":289,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":289,"change":"Removal","str":"290 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":290,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":290,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":290,"change":"Removal","str":"291 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":291,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":291,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":291,"change":"Removal","str":"292 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}
{"page":292,"change":"Removal","str":"The War of the Worlds ","line":0,"x":57.6,"y":493.8,"width":"105.72","height":"10.98","fontName":[null],"dir":["ltr"]}
{"page":292,"change":"Removal","str":"The War of the Worlds ","dir":"ltr","width":"102.96","height":"10.98","transform":["10.98","0.00","0.00","10.98","57.60","493.80"],"x":57.6,"y":493.8,"line":0}
{"page":292,"change":"Removal","str":"293 of 293 ","line":1,"x":172.68,"y":44.76,"width":"53.60","height":"12.00","fontName":[null],"dir":["ltr"]}

View File

@ -1,7 +1,7 @@
{
"pages": 293,
"items": 10835,
"groupedItems": 7199,
"items": 10473,
"groupedItems": 7154,
"changes": 0,
"schema": [
{

View File

@ -1,7 +1,7 @@
{
"pages": 7,
"items": 6786,
"groupedItems": 6786,
"items": 6779,
"groupedItems": 6779,
"changes": 0,
"schema": [
{
@ -1084,7 +1084,6 @@
{"page":0,"change":"none","str":"without","dir":"ltr","width":"30.90","height":"12.50","transform":["7.36","0.00","0.00","12.50","498.84","37.26"],"fontName":"Courier","x":498.84000000000015,"y":37.259999999999756}
{"page":0,"change":"none","str":"1243","dir":"ltr","width":"13.32","height":"8.40","transform":["5.55","0.00","0.00","8.40","494.52","22.62"],"fontName":"Courier","x":494.52000000000015,"y":22.61999999999976}
{"page":0,"change":"none","str":"on March 12, 2021","dir":"ltr","width":"66.70","height":"8.00","transform":["0.00","-8.00","8.00","0.00","550.00","334.26"],"x":550,"y":334.26007}
{"page":0,"change":"none","str":" ","dir":"ltr","width":"2.22","height":"8.00","transform":["0.00","-8.00","8.00","0.00","550.00","336.48"],"x":550,"y":336.48407}
{"page":0,"change":"none","str":"http://science.sciencemag.org/","dir":"ltr","width":"108.05","height":"8.00","transform":["0.00","-8.00","8.00","0.00","550.00","444.53"],"x":550,"y":444.53191}
{"page":0,"change":"none","str":"Downloaded from ","dir":"ltr","width":"64.91","height":"8.00","transform":["0.00","-8.00","8.00","0.00","550.00","509.44"],"x":550,"y":509.44374999999997}
{"page":1,"change":"none","str":"argument","dir":"ltr","width":"38.10","height":"11.20","transform":["7.94","0.00","0.00","11.20","41.76","737.52"],"fontName":"Courier","x":41.76,"y":737.52}
@ -2292,7 +2291,6 @@
{"page":1,"change":"none","str":"VOL.","dir":"ltr","width":"17.04","height":"8.50","transform":["7.10","0.00","0.00","8.50","524.88","27.42"],"fontName":"Courier","x":524.8800000000001,"y":27.420000000000115}
{"page":1,"change":"none","str":"162","dir":"ltr","width":"9.84","height":"8.50","transform":["5.47","0.00","0.00","8.50","546.36","27.42"],"fontName":"Courier","x":546.3600000000001,"y":27.420000000000115}
{"page":1,"change":"none","str":"on March 12, 2021","dir":"ltr","width":"66.70","height":"8.00","transform":["0.00","-8.00","8.00","0.00","550.00","334.26"],"x":550,"y":334.26007}
{"page":1,"change":"none","str":" ","dir":"ltr","width":"2.22","height":"8.00","transform":["0.00","-8.00","8.00","0.00","550.00","336.48"],"x":550,"y":336.48407}
{"page":1,"change":"none","str":"http://science.sciencemag.org/","dir":"ltr","width":"108.05","height":"8.00","transform":["0.00","-8.00","8.00","0.00","550.00","444.53"],"x":550,"y":444.53191}
{"page":1,"change":"none","str":"Downloaded from ","dir":"ltr","width":"64.91","height":"8.00","transform":["0.00","-8.00","8.00","0.00","550.00","509.44"],"x":550,"y":509.44374999999997}
{"page":2,"change":"none","str":"Education","dir":"ltr","width":"40.68","height":"11.20","transform":["7.53","0.00","0.00","11.20","22.38","733.80"],"fontName":"Courier","x":22.38,"y":733.79999}
@ -3496,7 +3494,6 @@
{"page":2,"change":"none","str":"1245","dir":"ltr","width":"13.32","height":"8.40","transform":["5.55","0.00","0.00","8.40","500.76","15.48"],"fontName":"Courier","x":500.7600000000003,"y":15.479989999999836}
{"page":2,"change":"none","str":"-A","dir":"ltr","width":"5.40","height":"9.00","transform":["4.50","0.00","0.00","9.00","69.36","1.44"],"fontName":"Courier","x":69.3600000000003,"y":1.4400099999998357}
{"page":2,"change":"none","str":"on March 12, 2021","dir":"ltr","width":"66.70","height":"8.00","transform":["0.00","-8.00","8.00","0.00","550.00","334.26"],"x":550,"y":334.26007}
{"page":2,"change":"none","str":" ","dir":"ltr","width":"2.22","height":"8.00","transform":["0.00","-8.00","8.00","0.00","550.00","336.48"],"x":550,"y":336.48407}
{"page":2,"change":"none","str":"http://science.sciencemag.org/","dir":"ltr","width":"108.05","height":"8.00","transform":["0.00","-8.00","8.00","0.00","550.00","444.53"],"x":550,"y":444.53191}
{"page":2,"change":"none","str":"Downloaded from ","dir":"ltr","width":"64.91","height":"8.00","transform":["0.00","-8.00","8.00","0.00","550.00","509.44"],"x":550,"y":509.44374999999997}
{"page":3,"change":"none","str":"watch","dir":"ltr","width":"23.64","height":"11.50","transform":["7.88","0.00","0.00","11.50","37.38","741.30"],"fontName":"Courier","x":37.38,"y":741.3}
@ -4676,7 +4673,6 @@
{"page":3,"change":"none","str":"VOL.","dir":"ltr","width":"17.16","height":"8.50","transform":["7.15","0.00","0.00","8.50","518.52","26.40"],"fontName":"Courier","x":518.5199999999991,"y":26.400000000000357}
{"page":3,"change":"none","str":"162","dir":"ltr","width":"10.08","height":"8.50","transform":["5.60","0.00","0.00","8.50","539.88","26.40"],"fontName":"Courier","x":539.8799999999991,"y":26.400000000000357}
{"page":3,"change":"none","str":"on March 12, 2021","dir":"ltr","width":"66.70","height":"8.00","transform":["0.00","-8.00","8.00","0.00","550.00","334.26"],"x":550,"y":334.26007}
{"page":3,"change":"none","str":" ","dir":"ltr","width":"2.22","height":"8.00","transform":["0.00","-8.00","8.00","0.00","550.00","336.48"],"x":550,"y":336.48407}
{"page":3,"change":"none","str":"http://science.sciencemag.org/","dir":"ltr","width":"108.05","height":"8.00","transform":["0.00","-8.00","8.00","0.00","550.00","444.53"],"x":550,"y":444.53191}
{"page":3,"change":"none","str":"Downloaded from ","dir":"ltr","width":"64.91","height":"8.00","transform":["0.00","-8.00","8.00","0.00","550.00","509.44"],"x":550,"y":509.44374999999997}
{"page":4,"change":"none","str":"is","dir":"ltr","width":"5.88","height":"11.20","transform":["4.90","0.00","0.00","11.20","22.68","737.88"],"fontName":"Courier","x":22.68,"y":737.88}
@ -5868,7 +5864,6 @@
{"page":4,"change":"none","str":"the","dir":"ltr","width":"12.36","height":"11.80","transform":["6.87","0.00","0.00","11.80","523.80","35.04"],"fontName":"Courier","x":523.7999999999993,"y":35.03998999999992}
{"page":4,"change":"none","str":"1247","dir":"ltr","width":"13.68","height":"8.60","transform":["5.70","0.00","0.00","8.60","501.00","20.46"],"fontName":"Courier","x":500.99999999999926,"y":20.459999999999923}
{"page":4,"change":"none","str":"on March 12, 2021","dir":"ltr","width":"66.70","height":"8.00","transform":["0.00","-8.00","8.00","0.00","550.00","334.26"],"x":550,"y":334.26007}
{"page":4,"change":"none","str":" ","dir":"ltr","width":"2.22","height":"8.00","transform":["0.00","-8.00","8.00","0.00","550.00","336.48"],"x":550,"y":336.48407}
{"page":4,"change":"none","str":"http://science.sciencemag.org/","dir":"ltr","width":"108.05","height":"8.00","transform":["0.00","-8.00","8.00","0.00","550.00","444.53"],"x":550,"y":444.53191}
{"page":4,"change":"none","str":"Downloaded from ","dir":"ltr","width":"64.91","height":"8.00","transform":["0.00","-8.00","8.00","0.00","550.00","509.44"],"x":550,"y":509.44374999999997}
{"page":5,"change":"none","str":"status","dir":"ltr","width":"22.38","height":"11.30","transform":["6.22","0.00","0.00","11.30","37.56","750.90"],"fontName":"Courier","x":37.56,"y":750.9}
@ -6783,7 +6778,6 @@
{"page":5,"change":"none","str":"162","dir":"ltr","width":"9.78","height":"8.60","transform":["5.43","0.00","0.00","8.60","545.70","30.00"],"fontName":"Courier","x":545.7000000000005,"y":30.000000000000657}
{"page":5,"change":"none","str":"1248","dir":"ltr","width":"13.20","height":"8.80","transform":["5.50","0.00","0.00","8.80","65.76","26.16"],"fontName":"Courier","x":65.7600000000005,"y":26.159990000000654}
{"page":5,"change":"none","str":"on March 12, 2021","dir":"ltr","width":"66.70","height":"8.00","transform":["0.00","-8.00","8.00","0.00","550.00","334.26"],"x":550,"y":334.26007}
{"page":5,"change":"none","str":" ","dir":"ltr","width":"2.22","height":"8.00","transform":["0.00","-8.00","8.00","0.00","550.00","336.48"],"x":550,"y":336.48407}
{"page":5,"change":"none","str":"http://science.sciencemag.org/","dir":"ltr","width":"108.05","height":"8.00","transform":["0.00","-8.00","8.00","0.00","550.00","444.53"],"x":550,"y":444.53191}
{"page":5,"change":"none","str":"Downloaded from ","dir":"ltr","width":"64.91","height":"8.00","transform":["0.00","-8.00","8.00","0.00","550.00","509.44"],"x":550,"y":509.44374999999997}
{"page":6,"change":"none","str":"The Tragedy of the Commons","dir":"ltr","width":"141.13","height":"10.00","transform":["10.00","0.00","0.00","10.00","72.00","643.00"],"x":72,"y":643}
@ -6810,6 +6804,5 @@
{"page":6,"change":"none","str":"of Science. No claim to original U.S. Government Works.","dir":"ltr","width":"200.95","height":"8.00","transform":["8.00","0.00","0.00","8.00","72.00","72.00"],"x":72,"y":71.99997}
{"page":6,"change":"none","str":"Copyright © 1968 The Authors, some rights reserved; exclusive licensee American Association for the Advancement","dir":"ltr","width":"411.39","height":"8.00","transform":["8.00","0.00","0.00","8.00","72.00","80.00"],"x":72,"y":79.99997}
{"page":6,"change":"none","str":"on March 12, 2021","dir":"ltr","width":"66.70","height":"8.00","transform":["0.00","-8.00","8.00","0.00","550.00","334.26"],"x":550,"y":334.26007}
{"page":6,"change":"none","str":" ","dir":"ltr","width":"2.22","height":"8.00","transform":["0.00","-8.00","8.00","0.00","550.00","336.48"],"x":550,"y":336.48407}
{"page":6,"change":"none","str":"http://science.sciencemag.org/","dir":"ltr","width":"108.05","height":"8.00","transform":["0.00","-8.00","8.00","0.00","550.00","444.53"],"x":550,"y":444.53191}
{"page":6,"change":"none","str":"Downloaded from ","dir":"ltr","width":"64.91","height":"8.00","transform":["0.00","-8.00","8.00","0.00","550.00","509.44"],"x":550,"y":509.44374999999997}

View File

@ -1,8 +1,8 @@
{
"pages": 7,
"items": 6786,
"items": 6779,
"groupedItems": 154,
"changes": 128,
"changes": 121,
"schema": [
{
"name": "line",
@ -43,7 +43,6 @@
{"page":0,"change":"Addition","str":"Population, as Malthus said, naturally tends to grow \"geometrically,\" or, as we would now say, exponentially. In a finite world this means that the per capita share of the world's goods must steadily decrease. Is ours a finite world? A fair defense can be put forward for the view that the world is infinite; or that we do not know that it is not. But, in terms of the practical problems that","line":9,"x":366.11999999999983,"y":615.8399999999998,"width":"1355.12","height":"13.90","fontName":["Courier"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"we must face in the next few genera- tions with the foreseeable technology, it is clear that we will greatly increase human misery if we do not, during the immediate future, assume that the world available to the terrestrial human pop- ulation is finite. \"Space\" is no escape (2). A finite world can support only a finite population; therefore, population growth must eventually equal zero. (The","line":10,"x":366.72000000000014,"y":493.1999999999998,"width":"1387.18","height":"14.00","fontName":["Courier"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"case of perpetual wide fluctuations above and below zero is a trivial variant that need not be discussed.) When this condition is met, what will be the situa- tion of mankind? Specifically, can Ben- tham's goal of \"the greatest good for the greatest number\" be realized? No-for two reasons, each sufficient by itself. The first is a theoretical one. It is not mathematically possible to maximize for two (or more) variables at the same time. This was clearly stated by von Neumann and Morgenstern (3), but the principle is implicit in the theory of partial differential equations, dating back at least to D'Alembert (1717- 1783). The second reason springs directly from biological facts. To live, any organism must have a source of energy (for example, food). This energy is utilized for two puposes: mere main- tenance and work. For man, mainte- nance of life requires about 1600 kilo- calories a day (\"maintenance calories'). Anything that he does over and above merely staying alive will be defined as work, and is supported by \"work cal- ories\" which he takes in. Work calories are used not only for what we call work in common speech; they are also re- quired for all forms of enjoyment, from swimming and automobile racing to playing music and writing poetry. If our goal is to maximize population it is obvious what we must do: We must make the work calories per person ap- proach as close to zero as possible. No gourmet meals, no vacations, no sports, no music, no literature, no art. . . . I think that everyone will grant, without","line":11,"x":365.76000000000016,"y":37.259999999999756,"width":"5465.20","height":"13.90","fontName":["Courier"],"dir":["ltr"]}
{"page":0,"change":"Addition","str":"on March 12, 2021 ","line":13,"x":550,"y":334.26007,"width":"68.93","height":"8.00","fontName":[null],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"argument or proof, that maximizing population does not max2imize goods. Bentham's goal is impossible. In reaching this conclusion I have made the usual assumption that it is the acquisition of energy that is the problem. The appearance of atomic energy has led some to question this assumption. However, given an infinite source of energy, population growth still produces an inescapable problem. The problem of the acquisition of en- ergy is replaced by the problem of its dissipation, as J. H. Fremlin has so wit- tily shown (4). The arithmetic signs in -t-he analysis are, as it were, reversed; but Bentham's goal is still unobtainable. The optimum population is, then, less than the maximum. The difficulty of defining the optimum is enormous; so far as I know, no one has seriously tackled this problem. Reaching an ac- ceptable and stable solution will surely require more than one generation of hard analytical work-and much per- suasion. We want the maximum good per person; but what is good? To one per- son it is wilderness, to another it is ski lodges for thousands. To one it is estu- aries to nourish ducks for hunters to shoot; to another it is factory land. Comparing one good with another is, we usually say, impossible because goods are incommensurable. Incommen- surables cannot be compared. Theoretically this may be true; but in real life incommensurables are commen- surable. Only a criterion of judgment and a system of weighting are needed. In nature the criterion is survival. Is it better for a species to be small and hide- able, or large and powerful? Natural selection commensurates the incommen- surables. The compromise achieved de- pends on a natural weighting of the values of the variables. Man must imitate this process. There is no doubt that in fact he already does, but unconsciously. It is when the hidden decisions are made explicit that the","line":0,"x":39.11999999999989,"y":181.50000000000023,"width":"6641.29","height":"13.20","fontName":["Courier"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"arguments begin. The problem for the years ahead is to work out an accept- able theory of weighting. Synergistic effects, nonlinear variation, and difficul- ties in discounting the future make the intellectual problem difficult, but not (in principle) insoluble. Has any cultural group solved this practical problem at the present time, even on an intuitive level? One simple fact proves that none has: there is no","line":1,"x":42.29999999999998,"y":61.14000000000024,"width":"1431.01","height":"13.10","fontName":["Courier"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"prosperous population in the world to- day that has, and has had for some","line":2,"x":43.62000000000006,"y":38.94001000000024,"width":"259.50","height":"12.40","fontName":["Courier"],"dir":["ltr"]}
@ -68,7 +67,6 @@
{"page":1,"change":"Addition","str":"was learned thousands of years ago, but natural selection favors the forces of psychological denial (8). The individual benefits as an individual from his ability to deny the truth even though society as","line":22,"x":393.3600000000001,"y":51.84000000000012,"width":"702.59","height":"13.20","fontName":["Courier"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"a whole, of which he is a part, suffers.","line":23,"x":394.20000000000016,"y":41.280000000000115,"width":"127.92","height":"11.60","fontName":["Courier"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"SCIENCE, VOL. 162","line":24,"x":486.9600000000001,"y":26.880010000000116,"width":"60.96","height":"9.40","fontName":["Courier"],"dir":["ltr"]}
{"page":1,"change":"Addition","str":"on March 12, 2021 ","line":25,"x":550,"y":334.26007,"width":"68.93","height":"8.00","fontName":[null],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"Education can counteract the natural tendency to do the wrong thing, but the inexorable succession of generations requires that the basis for this knowl- edge be constantly refreshed. A simple incident that occurred a few years ago in Leominster, Massachusetts, shows how perishable the knowledge is. During the Christmas shopping season the parking meters downtown were covered with plastic bags that bore tags reading: \"Do not open until after Christ- mas. Free parking courtesy of the mayor and city council.\" In other words, facing the prospect of an increased de- mand for already scarce space, the city fathers reinstituted the system of the commons. (Cynically, we suspect that they gained more votes than they lost by this retrogressive act.) In an approximate way, the logic of the commons has been understood for a long time, perhaps since the dis- covery of agriculture or the invention of private property in real estate. But it is understood mostly only in special cases which are not sufficiently general- ized. Even at this late date, cattlemen leasing national land on the western ranges demonstrate no more than an ambivalent understanding, in constantly pressuring federal authorities to increase the head count to the point where over- grazing produces erosion and weed- dominance. Likewise, the oceans of the world continue to suffer from the sur- vival of the philosophy of the commons. Maritime nations still respond automat- ically to the shibboleth of the \"freedom of the seas.\" Professing to believe in the \"inexhaustible resources of the oceans,\" they bring species after species of fish and whales closer to extinction (9). The National Parks present another instance of the working out of the tragedy of the commons. At present, they are open to all, without limit. The parks themselves are limited in extent- there is only one Yosemite Valley- whereas population seems to grow with- out limit. The values that visitors seek in the parks are steadily eroded. Plainly, we must soon cease to treat the parks as commons or they will be of no value to anyone. What shall we do? We have several options. We might sell them off as pri- vate property. We might keep them as public property, but allocate the right to enter them. The allocation might be on the basis of wealth, by the use of an auction system. It might be on the basis of merit, as defined by some agreed-","line":0,"x":21.000000000000085,"y":34.0800000000002,"width":"8421.15","height":"14.00","fontName":["Courier"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"13 DECEMBER 1968","line":1,"x":21.960000000000093,"y":19.8600100000002,"width":"61.92","height":"9.40","fontName":["Courier"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"upon standards. It might be by lottery. Or it might be on a first-come, first- served basis, administered to long queues. These, I think, are all the reasonable possibilities. They are all objectionable. But we must choose-or acquiesce in the destruction of the com-","line":2,"x":198.36000000000004,"y":665.5200000000002,"width":"918.11","height":"12.40","fontName":["Courier"],"dir":["ltr"]}
@ -79,7 +77,6 @@
{"page":2,"change":"Addition","str":"Analysis of the pollution problem as","line":8,"x":384.47999999999996,"y":621.0000000000001,"width":"132.61","height":"14.20","fontName":["Courier"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"a function of population density un-","line":9,"x":374.88,"y":609.7800000000001,"width":"132.48","height":"13.50","fontName":["Courier"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"covers a not generally recognized prin- ciple of morality, namely: the morality of an act is a function of the state of the system at the time it is performed (10). Using the commons as a cesspool does not harm the general public under frontier conditions, because there is no public; the same behavior in a metropo- lis is unbearable. A hundred and fifty years ago a plainsman could kill an American bison, cut out only the tongue for his dinner, and discard the rest of the animal. He was not in any impor- tant sense being wasteful. Today, with only a few thousand bison left, we would be appalled at such behavior. In passing, it is worth noting that the morality of an act cannot be determined from a photograph. One does not know whether a man killing an elephant or setting flre to the grassland is harming others until one knows the total system in which his act appears. \"One picture is worth a thousand words,\" said an ancient Chinese; but it may take 10,000 words to validate it. It is as tempting to ecologists as it is to reformers in general to try to persuade others by way of the photographic shortcut. But the essense of an argument cannot be photo- graphed: it must be presented rationally -in words. That morality is system-sensitive escaped the attention of most codifiers of ethics in the past. \"Thou shalt not . . .\" is the form of traditional ethical directives which make no allow- ance for particular circumstances. The laws of our society follow the pattern of ancient ethics, and therefore are poorly suited to governing a complex, crowded, changeable world. Our epicyclic solu- tion is to augment statutory law with administrative law. Since it is practically impossible to spell out all the conditions under which it is safe to burn trash in the back yard or to run an automobile without smog-control, by law we dele- gate the details to bureaus. The result is administrative law, which is rightly feared for an ancient reason-Quis custodiet ipsos custodes?-\"Who shall","line":10,"x":372.84000000000026,"y":30.299999999999834,"width":"6958.50","height":"14.70","fontName":["Courier"],"dir":["ltr"]}
{"page":2,"change":"Addition","str":"on March 12, 2021 ","line":13,"x":550,"y":334.26007,"width":"68.93","height":"8.00","fontName":[null],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"watch the watchers themselves?\" John Adams said that we must have \"a gov- ernment of laws and not men.\" Bureau administrators, trying to evaluate the morality of acts in the total system, are singularly liable to corruption, produc- ing a government by men, not laws. Prohibition is easy to legislate (though not necessarily to enforce); but how do we legislate temperance? Ex- perience indicates that it can be ac- complished best through the mediation of administrative law. We limit possi- bilities unnecessarily if we suppose that the sentiment of Quis custodiet denies us the use of administrative law. We should rather retain the phrase as a perpetual reminder of fearful dangers we cannot avoid. The great challenge facing us now is to invent the corrective feedbacks that are needed to keep cus- todians honest. We must find ways to legitimate the needed authority of both the custodians and the corrective feed- backs.","line":0,"x":35.819999999999965,"y":473.3400100000002,"width":"3243.84","height":"11.90","fontName":["Courier"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"Freedom To Breed Is Intolerable","line":1,"x":36.779999999999944,"y":439.26000000000016,"width":"121.26","height":"11.80","fontName":["Courier"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"The tragedy of the commons is in- volved in population problems in an- other way. In a world governed solely by the principle of \"dog eat dog\"-if indeed there ever was such a world- how many children a family had would not be a matter of public concern. Parents who bred too exuberantly would leave fewer descendants, not more, be- cause they would be unable to care adequately for their children. David Lack and others have found that such a negative feedback demonstrably con- trols the fecundity of birds (11). But men are not birds, and have not acted like them for millenniums, at least. If each human family were depen- dent only on its own resources; if the children of improvident parents starved to death; if, thus, overbreeding brought its own \"punishment\" to the germ line- then there would be no public interest in controlling the breeding of families. But our society is deeply committed to the welfare state (12), and hence is confronted with another aspect of the tragedy of the commons. In a welfare state, how shall we deal with the family, the religion, the race, or the class (or indeed any distinguish- able and cohesive group) that adopts overbreeding as a policy to secure its","line":2,"x":35.51999999999998,"y":72.36000000000001,"width":"4223.38","height":"12.70","fontName":["Courier"],"dir":["ltr"]}
@ -93,7 +90,6 @@
{"page":3,"change":"Addition","str":"Pathogenic Effects of Conscience","line":11,"x":385.9199999999996,"y":461.2800000000003,"width":"124.68","height":"11.60","fontName":["Courier"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"The long-term disadvantage of an appeal to conscience should be enough to condemn it; but has serious short- term disadvantages as well. If we ask a man who is exploiting a commons to desist \"in the name of conscience,\" what are we saying to him? What does he hear?-not only at the moment but also in the wee small hours of the night when, half asleep, he remembers not merely the words we used but also the nonverbal communication cues we gave him unawares? Sooner or later, consciously or subconsciously, he senses that he has received two communica- tions, and that they are contradictory: (i) (intended communication) \"If you don't do as we ask, we will openly con- demn you for not acting like a respon- sible citizen\"; (ii) (the unintended communication) \"If you do behave as we ask, we will secretly condemr. you for a simpleton who can be shamed into standing aside while the rest of us exploit the commons.\" Everyman then is caught in what Bateson has called a \"double bind.\" Bateson and his co-workers have made a plausible case for viewing the double bind as an important causative factor in the genesis of schizophrenia (17). The double bind may not always be so damaging, but it always endangers the mental health of anyone to whom it is applied. \"A bad conscience,\" said Nietzsche, \"is a kind of illness.\" To conjure up a conscience in others","line":12,"x":385.91999999999973,"y":40.80000000000035,"width":"4839.47","height":"12.60","fontName":["Courier"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"SCIENCE, VOL. 162","line":13,"x":480.4799999999991,"y":26.340000000000355,"width":"61.50","height":"8.70","fontName":["Courier"],"dir":["ltr"]}
{"page":3,"change":"Addition","str":"on March 12, 2021 ","line":14,"x":550,"y":334.26007,"width":"68.93","height":"8.00","fontName":[null],"dir":["ltr"]}
{"page":4,"change":"Addition","str":"is tempting to anyone who wishes to extend his control beyond the legal limits. Leaders at the highest level succumb to this temptation. Has any President during the past generation failed to call on labor unions to moder- ate voluntarily their demands for higher wages, or to steel companies to honor voluntary guidelines on prices? I can recall none. The rhetoric used on such occasions is designed to produce feel- ings of guilt in noncooperators. For centuries it was assumed without proof that guilt was a valuable, perhaps even an indispensable, ingredient of the civilized life. Now, in this post-Freudian world, we doubt it. Paul Goodman speaks from the modern point of view when he says: \"No good has ever come from feeling guilty, neither intelligence, policy, nor compassion. The guilty do not pay attention to the object but only to them- selves, and not even to their own in- terests, which might make sense, but to their anxieties\" (18). One does not have to be a profes- sional psychiatrist to see the conse- quences of anxiety. We in the Western world are just emerging from a dreadful two-centuries-long Dark Ages of Eros that was sustained partly by prohibi- tion laws, but perhaps more effectively by the anxiety-generating mechanisms of education. Alex Comfort has told the story well in The Anxiety Makers (19); it is not a pretty one. Since proof is difficult, we may even concede that the results of anxiety may sometimes, from certain points of view, be desirable. The larger question we should ask is whether, as a matter of policy, we should ever encourage the use of a technique the tendency (if not the intention) of which is psycholog- ically pathogenic. We hear much talk these days of responsible parenthood; the coupled words are incorporated into the titles of some organizations de- voted to birth control. Some people have proposed massive propaganda campaigns to instill responsibility into the nation's (or the world's) breeders. But what is the meaning of the word responsibility in this context? Is it not merely a synonym for the word con- science? When we use the word re- sponsibility in the absence of substantial sanctions are we not trying to browbeat a free man in a commons into acting against his own interest? Responsibility is a verbal counterfeit for a substantial quid pro quo. It is an attempt to get something for nothing.","line":0,"x":19.920000000000016,"y":39.47999999999988,"width":"8345.91","height":"12.80","fontName":["Courier"],"dir":["ltr"]}
{"page":4,"change":"Addition","str":"13 DECEMBER 1968","line":1,"x":20.940000000000026,"y":24.659999999999883,"width":"62.10","height":"9.40","fontName":["Courier"],"dir":["ltr"]}
{"page":4,"change":"Addition","str":"If the word responsibility is to be used at all, I suggest that it be in the","line":2,"x":198.4800000000001,"y":727.0200099999998,"width":"233.99","height":"12.40","fontName":["Courier"],"dir":["ltr"]}
@ -107,7 +103,6 @@
{"page":4,"change":"Addition","str":"seems to me that, if there are to be dif- ferences in individual inheritance, legal possession should be perfectly cor- related with biological inheritance-that those who are biologically more fit to be the custodians of property and power should legally inherit more. But genetic recombination continually makes a mockery of the doctrine of \"like father, like son\" implicit in our laws of legal in- heritance. An idiot can inherit millions, and a trust fund can keep his estate intact. We must admit that our legal system of private property plus inheri- tance is unjust-but we put up with it because we are not convinced, at the","line":10,"x":374.5199999999993,"y":368.69999999999993,"width":"2190.68","height":"13.60","fontName":["Courier"],"dir":["ltr"]}
{"page":4,"change":"Addition","str":"moment, that anyone has invented a better system. The alternative of the","line":11,"x":374.5199999999994,"y":346.73999999999995,"width":"263.22","height":"11.80","fontName":["Courier"],"dir":["ltr"]}
{"page":4,"change":"Addition","str":"commons is too horrifying to contem- plate. Injustice is preferable to total ruin. It is one of the peculiarities of the warfare between reform and the status quo that it is thoughtlessly governed by a double standard. Whenever a re- form measure is proposed it is often defeated when its opponents trium- phantly discover a flaw in it. As Kings- ley Davis has pointed out (21), worship- pers of the status quo sometimes imply that no reform is possible without unan- imous agreement, an implication con- trary to historical fact. As nearly as I can make out, automatic rejection of proposed reforms is based on one of two unconscious assumptions: (i) that the status quo is perfect; or (ii) that the choice we face is between reform and no action; if the proposed reform is imperfect, we presumably should take no action at all, while we wait for a perfect proposal. But we can never do nothing. That which we have done for thousands of years is also action. It also produces evils. Once we are aware that the","line":12,"x":372.3599999999992,"y":35.03998999999992,"width":"3539.08","height":"13.20","fontName":["Courier"],"dir":["ltr"]}
{"page":4,"change":"Addition","str":"on March 12, 2021 ","line":14,"x":550,"y":334.26007,"width":"68.93","height":"8.00","fontName":[null],"dir":["ltr"]}
{"page":5,"change":"Addition","str":"status quo is action, we can then com-","line":0,"x":37.56,"y":750.9,"width":"132.24","height":"11.30","fontName":["Courier"],"dir":["ltr"]}
{"page":5,"change":"Addition","str":"pare its discoverable advantages and disadvantages with the predicted ad-","line":1,"x":37.200000000000045,"y":728.16,"width":"268.73","height":"11.80","fontName":["Courier"],"dir":["ltr"]}
{"page":5,"change":"Addition","str":"vantages and disadvantages of the pro-","line":2,"x":37.08000000000004,"y":717.1800000000001,"width":"141.90","height":"11.50","fontName":["Courier"],"dir":["ltr"]}
@ -150,12 +145,10 @@
{"page":5,"change":"Addition","str":"dom to breed. Only so, can we put an end to this aspect of the tragedy of the","line":39,"x":388.43999999999994,"y":627.2399900000005,"width":"256.33","height":"12.50","fontName":["Courier"],"dir":["ltr"]}
{"page":5,"change":"Addition","str":"1. J. B. Wiesner and H. F. York, Sci. Amer. 211 (No. 4), 27 (1964). 2. G. Hardin, J. Hered. 50, 68 (1959); S. von Hoernor, Science 137, 18 (1962). 3. J. von Neumann and 0. Morgenstern, Theory of Games and Economic Behavior (Princeton Univ. Press, Princeton, N.J., 1947), p. 11. 4. J. H. Fremlin, New Sci., No. 415 (1964), p. 285. 5. A. Smith, The Wealth of Nations (Modem Library, New York, 1937), p. 423. 6. W. F. Lloyd, Two Lectures on the Checks to Population (Oxford Univ. Press, Oxford, Eng- land, 1833), reprinted (in part> in Population, Evolution, and Birth Control, G. Hardin, Ed. (Freeman, San Francisco, 1964), p. 37. 7. A. N. Whitehead, Science and the Modern World (Mentor, New York, 1948), p. 17. 8. G. Hardin, Ed. Population, Evolution, and Birth Control (Freeman, San Francisco, 1964), p. 56. 9. S. McVay, Sci. Amer. 216 (No. 8>, 13 (1966). 10. J. Fletcher, Situation Ethics (Westminster, Philadelphia, 1966). 11. D. Lack, The Natural Regulation of Animal Nuimbers (Clarendon Press, Oxford, 1954). 12. H. Girvetz, From Wealth to Welfare (Stan- ford Univ. Press, Stanford, Calif., 1950). 13. G. Hardin, Perspec. Biol. Med. 6, 366 (1963). 14. U. Thant, Int. Planned Parenthood News, No. 168 (February 1968>, p. 3. 15. K. Davis, Science 158, 730 (1967). 16. S. Tax, Ed., Evolution after Darwin (Univ. of Chicago Press, Chicago, 1960), vol. 2, p. 469. 17. G. Bateson, D. D. Jackson, J. Haley, J. Weak- land, Behav. Scd. 1, 251 (1956). 18. P. Goodman, New York Rev. Books 10(8), 22 (23 May 1968). 19. A. Comfort, The Anxiety Makers (Nelson, London, 1967). 20. C. Frankel, The Case for Modern Man (Har- per, New York, 1955), p. 203. 21. J. D. Roslansky, Genetics and the Future of Man (Appleton-Century-Crofts, New York, 1966), p. 177.","line":42,"x":390.12000000000035,"y":261.36000000000064,"width":"4779.61","height":"11.20","fontName":["Courier"],"dir":["ltr"]}
{"page":5,"change":"Addition","str":"SCIENCE, VOL. 162 1248","line":43,"x":65.7600000000005,"y":26.159990000000654,"width":"74.10","height":"9.20","fontName":["Courier"],"dir":["ltr"]}
{"page":5,"change":"Addition","str":"on March 12, 2021 ","line":44,"x":550,"y":334.26007,"width":"68.93","height":"8.00","fontName":[null],"dir":["ltr"]}
{"page":6,"change":"Addition","str":"DOI: 10.1126/science.162.3859.1243 (3859), 1243-1248. 162 Science ","line":2,"x":72,"y":583.99997,"width":"246.82","height":"8.00","fontName":[null],"dir":["ltr"]}
{"page":6,"change":"Addition","str":"ARTICLE TOOLS http://science.sciencemag.org/content/162/3859/1243","line":3,"x":79,"y":492,"width":"238.22","height":"8.00","fontName":[null],"dir":["ltr"]}
{"page":6,"change":"Addition","str":"http://science.sciencemag.org/content/162/3859/1243#BIBL This article cites 11 articles, 2 of which you can access for free","line":5,"x":187,"y":447.99997,"width":"433.10","height":"8.00","fontName":[null],"dir":["ltr"]}
{"page":6,"change":"Addition","str":"PERMISSIONS http://www.sciencemag.org/help/reprints-and-permissions","line":6,"x":79,"y":420,"width":"245.29","height":"8.00","fontName":[null],"dir":["ltr"]}
{"page":6,"change":"Addition","str":"Terms of Service Use of this article is subject to the ","line":7,"x":71.99998999999998,"y":136,"width":"181.84","height":"8.00","fontName":[null],"dir":["ltr"]}
{"page":6,"change":"Addition","str":"trademark of AAAS. is a registered Science Advancement of Science, 1200 New York Avenue NW, Washington, DC 20005. The title (print ISSN 0036-8075; online ISSN 1095-9203) is published by the American Association for the Science ","line":8,"x":72,"y":93.99994,"width":"839.04","height":"8.00","fontName":[null],"dir":["ltr"]}
{"page":6,"change":"Addition","str":"of Science. No claim to original U.S. Government Works. Copyright © 1968 The Authors, some rights reserved; exclusive licensee American Association for the Advancement","line":9,"x":72,"y":71.99997,"width":"612.34","height":"8.00","fontName":[null],"dir":["ltr"]}
{"page":6,"change":"Addition","str":"on March 12, 2021 ","line":10,"x":550,"y":334.26007,"width":"68.93","height":"8.00","fontName":[null],"dir":["ltr"]}
{"page":6,"change":"Addition","str":"of Science. No claim to original U.S. Government Works. Copyright © 1968 The Authors, some rights reserved; exclusive licensee American Association for the Advancement","line":9,"x":72,"y":71.99997,"width":"612.34","height":"8.00","fontName":[null],"dir":["ltr"]}

View File

@ -0,0 +1,36 @@
{
"pages": 7,
"items": 6786,
"groupedItems": 6786,
"changes": 7,
"schema": [
{
"name": "x"
},
{
"name": "y"
},
{
"name": "str"
},
{
"name": "fontName"
},
{
"name": "dir"
},
{
"name": "width"
},
{
"name": "height"
}
]
}
{"page":0,"change":"Removal","str":" ","dir":"ltr","width":"2.22","height":"8.00","transform":["0.00","-8.00","8.00","0.00","550.00","336.48"],"x":550,"y":336.48407}
{"page":1,"change":"Removal","str":" ","dir":"ltr","width":"2.22","height":"8.00","transform":["0.00","-8.00","8.00","0.00","550.00","336.48"],"x":550,"y":336.48407}
{"page":2,"change":"Removal","str":" ","dir":"ltr","width":"2.22","height":"8.00","transform":["0.00","-8.00","8.00","0.00","550.00","336.48"],"x":550,"y":336.48407}
{"page":3,"change":"Removal","str":" ","dir":"ltr","width":"2.22","height":"8.00","transform":["0.00","-8.00","8.00","0.00","550.00","336.48"],"x":550,"y":336.48407}
{"page":4,"change":"Removal","str":" ","dir":"ltr","width":"2.22","height":"8.00","transform":["0.00","-8.00","8.00","0.00","550.00","336.48"],"x":550,"y":336.48407}
{"page":5,"change":"Removal","str":" ","dir":"ltr","width":"2.22","height":"8.00","transform":["0.00","-8.00","8.00","0.00","550.00","336.48"],"x":550,"y":336.48407}
{"page":6,"change":"Removal","str":" ","dir":"ltr","width":"2.22","height":"8.00","transform":["0.00","-8.00","8.00","0.00","550.00","336.48"],"x":550,"y":336.48407}

View File

@ -1,6 +1,6 @@
{
"pages": 7,
"items": 6786,
"items": 6779,
"groupedItems": 154,
"changes": 0,
"schema": [

View File

@ -1,6 +1,6 @@
{
"pages": 7,
"items": 6786,
"items": 6779,
"groupedItems": 154,
"changes": 6491,
"schema": [

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,8 +1,8 @@
{
"pages": 256,
"items": 27682,
"groupedItems": 9764,
"changes": 499,
"items": 20477,
"groupedItems": 7492,
"changes": 188,
"schema": [
{
"name": "line"
@ -31,7 +31,7 @@
]
}
{"page":5,"change":"Removal","str":"V ","dir":"ltr","width":"7.68","height":"7.98","transform":["7.98","0.00","0.00","7.98","382.86","52.74"],"fontName":"CRDKGT+ArialMT","x":382.8617,"y":52.741,"line":0}
{"page":7,"change":"Removal","str":"1 ","line":0,"x":381,"y":52.74,"width":"6.66","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":7,"change":"Removal","str":"1","dir":"ltr","width":"4.44","height":"7.98","transform":["7.98","0.00","0.00","7.98","381.00","52.74"],"fontName":"CRDKGT+ArialMT","x":381,"y":52.74,"line":0}
{"page":8,"change":"Removal","str":"2 ","dir":"ltr","width":"6.78","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.04,"y":52.741939999999886,"line":1}
{"page":9,"change":"Removal","str":"3 ","dir":"ltr","width":"6.78","height":"7.98","transform":["7.98","0.00","0.00","7.98","381.00","52.74"],"fontName":"CRDKGT+ArialMT","x":381.0009,"y":52.741939999999886,"line":1}
{"page":55,"change":"Removal","str":"49 ","dir":"ltr","width":"11.33","height":"7.98","transform":["7.98","0.00","0.00","7.98","376.38","52.74"],"fontName":"CRDKGT+ArialMT","x":376.38,"y":52.74,"line":0}
@ -43,178 +43,178 @@
{"page":61,"change":"Removal","str":"55 ","dir":"ltr","width":"11.33","height":"7.98","transform":["7.98","0.00","0.00","7.98","376.38","52.74"],"fontName":"CRDKGT+ArialMT","x":376.37724,"y":52.74163999999996,"line":2}
{"page":62,"change":"Removal","str":"56 ","dir":"ltr","width":"11.33","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.04000000000002,"y":52.74163999999996,"line":1}
{"page":63,"change":"Removal","str":"57 ","dir":"ltr","width":"11.33","height":"7.98","transform":["7.98","0.00","0.00","7.98","376.38","52.74"],"fontName":"CRDKGT+ArialMT","x":376.37724,"y":52.74163999999996,"line":2}
{"page":64,"change":"Removal","str":"58 ","dir":"ltr","width":"11.33","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.04,"y":52.74,"line":2}
{"page":65,"change":"Removal","str":"59 ","dir":"ltr","width":"11.33","height":"7.98","transform":["7.98","0.00","0.00","7.98","376.38","52.74"],"fontName":"CRDKGT+ArialMT","x":376.38,"y":52.74,"line":3}
{"page":66,"change":"Removal","str":"60 ","dir":"ltr","width":"11.33","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.04,"y":52.74,"line":2}
{"page":67,"change":"Removal","str":"61 ","dir":"ltr","width":"11.33","height":"7.98","transform":["7.98","0.00","0.00","7.98","376.38","52.74"],"fontName":"CRDKGT+ArialMT","x":376.38,"y":52.74,"line":3}
{"page":68,"change":"Removal","str":"62 ","dir":"ltr","width":"11.33","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.04,"y":52.74,"line":2}
{"page":69,"change":"Removal","str":"63 ","dir":"ltr","width":"11.33","height":"7.98","transform":["7.98","0.00","0.00","7.98","376.38","52.74"],"fontName":"CRDKGT+ArialMT","x":376.38,"y":52.74,"line":3}
{"page":70,"change":"Removal","str":"64 ","dir":"ltr","width":"11.33","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.04,"y":52.74,"line":2}
{"page":71,"change":"Removal","str":"65 ","dir":"ltr","width":"11.33","height":"7.98","transform":["7.98","0.00","0.00","7.98","376.38","52.74"],"fontName":"CRDKGT+ArialMT","x":376.38,"y":52.74,"line":3}
{"page":72,"change":"Removal","str":"66 ","dir":"ltr","width":"11.33","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.04,"y":52.74,"line":2}
{"page":73,"change":"Removal","str":"67 ","dir":"ltr","width":"11.33","height":"7.98","transform":["7.98","0.00","0.00","7.98","376.38","52.74"],"fontName":"CRDKGT+ArialMT","x":376.38,"y":52.74,"line":3}
{"page":74,"change":"Removal","str":"68 ","dir":"ltr","width":"11.33","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.04,"y":52.74,"line":2}
{"page":75,"change":"Removal","str":"69 ","dir":"ltr","width":"11.33","height":"7.98","transform":["7.98","0.00","0.00","7.98","376.38","52.74"],"fontName":"CRDKGT+ArialMT","x":376.38,"y":52.74,"line":3}
{"page":76,"change":"Removal","str":"70 ","dir":"ltr","width":"11.33","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.04,"y":52.74,"line":2}
{"page":77,"change":"Removal","str":"71 ","dir":"ltr","width":"11.33","height":"7.98","transform":["7.98","0.00","0.00","7.98","376.38","52.74"],"fontName":"CRDKGT+ArialMT","x":376.38,"y":52.74,"line":3}
{"page":78,"change":"Removal","str":"72 ","dir":"ltr","width":"11.33","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.04,"y":52.74,"line":2}
{"page":79,"change":"Removal","str":"73 ","dir":"ltr","width":"11.33","height":"7.98","transform":["7.98","0.00","0.00","7.98","376.38","52.74"],"fontName":"CRDKGT+ArialMT","x":376.38,"y":52.74,"line":3}
{"page":80,"change":"Removal","str":"74 ","dir":"ltr","width":"11.33","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.04,"y":52.74,"line":2}
{"page":101,"change":"Removal","str":" 95 ","line":1,"x":311.16,"y":52.6801,"width":"15.77","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":64,"change":"Removal","str":"58 ","dir":"ltr","width":"11.33","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.04,"y":52.74,"line":1}
{"page":65,"change":"Removal","str":"59 ","dir":"ltr","width":"11.33","height":"7.98","transform":["7.98","0.00","0.00","7.98","376.38","52.74"],"fontName":"CRDKGT+ArialMT","x":376.38,"y":52.74,"line":2}
{"page":66,"change":"Removal","str":"60 ","dir":"ltr","width":"11.33","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.04,"y":52.74,"line":1}
{"page":67,"change":"Removal","str":"61 ","dir":"ltr","width":"11.33","height":"7.98","transform":["7.98","0.00","0.00","7.98","376.38","52.74"],"fontName":"CRDKGT+ArialMT","x":376.38,"y":52.74,"line":2}
{"page":68,"change":"Removal","str":"62 ","dir":"ltr","width":"11.33","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.04,"y":52.74,"line":1}
{"page":69,"change":"Removal","str":"63 ","dir":"ltr","width":"11.33","height":"7.98","transform":["7.98","0.00","0.00","7.98","376.38","52.74"],"fontName":"CRDKGT+ArialMT","x":376.38,"y":52.74,"line":2}
{"page":70,"change":"Removal","str":"64 ","dir":"ltr","width":"11.33","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.04,"y":52.74,"line":1}
{"page":71,"change":"Removal","str":"65 ","dir":"ltr","width":"11.33","height":"7.98","transform":["7.98","0.00","0.00","7.98","376.38","52.74"],"fontName":"CRDKGT+ArialMT","x":376.38,"y":52.74,"line":2}
{"page":72,"change":"Removal","str":"66 ","dir":"ltr","width":"11.33","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.04,"y":52.74,"line":1}
{"page":73,"change":"Removal","str":"67 ","dir":"ltr","width":"11.33","height":"7.98","transform":["7.98","0.00","0.00","7.98","376.38","52.74"],"fontName":"CRDKGT+ArialMT","x":376.38,"y":52.74,"line":2}
{"page":74,"change":"Removal","str":"68 ","dir":"ltr","width":"11.33","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.04,"y":52.74,"line":1}
{"page":75,"change":"Removal","str":"69 ","dir":"ltr","width":"11.33","height":"7.98","transform":["7.98","0.00","0.00","7.98","376.38","52.74"],"fontName":"CRDKGT+ArialMT","x":376.38,"y":52.74,"line":2}
{"page":76,"change":"Removal","str":"70 ","dir":"ltr","width":"11.33","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.04,"y":52.74,"line":1}
{"page":77,"change":"Removal","str":"71 ","dir":"ltr","width":"11.33","height":"7.98","transform":["7.98","0.00","0.00","7.98","376.38","52.74"],"fontName":"CRDKGT+ArialMT","x":376.38,"y":52.74,"line":2}
{"page":78,"change":"Removal","str":"72 ","dir":"ltr","width":"11.33","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.04,"y":52.74,"line":1}
{"page":79,"change":"Removal","str":"73 ","dir":"ltr","width":"11.33","height":"7.98","transform":["7.98","0.00","0.00","7.98","376.38","52.74"],"fontName":"CRDKGT+ArialMT","x":376.38,"y":52.74,"line":2}
{"page":80,"change":"Removal","str":"74 ","dir":"ltr","width":"11.33","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.04,"y":52.74,"line":1}
{"page":101,"change":"Removal","str":"95 ","dir":"ltr","width":"11.33","height":"7.98","transform":["7.98","0.00","0.00","7.98","382.09","52.68"],"fontName":"CRDKGT+ArialMT","x":382.08624000000003,"y":52.6801,"line":0}
{"page":102,"change":"Removal","str":"96 ","dir":"ltr","width":"11.33","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.68"],"fontName":"CRDKGT+ArialMT","x":68.04000000000002,"y":52.68281999999999,"line":1}
{"page":103,"change":"Removal","str":"97 ","dir":"ltr","width":"11.33","height":"7.98","transform":["7.98","0.00","0.00","7.98","382.08","52.68"],"fontName":"CRDKGT+ArialMT","x":382.07736,"y":52.68281999999999,"line":1}
{"page":104,"change":"Removal","str":"98 ","dir":"ltr","width":"11.33","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.68"],"fontName":"CRDKGT+ArialMT","x":68.04000000000002,"y":52.68281999999999,"line":1}
{"page":105,"change":"Removal","str":"99 ","dir":"ltr","width":"11.33","height":"7.98","transform":["7.98","0.00","0.00","7.98","382.08","52.68"],"fontName":"CRDKGT+ArialMT","x":382.07736,"y":52.68281999999999,"line":1}
{"page":106,"change":"Removal","str":"100 ","line":1,"x":68.04000000000002,"y":52.68281999999999,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":107,"change":"Removal","str":"101 ","line":1,"x":377.57664,"y":52.68281999999999,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":108,"change":"Removal","str":"102 ","line":1,"x":68.04000000000002,"y":52.68281999999999,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":109,"change":"Removal","str":"103 ","line":1,"x":377.57664,"y":52.68281999999999,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":110,"change":"Removal","str":"104 ","line":1,"x":68.04000000000002,"y":52.68281999999999,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":111,"change":"Removal","str":"105 ","line":1,"x":377.57664,"y":52.68281999999999,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":112,"change":"Removal","str":"106 ","line":1,"x":68.04000000000002,"y":52.68281999999999,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":113,"change":"Removal","str":"107 ","line":1,"x":377.57664,"y":52.68281999999999,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":114,"change":"Removal","str":"108 ","line":1,"x":68.04000000000002,"y":52.68281999999999,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":115,"change":"Removal","str":"109 ","line":1,"x":377.57664,"y":52.68281999999999,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":116,"change":"Removal","str":"110 ","line":1,"x":68.04000000000002,"y":52.68281999999999,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":117,"change":"Removal","str":"111 ","line":1,"x":377.57664,"y":52.68281999999999,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":118,"change":"Removal","str":"112 ","line":1,"x":68.04000000000002,"y":52.68281999999999,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":119,"change":"Removal","str":"113 ","line":1,"x":377.57664,"y":52.68281999999999,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":120,"change":"Removal","str":"114 ","line":1,"x":68.04000000000002,"y":52.68281999999999,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":121,"change":"Removal","str":"115 ","line":1,"x":377.57664,"y":52.68281999999999,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":122,"change":"Removal","str":"116 ","line":1,"x":68.04000000000002,"y":52.68281999999999,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":123,"change":"Removal","str":"117 ","line":1,"x":377.57664,"y":52.68281999999999,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":124,"change":"Removal","str":"118 ","line":1,"x":68.04000000000002,"y":52.68281999999999,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":125,"change":"Removal","str":"119 ","line":1,"x":377.57664,"y":52.68281999999999,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":126,"change":"Removal","str":"120 ","line":1,"x":68.04000000000002,"y":52.68281999999999,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":127,"change":"Removal","str":"121 ","line":1,"x":377.57664,"y":52.68281999999999,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":128,"change":"Removal","str":"122 ","line":1,"x":68.04000000000002,"y":52.68281999999999,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":129,"change":"Removal","str":"123 ","line":1,"x":377.57664,"y":52.68281999999999,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":130,"change":"Removal","str":"124 ","line":1,"x":68.04000000000002,"y":52.68281999999999,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":131,"change":"Removal","str":"125 ","line":1,"x":377.57664,"y":52.68281999999999,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":132,"change":"Removal","str":"126 ","line":1,"x":68.04000000000002,"y":52.68281999999999,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":133,"change":"Removal","str":"127 ","line":1,"x":377.57664,"y":52.68281999999999,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":134,"change":"Removal","str":"128 ","line":1,"x":68.04000000000002,"y":52.68281999999999,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":135,"change":"Removal","str":"129 ","line":1,"x":377.57664,"y":52.68281999999999,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":136,"change":"Removal","str":"130 ","line":1,"x":68.04000000000002,"y":52.68281999999999,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":137,"change":"Removal","str":"131 ","line":1,"x":377.57664,"y":52.68281999999999,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":138,"change":"Removal","str":"132 ","line":1,"x":68.04000000000002,"y":52.68281999999999,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":139,"change":"Removal","str":"133 ","line":1,"x":377.57664,"y":52.68281999999999,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":140,"change":"Removal","str":"134 ","line":1,"x":68.04000000000002,"y":52.68281999999999,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":141,"change":"Removal","str":"135 ","line":1,"x":377.57664,"y":52.68281999999999,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":142,"change":"Removal","str":"136 ","line":1,"x":68.04000000000002,"y":52.68281999999999,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":143,"change":"Removal","str":"137 ","line":1,"x":377.57664,"y":52.68281999999999,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":144,"change":"Removal","str":"138 ","line":1,"x":68.04000000000002,"y":52.68281999999999,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":145,"change":"Removal","str":"139 ","line":1,"x":371.87664,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":146,"change":"Removal","str":"140 ","line":1,"x":68.04000000000002,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":147,"change":"Removal","str":"141 ","line":1,"x":371.87664,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":149,"change":"Removal","str":"143 ","line":1,"x":371.88,"y":52.74,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":150,"change":"Removal","str":"144 ","line":1,"x":68.03999999999999,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":151,"change":"Removal","str":"145 ","line":1,"x":371.88192,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":152,"change":"Removal","str":"146 ","line":1,"x":68.03999999999999,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":153,"change":"Removal","str":"147 ","line":1,"x":371.88192,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":154,"change":"Removal","str":"148 ","line":1,"x":68.03999999999999,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":155,"change":"Removal","str":"149 ","line":1,"x":371.88192,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":156,"change":"Removal","str":"150 ","line":1,"x":68.03999999999999,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":157,"change":"Removal","str":"151 ","line":1,"x":371.88192,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":158,"change":"Removal","str":"152 ","line":1,"x":68.03999999999999,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":159,"change":"Removal","str":"153 ","line":1,"x":371.88192,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":160,"change":"Removal","str":"154 ","line":1,"x":68.03999999999999,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":161,"change":"Removal","str":"155 ","line":1,"x":371.88192,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":162,"change":"Removal","str":"156 ","line":1,"x":68.03999999999999,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":163,"change":"Removal","str":"157 ","line":1,"x":371.88192,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":164,"change":"Removal","str":"158 ","line":1,"x":68.03999999999999,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":165,"change":"Removal","str":"159 ","line":1,"x":371.88192,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":166,"change":"Removal","str":"160 ","line":1,"x":68.03999999999999,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":167,"change":"Removal","str":"161 ","line":1,"x":371.88192,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":168,"change":"Removal","str":"162 ","line":1,"x":68.03999999999999,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":169,"change":"Removal","str":"163 ","line":1,"x":371.88192,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":170,"change":"Removal","str":"164 ","line":1,"x":68.03999999999999,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":171,"change":"Removal","str":"165 ","line":1,"x":371.88192,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":172,"change":"Removal","str":"166 ","line":1,"x":68.03999999999999,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":173,"change":"Removal","str":"167 ","line":1,"x":371.88192,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":174,"change":"Removal","str":"168 ","line":1,"x":68.03999999999999,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":175,"change":"Removal","str":"169 ","line":1,"x":371.88192,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":176,"change":"Removal","str":"170 ","line":1,"x":68.03999999999999,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":177,"change":"Removal","str":"171 ","line":1,"x":371.88192,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":179,"change":"Removal","str":"173 ","line":0,"x":371.88,"y":52.74,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":180,"change":"Removal","str":"174 ","line":1,"x":68.04000000000002,"y":52.797500000000014,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":181,"change":"Removal","str":"175 ","line":2,"x":371.87862,"y":52.805479999999875,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":182,"change":"Removal","str":"176 ","line":1,"x":68.04000000000002,"y":52.797500000000014,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":183,"change":"Removal","str":"177 ","line":2,"x":371.87862,"y":52.805479999999875,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":184,"change":"Removal","str":"178 ","line":1,"x":68.04000000000002,"y":52.79797999999994,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":185,"change":"Removal","str":"179 ","line":2,"x":377.33862,"y":52.805959999999914,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":186,"change":"Removal","str":"180 ","line":1,"x":68.04000000000002,"y":52.79797999999994,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":187,"change":"Removal","str":"181 ","line":2,"x":377.33862,"y":52.805959999999914,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":188,"change":"Removal","str":"182 ","line":1,"x":68.04000000000002,"y":52.79797999999994,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":189,"change":"Removal","str":"183 ","line":2,"x":377.33862,"y":52.805959999999914,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":190,"change":"Removal","str":"184 ","line":1,"x":68.04000000000002,"y":52.79797999999994,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":191,"change":"Removal","str":"185 ","line":2,"x":377.33862,"y":52.805959999999914,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":192,"change":"Removal","str":"186 ","line":1,"x":68.04000000000002,"y":52.79797999999994,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":193,"change":"Removal","str":"187 ","line":2,"x":377.33862,"y":52.805959999999914,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":194,"change":"Removal","str":"188 ","line":1,"x":68.04000000000002,"y":52.79797999999994,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":195,"change":"Removal","str":"189 ","line":2,"x":377.33862,"y":52.805959999999914,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":196,"change":"Removal","str":"190 ","line":1,"x":68.04000000000002,"y":52.79797999999994,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":197,"change":"Removal","str":"191 ","line":2,"x":377.27862000000005,"y":52.68595999999991,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":198,"change":"Removal","str":"192 ","line":1,"x":68.04000000000002,"y":52.677979999999934,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":199,"change":"Removal","str":"193 ","line":2,"x":377.27862000000005,"y":52.68595999999991,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":200,"change":"Removal","str":"194 ","line":1,"x":68.04000000000002,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":201,"change":"Removal","str":"195 ","line":2,"x":371.87862,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":202,"change":"Removal","str":"196 ","line":1,"x":68.04000000000002,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":203,"change":"Removal","str":"197 ","line":2,"x":371.87862,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":204,"change":"Removal","str":"198 ","line":1,"x":68.04000000000002,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":205,"change":"Removal","str":"199 ","line":2,"x":371.87862,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":206,"change":"Removal","str":"200 ","line":1,"x":68.04000000000002,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":207,"change":"Removal","str":"201 ","line":2,"x":371.87862,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":208,"change":"Removal","str":"202 ","line":1,"x":68.04000000000002,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":209,"change":"Removal","str":"203 ","line":2,"x":371.87862,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":210,"change":"Removal","str":"204 ","line":1,"x":68.04000000000002,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":211,"change":"Removal","str":"205 ","line":2,"x":371.87862,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":212,"change":"Removal","str":"206 ","line":1,"x":68.04000000000002,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":213,"change":"Removal","str":"207 ","line":1,"x":371.88,"y":52.74,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":214,"change":"Removal","str":"208 ","line":1,"x":68.04000000000002,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":215,"change":"Removal","str":"209 ","line":1,"x":371.88030000000003,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":216,"change":"Removal","str":"210 ","line":1,"x":68.04000000000002,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":217,"change":"Removal","str":"211 ","line":1,"x":371.88030000000003,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":218,"change":"Removal","str":"212 ","line":1,"x":68.04000000000002,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":219,"change":"Removal","str":"213 ","line":1,"x":371.88030000000003,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":220,"change":"Removal","str":"214 ","line":1,"x":68.04000000000002,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":221,"change":"Removal","str":"215 ","line":1,"x":371.88030000000003,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":222,"change":"Removal","str":"216 ","line":1,"x":68.04000000000002,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":223,"change":"Removal","str":"217 ","line":1,"x":371.88030000000003,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":224,"change":"Removal","str":"218 ","line":1,"x":68.04000000000002,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":225,"change":"Removal","str":"219 ","line":1,"x":371.88030000000003,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":226,"change":"Removal","str":"220 ","line":1,"x":68.04000000000002,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":227,"change":"Removal","str":"221 ","line":1,"x":371.88030000000003,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":228,"change":"Removal","str":"222 ","line":1,"x":68.04000000000002,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":229,"change":"Removal","str":"223 ","line":1,"x":371.88030000000003,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":230,"change":"Removal","str":"224 ","line":1,"x":68.04000000000002,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":231,"change":"Removal","str":"225 ","line":1,"x":371.88030000000003,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":232,"change":"Removal","str":"226 ","line":1,"x":68.04000000000002,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":233,"change":"Removal","str":"227 ","line":1,"x":371.88030000000003,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":234,"change":"Removal","str":"228 ","line":1,"x":68.04000000000002,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":235,"change":"Removal","str":"229 ","line":1,"x":371.88030000000003,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":236,"change":"Removal","str":"230 ","line":1,"x":68.04000000000002,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":237,"change":"Removal","str":"231 ","line":1,"x":371.88030000000003,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":238,"change":"Removal","str":"232 ","line":1,"x":68.04000000000002,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":239,"change":"Removal","str":"233 ","line":1,"x":371.88030000000003,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":240,"change":"Removal","str":"234 ","line":1,"x":68.04000000000002,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":241,"change":"Removal","str":"235 ","line":1,"x":371.88030000000003,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":242,"change":"Removal","str":"236 ","line":1,"x":68.04000000000002,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":243,"change":"Removal","str":"237 ","line":1,"x":371.88030000000003,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":244,"change":"Removal","str":"238 ","line":1,"x":68.04000000000002,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":245,"change":"Removal","str":"239 ","line":1,"x":371.88030000000003,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":246,"change":"Removal","str":"240 ","line":1,"x":68.04000000000002,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":247,"change":"Removal","str":"241 ","line":1,"x":371.88030000000003,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":248,"change":"Removal","str":"242 ","line":1,"x":68.04000000000002,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":249,"change":"Removal","str":"243 ","line":1,"x":371.88030000000003,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":250,"change":"Removal","str":"244 ","line":1,"x":68.04000000000002,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":251,"change":"Removal","str":"245 ","line":1,"x":371.88030000000003,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":252,"change":"Removal","str":"246 ","line":1,"x":68.04000000000002,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":253,"change":"Removal","str":"247 ","line":1,"x":371.88030000000003,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":254,"change":"Removal","str":"248 ","line":1,"x":68.04000000000002,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":255,"change":"Removal","str":"249 ","line":1,"x":371.88030000000003,"y":52.74163999999996,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":257,"change":"Removal","str":"251 ","line":0,"x":371.94,"y":52.74,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":258,"change":"Removal","str":"252 ","line":1,"x":68.04,"y":52.741939999999886,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":259,"change":"Removal","str":"253 ","line":1,"x":371.93753999999996,"y":52.741939999999886,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":260,"change":"Removal","str":"254 ","line":1,"x":68.04,"y":52.741939999999886,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":261,"change":"Removal","str":"255 ","line":1,"x":371.93753999999996,"y":52.741939999999886,"width":"15.89","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":106,"change":"Removal","str":"100","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.68"],"fontName":"CRDKGT+ArialMT","x":68.04000000000002,"y":52.68281999999999,"line":1}
{"page":107,"change":"Removal","str":"101","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","377.58","52.68"],"fontName":"CRDKGT+ArialMT","x":377.57664,"y":52.68281999999999,"line":1}
{"page":108,"change":"Removal","str":"102","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.68"],"fontName":"CRDKGT+ArialMT","x":68.04000000000002,"y":52.68281999999999,"line":1}
{"page":109,"change":"Removal","str":"103","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","377.58","52.68"],"fontName":"CRDKGT+ArialMT","x":377.57664,"y":52.68281999999999,"line":1}
{"page":110,"change":"Removal","str":"104","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.68"],"fontName":"CRDKGT+ArialMT","x":68.04000000000002,"y":52.68281999999999,"line":1}
{"page":111,"change":"Removal","str":"105","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","377.58","52.68"],"fontName":"CRDKGT+ArialMT","x":377.57664,"y":52.68281999999999,"line":1}
{"page":112,"change":"Removal","str":"106","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.68"],"fontName":"CRDKGT+ArialMT","x":68.04000000000002,"y":52.68281999999999,"line":1}
{"page":113,"change":"Removal","str":"107","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","377.58","52.68"],"fontName":"CRDKGT+ArialMT","x":377.57664,"y":52.68281999999999,"line":1}
{"page":114,"change":"Removal","str":"108","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.68"],"fontName":"CRDKGT+ArialMT","x":68.04000000000002,"y":52.68281999999999,"line":1}
{"page":115,"change":"Removal","str":"109","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","377.58","52.68"],"fontName":"CRDKGT+ArialMT","x":377.57664,"y":52.68281999999999,"line":1}
{"page":116,"change":"Removal","str":"110","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.68"],"fontName":"CRDKGT+ArialMT","x":68.04000000000002,"y":52.68281999999999,"line":1}
{"page":117,"change":"Removal","str":"111","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","377.58","52.68"],"fontName":"CRDKGT+ArialMT","x":377.57664,"y":52.68281999999999,"line":1}
{"page":118,"change":"Removal","str":"112","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.68"],"fontName":"CRDKGT+ArialMT","x":68.04000000000002,"y":52.68281999999999,"line":1}
{"page":119,"change":"Removal","str":"113","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","377.58","52.68"],"fontName":"CRDKGT+ArialMT","x":377.57664,"y":52.68281999999999,"line":1}
{"page":120,"change":"Removal","str":"114","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.68"],"fontName":"CRDKGT+ArialMT","x":68.04000000000002,"y":52.68281999999999,"line":1}
{"page":121,"change":"Removal","str":"115","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","377.58","52.68"],"fontName":"CRDKGT+ArialMT","x":377.57664,"y":52.68281999999999,"line":1}
{"page":122,"change":"Removal","str":"116","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.68"],"fontName":"CRDKGT+ArialMT","x":68.04000000000002,"y":52.68281999999999,"line":1}
{"page":123,"change":"Removal","str":"117","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","377.58","52.68"],"fontName":"CRDKGT+ArialMT","x":377.57664,"y":52.68281999999999,"line":1}
{"page":124,"change":"Removal","str":"118","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.68"],"fontName":"CRDKGT+ArialMT","x":68.04000000000002,"y":52.68281999999999,"line":1}
{"page":125,"change":"Removal","str":"119","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","377.58","52.68"],"fontName":"CRDKGT+ArialMT","x":377.57664,"y":52.68281999999999,"line":1}
{"page":126,"change":"Removal","str":"120","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.68"],"fontName":"CRDKGT+ArialMT","x":68.04000000000002,"y":52.68281999999999,"line":1}
{"page":127,"change":"Removal","str":"121","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","377.58","52.68"],"fontName":"CRDKGT+ArialMT","x":377.57664,"y":52.68281999999999,"line":1}
{"page":128,"change":"Removal","str":"122","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.68"],"fontName":"CRDKGT+ArialMT","x":68.04000000000002,"y":52.68281999999999,"line":1}
{"page":129,"change":"Removal","str":"123","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","377.58","52.68"],"fontName":"CRDKGT+ArialMT","x":377.57664,"y":52.68281999999999,"line":1}
{"page":130,"change":"Removal","str":"124","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.68"],"fontName":"CRDKGT+ArialMT","x":68.04000000000002,"y":52.68281999999999,"line":1}
{"page":131,"change":"Removal","str":"125","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","377.58","52.68"],"fontName":"CRDKGT+ArialMT","x":377.57664,"y":52.68281999999999,"line":1}
{"page":132,"change":"Removal","str":"126","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.68"],"fontName":"CRDKGT+ArialMT","x":68.04000000000002,"y":52.68281999999999,"line":1}
{"page":133,"change":"Removal","str":"127","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","377.58","52.68"],"fontName":"CRDKGT+ArialMT","x":377.57664,"y":52.68281999999999,"line":1}
{"page":134,"change":"Removal","str":"128","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.68"],"fontName":"CRDKGT+ArialMT","x":68.04000000000002,"y":52.68281999999999,"line":1}
{"page":135,"change":"Removal","str":"129","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","377.58","52.68"],"fontName":"CRDKGT+ArialMT","x":377.57664,"y":52.68281999999999,"line":1}
{"page":136,"change":"Removal","str":"130","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.68"],"fontName":"CRDKGT+ArialMT","x":68.04000000000002,"y":52.68281999999999,"line":1}
{"page":137,"change":"Removal","str":"131","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","377.58","52.68"],"fontName":"CRDKGT+ArialMT","x":377.57664,"y":52.68281999999999,"line":1}
{"page":138,"change":"Removal","str":"132","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.68"],"fontName":"CRDKGT+ArialMT","x":68.04000000000002,"y":52.68281999999999,"line":1}
{"page":139,"change":"Removal","str":"133","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","377.58","52.68"],"fontName":"CRDKGT+ArialMT","x":377.57664,"y":52.68281999999999,"line":1}
{"page":140,"change":"Removal","str":"134","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.68"],"fontName":"CRDKGT+ArialMT","x":68.04000000000002,"y":52.68281999999999,"line":1}
{"page":141,"change":"Removal","str":"135","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","377.58","52.68"],"fontName":"CRDKGT+ArialMT","x":377.57664,"y":52.68281999999999,"line":1}
{"page":142,"change":"Removal","str":"136","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.68"],"fontName":"CRDKGT+ArialMT","x":68.04000000000002,"y":52.68281999999999,"line":1}
{"page":143,"change":"Removal","str":"137","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","377.58","52.68"],"fontName":"CRDKGT+ArialMT","x":377.57664,"y":52.68281999999999,"line":1}
{"page":144,"change":"Removal","str":"138","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.68"],"fontName":"CRDKGT+ArialMT","x":68.04000000000002,"y":52.68281999999999,"line":1}
{"page":145,"change":"Removal","str":"139","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","371.88","52.74"],"fontName":"CRDKGT+ArialMT","x":371.87664,"y":52.74163999999996,"line":1}
{"page":146,"change":"Removal","str":"140","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.04000000000002,"y":52.74163999999996,"line":1}
{"page":147,"change":"Removal","str":"141","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","371.88","52.74"],"fontName":"CRDKGT+ArialMT","x":371.87664,"y":52.74163999999996,"line":1}
{"page":149,"change":"Removal","str":"143","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","371.88","52.74"],"fontName":"CRDKGT+ArialMT","x":371.88,"y":52.74,"line":0}
{"page":150,"change":"Removal","str":"144","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.03999999999999,"y":52.74163999999996,"line":1}
{"page":151,"change":"Removal","str":"145","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","371.88","52.74"],"fontName":"CRDKGT+ArialMT","x":371.88192,"y":52.74163999999996,"line":1}
{"page":152,"change":"Removal","str":"146","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.03999999999999,"y":52.74163999999996,"line":1}
{"page":153,"change":"Removal","str":"147","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","371.88","52.74"],"fontName":"CRDKGT+ArialMT","x":371.88192,"y":52.74163999999996,"line":1}
{"page":154,"change":"Removal","str":"148","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.03999999999999,"y":52.74163999999996,"line":1}
{"page":155,"change":"Removal","str":"149","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","371.88","52.74"],"fontName":"CRDKGT+ArialMT","x":371.88192,"y":52.74163999999996,"line":1}
{"page":156,"change":"Removal","str":"150","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.03999999999999,"y":52.74163999999996,"line":1}
{"page":157,"change":"Removal","str":"151","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","371.88","52.74"],"fontName":"CRDKGT+ArialMT","x":371.88192,"y":52.74163999999996,"line":1}
{"page":158,"change":"Removal","str":"152","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.03999999999999,"y":52.74163999999996,"line":1}
{"page":159,"change":"Removal","str":"153","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","371.88","52.74"],"fontName":"CRDKGT+ArialMT","x":371.88192,"y":52.74163999999996,"line":1}
{"page":160,"change":"Removal","str":"154","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.03999999999999,"y":52.74163999999996,"line":1}
{"page":161,"change":"Removal","str":"155","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","371.88","52.74"],"fontName":"CRDKGT+ArialMT","x":371.88192,"y":52.74163999999996,"line":1}
{"page":162,"change":"Removal","str":"156","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.03999999999999,"y":52.74163999999996,"line":1}
{"page":163,"change":"Removal","str":"157","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","371.88","52.74"],"fontName":"CRDKGT+ArialMT","x":371.88192,"y":52.74163999999996,"line":1}
{"page":164,"change":"Removal","str":"158","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.03999999999999,"y":52.74163999999996,"line":1}
{"page":165,"change":"Removal","str":"159","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","371.88","52.74"],"fontName":"CRDKGT+ArialMT","x":371.88192,"y":52.74163999999996,"line":1}
{"page":166,"change":"Removal","str":"160","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.03999999999999,"y":52.74163999999996,"line":1}
{"page":167,"change":"Removal","str":"161","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","371.88","52.74"],"fontName":"CRDKGT+ArialMT","x":371.88192,"y":52.74163999999996,"line":1}
{"page":168,"change":"Removal","str":"162","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.03999999999999,"y":52.74163999999996,"line":1}
{"page":169,"change":"Removal","str":"163","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","371.88","52.74"],"fontName":"CRDKGT+ArialMT","x":371.88192,"y":52.74163999999996,"line":1}
{"page":170,"change":"Removal","str":"164","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.03999999999999,"y":52.74163999999996,"line":1}
{"page":171,"change":"Removal","str":"165","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","371.88","52.74"],"fontName":"CRDKGT+ArialMT","x":371.88192,"y":52.74163999999996,"line":1}
{"page":172,"change":"Removal","str":"166","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.03999999999999,"y":52.74163999999996,"line":1}
{"page":173,"change":"Removal","str":"167","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","371.88","52.74"],"fontName":"CRDKGT+ArialMT","x":371.88192,"y":52.74163999999996,"line":1}
{"page":174,"change":"Removal","str":"168","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.03999999999999,"y":52.74163999999996,"line":1}
{"page":175,"change":"Removal","str":"169","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","371.88","52.74"],"fontName":"CRDKGT+ArialMT","x":371.88192,"y":52.74163999999996,"line":1}
{"page":176,"change":"Removal","str":"170","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.03999999999999,"y":52.74163999999996,"line":1}
{"page":177,"change":"Removal","str":"171","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","371.88","52.74"],"fontName":"CRDKGT+ArialMT","x":371.88192,"y":52.74163999999996,"line":1}
{"page":179,"change":"Removal","str":"173","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","371.88","52.74"],"fontName":"CRDKGT+ArialMT","x":371.88,"y":52.74,"line":0}
{"page":180,"change":"Removal","str":"174","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.80"],"fontName":"CRDKGT+ArialMT","x":68.04000000000002,"y":52.797500000000014,"line":1}
{"page":181,"change":"Removal","str":"175","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","371.88","52.81"],"fontName":"CRDKGT+ArialMT","x":371.87862,"y":52.805479999999875,"line":2}
{"page":182,"change":"Removal","str":"176","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.80"],"fontName":"CRDKGT+ArialMT","x":68.04000000000002,"y":52.797500000000014,"line":1}
{"page":183,"change":"Removal","str":"177","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","371.88","52.81"],"fontName":"CRDKGT+ArialMT","x":371.87862,"y":52.805479999999875,"line":2}
{"page":184,"change":"Removal","str":"178","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.80"],"fontName":"CRDKGT+ArialMT","x":68.04000000000002,"y":52.79797999999994,"line":1}
{"page":185,"change":"Removal","str":"179","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","377.34","52.81"],"fontName":"CRDKGT+ArialMT","x":377.33862,"y":52.805959999999914,"line":2}
{"page":186,"change":"Removal","str":"180","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.80"],"fontName":"CRDKGT+ArialMT","x":68.04000000000002,"y":52.79797999999994,"line":1}
{"page":187,"change":"Removal","str":"181","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","377.34","52.81"],"fontName":"CRDKGT+ArialMT","x":377.33862,"y":52.805959999999914,"line":2}
{"page":188,"change":"Removal","str":"182","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.80"],"fontName":"CRDKGT+ArialMT","x":68.04000000000002,"y":52.79797999999994,"line":1}
{"page":189,"change":"Removal","str":"183","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","377.34","52.81"],"fontName":"CRDKGT+ArialMT","x":377.33862,"y":52.805959999999914,"line":2}
{"page":190,"change":"Removal","str":"184","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.80"],"fontName":"CRDKGT+ArialMT","x":68.04000000000002,"y":52.79797999999994,"line":1}
{"page":191,"change":"Removal","str":"185","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","377.34","52.81"],"fontName":"CRDKGT+ArialMT","x":377.33862,"y":52.805959999999914,"line":2}
{"page":192,"change":"Removal","str":"186","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.80"],"fontName":"CRDKGT+ArialMT","x":68.04000000000002,"y":52.79797999999994,"line":1}
{"page":193,"change":"Removal","str":"187","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","377.34","52.81"],"fontName":"CRDKGT+ArialMT","x":377.33862,"y":52.805959999999914,"line":2}
{"page":194,"change":"Removal","str":"188","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.80"],"fontName":"CRDKGT+ArialMT","x":68.04000000000002,"y":52.79797999999994,"line":1}
{"page":195,"change":"Removal","str":"189","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","377.34","52.81"],"fontName":"CRDKGT+ArialMT","x":377.33862,"y":52.805959999999914,"line":2}
{"page":196,"change":"Removal","str":"190","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.80"],"fontName":"CRDKGT+ArialMT","x":68.04000000000002,"y":52.79797999999994,"line":1}
{"page":197,"change":"Removal","str":"191","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","377.28","52.69"],"fontName":"CRDKGT+ArialMT","x":377.27862000000005,"y":52.68595999999991,"line":2}
{"page":198,"change":"Removal","str":"192","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.68"],"fontName":"CRDKGT+ArialMT","x":68.04000000000002,"y":52.677979999999934,"line":1}
{"page":199,"change":"Removal","str":"193","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","377.28","52.69"],"fontName":"CRDKGT+ArialMT","x":377.27862000000005,"y":52.68595999999991,"line":2}
{"page":200,"change":"Removal","str":"194","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.04000000000002,"y":52.74163999999996,"line":1}
{"page":201,"change":"Removal","str":"195","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","371.88","52.74"],"fontName":"CRDKGT+ArialMT","x":371.87862,"y":52.74163999999996,"line":2}
{"page":202,"change":"Removal","str":"196","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.04000000000002,"y":52.74163999999996,"line":1}
{"page":203,"change":"Removal","str":"197","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","371.88","52.74"],"fontName":"CRDKGT+ArialMT","x":371.87862,"y":52.74163999999996,"line":2}
{"page":204,"change":"Removal","str":"198","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.04000000000002,"y":52.74163999999996,"line":1}
{"page":205,"change":"Removal","str":"199","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","371.88","52.74"],"fontName":"CRDKGT+ArialMT","x":371.87862,"y":52.74163999999996,"line":2}
{"page":206,"change":"Removal","str":"200","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.04000000000002,"y":52.74163999999996,"line":1}
{"page":207,"change":"Removal","str":"201","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","371.88","52.74"],"fontName":"CRDKGT+ArialMT","x":371.87862,"y":52.74163999999996,"line":2}
{"page":208,"change":"Removal","str":"202","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.04000000000002,"y":52.74163999999996,"line":1}
{"page":209,"change":"Removal","str":"203","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","371.88","52.74"],"fontName":"CRDKGT+ArialMT","x":371.87862,"y":52.74163999999996,"line":2}
{"page":210,"change":"Removal","str":"204","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.04000000000002,"y":52.74163999999996,"line":1}
{"page":211,"change":"Removal","str":"205","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","371.88","52.74"],"fontName":"CRDKGT+ArialMT","x":371.87862,"y":52.74163999999996,"line":2}
{"page":212,"change":"Removal","str":"206","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.04000000000002,"y":52.74163999999996,"line":1}
{"page":213,"change":"Removal","str":"207","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","371.88","52.74"],"fontName":"CRDKGT+ArialMT","x":371.88,"y":52.74,"line":0}
{"page":214,"change":"Removal","str":"208","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.04000000000002,"y":52.74163999999996,"line":1}
{"page":215,"change":"Removal","str":"209","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","371.88","52.74"],"fontName":"CRDKGT+ArialMT","x":371.88030000000003,"y":52.74163999999996,"line":1}
{"page":216,"change":"Removal","str":"210","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.04000000000002,"y":52.74163999999996,"line":1}
{"page":217,"change":"Removal","str":"211","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","371.88","52.74"],"fontName":"CRDKGT+ArialMT","x":371.88030000000003,"y":52.74163999999996,"line":1}
{"page":218,"change":"Removal","str":"212","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.04000000000002,"y":52.74163999999996,"line":1}
{"page":219,"change":"Removal","str":"213","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","371.88","52.74"],"fontName":"CRDKGT+ArialMT","x":371.88030000000003,"y":52.74163999999996,"line":1}
{"page":220,"change":"Removal","str":"214","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.04000000000002,"y":52.74163999999996,"line":1}
{"page":221,"change":"Removal","str":"215","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","371.88","52.74"],"fontName":"CRDKGT+ArialMT","x":371.88030000000003,"y":52.74163999999996,"line":1}
{"page":222,"change":"Removal","str":"216","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.04000000000002,"y":52.74163999999996,"line":1}
{"page":223,"change":"Removal","str":"217","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","371.88","52.74"],"fontName":"CRDKGT+ArialMT","x":371.88030000000003,"y":52.74163999999996,"line":1}
{"page":224,"change":"Removal","str":"218","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.04000000000002,"y":52.74163999999996,"line":1}
{"page":225,"change":"Removal","str":"219","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","371.88","52.74"],"fontName":"CRDKGT+ArialMT","x":371.88030000000003,"y":52.74163999999996,"line":1}
{"page":226,"change":"Removal","str":"220","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.04000000000002,"y":52.74163999999996,"line":1}
{"page":227,"change":"Removal","str":"221","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","371.88","52.74"],"fontName":"CRDKGT+ArialMT","x":371.88030000000003,"y":52.74163999999996,"line":1}
{"page":228,"change":"Removal","str":"222","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.04000000000002,"y":52.74163999999996,"line":1}
{"page":229,"change":"Removal","str":"223","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","371.88","52.74"],"fontName":"CRDKGT+ArialMT","x":371.88030000000003,"y":52.74163999999996,"line":1}
{"page":230,"change":"Removal","str":"224","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.04000000000002,"y":52.74163999999996,"line":1}
{"page":231,"change":"Removal","str":"225","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","371.88","52.74"],"fontName":"CRDKGT+ArialMT","x":371.88030000000003,"y":52.74163999999996,"line":1}
{"page":232,"change":"Removal","str":"226","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.04000000000002,"y":52.74163999999996,"line":1}
{"page":233,"change":"Removal","str":"227","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","371.88","52.74"],"fontName":"CRDKGT+ArialMT","x":371.88030000000003,"y":52.74163999999996,"line":1}
{"page":234,"change":"Removal","str":"228","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.04000000000002,"y":52.74163999999996,"line":1}
{"page":235,"change":"Removal","str":"229","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","371.88","52.74"],"fontName":"CRDKGT+ArialMT","x":371.88030000000003,"y":52.74163999999996,"line":1}
{"page":236,"change":"Removal","str":"230","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.04000000000002,"y":52.74163999999996,"line":1}
{"page":237,"change":"Removal","str":"231","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","371.88","52.74"],"fontName":"CRDKGT+ArialMT","x":371.88030000000003,"y":52.74163999999996,"line":1}
{"page":238,"change":"Removal","str":"232","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.04000000000002,"y":52.74163999999996,"line":1}
{"page":239,"change":"Removal","str":"233","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","371.88","52.74"],"fontName":"CRDKGT+ArialMT","x":371.88030000000003,"y":52.74163999999996,"line":1}
{"page":240,"change":"Removal","str":"234","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.04000000000002,"y":52.74163999999996,"line":1}
{"page":241,"change":"Removal","str":"235","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","371.88","52.74"],"fontName":"CRDKGT+ArialMT","x":371.88030000000003,"y":52.74163999999996,"line":1}
{"page":242,"change":"Removal","str":"236","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.04000000000002,"y":52.74163999999996,"line":1}
{"page":243,"change":"Removal","str":"237","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","371.88","52.74"],"fontName":"CRDKGT+ArialMT","x":371.88030000000003,"y":52.74163999999996,"line":1}
{"page":244,"change":"Removal","str":"238","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.04000000000002,"y":52.74163999999996,"line":1}
{"page":245,"change":"Removal","str":"239","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","371.88","52.74"],"fontName":"CRDKGT+ArialMT","x":371.88030000000003,"y":52.74163999999996,"line":1}
{"page":246,"change":"Removal","str":"240","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.04000000000002,"y":52.74163999999996,"line":1}
{"page":247,"change":"Removal","str":"241","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","371.88","52.74"],"fontName":"CRDKGT+ArialMT","x":371.88030000000003,"y":52.74163999999996,"line":1}
{"page":248,"change":"Removal","str":"242","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.04000000000002,"y":52.74163999999996,"line":1}
{"page":249,"change":"Removal","str":"243","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","371.88","52.74"],"fontName":"CRDKGT+ArialMT","x":371.88030000000003,"y":52.74163999999996,"line":1}
{"page":250,"change":"Removal","str":"244","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.04000000000002,"y":52.74163999999996,"line":1}
{"page":251,"change":"Removal","str":"245","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","371.88","52.74"],"fontName":"CRDKGT+ArialMT","x":371.88030000000003,"y":52.74163999999996,"line":1}
{"page":252,"change":"Removal","str":"246","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.04000000000002,"y":52.74163999999996,"line":1}
{"page":253,"change":"Removal","str":"247","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","371.88","52.74"],"fontName":"CRDKGT+ArialMT","x":371.88030000000003,"y":52.74163999999996,"line":1}
{"page":254,"change":"Removal","str":"248","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.04000000000002,"y":52.74163999999996,"line":1}
{"page":255,"change":"Removal","str":"249","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","371.88","52.74"],"fontName":"CRDKGT+ArialMT","x":371.88030000000003,"y":52.74163999999996,"line":1}
{"page":257,"change":"Removal","str":"251","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","371.94","52.74"],"fontName":"CRDKGT+ArialMT","x":371.94,"y":52.74,"line":0}
{"page":258,"change":"Removal","str":"252","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.04,"y":52.741939999999886,"line":1}
{"page":259,"change":"Removal","str":"253","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","371.94","52.74"],"fontName":"CRDKGT+ArialMT","x":371.93753999999996,"y":52.741939999999886,"line":1}
{"page":260,"change":"Removal","str":"254","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","68.04","52.74"],"fontName":"CRDKGT+ArialMT","x":68.04,"y":52.741939999999886,"line":1}
{"page":261,"change":"Removal","str":"255","dir":"ltr","width":"13.67","height":"7.98","transform":["7.98","0.00","0.00","7.98","371.94","52.74"],"fontName":"CRDKGT+ArialMT","x":371.93753999999996,"y":52.741939999999886,"line":1}

View File

@ -1,8 +1,8 @@
{
"pages": 256,
"items": 27682,
"groupedItems": 9764,
"changes": 74,
"items": 20477,
"groupedItems": 7492,
"changes": 57,
"schema": [
{
"name": "line"
@ -30,16 +30,14 @@
}
]
}
{"page":45,"change":"ContentChange","str":"Zeitraum der Inbetriebnahme Von 01/2013 bis 12/2013 Versicherung [€/a] 2 500 ","line":14,"x":67.74,"y":377.64,"width":"290.12","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
{"page":45,"change":"ContentChange","str":"Jährlicher Verbrauch an Biomasse [kg/kWh] 1,1 Kohle Entsorgungskosten - [€/t] 155 ","line":19,"x":67.74,"y":247.14,"width":"301.23","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
{"page":45,"change":"ContentChange","str":"Spezifische Kohleerzeugung [kg/kWh] 0,02 Für verwendete Wärmeenergie [%] die Trocknung 50 ","line":20,"x":67.74,"y":213.06,"width":"353.39","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
{"page":65,"change":"ContentChange","str":"Verzögeru Phase","line":47,"x":119.0887,"y":428.2765,"width":"27.81","height":"4.13","fontName":["KITOYT+Calibri-Bold"],"dir":["ltr"]}
{"page":66,"change":"ContentChange","str":"A B","line":49,"x":199.9328,"y":360.1597,"width":"9.78","height":"7.03","fontName":["YZOXCB+TimesNewRomanPS-BoldMT"],"dir":["ltr"]}
{"page":114,"change":"ContentChange","str":"Der Versuch in der Apfelneuanlage wurde in Zusammenarbeit mit dem Fach -","line":15,"x":68.04,"y":213.84,"width":"321.66","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman","XNKKUJ+SourceSansPro-Regular"],"dir":["ltr"]}
{"page":157,"change":"ContentChange","str":"N aus Dünger = Gesamt N Organ ( mg ) × ( 15 N Überschuss Gewebe natürlicher 15 N Überschuss )","line":15,"x":70.923,"y":209.637,"width":"303.53","height":"9.00","fontName":["WASIKV+CambriaMath","CJUSQJ+CambriaMath"],"dir":["ltr"]}
{"page":157,"change":"ContentChange","str":"( 15 N Überschuss Dünger natürlicher 15 N Überschuss ) ","line":16,"x":174.18,"y":205.14,"width":"172.27","height":"9.00","fontName":["WASIKV+CambriaMath","CJUSQJ+CambriaMath","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
{"page":197,"change":"ContentChange","str":"- Emissionen (mmol/m 2","line":6,"x":296.46,"y":359.94,"width":"73.03","height":"7.02","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":45,"change":"ContentChange","str":"Jährlicher Verbrauch an Biomasse [kg/kWh] 1,1 Kohle Entsorgungskosten - [€/t] 155 ","line":18,"x":67.74,"y":247.14,"width":"291.25","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
{"page":45,"change":"ContentChange","str":"Spezifische Kohleerzeugung [kg/kWh] 0,02 Für verwendete Wärmeenergie [%] die Trocknung 50","line":19,"x":67.74,"y":213.06,"width":"345.41","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
{"page":65,"change":"ContentChange","str":"Verzögeru Phase","line":45,"x":119.0887,"y":428.2765,"width":"27.81","height":"4.13","fontName":["KITOYT+Calibri-Bold"],"dir":["ltr"]}
{"page":66,"change":"ContentChange","str":"A B","line":44,"x":199.9328,"y":360.1597,"width":"9.78","height":"7.03","fontName":["YZOXCB+TimesNewRomanPS-BoldMT"],"dir":["ltr"]}
{"page":157,"change":"ContentChange","str":"N aus Dünger = Gesamt N Organ ( mg ) × ( 15 N Überschuss Gewebe natürlicher 15 N Überschuss )","line":14,"x":70.923,"y":209.637,"width":"292.99","height":"9.00","fontName":["WASIKV+CambriaMath","CJUSQJ+CambriaMath"],"dir":["ltr"]}
{"page":157,"change":"ContentChange","str":"( 15 N Überschuss Dünger natürlicher 15 N Überschuss )","line":15,"x":174.18,"y":205.14,"width":"160.64","height":"6.48","fontName":["WASIKV+CambriaMath","CJUSQJ+CambriaMath"],"dir":["ltr"]}
{"page":197,"change":"ContentChange","str":"- Emissionen (mmol/m 2","line":5,"x":296.46,"y":359.94,"width":"73.03","height":"7.02","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":199,"change":"ContentChange","str":"O - Emissionen (nmol/m2/s), die in Verbindung mit den sechs 2","line":5,"x":273.3,"y":360.72,"width":"204.58","height":"7.02","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
{"page":218,"change":"ContentChange","str":"Verbrennung Mülldeponie von Zement","line":30,"x":126.9985,"y":463.5649,"width":"95.31","height":"6.37","fontName":["OORMCL+Calibri"],"dir":["ltr"]}
{"page":218,"change":"ContentChange","str":"Energie Energie","line":31,"x":114.6294,"y":293.2214,"width":"39.55","height":"6.37","fontName":["KITOYT+Calibri-Bold"],"dir":["ltr"]}
{"page":218,"change":"ContentChange","str":"Energie Energie aus Deponiegas Rohstoffe für die Produktion von Beton Nutzen für Landwirtschaft und Umwelt","line":32,"x":127.0588,"y":529.1141,"width":"289.94","height":"6.37","fontName":["KITOYT+Calibri-Bold"],"dir":["ltr"]}
{"page":218,"change":"ContentChange","str":"Verbrennung Mülldeponie von Zement","line":29,"x":126.9985,"y":463.5649,"width":"95.31","height":"6.37","fontName":["OORMCL+Calibri"],"dir":["ltr"]}
{"page":218,"change":"ContentChange","str":"Energie Energie","line":30,"x":114.6294,"y":293.2214,"width":"39.55","height":"6.37","fontName":["KITOYT+Calibri-Bold"],"dir":["ltr"]}
{"page":218,"change":"ContentChange","str":"Energie Energie aus Deponiegas Rohstoffe für die Produktion von Beton Nutzen für Landwirtschaft und Umwelt","line":31,"x":127.0588,"y":529.1141,"width":"289.94","height":"6.37","fontName":["KITOYT+Calibri-Bold"],"dir":["ltr"]}