Interpreting Your OCR and ETL Output
Introduction
The ETL (Extract, Transform, Load) output is an organized summary of your raw data. It provides a high-level overview of the document contents, with links to detailed OCR (Optical Character Recognition) outputs for further insights. You can retrieve the ETL output directly from your JSON results.
These detailed OCR outputs meticulously document each character in your document, noting their exact locations on the page.
ETL Output
Notable Contents
In your ETL output, you may encounter the following key elements:
- doc_start_offset / doc_end_offset: Indicate the index of the first and last character in the document.
- image: A link to an Indico storage URL that contains a PNG image of the page.
- page_info: Contains OCR data for each page of the document. Detailed contents can be found in the OCR Output section of this document.
- thumbnail: Links to a JPG thumbnail of the page.
- ocr_statistics: Provides OCR confidence statistics, which may help in determining whether documents or fields are processed automatically.
ETL Output Structure in Version 3
Version 3 introduces a new structure for ETL output. OCR data is now segmented into subfiles, allowing for more efficient data retrieval. This structure provides direct access to specific details, such as full text or character-level information, based on your needs. For more information, refer to the OCR Output section.
ETL Output Examples
Below are examples of ETL output for different versions, illustrating how document data is organized.
- Version 1: Shows basic page information, including document offsets and image links.
- Version 3: Similar structure to Version 1, but with minor differences in page information.
{
"num_pages": 2,
"pages": [
{
"doc_end_offset": 1812,
"doc_start_offset": 0,
"image": "indico-file:///storage/submission/13##/9/original_00001_page_1.png",
"page_info": "indico-file:///storage/submission/13##/9/page_info_1.json",
"page_num": 0,
"thumbnail": "indico-file:///storage/submission/13##/9/original_00001_thumbnail_1.jpg"
},
{
"doc_end_offset": 3256,
"doc_start_offset": 1813,
"image": "indico-file:///storage/submission/13##/9/original_00002_page_2.png",
"page_info": "indico-file:///storage/submission/13##/9/page_info_1.json",
"page_num": 1,
"thumbnail": "indico-file:///storage/submission/13##/9/original_00002_thumbnail_2.jpg"
}
]
}
{
"num_pages": 2,
"full_text": "indico-file:///storage/submission/1395/9/18/full_text.txt",
"pages": [
{
"page_num": 0,
"doc_end_offset": 1812,
"doc_start_offset": 0,
"dpi": {
"dpix": 300,
"dpiy": 300
},
"size": {
"height": 3300,
"width": 2550
},
"ocr_statistics": {
"mean_confidence": 99.94318181818181,
"median_confidence": 100.0,
"mode_confidence": 100
},
"text": "indico-file:///storage/submission/1395/9/18/page_0_text.txt",
"characters": "indico-file:///storage/submission/1395/9/18/page_0_characters.json",
"tokens": "indico-file:///storage/submission/1395/9/18/page_0_tokens.json",
"blocks": "indico-file:///storage/submission/1395/9/18/page_0_blocks.json",
"image": "indico-file:///storage/submission/1395/9/original_00001_page_1.png",
"thumbnail": "indico-file:///storage/submission/1395/9/original_00001_thumbnail_1.jpg"
},
...
]
}
OCR Output
Notable Contents
- dpi describes dots per linear inch
- size describes the height and width in pixels
- block_type describes whether the block contains images or text
OCR Output Examples
The examples provided here are greatly simplified versions of this type of document. The page_info section includes data on the position of each character on a page, resulting in the creation of very large documents.
- Version 1: The output is a single file with information about each page’s text, block positions, and OCR statistics.
- Version 3: The newest version introduces multiple links for text, tokens, and blocks, as well as confidence scores.
OCR Output Version 3
In versions 1, the OCR data was bundled into a single
page_info
file containing all details for each page. With Version 3, the OCR output has been reorganized into separate subfiles, making it easier to retrieve only the necessary details. For example:
- Use the text link for simple text extraction.
- Access the characters link for precise character positions.
- The
full_text
link provides the complete document text in one file.This segmentation makes data retrieval more efficient, allowing you to avoid downloading unnecessary information.
Standard Output
Below are examples of the OCR output divided into smaller sections, demonstrating how the document data is structured.
- Info: This consolidated file contains all data from tokens, blocks, and characters. It is similar to what your complete ETL output will look like upon retrieval.
- For convenience and to provide flexibility in viewing specific data types, tokens, blocks, and characters have been separated into their own files. This separation allows you to access only the relevant information, especially since the full ETL output can be quite large.
{
"pages": [
{
"doc_offset": {
"start": 0,
"end": 1024
},
"text": "InsureTech Connect
Las Vegas, NV
October 2-3, 2018
Bill To:
Indico Data Solutions, Inc.
186 South Street, Suite
400 Boston, MA 02111
INVOICE
DATE INV #
07/09/18 122
Terms: Due August 17, 2018
DESCRIPTION QUANTITY AMOUNT
Balance Due For: InsureTech Connect 2018 Sponsor/Exhibit Package Balance Due must be received by due date to be included in Official Event Guide 1 $ 7,591.00
Please make checks payable to:
InsureTech LLC
Return by August 17, 2018 to:
InsureTech Connect
PO Box 797293
Dallas, TX 75379-7293
THANK YOU
TOTAL PACKAGE: $ 10,845.00
DEPOSIT PAID: $ 3,254.00
BALANCE DUE 8/17/18: $ 7,591.00
ACH & Wire Transfer
Information:
Chase Bank
230 Park Avenue South
New York, NY 10003
Acct #: 763908725
Routing #: 987656789
Swift #: 0987US33
We do NOT accept
credit cards for payment.
INSURETECH CONNECT \u2219 PO Box 9 3 \u2219 Dallas \u2219 TX \u2219 7 5 3 7 9 \u2013 7 2 9 3",
"dpi": {
"dpix": 300,
"dpiy": 300
},
"page_num": 0,
"size": {
"height": 3300,
"width": 2550
},
"ocr_statistics": {
"mean_confidence": 99.94318181818181,
"median_confidence": 100.0,
"mode_confidence": 100
}
}
],
"blocks": [
{
"block_type": "text",
"doc_offset": {
"end": 7,
"start": 0
},
"page_num": 0,
"page_offset": {
"end": 7,
"start": 0
},
"position": {
"bottom": 157,
"left": 168,
"right": 320,
"top": 128
},
"text": "INVOICE"
},
...
],
"chars": [
{
"doc_index": 0,
"confidence": 100,
"text": "I",
"position": {
"top": 406,
"bottom": 440,
"left": 272,
"right": 280,
"bbBot": 442,
"bbTop": 405,
"bbLeft": 272,
"bbRight": 285
},
"page_num": 0,
"block_index": 0,
"page_index": 0
},
...
],
"tokens": [
{
"block_offset": {
"end": 7,
"start": 0
},
"doc_offset": {
"end": 7,
"start": 0
},
"page_num": 0,
"page_offset": {
"end": 7,
"start": 0
},
"position": {
"bbBot": 157,
"bbLeft": 168,
"bbRight": 320,
"bbTop": 128,
"bottom": 157,
"left": 168,
"right": 320,
"top": 128
},
"style": {
"background_color": "ffffff",
"bold": true,
"font_face": "DejaVu Sans",
"font_size": 187,
"italic": false,
"text_color": "000000",
"underlined": false
},
"text": "INVOICE"
},
...
]
}
{
"pages": [
{
"doc_offset": {
"start": 0,
"end": 1024
},
"text": "InsureTech Connect
Las Vegas, NV
October 2-3, 2018
Bill To:
Indico Data Solutions, Inc.
186 South Street, Suite
400 Boston, MA 02111
INVOICE
DATE INV #
07/09/18 122
Terms: Due August 17, 2018
DESCRIPTION QUANTITY AMOUNT
Balance Due For: InsureTech Connect 2018 Sponsor/Exhibit Package Balance Due must be received by due date to be included in Official Event Guide 1 $ 7,591.00
Please make checks payable to:
InsureTech LLC
Return by August 17, 2018 to:
InsureTech Connect
PO Box 797293
Dallas, TX 75379-7293
THANK YOU
TOTAL PACKAGE: $ 10,845.00
DEPOSIT PAID: $ 3,254.00
BALANCE DUE 8/17/18: $ 7,591.00
ACH & Wire Transfer
Information:
Chase Bank
230 Park Avenue South
New York, NY 10003
Acct #: 763908725
Routing #: 987656789
Swift #: 0987US33
We do NOT accept
credit cards for payment.
INSURETECH CONNECT \u2219 PO Box 9 3 \u2219 Dallas \u2219 TX \u2219 7 5 3 7 9 \u2013 7 2 9 3",
"dpi": {
"dpix": 300,
"dpiy": 300
},
"page_num": 0,
"size": {
"height": 3300,
"width": 2550
},
"ocr_statistics": {
"mean_confidence": 99.94318181818181,
"median_confidence": 100.0,
"mode_confidence": 100
}
}
],
"blocks": [
{
"block_type": "text",
"doc_offset": {
"end": 7,
"start": 0
},
"page_num": 0,
"page_offset": {
"end": 7,
"start": 0
},
"position": {
"bottom": 157,
"left": 168,
"right": 320,
"top": 128
},
"text": "INVOICE"
},
...
],
"chars": [
{
"doc_index": 0,
"confidence": 100,
"text": "I",
"position": {
"top": 406,
"bottom": 440,
"left": 272,
"right": 280,
"bbBot": 442,
"bbTop": 405,
"bbLeft": 272,
"bbRight": 285
},
"page_num": 0,
"block_index": 0,
"page_index": 0
},
...
],
"tokens": [
{
"block_offset": {
"end": 7,
"start": 0
},
"doc_offset": {
"end": 7,
"start": 0
},
"page_num": 0,
"page_offset": {
"end": 7,
"start": 0
},
"position": {
"bbBot": 157,
"bbLeft": 168,
"bbRight": 320,
"bbTop": 128,
"bottom": 157,
"left": 168,
"right": 320,
"top": 128
},
"style": {
"background_color": "ffffff",
"bold": true,
"font_face": "DejaVu Sans",
"font_size": 187,
"italic": false,
"text_color": "000000",
"underlined": false
},
"text": "INVOICE"
},
...
]
}
OCR Output for Tables
In addition to standard text and image data, the OCR output in Version 3 can include table structures with additional headers:
- cells: Provides the position of each table cell.
- columns: Describes the column information for the table.
{
"pages": [
{
"image": {
"url": "indico-blob:///storage/submission/19939/28849/30864/original_page_0.png"
},
"thumbnail": {
"url": "indico-blob:///storage/submission/19939/28849/30864/original_thumbnail_0.png"
},
"size": {
"width": 2545,
"height": 3295
},
"dpi": {
"dpix": 300,
"dpiy": 300
},
"doc_offset": {
"start": 0,
"end": 1263
},
"page_num": 0,
"text": "To: Mark Wright <[email protected]>\nFrom: Emily Johnson <[email protected]>\nSubject: New Client Property - Fireworks Manufacturing Company (BlastTech\nFireworks Manufacturing)\nDate: Mon, 23 Sep 2024 14:16:45 -0700\nHi Mark,\nI\nhave a new property insurance application for our client, BlastTech Fireworks\nManufacturing, located at Highway 2, Km 45, Industrial Park, Reynosa, Tamaulipas,\nMexico.\nInsurance Requirements:\nWe are seeking coverage for the following:Building Coverage: $10,000,000Contents\nCoverage: $3,000,000 (including specialized machinery and inventory)Business Income\nCoverage: $5,000,000 (for 6 months of lost income)\nDue to the nature of the business, it is important to highlight the high-risk exposure\nassociated with fireworks manufacturing. As such, we have implemented comprehensive\nfire protection and security measures.\nI\nhave attached the completed ACORD 140, ACORD 126 and the Loss Run form for the last 4\nyears.?A0Please let me know if you need any further information or documentation to\nprocess this application.\nThank you and I look forward to your prompt response.\nBest\nregards,\nEmily Johnson\nTexSecure Insurance Group\n1234 Main Street, Suite 500\nHouston, TX 77002\nPhone:\n+1 713 987 6543\nEmail:\[email protected]"
}
],
"blocks": [
{
"page_offset": {
"start": 0,
"end": 47
},
"doc_offset": {
"start": 0,
"end": 47
},
"page_num": 0,
"text": "To: Mark Wright <[email protected]>",
"position": {
"top": 128,
"bottom": 177,
"left": 242,
"right": 1551
},
"block_type": "text"
},
{
"page_offset": {
"start": 48,
"end": 92
},
"doc_offset": {
"start": 48,
"end": 92
},
"page_num": 0,
"text": "From: Emily Johnson <[email protected]>",
"position": {
"top": 257,
"bottom": 306,
"left": 247,
"right": 1494
},
"block_type": "text"
},
{
"page_offset": {
"start": 93,
"end": 191
},
"doc_offset": {
"start": 93,
"end": 191
},
"page_num": 0,
"text": "Subject: New Client Property - Fireworks Manufacturing Company (BlastTech\nFireworks Manufacturing)",
"position": {
"top": 386,
"bottom": 493,
"left": 245,
"right": 2158
},
"block_type": "text"
},
{
"page_offset": {
"start": 192,
"end": 229
},
"doc_offset": {
"start": 192,
"end": 229
},
"page_num": 0,
"text": "Date: Mon, 23 Sep 2024 14:16:45 -0700",
"position": {
"top": 574,
"bottom": 622,
"left": 247,
"right": 1246
},
"block_type": "text"
},
{
"page_offset": {
"start": 230,
"end": 240
},
"doc_offset": {
"start": 230,
"end": 240
},
"page_num": 0,
"text": "Hi Mark,\nI",
"position": {
"top": 810,
"bottom": 887,
"left": 239,
"right": 425
},
"block_type": "text"
},
{
"page_offset": {
"start": 241,
"end": 858
},
"doc_offset": {
"start": 241,
"end": 858
},
"page_num": 0,
"text": "have a new property insurance application for our client, BlastTech Fireworks\nManufacturing, located at Highway 2, Km 45, Industrial Park, Reynosa, Tamaulipas,\nMexico.\nInsurance Requirements:\nWe are seeking coverage for the following:Building Coverage: $10,000,000Contents\nCoverage: $3,000,000 (including specialized machinery and inventory)Business Income\nCoverage: $5,000,000 (for 6 months of lost income)\nDue to the nature of the business, it is important to highlight the high-risk exposure\nassociated with fireworks manufacturing. As such, we have implemented comprehensive\nfire protection and security measures.",
"position": {
"top": 857,
"bottom": 1322,
"left": 236,
"right": 2383
},
"block_type": "text"
},
{
"page_offset": {
"start": 859,
"end": 860
},
"doc_offset": {
"start": 859,
"end": 860
},
"page_num": 0,
"text": "I",
"position": {
"top": 1333,
"bottom": 1360,
"left": 240,
"right": 257
},
"block_type": "text"
},
{
"page_offset": {
"start": 861,
"end": 1263
},
"doc_offset": {
"start": 861,
"end": 1263
},
"page_num": 0,
"text": "have attached the completed ACORD 140, ACORD 126 and the Loss Run form for the last 4\nyears.?A0Please let me know if you need any further information or documentation to\nprocess this application.\nThank you and I look forward to your prompt response.\nBest\nregards,\nEmily Johnson\nTexSecure Insurance Group\n1234 Main Street, Suite 500\nHouston, TX 77002\nPhone:\n+1 713 987 6543\nEmail:\[email protected]",
"position": {
"top": 1330,
"bottom": 1834,
"left": 237,
"right": 2409
},
"block_type": "text"
}
],
"tokens": [
{
"page_offset": {
"start": 0,
"end": 3
},
"doc_offset": {
"start": 0,
"end": 3
},
"block_offset": {
"start": 0,
"end": 3
},
"page_num": 0,
"text": "To:",
"position": {
"top": 130,
"bottom": 167,
"left": 242,
"right": 314,
"bbTop": 130,
"bbBot": 167,
"bbLeft": 242,
"bbRight": 314
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 4,
"end": 8
},
"doc_offset": {
"start": 4,
"end": 8
},
"block_offset": {
"start": 4,
"end": 8
},
"page_num": 0,
"text": "Mark",
"position": {
"top": 128,
"bottom": 167,
"left": 341,
"right": 459,
"bbTop": 128,
"bbBot": 167,
"bbLeft": 341,
"bbRight": 459
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 9,
"end": 15
},
"doc_offset": {
"start": 9,
"end": 15
},
"block_offset": {
"start": 9,
"end": 15
},
"page_num": 0,
"text": "Wright",
"position": {
"top": 128,
"bottom": 177,
"left": 477,
"right": 641,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 477,
"bbRight": 641
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 16,
"end": 47
},
"doc_offset": {
"start": 16,
"end": 47
},
"block_offset": {
"start": 16,
"end": 47
},
"page_num": 0,
"text": "<[email protected]>",
"position": {
"top": 128,
"bottom": 177,
"left": 663,
"right": 1551,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 663,
"bbRight": 1551
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 48,
"end": 53
},
"doc_offset": {
"start": 48,
"end": 53
},
"block_offset": {
"start": 0,
"end": 5
},
"page_num": 0,
"text": "From:",
"position": {
"top": 259,
"bottom": 296,
"left": 247,
"right": 381,
"bbTop": 259,
"bbBot": 296,
"bbLeft": 247,
"bbRight": 381
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 54,
"end": 59
},
"doc_offset": {
"start": 54,
"end": 59
},
"block_offset": {
"start": 6,
"end": 11
},
"page_num": 0,
"text": "Emily",
"position": {
"top": 257,
"bottom": 306,
"left": 408,
"right": 539,
"bbTop": 257,
"bbBot": 306,
"bbLeft": 408,
"bbRight": 539
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 60,
"end": 67
},
"doc_offset": {
"start": 60,
"end": 67
},
"block_offset": {
"start": 12,
"end": 19
},
"page_num": 0,
"text": "Johnson",
"position": {
"top": 257,
"bottom": 305,
"left": 554,
"right": 749,
"bbTop": 257,
"bbBot": 305,
"bbLeft": 554,
"bbRight": 749
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 68,
"end": 92
},
"doc_offset": {
"start": 68,
"end": 92
},
"block_offset": {
"start": 20,
"end": 44
},
"page_num": 0,
"text": "<[email protected]>",
"position": {
"top": 257,
"bottom": 306,
"left": 775,
"right": 1494,
"bbTop": 257,
"bbBot": 306,
"bbLeft": 775,
"bbRight": 1494
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 93,
"end": 101
},
"doc_offset": {
"start": 93,
"end": 101
},
"block_offset": {
"start": 0,
"end": 8
},
"page_num": 0,
"text": "Subject:",
"position": {
"top": 386,
"bottom": 434,
"left": 245,
"right": 440,
"bbTop": 386,
"bbBot": 434,
"bbLeft": 245,
"bbRight": 440
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 102,
"end": 105
},
"doc_offset": {
"start": 102,
"end": 105
},
"block_offset": {
"start": 9,
"end": 12
},
"page_num": 0,
"text": "New",
"position": {
"top": 388,
"bottom": 425,
"left": 467,
"right": 569,
"bbTop": 388,
"bbBot": 425,
"bbLeft": 467,
"bbRight": 569
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 106,
"end": 112
},
"doc_offset": {
"start": 106,
"end": 112
},
"block_offset": {
"start": 13,
"end": 19
},
"page_num": 0,
"text": "Client",
"position": {
"top": 386,
"bottom": 425,
"left": 589,
"right": 730,
"bbTop": 386,
"bbBot": 425,
"bbLeft": 589,
"bbRight": 730
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 113,
"end": 121
},
"doc_offset": {
"start": 113,
"end": 121
},
"block_offset": {
"start": 20,
"end": 28
},
"page_num": 0,
"text": "Property",
"position": {
"top": 388,
"bottom": 434,
"left": 752,
"right": 958,
"bbTop": 388,
"bbBot": 434,
"bbLeft": 752,
"bbRight": 958
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 122,
"end": 123
},
"doc_offset": {
"start": 122,
"end": 123
},
"block_offset": {
"start": 29,
"end": 30
},
"page_num": 0,
"text": "-",
"position": {
"top": 408,
"bottom": 412,
"left": 979,
"right": 992,
"bbTop": 408,
"bbBot": 412,
"bbLeft": 979,
"bbRight": 992
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 124,
"end": 133
},
"doc_offset": {
"start": 124,
"end": 133
},
"block_offset": {
"start": 31,
"end": 40
},
"page_num": 0,
"text": "Fireworks",
"position": {
"top": 386,
"bottom": 425,
"left": 1015,
"right": 1248,
"bbTop": 386,
"bbBot": 425,
"bbLeft": 1015,
"bbRight": 1248
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 134,
"end": 147
},
"doc_offset": {
"start": 134,
"end": 147
},
"block_offset": {
"start": 41,
"end": 54
},
"page_num": 0,
"text": "Manufacturing",
"position": {
"top": 386,
"bottom": 434,
"left": 1272,
"right": 1624,
"bbTop": 386,
"bbBot": 434,
"bbLeft": 1272,
"bbRight": 1624
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 148,
"end": 155
},
"doc_offset": {
"start": 148,
"end": 155
},
"block_offset": {
"start": 55,
"end": 62
},
"page_num": 0,
"text": "Company",
"position": {
"top": 387,
"bottom": 434,
"left": 1648,
"right": 1881,
"bbTop": 387,
"bbBot": 434,
"bbLeft": 1648,
"bbRight": 1881
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 156,
"end": 166
},
"doc_offset": {
"start": 156,
"end": 166
},
"block_offset": {
"start": 63,
"end": 73
},
"page_num": 0,
"text": "(BlastTech",
"position": {
"top": 386,
"bottom": 431,
"left": 1903,
"right": 2158,
"bbTop": 386,
"bbBot": 431,
"bbLeft": 1903,
"bbRight": 2158
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 167,
"end": 176
},
"doc_offset": {
"start": 167,
"end": 176
},
"block_offset": {
"start": 74,
"end": 83
},
"page_num": 0,
"text": "Fireworks",
"position": {
"top": 444,
"bottom": 483,
"left": 247,
"right": 480,
"bbTop": 444,
"bbBot": 483,
"bbLeft": 247,
"bbRight": 480
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 177,
"end": 191
},
"doc_offset": {
"start": 177,
"end": 191
},
"block_offset": {
"start": 84,
"end": 98
},
"page_num": 0,
"text": "Manufacturing)",
"position": {
"top": 444,
"bottom": 493,
"left": 504,
"right": 876,
"bbTop": 444,
"bbBot": 493,
"bbLeft": 504,
"bbRight": 876
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 192,
"end": 197
},
"doc_offset": {
"start": 192,
"end": 197
},
"block_offset": {
"start": 0,
"end": 5
},
"page_num": 0,
"text": "Date:",
"position": {
"top": 575,
"bottom": 612,
"left": 247,
"right": 373,
"bbTop": 575,
"bbBot": 612,
"bbLeft": 247,
"bbRight": 373
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 198,
"end": 202
},
"doc_offset": {
"start": 198,
"end": 202
},
"block_offset": {
"start": 6,
"end": 10
},
"page_num": 0,
"text": "Mon,",
"position": {
"top": 575,
"bottom": 617,
"left": 399,
"right": 511,
"bbTop": 575,
"bbBot": 617,
"bbLeft": 399,
"bbRight": 511
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 203,
"end": 205
},
"doc_offset": {
"start": 203,
"end": 205
},
"block_offset": {
"start": 11,
"end": 13
},
"page_num": 0,
"text": "23",
"position": {
"top": 574,
"bottom": 612,
"left": 535,
"right": 591,
"bbTop": 574,
"bbBot": 612,
"bbLeft": 535,
"bbRight": 591
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 206,
"end": 209
},
"doc_offset": {
"start": 206,
"end": 209
},
"block_offset": {
"start": 14,
"end": 17
},
"page_num": 0,
"text": "Sep",
"position": {
"top": 574,
"bottom": 622,
"left": 614,
"right": 702,
"bbTop": 574,
"bbBot": 622,
"bbLeft": 614,
"bbRight": 702
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 210,
"end": 214
},
"doc_offset": {
"start": 210,
"end": 214
},
"block_offset": {
"start": 18,
"end": 22
},
"page_num": 0,
"text": "2024",
"position": {
"top": 574,
"bottom": 612,
"left": 725,
"right": 845,
"bbTop": 574,
"bbBot": 612,
"bbLeft": 725,
"bbRight": 845
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 215,
"end": 223
},
"doc_offset": {
"start": 215,
"end": 223
},
"block_offset": {
"start": 23,
"end": 31
},
"page_num": 0,
"text": "14:16:45",
"position": {
"top": 574,
"bottom": 612,
"left": 870,
"right": 1084,
"bbTop": 574,
"bbBot": 612,
"bbLeft": 870,
"bbRight": 1084
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 224,
"end": 229
},
"doc_offset": {
"start": 224,
"end": 229
},
"block_offset": {
"start": 32,
"end": 37
},
"page_num": 0,
"text": "-0700",
"position": {
"top": 574,
"bottom": 612,
"left": 1107,
"right": 1246,
"bbTop": 574,
"bbBot": 612,
"bbLeft": 1107,
"bbRight": 1246
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 230,
"end": 232
},
"doc_offset": {
"start": 230,
"end": 232
},
"block_offset": {
"start": 0,
"end": 2
},
"page_num": 0,
"text": "Hi",
"position": {
"top": 810,
"bottom": 840,
"left": 239,
"right": 284,
"bbTop": 810,
"bbBot": 840,
"bbLeft": 239,
"bbRight": 284
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 233,
"end": 238
},
"doc_offset": {
"start": 233,
"end": 238
},
"block_offset": {
"start": 3,
"end": 8
},
"page_num": 0,
"text": "Mark,",
"position": {
"top": 810,
"bottom": 848,
"left": 314,
"right": 425,
"bbTop": 810,
"bbBot": 848,
"bbLeft": 314,
"bbRight": 425
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 239,
"end": 240
},
"doc_offset": {
"start": 239,
"end": 240
},
"block_offset": {
"start": 9,
"end": 10
},
"page_num": 0,
"text": "I",
"position": {
"top": 860,
"bottom": 887,
"left": 240,
"right": 257,
"bbTop": 860,
"bbBot": 887,
"bbLeft": 240,
"bbRight": 257
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 241,
"end": 245
},
"doc_offset": {
"start": 241,
"end": 245
},
"block_offset": {
"start": 0,
"end": 4
},
"page_num": 0,
"text": "have",
"position": {
"top": 857,
"bottom": 888,
"left": 290,
"right": 383,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 290,
"bbRight": 383
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 246,
"end": 247
},
"doc_offset": {
"start": 246,
"end": 247
},
"block_offset": {
"start": 5,
"end": 6
},
"page_num": 0,
"text": "a",
"position": {
"top": 865,
"bottom": 888,
"left": 414,
"right": 435,
"bbTop": 865,
"bbBot": 888,
"bbLeft": 414,
"bbRight": 435
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 248,
"end": 251
},
"doc_offset": {
"start": 248,
"end": 251
},
"block_offset": {
"start": 7,
"end": 10
},
"page_num": 0,
"text": "new",
"position": {
"top": 865,
"bottom": 888,
"left": 465,
"right": 536,
"bbTop": 865,
"bbBot": 888,
"bbLeft": 465,
"bbRight": 536
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 252,
"end": 260
},
"doc_offset": {
"start": 252,
"end": 260
},
"block_offset": {
"start": 11,
"end": 19
},
"page_num": 0,
"text": "property",
"position": {
"top": 860,
"bottom": 896,
"left": 565,
"right": 760,
"bbTop": 860,
"bbBot": 896,
"bbLeft": 565,
"bbRight": 760
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 261,
"end": 270
},
"doc_offset": {
"start": 261,
"end": 270
},
"block_offset": {
"start": 20,
"end": 29
},
"page_num": 0,
"text": "insurance",
"position": {
"top": 857,
"bottom": 888,
"left": 789,
"right": 1008,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 789,
"bbRight": 1008
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 271,
"end": 282
},
"doc_offset": {
"start": 271,
"end": 282
},
"block_offset": {
"start": 30,
"end": 41
},
"page_num": 0,
"text": "application",
"position": {
"top": 857,
"bottom": 896,
"left": 1039,
"right": 1308,
"bbTop": 857,
"bbBot": 896,
"bbLeft": 1039,
"bbRight": 1308
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 283,
"end": 286
},
"doc_offset": {
"start": 283,
"end": 286
},
"block_offset": {
"start": 42,
"end": 45
},
"page_num": 0,
"text": "for",
"position": {
"top": 857,
"bottom": 888,
"left": 1339,
"right": 1407,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 1339,
"bbRight": 1407
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 287,
"end": 290
},
"doc_offset": {
"start": 287,
"end": 290
},
"block_offset": {
"start": 46,
"end": 49
},
"page_num": 0,
"text": "our",
"position": {
"top": 865,
"bottom": 888,
"left": 1439,
"right": 1507,
"bbTop": 865,
"bbBot": 888,
"bbLeft": 1439,
"bbRight": 1507
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 291,
"end": 298
},
"doc_offset": {
"start": 291,
"end": 298
},
"block_offset": {
"start": 50,
"end": 57
},
"page_num": 0,
"text": "client,",
"position": {
"top": 857,
"bottom": 895,
"left": 1539,
"right": 1700,
"bbTop": 857,
"bbBot": 895,
"bbLeft": 1539,
"bbRight": 1700
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 299,
"end": 308
},
"doc_offset": {
"start": 299,
"end": 308
},
"block_offset": {
"start": 58,
"end": 67
},
"page_num": 0,
"text": "BlastTech",
"position": {
"top": 857,
"bottom": 888,
"left": 1739,
"right": 1959,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 1739,
"bbRight": 1959
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 309,
"end": 318
},
"doc_offset": {
"start": 309,
"end": 318
},
"block_offset": {
"start": 68,
"end": 77
},
"page_num": 0,
"text": "Fireworks",
"position": {
"top": 857,
"bottom": 888,
"left": 1990,
"right": 2209,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 1990,
"bbRight": 2209
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 319,
"end": 333
},
"doc_offset": {
"start": 319,
"end": 333
},
"block_offset": {
"start": 78,
"end": 92
},
"page_num": 0,
"text": "Manufacturing,",
"position": {
"top": 904,
"bottom": 944,
"left": 238,
"right": 575,
"bbTop": 904,
"bbBot": 944,
"bbLeft": 238,
"bbRight": 575
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 334,
"end": 341
},
"doc_offset": {
"start": 334,
"end": 341
},
"block_offset": {
"start": 93,
"end": 100
},
"page_num": 0,
"text": "located",
"position": {
"top": 905,
"bottom": 935,
"left": 614,
"right": 783,
"bbTop": 905,
"bbBot": 935,
"bbLeft": 614,
"bbRight": 783
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 342,
"end": 344
},
"doc_offset": {
"start": 342,
"end": 344
},
"block_offset": {
"start": 101,
"end": 103
},
"page_num": 0,
"text": "at",
"position": {
"top": 907,
"bottom": 935,
"left": 814,
"right": 857,
"bbTop": 907,
"bbBot": 935,
"bbLeft": 814,
"bbRight": 857
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 345,
"end": 352
},
"doc_offset": {
"start": 345,
"end": 352
},
"block_offset": {
"start": 104,
"end": 111
},
"page_num": 0,
"text": "Highway",
"position": {
"top": 905,
"bottom": 944,
"left": 887,
"right": 1062,
"bbTop": 905,
"bbBot": 944,
"bbLeft": 887,
"bbRight": 1062
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 353,
"end": 355
},
"doc_offset": {
"start": 353,
"end": 355
},
"block_offset": {
"start": 112,
"end": 114
},
"page_num": 0,
"text": "2,",
"position": {
"top": 907,
"bottom": 942,
"left": 1087,
"right": 1124,
"bbTop": 907,
"bbBot": 942,
"bbLeft": 1087,
"bbRight": 1124
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 356,
"end": 358
},
"doc_offset": {
"start": 356,
"end": 358
},
"block_offset": {
"start": 115,
"end": 117
},
"page_num": 0,
"text": "Km",
"position": {
"top": 907,
"bottom": 935,
"left": 1162,
"right": 1210,
"bbTop": 907,
"bbBot": 935,
"bbLeft": 1162,
"bbRight": 1210
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 359,
"end": 362
},
"doc_offset": {
"start": 359,
"end": 362
},
"block_offset": {
"start": 118,
"end": 121
},
"page_num": 0,
"text": "45,",
"position": {
"top": 907,
"bottom": 942,
"left": 1237,
"right": 1299,
"bbTop": 907,
"bbBot": 942,
"bbLeft": 1237,
"bbRight": 1299
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 363,
"end": 373
},
"doc_offset": {
"start": 363,
"end": 373
},
"block_offset": {
"start": 122,
"end": 132
},
"page_num": 0,
"text": "Industrial",
"position": {
"top": 905,
"bottom": 935,
"left": 1338,
"right": 1582,
"bbTop": 905,
"bbBot": 935,
"bbLeft": 1338,
"bbRight": 1582
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 374,
"end": 379
},
"doc_offset": {
"start": 374,
"end": 379
},
"block_offset": {
"start": 133,
"end": 138
},
"page_num": 0,
"text": "Park,",
"position": {
"top": 905,
"bottom": 942,
"left": 1612,
"right": 1724,
"bbTop": 905,
"bbBot": 942,
"bbLeft": 1612,
"bbRight": 1724
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 380,
"end": 388
},
"doc_offset": {
"start": 380,
"end": 388
},
"block_offset": {
"start": 139,
"end": 147
},
"page_num": 0,
"text": "Reynosa,",
"position": {
"top": 907,
"bottom": 944,
"left": 1762,
"right": 1949,
"bbTop": 907,
"bbBot": 944,
"bbLeft": 1762,
"bbRight": 1949
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 389,
"end": 400
},
"doc_offset": {
"start": 389,
"end": 400
},
"block_offset": {
"start": 148,
"end": 159
},
"page_num": 0,
"text": "Tamaulipas,",
"position": {
"top": 905,
"bottom": 944,
"left": 1990,
"right": 2249,
"bbTop": 905,
"bbBot": 944,
"bbLeft": 1990,
"bbRight": 2249
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 401,
"end": 408
},
"doc_offset": {
"start": 401,
"end": 408
},
"block_offset": {
"start": 160,
"end": 167
},
"page_num": 0,
"text": "Mexico.",
"position": {
"top": 952,
"bottom": 982,
"left": 237,
"right": 401,
"bbTop": 952,
"bbBot": 982,
"bbLeft": 237,
"bbRight": 401
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 409,
"end": 418
},
"doc_offset": {
"start": 409,
"end": 418
},
"block_offset": {
"start": 168,
"end": 177
},
"page_num": 0,
"text": "Insurance",
"position": {
"top": 1002,
"bottom": 1030,
"left": 239,
"right": 459,
"bbTop": 1002,
"bbBot": 1030,
"bbLeft": 239,
"bbRight": 459
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 419,
"end": 432
},
"doc_offset": {
"start": 419,
"end": 432
},
"block_offset": {
"start": 178,
"end": 191
},
"page_num": 0,
"text": "Requirements:",
"position": {
"top": 999,
"bottom": 1038,
"left": 489,
"right": 802,
"bbTop": 999,
"bbBot": 1038,
"bbLeft": 489,
"bbRight": 802
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 433,
"end": 435
},
"doc_offset": {
"start": 433,
"end": 435
},
"block_offset": {
"start": 192,
"end": 194
},
"page_num": 0,
"text": "We",
"position": {
"top": 1049,
"bottom": 1077,
"left": 236,
"right": 283,
"bbTop": 1049,
"bbBot": 1077,
"bbLeft": 236,
"bbRight": 283
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 436,
"end": 439
},
"doc_offset": {
"start": 436,
"end": 439
},
"block_offset": {
"start": 195,
"end": 198
},
"page_num": 0,
"text": "are",
"position": {
"top": 1054,
"bottom": 1077,
"left": 314,
"right": 383,
"bbTop": 1054,
"bbBot": 1077,
"bbLeft": 314,
"bbRight": 383
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 440,
"end": 447
},
"doc_offset": {
"start": 440,
"end": 447
},
"block_offset": {
"start": 199,
"end": 206
},
"page_num": 0,
"text": "seeking",
"position": {
"top": 1046,
"bottom": 1085,
"left": 415,
"right": 583,
"bbTop": 1046,
"bbBot": 1085,
"bbLeft": 415,
"bbRight": 583
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 448,
"end": 456
},
"doc_offset": {
"start": 448,
"end": 456
},
"block_offset": {
"start": 207,
"end": 215
},
"page_num": 0,
"text": "coverage",
"position": {
"top": 1054,
"bottom": 1085,
"left": 614,
"right": 808,
"bbTop": 1054,
"bbBot": 1085,
"bbLeft": 614,
"bbRight": 808
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 457,
"end": 460
},
"doc_offset": {
"start": 457,
"end": 460
},
"block_offset": {
"start": 216,
"end": 219
},
"page_num": 0,
"text": "for",
"position": {
"top": 1046,
"bottom": 1077,
"left": 839,
"right": 907,
"bbTop": 1046,
"bbBot": 1077,
"bbLeft": 839,
"bbRight": 907
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 461,
"end": 464
},
"doc_offset": {
"start": 461,
"end": 464
},
"block_offset": {
"start": 220,
"end": 223
},
"page_num": 0,
"text": "the",
"position": {
"top": 1046,
"bottom": 1077,
"left": 940,
"right": 1008,
"bbTop": 1046,
"bbBot": 1077,
"bbLeft": 940,
"bbRight": 1008
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 465,
"end": 483
},
"doc_offset": {
"start": 465,
"end": 483
},
"block_offset": {
"start": 224,
"end": 242
},
"page_num": 0,
"text": "following:Building",
"position": {
"top": 1046,
"bottom": 1085,
"left": 1039,
"right": 1484,
"bbTop": 1046,
"bbBot": 1085,
"bbLeft": 1039,
"bbRight": 1484
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 484,
"end": 493
},
"doc_offset": {
"start": 484,
"end": 493
},
"block_offset": {
"start": 243,
"end": 252
},
"page_num": 0,
"text": "Coverage:",
"position": {
"top": 1049,
"bottom": 1085,
"left": 1513,
"right": 1727,
"bbTop": 1049,
"bbBot": 1085,
"bbLeft": 1513,
"bbRight": 1727
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 494,
"end": 513
},
"doc_offset": {
"start": 494,
"end": 513
},
"block_offset": {
"start": 253,
"end": 272
},
"page_num": 0,
"text": "$10,000,000Contents",
"position": {
"top": 1047,
"bottom": 1084,
"left": 1763,
"right": 2234,
"bbTop": 1047,
"bbBot": 1084,
"bbLeft": 1763,
"bbRight": 2234
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 514,
"end": 523
},
"doc_offset": {
"start": 514,
"end": 523
},
"block_offset": {
"start": 273,
"end": 282
},
"page_num": 0,
"text": "Coverage:",
"position": {
"top": 1096,
"bottom": 1133,
"left": 238,
"right": 452,
"bbTop": 1096,
"bbBot": 1133,
"bbLeft": 238,
"bbRight": 452
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 524,
"end": 534
},
"doc_offset": {
"start": 524,
"end": 534
},
"block_offset": {
"start": 283,
"end": 293
},
"page_num": 0,
"text": "$3,000,000",
"position": {
"top": 1094,
"bottom": 1131,
"left": 488,
"right": 734,
"bbTop": 1094,
"bbBot": 1131,
"bbLeft": 488,
"bbRight": 734
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 535,
"end": 545
},
"doc_offset": {
"start": 535,
"end": 545
},
"block_offset": {
"start": 294,
"end": 304
},
"page_num": 0,
"text": "(including",
"position": {
"top": 1094,
"bottom": 1133,
"left": 768,
"right": 1008,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 768,
"bbRight": 1008
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 546,
"end": 557
},
"doc_offset": {
"start": 546,
"end": 557
},
"block_offset": {
"start": 305,
"end": 316
},
"page_num": 0,
"text": "specialized",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1040,
"right": 1308,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1040,
"bbRight": 1308
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 558,
"end": 567
},
"doc_offset": {
"start": 558,
"end": 567
},
"block_offset": {
"start": 317,
"end": 326
},
"page_num": 0,
"text": "machinery",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1338,
"right": 1560,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1338,
"bbRight": 1560
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 568,
"end": 571
},
"doc_offset": {
"start": 568,
"end": 571
},
"block_offset": {
"start": 327,
"end": 330
},
"page_num": 0,
"text": "and",
"position": {
"top": 1094,
"bottom": 1125,
"left": 1589,
"right": 1658,
"bbTop": 1094,
"bbBot": 1125,
"bbLeft": 1589,
"bbRight": 1658
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 572,
"end": 590
},
"doc_offset": {
"start": 572,
"end": 590
},
"block_offset": {
"start": 331,
"end": 349
},
"page_num": 0,
"text": "inventory)Business",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1689,
"right": 2134,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1689,
"bbRight": 2134
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 591,
"end": 597
},
"doc_offset": {
"start": 591,
"end": 597
},
"block_offset": {
"start": 350,
"end": 356
},
"page_num": 0,
"text": "Income",
"position": {
"top": 1097,
"bottom": 1124,
"left": 2164,
"right": 2309,
"bbTop": 1097,
"bbBot": 1124,
"bbLeft": 2164,
"bbRight": 2309
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 598,
"end": 607
},
"doc_offset": {
"start": 598,
"end": 607
},
"block_offset": {
"start": 357,
"end": 366
},
"page_num": 0,
"text": "Coverage:",
"position": {
"top": 1143,
"bottom": 1180,
"left": 238,
"right": 452,
"bbTop": 1143,
"bbBot": 1180,
"bbLeft": 238,
"bbRight": 452
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 608,
"end": 618
},
"doc_offset": {
"start": 608,
"end": 618
},
"block_offset": {
"start": 367,
"end": 377
},
"page_num": 0,
"text": "$5,000,000",
"position": {
"top": 1141,
"bottom": 1179,
"left": 488,
"right": 734,
"bbTop": 1141,
"bbBot": 1179,
"bbLeft": 488,
"bbRight": 734
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 619,
"end": 623
},
"doc_offset": {
"start": 619,
"end": 623
},
"block_offset": {
"start": 378,
"end": 382
},
"page_num": 0,
"text": "(for",
"position": {
"top": 1141,
"bottom": 1180,
"left": 768,
"right": 857,
"bbTop": 1141,
"bbBot": 1180,
"bbLeft": 768,
"bbRight": 857
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 624,
"end": 625
},
"doc_offset": {
"start": 624,
"end": 625
},
"block_offset": {
"start": 383,
"end": 384
},
"page_num": 0,
"text": "6",
"position": {
"top": 1143,
"bottom": 1172,
"left": 889,
"right": 908,
"bbTop": 1143,
"bbBot": 1172,
"bbLeft": 889,
"bbRight": 908
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 626,
"end": 632
},
"doc_offset": {
"start": 626,
"end": 632
},
"block_offset": {
"start": 385,
"end": 391
},
"page_num": 0,
"text": "months",
"position": {
"top": 1141,
"bottom": 1172,
"left": 938,
"right": 1083,
"bbTop": 1141,
"bbBot": 1172,
"bbLeft": 938,
"bbRight": 1083
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 633,
"end": 635
},
"doc_offset": {
"start": 633,
"end": 635
},
"block_offset": {
"start": 392,
"end": 394
},
"page_num": 0,
"text": "of",
"position": {
"top": 1141,
"bottom": 1172,
"left": 1114,
"right": 1159,
"bbTop": 1141,
"bbBot": 1172,
"bbLeft": 1114,
"bbRight": 1159
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 636,
"end": 640
},
"doc_offset": {
"start": 636,
"end": 640
},
"block_offset": {
"start": 395,
"end": 399
},
"page_num": 0,
"text": "lost",
"position": {
"top": 1141,
"bottom": 1172,
"left": 1189,
"right": 1282,
"bbTop": 1141,
"bbBot": 1172,
"bbLeft": 1189,
"bbRight": 1282
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 641,
"end": 648
},
"doc_offset": {
"start": 641,
"end": 648
},
"block_offset": {
"start": 400,
"end": 407
},
"page_num": 0,
"text": "income)",
"position": {
"top": 1141,
"bottom": 1180,
"left": 1314,
"right": 1479,
"bbTop": 1141,
"bbBot": 1180,
"bbLeft": 1314,
"bbRight": 1479
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 649,
"end": 652
},
"doc_offset": {
"start": 649,
"end": 652
},
"block_offset": {
"start": 408,
"end": 411
},
"page_num": 0,
"text": "Due",
"position": {
"top": 1191,
"bottom": 1219,
"left": 239,
"right": 308,
"bbTop": 1191,
"bbBot": 1219,
"bbLeft": 239,
"bbRight": 308
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 653,
"end": 655
},
"doc_offset": {
"start": 653,
"end": 655
},
"block_offset": {
"start": 412,
"end": 414
},
"page_num": 0,
"text": "to",
"position": {
"top": 1191,
"bottom": 1219,
"left": 340,
"right": 384,
"bbTop": 1191,
"bbBot": 1219,
"bbLeft": 340,
"bbRight": 384
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 656,
"end": 659
},
"doc_offset": {
"start": 656,
"end": 659
},
"block_offset": {
"start": 415,
"end": 418
},
"page_num": 0,
"text": "the",
"position": {
"top": 1188,
"bottom": 1219,
"left": 415,
"right": 483,
"bbTop": 1188,
"bbBot": 1219,
"bbLeft": 415,
"bbRight": 483
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 660,
"end": 666
},
"doc_offset": {
"start": 660,
"end": 666
},
"block_offset": {
"start": 419,
"end": 425
},
"page_num": 0,
"text": "nature",
"position": {
"top": 1191,
"bottom": 1219,
"left": 515,
"right": 658,
"bbTop": 1191,
"bbBot": 1219,
"bbLeft": 515,
"bbRight": 658
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 667,
"end": 669
},
"doc_offset": {
"start": 667,
"end": 669
},
"block_offset": {
"start": 426,
"end": 428
},
"page_num": 0,
"text": "of",
"position": {
"top": 1188,
"bottom": 1219,
"left": 689,
"right": 734,
"bbTop": 1188,
"bbBot": 1219,
"bbLeft": 689,
"bbRight": 734
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 670,
"end": 673
},
"doc_offset": {
"start": 670,
"end": 673
},
"block_offset": {
"start": 429,
"end": 432
},
"page_num": 0,
"text": "the",
"position": {
"top": 1188,
"bottom": 1219,
"left": 765,
"right": 833,
"bbTop": 1188,
"bbBot": 1219,
"bbLeft": 765,
"bbRight": 833
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 674,
"end": 683
},
"doc_offset": {
"start": 674,
"end": 683
},
"block_offset": {
"start": 433,
"end": 442
},
"page_num": 0,
"text": "business,",
"position": {
"top": 1188,
"bottom": 1226,
"left": 865,
"right": 1075,
"bbTop": 1188,
"bbBot": 1226,
"bbLeft": 865,
"bbRight": 1075
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 684,
"end": 686
},
"doc_offset": {
"start": 684,
"end": 686
},
"block_offset": {
"start": 443,
"end": 445
},
"page_num": 0,
"text": "it",
"position": {
"top": 1188,
"bottom": 1219,
"left": 1114,
"right": 1157,
"bbTop": 1188,
"bbBot": 1219,
"bbLeft": 1114,
"bbRight": 1157
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 687,
"end": 689
},
"doc_offset": {
"start": 687,
"end": 689
},
"block_offset": {
"start": 446,
"end": 448
},
"page_num": 0,
"text": "is",
"position": {
"top": 1188,
"bottom": 1219,
"left": 1189,
"right": 1233,
"bbTop": 1188,
"bbBot": 1219,
"bbLeft": 1189,
"bbRight": 1233
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 690,
"end": 699
},
"doc_offset": {
"start": 690,
"end": 699
},
"block_offset": {
"start": 449,
"end": 458
},
"page_num": 0,
"text": "important",
"position": {
"top": 1188,
"bottom": 1227,
"left": 1264,
"right": 1482,
"bbTop": 1188,
"bbBot": 1227,
"bbLeft": 1264,
"bbRight": 1482
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 700,
"end": 702
},
"doc_offset": {
"start": 700,
"end": 702
},
"block_offset": {
"start": 459,
"end": 461
},
"page_num": 0,
"text": "to",
"position": {
"top": 1191,
"bottom": 1219,
"left": 1515,
"right": 1559,
"bbTop": 1191,
"bbBot": 1219,
"bbLeft": 1515,
"bbRight": 1559
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 703,
"end": 712
},
"doc_offset": {
"start": 703,
"end": 712
},
"block_offset": {
"start": 462,
"end": 471
},
"page_num": 0,
"text": "highlight",
"position": {
"top": 1188,
"bottom": 1227,
"left": 1590,
"right": 1807,
"bbTop": 1188,
"bbBot": 1227,
"bbLeft": 1590,
"bbRight": 1807
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 713,
"end": 716
},
"doc_offset": {
"start": 713,
"end": 716
},
"block_offset": {
"start": 472,
"end": 475
},
"page_num": 0,
"text": "the",
"position": {
"top": 1188,
"bottom": 1219,
"left": 1840,
"right": 1908,
"bbTop": 1188,
"bbBot": 1219,
"bbLeft": 1840,
"bbRight": 1908
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 717,
"end": 726
},
"doc_offset": {
"start": 717,
"end": 726
},
"block_offset": {
"start": 476,
"end": 485
},
"page_num": 0,
"text": "high-risk",
"position": {
"top": 1188,
"bottom": 1227,
"left": 1940,
"right": 2159,
"bbTop": 1188,
"bbBot": 1227,
"bbLeft": 1940,
"bbRight": 2159
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 727,
"end": 735
},
"doc_offset": {
"start": 727,
"end": 735
},
"block_offset": {
"start": 486,
"end": 494
},
"page_num": 0,
"text": "exposure",
"position": {
"top": 1196,
"bottom": 1227,
"left": 2189,
"right": 2383,
"bbTop": 1196,
"bbBot": 1227,
"bbLeft": 2189,
"bbRight": 2383
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 736,
"end": 746
},
"doc_offset": {
"start": 736,
"end": 746
},
"block_offset": {
"start": 495,
"end": 505
},
"page_num": 0,
"text": "associated",
"position": {
"top": 1236,
"bottom": 1266,
"left": 239,
"right": 483,
"bbTop": 1236,
"bbBot": 1266,
"bbLeft": 239,
"bbRight": 483
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 747,
"end": 751
},
"doc_offset": {
"start": 747,
"end": 751
},
"block_offset": {
"start": 506,
"end": 510
},
"page_num": 0,
"text": "with",
"position": {
"top": 1236,
"bottom": 1266,
"left": 512,
"right": 608,
"bbTop": 1236,
"bbBot": 1266,
"bbLeft": 512,
"bbRight": 608
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 752,
"end": 761
},
"doc_offset": {
"start": 752,
"end": 761
},
"block_offset": {
"start": 511,
"end": 520
},
"page_num": 0,
"text": "fireworks",
"position": {
"top": 1236,
"bottom": 1266,
"left": 639,
"right": 858,
"bbTop": 1236,
"bbBot": 1266,
"bbLeft": 639,
"bbRight": 858
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 762,
"end": 776
},
"doc_offset": {
"start": 762,
"end": 776
},
"block_offset": {
"start": 521,
"end": 535
},
"page_num": 0,
"text": "manufacturing.",
"position": {
"top": 1236,
"bottom": 1274,
"left": 888,
"right": 1226,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 888,
"bbRight": 1226
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 777,
"end": 779
},
"doc_offset": {
"start": 777,
"end": 779
},
"block_offset": {
"start": 536,
"end": 538
},
"page_num": 0,
"text": "As",
"position": {
"top": 1238,
"bottom": 1266,
"left": 1261,
"right": 1308,
"bbTop": 1238,
"bbBot": 1266,
"bbLeft": 1261,
"bbRight": 1308
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 780,
"end": 785
},
"doc_offset": {
"start": 780,
"end": 785
},
"block_offset": {
"start": 539,
"end": 544
},
"page_num": 0,
"text": "such,",
"position": {
"top": 1236,
"bottom": 1273,
"left": 1340,
"right": 1450,
"bbTop": 1236,
"bbBot": 1273,
"bbLeft": 1340,
"bbRight": 1450
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 786,
"end": 788
},
"doc_offset": {
"start": 786,
"end": 788
},
"block_offset": {
"start": 545,
"end": 547
},
"page_num": 0,
"text": "we",
"position": {
"top": 1243,
"bottom": 1266,
"left": 1487,
"right": 1533,
"bbTop": 1243,
"bbBot": 1266,
"bbLeft": 1487,
"bbRight": 1533
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 789,
"end": 793
},
"doc_offset": {
"start": 789,
"end": 793
},
"block_offset": {
"start": 548,
"end": 552
},
"page_num": 0,
"text": "have",
"position": {
"top": 1236,
"bottom": 1266,
"left": 1565,
"right": 1658,
"bbTop": 1236,
"bbBot": 1266,
"bbLeft": 1565,
"bbRight": 1658
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 794,
"end": 805
},
"doc_offset": {
"start": 794,
"end": 805
},
"block_offset": {
"start": 553,
"end": 564
},
"page_num": 0,
"text": "implemented",
"position": {
"top": 1236,
"bottom": 1274,
"left": 1689,
"right": 1958,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 1689,
"bbRight": 1958
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 806,
"end": 819
},
"doc_offset": {
"start": 806,
"end": 819
},
"block_offset": {
"start": 565,
"end": 578
},
"page_num": 0,
"text": "comprehensive",
"position": {
"top": 1236,
"bottom": 1274,
"left": 1989,
"right": 2308,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 1989,
"bbRight": 2308
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 820,
"end": 824
},
"doc_offset": {
"start": 820,
"end": 824
},
"block_offset": {
"start": 579,
"end": 583
},
"page_num": 0,
"text": "fire",
"position": {
"top": 1283,
"bottom": 1314,
"left": 239,
"right": 333,
"bbTop": 1283,
"bbBot": 1314,
"bbLeft": 239,
"bbRight": 333
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 825,
"end": 835
},
"doc_offset": {
"start": 825,
"end": 835
},
"block_offset": {
"start": 584,
"end": 594
},
"page_num": 0,
"text": "protection",
"position": {
"top": 1283,
"bottom": 1322,
"left": 365,
"right": 608,
"bbTop": 1283,
"bbBot": 1322,
"bbLeft": 365,
"bbRight": 608
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 836,
"end": 839
},
"doc_offset": {
"start": 836,
"end": 839
},
"block_offset": {
"start": 595,
"end": 598
},
"page_num": 0,
"text": "and",
"position": {
"top": 1283,
"bottom": 1314,
"left": 639,
"right": 708,
"bbTop": 1283,
"bbBot": 1314,
"bbLeft": 639,
"bbRight": 708
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 840,
"end": 848
},
"doc_offset": {
"start": 840,
"end": 848
},
"block_offset": {
"start": 599,
"end": 607
},
"page_num": 0,
"text": "security",
"position": {
"top": 1283,
"bottom": 1322,
"left": 740,
"right": 935,
"bbTop": 1283,
"bbBot": 1322,
"bbLeft": 740,
"bbRight": 935
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 849,
"end": 858
},
"doc_offset": {
"start": 849,
"end": 858
},
"block_offset": {
"start": 608,
"end": 617
},
"page_num": 0,
"text": "measures.",
"position": {
"top": 1291,
"bottom": 1314,
"left": 963,
"right": 1176,
"bbTop": 1291,
"bbBot": 1314,
"bbLeft": 963,
"bbRight": 1176
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 859,
"end": 860
},
"doc_offset": {
"start": 859,
"end": 860
},
"block_offset": {
"start": 0,
"end": 1
},
"page_num": 0,
"text": "I",
"position": {
"top": 1333,
"bottom": 1360,
"left": 240,
"right": 257,
"bbTop": 1333,
"bbBot": 1360,
"bbLeft": 240,
"bbRight": 257
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 861,
"end": 865
},
"doc_offset": {
"start": 861,
"end": 865
},
"block_offset": {
"start": 0,
"end": 4
},
"page_num": 0,
"text": "have",
"position": {
"top": 1330,
"bottom": 1361,
"left": 290,
"right": 383,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 290,
"bbRight": 383
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 866,
"end": 874
},
"doc_offset": {
"start": 866,
"end": 874
},
"block_offset": {
"start": 5,
"end": 13
},
"page_num": 0,
"text": "attached",
"position": {
"top": 1330,
"bottom": 1361,
"left": 414,
"right": 608,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 414,
"bbRight": 608
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 875,
"end": 878
},
"doc_offset": {
"start": 875,
"end": 878
},
"block_offset": {
"start": 14,
"end": 17
},
"page_num": 0,
"text": "the",
"position": {
"top": 1330,
"bottom": 1361,
"left": 640,
"right": 708,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 640,
"bbRight": 708
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 879,
"end": 888
},
"doc_offset": {
"start": 879,
"end": 888
},
"block_offset": {
"start": 18,
"end": 27
},
"page_num": 0,
"text": "completed",
"position": {
"top": 1330,
"bottom": 1369,
"left": 739,
"right": 957,
"bbTop": 1330,
"bbBot": 1369,
"bbLeft": 739,
"bbRight": 957
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 889,
"end": 894
},
"doc_offset": {
"start": 889,
"end": 894
},
"block_offset": {
"start": 28,
"end": 33
},
"page_num": 0,
"text": "ACORD",
"position": {
"top": 1332,
"bottom": 1361,
"left": 986,
"right": 1109,
"bbTop": 1332,
"bbBot": 1361,
"bbLeft": 986,
"bbRight": 1109
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 895,
"end": 899
},
"doc_offset": {
"start": 895,
"end": 899
},
"block_offset": {
"start": 34,
"end": 38
},
"page_num": 0,
"text": "140,",
"position": {
"top": 1332,
"bottom": 1368,
"left": 1139,
"right": 1225,
"bbTop": 1332,
"bbBot": 1368,
"bbLeft": 1139,
"bbRight": 1225
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 900,
"end": 905
},
"doc_offset": {
"start": 900,
"end": 905
},
"block_offset": {
"start": 39,
"end": 44
},
"page_num": 0,
"text": "ACORD",
"position": {
"top": 1332,
"bottom": 1361,
"left": 1261,
"right": 1384,
"bbTop": 1332,
"bbBot": 1361,
"bbLeft": 1261,
"bbRight": 1384
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 906,
"end": 909
},
"doc_offset": {
"start": 906,
"end": 909
},
"block_offset": {
"start": 45,
"end": 48
},
"page_num": 0,
"text": "126",
"position": {
"top": 1332,
"bottom": 1361,
"left": 1414,
"right": 1483,
"bbTop": 1332,
"bbBot": 1361,
"bbLeft": 1414,
"bbRight": 1483
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 910,
"end": 913
},
"doc_offset": {
"start": 910,
"end": 913
},
"block_offset": {
"start": 49,
"end": 52
},
"page_num": 0,
"text": "and",
"position": {
"top": 1330,
"bottom": 1361,
"left": 1514,
"right": 1583,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 1514,
"bbRight": 1583
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 914,
"end": 917
},
"doc_offset": {
"start": 914,
"end": 917
},
"block_offset": {
"start": 53,
"end": 56
},
"page_num": 0,
"text": "the",
"position": {
"top": 1330,
"bottom": 1361,
"left": 1615,
"right": 1683,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 1615,
"bbRight": 1683
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 918,
"end": 922
},
"doc_offset": {
"start": 918,
"end": 922
},
"block_offset": {
"start": 57,
"end": 61
},
"page_num": 0,
"text": "Loss",
"position": {
"top": 1333,
"bottom": 1361,
"left": 1716,
"right": 1808,
"bbTop": 1333,
"bbBot": 1361,
"bbLeft": 1716,
"bbRight": 1808
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 923,
"end": 926
},
"doc_offset": {
"start": 923,
"end": 926
},
"block_offset": {
"start": 62,
"end": 65
},
"page_num": 0,
"text": "Run",
"position": {
"top": 1333,
"bottom": 1361,
"left": 1839,
"right": 1908,
"bbTop": 1333,
"bbBot": 1361,
"bbLeft": 1839,
"bbRight": 1908
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 927,
"end": 931
},
"doc_offset": {
"start": 927,
"end": 931
},
"block_offset": {
"start": 66,
"end": 70
},
"page_num": 0,
"text": "form",
"position": {
"top": 1330,
"bottom": 1361,
"left": 1939,
"right": 2034,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 1939,
"bbRight": 2034
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 932,
"end": 935
},
"doc_offset": {
"start": 932,
"end": 935
},
"block_offset": {
"start": 71,
"end": 74
},
"page_num": 0,
"text": "for",
"position": {
"top": 1330,
"bottom": 1361,
"left": 2064,
"right": 2132,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 2064,
"bbRight": 2132
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 936,
"end": 939
},
"doc_offset": {
"start": 936,
"end": 939
},
"block_offset": {
"start": 75,
"end": 78
},
"page_num": 0,
"text": "the",
"position": {
"top": 1330,
"bottom": 1361,
"left": 2165,
"right": 2233,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 2165,
"bbRight": 2233
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 940,
"end": 944
},
"doc_offset": {
"start": 940,
"end": 944
},
"block_offset": {
"start": 79,
"end": 83
},
"page_num": 0,
"text": "last",
"position": {
"top": 1330,
"bottom": 1361,
"left": 2264,
"right": 2357,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 2264,
"bbRight": 2357
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 945,
"end": 946
},
"doc_offset": {
"start": 945,
"end": 946
},
"block_offset": {
"start": 84,
"end": 85
},
"page_num": 0,
"text": "4",
"position": {
"top": 1333,
"bottom": 1360,
"left": 2388,
"right": 2409,
"bbTop": 1333,
"bbBot": 1360,
"bbLeft": 2388,
"bbRight": 2409
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 947,
"end": 962
},
"doc_offset": {
"start": 947,
"end": 962
},
"block_offset": {
"start": 86,
"end": 101
},
"page_num": 0,
"text": "years.?A0Please",
"position": {
"top": 1378,
"bottom": 1416,
"left": 237,
"right": 608,
"bbTop": 1378,
"bbBot": 1416,
"bbLeft": 237,
"bbRight": 608
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 963,
"end": 966
},
"doc_offset": {
"start": 963,
"end": 966
},
"block_offset": {
"start": 102,
"end": 105
},
"page_num": 0,
"text": "let",
"position": {
"top": 1378,
"bottom": 1408,
"left": 639,
"right": 707,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 639,
"bbRight": 707
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 967,
"end": 969
},
"doc_offset": {
"start": 967,
"end": 969
},
"block_offset": {
"start": 106,
"end": 108
},
"page_num": 0,
"text": "me",
"position": {
"top": 1385,
"bottom": 1408,
"left": 738,
"right": 783,
"bbTop": 1385,
"bbBot": 1408,
"bbLeft": 738,
"bbRight": 783
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 970,
"end": 974
},
"doc_offset": {
"start": 970,
"end": 974
},
"block_offset": {
"start": 109,
"end": 113
},
"page_num": 0,
"text": "know",
"position": {
"top": 1378,
"bottom": 1408,
"left": 816,
"right": 911,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 816,
"bbRight": 911
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 975,
"end": 977
},
"doc_offset": {
"start": 975,
"end": 977
},
"block_offset": {
"start": 114,
"end": 116
},
"page_num": 0,
"text": "if",
"position": {
"top": 1378,
"bottom": 1408,
"left": 939,
"right": 984,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 939,
"bbRight": 984
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 978,
"end": 981
},
"doc_offset": {
"start": 978,
"end": 981
},
"block_offset": {
"start": 117,
"end": 120
},
"page_num": 0,
"text": "you",
"position": {
"top": 1385,
"bottom": 1416,
"left": 1013,
"right": 1083,
"bbTop": 1385,
"bbBot": 1416,
"bbLeft": 1013,
"bbRight": 1083
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 982,
"end": 986
},
"doc_offset": {
"start": 982,
"end": 986
},
"block_offset": {
"start": 121,
"end": 125
},
"page_num": 0,
"text": "need",
"position": {
"top": 1378,
"bottom": 1408,
"left": 1115,
"right": 1208,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 1115,
"bbRight": 1208
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 987,
"end": 990
},
"doc_offset": {
"start": 987,
"end": 990
},
"block_offset": {
"start": 126,
"end": 129
},
"page_num": 0,
"text": "any",
"position": {
"top": 1385,
"bottom": 1416,
"left": 1239,
"right": 1310,
"bbTop": 1385,
"bbBot": 1416,
"bbLeft": 1239,
"bbRight": 1310
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 991,
"end": 998
},
"doc_offset": {
"start": 991,
"end": 998
},
"block_offset": {
"start": 130,
"end": 137
},
"page_num": 0,
"text": "further",
"position": {
"top": 1378,
"bottom": 1408,
"left": 1339,
"right": 1507,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 1339,
"bbRight": 1507
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 999,
"end": 1010
},
"doc_offset": {
"start": 999,
"end": 1010
},
"block_offset": {
"start": 138,
"end": 149
},
"page_num": 0,
"text": "information",
"position": {
"top": 1378,
"bottom": 1408,
"left": 1539,
"right": 1808,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 1539,
"bbRight": 1808
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1011,
"end": 1013
},
"doc_offset": {
"start": 1011,
"end": 1013
},
"block_offset": {
"start": 150,
"end": 152
},
"page_num": 0,
"text": "or",
"position": {
"top": 1385,
"bottom": 1408,
"left": 1839,
"right": 1882,
"bbTop": 1385,
"bbBot": 1408,
"bbLeft": 1839,
"bbRight": 1882
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1014,
"end": 1027
},
"doc_offset": {
"start": 1014,
"end": 1027
},
"block_offset": {
"start": 153,
"end": 166
},
"page_num": 0,
"text": "documentation",
"position": {
"top": 1378,
"bottom": 1408,
"left": 1914,
"right": 2232,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 1914,
"bbRight": 2232
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1028,
"end": 1030
},
"doc_offset": {
"start": 1028,
"end": 1030
},
"block_offset": {
"start": 167,
"end": 169
},
"page_num": 0,
"text": "to",
"position": {
"top": 1380,
"bottom": 1408,
"left": 2265,
"right": 2309,
"bbTop": 1380,
"bbBot": 1408,
"bbLeft": 2265,
"bbRight": 2309
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1031,
"end": 1038
},
"doc_offset": {
"start": 1031,
"end": 1038
},
"block_offset": {
"start": 170,
"end": 177
},
"page_num": 0,
"text": "process",
"position": {
"top": 1432,
"bottom": 1464,
"left": 240,
"right": 408,
"bbTop": 1432,
"bbBot": 1464,
"bbLeft": 240,
"bbRight": 408
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1039,
"end": 1043
},
"doc_offset": {
"start": 1039,
"end": 1043
},
"block_offset": {
"start": 178,
"end": 182
},
"page_num": 0,
"text": "this",
"position": {
"top": 1425,
"bottom": 1455,
"left": 440,
"right": 533,
"bbTop": 1425,
"bbBot": 1455,
"bbLeft": 440,
"bbRight": 533
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1044,
"end": 1056
},
"doc_offset": {
"start": 1044,
"end": 1056
},
"block_offset": {
"start": 183,
"end": 195
},
"page_num": 0,
"text": "application.",
"position": {
"top": 1425,
"bottom": 1464,
"left": 564,
"right": 851,
"bbTop": 1425,
"bbBot": 1464,
"bbLeft": 564,
"bbRight": 851
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1057,
"end": 1062
},
"doc_offset": {
"start": 1057,
"end": 1062
},
"block_offset": {
"start": 196,
"end": 201
},
"page_num": 0,
"text": "Thank",
"position": {
"top": 1472,
"bottom": 1503,
"left": 238,
"right": 359,
"bbTop": 1472,
"bbBot": 1503,
"bbLeft": 238,
"bbRight": 359
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1063,
"end": 1066
},
"doc_offset": {
"start": 1063,
"end": 1066
},
"block_offset": {
"start": 202,
"end": 205
},
"page_num": 0,
"text": "you",
"position": {
"top": 1480,
"bottom": 1511,
"left": 387,
"right": 458,
"bbTop": 1480,
"bbBot": 1511,
"bbLeft": 387,
"bbRight": 458
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1067,
"end": 1070
},
"doc_offset": {
"start": 1067,
"end": 1070
},
"block_offset": {
"start": 206,
"end": 209
},
"page_num": 0,
"text": "and",
"position": {
"top": 1472,
"bottom": 1503,
"left": 489,
"right": 558,
"bbTop": 1472,
"bbBot": 1503,
"bbLeft": 489,
"bbRight": 558
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1071,
"end": 1072
},
"doc_offset": {
"start": 1071,
"end": 1072
},
"block_offset": {
"start": 210,
"end": 211
},
"page_num": 0,
"text": "I",
"position": {
"top": 1475,
"bottom": 1502,
"left": 590,
"right": 607,
"bbTop": 1475,
"bbBot": 1502,
"bbLeft": 590,
"bbRight": 607
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1073,
"end": 1077
},
"doc_offset": {
"start": 1073,
"end": 1077
},
"block_offset": {
"start": 212,
"end": 216
},
"page_num": 0,
"text": "look",
"position": {
"top": 1472,
"bottom": 1503,
"left": 639,
"right": 734,
"bbTop": 1472,
"bbBot": 1503,
"bbLeft": 639,
"bbRight": 734
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1078,
"end": 1085
},
"doc_offset": {
"start": 1078,
"end": 1085
},
"block_offset": {
"start": 217,
"end": 224
},
"page_num": 0,
"text": "forward",
"position": {
"top": 1472,
"bottom": 1503,
"left": 764,
"right": 933,
"bbTop": 1472,
"bbBot": 1503,
"bbLeft": 764,
"bbRight": 933
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1086,
"end": 1088
},
"doc_offset": {
"start": 1086,
"end": 1088
},
"block_offset": {
"start": 225,
"end": 227
},
"page_num": 0,
"text": "to",
"position": {
"top": 1475,
"bottom": 1503,
"left": 965,
"right": 1008,
"bbTop": 1475,
"bbBot": 1503,
"bbLeft": 965,
"bbRight": 1008
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1089,
"end": 1093
},
"doc_offset": {
"start": 1089,
"end": 1093
},
"block_offset": {
"start": 228,
"end": 232
},
"page_num": 0,
"text": "your",
"position": {
"top": 1480,
"bottom": 1511,
"left": 1038,
"right": 1132,
"bbTop": 1480,
"bbBot": 1511,
"bbLeft": 1038,
"bbRight": 1132
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1094,
"end": 1100
},
"doc_offset": {
"start": 1094,
"end": 1100
},
"block_offset": {
"start": 233,
"end": 239
},
"page_num": 0,
"text": "prompt",
"position": {
"top": 1475,
"bottom": 1511,
"left": 1165,
"right": 1307,
"bbTop": 1475,
"bbBot": 1511,
"bbLeft": 1165,
"bbRight": 1307
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1101,
"end": 1110
},
"doc_offset": {
"start": 1101,
"end": 1110
},
"block_offset": {
"start": 240,
"end": 249
},
"page_num": 0,
"text": "response.",
"position": {
"top": 1480,
"bottom": 1511,
"left": 1341,
"right": 1551,
"bbTop": 1480,
"bbBot": 1511,
"bbLeft": 1341,
"bbRight": 1551
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1111,
"end": 1115
},
"doc_offset": {
"start": 1111,
"end": 1115
},
"block_offset": {
"start": 250,
"end": 254
},
"page_num": 0,
"text": "Best",
"position": {
"top": 1522,
"bottom": 1550,
"left": 239,
"right": 332,
"bbTop": 1522,
"bbBot": 1550,
"bbLeft": 239,
"bbRight": 332
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1116,
"end": 1124
},
"doc_offset": {
"start": 1116,
"end": 1124
},
"block_offset": {
"start": 255,
"end": 263
},
"page_num": 0,
"text": "regards,",
"position": {
"top": 1519,
"bottom": 1558,
"left": 366,
"right": 550,
"bbTop": 1519,
"bbBot": 1558,
"bbLeft": 366,
"bbRight": 550
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1125,
"end": 1130
},
"doc_offset": {
"start": 1125,
"end": 1130
},
"block_offset": {
"start": 264,
"end": 269
},
"page_num": 0,
"text": "Emily",
"position": {
"top": 1567,
"bottom": 1606,
"left": 239,
"right": 360,
"bbTop": 1567,
"bbBot": 1606,
"bbLeft": 239,
"bbRight": 360
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1131,
"end": 1138
},
"doc_offset": {
"start": 1131,
"end": 1138
},
"block_offset": {
"start": 270,
"end": 277
},
"page_num": 0,
"text": "Johnson",
"position": {
"top": 1567,
"bottom": 1597,
"left": 388,
"right": 559,
"bbTop": 1567,
"bbBot": 1597,
"bbLeft": 388,
"bbRight": 559
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1139,
"end": 1148
},
"doc_offset": {
"start": 1139,
"end": 1148
},
"block_offset": {
"start": 278,
"end": 287
},
"page_num": 0,
"text": "TexSecure",
"position": {
"top": 1616,
"bottom": 1644,
"left": 238,
"right": 458,
"bbTop": 1616,
"bbBot": 1644,
"bbLeft": 238,
"bbRight": 458
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1149,
"end": 1158
},
"doc_offset": {
"start": 1149,
"end": 1158
},
"block_offset": {
"start": 288,
"end": 297
},
"page_num": 0,
"text": "Insurance",
"position": {
"top": 1617,
"bottom": 1644,
"left": 490,
"right": 708,
"bbTop": 1617,
"bbBot": 1644,
"bbLeft": 490,
"bbRight": 708
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1159,
"end": 1164
},
"doc_offset": {
"start": 1159,
"end": 1164
},
"block_offset": {
"start": 298,
"end": 303
},
"page_num": 0,
"text": "Group",
"position": {
"top": 1616,
"bottom": 1653,
"left": 738,
"right": 858,
"bbTop": 1616,
"bbBot": 1653,
"bbLeft": 738,
"bbRight": 858
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1165,
"end": 1169
},
"doc_offset": {
"start": 1165,
"end": 1169
},
"block_offset": {
"start": 304,
"end": 308
},
"page_num": 0,
"text": "1234",
"position": {
"top": 1664,
"bottom": 1692,
"left": 239,
"right": 334,
"bbTop": 1664,
"bbBot": 1692,
"bbLeft": 239,
"bbRight": 334
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1170,
"end": 1174
},
"doc_offset": {
"start": 1170,
"end": 1174
},
"block_offset": {
"start": 309,
"end": 313
},
"page_num": 0,
"text": "Main",
"position": {
"top": 1661,
"bottom": 1692,
"left": 364,
"right": 458,
"bbTop": 1661,
"bbBot": 1692,
"bbLeft": 364,
"bbRight": 458
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1175,
"end": 1182
},
"doc_offset": {
"start": 1175,
"end": 1182
},
"block_offset": {
"start": 314,
"end": 321
},
"page_num": 0,
"text": "Street,",
"position": {
"top": 1664,
"bottom": 1699,
"left": 488,
"right": 650,
"bbTop": 1664,
"bbBot": 1699,
"bbLeft": 488,
"bbRight": 650
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1183,
"end": 1188
},
"doc_offset": {
"start": 1183,
"end": 1188
},
"block_offset": {
"start": 322,
"end": 327
},
"page_num": 0,
"text": "Suite",
"position": {
"top": 1661,
"bottom": 1692,
"left": 688,
"right": 808,
"bbTop": 1661,
"bbBot": 1692,
"bbLeft": 688,
"bbRight": 808
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1189,
"end": 1192
},
"doc_offset": {
"start": 1189,
"end": 1192
},
"block_offset": {
"start": 328,
"end": 331
},
"page_num": 0,
"text": "500",
"position": {
"top": 1664,
"bottom": 1692,
"left": 839,
"right": 909,
"bbTop": 1664,
"bbBot": 1692,
"bbLeft": 839,
"bbRight": 909
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1193,
"end": 1201
},
"doc_offset": {
"start": 1193,
"end": 1201
},
"block_offset": {
"start": 332,
"end": 340
},
"page_num": 0,
"text": "Houston,",
"position": {
"top": 1711,
"bottom": 1746,
"left": 239,
"right": 425,
"bbTop": 1711,
"bbBot": 1746,
"bbLeft": 239,
"bbRight": 425
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1202,
"end": 1204
},
"doc_offset": {
"start": 1202,
"end": 1204
},
"block_offset": {
"start": 341,
"end": 343
},
"page_num": 0,
"text": "TX",
"position": {
"top": 1711,
"bottom": 1739,
"left": 463,
"right": 510,
"bbTop": 1711,
"bbBot": 1739,
"bbLeft": 463,
"bbRight": 510
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1205,
"end": 1210
},
"doc_offset": {
"start": 1205,
"end": 1210
},
"block_offset": {
"start": 344,
"end": 349
},
"page_num": 0,
"text": "77002",
"position": {
"top": 1711,
"bottom": 1739,
"left": 539,
"right": 658,
"bbTop": 1711,
"bbBot": 1739,
"bbLeft": 539,
"bbRight": 658
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1211,
"end": 1217
},
"doc_offset": {
"start": 1211,
"end": 1217
},
"block_offset": {
"start": 350,
"end": 356
},
"page_num": 0,
"text": "Phone:",
"position": {
"top": 1756,
"bottom": 1787,
"left": 239,
"right": 376,
"bbTop": 1756,
"bbBot": 1787,
"bbLeft": 239,
"bbRight": 376
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1218,
"end": 1220
},
"doc_offset": {
"start": 1218,
"end": 1220
},
"block_offset": {
"start": 357,
"end": 359
},
"page_num": 0,
"text": "+1",
"position": {
"top": 1759,
"bottom": 1786,
"left": 414,
"right": 459,
"bbTop": 1759,
"bbBot": 1786,
"bbLeft": 414,
"bbRight": 459
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1221,
"end": 1224
},
"doc_offset": {
"start": 1221,
"end": 1224
},
"block_offset": {
"start": 360,
"end": 363
},
"page_num": 0,
"text": "713",
"position": {
"top": 1758,
"bottom": 1787,
"left": 489,
"right": 559,
"bbTop": 1758,
"bbBot": 1787,
"bbLeft": 489,
"bbRight": 559
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1225,
"end": 1228
},
"doc_offset": {
"start": 1225,
"end": 1228
},
"block_offset": {
"start": 364,
"end": 367
},
"page_num": 0,
"text": "987",
"position": {
"top": 1758,
"bottom": 1787,
"left": 589,
"right": 658,
"bbTop": 1758,
"bbBot": 1787,
"bbLeft": 589,
"bbRight": 658
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1229,
"end": 1233
},
"doc_offset": {
"start": 1229,
"end": 1233
},
"block_offset": {
"start": 368,
"end": 372
},
"page_num": 0,
"text": "6543",
"position": {
"top": 1758,
"bottom": 1787,
"left": 689,
"right": 784,
"bbTop": 1758,
"bbBot": 1787,
"bbLeft": 689,
"bbRight": 784
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1234,
"end": 1240
},
"doc_offset": {
"start": 1234,
"end": 1240
},
"block_offset": {
"start": 373,
"end": 379
},
"page_num": 0,
"text": "Email:",
"position": {
"top": 1803,
"bottom": 1834,
"left": 239,
"right": 376,
"bbTop": 1803,
"bbBot": 1834,
"bbLeft": 239,
"bbRight": 376
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1241,
"end": 1263
},
"doc_offset": {
"start": 1241,
"end": 1263
},
"block_offset": {
"start": 380,
"end": 402
},
"page_num": 0,
"text": "[email protected]",
"position": {
"top": 1803,
"bottom": 1842,
"left": 414,
"right": 959,
"bbTop": 1803,
"bbBot": 1842,
"bbLeft": 414,
"bbRight": 959
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
}
],
"chars": [
{
"doc_index": 0,
"page_index": 0,
"block_index": 0,
"page_num": 0,
"text": "T",
"position": {
"top": 130,
"bottom": 167,
"left": 242,
"right": 279,
"bbTop": 130,
"bbBot": 167,
"bbLeft": 242,
"bbRight": 279
},
"confidence": 100
},
{
"doc_index": 1,
"page_index": 1,
"block_index": 1,
"page_num": 0,
"text": "o",
"position": {
"top": 130,
"bottom": 167,
"left": 279,
"right": 306,
"bbTop": 130,
"bbBot": 167,
"bbLeft": 279,
"bbRight": 306
},
"confidence": 100
},
{
"doc_index": 2,
"page_index": 2,
"block_index": 2,
"page_num": 0,
"text": ":",
"position": {
"top": 130,
"bottom": 167,
"left": 306,
"right": 314,
"bbTop": 130,
"bbBot": 167,
"bbLeft": 306,
"bbRight": 314
},
"confidence": 100
},
{
"doc_index": 4,
"page_index": 4,
"block_index": 4,
"page_num": 0,
"text": "M",
"position": {
"top": 128,
"bottom": 167,
"left": 341,
"right": 386,
"bbTop": 128,
"bbBot": 167,
"bbLeft": 341,
"bbRight": 386
},
"confidence": 100
},
{
"doc_index": 5,
"page_index": 5,
"block_index": 5,
"page_num": 0,
"text": "a",
"position": {
"top": 128,
"bottom": 167,
"left": 386,
"right": 411,
"bbTop": 128,
"bbBot": 167,
"bbLeft": 386,
"bbRight": 411
},
"confidence": 100
},
{
"doc_index": 6,
"page_index": 6,
"block_index": 6,
"page_num": 0,
"text": "r",
"position": {
"top": 128,
"bottom": 167,
"left": 411,
"right": 431,
"bbTop": 128,
"bbBot": 167,
"bbLeft": 411,
"bbRight": 431
},
"confidence": 100
},
{
"doc_index": 7,
"page_index": 7,
"block_index": 7,
"page_num": 0,
"text": "k",
"position": {
"top": 128,
"bottom": 167,
"left": 431,
"right": 459,
"bbTop": 128,
"bbBot": 167,
"bbLeft": 431,
"bbRight": 459
},
"confidence": 100
},
{
"doc_index": 9,
"page_index": 9,
"block_index": 9,
"page_num": 0,
"text": "W",
"position": {
"top": 128,
"bottom": 177,
"left": 477,
"right": 527,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 477,
"bbRight": 527
},
"confidence": 100
},
{
"doc_index": 10,
"page_index": 10,
"block_index": 10,
"page_num": 0,
"text": "r",
"position": {
"top": 128,
"bottom": 177,
"left": 527,
"right": 549,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 527,
"bbRight": 549
},
"confidence": 100
},
{
"doc_index": 11,
"page_index": 11,
"block_index": 11,
"page_num": 0,
"text": "i",
"position": {
"top": 128,
"bottom": 177,
"left": 549,
"right": 566,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 549,
"bbRight": 566
},
"confidence": 100
},
{
"doc_index": 12,
"page_index": 12,
"block_index": 12,
"page_num": 0,
"text": "g",
"position": {
"top": 128,
"bottom": 177,
"left": 566,
"right": 592,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 566,
"bbRight": 592
},
"confidence": 100
},
{
"doc_index": 13,
"page_index": 13,
"block_index": 13,
"page_num": 0,
"text": "h",
"position": {
"top": 128,
"bottom": 177,
"left": 592,
"right": 622,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 592,
"bbRight": 622
},
"confidence": 100
},
{
"doc_index": 14,
"page_index": 14,
"block_index": 14,
"page_num": 0,
"text": "t",
"position": {
"top": 128,
"bottom": 177,
"left": 622,
"right": 641,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 622,
"bbRight": 641
},
"confidence": 100
},
{
"doc_index": 16,
"page_index": 16,
"block_index": 16,
"page_num": 0,
"text": "<",
"position": {
"top": 128,
"bottom": 177,
"left": 663,
"right": 699,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 663,
"bbRight": 699
},
"confidence": 100
},
{
"doc_index": 17,
"page_index": 17,
"block_index": 17,
"page_num": 0,
"text": "m",
"position": {
"top": 128,
"bottom": 177,
"left": 699,
"right": 751,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 699,
"bbRight": 751
},
"confidence": 100
},
{
"doc_index": 18,
"page_index": 18,
"block_index": 18,
"page_num": 0,
"text": "a",
"position": {
"top": 128,
"bottom": 177,
"left": 751,
"right": 781,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 751,
"bbRight": 781
},
"confidence": 100
},
{
"doc_index": 19,
"page_index": 19,
"block_index": 19,
"page_num": 0,
"text": "r",
"position": {
"top": 128,
"bottom": 177,
"left": 781,
"right": 806,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 781,
"bbRight": 806
},
"confidence": 100
},
{
"doc_index": 20,
"page_index": 20,
"block_index": 20,
"page_num": 0,
"text": "k",
"position": {
"top": 128,
"bottom": 177,
"left": 806,
"right": 840,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 806,
"bbRight": 840
},
"confidence": 100
},
{
"doc_index": 21,
"page_index": 21,
"block_index": 21,
"page_num": 0,
"text": ".",
"position": {
"top": 128,
"bottom": 177,
"left": 840,
"right": 850,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 840,
"bbRight": 850
},
"confidence": 100
},
{
"doc_index": 22,
"page_index": 22,
"block_index": 22,
"page_num": 0,
"text": "w",
"position": {
"top": 128,
"bottom": 177,
"left": 850,
"right": 894,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 850,
"bbRight": 894
},
"confidence": 100
},
{
"doc_index": 23,
"page_index": 23,
"block_index": 23,
"page_num": 0,
"text": "r",
"position": {
"top": 128,
"bottom": 177,
"left": 894,
"right": 919,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 894,
"bbRight": 919
},
"confidence": 100
},
{
"doc_index": 24,
"page_index": 24,
"block_index": 24,
"page_num": 0,
"text": "i",
"position": {
"top": 128,
"bottom": 177,
"left": 919,
"right": 937,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 919,
"bbRight": 937
},
"confidence": 100
},
{
"doc_index": 25,
"page_index": 25,
"block_index": 25,
"page_num": 0,
"text": "g",
"position": {
"top": 128,
"bottom": 177,
"left": 937,
"right": 964,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 937,
"bbRight": 964
},
"confidence": 100
},
{
"doc_index": 26,
"page_index": 26,
"block_index": 26,
"page_num": 0,
"text": "h",
"position": {
"top": 128,
"bottom": 177,
"left": 964,
"right": 997,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 964,
"bbRight": 997
},
"confidence": 100
},
{
"doc_index": 27,
"page_index": 27,
"block_index": 27,
"page_num": 0,
"text": "t",
"position": {
"top": 128,
"bottom": 177,
"left": 997,
"right": 1017,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 997,
"bbRight": 1017
},
"confidence": 100
},
{
"doc_index": 28,
"page_index": 28,
"block_index": 28,
"page_num": 0,
"text": "@",
"position": {
"top": 128,
"bottom": 177,
"left": 1017,
"right": 1045,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 1017,
"bbRight": 1045
},
"confidence": 100
},
{
"doc_index": 29,
"page_index": 29,
"block_index": 29,
"page_num": 0,
"text": "r",
"position": {
"top": 128,
"bottom": 177,
"left": 1045,
"right": 1070,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 1045,
"bbRight": 1070
},
"confidence": 100
},
{
"doc_index": 30,
"page_index": 30,
"block_index": 30,
"page_num": 0,
"text": "e",
"position": {
"top": 128,
"bottom": 177,
"left": 1070,
"right": 1097,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 1070,
"bbRight": 1097
},
"confidence": 100
},
{
"doc_index": 31,
"page_index": 31,
"block_index": 31,
"page_num": 0,
"text": "a",
"position": {
"top": 128,
"bottom": 177,
"left": 1097,
"right": 1127,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 1097,
"bbRight": 1127
},
"confidence": 100
},
{
"doc_index": 32,
"page_index": 32,
"block_index": 32,
"page_num": 0,
"text": "l",
"position": {
"top": 128,
"bottom": 177,
"left": 1127,
"right": 1146,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 1127,
"bbRight": 1146
},
"confidence": 100
},
{
"doc_index": 33,
"page_index": 33,
"block_index": 33,
"page_num": 0,
"text": "i",
"position": {
"top": 128,
"bottom": 177,
"left": 1146,
"right": 1164,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 1146,
"bbRight": 1164
},
"confidence": 100
},
{
"doc_index": 34,
"page_index": 34,
"block_index": 34,
"page_num": 0,
"text": "n",
"position": {
"top": 128,
"bottom": 177,
"left": 1164,
"right": 1199,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 1164,
"bbRight": 1199
},
"confidence": 100
},
{
"doc_index": 35,
"page_index": 35,
"block_index": 35,
"page_num": 0,
"text": "s",
"position": {
"top": 128,
"bottom": 177,
"left": 1199,
"right": 1221,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 1199,
"bbRight": 1221
},
"confidence": 100
},
{
"doc_index": 36,
"page_index": 36,
"block_index": 36,
"page_num": 0,
"text": "u",
"position": {
"top": 128,
"bottom": 177,
"left": 1221,
"right": 1252,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 1221,
"bbRight": 1252
},
"confidence": 100
},
{
"doc_index": 37,
"page_index": 37,
"block_index": 37,
"page_num": 0,
"text": "r",
"position": {
"top": 128,
"bottom": 177,
"left": 1252,
"right": 1276,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 1252,
"bbRight": 1276
},
"confidence": 100
},
{
"doc_index": 38,
"page_index": 38,
"block_index": 38,
"page_num": 0,
"text": "a",
"position": {
"top": 128,
"bottom": 177,
"left": 1276,
"right": 1307,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 1276,
"bbRight": 1307
},
"confidence": 100
},
{
"doc_index": 39,
"page_index": 39,
"block_index": 39,
"page_num": 0,
"text": "n",
"position": {
"top": 128,
"bottom": 177,
"left": 1307,
"right": 1342,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 1307,
"bbRight": 1342
},
"confidence": 100
},
{
"doc_index": 40,
"page_index": 40,
"block_index": 40,
"page_num": 0,
"text": "c",
"position": {
"top": 128,
"bottom": 177,
"left": 1342,
"right": 1368,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 1342,
"bbRight": 1368
},
"confidence": 100
},
{
"doc_index": 41,
"page_index": 41,
"block_index": 41,
"page_num": 0,
"text": "e",
"position": {
"top": 128,
"bottom": 177,
"left": 1368,
"right": 1396,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 1368,
"bbRight": 1396
},
"confidence": 100
},
{
"doc_index": 42,
"page_index": 42,
"block_index": 42,
"page_num": 0,
"text": ".",
"position": {
"top": 128,
"bottom": 177,
"left": 1396,
"right": 1405,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 1396,
"bbRight": 1405
},
"confidence": 100
},
{
"doc_index": 43,
"page_index": 43,
"block_index": 43,
"page_num": 0,
"text": "c",
"position": {
"top": 128,
"bottom": 177,
"left": 1405,
"right": 1432,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 1405,
"bbRight": 1432
},
"confidence": 100
},
{
"doc_index": 44,
"page_index": 44,
"block_index": 44,
"page_num": 0,
"text": "o",
"position": {
"top": 128,
"bottom": 177,
"left": 1432,
"right": 1462,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 1432,
"bbRight": 1462
},
"confidence": 100
},
{
"doc_index": 45,
"page_index": 45,
"block_index": 45,
"page_num": 0,
"text": "m",
"position": {
"top": 128,
"bottom": 177,
"left": 1462,
"right": 1513,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 1462,
"bbRight": 1513
},
"confidence": 100
},
{
"doc_index": 46,
"page_index": 46,
"block_index": 46,
"page_num": 0,
"text": ">",
"position": {
"top": 128,
"bottom": 177,
"left": 1513,
"right": 1551,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 1513,
"bbRight": 1551
},
"confidence": 100
},
{
"doc_index": 48,
"page_index": 48,
"block_index": 0,
"page_num": 0,
"text": "F",
"position": {
"top": 259,
"bottom": 296,
"left": 247,
"right": 280,
"bbTop": 259,
"bbBot": 296,
"bbLeft": 247,
"bbRight": 280
},
"confidence": 100
},
{
"doc_index": 49,
"page_index": 49,
"block_index": 1,
"page_num": 0,
"text": "r",
"position": {
"top": 259,
"bottom": 296,
"left": 280,
"right": 302,
"bbTop": 259,
"bbBot": 296,
"bbLeft": 280,
"bbRight": 302
},
"confidence": 100
},
{
"doc_index": 50,
"page_index": 50,
"block_index": 2,
"page_num": 0,
"text": "o",
"position": {
"top": 259,
"bottom": 296,
"left": 302,
"right": 328,
"bbTop": 259,
"bbBot": 296,
"bbLeft": 302,
"bbRight": 328
},
"confidence": 100
},
{
"doc_index": 51,
"page_index": 51,
"block_index": 3,
"page_num": 0,
"text": "m",
"position": {
"top": 259,
"bottom": 296,
"left": 328,
"right": 374,
"bbTop": 259,
"bbBot": 296,
"bbLeft": 328,
"bbRight": 374
},
"confidence": 100
},
{
"doc_index": 52,
"page_index": 52,
"block_index": 4,
"page_num": 0,
"text": ":",
"position": {
"top": 259,
"bottom": 296,
"left": 374,
"right": 381,
"bbTop": 259,
"bbBot": 296,
"bbLeft": 374,
"bbRight": 381
},
"confidence": 100
},
{
"doc_index": 54,
"page_index": 54,
"block_index": 6,
"page_num": 0,
"text": "E",
"position": {
"top": 257,
"bottom": 306,
"left": 408,
"right": 443,
"bbTop": 257,
"bbBot": 306,
"bbLeft": 408,
"bbRight": 443
},
"confidence": 100
},
{
"doc_index": 55,
"page_index": 55,
"block_index": 7,
"page_num": 0,
"text": "m",
"position": {
"top": 257,
"bottom": 306,
"left": 443,
"right": 487,
"bbTop": 257,
"bbBot": 306,
"bbLeft": 443,
"bbRight": 487
},
"confidence": 100
},
{
"doc_index": 56,
"page_index": 56,
"block_index": 8,
"page_num": 0,
"text": "i",
"position": {
"top": 257,
"bottom": 306,
"left": 487,
"right": 502,
"bbTop": 257,
"bbBot": 306,
"bbLeft": 487,
"bbRight": 502
},
"confidence": 100
},
{
"doc_index": 57,
"page_index": 57,
"block_index": 9,
"page_num": 0,
"text": "l",
"position": {
"top": 257,
"bottom": 306,
"left": 502,
"right": 518,
"bbTop": 257,
"bbBot": 306,
"bbLeft": 502,
"bbRight": 518
},
"confidence": 100
},
{
"doc_index": 58,
"page_index": 58,
"block_index": 10,
"page_num": 0,
"text": "y",
"position": {
"top": 257,
"bottom": 306,
"left": 518,
"right": 539,
"bbTop": 257,
"bbBot": 306,
"bbLeft": 518,
"bbRight": 539
},
"confidence": 100
},
{
"doc_index": 60,
"page_index": 60,
"block_index": 12,
"page_num": 0,
"text": "J",
"position": {
"top": 257,
"bottom": 305,
"left": 554,
"right": 583,
"bbTop": 257,
"bbBot": 305,
"bbLeft": 554,
"bbRight": 583
},
"confidence": 100
},
{
"doc_index": 61,
"page_index": 61,
"block_index": 13,
"page_num": 0,
"text": "o",
"position": {
"top": 257,
"bottom": 305,
"left": 583,
"right": 610,
"bbTop": 257,
"bbBot": 305,
"bbLeft": 583,
"bbRight": 610
},
"confidence": 100
},
{
"doc_index": 62,
"page_index": 62,
"block_index": 14,
"page_num": 0,
"text": "h",
"position": {
"top": 257,
"bottom": 305,
"left": 610,
"right": 639,
"bbTop": 257,
"bbBot": 305,
"bbLeft": 610,
"bbRight": 639
},
"confidence": 100
},
{
"doc_index": 63,
"page_index": 63,
"block_index": 15,
"page_num": 0,
"text": "n",
"position": {
"top": 257,
"bottom": 305,
"left": 639,
"right": 671,
"bbTop": 257,
"bbBot": 305,
"bbLeft": 639,
"bbRight": 671
},
"confidence": 100
},
{
"doc_index": 64,
"page_index": 64,
"block_index": 16,
"page_num": 0,
"text": "s",
"position": {
"top": 257,
"bottom": 305,
"left": 671,
"right": 691,
"bbTop": 257,
"bbBot": 305,
"bbLeft": 671,
"bbRight": 691
},
"confidence": 100
},
{
"doc_index": 65,
"page_index": 65,
"block_index": 17,
"page_num": 0,
"text": "o",
"position": {
"top": 257,
"bottom": 305,
"left": 691,
"right": 718,
"bbTop": 257,
"bbBot": 305,
"bbLeft": 691,
"bbRight": 718
},
"confidence": 100
},
{
"doc_index": 66,
"page_index": 66,
"block_index": 18,
"page_num": 0,
"text": "n",
"position": {
"top": 257,
"bottom": 305,
"left": 718,
"right": 749,
"bbTop": 257,
"bbBot": 305,
"bbLeft": 718,
"bbRight": 749
},
"confidence": 100
},
{
"doc_index": 68,
"page_index": 68,
"block_index": 20,
"page_num": 0,
"text": "<",
"position": {
"top": 257,
"bottom": 306,
"left": 775,
"right": 813,
"bbTop": 257,
"bbBot": 306,
"bbLeft": 775,
"bbRight": 813
},
"confidence": 100
},
{
"doc_index": 69,
"page_index": 69,
"block_index": 21,
"page_num": 0,
"text": "e",
"position": {
"top": 257,
"bottom": 306,
"left": 813,
"right": 842,
"bbTop": 257,
"bbBot": 306,
"bbLeft": 813,
"bbRight": 842
},
"confidence": 100
},
{
"doc_index": 70,
"page_index": 70,
"block_index": 22,
"page_num": 0,
"text": "j",
"position": {
"top": 257,
"bottom": 306,
"left": 842,
"right": 856,
"bbTop": 257,
"bbBot": 306,
"bbLeft": 842,
"bbRight": 856
},
"confidence": 100
},
{
"doc_index": 71,
"page_index": 71,
"block_index": 23,
"page_num": 0,
"text": "o",
"position": {
"top": 257,
"bottom": 306,
"left": 856,
"right": 887,
"bbTop": 257,
"bbBot": 306,
"bbLeft": 856,
"bbRight": 887
},
"confidence": 100
},
{
"doc_index": 72,
"page_index": 72,
"block_index": 24,
"page_num": 0,
"text": "n",
"position": {
"top": 257,
"bottom": 306,
"left": 887,
"right": 924,
"bbTop": 257,
"bbBot": 306,
"bbLeft": 887,
"bbRight": 924
},
"confidence": 100
},
{
"doc_index": 73,
"page_index": 73,
"block_index": 25,
"page_num": 0,
"text": "s",
"position": {
"top": 257,
"bottom": 306,
"left": 924,
"right": 947,
"bbTop": 257,
"bbBot": 306,
"bbLeft": 924,
"bbRight": 947
},
"confidence": 100
},
{
"doc_index": 74,
"page_index": 74,
"block_index": 26,
"page_num": 0,
"text": "h",
"position": {
"top": 257,
"bottom": 306,
"left": 947,
"right": 982,
"bbTop": 257,
"bbBot": 306,
"bbLeft": 947,
"bbRight": 982
},
"confidence": 100
},
{
"doc_index": 75,
"page_index": 75,
"block_index": 27,
"page_num": 0,
"text": "o",
"position": {
"top": 257,
"bottom": 306,
"left": 982,
"right": 1013,
"bbTop": 257,
"bbBot": 306,
"bbLeft": 982,
"bbRight": 1013
},
"confidence": 100
},
{
"doc_index": 76,
"page_index": 76,
"block_index": 28,
"page_num": 0,
"text": "n",
"position": {
"top": 257,
"bottom": 306,
"left": 1013,
"right": 1050,
"bbTop": 257,
"bbBot": 306,
"bbLeft": 1013,
"bbRight": 1050
},
"confidence": 100
},
{
"doc_index": 77,
"page_index": 77,
"block_index": 29,
"page_num": 0,
"text": "@",
"position": {
"top": 257,
"bottom": 306,
"left": 1050,
"right": 1079,
"bbTop": 257,
"bbBot": 306,
"bbLeft": 1050,
"bbRight": 1079
},
"confidence": 100
},
{
"doc_index": 78,
"page_index": 78,
"block_index": 30,
"page_num": 0,
"text": "t",
"position": {
"top": 257,
"bottom": 306,
"left": 1079,
"right": 1100,
"bbTop": 257,
"bbBot": 306,
"bbLeft": 1079,
"bbRight": 1100
},
"confidence": 100
},
{
"doc_index": 79,
"page_index": 79,
"block_index": 31,
"page_num": 0,
"text": "e",
"position": {
"top": 257,
"bottom": 306,
"left": 1100,
"right": 1129,
"bbTop": 257,
"bbBot": 306,
"bbLeft": 1100,
"bbRight": 1129
},
"confidence": 100
},
{
"doc_index": 80,
"page_index": 80,
"block_index": 32,
"page_num": 0,
"text": "x",
"position": {
"top": 257,
"bottom": 306,
"left": 1129,
"right": 1163,
"bbTop": 257,
"bbBot": 306,
"bbLeft": 1129,
"bbRight": 1163
},
"confidence": 100
},
{
"doc_index": 81,
"page_index": 81,
"block_index": 33,
"page_num": 0,
"text": "s",
"position": {
"top": 257,
"bottom": 306,
"left": 1163,
"right": 1186,
"bbTop": 257,
"bbBot": 306,
"bbLeft": 1163,
"bbRight": 1186
},
"confidence": 100
},
{
"doc_index": 82,
"page_index": 82,
"block_index": 34,
"page_num": 0,
"text": "e",
"position": {
"top": 257,
"bottom": 306,
"left": 1186,
"right": 1215,
"bbTop": 257,
"bbBot": 306,
"bbLeft": 1186,
"bbRight": 1215
},
"confidence": 100
},
{
"doc_index": 83,
"page_index": 83,
"block_index": 35,
"page_num": 0,
"text": "c",
"position": {
"top": 257,
"bottom": 306,
"left": 1215,
"right": 1243,
"bbTop": 257,
"bbBot": 306,
"bbLeft": 1215,
"bbRight": 1243
},
"confidence": 100
},
{
"doc_index": 84,
"page_index": 84,
"block_index": 36,
"page_num": 0,
"text": "u",
"position": {
"top": 257,
"bottom": 306,
"left": 1243,
"right": 1275,
"bbTop": 257,
"bbBot": 306,
"bbLeft": 1243,
"bbRight": 1275
},
"confidence": 100
},
{
"doc_index": 85,
"page_index": 85,
"block_index": 37,
"page_num": 0,
"text": "r",
"position": {
"top": 257,
"bottom": 306,
"left": 1275,
"right": 1301,
"bbTop": 257,
"bbBot": 306,
"bbLeft": 1275,
"bbRight": 1301
},
"confidence": 100
},
{
"doc_index": 86,
"page_index": 86,
"block_index": 38,
"page_num": 0,
"text": "e",
"position": {
"top": 257,
"bottom": 306,
"left": 1301,
"right": 1330,
"bbTop": 257,
"bbBot": 306,
"bbLeft": 1301,
"bbRight": 1330
},
"confidence": 100
},
{
"doc_index": 87,
"page_index": 87,
"block_index": 39,
"page_num": 0,
"text": ".",
"position": {
"top": 257,
"bottom": 306,
"left": 1330,
"right": 1340,
"bbTop": 257,
"bbBot": 306,
"bbLeft": 1330,
"bbRight": 1340
},
"confidence": 100
},
{
"doc_index": 88,
"page_index": 88,
"block_index": 40,
"page_num": 0,
"text": "c",
"position": {
"top": 257,
"bottom": 306,
"left": 1340,
"right": 1369,
"bbTop": 257,
"bbBot": 306,
"bbLeft": 1340,
"bbRight": 1369
},
"confidence": 100
},
{
"doc_index": 89,
"page_index": 89,
"block_index": 41,
"page_num": 0,
"text": "o",
"position": {
"top": 257,
"bottom": 306,
"left": 1369,
"right": 1400,
"bbTop": 257,
"bbBot": 306,
"bbLeft": 1369,
"bbRight": 1400
},
"confidence": 100
},
{
"doc_index": 90,
"page_index": 90,
"block_index": 42,
"page_num": 0,
"text": "m",
"position": {
"top": 257,
"bottom": 306,
"left": 1400,
"right": 1454,
"bbTop": 257,
"bbBot": 306,
"bbLeft": 1400,
"bbRight": 1454
},
"confidence": 100
},
{
"doc_index": 91,
"page_index": 91,
"block_index": 43,
"page_num": 0,
"text": ">",
"position": {
"top": 257,
"bottom": 306,
"left": 1454,
"right": 1494,
"bbTop": 257,
"bbBot": 306,
"bbLeft": 1454,
"bbRight": 1494
},
"confidence": 100
},
{
"doc_index": 93,
"page_index": 93,
"block_index": 0,
"page_num": 0,
"text": "S",
"position": {
"top": 386,
"bottom": 434,
"left": 245,
"right": 278,
"bbTop": 386,
"bbBot": 434,
"bbLeft": 245,
"bbRight": 278
},
"confidence": 100
},
{
"doc_index": 94,
"page_index": 94,
"block_index": 1,
"page_num": 0,
"text": "u",
"position": {
"top": 386,
"bottom": 434,
"left": 278,
"right": 310,
"bbTop": 386,
"bbBot": 434,
"bbLeft": 278,
"bbRight": 310
},
"confidence": 100
},
{
"doc_index": 95,
"page_index": 95,
"block_index": 2,
"page_num": 0,
"text": "b",
"position": {
"top": 386,
"bottom": 434,
"left": 310,
"right": 342,
"bbTop": 386,
"bbBot": 434,
"bbLeft": 310,
"bbRight": 342
},
"confidence": 100
},
{
"doc_index": 96,
"page_index": 96,
"block_index": 3,
"page_num": 0,
"text": "j",
"position": {
"top": 386,
"bottom": 434,
"left": 342,
"right": 356,
"bbTop": 386,
"bbBot": 434,
"bbLeft": 342,
"bbRight": 356
},
"confidence": 100
},
{
"doc_index": 97,
"page_index": 97,
"block_index": 4,
"page_num": 0,
"text": "e",
"position": {
"top": 386,
"bottom": 434,
"left": 356,
"right": 384,
"bbTop": 386,
"bbBot": 434,
"bbLeft": 356,
"bbRight": 384
},
"confidence": 100
},
{
"doc_index": 98,
"page_index": 98,
"block_index": 5,
"page_num": 0,
"text": "c",
"position": {
"top": 386,
"bottom": 434,
"left": 384,
"right": 411,
"bbTop": 386,
"bbBot": 434,
"bbLeft": 384,
"bbRight": 411
},
"confidence": 100
},
{
"doc_index": 99,
"page_index": 99,
"block_index": 6,
"page_num": 0,
"text": "t",
"position": {
"top": 386,
"bottom": 434,
"left": 411,
"right": 431,
"bbTop": 386,
"bbBot": 434,
"bbLeft": 411,
"bbRight": 431
},
"confidence": 100
},
{
"doc_index": 100,
"page_index": 100,
"block_index": 7,
"page_num": 0,
"text": ":",
"position": {
"top": 386,
"bottom": 434,
"left": 431,
"right": 440,
"bbTop": 386,
"bbBot": 434,
"bbLeft": 431,
"bbRight": 440
},
"confidence": 100
},
{
"doc_index": 102,
"page_index": 102,
"block_index": 9,
"page_num": 0,
"text": "N",
"position": {
"top": 388,
"bottom": 425,
"left": 467,
"right": 505,
"bbTop": 388,
"bbBot": 425,
"bbLeft": 467,
"bbRight": 505
},
"confidence": 100
},
{
"doc_index": 103,
"page_index": 103,
"block_index": 10,
"page_num": 0,
"text": "e",
"position": {
"top": 388,
"bottom": 425,
"left": 505,
"right": 529,
"bbTop": 388,
"bbBot": 425,
"bbLeft": 505,
"bbRight": 529
},
"confidence": 100
},
{
"doc_index": 104,
"page_index": 104,
"block_index": 11,
"page_num": 0,
"text": "w",
"position": {
"top": 388,
"bottom": 425,
"left": 529,
"right": 569,
"bbTop": 388,
"bbBot": 425,
"bbLeft": 529,
"bbRight": 569
},
"confidence": 100
},
{
"doc_index": 106,
"page_index": 106,
"block_index": 13,
"page_num": 0,
"text": "C",
"position": {
"top": 386,
"bottom": 425,
"left": 589,
"right": 624,
"bbTop": 386,
"bbBot": 425,
"bbLeft": 589,
"bbRight": 624
},
"confidence": 100
},
{
"doc_index": 107,
"page_index": 107,
"block_index": 14,
"page_num": 0,
"text": "l",
"position": {
"top": 386,
"bottom": 425,
"left": 624,
"right": 641,
"bbTop": 386,
"bbBot": 425,
"bbLeft": 624,
"bbRight": 641
},
"confidence": 100
},
{
"doc_index": 108,
"page_index": 108,
"block_index": 15,
"page_num": 0,
"text": "i",
"position": {
"top": 386,
"bottom": 425,
"left": 641,
"right": 657,
"bbTop": 386,
"bbBot": 425,
"bbLeft": 641,
"bbRight": 657
},
"confidence": 100
},
{
"doc_index": 109,
"page_index": 109,
"block_index": 16,
"page_num": 0,
"text": "e",
"position": {
"top": 386,
"bottom": 425,
"left": 657,
"right": 681,
"bbTop": 386,
"bbBot": 425,
"bbLeft": 657,
"bbRight": 681
},
"confidence": 100
},
{
"doc_index": 110,
"page_index": 110,
"block_index": 17,
"page_num": 0,
"text": "n",
"position": {
"top": 386,
"bottom": 425,
"left": 681,
"right": 712,
"bbTop": 386,
"bbBot": 425,
"bbLeft": 681,
"bbRight": 712
},
"confidence": 100
},
{
"doc_index": 111,
"page_index": 111,
"block_index": 18,
"page_num": 0,
"text": "t",
"position": {
"top": 386,
"bottom": 425,
"left": 712,
"right": 730,
"bbTop": 386,
"bbBot": 425,
"bbLeft": 712,
"bbRight": 730
},
"confidence": 100
},
{
"doc_index": 113,
"page_index": 113,
"block_index": 20,
"page_num": 0,
"text": "P",
"position": {
"top": 388,
"bottom": 434,
"left": 752,
"right": 788,
"bbTop": 388,
"bbBot": 434,
"bbLeft": 752,
"bbRight": 788
},
"confidence": 100
},
{
"doc_index": 114,
"page_index": 114,
"block_index": 21,
"page_num": 0,
"text": "r",
"position": {
"top": 388,
"bottom": 434,
"left": 788,
"right": 811,
"bbTop": 388,
"bbBot": 434,
"bbLeft": 788,
"bbRight": 811
},
"confidence": 100
},
{
"doc_index": 115,
"page_index": 115,
"block_index": 22,
"page_num": 0,
"text": "o",
"position": {
"top": 388,
"bottom": 434,
"left": 811,
"right": 839,
"bbTop": 388,
"bbBot": 434,
"bbLeft": 811,
"bbRight": 839
},
"confidence": 100
},
{
"doc_index": 116,
"page_index": 116,
"block_index": 23,
"page_num": 0,
"text": "p",
"position": {
"top": 388,
"bottom": 434,
"left": 839,
"right": 867,
"bbTop": 388,
"bbBot": 434,
"bbLeft": 839,
"bbRight": 867
},
"confidence": 100
},
{
"doc_index": 117,
"page_index": 117,
"block_index": 24,
"page_num": 0,
"text": "e",
"position": {
"top": 388,
"bottom": 434,
"left": 867,
"right": 893,
"bbTop": 388,
"bbBot": 434,
"bbLeft": 867,
"bbRight": 893
},
"confidence": 100
},
{
"doc_index": 118,
"page_index": 118,
"block_index": 25,
"page_num": 0,
"text": "r",
"position": {
"top": 388,
"bottom": 434,
"left": 893,
"right": 916,
"bbTop": 388,
"bbBot": 434,
"bbLeft": 893,
"bbRight": 916
},
"confidence": 100
},
{
"doc_index": 119,
"page_index": 119,
"block_index": 26,
"page_num": 0,
"text": "t",
"position": {
"top": 388,
"bottom": 434,
"left": 916,
"right": 935,
"bbTop": 388,
"bbBot": 434,
"bbLeft": 916,
"bbRight": 935
},
"confidence": 100
},
{
"doc_index": 120,
"page_index": 120,
"block_index": 27,
"page_num": 0,
"text": "y",
"position": {
"top": 388,
"bottom": 434,
"left": 935,
"right": 958,
"bbTop": 388,
"bbBot": 434,
"bbLeft": 935,
"bbRight": 958
},
"confidence": 100
},
{
"doc_index": 122,
"page_index": 122,
"block_index": 29,
"page_num": 0,
"text": "-",
"position": {
"top": 408,
"bottom": 412,
"left": 979,
"right": 992,
"bbTop": 408,
"bbBot": 412,
"bbLeft": 979,
"bbRight": 992
},
"confidence": 100
},
{
"doc_index": 124,
"page_index": 124,
"block_index": 31,
"page_num": 0,
"text": "F",
"position": {
"top": 386,
"bottom": 425,
"left": 1015,
"right": 1048,
"bbTop": 386,
"bbBot": 425,
"bbLeft": 1015,
"bbRight": 1048
},
"confidence": 100
},
{
"doc_index": 125,
"page_index": 125,
"block_index": 32,
"page_num": 0,
"text": "i",
"position": {
"top": 386,
"bottom": 425,
"left": 1048,
"right": 1064,
"bbTop": 386,
"bbBot": 425,
"bbLeft": 1048,
"bbRight": 1064
},
"confidence": 100
},
{
"doc_index": 126,
"page_index": 126,
"block_index": 33,
"page_num": 0,
"text": "r",
"position": {
"top": 386,
"bottom": 425,
"left": 1064,
"right": 1086,
"bbTop": 386,
"bbBot": 425,
"bbLeft": 1064,
"bbRight": 1086
},
"confidence": 100
},
{
"doc_index": 127,
"page_index": 127,
"block_index": 34,
"page_num": 0,
"text": "e",
"position": {
"top": 386,
"bottom": 425,
"left": 1086,
"right": 1110,
"bbTop": 386,
"bbBot": 425,
"bbLeft": 1086,
"bbRight": 1110
},
"confidence": 100
},
{
"doc_index": 128,
"page_index": 128,
"block_index": 35,
"page_num": 0,
"text": "w",
"position": {
"top": 386,
"bottom": 425,
"left": 1110,
"right": 1150,
"bbTop": 386,
"bbBot": 425,
"bbLeft": 1110,
"bbRight": 1150
},
"confidence": 100
},
{
"doc_index": 129,
"page_index": 129,
"block_index": 36,
"page_num": 0,
"text": "o",
"position": {
"top": 386,
"bottom": 425,
"left": 1150,
"right": 1176,
"bbTop": 386,
"bbBot": 425,
"bbLeft": 1150,
"bbRight": 1176
},
"confidence": 100
},
{
"doc_index": 130,
"page_index": 130,
"block_index": 37,
"page_num": 0,
"text": "r",
"position": {
"top": 386,
"bottom": 425,
"left": 1176,
"right": 1198,
"bbTop": 386,
"bbBot": 425,
"bbLeft": 1176,
"bbRight": 1198
},
"confidence": 100
},
{
"doc_index": 131,
"page_index": 131,
"block_index": 38,
"page_num": 0,
"text": "k",
"position": {
"top": 386,
"bottom": 425,
"left": 1198,
"right": 1229,
"bbTop": 386,
"bbBot": 425,
"bbLeft": 1198,
"bbRight": 1229
},
"confidence": 100
},
{
"doc_index": 132,
"page_index": 132,
"block_index": 39,
"page_num": 0,
"text": "s",
"position": {
"top": 386,
"bottom": 425,
"left": 1229,
"right": 1248,
"bbTop": 386,
"bbBot": 425,
"bbLeft": 1229,
"bbRight": 1248
},
"confidence": 100
},
{
"doc_index": 134,
"page_index": 134,
"block_index": 41,
"page_num": 0,
"text": "M",
"position": {
"top": 386,
"bottom": 434,
"left": 1272,
"right": 1322,
"bbTop": 386,
"bbBot": 434,
"bbLeft": 1272,
"bbRight": 1322
},
"confidence": 100
},
{
"doc_index": 135,
"page_index": 135,
"block_index": 42,
"page_num": 0,
"text": "a",
"position": {
"top": 386,
"bottom": 434,
"left": 1322,
"right": 1349,
"bbTop": 386,
"bbBot": 434,
"bbLeft": 1322,
"bbRight": 1349
},
"confidence": 100
},
{
"doc_index": 136,
"page_index": 136,
"block_index": 43,
"page_num": 0,
"text": "n",
"position": {
"top": 386,
"bottom": 434,
"left": 1349,
"right": 1381,
"bbTop": 386,
"bbBot": 434,
"bbLeft": 1349,
"bbRight": 1381
},
"confidence": 100
},
{
"doc_index": 137,
"page_index": 137,
"block_index": 44,
"page_num": 0,
"text": "u",
"position": {
"top": 386,
"bottom": 434,
"left": 1381,
"right": 1409,
"bbTop": 386,
"bbBot": 434,
"bbLeft": 1381,
"bbRight": 1409
},
"confidence": 100
},
{
"doc_index": 138,
"page_index": 138,
"block_index": 45,
"page_num": 0,
"text": "f",
"position": {
"top": 386,
"bottom": 434,
"left": 1409,
"right": 1432,
"bbTop": 386,
"bbBot": 434,
"bbLeft": 1409,
"bbRight": 1432
},
"confidence": 100
},
{
"doc_index": 139,
"page_index": 139,
"block_index": 46,
"page_num": 0,
"text": "a",
"position": {
"top": 386,
"bottom": 434,
"left": 1432,
"right": 1459,
"bbTop": 386,
"bbBot": 434,
"bbLeft": 1432,
"bbRight": 1459
},
"confidence": 100
},
{
"doc_index": 140,
"page_index": 140,
"block_index": 47,
"page_num": 0,
"text": "c",
"position": {
"top": 386,
"bottom": 434,
"left": 1459,
"right": 1484,
"bbTop": 386,
"bbBot": 434,
"bbLeft": 1459,
"bbRight": 1484
},
"confidence": 100
},
{
"doc_index": 141,
"page_index": 141,
"block_index": 48,
"page_num": 0,
"text": "t",
"position": {
"top": 386,
"bottom": 434,
"left": 1484,
"right": 1502,
"bbTop": 386,
"bbBot": 434,
"bbLeft": 1484,
"bbRight": 1502
},
"confidence": 100
},
{
"doc_index": 142,
"page_index": 142,
"block_index": 49,
"page_num": 0,
"text": "u",
"position": {
"top": 386,
"bottom": 434,
"left": 1502,
"right": 1530,
"bbTop": 386,
"bbBot": 434,
"bbLeft": 1502,
"bbRight": 1530
},
"confidence": 100
},
{
"doc_index": 143,
"page_index": 143,
"block_index": 50,
"page_num": 0,
"text": "r",
"position": {
"top": 386,
"bottom": 434,
"left": 1530,
"right": 1552,
"bbTop": 386,
"bbBot": 434,
"bbLeft": 1530,
"bbRight": 1552
},
"confidence": 100
},
{
"doc_index": 144,
"page_index": 144,
"block_index": 51,
"page_num": 0,
"text": "i",
"position": {
"top": 386,
"bottom": 434,
"left": 1552,
"right": 1568,
"bbTop": 386,
"bbBot": 434,
"bbLeft": 1552,
"bbRight": 1568
},
"confidence": 100
},
{
"doc_index": 145,
"page_index": 145,
"block_index": 52,
"page_num": 0,
"text": "n",
"position": {
"top": 386,
"bottom": 434,
"left": 1568,
"right": 1599,
"bbTop": 386,
"bbBot": 434,
"bbLeft": 1568,
"bbRight": 1599
},
"confidence": 100
},
{
"doc_index": 146,
"page_index": 146,
"block_index": 53,
"page_num": 0,
"text": "g",
"position": {
"top": 386,
"bottom": 434,
"left": 1599,
"right": 1624,
"bbTop": 386,
"bbBot": 434,
"bbLeft": 1599,
"bbRight": 1624
},
"confidence": 100
},
{
"doc_index": 148,
"page_index": 148,
"block_index": 55,
"page_num": 0,
"text": "C",
"position": {
"top": 387,
"bottom": 434,
"left": 1648,
"right": 1686,
"bbTop": 387,
"bbBot": 434,
"bbLeft": 1648,
"bbRight": 1686
},
"confidence": 100
},
{
"doc_index": 149,
"page_index": 149,
"block_index": 56,
"page_num": 0,
"text": "o",
"position": {
"top": 387,
"bottom": 434,
"left": 1686,
"right": 1715,
"bbTop": 387,
"bbBot": 434,
"bbLeft": 1686,
"bbRight": 1715
},
"confidence": 100
},
{
"doc_index": 150,
"page_index": 150,
"block_index": 57,
"page_num": 0,
"text": "m",
"position": {
"top": 387,
"bottom": 434,
"left": 1715,
"right": 1765,
"bbTop": 387,
"bbBot": 434,
"bbLeft": 1715,
"bbRight": 1765
},
"confidence": 100
},
{
"doc_index": 151,
"page_index": 151,
"block_index": 58,
"page_num": 0,
"text": "p",
"position": {
"top": 387,
"bottom": 434,
"left": 1765,
"right": 1793,
"bbTop": 387,
"bbBot": 434,
"bbLeft": 1765,
"bbRight": 1793
},
"confidence": 100
},
{
"doc_index": 152,
"page_index": 152,
"block_index": 59,
"page_num": 0,
"text": "a",
"position": {
"top": 387,
"bottom": 434,
"left": 1793,
"right": 1823,
"bbTop": 387,
"bbBot": 434,
"bbLeft": 1793,
"bbRight": 1823
},
"confidence": 100
},
{
"doc_index": 153,
"page_index": 153,
"block_index": 60,
"page_num": 0,
"text": "n",
"position": {
"top": 387,
"bottom": 434,
"left": 1823,
"right": 1857,
"bbTop": 387,
"bbBot": 434,
"bbLeft": 1823,
"bbRight": 1857
},
"confidence": 100
},
{
"doc_index": 154,
"page_index": 154,
"block_index": 61,
"page_num": 0,
"text": "y",
"position": {
"top": 387,
"bottom": 434,
"left": 1857,
"right": 1881,
"bbTop": 387,
"bbBot": 434,
"bbLeft": 1857,
"bbRight": 1881
},
"confidence": 100
},
{
"doc_index": 156,
"page_index": 156,
"block_index": 63,
"page_num": 0,
"text": "(",
"position": {
"top": 386,
"bottom": 431,
"left": 1903,
"right": 1915,
"bbTop": 386,
"bbBot": 431,
"bbLeft": 1903,
"bbRight": 1915
},
"confidence": 100
},
{
"doc_index": 157,
"page_index": 157,
"block_index": 64,
"page_num": 0,
"text": "B",
"position": {
"top": 386,
"bottom": 431,
"left": 1915,
"right": 1952,
"bbTop": 386,
"bbBot": 431,
"bbLeft": 1915,
"bbRight": 1952
},
"confidence": 100
},
{
"doc_index": 158,
"page_index": 158,
"block_index": 65,
"page_num": 0,
"text": "l",
"position": {
"top": 386,
"bottom": 431,
"left": 1952,
"right": 1970,
"bbTop": 386,
"bbBot": 431,
"bbLeft": 1952,
"bbRight": 1970
},
"confidence": 100
},
{
"doc_index": 159,
"page_index": 159,
"block_index": 66,
"page_num": 0,
"text": "a",
"position": {
"top": 386,
"bottom": 431,
"left": 1970,
"right": 1999,
"bbTop": 386,
"bbBot": 431,
"bbLeft": 1970,
"bbRight": 1999
},
"confidence": 100
},
{
"doc_index": 160,
"page_index": 160,
"block_index": 67,
"page_num": 0,
"text": "s",
"position": {
"top": 386,
"bottom": 431,
"left": 1999,
"right": 2020,
"bbTop": 386,
"bbBot": 431,
"bbLeft": 1999,
"bbRight": 2020
},
"confidence": 100
},
{
"doc_index": 161,
"page_index": 161,
"block_index": 68,
"page_num": 0,
"text": "t",
"position": {
"top": 386,
"bottom": 431,
"left": 2020,
"right": 2038,
"bbTop": 386,
"bbBot": 431,
"bbLeft": 2020,
"bbRight": 2038
},
"confidence": 100
},
{
"doc_index": 162,
"page_index": 162,
"block_index": 69,
"page_num": 0,
"text": "T",
"position": {
"top": 386,
"bottom": 431,
"left": 2038,
"right": 2076,
"bbTop": 386,
"bbBot": 431,
"bbLeft": 2038,
"bbRight": 2076
},
"confidence": 100
},
{
"doc_index": 163,
"page_index": 163,
"block_index": 70,
"page_num": 0,
"text": "e",
"position": {
"top": 386,
"bottom": 431,
"left": 2076,
"right": 2102,
"bbTop": 386,
"bbBot": 431,
"bbLeft": 2076,
"bbRight": 2102
},
"confidence": 100
},
{
"doc_index": 164,
"page_index": 164,
"block_index": 71,
"page_num": 0,
"text": "c",
"position": {
"top": 386,
"bottom": 431,
"left": 2102,
"right": 2127,
"bbTop": 386,
"bbBot": 431,
"bbLeft": 2102,
"bbRight": 2127
},
"confidence": 100
},
{
"doc_index": 165,
"page_index": 165,
"block_index": 72,
"page_num": 0,
"text": "h",
"position": {
"top": 386,
"bottom": 431,
"left": 2127,
"right": 2158,
"bbTop": 386,
"bbBot": 431,
"bbLeft": 2127,
"bbRight": 2158
},
"confidence": 100
},
{
"doc_index": 167,
"page_index": 167,
"block_index": 74,
"page_num": 0,
"text": "F",
"position": {
"top": 444,
"bottom": 483,
"left": 247,
"right": 280,
"bbTop": 444,
"bbBot": 483,
"bbLeft": 247,
"bbRight": 280
},
"confidence": 100
},
{
"doc_index": 168,
"page_index": 168,
"block_index": 75,
"page_num": 0,
"text": "i",
"position": {
"top": 444,
"bottom": 483,
"left": 280,
"right": 296,
"bbTop": 444,
"bbBot": 483,
"bbLeft": 280,
"bbRight": 296
},
"confidence": 100
},
{
"doc_index": 169,
"page_index": 169,
"block_index": 76,
"page_num": 0,
"text": "r",
"position": {
"top": 444,
"bottom": 483,
"left": 296,
"right": 317,
"bbTop": 444,
"bbBot": 483,
"bbLeft": 296,
"bbRight": 317
},
"confidence": 100
},
{
"doc_index": 170,
"page_index": 170,
"block_index": 77,
"page_num": 0,
"text": "e",
"position": {
"top": 444,
"bottom": 483,
"left": 317,
"right": 342,
"bbTop": 444,
"bbBot": 483,
"bbLeft": 317,
"bbRight": 342
},
"confidence": 100
},
{
"doc_index": 171,
"page_index": 171,
"block_index": 78,
"page_num": 0,
"text": "w",
"position": {
"top": 444,
"bottom": 483,
"left": 342,
"right": 382,
"bbTop": 444,
"bbBot": 483,
"bbLeft": 342,
"bbRight": 382
},
"confidence": 100
},
{
"doc_index": 172,
"page_index": 172,
"block_index": 79,
"page_num": 0,
"text": "o",
"position": {
"top": 444,
"bottom": 483,
"left": 382,
"right": 408,
"bbTop": 444,
"bbBot": 483,
"bbLeft": 382,
"bbRight": 408
},
"confidence": 100
},
{
"doc_index": 173,
"page_index": 173,
"block_index": 80,
"page_num": 0,
"text": "r",
"position": {
"top": 444,
"bottom": 483,
"left": 408,
"right": 430,
"bbTop": 444,
"bbBot": 483,
"bbLeft": 408,
"bbRight": 430
},
"confidence": 100
},
{
"doc_index": 174,
"page_index": 174,
"block_index": 81,
"page_num": 0,
"text": "k",
"position": {
"top": 444,
"bottom": 483,
"left": 430,
"right": 460,
"bbTop": 444,
"bbBot": 483,
"bbLeft": 430,
"bbRight": 460
},
"confidence": 100
},
{
"doc_index": 175,
"page_index": 175,
"block_index": 82,
"page_num": 0,
"text": "s",
"position": {
"top": 444,
"bottom": 483,
"left": 460,
"right": 480,
"bbTop": 444,
"bbBot": 483,
"bbLeft": 460,
"bbRight": 480
},
"confidence": 100
},
{
"doc_index": 177,
"page_index": 177,
"block_index": 84,
"page_num": 0,
"text": "M",
"position": {
"top": 444,
"bottom": 493,
"left": 504,
"right": 555,
"bbTop": 444,
"bbBot": 493,
"bbLeft": 504,
"bbRight": 555
},
"confidence": 100
},
{
"doc_index": 178,
"page_index": 178,
"block_index": 85,
"page_num": 0,
"text": "a",
"position": {
"top": 444,
"bottom": 493,
"left": 555,
"right": 583,
"bbTop": 444,
"bbBot": 493,
"bbLeft": 555,
"bbRight": 583
},
"confidence": 100
},
{
"doc_index": 179,
"page_index": 179,
"block_index": 86,
"page_num": 0,
"text": "n",
"position": {
"top": 444,
"bottom": 493,
"left": 583,
"right": 615,
"bbTop": 444,
"bbBot": 493,
"bbLeft": 583,
"bbRight": 615
},
"confidence": 100
},
{
"doc_index": 180,
"page_index": 180,
"block_index": 87,
"page_num": 0,
"text": "u",
"position": {
"top": 444,
"bottom": 493,
"left": 615,
"right": 644,
"bbTop": 444,
"bbBot": 493,
"bbLeft": 615,
"bbRight": 644
},
"confidence": 100
},
{
"doc_index": 181,
"page_index": 181,
"block_index": 88,
"page_num": 0,
"text": "f",
"position": {
"top": 444,
"bottom": 493,
"left": 644,
"right": 667,
"bbTop": 444,
"bbBot": 493,
"bbLeft": 644,
"bbRight": 667
},
"confidence": 100
},
{
"doc_index": 182,
"page_index": 182,
"block_index": 89,
"page_num": 0,
"text": "a",
"position": {
"top": 444,
"bottom": 493,
"left": 667,
"right": 695,
"bbTop": 444,
"bbBot": 493,
"bbLeft": 667,
"bbRight": 695
},
"confidence": 100
},
{
"doc_index": 183,
"page_index": 183,
"block_index": 90,
"page_num": 0,
"text": "c",
"position": {
"top": 444,
"bottom": 493,
"left": 695,
"right": 720,
"bbTop": 444,
"bbBot": 493,
"bbLeft": 695,
"bbRight": 720
},
"confidence": 100
},
{
"doc_index": 184,
"page_index": 184,
"block_index": 91,
"page_num": 0,
"text": "t",
"position": {
"top": 444,
"bottom": 493,
"left": 720,
"right": 738,
"bbTop": 444,
"bbBot": 493,
"bbLeft": 720,
"bbRight": 738
},
"confidence": 100
},
{
"doc_index": 185,
"page_index": 185,
"block_index": 92,
"page_num": 0,
"text": "u",
"position": {
"top": 444,
"bottom": 493,
"left": 738,
"right": 767,
"bbTop": 444,
"bbBot": 493,
"bbLeft": 738,
"bbRight": 767
},
"confidence": 100
},
{
"doc_index": 186,
"page_index": 186,
"block_index": 93,
"page_num": 0,
"text": "r",
"position": {
"top": 444,
"bottom": 493,
"left": 767,
"right": 789,
"bbTop": 444,
"bbBot": 493,
"bbLeft": 767,
"bbRight": 789
},
"confidence": 100
},
{
"doc_index": 187,
"page_index": 187,
"block_index": 94,
"page_num": 0,
"text": "i",
"position": {
"top": 444,
"bottom": 493,
"left": 789,
"right": 806,
"bbTop": 444,
"bbBot": 493,
"bbLeft": 789,
"bbRight": 806
},
"confidence": 100
},
{
"doc_index": 188,
"page_index": 188,
"block_index": 95,
"page_num": 0,
"text": "n",
"position": {
"top": 444,
"bottom": 493,
"left": 806,
"right": 838,
"bbTop": 444,
"bbBot": 493,
"bbLeft": 806,
"bbRight": 838
},
"confidence": 100
},
{
"doc_index": 189,
"page_index": 189,
"block_index": 96,
"page_num": 0,
"text": "g",
"position": {
"top": 444,
"bottom": 493,
"left": 838,
"right": 863,
"bbTop": 444,
"bbBot": 493,
"bbLeft": 838,
"bbRight": 863
},
"confidence": 100
},
{
"doc_index": 190,
"page_index": 190,
"block_index": 97,
"page_num": 0,
"text": ")",
"position": {
"top": 444,
"bottom": 493,
"left": 863,
"right": 876,
"bbTop": 444,
"bbBot": 493,
"bbLeft": 863,
"bbRight": 876
},
"confidence": 100
},
{
"doc_index": 192,
"page_index": 192,
"block_index": 0,
"page_num": 0,
"text": "D",
"position": {
"top": 575,
"bottom": 612,
"left": 247,
"right": 289,
"bbTop": 575,
"bbBot": 612,
"bbLeft": 247,
"bbRight": 289
},
"confidence": 100
},
{
"doc_index": 193,
"page_index": 193,
"block_index": 1,
"page_num": 0,
"text": "a",
"position": {
"top": 575,
"bottom": 612,
"left": 289,
"right": 319,
"bbTop": 575,
"bbBot": 612,
"bbLeft": 289,
"bbRight": 319
},
"confidence": 100
},
{
"doc_index": 194,
"page_index": 194,
"block_index": 2,
"page_num": 0,
"text": "t",
"position": {
"top": 575,
"bottom": 612,
"left": 319,
"right": 338,
"bbTop": 575,
"bbBot": 612,
"bbLeft": 319,
"bbRight": 338
},
"confidence": 100
},
{
"doc_index": 195,
"page_index": 195,
"block_index": 3,
"page_num": 0,
"text": "e",
"position": {
"top": 575,
"bottom": 612,
"left": 338,
"right": 365,
"bbTop": 575,
"bbBot": 612,
"bbLeft": 338,
"bbRight": 365
},
"confidence": 100
},
{
"doc_index": 196,
"page_index": 196,
"block_index": 4,
"page_num": 0,
"text": ":",
"position": {
"top": 575,
"bottom": 612,
"left": 365,
"right": 373,
"bbTop": 575,
"bbBot": 612,
"bbLeft": 365,
"bbRight": 373
},
"confidence": 100
},
{
"doc_index": 198,
"page_index": 198,
"block_index": 6,
"page_num": 0,
"text": "M",
"position": {
"top": 575,
"bottom": 617,
"left": 399,
"right": 447,
"bbTop": 575,
"bbBot": 617,
"bbLeft": 399,
"bbRight": 447
},
"confidence": 100
},
{
"doc_index": 199,
"page_index": 199,
"block_index": 7,
"page_num": 0,
"text": "o",
"position": {
"top": 575,
"bottom": 617,
"left": 447,
"right": 472,
"bbTop": 575,
"bbBot": 617,
"bbLeft": 447,
"bbRight": 472
},
"confidence": 100
},
{
"doc_index": 200,
"page_index": 200,
"block_index": 8,
"page_num": 0,
"text": "n",
"position": {
"top": 575,
"bottom": 617,
"left": 472,
"right": 502,
"bbTop": 575,
"bbBot": 617,
"bbLeft": 472,
"bbRight": 502
},
"confidence": 100
},
{
"doc_index": 201,
"page_index": 201,
"block_index": 9,
"page_num": 0,
"text": ",",
"position": {
"top": 575,
"bottom": 617,
"left": 502,
"right": 511,
"bbTop": 575,
"bbBot": 617,
"bbLeft": 502,
"bbRight": 511
},
"confidence": 100
},
{
"doc_index": 203,
"page_index": 203,
"block_index": 11,
"page_num": 0,
"text": "2",
"position": {
"top": 574,
"bottom": 612,
"left": 535,
"right": 564,
"bbTop": 574,
"bbBot": 612,
"bbLeft": 535,
"bbRight": 564
},
"confidence": 100
},
{
"doc_index": 204,
"page_index": 204,
"block_index": 12,
"page_num": 0,
"text": "3",
"position": {
"top": 574,
"bottom": 612,
"left": 564,
"right": 591,
"bbTop": 574,
"bbBot": 612,
"bbLeft": 564,
"bbRight": 591
},
"confidence": 100
},
{
"doc_index": 206,
"page_index": 206,
"block_index": 14,
"page_num": 0,
"text": "S",
"position": {
"top": 574,
"bottom": 622,
"left": 614,
"right": 646,
"bbTop": 574,
"bbBot": 622,
"bbLeft": 614,
"bbRight": 646
},
"confidence": 100
},
{
"doc_index": 207,
"page_index": 207,
"block_index": 15,
"page_num": 0,
"text": "e",
"position": {
"top": 574,
"bottom": 622,
"left": 646,
"right": 674,
"bbTop": 574,
"bbBot": 622,
"bbLeft": 646,
"bbRight": 674
},
"confidence": 100
},
{
"doc_index": 208,
"page_index": 208,
"block_index": 16,
"page_num": 0,
"text": "p",
"position": {
"top": 574,
"bottom": 622,
"left": 674,
"right": 702,
"bbTop": 574,
"bbBot": 622,
"bbLeft": 674,
"bbRight": 702
},
"confidence": 100
},
{
"doc_index": 210,
"page_index": 210,
"block_index": 18,
"page_num": 0,
"text": "2",
"position": {
"top": 574,
"bottom": 612,
"left": 725,
"right": 755,
"bbTop": 574,
"bbBot": 612,
"bbLeft": 725,
"bbRight": 755
},
"confidence": 100
},
{
"doc_index": 211,
"page_index": 211,
"block_index": 19,
"page_num": 0,
"text": "0",
"position": {
"top": 574,
"bottom": 612,
"left": 755,
"right": 783,
"bbTop": 574,
"bbBot": 612,
"bbLeft": 755,
"bbRight": 783
},
"confidence": 100
},
{
"doc_index": 212,
"page_index": 212,
"block_index": 20,
"page_num": 0,
"text": "2",
"position": {
"top": 574,
"bottom": 612,
"left": 783,
"right": 813,
"bbTop": 574,
"bbBot": 612,
"bbLeft": 783,
"bbRight": 813
},
"confidence": 100
},
{
"doc_index": 213,
"page_index": 213,
"block_index": 21,
"page_num": 0,
"text": "4",
"position": {
"top": 574,
"bottom": 612,
"left": 813,
"right": 845,
"bbTop": 574,
"bbBot": 612,
"bbLeft": 813,
"bbRight": 845
},
"confidence": 100
},
{
"doc_index": 215,
"page_index": 215,
"block_index": 23,
"page_num": 0,
"text": "1",
"position": {
"top": 574,
"bottom": 612,
"left": 870,
"right": 898,
"bbTop": 574,
"bbBot": 612,
"bbLeft": 870,
"bbRight": 898
},
"confidence": 100
},
{
"doc_index": 216,
"page_index": 216,
"block_index": 24,
"page_num": 0,
"text": "4",
"position": {
"top": 574,
"bottom": 612,
"left": 898,
"right": 934,
"bbTop": 574,
"bbBot": 612,
"bbLeft": 898,
"bbRight": 934
},
"confidence": 100
},
{
"doc_index": 217,
"page_index": 217,
"block_index": 25,
"page_num": 0,
"text": ":",
"position": {
"top": 574,
"bottom": 612,
"left": 934,
"right": 943,
"bbTop": 574,
"bbBot": 612,
"bbLeft": 934,
"bbRight": 943
},
"confidence": 100
},
{
"doc_index": 218,
"page_index": 218,
"block_index": 26,
"page_num": 0,
"text": "1",
"position": {
"top": 574,
"bottom": 612,
"left": 943,
"right": 971,
"bbTop": 574,
"bbBot": 612,
"bbLeft": 943,
"bbRight": 971
},
"confidence": 100
},
{
"doc_index": 219,
"page_index": 219,
"block_index": 27,
"page_num": 0,
"text": "6",
"position": {
"top": 574,
"bottom": 612,
"left": 971,
"right": 1005,
"bbTop": 574,
"bbBot": 612,
"bbLeft": 971,
"bbRight": 1005
},
"confidence": 100
},
{
"doc_index": 220,
"page_index": 220,
"block_index": 28,
"page_num": 0,
"text": ":",
"position": {
"top": 574,
"bottom": 612,
"left": 1005,
"right": 1015,
"bbTop": 574,
"bbBot": 612,
"bbLeft": 1005,
"bbRight": 1015
},
"confidence": 100
},
{
"doc_index": 221,
"page_index": 221,
"block_index": 29,
"page_num": 0,
"text": "4",
"position": {
"top": 574,
"bottom": 612,
"left": 1015,
"right": 1051,
"bbTop": 574,
"bbBot": 612,
"bbLeft": 1015,
"bbRight": 1051
},
"confidence": 100
},
{
"doc_index": 222,
"page_index": 222,
"block_index": 30,
"page_num": 0,
"text": "5",
"position": {
"top": 574,
"bottom": 612,
"left": 1051,
"right": 1084,
"bbTop": 574,
"bbBot": 612,
"bbLeft": 1051,
"bbRight": 1084
},
"confidence": 100
},
{
"doc_index": 224,
"page_index": 224,
"block_index": 32,
"page_num": 0,
"text": "-",
"position": {
"top": 574,
"bottom": 612,
"left": 1107,
"right": 1142,
"bbTop": 574,
"bbBot": 612,
"bbLeft": 1107,
"bbRight": 1142
},
"confidence": 100
},
{
"doc_index": 225,
"page_index": 225,
"block_index": 33,
"page_num": 0,
"text": "0",
"position": {
"top": 574,
"bottom": 612,
"left": 1142,
"right": 1167,
"bbTop": 574,
"bbBot": 612,
"bbLeft": 1142,
"bbRight": 1167
},
"confidence": 100
},
{
"doc_index": 226,
"page_index": 226,
"block_index": 34,
"page_num": 0,
"text": "7",
"position": {
"top": 574,
"bottom": 612,
"left": 1167,
"right": 1195,
"bbTop": 574,
"bbBot": 612,
"bbLeft": 1167,
"bbRight": 1195
},
"confidence": 100
},
{
"doc_index": 227,
"page_index": 227,
"block_index": 35,
"page_num": 0,
"text": "0",
"position": {
"top": 574,
"bottom": 612,
"left": 1195,
"right": 1220,
"bbTop": 574,
"bbBot": 612,
"bbLeft": 1195,
"bbRight": 1220
},
"confidence": 100
},
{
"doc_index": 228,
"page_index": 228,
"block_index": 36,
"page_num": 0,
"text": "0",
"position": {
"top": 574,
"bottom": 612,
"left": 1220,
"right": 1246,
"bbTop": 574,
"bbBot": 612,
"bbLeft": 1220,
"bbRight": 1246
},
"confidence": 100
},
{
"doc_index": 230,
"page_index": 230,
"block_index": 0,
"page_num": 0,
"text": "H",
"position": {
"top": 810,
"bottom": 840,
"left": 239,
"right": 271,
"bbTop": 810,
"bbBot": 840,
"bbLeft": 239,
"bbRight": 271
},
"confidence": 100
},
{
"doc_index": 231,
"page_index": 231,
"block_index": 1,
"page_num": 0,
"text": "i",
"position": {
"top": 810,
"bottom": 840,
"left": 271,
"right": 284,
"bbTop": 810,
"bbBot": 840,
"bbLeft": 271,
"bbRight": 284
},
"confidence": 100
},
{
"doc_index": 233,
"page_index": 233,
"block_index": 3,
"page_num": 0,
"text": "M",
"position": {
"top": 810,
"bottom": 848,
"left": 314,
"right": 353,
"bbTop": 810,
"bbBot": 848,
"bbLeft": 314,
"bbRight": 353
},
"confidence": 100
},
{
"doc_index": 234,
"page_index": 234,
"block_index": 4,
"page_num": 0,
"text": "a",
"position": {
"top": 810,
"bottom": 848,
"left": 353,
"right": 375,
"bbTop": 810,
"bbBot": 848,
"bbLeft": 353,
"bbRight": 375
},
"confidence": 100
},
{
"doc_index": 235,
"page_index": 235,
"block_index": 5,
"page_num": 0,
"text": "r",
"position": {
"top": 810,
"bottom": 848,
"left": 375,
"right": 393,
"bbTop": 810,
"bbBot": 848,
"bbLeft": 375,
"bbRight": 393
},
"confidence": 100
},
{
"doc_index": 236,
"page_index": 236,
"block_index": 6,
"page_num": 0,
"text": "k",
"position": {
"top": 810,
"bottom": 848,
"left": 393,
"right": 418,
"bbTop": 810,
"bbBot": 848,
"bbLeft": 393,
"bbRight": 418
},
"confidence": 100
},
{
"doc_index": 237,
"page_index": 237,
"block_index": 7,
"page_num": 0,
"text": ",",
"position": {
"top": 810,
"bottom": 848,
"left": 418,
"right": 425,
"bbTop": 810,
"bbBot": 848,
"bbLeft": 418,
"bbRight": 425
},
"confidence": 100
},
{
"doc_index": 239,
"page_index": 239,
"block_index": 9,
"page_num": 0,
"text": "I",
"position": {
"top": 860,
"bottom": 887,
"left": 240,
"right": 257,
"bbTop": 860,
"bbBot": 887,
"bbLeft": 240,
"bbRight": 257
},
"confidence": 100
},
{
"doc_index": 241,
"page_index": 241,
"block_index": 0,
"page_num": 0,
"text": "h",
"position": {
"top": 857,
"bottom": 888,
"left": 290,
"right": 315,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 290,
"bbRight": 315
},
"confidence": 100
},
{
"doc_index": 242,
"page_index": 242,
"block_index": 1,
"page_num": 0,
"text": "a",
"position": {
"top": 857,
"bottom": 888,
"left": 315,
"right": 338,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 315,
"bbRight": 338
},
"confidence": 100
},
{
"doc_index": 243,
"page_index": 243,
"block_index": 2,
"page_num": 0,
"text": "v",
"position": {
"top": 857,
"bottom": 888,
"left": 338,
"right": 363,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 338,
"bbRight": 363
},
"confidence": 100
},
{
"doc_index": 244,
"page_index": 244,
"block_index": 3,
"page_num": 0,
"text": "e",
"position": {
"top": 857,
"bottom": 888,
"left": 363,
"right": 383,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 363,
"bbRight": 383
},
"confidence": 100
},
{
"doc_index": 246,
"page_index": 246,
"block_index": 5,
"page_num": 0,
"text": "a",
"position": {
"top": 865,
"bottom": 888,
"left": 414,
"right": 435,
"bbTop": 865,
"bbBot": 888,
"bbLeft": 414,
"bbRight": 435
},
"confidence": 100
},
{
"doc_index": 248,
"page_index": 248,
"block_index": 7,
"page_num": 0,
"text": "n",
"position": {
"top": 865,
"bottom": 888,
"left": 465,
"right": 488,
"bbTop": 865,
"bbBot": 888,
"bbLeft": 465,
"bbRight": 488
},
"confidence": 100
},
{
"doc_index": 249,
"page_index": 249,
"block_index": 8,
"page_num": 0,
"text": "e",
"position": {
"top": 865,
"bottom": 888,
"left": 488,
"right": 506,
"bbTop": 865,
"bbBot": 888,
"bbLeft": 488,
"bbRight": 506
},
"confidence": 100
},
{
"doc_index": 250,
"page_index": 250,
"block_index": 9,
"page_num": 0,
"text": "w",
"position": {
"top": 865,
"bottom": 888,
"left": 506,
"right": 536,
"bbTop": 865,
"bbBot": 888,
"bbLeft": 506,
"bbRight": 536
},
"confidence": 100
},
{
"doc_index": 252,
"page_index": 252,
"block_index": 11,
"page_num": 0,
"text": "p",
"position": {
"top": 860,
"bottom": 896,
"left": 565,
"right": 592,
"bbTop": 860,
"bbBot": 896,
"bbLeft": 565,
"bbRight": 592
},
"confidence": 100
},
{
"doc_index": 253,
"page_index": 253,
"block_index": 12,
"page_num": 0,
"text": "r",
"position": {
"top": 860,
"bottom": 896,
"left": 592,
"right": 615,
"bbTop": 860,
"bbBot": 896,
"bbLeft": 592,
"bbRight": 615
},
"confidence": 100
},
{
"doc_index": 254,
"page_index": 254,
"block_index": 13,
"page_num": 0,
"text": "o",
"position": {
"top": 860,
"bottom": 896,
"left": 615,
"right": 643,
"bbTop": 860,
"bbBot": 896,
"bbLeft": 615,
"bbRight": 643
},
"confidence": 100
},
{
"doc_index": 255,
"page_index": 255,
"block_index": 14,
"page_num": 0,
"text": "p",
"position": {
"top": 860,
"bottom": 896,
"left": 643,
"right": 670,
"bbTop": 860,
"bbBot": 896,
"bbLeft": 643,
"bbRight": 670
},
"confidence": 100
},
{
"doc_index": 256,
"page_index": 256,
"block_index": 15,
"page_num": 0,
"text": "e",
"position": {
"top": 860,
"bottom": 896,
"left": 670,
"right": 695,
"bbTop": 860,
"bbBot": 896,
"bbLeft": 670,
"bbRight": 695
},
"confidence": 100
},
{
"doc_index": 257,
"page_index": 257,
"block_index": 16,
"page_num": 0,
"text": "r",
"position": {
"top": 860,
"bottom": 896,
"left": 695,
"right": 718,
"bbTop": 860,
"bbBot": 896,
"bbLeft": 695,
"bbRight": 718
},
"confidence": 100
},
{
"doc_index": 258,
"page_index": 258,
"block_index": 17,
"page_num": 0,
"text": "t",
"position": {
"top": 860,
"bottom": 896,
"left": 718,
"right": 737,
"bbTop": 860,
"bbBot": 896,
"bbLeft": 718,
"bbRight": 737
},
"confidence": 100
},
{
"doc_index": 259,
"page_index": 259,
"block_index": 18,
"page_num": 0,
"text": "y",
"position": {
"top": 860,
"bottom": 896,
"left": 737,
"right": 760,
"bbTop": 860,
"bbBot": 896,
"bbLeft": 737,
"bbRight": 760
},
"confidence": 100
},
{
"doc_index": 261,
"page_index": 261,
"block_index": 20,
"page_num": 0,
"text": "i",
"position": {
"top": 857,
"bottom": 888,
"left": 789,
"right": 805,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 789,
"bbRight": 805
},
"confidence": 100
},
{
"doc_index": 262,
"page_index": 262,
"block_index": 21,
"page_num": 0,
"text": "n",
"position": {
"top": 857,
"bottom": 888,
"left": 805,
"right": 835,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 805,
"bbRight": 835
},
"confidence": 100
},
{
"doc_index": 263,
"page_index": 263,
"block_index": 22,
"page_num": 0,
"text": "s",
"position": {
"top": 857,
"bottom": 888,
"left": 835,
"right": 855,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 835,
"bbRight": 855
},
"confidence": 100
},
{
"doc_index": 264,
"page_index": 264,
"block_index": 23,
"page_num": 0,
"text": "u",
"position": {
"top": 857,
"bottom": 888,
"left": 855,
"right": 882,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 855,
"bbRight": 882
},
"confidence": 100
},
{
"doc_index": 265,
"page_index": 265,
"block_index": 24,
"page_num": 0,
"text": "r",
"position": {
"top": 857,
"bottom": 888,
"left": 882,
"right": 904,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 882,
"bbRight": 904
},
"confidence": 100
},
{
"doc_index": 266,
"page_index": 266,
"block_index": 25,
"page_num": 0,
"text": "a",
"position": {
"top": 857,
"bottom": 888,
"left": 904,
"right": 930,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 904,
"bbRight": 930
},
"confidence": 100
},
{
"doc_index": 267,
"page_index": 267,
"block_index": 26,
"page_num": 0,
"text": "n",
"position": {
"top": 857,
"bottom": 888,
"left": 930,
"right": 961,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 930,
"bbRight": 961
},
"confidence": 100
},
{
"doc_index": 268,
"page_index": 268,
"block_index": 27,
"page_num": 0,
"text": "c",
"position": {
"top": 857,
"bottom": 888,
"left": 961,
"right": 984,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 961,
"bbRight": 984
},
"confidence": 100
},
{
"doc_index": 269,
"page_index": 269,
"block_index": 28,
"page_num": 0,
"text": "e",
"position": {
"top": 857,
"bottom": 888,
"left": 984,
"right": 1008,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 984,
"bbRight": 1008
},
"confidence": 100
},
{
"doc_index": 271,
"page_index": 271,
"block_index": 30,
"page_num": 0,
"text": "a",
"position": {
"top": 857,
"bottom": 896,
"left": 1039,
"right": 1068,
"bbTop": 857,
"bbBot": 896,
"bbLeft": 1039,
"bbRight": 1068
},
"confidence": 100
},
{
"doc_index": 272,
"page_index": 272,
"block_index": 31,
"page_num": 0,
"text": "p",
"position": {
"top": 857,
"bottom": 896,
"left": 1068,
"right": 1095,
"bbTop": 857,
"bbBot": 896,
"bbLeft": 1068,
"bbRight": 1095
},
"confidence": 100
},
{
"doc_index": 273,
"page_index": 273,
"block_index": 32,
"page_num": 0,
"text": "p",
"position": {
"top": 857,
"bottom": 896,
"left": 1095,
"right": 1122,
"bbTop": 857,
"bbBot": 896,
"bbLeft": 1095,
"bbRight": 1122
},
"confidence": 100
},
{
"doc_index": 274,
"page_index": 274,
"block_index": 33,
"page_num": 0,
"text": "l",
"position": {
"top": 857,
"bottom": 896,
"left": 1122,
"right": 1140,
"bbTop": 857,
"bbBot": 896,
"bbLeft": 1122,
"bbRight": 1140
},
"confidence": 100
},
{
"doc_index": 275,
"page_index": 275,
"block_index": 34,
"page_num": 0,
"text": "i",
"position": {
"top": 857,
"bottom": 896,
"left": 1140,
"right": 1157,
"bbTop": 857,
"bbBot": 896,
"bbLeft": 1140,
"bbRight": 1157
},
"confidence": 100
},
{
"doc_index": 276,
"page_index": 276,
"block_index": 35,
"page_num": 0,
"text": "c",
"position": {
"top": 857,
"bottom": 896,
"left": 1157,
"right": 1182,
"bbTop": 857,
"bbBot": 896,
"bbLeft": 1157,
"bbRight": 1182
},
"confidence": 100
},
{
"doc_index": 277,
"page_index": 277,
"block_index": 36,
"page_num": 0,
"text": "a",
"position": {
"top": 857,
"bottom": 896,
"left": 1182,
"right": 1211,
"bbTop": 857,
"bbBot": 896,
"bbLeft": 1182,
"bbRight": 1211
},
"confidence": 100
},
{
"doc_index": 278,
"page_index": 278,
"block_index": 37,
"page_num": 0,
"text": "t",
"position": {
"top": 857,
"bottom": 896,
"left": 1211,
"right": 1230,
"bbTop": 857,
"bbBot": 896,
"bbLeft": 1211,
"bbRight": 1230
},
"confidence": 100
},
{
"doc_index": 279,
"page_index": 279,
"block_index": 38,
"page_num": 0,
"text": "i",
"position": {
"top": 857,
"bottom": 896,
"left": 1230,
"right": 1247,
"bbTop": 857,
"bbBot": 896,
"bbLeft": 1230,
"bbRight": 1247
},
"confidence": 100
},
{
"doc_index": 280,
"page_index": 280,
"block_index": 39,
"page_num": 0,
"text": "o",
"position": {
"top": 857,
"bottom": 896,
"left": 1247,
"right": 1275,
"bbTop": 857,
"bbBot": 896,
"bbLeft": 1247,
"bbRight": 1275
},
"confidence": 100
},
{
"doc_index": 281,
"page_index": 281,
"block_index": 40,
"page_num": 0,
"text": "n",
"position": {
"top": 857,
"bottom": 896,
"left": 1275,
"right": 1308,
"bbTop": 857,
"bbBot": 896,
"bbLeft": 1275,
"bbRight": 1308
},
"confidence": 100
},
{
"doc_index": 283,
"page_index": 283,
"block_index": 42,
"page_num": 0,
"text": "f",
"position": {
"top": 857,
"bottom": 888,
"left": 1339,
"right": 1361,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 1339,
"bbRight": 1361
},
"confidence": 100
},
{
"doc_index": 284,
"page_index": 284,
"block_index": 43,
"page_num": 0,
"text": "o",
"position": {
"top": 857,
"bottom": 888,
"left": 1361,
"right": 1386,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 1361,
"bbRight": 1386
},
"confidence": 100
},
{
"doc_index": 285,
"page_index": 285,
"block_index": 44,
"page_num": 0,
"text": "r",
"position": {
"top": 857,
"bottom": 888,
"left": 1386,
"right": 1407,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 1386,
"bbRight": 1407
},
"confidence": 100
},
{
"doc_index": 287,
"page_index": 287,
"block_index": 46,
"page_num": 0,
"text": "o",
"position": {
"top": 865,
"bottom": 888,
"left": 1439,
"right": 1463,
"bbTop": 865,
"bbBot": 888,
"bbLeft": 1439,
"bbRight": 1463
},
"confidence": 100
},
{
"doc_index": 288,
"page_index": 288,
"block_index": 47,
"page_num": 0,
"text": "u",
"position": {
"top": 865,
"bottom": 888,
"left": 1463,
"right": 1488,
"bbTop": 865,
"bbBot": 888,
"bbLeft": 1463,
"bbRight": 1488
},
"confidence": 100
},
{
"doc_index": 289,
"page_index": 289,
"block_index": 48,
"page_num": 0,
"text": "r",
"position": {
"top": 865,
"bottom": 888,
"left": 1488,
"right": 1507,
"bbTop": 865,
"bbBot": 888,
"bbLeft": 1488,
"bbRight": 1507
},
"confidence": 100
},
{
"doc_index": 291,
"page_index": 291,
"block_index": 50,
"page_num": 0,
"text": "c",
"position": {
"top": 857,
"bottom": 895,
"left": 1539,
"right": 1567,
"bbTop": 857,
"bbBot": 895,
"bbLeft": 1539,
"bbRight": 1567
},
"confidence": 100
},
{
"doc_index": 292,
"page_index": 292,
"block_index": 51,
"page_num": 0,
"text": "l",
"position": {
"top": 857,
"bottom": 895,
"left": 1567,
"right": 1586,
"bbTop": 857,
"bbBot": 895,
"bbLeft": 1567,
"bbRight": 1586
},
"confidence": 100
},
{
"doc_index": 293,
"page_index": 293,
"block_index": 52,
"page_num": 0,
"text": "i",
"position": {
"top": 857,
"bottom": 895,
"left": 1586,
"right": 1605,
"bbTop": 857,
"bbBot": 895,
"bbLeft": 1586,
"bbRight": 1605
},
"confidence": 100
},
{
"doc_index": 294,
"page_index": 294,
"block_index": 53,
"page_num": 0,
"text": "e",
"position": {
"top": 857,
"bottom": 895,
"left": 1605,
"right": 1633,
"bbTop": 857,
"bbBot": 895,
"bbLeft": 1605,
"bbRight": 1633
},
"confidence": 100
},
{
"doc_index": 295,
"page_index": 295,
"block_index": 54,
"page_num": 0,
"text": "n",
"position": {
"top": 857,
"bottom": 895,
"left": 1633,
"right": 1669,
"bbTop": 857,
"bbBot": 895,
"bbLeft": 1633,
"bbRight": 1669
},
"confidence": 100
},
{
"doc_index": 296,
"page_index": 296,
"block_index": 55,
"page_num": 0,
"text": "t",
"position": {
"top": 857,
"bottom": 895,
"left": 1669,
"right": 1690,
"bbTop": 857,
"bbBot": 895,
"bbLeft": 1669,
"bbRight": 1690
},
"confidence": 100
},
{
"doc_index": 297,
"page_index": 297,
"block_index": 56,
"page_num": 0,
"text": ",",
"position": {
"top": 857,
"bottom": 895,
"left": 1690,
"right": 1700,
"bbTop": 857,
"bbBot": 895,
"bbLeft": 1690,
"bbRight": 1700
},
"confidence": 100
},
{
"doc_index": 299,
"page_index": 299,
"block_index": 58,
"page_num": 0,
"text": "B",
"position": {
"top": 857,
"bottom": 888,
"left": 1739,
"right": 1773,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 1739,
"bbRight": 1773
},
"confidence": 100
},
{
"doc_index": 300,
"page_index": 300,
"block_index": 59,
"page_num": 0,
"text": "l",
"position": {
"top": 857,
"bottom": 888,
"left": 1773,
"right": 1789,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 1773,
"bbRight": 1789
},
"confidence": 100
},
{
"doc_index": 301,
"page_index": 301,
"block_index": 60,
"page_num": 0,
"text": "a",
"position": {
"top": 857,
"bottom": 888,
"left": 1789,
"right": 1815,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 1789,
"bbRight": 1815
},
"confidence": 100
},
{
"doc_index": 302,
"page_index": 302,
"block_index": 61,
"page_num": 0,
"text": "s",
"position": {
"top": 857,
"bottom": 888,
"left": 1815,
"right": 1833,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 1815,
"bbRight": 1833
},
"confidence": 100
},
{
"doc_index": 303,
"page_index": 303,
"block_index": 62,
"page_num": 0,
"text": "t",
"position": {
"top": 857,
"bottom": 888,
"left": 1833,
"right": 1850,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 1833,
"bbRight": 1850
},
"confidence": 100
},
{
"doc_index": 304,
"page_index": 304,
"block_index": 63,
"page_num": 0,
"text": "T",
"position": {
"top": 857,
"bottom": 888,
"left": 1850,
"right": 1885,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 1850,
"bbRight": 1885
},
"confidence": 100
},
{
"doc_index": 305,
"page_index": 305,
"block_index": 64,
"page_num": 0,
"text": "e",
"position": {
"top": 857,
"bottom": 888,
"left": 1885,
"right": 1908,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 1885,
"bbRight": 1908
},
"confidence": 100
},
{
"doc_index": 306,
"page_index": 306,
"block_index": 65,
"page_num": 0,
"text": "c",
"position": {
"top": 857,
"bottom": 888,
"left": 1908,
"right": 1931,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 1908,
"bbRight": 1931
},
"confidence": 100
},
{
"doc_index": 307,
"page_index": 307,
"block_index": 66,
"page_num": 0,
"text": "h",
"position": {
"top": 857,
"bottom": 888,
"left": 1931,
"right": 1959,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 1931,
"bbRight": 1959
},
"confidence": 100
},
{
"doc_index": 309,
"page_index": 309,
"block_index": 68,
"page_num": 0,
"text": "F",
"position": {
"top": 857,
"bottom": 888,
"left": 1990,
"right": 2020,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 1990,
"bbRight": 2020
},
"confidence": 100
},
{
"doc_index": 310,
"page_index": 310,
"block_index": 69,
"page_num": 0,
"text": "i",
"position": {
"top": 857,
"bottom": 888,
"left": 2020,
"right": 2035,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 2020,
"bbRight": 2035
},
"confidence": 100
},
{
"doc_index": 311,
"page_index": 311,
"block_index": 70,
"page_num": 0,
"text": "r",
"position": {
"top": 857,
"bottom": 888,
"left": 2035,
"right": 2056,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 2035,
"bbRight": 2056
},
"confidence": 100
},
{
"doc_index": 312,
"page_index": 312,
"block_index": 71,
"page_num": 0,
"text": "e",
"position": {
"top": 857,
"bottom": 888,
"left": 2056,
"right": 2079,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 2056,
"bbRight": 2079
},
"confidence": 100
},
{
"doc_index": 313,
"page_index": 313,
"block_index": 72,
"page_num": 0,
"text": "w",
"position": {
"top": 857,
"bottom": 888,
"left": 2079,
"right": 2116,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 2079,
"bbRight": 2116
},
"confidence": 100
},
{
"doc_index": 314,
"page_index": 314,
"block_index": 73,
"page_num": 0,
"text": "o",
"position": {
"top": 857,
"bottom": 888,
"left": 2116,
"right": 2141,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 2116,
"bbRight": 2141
},
"confidence": 100
},
{
"doc_index": 315,
"page_index": 315,
"block_index": 74,
"page_num": 0,
"text": "r",
"position": {
"top": 857,
"bottom": 888,
"left": 2141,
"right": 2161,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 2141,
"bbRight": 2161
},
"confidence": 100
},
{
"doc_index": 316,
"page_index": 316,
"block_index": 75,
"page_num": 0,
"text": "k",
"position": {
"top": 857,
"bottom": 888,
"left": 2161,
"right": 2190,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 2161,
"bbRight": 2190
},
"confidence": 100
},
{
"doc_index": 317,
"page_index": 317,
"block_index": 76,
"page_num": 0,
"text": "s",
"position": {
"top": 857,
"bottom": 888,
"left": 2190,
"right": 2209,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 2190,
"bbRight": 2209
},
"confidence": 100
},
{
"doc_index": 319,
"page_index": 319,
"block_index": 78,
"page_num": 0,
"text": "M",
"position": {
"top": 904,
"bottom": 944,
"left": 238,
"right": 285,
"bbTop": 904,
"bbBot": 944,
"bbLeft": 238,
"bbRight": 285
},
"confidence": 100
},
{
"doc_index": 320,
"page_index": 320,
"block_index": 79,
"page_num": 0,
"text": "a",
"position": {
"top": 904,
"bottom": 944,
"left": 285,
"right": 310,
"bbTop": 904,
"bbBot": 944,
"bbLeft": 285,
"bbRight": 310
},
"confidence": 100
},
{
"doc_index": 321,
"page_index": 321,
"block_index": 80,
"page_num": 0,
"text": "n",
"position": {
"top": 904,
"bottom": 944,
"left": 310,
"right": 340,
"bbTop": 904,
"bbBot": 944,
"bbLeft": 310,
"bbRight": 340
},
"confidence": 100
},
{
"doc_index": 322,
"page_index": 322,
"block_index": 81,
"page_num": 0,
"text": "u",
"position": {
"top": 904,
"bottom": 944,
"left": 340,
"right": 366,
"bbTop": 904,
"bbBot": 944,
"bbLeft": 340,
"bbRight": 366
},
"confidence": 100
},
{
"doc_index": 323,
"page_index": 323,
"block_index": 82,
"page_num": 0,
"text": "f",
"position": {
"top": 904,
"bottom": 944,
"left": 366,
"right": 387,
"bbTop": 904,
"bbBot": 944,
"bbLeft": 366,
"bbRight": 387
},
"confidence": 100
},
{
"doc_index": 324,
"page_index": 324,
"block_index": 83,
"page_num": 0,
"text": "a",
"position": {
"top": 904,
"bottom": 944,
"left": 387,
"right": 413,
"bbTop": 904,
"bbBot": 944,
"bbLeft": 387,
"bbRight": 413
},
"confidence": 100
},
{
"doc_index": 325,
"page_index": 325,
"block_index": 84,
"page_num": 0,
"text": "c",
"position": {
"top": 904,
"bottom": 944,
"left": 413,
"right": 435,
"bbTop": 904,
"bbBot": 944,
"bbLeft": 413,
"bbRight": 435
},
"confidence": 100
},
{
"doc_index": 326,
"page_index": 326,
"block_index": 85,
"page_num": 0,
"text": "t",
"position": {
"top": 904,
"bottom": 944,
"left": 435,
"right": 452,
"bbTop": 904,
"bbBot": 944,
"bbLeft": 435,
"bbRight": 452
},
"confidence": 100
},
{
"doc_index": 327,
"page_index": 327,
"block_index": 86,
"page_num": 0,
"text": "u",
"position": {
"top": 904,
"bottom": 944,
"left": 452,
"right": 478,
"bbTop": 904,
"bbBot": 944,
"bbLeft": 452,
"bbRight": 478
},
"confidence": 100
},
{
"doc_index": 328,
"page_index": 328,
"block_index": 87,
"page_num": 0,
"text": "r",
"position": {
"top": 904,
"bottom": 944,
"left": 478,
"right": 499,
"bbTop": 904,
"bbBot": 944,
"bbLeft": 478,
"bbRight": 499
},
"confidence": 100
},
{
"doc_index": 329,
"page_index": 329,
"block_index": 88,
"page_num": 0,
"text": "i",
"position": {
"top": 904,
"bottom": 944,
"left": 499,
"right": 514,
"bbTop": 904,
"bbBot": 944,
"bbLeft": 499,
"bbRight": 514
},
"confidence": 100
},
{
"doc_index": 330,
"page_index": 330,
"block_index": 89,
"page_num": 0,
"text": "n",
"position": {
"top": 904,
"bottom": 944,
"left": 514,
"right": 543,
"bbTop": 904,
"bbBot": 944,
"bbLeft": 514,
"bbRight": 543
},
"confidence": 100
},
{
"doc_index": 331,
"page_index": 331,
"block_index": 90,
"page_num": 0,
"text": "g",
"position": {
"top": 904,
"bottom": 944,
"left": 543,
"right": 567,
"bbTop": 904,
"bbBot": 944,
"bbLeft": 543,
"bbRight": 567
},
"confidence": 100
},
{
"doc_index": 332,
"page_index": 332,
"block_index": 91,
"page_num": 0,
"text": ",",
"position": {
"top": 904,
"bottom": 944,
"left": 567,
"right": 575,
"bbTop": 904,
"bbBot": 944,
"bbLeft": 567,
"bbRight": 575
},
"confidence": 100
},
{
"doc_index": 334,
"page_index": 334,
"block_index": 93,
"page_num": 0,
"text": "l",
"position": {
"top": 905,
"bottom": 935,
"left": 614,
"right": 631,
"bbTop": 905,
"bbBot": 935,
"bbLeft": 614,
"bbRight": 631
},
"confidence": 100
},
{
"doc_index": 335,
"page_index": 335,
"block_index": 94,
"page_num": 0,
"text": "o",
"position": {
"top": 905,
"bottom": 935,
"left": 631,
"right": 658,
"bbTop": 905,
"bbBot": 935,
"bbLeft": 631,
"bbRight": 658
},
"confidence": 100
},
{
"doc_index": 336,
"page_index": 336,
"block_index": 95,
"page_num": 0,
"text": "c",
"position": {
"top": 905,
"bottom": 935,
"left": 658,
"right": 683,
"bbTop": 905,
"bbBot": 935,
"bbLeft": 658,
"bbRight": 683
},
"confidence": 100
},
{
"doc_index": 337,
"page_index": 337,
"block_index": 96,
"page_num": 0,
"text": "a",
"position": {
"top": 905,
"bottom": 935,
"left": 683,
"right": 711,
"bbTop": 905,
"bbBot": 935,
"bbLeft": 683,
"bbRight": 711
},
"confidence": 100
},
{
"doc_index": 338,
"page_index": 338,
"block_index": 97,
"page_num": 0,
"text": "t",
"position": {
"top": 905,
"bottom": 935,
"left": 711,
"right": 729,
"bbTop": 905,
"bbBot": 935,
"bbLeft": 711,
"bbRight": 729
},
"confidence": 100
},
{
"doc_index": 339,
"page_index": 339,
"block_index": 98,
"page_num": 0,
"text": "e",
"position": {
"top": 905,
"bottom": 935,
"left": 729,
"right": 754,
"bbTop": 905,
"bbBot": 935,
"bbLeft": 729,
"bbRight": 754
},
"confidence": 100
},
{
"doc_index": 340,
"page_index": 340,
"block_index": 99,
"page_num": 0,
"text": "d",
"position": {
"top": 905,
"bottom": 935,
"left": 754,
"right": 783,
"bbTop": 905,
"bbBot": 935,
"bbLeft": 754,
"bbRight": 783
},
"confidence": 100
},
{
"doc_index": 342,
"page_index": 342,
"block_index": 101,
"page_num": 0,
"text": "a",
"position": {
"top": 907,
"bottom": 935,
"left": 814,
"right": 840,
"bbTop": 907,
"bbBot": 935,
"bbLeft": 814,
"bbRight": 840
},
"confidence": 100
},
{
"doc_index": 343,
"page_index": 343,
"block_index": 102,
"page_num": 0,
"text": "t",
"position": {
"top": 907,
"bottom": 935,
"left": 840,
"right": 857,
"bbTop": 907,
"bbBot": 935,
"bbLeft": 840,
"bbRight": 857
},
"confidence": 100
},
{
"doc_index": 345,
"page_index": 345,
"block_index": 104,
"page_num": 0,
"text": "H",
"position": {
"top": 905,
"bottom": 944,
"left": 887,
"right": 922,
"bbTop": 905,
"bbBot": 944,
"bbLeft": 887,
"bbRight": 922
},
"confidence": 100
},
{
"doc_index": 346,
"page_index": 346,
"block_index": 105,
"page_num": 0,
"text": "i",
"position": {
"top": 905,
"bottom": 944,
"left": 922,
"right": 936,
"bbTop": 905,
"bbBot": 944,
"bbLeft": 922,
"bbRight": 936
},
"confidence": 100
},
{
"doc_index": 347,
"page_index": 347,
"block_index": 106,
"page_num": 0,
"text": "g",
"position": {
"top": 905,
"bottom": 944,
"left": 936,
"right": 958,
"bbTop": 905,
"bbBot": 944,
"bbLeft": 936,
"bbRight": 958
},
"confidence": 100
},
{
"doc_index": 348,
"page_index": 348,
"block_index": 107,
"page_num": 0,
"text": "h",
"position": {
"top": 905,
"bottom": 944,
"left": 958,
"right": 984,
"bbTop": 905,
"bbBot": 944,
"bbLeft": 958,
"bbRight": 984
},
"confidence": 100
},
{
"doc_index": 349,
"page_index": 349,
"block_index": 108,
"page_num": 0,
"text": "w",
"position": {
"top": 905,
"bottom": 944,
"left": 984,
"right": 1019,
"bbTop": 905,
"bbBot": 944,
"bbLeft": 984,
"bbRight": 1019
},
"confidence": 100
},
{
"doc_index": 350,
"page_index": 350,
"block_index": 109,
"page_num": 0,
"text": "a",
"position": {
"top": 905,
"bottom": 944,
"left": 1019,
"right": 1043,
"bbTop": 905,
"bbBot": 944,
"bbLeft": 1019,
"bbRight": 1043
},
"confidence": 100
},
{
"doc_index": 351,
"page_index": 351,
"block_index": 110,
"page_num": 0,
"text": "y",
"position": {
"top": 905,
"bottom": 944,
"left": 1043,
"right": 1062,
"bbTop": 905,
"bbBot": 944,
"bbLeft": 1043,
"bbRight": 1062
},
"confidence": 100
},
{
"doc_index": 353,
"page_index": 353,
"block_index": 112,
"page_num": 0,
"text": "2",
"position": {
"top": 907,
"bottom": 942,
"left": 1087,
"right": 1115,
"bbTop": 907,
"bbBot": 942,
"bbLeft": 1087,
"bbRight": 1115
},
"confidence": 100
},
{
"doc_index": 354,
"page_index": 354,
"block_index": 113,
"page_num": 0,
"text": ",",
"position": {
"top": 907,
"bottom": 942,
"left": 1115,
"right": 1124,
"bbTop": 907,
"bbBot": 942,
"bbLeft": 1115,
"bbRight": 1124
},
"confidence": 100
},
{
"doc_index": 356,
"page_index": 356,
"block_index": 115,
"page_num": 0,
"text": "K",
"position": {
"top": 907,
"bottom": 935,
"left": 1162,
"right": 1185,
"bbTop": 907,
"bbBot": 935,
"bbLeft": 1162,
"bbRight": 1185
},
"confidence": 100
},
{
"doc_index": 357,
"page_index": 357,
"block_index": 116,
"page_num": 0,
"text": "m",
"position": {
"top": 907,
"bottom": 935,
"left": 1185,
"right": 1210,
"bbTop": 907,
"bbBot": 935,
"bbLeft": 1185,
"bbRight": 1210
},
"confidence": 100
},
{
"doc_index": 359,
"page_index": 359,
"block_index": 118,
"page_num": 0,
"text": "4",
"position": {
"top": 907,
"bottom": 942,
"left": 1237,
"right": 1265,
"bbTop": 907,
"bbBot": 942,
"bbLeft": 1237,
"bbRight": 1265
},
"confidence": 100
},
{
"doc_index": 360,
"page_index": 360,
"block_index": 119,
"page_num": 0,
"text": "5",
"position": {
"top": 907,
"bottom": 942,
"left": 1265,
"right": 1290,
"bbTop": 907,
"bbBot": 942,
"bbLeft": 1265,
"bbRight": 1290
},
"confidence": 100
},
{
"doc_index": 361,
"page_index": 361,
"block_index": 120,
"page_num": 0,
"text": ",",
"position": {
"top": 907,
"bottom": 942,
"left": 1290,
"right": 1299,
"bbTop": 907,
"bbBot": 942,
"bbLeft": 1290,
"bbRight": 1299
},
"confidence": 100
},
{
"doc_index": 363,
"page_index": 363,
"block_index": 122,
"page_num": 0,
"text": "I",
"position": {
"top": 905,
"bottom": 935,
"left": 1338,
"right": 1361,
"bbTop": 905,
"bbBot": 935,
"bbLeft": 1338,
"bbRight": 1361
},
"confidence": 100
},
{
"doc_index": 364,
"page_index": 364,
"block_index": 123,
"page_num": 0,
"text": "n",
"position": {
"top": 905,
"bottom": 935,
"left": 1361,
"right": 1395,
"bbTop": 905,
"bbBot": 935,
"bbLeft": 1361,
"bbRight": 1395
},
"confidence": 100
},
{
"doc_index": 365,
"page_index": 365,
"block_index": 124,
"page_num": 0,
"text": "d",
"position": {
"top": 905,
"bottom": 935,
"left": 1395,
"right": 1424,
"bbTop": 905,
"bbBot": 935,
"bbLeft": 1395,
"bbRight": 1424
},
"confidence": 100
},
{
"doc_index": 366,
"page_index": 366,
"block_index": 125,
"page_num": 0,
"text": "u",
"position": {
"top": 905,
"bottom": 935,
"left": 1424,
"right": 1454,
"bbTop": 905,
"bbBot": 935,
"bbLeft": 1424,
"bbRight": 1454
},
"confidence": 100
},
{
"doc_index": 367,
"page_index": 367,
"block_index": 126,
"page_num": 0,
"text": "s",
"position": {
"top": 905,
"bottom": 935,
"left": 1454,
"right": 1475,
"bbTop": 905,
"bbBot": 935,
"bbLeft": 1454,
"bbRight": 1475
},
"confidence": 100
},
{
"doc_index": 368,
"page_index": 368,
"block_index": 127,
"page_num": 0,
"text": "t",
"position": {
"top": 905,
"bottom": 935,
"left": 1475,
"right": 1494,
"bbTop": 905,
"bbBot": 935,
"bbLeft": 1475,
"bbRight": 1494
},
"confidence": 100
},
{
"doc_index": 369,
"page_index": 369,
"block_index": 128,
"page_num": 0,
"text": "r",
"position": {
"top": 905,
"bottom": 935,
"left": 1494,
"right": 1518,
"bbTop": 905,
"bbBot": 935,
"bbLeft": 1494,
"bbRight": 1518
},
"confidence": 100
},
{
"doc_index": 370,
"page_index": 370,
"block_index": 129,
"page_num": 0,
"text": "i",
"position": {
"top": 905,
"bottom": 935,
"left": 1518,
"right": 1535,
"bbTop": 905,
"bbBot": 935,
"bbLeft": 1518,
"bbRight": 1535
},
"confidence": 100
},
{
"doc_index": 371,
"page_index": 371,
"block_index": 130,
"page_num": 0,
"text": "a",
"position": {
"top": 905,
"bottom": 935,
"left": 1535,
"right": 1564,
"bbTop": 905,
"bbBot": 935,
"bbLeft": 1535,
"bbRight": 1564
},
"confidence": 100
},
{
"doc_index": 372,
"page_index": 372,
"block_index": 131,
"page_num": 0,
"text": "l",
"position": {
"top": 905,
"bottom": 935,
"left": 1564,
"right": 1582,
"bbTop": 905,
"bbBot": 935,
"bbLeft": 1564,
"bbRight": 1582
},
"confidence": 100
},
{
"doc_index": 374,
"page_index": 374,
"block_index": 133,
"page_num": 0,
"text": "P",
"position": {
"top": 905,
"bottom": 942,
"left": 1612,
"right": 1643,
"bbTop": 905,
"bbBot": 942,
"bbLeft": 1612,
"bbRight": 1643
},
"confidence": 100
},
{
"doc_index": 375,
"page_index": 375,
"block_index": 134,
"page_num": 0,
"text": "a",
"position": {
"top": 905,
"bottom": 942,
"left": 1643,
"right": 1668,
"bbTop": 905,
"bbBot": 942,
"bbLeft": 1643,
"bbRight": 1668
},
"confidence": 100
},
{
"doc_index": 376,
"page_index": 376,
"block_index": 135,
"page_num": 0,
"text": "r",
"position": {
"top": 905,
"bottom": 942,
"left": 1668,
"right": 1688,
"bbTop": 905,
"bbBot": 942,
"bbLeft": 1668,
"bbRight": 1688
},
"confidence": 100
},
{
"doc_index": 377,
"page_index": 377,
"block_index": 136,
"page_num": 0,
"text": "k",
"position": {
"top": 905,
"bottom": 942,
"left": 1688,
"right": 1716,
"bbTop": 905,
"bbBot": 942,
"bbLeft": 1688,
"bbRight": 1716
},
"confidence": 100
},
{
"doc_index": 378,
"page_index": 378,
"block_index": 137,
"page_num": 0,
"text": ",",
"position": {
"top": 905,
"bottom": 942,
"left": 1716,
"right": 1724,
"bbTop": 905,
"bbBot": 942,
"bbLeft": 1716,
"bbRight": 1724
},
"confidence": 100
},
{
"doc_index": 380,
"page_index": 380,
"block_index": 139,
"page_num": 0,
"text": "R",
"position": {
"top": 907,
"bottom": 944,
"left": 1762,
"right": 1799,
"bbTop": 907,
"bbBot": 944,
"bbLeft": 1762,
"bbRight": 1799
},
"confidence": 100
},
{
"doc_index": 381,
"page_index": 381,
"block_index": 140,
"page_num": 0,
"text": "e",
"position": {
"top": 907,
"bottom": 944,
"left": 1799,
"right": 1822,
"bbTop": 907,
"bbBot": 944,
"bbLeft": 1799,
"bbRight": 1822
},
"confidence": 100
},
{
"doc_index": 382,
"page_index": 382,
"block_index": 141,
"page_num": 0,
"text": "y",
"position": {
"top": 907,
"bottom": 944,
"left": 1822,
"right": 1843,
"bbTop": 907,
"bbBot": 944,
"bbLeft": 1822,
"bbRight": 1843
},
"confidence": 100
},
{
"doc_index": 383,
"page_index": 383,
"block_index": 142,
"page_num": 0,
"text": "n",
"position": {
"top": 907,
"bottom": 944,
"left": 1843,
"right": 1872,
"bbTop": 907,
"bbBot": 944,
"bbLeft": 1843,
"bbRight": 1872
},
"confidence": 100
},
{
"doc_index": 384,
"page_index": 384,
"block_index": 143,
"page_num": 0,
"text": "o",
"position": {
"top": 907,
"bottom": 944,
"left": 1872,
"right": 1897,
"bbTop": 907,
"bbBot": 944,
"bbLeft": 1872,
"bbRight": 1897
},
"confidence": 100
},
{
"doc_index": 385,
"page_index": 385,
"block_index": 144,
"page_num": 0,
"text": "s",
"position": {
"top": 907,
"bottom": 944,
"left": 1897,
"right": 1915,
"bbTop": 907,
"bbBot": 944,
"bbLeft": 1897,
"bbRight": 1915
},
"confidence": 100
},
{
"doc_index": 386,
"page_index": 386,
"block_index": 145,
"page_num": 0,
"text": "a",
"position": {
"top": 907,
"bottom": 944,
"left": 1915,
"right": 1941,
"bbTop": 907,
"bbBot": 944,
"bbLeft": 1915,
"bbRight": 1941
},
"confidence": 100
},
{
"doc_index": 387,
"page_index": 387,
"block_index": 146,
"page_num": 0,
"text": ",",
"position": {
"top": 907,
"bottom": 944,
"left": 1941,
"right": 1949,
"bbTop": 907,
"bbBot": 944,
"bbLeft": 1941,
"bbRight": 1949
},
"confidence": 100
},
{
"doc_index": 389,
"page_index": 389,
"block_index": 148,
"page_num": 0,
"text": "T",
"position": {
"top": 905,
"bottom": 944,
"left": 1990,
"right": 2024,
"bbTop": 905,
"bbBot": 944,
"bbLeft": 1990,
"bbRight": 2024
},
"confidence": 100
},
{
"doc_index": 390,
"page_index": 390,
"block_index": 149,
"page_num": 0,
"text": "a",
"position": {
"top": 905,
"bottom": 944,
"left": 2024,
"right": 2049,
"bbTop": 905,
"bbBot": 944,
"bbLeft": 2024,
"bbRight": 2049
},
"confidence": 100
},
{
"doc_index": 391,
"page_index": 391,
"block_index": 150,
"page_num": 0,
"text": "m",
"position": {
"top": 905,
"bottom": 944,
"left": 2049,
"right": 2092,
"bbTop": 905,
"bbBot": 944,
"bbLeft": 2049,
"bbRight": 2092
},
"confidence": 100
},
{
"doc_index": 392,
"page_index": 392,
"block_index": 151,
"page_num": 0,
"text": "a",
"position": {
"top": 905,
"bottom": 944,
"left": 2092,
"right": 2117,
"bbTop": 905,
"bbBot": 944,
"bbLeft": 2092,
"bbRight": 2117
},
"confidence": 100
},
{
"doc_index": 393,
"page_index": 393,
"block_index": 152,
"page_num": 0,
"text": "u",
"position": {
"top": 905,
"bottom": 944,
"left": 2117,
"right": 2143,
"bbTop": 905,
"bbBot": 944,
"bbLeft": 2117,
"bbRight": 2143
},
"confidence": 100
},
{
"doc_index": 394,
"page_index": 394,
"block_index": 153,
"page_num": 0,
"text": "l",
"position": {
"top": 905,
"bottom": 944,
"left": 2143,
"right": 2158,
"bbTop": 905,
"bbBot": 944,
"bbLeft": 2143,
"bbRight": 2158
},
"confidence": 100
},
{
"doc_index": 395,
"page_index": 395,
"block_index": 154,
"page_num": 0,
"text": "i",
"position": {
"top": 905,
"bottom": 944,
"left": 2158,
"right": 2173,
"bbTop": 905,
"bbBot": 944,
"bbLeft": 2158,
"bbRight": 2173
},
"confidence": 100
},
{
"doc_index": 396,
"page_index": 396,
"block_index": 155,
"page_num": 0,
"text": "p",
"position": {
"top": 905,
"bottom": 944,
"left": 2173,
"right": 2197,
"bbTop": 905,
"bbBot": 944,
"bbLeft": 2173,
"bbRight": 2197
},
"confidence": 100
},
{
"doc_index": 397,
"page_index": 397,
"block_index": 156,
"page_num": 0,
"text": "a",
"position": {
"top": 905,
"bottom": 944,
"left": 2197,
"right": 2222,
"bbTop": 905,
"bbBot": 944,
"bbLeft": 2197,
"bbRight": 2222
},
"confidence": 100
},
{
"doc_index": 398,
"page_index": 398,
"block_index": 157,
"page_num": 0,
"text": "s",
"position": {
"top": 905,
"bottom": 944,
"left": 2222,
"right": 2241,
"bbTop": 905,
"bbBot": 944,
"bbLeft": 2222,
"bbRight": 2241
},
"confidence": 100
},
{
"doc_index": 399,
"page_index": 399,
"block_index": 158,
"page_num": 0,
"text": ",",
"position": {
"top": 905,
"bottom": 944,
"left": 2241,
"right": 2249,
"bbTop": 905,
"bbBot": 944,
"bbLeft": 2241,
"bbRight": 2249
},
"confidence": 100
},
{
"doc_index": 401,
"page_index": 401,
"block_index": 160,
"page_num": 0,
"text": "M",
"position": {
"top": 952,
"bottom": 982,
"left": 237,
"right": 282,
"bbTop": 952,
"bbBot": 982,
"bbLeft": 237,
"bbRight": 282
},
"confidence": 100
},
{
"doc_index": 402,
"page_index": 402,
"block_index": 161,
"page_num": 0,
"text": "e",
"position": {
"top": 952,
"bottom": 982,
"left": 282,
"right": 305,
"bbTop": 952,
"bbBot": 982,
"bbLeft": 282,
"bbRight": 305
},
"confidence": 100
},
{
"doc_index": 403,
"page_index": 403,
"block_index": 162,
"page_num": 0,
"text": "x",
"position": {
"top": 952,
"bottom": 982,
"left": 305,
"right": 331,
"bbTop": 952,
"bbBot": 982,
"bbLeft": 305,
"bbRight": 331
},
"confidence": 100
},
{
"doc_index": 404,
"page_index": 404,
"block_index": 163,
"page_num": 0,
"text": "i",
"position": {
"top": 952,
"bottom": 982,
"left": 331,
"right": 346,
"bbTop": 952,
"bbBot": 982,
"bbLeft": 331,
"bbRight": 346
},
"confidence": 100
},
{
"doc_index": 405,
"page_index": 405,
"block_index": 164,
"page_num": 0,
"text": "c",
"position": {
"top": 952,
"bottom": 982,
"left": 346,
"right": 368,
"bbTop": 952,
"bbBot": 982,
"bbLeft": 346,
"bbRight": 368
},
"confidence": 100
},
{
"doc_index": 406,
"page_index": 406,
"block_index": 165,
"page_num": 0,
"text": "o",
"position": {
"top": 952,
"bottom": 982,
"left": 368,
"right": 393,
"bbTop": 952,
"bbBot": 982,
"bbLeft": 368,
"bbRight": 393
},
"confidence": 100
},
{
"doc_index": 407,
"page_index": 407,
"block_index": 166,
"page_num": 0,
"text": ".",
"position": {
"top": 952,
"bottom": 982,
"left": 393,
"right": 401,
"bbTop": 952,
"bbBot": 982,
"bbLeft": 393,
"bbRight": 401
},
"confidence": 100
},
{
"doc_index": 409,
"page_index": 409,
"block_index": 168,
"page_num": 0,
"text": "I",
"position": {
"top": 1002,
"bottom": 1030,
"left": 239,
"right": 260,
"bbTop": 1002,
"bbBot": 1030,
"bbLeft": 239,
"bbRight": 260
},
"confidence": 100
},
{
"doc_index": 410,
"page_index": 410,
"block_index": 169,
"page_num": 0,
"text": "n",
"position": {
"top": 1002,
"bottom": 1030,
"left": 260,
"right": 290,
"bbTop": 1002,
"bbBot": 1030,
"bbLeft": 260,
"bbRight": 290
},
"confidence": 100
},
{
"doc_index": 411,
"page_index": 411,
"block_index": 170,
"page_num": 0,
"text": "s",
"position": {
"top": 1002,
"bottom": 1030,
"left": 290,
"right": 309,
"bbTop": 1002,
"bbBot": 1030,
"bbLeft": 290,
"bbRight": 309
},
"confidence": 100
},
{
"doc_index": 412,
"page_index": 412,
"block_index": 171,
"page_num": 0,
"text": "u",
"position": {
"top": 1002,
"bottom": 1030,
"left": 309,
"right": 336,
"bbTop": 1002,
"bbBot": 1030,
"bbLeft": 309,
"bbRight": 336
},
"confidence": 100
},
{
"doc_index": 413,
"page_index": 413,
"block_index": 172,
"page_num": 0,
"text": "r",
"position": {
"top": 1002,
"bottom": 1030,
"left": 336,
"right": 357,
"bbTop": 1002,
"bbBot": 1030,
"bbLeft": 336,
"bbRight": 357
},
"confidence": 100
},
{
"doc_index": 414,
"page_index": 414,
"block_index": 173,
"page_num": 0,
"text": "a",
"position": {
"top": 1002,
"bottom": 1030,
"left": 357,
"right": 383,
"bbTop": 1002,
"bbBot": 1030,
"bbLeft": 357,
"bbRight": 383
},
"confidence": 100
},
{
"doc_index": 415,
"page_index": 415,
"block_index": 174,
"page_num": 0,
"text": "n",
"position": {
"top": 1002,
"bottom": 1030,
"left": 383,
"right": 413,
"bbTop": 1002,
"bbBot": 1030,
"bbLeft": 383,
"bbRight": 413
},
"confidence": 100
},
{
"doc_index": 416,
"page_index": 416,
"block_index": 175,
"page_num": 0,
"text": "c",
"position": {
"top": 1002,
"bottom": 1030,
"left": 413,
"right": 436,
"bbTop": 1002,
"bbBot": 1030,
"bbLeft": 413,
"bbRight": 436
},
"confidence": 100
},
{
"doc_index": 417,
"page_index": 417,
"block_index": 176,
"page_num": 0,
"text": "e",
"position": {
"top": 1002,
"bottom": 1030,
"left": 436,
"right": 459,
"bbTop": 1002,
"bbBot": 1030,
"bbLeft": 436,
"bbRight": 459
},
"confidence": 100
},
{
"doc_index": 419,
"page_index": 419,
"block_index": 178,
"page_num": 0,
"text": "R",
"position": {
"top": 999,
"bottom": 1038,
"left": 489,
"right": 527,
"bbTop": 999,
"bbBot": 1038,
"bbLeft": 489,
"bbRight": 527
},
"confidence": 100
},
{
"doc_index": 420,
"page_index": 420,
"block_index": 179,
"page_num": 0,
"text": "e",
"position": {
"top": 999,
"bottom": 1038,
"left": 527,
"right": 551,
"bbTop": 999,
"bbBot": 1038,
"bbLeft": 527,
"bbRight": 551
},
"confidence": 100
},
{
"doc_index": 421,
"page_index": 421,
"block_index": 180,
"page_num": 0,
"text": "q",
"position": {
"top": 999,
"bottom": 1038,
"left": 551,
"right": 572,
"bbTop": 999,
"bbBot": 1038,
"bbLeft": 551,
"bbRight": 572
},
"confidence": 100
},
{
"doc_index": 422,
"page_index": 422,
"block_index": 181,
"page_num": 0,
"text": "u",
"position": {
"top": 999,
"bottom": 1038,
"left": 572,
"right": 599,
"bbTop": 999,
"bbBot": 1038,
"bbLeft": 572,
"bbRight": 599
},
"confidence": 100
},
{
"doc_index": 423,
"page_index": 423,
"block_index": 182,
"page_num": 0,
"text": "i",
"position": {
"top": 999,
"bottom": 1038,
"left": 599,
"right": 615,
"bbTop": 999,
"bbBot": 1038,
"bbLeft": 599,
"bbRight": 615
},
"confidence": 100
},
{
"doc_index": 424,
"page_index": 424,
"block_index": 183,
"page_num": 0,
"text": "r",
"position": {
"top": 999,
"bottom": 1038,
"left": 615,
"right": 636,
"bbTop": 999,
"bbBot": 1038,
"bbLeft": 615,
"bbRight": 636
},
"confidence": 100
},
{
"doc_index": 425,
"page_index": 425,
"block_index": 184,
"page_num": 0,
"text": "e",
"position": {
"top": 999,
"bottom": 1038,
"left": 636,
"right": 660,
"bbTop": 999,
"bbBot": 1038,
"bbLeft": 636,
"bbRight": 660
},
"confidence": 100
},
{
"doc_index": 426,
"page_index": 426,
"block_index": 185,
"page_num": 0,
"text": "m",
"position": {
"top": 999,
"bottom": 1038,
"left": 660,
"right": 704,
"bbTop": 999,
"bbBot": 1038,
"bbLeft": 660,
"bbRight": 704
},
"confidence": 100
},
{
"doc_index": 427,
"page_index": 427,
"block_index": 186,
"page_num": 0,
"text": "e",
"position": {
"top": 999,
"bottom": 1038,
"left": 704,
"right": 728,
"bbTop": 999,
"bbBot": 1038,
"bbLeft": 704,
"bbRight": 728
},
"confidence": 100
},
{
"doc_index": 428,
"page_index": 428,
"block_index": 187,
"page_num": 0,
"text": "n",
"position": {
"top": 999,
"bottom": 1038,
"left": 728,
"right": 758,
"bbTop": 999,
"bbBot": 1038,
"bbLeft": 728,
"bbRight": 758
},
"confidence": 100
},
{
"doc_index": 429,
"page_index": 429,
"block_index": 188,
"page_num": 0,
"text": "t",
"position": {
"top": 999,
"bottom": 1038,
"left": 758,
"right": 775,
"bbTop": 999,
"bbBot": 1038,
"bbLeft": 758,
"bbRight": 775
},
"confidence": 100
},
{
"doc_index": 430,
"page_index": 430,
"block_index": 189,
"page_num": 0,
"text": "s",
"position": {
"top": 999,
"bottom": 1038,
"left": 775,
"right": 795,
"bbTop": 999,
"bbBot": 1038,
"bbLeft": 775,
"bbRight": 795
},
"confidence": 100
},
{
"doc_index": 431,
"page_index": 431,
"block_index": 190,
"page_num": 0,
"text": ":",
"position": {
"top": 999,
"bottom": 1038,
"left": 795,
"right": 802,
"bbTop": 999,
"bbBot": 1038,
"bbLeft": 795,
"bbRight": 802
},
"confidence": 100
},
{
"doc_index": 433,
"page_index": 433,
"block_index": 192,
"page_num": 0,
"text": "W",
"position": {
"top": 1049,
"bottom": 1077,
"left": 236,
"right": 267,
"bbTop": 1049,
"bbBot": 1077,
"bbLeft": 236,
"bbRight": 267
},
"confidence": 100
},
{
"doc_index": 434,
"page_index": 434,
"block_index": 193,
"page_num": 0,
"text": "e",
"position": {
"top": 1049,
"bottom": 1077,
"left": 267,
"right": 283,
"bbTop": 1049,
"bbBot": 1077,
"bbLeft": 267,
"bbRight": 283
},
"confidence": 100
},
{
"doc_index": 436,
"page_index": 436,
"block_index": 195,
"page_num": 0,
"text": "a",
"position": {
"top": 1054,
"bottom": 1077,
"left": 314,
"right": 340,
"bbTop": 1054,
"bbBot": 1077,
"bbLeft": 314,
"bbRight": 340
},
"confidence": 100
},
{
"doc_index": 437,
"page_index": 437,
"block_index": 196,
"page_num": 0,
"text": "r",
"position": {
"top": 1054,
"bottom": 1077,
"left": 340,
"right": 360,
"bbTop": 1054,
"bbBot": 1077,
"bbLeft": 340,
"bbRight": 360
},
"confidence": 100
},
{
"doc_index": 438,
"page_index": 438,
"block_index": 197,
"page_num": 0,
"text": "e",
"position": {
"top": 1054,
"bottom": 1077,
"left": 360,
"right": 383,
"bbTop": 1054,
"bbBot": 1077,
"bbLeft": 360,
"bbRight": 383
},
"confidence": 100
},
{
"doc_index": 440,
"page_index": 440,
"block_index": 199,
"page_num": 0,
"text": "s",
"position": {
"top": 1046,
"bottom": 1085,
"left": 415,
"right": 434,
"bbTop": 1046,
"bbBot": 1085,
"bbLeft": 415,
"bbRight": 434
},
"confidence": 100
},
{
"doc_index": 441,
"page_index": 441,
"block_index": 200,
"page_num": 0,
"text": "e",
"position": {
"top": 1046,
"bottom": 1085,
"left": 434,
"right": 458,
"bbTop": 1046,
"bbBot": 1085,
"bbLeft": 434,
"bbRight": 458
},
"confidence": 100
},
{
"doc_index": 442,
"page_index": 442,
"block_index": 201,
"page_num": 0,
"text": "e",
"position": {
"top": 1046,
"bottom": 1085,
"left": 458,
"right": 482,
"bbTop": 1046,
"bbBot": 1085,
"bbLeft": 458,
"bbRight": 482
},
"confidence": 100
},
{
"doc_index": 443,
"page_index": 443,
"block_index": 202,
"page_num": 0,
"text": "k",
"position": {
"top": 1046,
"bottom": 1085,
"left": 482,
"right": 512,
"bbTop": 1046,
"bbBot": 1085,
"bbLeft": 482,
"bbRight": 512
},
"confidence": 100
},
{
"doc_index": 444,
"page_index": 444,
"block_index": 203,
"page_num": 0,
"text": "i",
"position": {
"top": 1046,
"bottom": 1085,
"left": 512,
"right": 528,
"bbTop": 1046,
"bbBot": 1085,
"bbLeft": 512,
"bbRight": 528
},
"confidence": 100
},
{
"doc_index": 445,
"page_index": 445,
"block_index": 204,
"page_num": 0,
"text": "n",
"position": {
"top": 1046,
"bottom": 1085,
"left": 528,
"right": 558,
"bbTop": 1046,
"bbBot": 1085,
"bbLeft": 528,
"bbRight": 558
},
"confidence": 100
},
{
"doc_index": 446,
"page_index": 446,
"block_index": 205,
"page_num": 0,
"text": "g",
"position": {
"top": 1046,
"bottom": 1085,
"left": 558,
"right": 583,
"bbTop": 1046,
"bbBot": 1085,
"bbLeft": 558,
"bbRight": 583
},
"confidence": 100
},
{
"doc_index": 448,
"page_index": 448,
"block_index": 207,
"page_num": 0,
"text": "c",
"position": {
"top": 1054,
"bottom": 1085,
"left": 614,
"right": 637,
"bbTop": 1054,
"bbBot": 1085,
"bbLeft": 614,
"bbRight": 637
},
"confidence": 100
},
{
"doc_index": 449,
"page_index": 449,
"block_index": 208,
"page_num": 0,
"text": "o",
"position": {
"top": 1054,
"bottom": 1085,
"left": 637,
"right": 663,
"bbTop": 1054,
"bbBot": 1085,
"bbLeft": 637,
"bbRight": 663
},
"confidence": 100
},
{
"doc_index": 450,
"page_index": 450,
"block_index": 209,
"page_num": 0,
"text": "v",
"position": {
"top": 1054,
"bottom": 1085,
"left": 663,
"right": 690,
"bbTop": 1054,
"bbBot": 1085,
"bbLeft": 663,
"bbRight": 690
},
"confidence": 100
},
{
"doc_index": 451,
"page_index": 451,
"block_index": 210,
"page_num": 0,
"text": "e",
"position": {
"top": 1054,
"bottom": 1085,
"left": 690,
"right": 713,
"bbTop": 1054,
"bbBot": 1085,
"bbLeft": 690,
"bbRight": 713
},
"confidence": 100
},
{
"doc_index": 452,
"page_index": 452,
"block_index": 211,
"page_num": 0,
"text": "r",
"position": {
"top": 1054,
"bottom": 1085,
"left": 713,
"right": 734,
"bbTop": 1054,
"bbBot": 1085,
"bbLeft": 713,
"bbRight": 734
},
"confidence": 100
},
{
"doc_index": 453,
"page_index": 453,
"block_index": 212,
"page_num": 0,
"text": "a",
"position": {
"top": 1054,
"bottom": 1085,
"left": 734,
"right": 761,
"bbTop": 1054,
"bbBot": 1085,
"bbLeft": 734,
"bbRight": 761
},
"confidence": 100
},
{
"doc_index": 454,
"page_index": 454,
"block_index": 213,
"page_num": 0,
"text": "g",
"position": {
"top": 1054,
"bottom": 1085,
"left": 761,
"right": 785,
"bbTop": 1054,
"bbBot": 1085,
"bbLeft": 761,
"bbRight": 785
},
"confidence": 100
},
{
"doc_index": 455,
"page_index": 455,
"block_index": 214,
"page_num": 0,
"text": "e",
"position": {
"top": 1054,
"bottom": 1085,
"left": 785,
"right": 808,
"bbTop": 1054,
"bbBot": 1085,
"bbLeft": 785,
"bbRight": 808
},
"confidence": 100
},
{
"doc_index": 457,
"page_index": 457,
"block_index": 216,
"page_num": 0,
"text": "f",
"position": {
"top": 1046,
"bottom": 1077,
"left": 839,
"right": 861,
"bbTop": 1046,
"bbBot": 1077,
"bbLeft": 839,
"bbRight": 861
},
"confidence": 100
},
{
"doc_index": 458,
"page_index": 458,
"block_index": 217,
"page_num": 0,
"text": "o",
"position": {
"top": 1046,
"bottom": 1077,
"left": 861,
"right": 886,
"bbTop": 1046,
"bbBot": 1077,
"bbLeft": 861,
"bbRight": 886
},
"confidence": 100
},
{
"doc_index": 459,
"page_index": 459,
"block_index": 218,
"page_num": 0,
"text": "r",
"position": {
"top": 1046,
"bottom": 1077,
"left": 886,
"right": 907,
"bbTop": 1046,
"bbBot": 1077,
"bbLeft": 886,
"bbRight": 907
},
"confidence": 100
},
{
"doc_index": 461,
"page_index": 461,
"block_index": 220,
"page_num": 0,
"text": "t",
"position": {
"top": 1046,
"bottom": 1077,
"left": 940,
"right": 957,
"bbTop": 1046,
"bbBot": 1077,
"bbLeft": 940,
"bbRight": 957
},
"confidence": 100
},
{
"doc_index": 462,
"page_index": 462,
"block_index": 221,
"page_num": 0,
"text": "h",
"position": {
"top": 1046,
"bottom": 1077,
"left": 957,
"right": 985,
"bbTop": 1046,
"bbBot": 1077,
"bbLeft": 957,
"bbRight": 985
},
"confidence": 100
},
{
"doc_index": 463,
"page_index": 463,
"block_index": 222,
"page_num": 0,
"text": "e",
"position": {
"top": 1046,
"bottom": 1077,
"left": 985,
"right": 1008,
"bbTop": 1046,
"bbBot": 1077,
"bbLeft": 985,
"bbRight": 1008
},
"confidence": 100
},
{
"doc_index": 465,
"page_index": 465,
"block_index": 224,
"page_num": 0,
"text": "f",
"position": {
"top": 1046,
"bottom": 1085,
"left": 1039,
"right": 1063,
"bbTop": 1046,
"bbBot": 1085,
"bbLeft": 1039,
"bbRight": 1063
},
"confidence": 100
},
{
"doc_index": 466,
"page_index": 466,
"block_index": 225,
"page_num": 0,
"text": "o",
"position": {
"top": 1046,
"bottom": 1085,
"left": 1063,
"right": 1091,
"bbTop": 1046,
"bbBot": 1085,
"bbLeft": 1063,
"bbRight": 1091
},
"confidence": 100
},
{
"doc_index": 467,
"page_index": 467,
"block_index": 226,
"page_num": 0,
"text": "l",
"position": {
"top": 1046,
"bottom": 1085,
"left": 1091,
"right": 1108,
"bbTop": 1046,
"bbBot": 1085,
"bbLeft": 1091,
"bbRight": 1108
},
"confidence": 100
},
{
"doc_index": 468,
"page_index": 468,
"block_index": 227,
"page_num": 0,
"text": "l",
"position": {
"top": 1046,
"bottom": 1085,
"left": 1108,
"right": 1126,
"bbTop": 1046,
"bbBot": 1085,
"bbLeft": 1108,
"bbRight": 1126
},
"confidence": 100
},
{
"doc_index": 469,
"page_index": 469,
"block_index": 228,
"page_num": 0,
"text": "o",
"position": {
"top": 1046,
"bottom": 1085,
"left": 1126,
"right": 1154,
"bbTop": 1046,
"bbBot": 1085,
"bbLeft": 1126,
"bbRight": 1154
},
"confidence": 100
},
{
"doc_index": 470,
"page_index": 470,
"block_index": 229,
"page_num": 0,
"text": "w",
"position": {
"top": 1046,
"bottom": 1085,
"left": 1154,
"right": 1196,
"bbTop": 1046,
"bbBot": 1085,
"bbLeft": 1154,
"bbRight": 1196
},
"confidence": 100
},
{
"doc_index": 471,
"page_index": 471,
"block_index": 230,
"page_num": 0,
"text": "i",
"position": {
"top": 1046,
"bottom": 1085,
"left": 1196,
"right": 1212,
"bbTop": 1046,
"bbBot": 1085,
"bbLeft": 1196,
"bbRight": 1212
},
"confidence": 100
},
{
"doc_index": 472,
"page_index": 472,
"block_index": 231,
"page_num": 0,
"text": "n",
"position": {
"top": 1046,
"bottom": 1085,
"left": 1212,
"right": 1245,
"bbTop": 1046,
"bbBot": 1085,
"bbLeft": 1212,
"bbRight": 1245
},
"confidence": 100
},
{
"doc_index": 473,
"page_index": 473,
"block_index": 232,
"page_num": 0,
"text": "g",
"position": {
"top": 1046,
"bottom": 1085,
"left": 1245,
"right": 1271,
"bbTop": 1046,
"bbBot": 1085,
"bbLeft": 1245,
"bbRight": 1271
},
"confidence": 100
},
{
"doc_index": 474,
"page_index": 474,
"block_index": 233,
"page_num": 0,
"text": ":",
"position": {
"top": 1046,
"bottom": 1085,
"left": 1271,
"right": 1279,
"bbTop": 1046,
"bbBot": 1085,
"bbLeft": 1271,
"bbRight": 1279
},
"confidence": 100
},
{
"doc_index": 475,
"page_index": 475,
"block_index": 234,
"page_num": 0,
"text": "B",
"position": {
"top": 1046,
"bottom": 1085,
"left": 1279,
"right": 1316,
"bbTop": 1046,
"bbBot": 1085,
"bbLeft": 1279,
"bbRight": 1316
},
"confidence": 100
},
{
"doc_index": 476,
"page_index": 476,
"block_index": 235,
"page_num": 0,
"text": "u",
"position": {
"top": 1046,
"bottom": 1085,
"left": 1316,
"right": 1345,
"bbTop": 1046,
"bbBot": 1085,
"bbLeft": 1316,
"bbRight": 1345
},
"confidence": 100
},
{
"doc_index": 477,
"page_index": 477,
"block_index": 236,
"page_num": 0,
"text": "i",
"position": {
"top": 1046,
"bottom": 1085,
"left": 1345,
"right": 1362,
"bbTop": 1046,
"bbBot": 1085,
"bbLeft": 1345,
"bbRight": 1362
},
"confidence": 100
},
{
"doc_index": 478,
"page_index": 478,
"block_index": 237,
"page_num": 0,
"text": "l",
"position": {
"top": 1046,
"bottom": 1085,
"left": 1362,
"right": 1379,
"bbTop": 1046,
"bbBot": 1085,
"bbLeft": 1362,
"bbRight": 1379
},
"confidence": 100
},
{
"doc_index": 479,
"page_index": 479,
"block_index": 238,
"page_num": 0,
"text": "d",
"position": {
"top": 1046,
"bottom": 1085,
"left": 1379,
"right": 1408,
"bbTop": 1046,
"bbBot": 1085,
"bbLeft": 1379,
"bbRight": 1408
},
"confidence": 100
},
{
"doc_index": 480,
"page_index": 480,
"block_index": 239,
"page_num": 0,
"text": "i",
"position": {
"top": 1046,
"bottom": 1085,
"left": 1408,
"right": 1425,
"bbTop": 1046,
"bbBot": 1085,
"bbLeft": 1408,
"bbRight": 1425
},
"confidence": 100
},
{
"doc_index": 481,
"page_index": 481,
"block_index": 240,
"page_num": 0,
"text": "n",
"position": {
"top": 1046,
"bottom": 1085,
"left": 1425,
"right": 1458,
"bbTop": 1046,
"bbBot": 1085,
"bbLeft": 1425,
"bbRight": 1458
},
"confidence": 100
},
{
"doc_index": 482,
"page_index": 482,
"block_index": 241,
"page_num": 0,
"text": "g",
"position": {
"top": 1046,
"bottom": 1085,
"left": 1458,
"right": 1484,
"bbTop": 1046,
"bbBot": 1085,
"bbLeft": 1458,
"bbRight": 1484
},
"confidence": 100
},
{
"doc_index": 484,
"page_index": 484,
"block_index": 243,
"page_num": 0,
"text": "C",
"position": {
"top": 1049,
"bottom": 1085,
"left": 1513,
"right": 1547,
"bbTop": 1049,
"bbBot": 1085,
"bbLeft": 1513,
"bbRight": 1547
},
"confidence": 100
},
{
"doc_index": 485,
"page_index": 485,
"block_index": 244,
"page_num": 0,
"text": "o",
"position": {
"top": 1049,
"bottom": 1085,
"left": 1547,
"right": 1573,
"bbTop": 1049,
"bbBot": 1085,
"bbLeft": 1547,
"bbRight": 1573
},
"confidence": 100
},
{
"doc_index": 486,
"page_index": 486,
"block_index": 245,
"page_num": 0,
"text": "v",
"position": {
"top": 1049,
"bottom": 1085,
"left": 1573,
"right": 1600,
"bbTop": 1049,
"bbBot": 1085,
"bbLeft": 1573,
"bbRight": 1600
},
"confidence": 100
},
{
"doc_index": 487,
"page_index": 487,
"block_index": 246,
"page_num": 0,
"text": "e",
"position": {
"top": 1049,
"bottom": 1085,
"left": 1600,
"right": 1624,
"bbTop": 1049,
"bbBot": 1085,
"bbLeft": 1600,
"bbRight": 1624
},
"confidence": 100
},
{
"doc_index": 488,
"page_index": 488,
"block_index": 247,
"page_num": 0,
"text": "r",
"position": {
"top": 1049,
"bottom": 1085,
"left": 1624,
"right": 1645,
"bbTop": 1049,
"bbBot": 1085,
"bbLeft": 1624,
"bbRight": 1645
},
"confidence": 100
},
{
"doc_index": 489,
"page_index": 489,
"block_index": 248,
"page_num": 0,
"text": "a",
"position": {
"top": 1049,
"bottom": 1085,
"left": 1645,
"right": 1672,
"bbTop": 1049,
"bbBot": 1085,
"bbLeft": 1645,
"bbRight": 1672
},
"confidence": 100
},
{
"doc_index": 490,
"page_index": 490,
"block_index": 249,
"page_num": 0,
"text": "g",
"position": {
"top": 1049,
"bottom": 1085,
"left": 1672,
"right": 1696,
"bbTop": 1049,
"bbBot": 1085,
"bbLeft": 1672,
"bbRight": 1696
},
"confidence": 100
},
{
"doc_index": 491,
"page_index": 491,
"block_index": 250,
"page_num": 0,
"text": "e",
"position": {
"top": 1049,
"bottom": 1085,
"left": 1696,
"right": 1720,
"bbTop": 1049,
"bbBot": 1085,
"bbLeft": 1696,
"bbRight": 1720
},
"confidence": 100
},
{
"doc_index": 492,
"page_index": 492,
"block_index": 251,
"page_num": 0,
"text": ":",
"position": {
"top": 1049,
"bottom": 1085,
"left": 1720,
"right": 1727,
"bbTop": 1049,
"bbBot": 1085,
"bbLeft": 1720,
"bbRight": 1727
},
"confidence": 100
},
{
"doc_index": 494,
"page_index": 494,
"block_index": 253,
"page_num": 0,
"text": "$",
"position": {
"top": 1047,
"bottom": 1084,
"left": 1763,
"right": 1786,
"bbTop": 1047,
"bbBot": 1084,
"bbLeft": 1763,
"bbRight": 1786
},
"confidence": 100
},
{
"doc_index": 495,
"page_index": 495,
"block_index": 254,
"page_num": 0,
"text": "1",
"position": {
"top": 1047,
"bottom": 1084,
"left": 1786,
"right": 1810,
"bbTop": 1047,
"bbBot": 1084,
"bbLeft": 1786,
"bbRight": 1810
},
"confidence": 100
},
{
"doc_index": 496,
"page_index": 496,
"block_index": 255,
"page_num": 0,
"text": "0",
"position": {
"top": 1047,
"bottom": 1084,
"left": 1810,
"right": 1836,
"bbTop": 1047,
"bbBot": 1084,
"bbLeft": 1810,
"bbRight": 1836
},
"confidence": 100
},
{
"doc_index": 497,
"page_index": 497,
"block_index": 256,
"page_num": 0,
"text": ",",
"position": {
"top": 1047,
"bottom": 1084,
"left": 1836,
"right": 1846,
"bbTop": 1047,
"bbBot": 1084,
"bbLeft": 1836,
"bbRight": 1846
},
"confidence": 100
},
{
"doc_index": 498,
"page_index": 498,
"block_index": 257,
"page_num": 0,
"text": "0",
"position": {
"top": 1047,
"bottom": 1084,
"left": 1846,
"right": 1873,
"bbTop": 1047,
"bbBot": 1084,
"bbLeft": 1846,
"bbRight": 1873
},
"confidence": 100
},
{
"doc_index": 499,
"page_index": 499,
"block_index": 258,
"page_num": 0,
"text": "0",
"position": {
"top": 1047,
"bottom": 1084,
"left": 1873,
"right": 1900,
"bbTop": 1047,
"bbBot": 1084,
"bbLeft": 1873,
"bbRight": 1900
},
"confidence": 100
},
{
"doc_index": 500,
"page_index": 500,
"block_index": 259,
"page_num": 0,
"text": "0",
"position": {
"top": 1047,
"bottom": 1084,
"left": 1900,
"right": 1926,
"bbTop": 1047,
"bbBot": 1084,
"bbLeft": 1900,
"bbRight": 1926
},
"confidence": 100
},
{
"doc_index": 501,
"page_index": 501,
"block_index": 260,
"page_num": 0,
"text": ",",
"position": {
"top": 1047,
"bottom": 1084,
"left": 1926,
"right": 1936,
"bbTop": 1047,
"bbBot": 1084,
"bbLeft": 1926,
"bbRight": 1936
},
"confidence": 100
},
{
"doc_index": 502,
"page_index": 502,
"block_index": 261,
"page_num": 0,
"text": "0",
"position": {
"top": 1047,
"bottom": 1084,
"left": 1936,
"right": 1963,
"bbTop": 1047,
"bbBot": 1084,
"bbLeft": 1936,
"bbRight": 1963
},
"confidence": 100
},
{
"doc_index": 503,
"page_index": 503,
"block_index": 262,
"page_num": 0,
"text": "0",
"position": {
"top": 1047,
"bottom": 1084,
"left": 1963,
"right": 1989,
"bbTop": 1047,
"bbBot": 1084,
"bbLeft": 1963,
"bbRight": 1989
},
"confidence": 100
},
{
"doc_index": 504,
"page_index": 504,
"block_index": 263,
"page_num": 0,
"text": "0",
"position": {
"top": 1047,
"bottom": 1084,
"left": 1989,
"right": 2016,
"bbTop": 1047,
"bbBot": 1084,
"bbLeft": 1989,
"bbRight": 2016
},
"confidence": 100
},
{
"doc_index": 505,
"page_index": 505,
"block_index": 264,
"page_num": 0,
"text": "C",
"position": {
"top": 1047,
"bottom": 1084,
"left": 2016,
"right": 2053,
"bbTop": 1047,
"bbBot": 1084,
"bbLeft": 2016,
"bbRight": 2053
},
"confidence": 100
},
{
"doc_index": 506,
"page_index": 506,
"block_index": 265,
"page_num": 0,
"text": "o",
"position": {
"top": 1047,
"bottom": 1084,
"left": 2053,
"right": 2082,
"bbTop": 1047,
"bbBot": 1084,
"bbLeft": 2053,
"bbRight": 2082
},
"confidence": 100
},
{
"doc_index": 507,
"page_index": 507,
"block_index": 266,
"page_num": 0,
"text": "n",
"position": {
"top": 1047,
"bottom": 1084,
"left": 2082,
"right": 2115,
"bbTop": 1047,
"bbBot": 1084,
"bbLeft": 2082,
"bbRight": 2115
},
"confidence": 100
},
{
"doc_index": 508,
"page_index": 508,
"block_index": 267,
"page_num": 0,
"text": "t",
"position": {
"top": 1047,
"bottom": 1084,
"left": 2115,
"right": 2134,
"bbTop": 1047,
"bbBot": 1084,
"bbLeft": 2115,
"bbRight": 2134
},
"confidence": 100
},
{
"doc_index": 509,
"page_index": 509,
"block_index": 268,
"page_num": 0,
"text": "e",
"position": {
"top": 1047,
"bottom": 1084,
"left": 2134,
"right": 2160,
"bbTop": 1047,
"bbBot": 1084,
"bbLeft": 2134,
"bbRight": 2160
},
"confidence": 100
},
{
"doc_index": 510,
"page_index": 510,
"block_index": 269,
"page_num": 0,
"text": "n",
"position": {
"top": 1047,
"bottom": 1084,
"left": 2160,
"right": 2194,
"bbTop": 1047,
"bbBot": 1084,
"bbLeft": 2160,
"bbRight": 2194
},
"confidence": 100
},
{
"doc_index": 511,
"page_index": 511,
"block_index": 270,
"page_num": 0,
"text": "t",
"position": {
"top": 1047,
"bottom": 1084,
"left": 2194,
"right": 2212,
"bbTop": 1047,
"bbBot": 1084,
"bbLeft": 2194,
"bbRight": 2212
},
"confidence": 100
},
{
"doc_index": 512,
"page_index": 512,
"block_index": 271,
"page_num": 0,
"text": "s",
"position": {
"top": 1047,
"bottom": 1084,
"left": 2212,
"right": 2234,
"bbTop": 1047,
"bbBot": 1084,
"bbLeft": 2212,
"bbRight": 2234
},
"confidence": 100
},
{
"doc_index": 514,
"page_index": 514,
"block_index": 273,
"page_num": 0,
"text": "C",
"position": {
"top": 1096,
"bottom": 1133,
"left": 238,
"right": 272,
"bbTop": 1096,
"bbBot": 1133,
"bbLeft": 238,
"bbRight": 272
},
"confidence": 100
},
{
"doc_index": 515,
"page_index": 515,
"block_index": 274,
"page_num": 0,
"text": "o",
"position": {
"top": 1096,
"bottom": 1133,
"left": 272,
"right": 298,
"bbTop": 1096,
"bbBot": 1133,
"bbLeft": 272,
"bbRight": 298
},
"confidence": 100
},
{
"doc_index": 516,
"page_index": 516,
"block_index": 275,
"page_num": 0,
"text": "v",
"position": {
"top": 1096,
"bottom": 1133,
"left": 298,
"right": 325,
"bbTop": 1096,
"bbBot": 1133,
"bbLeft": 298,
"bbRight": 325
},
"confidence": 100
},
{
"doc_index": 517,
"page_index": 517,
"block_index": 276,
"page_num": 0,
"text": "e",
"position": {
"top": 1096,
"bottom": 1133,
"left": 325,
"right": 349,
"bbTop": 1096,
"bbBot": 1133,
"bbLeft": 325,
"bbRight": 349
},
"confidence": 100
},
{
"doc_index": 518,
"page_index": 518,
"block_index": 277,
"page_num": 0,
"text": "r",
"position": {
"top": 1096,
"bottom": 1133,
"left": 349,
"right": 370,
"bbTop": 1096,
"bbBot": 1133,
"bbLeft": 349,
"bbRight": 370
},
"confidence": 100
},
{
"doc_index": 519,
"page_index": 519,
"block_index": 278,
"page_num": 0,
"text": "a",
"position": {
"top": 1096,
"bottom": 1133,
"left": 370,
"right": 397,
"bbTop": 1096,
"bbBot": 1133,
"bbLeft": 370,
"bbRight": 397
},
"confidence": 100
},
{
"doc_index": 520,
"page_index": 520,
"block_index": 279,
"page_num": 0,
"text": "g",
"position": {
"top": 1096,
"bottom": 1133,
"left": 397,
"right": 421,
"bbTop": 1096,
"bbBot": 1133,
"bbLeft": 397,
"bbRight": 421
},
"confidence": 100
},
{
"doc_index": 521,
"page_index": 521,
"block_index": 280,
"page_num": 0,
"text": "e",
"position": {
"top": 1096,
"bottom": 1133,
"left": 421,
"right": 445,
"bbTop": 1096,
"bbBot": 1133,
"bbLeft": 421,
"bbRight": 445
},
"confidence": 100
},
{
"doc_index": 522,
"page_index": 522,
"block_index": 281,
"page_num": 0,
"text": ":",
"position": {
"top": 1096,
"bottom": 1133,
"left": 445,
"right": 452,
"bbTop": 1096,
"bbBot": 1133,
"bbLeft": 445,
"bbRight": 452
},
"confidence": 100
},
{
"doc_index": 524,
"page_index": 524,
"block_index": 283,
"page_num": 0,
"text": "$",
"position": {
"top": 1094,
"bottom": 1131,
"left": 488,
"right": 513,
"bbTop": 1094,
"bbBot": 1131,
"bbLeft": 488,
"bbRight": 513
},
"confidence": 100
},
{
"doc_index": 525,
"page_index": 525,
"block_index": 284,
"page_num": 0,
"text": "3",
"position": {
"top": 1094,
"bottom": 1131,
"left": 513,
"right": 542,
"bbTop": 1094,
"bbBot": 1131,
"bbLeft": 513,
"bbRight": 542
},
"confidence": 100
},
{
"doc_index": 526,
"page_index": 526,
"block_index": 285,
"page_num": 0,
"text": ",",
"position": {
"top": 1094,
"bottom": 1131,
"left": 542,
"right": 552,
"bbTop": 1094,
"bbBot": 1131,
"bbLeft": 542,
"bbRight": 552
},
"confidence": 100
},
{
"doc_index": 527,
"page_index": 527,
"block_index": 286,
"page_num": 0,
"text": "0",
"position": {
"top": 1094,
"bottom": 1131,
"left": 552,
"right": 581,
"bbTop": 1094,
"bbBot": 1131,
"bbLeft": 552,
"bbRight": 581
},
"confidence": 100
},
{
"doc_index": 528,
"page_index": 528,
"block_index": 287,
"page_num": 0,
"text": "0",
"position": {
"top": 1094,
"bottom": 1131,
"left": 581,
"right": 609,
"bbTop": 1094,
"bbBot": 1131,
"bbLeft": 581,
"bbRight": 609
},
"confidence": 100
},
{
"doc_index": 529,
"page_index": 529,
"block_index": 288,
"page_num": 0,
"text": "0",
"position": {
"top": 1094,
"bottom": 1131,
"left": 609,
"right": 638,
"bbTop": 1094,
"bbBot": 1131,
"bbLeft": 609,
"bbRight": 638
},
"confidence": 100
},
{
"doc_index": 530,
"page_index": 530,
"block_index": 289,
"page_num": 0,
"text": ",",
"position": {
"top": 1094,
"bottom": 1131,
"left": 638,
"right": 648,
"bbTop": 1094,
"bbBot": 1131,
"bbLeft": 638,
"bbRight": 648
},
"confidence": 100
},
{
"doc_index": 531,
"page_index": 531,
"block_index": 290,
"page_num": 0,
"text": "0",
"position": {
"top": 1094,
"bottom": 1131,
"left": 648,
"right": 677,
"bbTop": 1094,
"bbBot": 1131,
"bbLeft": 648,
"bbRight": 677
},
"confidence": 100
},
{
"doc_index": 532,
"page_index": 532,
"block_index": 291,
"page_num": 0,
"text": "0",
"position": {
"top": 1094,
"bottom": 1131,
"left": 677,
"right": 705,
"bbTop": 1094,
"bbBot": 1131,
"bbLeft": 677,
"bbRight": 705
},
"confidence": 100
},
{
"doc_index": 533,
"page_index": 533,
"block_index": 292,
"page_num": 0,
"text": "0",
"position": {
"top": 1094,
"bottom": 1131,
"left": 705,
"right": 734,
"bbTop": 1094,
"bbBot": 1131,
"bbLeft": 705,
"bbRight": 734
},
"confidence": 100
},
{
"doc_index": 535,
"page_index": 535,
"block_index": 294,
"page_num": 0,
"text": "(",
"position": {
"top": 1094,
"bottom": 1133,
"left": 768,
"right": 781,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 768,
"bbRight": 781
},
"confidence": 100
},
{
"doc_index": 536,
"page_index": 536,
"block_index": 295,
"page_num": 0,
"text": "i",
"position": {
"top": 1094,
"bottom": 1133,
"left": 781,
"right": 797,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 781,
"bbRight": 797
},
"confidence": 100
},
{
"doc_index": 537,
"page_index": 537,
"block_index": 296,
"page_num": 0,
"text": "n",
"position": {
"top": 1094,
"bottom": 1133,
"left": 797,
"right": 830,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 797,
"bbRight": 830
},
"confidence": 100
},
{
"doc_index": 538,
"page_index": 538,
"block_index": 297,
"page_num": 0,
"text": "c",
"position": {
"top": 1094,
"bottom": 1133,
"left": 830,
"right": 855,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 830,
"bbRight": 855
},
"confidence": 100
},
{
"doc_index": 539,
"page_index": 539,
"block_index": 298,
"page_num": 0,
"text": "l",
"position": {
"top": 1094,
"bottom": 1133,
"left": 855,
"right": 873,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 855,
"bbRight": 873
},
"confidence": 100
},
{
"doc_index": 540,
"page_index": 540,
"block_index": 299,
"page_num": 0,
"text": "u",
"position": {
"top": 1094,
"bottom": 1133,
"left": 873,
"right": 903,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 873,
"bbRight": 903
},
"confidence": 100
},
{
"doc_index": 541,
"page_index": 541,
"block_index": 300,
"page_num": 0,
"text": "d",
"position": {
"top": 1094,
"bottom": 1133,
"left": 903,
"right": 932,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 903,
"bbRight": 932
},
"confidence": 100
},
{
"doc_index": 542,
"page_index": 542,
"block_index": 301,
"page_num": 0,
"text": "i",
"position": {
"top": 1094,
"bottom": 1133,
"left": 932,
"right": 949,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 932,
"bbRight": 949
},
"confidence": 100
},
{
"doc_index": 543,
"page_index": 543,
"block_index": 302,
"page_num": 0,
"text": "n",
"position": {
"top": 1094,
"bottom": 1133,
"left": 949,
"right": 981,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 949,
"bbRight": 981
},
"confidence": 100
},
{
"doc_index": 544,
"page_index": 544,
"block_index": 303,
"page_num": 0,
"text": "g",
"position": {
"top": 1094,
"bottom": 1133,
"left": 981,
"right": 1008,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 981,
"bbRight": 1008
},
"confidence": 100
},
{
"doc_index": 546,
"page_index": 546,
"block_index": 305,
"page_num": 0,
"text": "s",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1040,
"right": 1061,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1040,
"bbRight": 1061
},
"confidence": 100
},
{
"doc_index": 547,
"page_index": 547,
"block_index": 306,
"page_num": 0,
"text": "p",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1061,
"right": 1089,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1061,
"bbRight": 1089
},
"confidence": 100
},
{
"doc_index": 548,
"page_index": 548,
"block_index": 307,
"page_num": 0,
"text": "e",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1089,
"right": 1115,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1089,
"bbRight": 1115
},
"confidence": 100
},
{
"doc_index": 549,
"page_index": 549,
"block_index": 308,
"page_num": 0,
"text": "c",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1115,
"right": 1142,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1115,
"bbRight": 1142
},
"confidence": 100
},
{
"doc_index": 550,
"page_index": 550,
"block_index": 309,
"page_num": 0,
"text": "i",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1142,
"right": 1159,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1142,
"bbRight": 1159
},
"confidence": 100
},
{
"doc_index": 551,
"page_index": 551,
"block_index": 310,
"page_num": 0,
"text": "a",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1159,
"right": 1189,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1159,
"bbRight": 1189
},
"confidence": 100
},
{
"doc_index": 552,
"page_index": 552,
"block_index": 311,
"page_num": 0,
"text": "l",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1189,
"right": 1207,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1189,
"bbRight": 1207
},
"confidence": 100
},
{
"doc_index": 553,
"page_index": 553,
"block_index": 312,
"page_num": 0,
"text": "i",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1207,
"right": 1224,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1207,
"bbRight": 1224
},
"confidence": 100
},
{
"doc_index": 554,
"page_index": 554,
"block_index": 313,
"page_num": 0,
"text": "z",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1224,
"right": 1251,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1224,
"bbRight": 1251
},
"confidence": 100
},
{
"doc_index": 555,
"page_index": 555,
"block_index": 314,
"page_num": 0,
"text": "e",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1251,
"right": 1277,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1251,
"bbRight": 1277
},
"confidence": 100
},
{
"doc_index": 556,
"page_index": 556,
"block_index": 315,
"page_num": 0,
"text": "d",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1277,
"right": 1307,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1277,
"bbRight": 1307
},
"confidence": 100
},
{
"doc_index": 558,
"page_index": 558,
"block_index": 317,
"page_num": 0,
"text": "m",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1338,
"right": 1380,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1338,
"bbRight": 1380
},
"confidence": 100
},
{
"doc_index": 559,
"page_index": 559,
"block_index": 318,
"page_num": 0,
"text": "a",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1380,
"right": 1405,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1380,
"bbRight": 1405
},
"confidence": 100
},
{
"doc_index": 560,
"page_index": 560,
"block_index": 319,
"page_num": 0,
"text": "c",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1405,
"right": 1427,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1405,
"bbRight": 1427
},
"confidence": 100
},
{
"doc_index": 561,
"page_index": 561,
"block_index": 320,
"page_num": 0,
"text": "h",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1427,
"right": 1454,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1427,
"bbRight": 1454
},
"confidence": 100
},
{
"doc_index": 562,
"page_index": 562,
"block_index": 321,
"page_num": 0,
"text": "i",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1454,
"right": 1469,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1454,
"bbRight": 1469
},
"confidence": 100
},
{
"doc_index": 563,
"page_index": 563,
"block_index": 322,
"page_num": 0,
"text": "n",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1469,
"right": 1497,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1469,
"bbRight": 1497
},
"confidence": 100
},
{
"doc_index": 564,
"page_index": 564,
"block_index": 323,
"page_num": 0,
"text": "e",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1497,
"right": 1520,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1497,
"bbRight": 1520
},
"confidence": 100
},
{
"doc_index": 565,
"page_index": 565,
"block_index": 324,
"page_num": 0,
"text": "r",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1520,
"right": 1540,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1520,
"bbRight": 1540
},
"confidence": 100
},
{
"doc_index": 566,
"page_index": 566,
"block_index": 325,
"page_num": 0,
"text": "y",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1540,
"right": 1560,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1540,
"bbRight": 1560
},
"confidence": 100
},
{
"doc_index": 568,
"page_index": 568,
"block_index": 327,
"page_num": 0,
"text": "a",
"position": {
"top": 1094,
"bottom": 1125,
"left": 1589,
"right": 1611,
"bbTop": 1094,
"bbBot": 1125,
"bbLeft": 1589,
"bbRight": 1611
},
"confidence": 100
},
{
"doc_index": 569,
"page_index": 569,
"block_index": 328,
"page_num": 0,
"text": "n",
"position": {
"top": 1094,
"bottom": 1125,
"left": 1611,
"right": 1635,
"bbTop": 1094,
"bbBot": 1125,
"bbLeft": 1611,
"bbRight": 1635
},
"confidence": 100
},
{
"doc_index": 570,
"page_index": 570,
"block_index": 329,
"page_num": 0,
"text": "d",
"position": {
"top": 1094,
"bottom": 1125,
"left": 1635,
"right": 1658,
"bbTop": 1094,
"bbBot": 1125,
"bbLeft": 1635,
"bbRight": 1658
},
"confidence": 100
},
{
"doc_index": 572,
"page_index": 572,
"block_index": 331,
"page_num": 0,
"text": "i",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1689,
"right": 1706,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1689,
"bbRight": 1706
},
"confidence": 100
},
{
"doc_index": 573,
"page_index": 573,
"block_index": 332,
"page_num": 0,
"text": "n",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1706,
"right": 1738,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1706,
"bbRight": 1738
},
"confidence": 100
},
{
"doc_index": 574,
"page_index": 574,
"block_index": 333,
"page_num": 0,
"text": "v",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1738,
"right": 1768,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1738,
"bbRight": 1768
},
"confidence": 100
},
{
"doc_index": 575,
"page_index": 575,
"block_index": 334,
"page_num": 0,
"text": "e",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1768,
"right": 1793,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1768,
"bbRight": 1793
},
"confidence": 100
},
{
"doc_index": 576,
"page_index": 576,
"block_index": 335,
"page_num": 0,
"text": "n",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1793,
"right": 1826,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1793,
"bbRight": 1826
},
"confidence": 100
},
{
"doc_index": 577,
"page_index": 577,
"block_index": 336,
"page_num": 0,
"text": "t",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1826,
"right": 1845,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1826,
"bbRight": 1845
},
"confidence": 100
},
{
"doc_index": 578,
"page_index": 578,
"block_index": 337,
"page_num": 0,
"text": "o",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1845,
"right": 1872,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1845,
"bbRight": 1872
},
"confidence": 100
},
{
"doc_index": 579,
"page_index": 579,
"block_index": 338,
"page_num": 0,
"text": "r",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1872,
"right": 1895,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1872,
"bbRight": 1895
},
"confidence": 100
},
{
"doc_index": 580,
"page_index": 580,
"block_index": 339,
"page_num": 0,
"text": "y",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1895,
"right": 1918,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1895,
"bbRight": 1918
},
"confidence": 100
},
{
"doc_index": 581,
"page_index": 581,
"block_index": 340,
"page_num": 0,
"text": ")",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1918,
"right": 1931,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1918,
"bbRight": 1931
},
"confidence": 100
},
{
"doc_index": 582,
"page_index": 582,
"block_index": 341,
"page_num": 0,
"text": "B",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1931,
"right": 1968,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1931,
"bbRight": 1968
},
"confidence": 100
},
{
"doc_index": 583,
"page_index": 583,
"block_index": 342,
"page_num": 0,
"text": "u",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1968,
"right": 1997,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1968,
"bbRight": 1997
},
"confidence": 100
},
{
"doc_index": 584,
"page_index": 584,
"block_index": 343,
"page_num": 0,
"text": "s",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1997,
"right": 2017,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1997,
"bbRight": 2017
},
"confidence": 100
},
{
"doc_index": 585,
"page_index": 585,
"block_index": 344,
"page_num": 0,
"text": "i",
"position": {
"top": 1094,
"bottom": 1133,
"left": 2017,
"right": 2034,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 2017,
"bbRight": 2034
},
"confidence": 100
},
{
"doc_index": 586,
"page_index": 586,
"block_index": 345,
"page_num": 0,
"text": "n",
"position": {
"top": 1094,
"bottom": 1133,
"left": 2034,
"right": 2067,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 2034,
"bbRight": 2067
},
"confidence": 100
},
{
"doc_index": 587,
"page_index": 587,
"block_index": 346,
"page_num": 0,
"text": "e",
"position": {
"top": 1094,
"bottom": 1133,
"left": 2067,
"right": 2092,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 2067,
"bbRight": 2092
},
"confidence": 100
},
{
"doc_index": 588,
"page_index": 588,
"block_index": 347,
"page_num": 0,
"text": "s",
"position": {
"top": 1094,
"bottom": 1133,
"left": 2092,
"right": 2113,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 2092,
"bbRight": 2113
},
"confidence": 100
},
{
"doc_index": 589,
"page_index": 589,
"block_index": 348,
"page_num": 0,
"text": "s",
"position": {
"top": 1094,
"bottom": 1133,
"left": 2113,
"right": 2134,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 2113,
"bbRight": 2134
},
"confidence": 100
},
{
"doc_index": 591,
"page_index": 591,
"block_index": 350,
"page_num": 0,
"text": "I",
"position": {
"top": 1097,
"bottom": 1124,
"left": 2164,
"right": 2182,
"bbTop": 1097,
"bbBot": 1124,
"bbLeft": 2164,
"bbRight": 2182
},
"confidence": 100
},
{
"doc_index": 592,
"page_index": 592,
"block_index": 351,
"page_num": 0,
"text": "n",
"position": {
"top": 1097,
"bottom": 1124,
"left": 2182,
"right": 2208,
"bbTop": 1097,
"bbBot": 1124,
"bbLeft": 2182,
"bbRight": 2208
},
"confidence": 100
},
{
"doc_index": 593,
"page_index": 593,
"block_index": 352,
"page_num": 0,
"text": "c",
"position": {
"top": 1097,
"bottom": 1124,
"left": 2208,
"right": 2228,
"bbTop": 1097,
"bbBot": 1124,
"bbLeft": 2208,
"bbRight": 2228
},
"confidence": 100
},
{
"doc_index": 594,
"page_index": 594,
"block_index": 353,
"page_num": 0,
"text": "o",
"position": {
"top": 1097,
"bottom": 1124,
"left": 2228,
"right": 2250,
"bbTop": 1097,
"bbBot": 1124,
"bbLeft": 2228,
"bbRight": 2250
},
"confidence": 100
},
{
"doc_index": 595,
"page_index": 595,
"block_index": 354,
"page_num": 0,
"text": "m",
"position": {
"top": 1097,
"bottom": 1124,
"left": 2250,
"right": 2289,
"bbTop": 1097,
"bbBot": 1124,
"bbLeft": 2250,
"bbRight": 2289
},
"confidence": 100
},
{
"doc_index": 596,
"page_index": 596,
"block_index": 355,
"page_num": 0,
"text": "e",
"position": {
"top": 1097,
"bottom": 1124,
"left": 2289,
"right": 2309,
"bbTop": 1097,
"bbBot": 1124,
"bbLeft": 2289,
"bbRight": 2309
},
"confidence": 100
},
{
"doc_index": 598,
"page_index": 598,
"block_index": 357,
"page_num": 0,
"text": "C",
"position": {
"top": 1143,
"bottom": 1180,
"left": 238,
"right": 272,
"bbTop": 1143,
"bbBot": 1180,
"bbLeft": 238,
"bbRight": 272
},
"confidence": 100
},
{
"doc_index": 599,
"page_index": 599,
"block_index": 358,
"page_num": 0,
"text": "o",
"position": {
"top": 1143,
"bottom": 1180,
"left": 272,
"right": 298,
"bbTop": 1143,
"bbBot": 1180,
"bbLeft": 272,
"bbRight": 298
},
"confidence": 100
},
{
"doc_index": 600,
"page_index": 600,
"block_index": 359,
"page_num": 0,
"text": "v",
"position": {
"top": 1143,
"bottom": 1180,
"left": 298,
"right": 325,
"bbTop": 1143,
"bbBot": 1180,
"bbLeft": 298,
"bbRight": 325
},
"confidence": 100
},
{
"doc_index": 601,
"page_index": 601,
"block_index": 360,
"page_num": 0,
"text": "e",
"position": {
"top": 1143,
"bottom": 1180,
"left": 325,
"right": 349,
"bbTop": 1143,
"bbBot": 1180,
"bbLeft": 325,
"bbRight": 349
},
"confidence": 100
},
{
"doc_index": 602,
"page_index": 602,
"block_index": 361,
"page_num": 0,
"text": "r",
"position": {
"top": 1143,
"bottom": 1180,
"left": 349,
"right": 370,
"bbTop": 1143,
"bbBot": 1180,
"bbLeft": 349,
"bbRight": 370
},
"confidence": 100
},
{
"doc_index": 603,
"page_index": 603,
"block_index": 362,
"page_num": 0,
"text": "a",
"position": {
"top": 1143,
"bottom": 1180,
"left": 370,
"right": 397,
"bbTop": 1143,
"bbBot": 1180,
"bbLeft": 370,
"bbRight": 397
},
"confidence": 100
},
{
"doc_index": 604,
"page_index": 604,
"block_index": 363,
"page_num": 0,
"text": "g",
"position": {
"top": 1143,
"bottom": 1180,
"left": 397,
"right": 421,
"bbTop": 1143,
"bbBot": 1180,
"bbLeft": 397,
"bbRight": 421
},
"confidence": 100
},
{
"doc_index": 605,
"page_index": 605,
"block_index": 364,
"page_num": 0,
"text": "e",
"position": {
"top": 1143,
"bottom": 1180,
"left": 421,
"right": 445,
"bbTop": 1143,
"bbBot": 1180,
"bbLeft": 421,
"bbRight": 445
},
"confidence": 100
},
{
"doc_index": 606,
"page_index": 606,
"block_index": 365,
"page_num": 0,
"text": ":",
"position": {
"top": 1143,
"bottom": 1180,
"left": 445,
"right": 452,
"bbTop": 1143,
"bbBot": 1180,
"bbLeft": 445,
"bbRight": 452
},
"confidence": 100
},
{
"doc_index": 608,
"page_index": 608,
"block_index": 367,
"page_num": 0,
"text": "$",
"position": {
"top": 1141,
"bottom": 1179,
"left": 488,
"right": 513,
"bbTop": 1141,
"bbBot": 1179,
"bbLeft": 488,
"bbRight": 513
},
"confidence": 100
},
{
"doc_index": 609,
"page_index": 609,
"block_index": 368,
"page_num": 0,
"text": "5",
"position": {
"top": 1141,
"bottom": 1179,
"left": 513,
"right": 542,
"bbTop": 1141,
"bbBot": 1179,
"bbLeft": 513,
"bbRight": 542
},
"confidence": 100
},
{
"doc_index": 610,
"page_index": 610,
"block_index": 369,
"page_num": 0,
"text": ",",
"position": {
"top": 1141,
"bottom": 1179,
"left": 542,
"right": 553,
"bbTop": 1141,
"bbBot": 1179,
"bbLeft": 542,
"bbRight": 553
},
"confidence": 100
},
{
"doc_index": 611,
"page_index": 611,
"block_index": 370,
"page_num": 0,
"text": "0",
"position": {
"top": 1141,
"bottom": 1179,
"left": 553,
"right": 581,
"bbTop": 1141,
"bbBot": 1179,
"bbLeft": 553,
"bbRight": 581
},
"confidence": 100
},
{
"doc_index": 612,
"page_index": 612,
"block_index": 371,
"page_num": 0,
"text": "0",
"position": {
"top": 1141,
"bottom": 1179,
"left": 581,
"right": 610,
"bbTop": 1141,
"bbBot": 1179,
"bbLeft": 581,
"bbRight": 610
},
"confidence": 100
},
{
"doc_index": 613,
"page_index": 613,
"block_index": 372,
"page_num": 0,
"text": "0",
"position": {
"top": 1141,
"bottom": 1179,
"left": 610,
"right": 638,
"bbTop": 1141,
"bbBot": 1179,
"bbLeft": 610,
"bbRight": 638
},
"confidence": 100
},
{
"doc_index": 614,
"page_index": 614,
"block_index": 373,
"page_num": 0,
"text": ",",
"position": {
"top": 1141,
"bottom": 1179,
"left": 638,
"right": 649,
"bbTop": 1141,
"bbBot": 1179,
"bbLeft": 638,
"bbRight": 649
},
"confidence": 100
},
{
"doc_index": 615,
"page_index": 615,
"block_index": 374,
"page_num": 0,
"text": "0",
"position": {
"top": 1141,
"bottom": 1179,
"left": 649,
"right": 677,
"bbTop": 1141,
"bbBot": 1179,
"bbLeft": 649,
"bbRight": 677
},
"confidence": 100
},
{
"doc_index": 616,
"page_index": 616,
"block_index": 375,
"page_num": 0,
"text": "0",
"position": {
"top": 1141,
"bottom": 1179,
"left": 677,
"right": 705,
"bbTop": 1141,
"bbBot": 1179,
"bbLeft": 677,
"bbRight": 705
},
"confidence": 100
},
{
"doc_index": 617,
"page_index": 617,
"block_index": 376,
"page_num": 0,
"text": "0",
"position": {
"top": 1141,
"bottom": 1179,
"left": 705,
"right": 734,
"bbTop": 1141,
"bbBot": 1179,
"bbLeft": 705,
"bbRight": 734
},
"confidence": 100
},
{
"doc_index": 619,
"page_index": 619,
"block_index": 378,
"page_num": 0,
"text": "(",
"position": {
"top": 1141,
"bottom": 1180,
"left": 768,
"right": 781,
"bbTop": 1141,
"bbBot": 1180,
"bbLeft": 768,
"bbRight": 781
},
"confidence": 100
},
{
"doc_index": 620,
"page_index": 620,
"block_index": 379,
"page_num": 0,
"text": "f",
"position": {
"top": 1141,
"bottom": 1180,
"left": 781,
"right": 805,
"bbTop": 1141,
"bbBot": 1180,
"bbLeft": 781,
"bbRight": 805
},
"confidence": 100
},
{
"doc_index": 621,
"page_index": 621,
"block_index": 380,
"page_num": 0,
"text": "o",
"position": {
"top": 1141,
"bottom": 1180,
"left": 805,
"right": 834,
"bbTop": 1141,
"bbBot": 1180,
"bbLeft": 805,
"bbRight": 834
},
"confidence": 100
},
{
"doc_index": 622,
"page_index": 622,
"block_index": 381,
"page_num": 0,
"text": "r",
"position": {
"top": 1141,
"bottom": 1180,
"left": 834,
"right": 857,
"bbTop": 1141,
"bbBot": 1180,
"bbLeft": 834,
"bbRight": 857
},
"confidence": 100
},
{
"doc_index": 624,
"page_index": 624,
"block_index": 383,
"page_num": 0,
"text": "6",
"position": {
"top": 1143,
"bottom": 1172,
"left": 889,
"right": 908,
"bbTop": 1143,
"bbBot": 1172,
"bbLeft": 889,
"bbRight": 908
},
"confidence": 100
},
{
"doc_index": 626,
"page_index": 626,
"block_index": 385,
"page_num": 0,
"text": "m",
"position": {
"top": 1141,
"bottom": 1172,
"left": 938,
"right": 977,
"bbTop": 1141,
"bbBot": 1172,
"bbLeft": 938,
"bbRight": 977
},
"confidence": 100
},
{
"doc_index": 627,
"page_index": 627,
"block_index": 386,
"page_num": 0,
"text": "o",
"position": {
"top": 1141,
"bottom": 1172,
"left": 977,
"right": 1000,
"bbTop": 1141,
"bbBot": 1172,
"bbLeft": 977,
"bbRight": 1000
},
"confidence": 100
},
{
"doc_index": 628,
"page_index": 628,
"block_index": 387,
"page_num": 0,
"text": "n",
"position": {
"top": 1141,
"bottom": 1172,
"left": 1000,
"right": 1026,
"bbTop": 1141,
"bbBot": 1172,
"bbLeft": 1000,
"bbRight": 1026
},
"confidence": 100
},
{
"doc_index": 629,
"page_index": 629,
"block_index": 388,
"page_num": 0,
"text": "t",
"position": {
"top": 1141,
"bottom": 1172,
"left": 1026,
"right": 1041,
"bbTop": 1141,
"bbBot": 1172,
"bbLeft": 1026,
"bbRight": 1041
},
"confidence": 100
},
{
"doc_index": 630,
"page_index": 630,
"block_index": 389,
"page_num": 0,
"text": "h",
"position": {
"top": 1141,
"bottom": 1172,
"left": 1041,
"right": 1066,
"bbTop": 1141,
"bbBot": 1172,
"bbLeft": 1041,
"bbRight": 1066
},
"confidence": 100
},
{
"doc_index": 631,
"page_index": 631,
"block_index": 390,
"page_num": 0,
"text": "s",
"position": {
"top": 1141,
"bottom": 1172,
"left": 1066,
"right": 1083,
"bbTop": 1141,
"bbBot": 1172,
"bbLeft": 1066,
"bbRight": 1083
},
"confidence": 100
},
{
"doc_index": 633,
"page_index": 633,
"block_index": 392,
"page_num": 0,
"text": "o",
"position": {
"top": 1141,
"bottom": 1172,
"left": 1114,
"right": 1138,
"bbTop": 1141,
"bbBot": 1172,
"bbLeft": 1114,
"bbRight": 1138
},
"confidence": 100
},
{
"doc_index": 634,
"page_index": 634,
"block_index": 393,
"page_num": 0,
"text": "f",
"position": {
"top": 1141,
"bottom": 1172,
"left": 1138,
"right": 1159,
"bbTop": 1141,
"bbBot": 1172,
"bbLeft": 1138,
"bbRight": 1159
},
"confidence": 100
},
{
"doc_index": 636,
"page_index": 636,
"block_index": 395,
"page_num": 0,
"text": "l",
"position": {
"top": 1141,
"bottom": 1172,
"left": 1189,
"right": 1208,
"bbTop": 1141,
"bbBot": 1172,
"bbLeft": 1189,
"bbRight": 1208
},
"confidence": 100
},
{
"doc_index": 637,
"page_index": 637,
"block_index": 396,
"page_num": 0,
"text": "o",
"position": {
"top": 1141,
"bottom": 1172,
"left": 1208,
"right": 1239,
"bbTop": 1141,
"bbBot": 1172,
"bbLeft": 1208,
"bbRight": 1239
},
"confidence": 100
},
{
"doc_index": 638,
"page_index": 638,
"block_index": 397,
"page_num": 0,
"text": "s",
"position": {
"top": 1141,
"bottom": 1172,
"left": 1239,
"right": 1262,
"bbTop": 1141,
"bbBot": 1172,
"bbLeft": 1239,
"bbRight": 1262
},
"confidence": 100
},
{
"doc_index": 639,
"page_index": 639,
"block_index": 398,
"page_num": 0,
"text": "t",
"position": {
"top": 1141,
"bottom": 1172,
"left": 1262,
"right": 1282,
"bbTop": 1141,
"bbBot": 1172,
"bbLeft": 1262,
"bbRight": 1282
},
"confidence": 100
},
{
"doc_index": 641,
"page_index": 641,
"block_index": 400,
"page_num": 0,
"text": "i",
"position": {
"top": 1141,
"bottom": 1180,
"left": 1314,
"right": 1329,
"bbTop": 1141,
"bbBot": 1180,
"bbLeft": 1314,
"bbRight": 1329
},
"confidence": 100
},
{
"doc_index": 642,
"page_index": 642,
"block_index": 401,
"page_num": 0,
"text": "n",
"position": {
"top": 1141,
"bottom": 1180,
"left": 1329,
"right": 1357,
"bbTop": 1141,
"bbBot": 1180,
"bbLeft": 1329,
"bbRight": 1357
},
"confidence": 100
},
{
"doc_index": 643,
"page_index": 643,
"block_index": 402,
"page_num": 0,
"text": "c",
"position": {
"top": 1141,
"bottom": 1180,
"left": 1357,
"right": 1379,
"bbTop": 1141,
"bbBot": 1180,
"bbLeft": 1357,
"bbRight": 1379
},
"confidence": 100
},
{
"doc_index": 644,
"page_index": 644,
"block_index": 403,
"page_num": 0,
"text": "o",
"position": {
"top": 1141,
"bottom": 1180,
"left": 1379,
"right": 1404,
"bbTop": 1141,
"bbBot": 1180,
"bbLeft": 1379,
"bbRight": 1404
},
"confidence": 100
},
{
"doc_index": 645,
"page_index": 645,
"block_index": 404,
"page_num": 0,
"text": "m",
"position": {
"top": 1141,
"bottom": 1180,
"left": 1404,
"right": 1446,
"bbTop": 1141,
"bbBot": 1180,
"bbLeft": 1404,
"bbRight": 1446
},
"confidence": 100
},
{
"doc_index": 646,
"page_index": 646,
"block_index": 405,
"page_num": 0,
"text": "e",
"position": {
"top": 1141,
"bottom": 1180,
"left": 1446,
"right": 1468,
"bbTop": 1141,
"bbBot": 1180,
"bbLeft": 1446,
"bbRight": 1468
},
"confidence": 100
},
{
"doc_index": 647,
"page_index": 647,
"block_index": 406,
"page_num": 0,
"text": ")",
"position": {
"top": 1141,
"bottom": 1180,
"left": 1468,
"right": 1479,
"bbTop": 1141,
"bbBot": 1180,
"bbLeft": 1468,
"bbRight": 1479
},
"confidence": 100
},
{
"doc_index": 649,
"page_index": 649,
"block_index": 408,
"page_num": 0,
"text": "D",
"position": {
"top": 1191,
"bottom": 1219,
"left": 239,
"right": 269,
"bbTop": 1191,
"bbBot": 1219,
"bbLeft": 239,
"bbRight": 269
},
"confidence": 100
},
{
"doc_index": 650,
"page_index": 650,
"block_index": 409,
"page_num": 0,
"text": "u",
"position": {
"top": 1191,
"bottom": 1219,
"left": 269,
"right": 290,
"bbTop": 1191,
"bbBot": 1219,
"bbLeft": 269,
"bbRight": 290
},
"confidence": 100
},
{
"doc_index": 651,
"page_index": 651,
"block_index": 410,
"page_num": 0,
"text": "e",
"position": {
"top": 1191,
"bottom": 1219,
"left": 290,
"right": 308,
"bbTop": 1191,
"bbBot": 1219,
"bbLeft": 290,
"bbRight": 308
},
"confidence": 100
},
{
"doc_index": 653,
"page_index": 653,
"block_index": 412,
"page_num": 0,
"text": "t",
"position": {
"top": 1191,
"bottom": 1219,
"left": 340,
"right": 357,
"bbTop": 1191,
"bbBot": 1219,
"bbLeft": 340,
"bbRight": 357
},
"confidence": 100
},
{
"doc_index": 654,
"page_index": 654,
"block_index": 413,
"page_num": 0,
"text": "o",
"position": {
"top": 1191,
"bottom": 1219,
"left": 357,
"right": 384,
"bbTop": 1191,
"bbBot": 1219,
"bbLeft": 357,
"bbRight": 384
},
"confidence": 100
},
{
"doc_index": 656,
"page_index": 656,
"block_index": 415,
"page_num": 0,
"text": "t",
"position": {
"top": 1188,
"bottom": 1219,
"left": 415,
"right": 432,
"bbTop": 1188,
"bbBot": 1219,
"bbLeft": 415,
"bbRight": 432
},
"confidence": 100
},
{
"doc_index": 657,
"page_index": 657,
"block_index": 416,
"page_num": 0,
"text": "h",
"position": {
"top": 1188,
"bottom": 1219,
"left": 432,
"right": 460,
"bbTop": 1188,
"bbBot": 1219,
"bbLeft": 432,
"bbRight": 460
},
"confidence": 100
},
{
"doc_index": 658,
"page_index": 658,
"block_index": 417,
"page_num": 0,
"text": "e",
"position": {
"top": 1188,
"bottom": 1219,
"left": 460,
"right": 483,
"bbTop": 1188,
"bbBot": 1219,
"bbLeft": 460,
"bbRight": 483
},
"confidence": 100
},
{
"doc_index": 660,
"page_index": 660,
"block_index": 419,
"page_num": 0,
"text": "n",
"position": {
"top": 1191,
"bottom": 1219,
"left": 515,
"right": 545,
"bbTop": 1191,
"bbBot": 1219,
"bbLeft": 515,
"bbRight": 545
},
"confidence": 100
},
{
"doc_index": 661,
"page_index": 661,
"block_index": 420,
"page_num": 0,
"text": "a",
"position": {
"top": 1191,
"bottom": 1219,
"left": 545,
"right": 571,
"bbTop": 1191,
"bbBot": 1219,
"bbLeft": 545,
"bbRight": 571
},
"confidence": 100
},
{
"doc_index": 662,
"page_index": 662,
"block_index": 421,
"page_num": 0,
"text": "t",
"position": {
"top": 1191,
"bottom": 1219,
"left": 571,
"right": 588,
"bbTop": 1191,
"bbBot": 1219,
"bbLeft": 571,
"bbRight": 588
},
"confidence": 100
},
{
"doc_index": 663,
"page_index": 663,
"block_index": 422,
"page_num": 0,
"text": "u",
"position": {
"top": 1191,
"bottom": 1219,
"left": 588,
"right": 614,
"bbTop": 1191,
"bbBot": 1219,
"bbLeft": 588,
"bbRight": 614
},
"confidence": 100
},
{
"doc_index": 664,
"page_index": 664,
"block_index": 423,
"page_num": 0,
"text": "r",
"position": {
"top": 1191,
"bottom": 1219,
"left": 614,
"right": 635,
"bbTop": 1191,
"bbBot": 1219,
"bbLeft": 614,
"bbRight": 635
},
"confidence": 100
},
{
"doc_index": 665,
"page_index": 665,
"block_index": 424,
"page_num": 0,
"text": "e",
"position": {
"top": 1191,
"bottom": 1219,
"left": 635,
"right": 658,
"bbTop": 1191,
"bbBot": 1219,
"bbLeft": 635,
"bbRight": 658
},
"confidence": 100
},
{
"doc_index": 667,
"page_index": 667,
"block_index": 426,
"page_num": 0,
"text": "o",
"position": {
"top": 1188,
"bottom": 1219,
"left": 689,
"right": 713,
"bbTop": 1188,
"bbBot": 1219,
"bbLeft": 689,
"bbRight": 713
},
"confidence": 100
},
{
"doc_index": 668,
"page_index": 668,
"block_index": 427,
"page_num": 0,
"text": "f",
"position": {
"top": 1188,
"bottom": 1219,
"left": 713,
"right": 734,
"bbTop": 1188,
"bbBot": 1219,
"bbLeft": 713,
"bbRight": 734
},
"confidence": 100
},
{
"doc_index": 670,
"page_index": 670,
"block_index": 429,
"page_num": 0,
"text": "t",
"position": {
"top": 1188,
"bottom": 1219,
"left": 765,
"right": 782,
"bbTop": 1188,
"bbBot": 1219,
"bbLeft": 765,
"bbRight": 782
},
"confidence": 100
},
{
"doc_index": 671,
"page_index": 671,
"block_index": 430,
"page_num": 0,
"text": "h",
"position": {
"top": 1188,
"bottom": 1219,
"left": 782,
"right": 810,
"bbTop": 1188,
"bbBot": 1219,
"bbLeft": 782,
"bbRight": 810
},
"confidence": 100
},
{
"doc_index": 672,
"page_index": 672,
"block_index": 431,
"page_num": 0,
"text": "e",
"position": {
"top": 1188,
"bottom": 1219,
"left": 810,
"right": 833,
"bbTop": 1188,
"bbBot": 1219,
"bbLeft": 810,
"bbRight": 833
},
"confidence": 100
},
{
"doc_index": 674,
"page_index": 674,
"block_index": 433,
"page_num": 0,
"text": "b",
"position": {
"top": 1188,
"bottom": 1226,
"left": 865,
"right": 895,
"bbTop": 1188,
"bbBot": 1226,
"bbLeft": 865,
"bbRight": 895
},
"confidence": 100
},
{
"doc_index": 675,
"page_index": 675,
"block_index": 434,
"page_num": 0,
"text": "u",
"position": {
"top": 1188,
"bottom": 1226,
"left": 895,
"right": 925,
"bbTop": 1188,
"bbBot": 1226,
"bbLeft": 895,
"bbRight": 925
},
"confidence": 100
},
{
"doc_index": 676,
"page_index": 676,
"block_index": 435,
"page_num": 0,
"text": "s",
"position": {
"top": 1188,
"bottom": 1226,
"left": 925,
"right": 946,
"bbTop": 1188,
"bbBot": 1226,
"bbLeft": 925,
"bbRight": 946
},
"confidence": 100
},
{
"doc_index": 677,
"page_index": 677,
"block_index": 436,
"page_num": 0,
"text": "i",
"position": {
"top": 1188,
"bottom": 1226,
"left": 946,
"right": 963,
"bbTop": 1188,
"bbBot": 1226,
"bbLeft": 946,
"bbRight": 963
},
"confidence": 100
},
{
"doc_index": 678,
"page_index": 678,
"block_index": 437,
"page_num": 0,
"text": "n",
"position": {
"top": 1188,
"bottom": 1226,
"left": 963,
"right": 997,
"bbTop": 1188,
"bbBot": 1226,
"bbLeft": 963,
"bbRight": 997
},
"confidence": 100
},
{
"doc_index": 679,
"page_index": 679,
"block_index": 438,
"page_num": 0,
"text": "e",
"position": {
"top": 1188,
"bottom": 1226,
"left": 997,
"right": 1023,
"bbTop": 1188,
"bbBot": 1226,
"bbLeft": 997,
"bbRight": 1023
},
"confidence": 100
},
{
"doc_index": 680,
"page_index": 680,
"block_index": 439,
"page_num": 0,
"text": "s",
"position": {
"top": 1188,
"bottom": 1226,
"left": 1023,
"right": 1044,
"bbTop": 1188,
"bbBot": 1226,
"bbLeft": 1023,
"bbRight": 1044
},
"confidence": 100
},
{
"doc_index": 681,
"page_index": 681,
"block_index": 440,
"page_num": 0,
"text": "s",
"position": {
"top": 1188,
"bottom": 1226,
"left": 1044,
"right": 1065,
"bbTop": 1188,
"bbBot": 1226,
"bbLeft": 1044,
"bbRight": 1065
},
"confidence": 100
},
{
"doc_index": 682,
"page_index": 682,
"block_index": 441,
"page_num": 0,
"text": ",",
"position": {
"top": 1188,
"bottom": 1226,
"left": 1065,
"right": 1075,
"bbTop": 1188,
"bbBot": 1226,
"bbLeft": 1065,
"bbRight": 1075
},
"confidence": 100
},
{
"doc_index": 684,
"page_index": 684,
"block_index": 443,
"page_num": 0,
"text": "i",
"position": {
"top": 1188,
"bottom": 1219,
"left": 1114,
"right": 1134,
"bbTop": 1188,
"bbBot": 1219,
"bbLeft": 1114,
"bbRight": 1134
},
"confidence": 100
},
{
"doc_index": 685,
"page_index": 685,
"block_index": 444,
"page_num": 0,
"text": "t",
"position": {
"top": 1188,
"bottom": 1219,
"left": 1134,
"right": 1157,
"bbTop": 1188,
"bbBot": 1219,
"bbLeft": 1134,
"bbRight": 1157
},
"confidence": 100
},
{
"doc_index": 687,
"page_index": 687,
"block_index": 446,
"page_num": 0,
"text": "i",
"position": {
"top": 1188,
"bottom": 1219,
"left": 1189,
"right": 1209,
"bbTop": 1188,
"bbBot": 1219,
"bbLeft": 1189,
"bbRight": 1209
},
"confidence": 100
},
{
"doc_index": 688,
"page_index": 688,
"block_index": 447,
"page_num": 0,
"text": "s",
"position": {
"top": 1188,
"bottom": 1219,
"left": 1209,
"right": 1233,
"bbTop": 1188,
"bbBot": 1219,
"bbLeft": 1209,
"bbRight": 1233
},
"confidence": 100
},
{
"doc_index": 690,
"page_index": 690,
"block_index": 449,
"page_num": 0,
"text": "i",
"position": {
"top": 1188,
"bottom": 1227,
"left": 1264,
"right": 1279,
"bbTop": 1188,
"bbBot": 1227,
"bbLeft": 1264,
"bbRight": 1279
},
"confidence": 100
},
{
"doc_index": 691,
"page_index": 691,
"block_index": 450,
"page_num": 0,
"text": "m",
"position": {
"top": 1188,
"bottom": 1227,
"left": 1279,
"right": 1323,
"bbTop": 1188,
"bbBot": 1227,
"bbLeft": 1279,
"bbRight": 1323
},
"confidence": 100
},
{
"doc_index": 692,
"page_index": 692,
"block_index": 451,
"page_num": 0,
"text": "p",
"position": {
"top": 1188,
"bottom": 1227,
"left": 1323,
"right": 1347,
"bbTop": 1188,
"bbBot": 1227,
"bbLeft": 1323,
"bbRight": 1347
},
"confidence": 100
},
{
"doc_index": 693,
"page_index": 693,
"block_index": 452,
"page_num": 0,
"text": "o",
"position": {
"top": 1188,
"bottom": 1227,
"left": 1347,
"right": 1372,
"bbTop": 1188,
"bbBot": 1227,
"bbLeft": 1347,
"bbRight": 1372
},
"confidence": 100
},
{
"doc_index": 694,
"page_index": 694,
"block_index": 453,
"page_num": 0,
"text": "r",
"position": {
"top": 1188,
"bottom": 1227,
"left": 1372,
"right": 1393,
"bbTop": 1188,
"bbBot": 1227,
"bbLeft": 1372,
"bbRight": 1393
},
"confidence": 100
},
{
"doc_index": 695,
"page_index": 695,
"block_index": 454,
"page_num": 0,
"text": "t",
"position": {
"top": 1188,
"bottom": 1227,
"left": 1393,
"right": 1410,
"bbTop": 1188,
"bbBot": 1227,
"bbLeft": 1393,
"bbRight": 1410
},
"confidence": 100
},
{
"doc_index": 696,
"page_index": 696,
"block_index": 455,
"page_num": 0,
"text": "a",
"position": {
"top": 1188,
"bottom": 1227,
"left": 1410,
"right": 1436,
"bbTop": 1188,
"bbBot": 1227,
"bbLeft": 1410,
"bbRight": 1436
},
"confidence": 100
},
{
"doc_index": 697,
"page_index": 697,
"block_index": 456,
"page_num": 0,
"text": "n",
"position": {
"top": 1188,
"bottom": 1227,
"left": 1436,
"right": 1465,
"bbTop": 1188,
"bbBot": 1227,
"bbLeft": 1436,
"bbRight": 1465
},
"confidence": 100
},
{
"doc_index": 698,
"page_index": 698,
"block_index": 457,
"page_num": 0,
"text": "t",
"position": {
"top": 1188,
"bottom": 1227,
"left": 1465,
"right": 1482,
"bbTop": 1188,
"bbBot": 1227,
"bbLeft": 1465,
"bbRight": 1482
},
"confidence": 100
},
{
"doc_index": 700,
"page_index": 700,
"block_index": 459,
"page_num": 0,
"text": "t",
"position": {
"top": 1191,
"bottom": 1219,
"left": 1515,
"right": 1532,
"bbTop": 1191,
"bbBot": 1219,
"bbLeft": 1515,
"bbRight": 1532
},
"confidence": 100
},
{
"doc_index": 701,
"page_index": 701,
"block_index": 460,
"page_num": 0,
"text": "o",
"position": {
"top": 1191,
"bottom": 1219,
"left": 1532,
"right": 1559,
"bbTop": 1191,
"bbBot": 1219,
"bbLeft": 1532,
"bbRight": 1559
},
"confidence": 100
},
{
"doc_index": 703,
"page_index": 703,
"block_index": 462,
"page_num": 0,
"text": "h",
"position": {
"top": 1188,
"bottom": 1227,
"left": 1590,
"right": 1621,
"bbTop": 1188,
"bbBot": 1227,
"bbLeft": 1590,
"bbRight": 1621
},
"confidence": 100
},
{
"doc_index": 704,
"page_index": 704,
"block_index": 463,
"page_num": 0,
"text": "i",
"position": {
"top": 1188,
"bottom": 1227,
"left": 1621,
"right": 1638,
"bbTop": 1188,
"bbBot": 1227,
"bbLeft": 1621,
"bbRight": 1638
},
"confidence": 100
},
{
"doc_index": 705,
"page_index": 705,
"block_index": 464,
"page_num": 0,
"text": "g",
"position": {
"top": 1188,
"bottom": 1227,
"left": 1638,
"right": 1664,
"bbTop": 1188,
"bbBot": 1227,
"bbLeft": 1638,
"bbRight": 1664
},
"confidence": 100
},
{
"doc_index": 706,
"page_index": 706,
"block_index": 465,
"page_num": 0,
"text": "h",
"position": {
"top": 1188,
"bottom": 1227,
"left": 1664,
"right": 1696,
"bbTop": 1188,
"bbBot": 1227,
"bbLeft": 1664,
"bbRight": 1696
},
"confidence": 100
},
{
"doc_index": 707,
"page_index": 707,
"block_index": 466,
"page_num": 0,
"text": "l",
"position": {
"top": 1188,
"bottom": 1227,
"left": 1696,
"right": 1714,
"bbTop": 1188,
"bbBot": 1227,
"bbLeft": 1696,
"bbRight": 1714
},
"confidence": 100
},
{
"doc_index": 708,
"page_index": 708,
"block_index": 467,
"page_num": 0,
"text": "i",
"position": {
"top": 1188,
"bottom": 1227,
"left": 1714,
"right": 1731,
"bbTop": 1188,
"bbBot": 1227,
"bbLeft": 1714,
"bbRight": 1731
},
"confidence": 100
},
{
"doc_index": 709,
"page_index": 709,
"block_index": 468,
"page_num": 0,
"text": "g",
"position": {
"top": 1188,
"bottom": 1227,
"left": 1731,
"right": 1757,
"bbTop": 1188,
"bbBot": 1227,
"bbLeft": 1731,
"bbRight": 1757
},
"confidence": 100
},
{
"doc_index": 710,
"page_index": 710,
"block_index": 469,
"page_num": 0,
"text": "h",
"position": {
"top": 1188,
"bottom": 1227,
"left": 1757,
"right": 1788,
"bbTop": 1188,
"bbBot": 1227,
"bbLeft": 1757,
"bbRight": 1788
},
"confidence": 100
},
{
"doc_index": 711,
"page_index": 711,
"block_index": 470,
"page_num": 0,
"text": "t",
"position": {
"top": 1188,
"bottom": 1227,
"left": 1788,
"right": 1807,
"bbTop": 1188,
"bbBot": 1227,
"bbLeft": 1788,
"bbRight": 1807
},
"confidence": 100
},
{
"doc_index": 713,
"page_index": 713,
"block_index": 472,
"page_num": 0,
"text": "t",
"position": {
"top": 1188,
"bottom": 1219,
"left": 1840,
"right": 1857,
"bbTop": 1188,
"bbBot": 1219,
"bbLeft": 1840,
"bbRight": 1857
},
"confidence": 100
},
{
"doc_index": 714,
"page_index": 714,
"block_index": 473,
"page_num": 0,
"text": "h",
"position": {
"top": 1188,
"bottom": 1219,
"left": 1857,
"right": 1885,
"bbTop": 1188,
"bbBot": 1219,
"bbLeft": 1857,
"bbRight": 1885
},
"confidence": 100
},
{
"doc_index": 715,
"page_index": 715,
"block_index": 474,
"page_num": 0,
"text": "e",
"position": {
"top": 1188,
"bottom": 1219,
"left": 1885,
"right": 1908,
"bbTop": 1188,
"bbBot": 1219,
"bbLeft": 1885,
"bbRight": 1908
},
"confidence": 100
},
{
"doc_index": 717,
"page_index": 717,
"block_index": 476,
"page_num": 0,
"text": "h",
"position": {
"top": 1188,
"bottom": 1227,
"left": 1940,
"right": 1969,
"bbTop": 1188,
"bbBot": 1227,
"bbLeft": 1940,
"bbRight": 1969
},
"confidence": 100
},
{
"doc_index": 718,
"page_index": 718,
"block_index": 477,
"page_num": 0,
"text": "i",
"position": {
"top": 1188,
"bottom": 1227,
"left": 1969,
"right": 1985,
"bbTop": 1188,
"bbBot": 1227,
"bbLeft": 1969,
"bbRight": 1985
},
"confidence": 100
},
{
"doc_index": 719,
"page_index": 719,
"block_index": 478,
"page_num": 0,
"text": "g",
"position": {
"top": 1188,
"bottom": 1227,
"left": 1985,
"right": 2009,
"bbTop": 1188,
"bbBot": 1227,
"bbLeft": 1985,
"bbRight": 2009
},
"confidence": 100
},
{
"doc_index": 720,
"page_index": 720,
"block_index": 479,
"page_num": 0,
"text": "h",
"position": {
"top": 1188,
"bottom": 1227,
"left": 2009,
"right": 2038,
"bbTop": 1188,
"bbBot": 1227,
"bbLeft": 2009,
"bbRight": 2038
},
"confidence": 100
},
{
"doc_index": 721,
"page_index": 721,
"block_index": 480,
"page_num": 0,
"text": "-",
"position": {
"top": 1188,
"bottom": 1227,
"left": 2038,
"right": 2072,
"bbTop": 1188,
"bbBot": 1227,
"bbLeft": 2038,
"bbRight": 2072
},
"confidence": 100
},
{
"doc_index": 722,
"page_index": 722,
"block_index": 481,
"page_num": 0,
"text": "r",
"position": {
"top": 1188,
"bottom": 1227,
"left": 2072,
"right": 2093,
"bbTop": 1188,
"bbBot": 1227,
"bbLeft": 2072,
"bbRight": 2093
},
"confidence": 100
},
{
"doc_index": 723,
"page_index": 723,
"block_index": 482,
"page_num": 0,
"text": "i",
"position": {
"top": 1188,
"bottom": 1227,
"left": 2093,
"right": 2109,
"bbTop": 1188,
"bbBot": 1227,
"bbLeft": 2093,
"bbRight": 2109
},
"confidence": 100
},
{
"doc_index": 724,
"page_index": 724,
"block_index": 483,
"page_num": 0,
"text": "s",
"position": {
"top": 1188,
"bottom": 1227,
"left": 2109,
"right": 2129,
"bbTop": 1188,
"bbBot": 1227,
"bbLeft": 2109,
"bbRight": 2129
},
"confidence": 100
},
{
"doc_index": 725,
"page_index": 725,
"block_index": 484,
"page_num": 0,
"text": "k",
"position": {
"top": 1188,
"bottom": 1227,
"left": 2129,
"right": 2159,
"bbTop": 1188,
"bbBot": 1227,
"bbLeft": 2129,
"bbRight": 2159
},
"confidence": 100
},
{
"doc_index": 727,
"page_index": 727,
"block_index": 486,
"page_num": 0,
"text": "e",
"position": {
"top": 1196,
"bottom": 1227,
"left": 2189,
"right": 2213,
"bbTop": 1196,
"bbBot": 1227,
"bbLeft": 2189,
"bbRight": 2213
},
"confidence": 100
},
{
"doc_index": 728,
"page_index": 728,
"block_index": 487,
"page_num": 0,
"text": "x",
"position": {
"top": 1196,
"bottom": 1227,
"left": 2213,
"right": 2241,
"bbTop": 1196,
"bbBot": 1227,
"bbLeft": 2213,
"bbRight": 2241
},
"confidence": 100
},
{
"doc_index": 729,
"page_index": 729,
"block_index": 488,
"page_num": 0,
"text": "p",
"position": {
"top": 1196,
"bottom": 1227,
"left": 2241,
"right": 2266,
"bbTop": 1196,
"bbBot": 1227,
"bbLeft": 2241,
"bbRight": 2266
},
"confidence": 100
},
{
"doc_index": 730,
"page_index": 730,
"block_index": 489,
"page_num": 0,
"text": "o",
"position": {
"top": 1196,
"bottom": 1227,
"left": 2266,
"right": 2292,
"bbTop": 1196,
"bbBot": 1227,
"bbLeft": 2266,
"bbRight": 2292
},
"confidence": 100
},
{
"doc_index": 731,
"page_index": 731,
"block_index": 490,
"page_num": 0,
"text": "s",
"position": {
"top": 1196,
"bottom": 1227,
"left": 2292,
"right": 2311,
"bbTop": 1196,
"bbBot": 1227,
"bbLeft": 2292,
"bbRight": 2311
},
"confidence": 100
},
{
"doc_index": 732,
"page_index": 732,
"block_index": 491,
"page_num": 0,
"text": "u",
"position": {
"top": 1196,
"bottom": 1227,
"left": 2311,
"right": 2338,
"bbTop": 1196,
"bbBot": 1227,
"bbLeft": 2311,
"bbRight": 2338
},
"confidence": 100
},
{
"doc_index": 733,
"page_index": 733,
"block_index": 492,
"page_num": 0,
"text": "r",
"position": {
"top": 1196,
"bottom": 1227,
"left": 2338,
"right": 2360,
"bbTop": 1196,
"bbBot": 1227,
"bbLeft": 2338,
"bbRight": 2360
},
"confidence": 100
},
{
"doc_index": 734,
"page_index": 734,
"block_index": 493,
"page_num": 0,
"text": "e",
"position": {
"top": 1196,
"bottom": 1227,
"left": 2360,
"right": 2383,
"bbTop": 1196,
"bbBot": 1227,
"bbLeft": 2360,
"bbRight": 2383
},
"confidence": 100
},
{
"doc_index": 736,
"page_index": 736,
"block_index": 495,
"page_num": 0,
"text": "a",
"position": {
"top": 1236,
"bottom": 1266,
"left": 239,
"right": 268,
"bbTop": 1236,
"bbBot": 1266,
"bbLeft": 239,
"bbRight": 268
},
"confidence": 100
},
{
"doc_index": 737,
"page_index": 737,
"block_index": 496,
"page_num": 0,
"text": "s",
"position": {
"top": 1236,
"bottom": 1266,
"left": 268,
"right": 289,
"bbTop": 1236,
"bbBot": 1266,
"bbLeft": 268,
"bbRight": 289
},
"confidence": 100
},
{
"doc_index": 738,
"page_index": 738,
"block_index": 497,
"page_num": 0,
"text": "s",
"position": {
"top": 1236,
"bottom": 1266,
"left": 289,
"right": 309,
"bbTop": 1236,
"bbBot": 1266,
"bbLeft": 289,
"bbRight": 309
},
"confidence": 100
},
{
"doc_index": 739,
"page_index": 739,
"block_index": 498,
"page_num": 0,
"text": "o",
"position": {
"top": 1236,
"bottom": 1266,
"left": 309,
"right": 338,
"bbTop": 1236,
"bbBot": 1266,
"bbLeft": 309,
"bbRight": 338
},
"confidence": 100
},
{
"doc_index": 740,
"page_index": 740,
"block_index": 499,
"page_num": 0,
"text": "c",
"position": {
"top": 1236,
"bottom": 1266,
"left": 338,
"right": 363,
"bbTop": 1236,
"bbBot": 1266,
"bbLeft": 338,
"bbRight": 363
},
"confidence": 100
},
{
"doc_index": 741,
"page_index": 741,
"block_index": 500,
"page_num": 0,
"text": "i",
"position": {
"top": 1236,
"bottom": 1266,
"left": 363,
"right": 380,
"bbTop": 1236,
"bbBot": 1266,
"bbLeft": 363,
"bbRight": 380
},
"confidence": 100
},
{
"doc_index": 742,
"page_index": 742,
"block_index": 501,
"page_num": 0,
"text": "a",
"position": {
"top": 1236,
"bottom": 1266,
"left": 380,
"right": 409,
"bbTop": 1236,
"bbBot": 1266,
"bbLeft": 380,
"bbRight": 409
},
"confidence": 100
},
{
"doc_index": 743,
"page_index": 743,
"block_index": 502,
"page_num": 0,
"text": "t",
"position": {
"top": 1236,
"bottom": 1266,
"left": 409,
"right": 427,
"bbTop": 1236,
"bbBot": 1266,
"bbLeft": 409,
"bbRight": 427
},
"confidence": 100
},
{
"doc_index": 744,
"page_index": 744,
"block_index": 503,
"page_num": 0,
"text": "e",
"position": {
"top": 1236,
"bottom": 1266,
"left": 427,
"right": 453,
"bbTop": 1236,
"bbBot": 1266,
"bbLeft": 427,
"bbRight": 453
},
"confidence": 100
},
{
"doc_index": 745,
"page_index": 745,
"block_index": 504,
"page_num": 0,
"text": "d",
"position": {
"top": 1236,
"bottom": 1266,
"left": 453,
"right": 483,
"bbTop": 1236,
"bbBot": 1266,
"bbLeft": 453,
"bbRight": 483
},
"confidence": 100
},
{
"doc_index": 747,
"page_index": 747,
"block_index": 506,
"page_num": 0,
"text": "w",
"position": {
"top": 1236,
"bottom": 1266,
"left": 512,
"right": 549,
"bbTop": 1236,
"bbBot": 1266,
"bbLeft": 512,
"bbRight": 549
},
"confidence": 100
},
{
"doc_index": 748,
"page_index": 748,
"block_index": 507,
"page_num": 0,
"text": "i",
"position": {
"top": 1236,
"bottom": 1266,
"left": 549,
"right": 564,
"bbTop": 1236,
"bbBot": 1266,
"bbLeft": 549,
"bbRight": 564
},
"confidence": 100
},
{
"doc_index": 749,
"page_index": 749,
"block_index": 508,
"page_num": 0,
"text": "t",
"position": {
"top": 1236,
"bottom": 1266,
"left": 564,
"right": 580,
"bbTop": 1236,
"bbBot": 1266,
"bbLeft": 564,
"bbRight": 580
},
"confidence": 100
},
{
"doc_index": 750,
"page_index": 750,
"block_index": 509,
"page_num": 0,
"text": "h",
"position": {
"top": 1236,
"bottom": 1266,
"left": 580,
"right": 608,
"bbTop": 1236,
"bbBot": 1266,
"bbLeft": 580,
"bbRight": 608
},
"confidence": 100
},
{
"doc_index": 752,
"page_index": 752,
"block_index": 511,
"page_num": 0,
"text": "f",
"position": {
"top": 1236,
"bottom": 1266,
"left": 639,
"right": 661,
"bbTop": 1236,
"bbBot": 1266,
"bbLeft": 639,
"bbRight": 661
},
"confidence": 100
},
{
"doc_index": 753,
"page_index": 753,
"block_index": 512,
"page_num": 0,
"text": "i",
"position": {
"top": 1236,
"bottom": 1266,
"left": 661,
"right": 677,
"bbTop": 1236,
"bbBot": 1266,
"bbLeft": 661,
"bbRight": 677
},
"confidence": 100
},
{
"doc_index": 754,
"page_index": 754,
"block_index": 513,
"page_num": 0,
"text": "r",
"position": {
"top": 1236,
"bottom": 1266,
"left": 677,
"right": 698,
"bbTop": 1236,
"bbBot": 1266,
"bbLeft": 677,
"bbRight": 698
},
"confidence": 100
},
{
"doc_index": 755,
"page_index": 755,
"block_index": 514,
"page_num": 0,
"text": "e",
"position": {
"top": 1236,
"bottom": 1266,
"left": 698,
"right": 722,
"bbTop": 1236,
"bbBot": 1266,
"bbLeft": 698,
"bbRight": 722
},
"confidence": 100
},
{
"doc_index": 756,
"page_index": 756,
"block_index": 515,
"page_num": 0,
"text": "w",
"position": {
"top": 1236,
"bottom": 1266,
"left": 722,
"right": 761,
"bbTop": 1236,
"bbBot": 1266,
"bbLeft": 722,
"bbRight": 761
},
"confidence": 100
},
{
"doc_index": 757,
"page_index": 757,
"block_index": 516,
"page_num": 0,
"text": "o",
"position": {
"top": 1236,
"bottom": 1266,
"left": 761,
"right": 787,
"bbTop": 1236,
"bbBot": 1266,
"bbLeft": 761,
"bbRight": 787
},
"confidence": 100
},
{
"doc_index": 758,
"page_index": 758,
"block_index": 517,
"page_num": 0,
"text": "r",
"position": {
"top": 1236,
"bottom": 1266,
"left": 787,
"right": 808,
"bbTop": 1236,
"bbBot": 1266,
"bbLeft": 787,
"bbRight": 808
},
"confidence": 100
},
{
"doc_index": 759,
"page_index": 759,
"block_index": 518,
"page_num": 0,
"text": "k",
"position": {
"top": 1236,
"bottom": 1266,
"left": 808,
"right": 838,
"bbTop": 1236,
"bbBot": 1266,
"bbLeft": 808,
"bbRight": 838
},
"confidence": 100
},
{
"doc_index": 760,
"page_index": 760,
"block_index": 519,
"page_num": 0,
"text": "s",
"position": {
"top": 1236,
"bottom": 1266,
"left": 838,
"right": 858,
"bbTop": 1236,
"bbBot": 1266,
"bbLeft": 838,
"bbRight": 858
},
"confidence": 100
},
{
"doc_index": 762,
"page_index": 762,
"block_index": 521,
"page_num": 0,
"text": "m",
"position": {
"top": 1236,
"bottom": 1274,
"left": 888,
"right": 932,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 888,
"bbRight": 932
},
"confidence": 100
},
{
"doc_index": 763,
"page_index": 763,
"block_index": 522,
"page_num": 0,
"text": "a",
"position": {
"top": 1236,
"bottom": 1274,
"left": 932,
"right": 958,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 932,
"bbRight": 958
},
"confidence": 100
},
{
"doc_index": 764,
"page_index": 764,
"block_index": 523,
"page_num": 0,
"text": "n",
"position": {
"top": 1236,
"bottom": 1274,
"left": 958,
"right": 988,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 958,
"bbRight": 988
},
"confidence": 100
},
{
"doc_index": 765,
"page_index": 765,
"block_index": 524,
"page_num": 0,
"text": "u",
"position": {
"top": 1236,
"bottom": 1274,
"left": 988,
"right": 1014,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 988,
"bbRight": 1014
},
"confidence": 100
},
{
"doc_index": 766,
"page_index": 766,
"block_index": 525,
"page_num": 0,
"text": "f",
"position": {
"top": 1236,
"bottom": 1274,
"left": 1014,
"right": 1036,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 1014,
"bbRight": 1036
},
"confidence": 100
},
{
"doc_index": 767,
"page_index": 767,
"block_index": 526,
"page_num": 0,
"text": "a",
"position": {
"top": 1236,
"bottom": 1274,
"left": 1036,
"right": 1062,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 1036,
"bbRight": 1062
},
"confidence": 100
},
{
"doc_index": 768,
"page_index": 768,
"block_index": 527,
"page_num": 0,
"text": "c",
"position": {
"top": 1236,
"bottom": 1274,
"left": 1062,
"right": 1085,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 1062,
"bbRight": 1085
},
"confidence": 100
},
{
"doc_index": 769,
"page_index": 769,
"block_index": 528,
"page_num": 0,
"text": "t",
"position": {
"top": 1236,
"bottom": 1274,
"left": 1085,
"right": 1102,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 1085,
"bbRight": 1102
},
"confidence": 100
},
{
"doc_index": 770,
"page_index": 770,
"block_index": 529,
"page_num": 0,
"text": "u",
"position": {
"top": 1236,
"bottom": 1274,
"left": 1102,
"right": 1128,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 1102,
"bbRight": 1128
},
"confidence": 100
},
{
"doc_index": 771,
"page_index": 771,
"block_index": 530,
"page_num": 0,
"text": "r",
"position": {
"top": 1236,
"bottom": 1274,
"left": 1128,
"right": 1149,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 1128,
"bbRight": 1149
},
"confidence": 100
},
{
"doc_index": 772,
"page_index": 772,
"block_index": 531,
"page_num": 0,
"text": "i",
"position": {
"top": 1236,
"bottom": 1274,
"left": 1149,
"right": 1164,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 1149,
"bbRight": 1164
},
"confidence": 100
},
{
"doc_index": 773,
"page_index": 773,
"block_index": 532,
"page_num": 0,
"text": "n",
"position": {
"top": 1236,
"bottom": 1274,
"left": 1164,
"right": 1194,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 1164,
"bbRight": 1194
},
"confidence": 100
},
{
"doc_index": 774,
"page_index": 774,
"block_index": 533,
"page_num": 0,
"text": "g",
"position": {
"top": 1236,
"bottom": 1274,
"left": 1194,
"right": 1218,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 1194,
"bbRight": 1218
},
"confidence": 100
},
{
"doc_index": 775,
"page_index": 775,
"block_index": 534,
"page_num": 0,
"text": ".",
"position": {
"top": 1236,
"bottom": 1274,
"left": 1218,
"right": 1226,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 1218,
"bbRight": 1226
},
"confidence": 100
},
{
"doc_index": 777,
"page_index": 777,
"block_index": 536,
"page_num": 0,
"text": "A",
"position": {
"top": 1238,
"bottom": 1266,
"left": 1261,
"right": 1293,
"bbTop": 1238,
"bbBot": 1266,
"bbLeft": 1261,
"bbRight": 1293
},
"confidence": 100
},
{
"doc_index": 778,
"page_index": 778,
"block_index": 537,
"page_num": 0,
"text": "s",
"position": {
"top": 1238,
"bottom": 1266,
"left": 1293,
"right": 1308,
"bbTop": 1238,
"bbBot": 1266,
"bbLeft": 1293,
"bbRight": 1308
},
"confidence": 100
},
{
"doc_index": 780,
"page_index": 780,
"block_index": 539,
"page_num": 0,
"text": "s",
"position": {
"top": 1236,
"bottom": 1273,
"left": 1340,
"right": 1359,
"bbTop": 1236,
"bbBot": 1273,
"bbLeft": 1340,
"bbRight": 1359
},
"confidence": 100
},
{
"doc_index": 781,
"page_index": 781,
"block_index": 540,
"page_num": 0,
"text": "u",
"position": {
"top": 1236,
"bottom": 1273,
"left": 1359,
"right": 1387,
"bbTop": 1236,
"bbBot": 1273,
"bbLeft": 1359,
"bbRight": 1387
},
"confidence": 100
},
{
"doc_index": 782,
"page_index": 782,
"block_index": 541,
"page_num": 0,
"text": "c",
"position": {
"top": 1236,
"bottom": 1273,
"left": 1387,
"right": 1411,
"bbTop": 1236,
"bbBot": 1273,
"bbLeft": 1387,
"bbRight": 1411
},
"confidence": 100
},
{
"doc_index": 783,
"page_index": 783,
"block_index": 542,
"page_num": 0,
"text": "h",
"position": {
"top": 1236,
"bottom": 1273,
"left": 1411,
"right": 1441,
"bbTop": 1236,
"bbBot": 1273,
"bbLeft": 1411,
"bbRight": 1441
},
"confidence": 100
},
{
"doc_index": 784,
"page_index": 784,
"block_index": 543,
"page_num": 0,
"text": ",",
"position": {
"top": 1236,
"bottom": 1273,
"left": 1441,
"right": 1450,
"bbTop": 1236,
"bbBot": 1273,
"bbLeft": 1441,
"bbRight": 1450
},
"confidence": 100
},
{
"doc_index": 786,
"page_index": 786,
"block_index": 545,
"page_num": 0,
"text": "w",
"position": {
"top": 1243,
"bottom": 1266,
"left": 1487,
"right": 1516,
"bbTop": 1243,
"bbBot": 1266,
"bbLeft": 1487,
"bbRight": 1516
},
"confidence": 100
},
{
"doc_index": 787,
"page_index": 787,
"block_index": 546,
"page_num": 0,
"text": "e",
"position": {
"top": 1243,
"bottom": 1266,
"left": 1516,
"right": 1533,
"bbTop": 1243,
"bbBot": 1266,
"bbLeft": 1516,
"bbRight": 1533
},
"confidence": 100
},
{
"doc_index": 789,
"page_index": 789,
"block_index": 548,
"page_num": 0,
"text": "h",
"position": {
"top": 1236,
"bottom": 1266,
"left": 1565,
"right": 1590,
"bbTop": 1236,
"bbBot": 1266,
"bbLeft": 1565,
"bbRight": 1590
},
"confidence": 100
},
{
"doc_index": 790,
"page_index": 790,
"block_index": 549,
"page_num": 0,
"text": "a",
"position": {
"top": 1236,
"bottom": 1266,
"left": 1590,
"right": 1613,
"bbTop": 1236,
"bbBot": 1266,
"bbLeft": 1590,
"bbRight": 1613
},
"confidence": 100
},
{
"doc_index": 791,
"page_index": 791,
"block_index": 550,
"page_num": 0,
"text": "v",
"position": {
"top": 1236,
"bottom": 1266,
"left": 1613,
"right": 1638,
"bbTop": 1236,
"bbBot": 1266,
"bbLeft": 1613,
"bbRight": 1638
},
"confidence": 100
},
{
"doc_index": 792,
"page_index": 792,
"block_index": 551,
"page_num": 0,
"text": "e",
"position": {
"top": 1236,
"bottom": 1266,
"left": 1638,
"right": 1658,
"bbTop": 1236,
"bbBot": 1266,
"bbLeft": 1638,
"bbRight": 1658
},
"confidence": 100
},
{
"doc_index": 794,
"page_index": 794,
"block_index": 553,
"page_num": 0,
"text": "i",
"position": {
"top": 1236,
"bottom": 1274,
"left": 1689,
"right": 1703,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 1689,
"bbRight": 1703
},
"confidence": 100
},
{
"doc_index": 795,
"page_index": 795,
"block_index": 554,
"page_num": 0,
"text": "m",
"position": {
"top": 1236,
"bottom": 1274,
"left": 1703,
"right": 1744,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 1703,
"bbRight": 1744
},
"confidence": 100
},
{
"doc_index": 796,
"page_index": 796,
"block_index": 555,
"page_num": 0,
"text": "p",
"position": {
"top": 1236,
"bottom": 1274,
"left": 1744,
"right": 1767,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 1744,
"bbRight": 1767
},
"confidence": 100
},
{
"doc_index": 797,
"page_index": 797,
"block_index": 556,
"page_num": 0,
"text": "l",
"position": {
"top": 1236,
"bottom": 1274,
"left": 1767,
"right": 1782,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 1767,
"bbRight": 1782
},
"confidence": 100
},
{
"doc_index": 798,
"page_index": 798,
"block_index": 557,
"page_num": 0,
"text": "e",
"position": {
"top": 1236,
"bottom": 1274,
"left": 1782,
"right": 1804,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 1782,
"bbRight": 1804
},
"confidence": 100
},
{
"doc_index": 799,
"page_index": 799,
"block_index": 558,
"page_num": 0,
"text": "m",
"position": {
"top": 1236,
"bottom": 1274,
"left": 1804,
"right": 1845,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 1804,
"bbRight": 1845
},
"confidence": 100
},
{
"doc_index": 800,
"page_index": 800,
"block_index": 559,
"page_num": 0,
"text": "e",
"position": {
"top": 1236,
"bottom": 1274,
"left": 1845,
"right": 1867,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 1845,
"bbRight": 1867
},
"confidence": 100
},
{
"doc_index": 801,
"page_index": 801,
"block_index": 560,
"page_num": 0,
"text": "n",
"position": {
"top": 1236,
"bottom": 1274,
"left": 1867,
"right": 1895,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 1867,
"bbRight": 1895
},
"confidence": 100
},
{
"doc_index": 802,
"page_index": 802,
"block_index": 561,
"page_num": 0,
"text": "t",
"position": {
"top": 1236,
"bottom": 1274,
"left": 1895,
"right": 1911,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 1895,
"bbRight": 1911
},
"confidence": 100
},
{
"doc_index": 803,
"page_index": 803,
"block_index": 562,
"page_num": 0,
"text": "e",
"position": {
"top": 1236,
"bottom": 1274,
"left": 1911,
"right": 1933,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 1911,
"bbRight": 1933
},
"confidence": 100
},
{
"doc_index": 804,
"page_index": 804,
"block_index": 563,
"page_num": 0,
"text": "d",
"position": {
"top": 1236,
"bottom": 1274,
"left": 1933,
"right": 1958,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 1933,
"bbRight": 1958
},
"confidence": 100
},
{
"doc_index": 806,
"page_index": 806,
"block_index": 565,
"page_num": 0,
"text": "c",
"position": {
"top": 1236,
"bottom": 1274,
"left": 1989,
"right": 2011,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 1989,
"bbRight": 2011
},
"confidence": 100
},
{
"doc_index": 807,
"page_index": 807,
"block_index": 566,
"page_num": 0,
"text": "o",
"position": {
"top": 1236,
"bottom": 1274,
"left": 2011,
"right": 2036,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 2011,
"bbRight": 2036
},
"confidence": 100
},
{
"doc_index": 808,
"page_index": 808,
"block_index": 567,
"page_num": 0,
"text": "m",
"position": {
"top": 1236,
"bottom": 1274,
"left": 2036,
"right": 2079,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 2036,
"bbRight": 2079
},
"confidence": 100
},
{
"doc_index": 809,
"page_index": 809,
"block_index": 568,
"page_num": 0,
"text": "p",
"position": {
"top": 1236,
"bottom": 1274,
"left": 2079,
"right": 2103,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 2079,
"bbRight": 2103
},
"confidence": 100
},
{
"doc_index": 810,
"page_index": 810,
"block_index": 569,
"page_num": 0,
"text": "r",
"position": {
"top": 1236,
"bottom": 1274,
"left": 2103,
"right": 2123,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 2103,
"bbRight": 2123
},
"confidence": 100
},
{
"doc_index": 811,
"page_index": 811,
"block_index": 570,
"page_num": 0,
"text": "e",
"position": {
"top": 1236,
"bottom": 1274,
"left": 2123,
"right": 2146,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 2123,
"bbRight": 2146
},
"confidence": 100
},
{
"doc_index": 812,
"page_index": 812,
"block_index": 571,
"page_num": 0,
"text": "h",
"position": {
"top": 1236,
"bottom": 1274,
"left": 2146,
"right": 2174,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 2146,
"bbRight": 2174
},
"confidence": 100
},
{
"doc_index": 813,
"page_index": 813,
"block_index": 572,
"page_num": 0,
"text": "e",
"position": {
"top": 1236,
"bottom": 1274,
"left": 2174,
"right": 2197,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 2174,
"bbRight": 2197
},
"confidence": 100
},
{
"doc_index": 814,
"page_index": 814,
"block_index": 573,
"page_num": 0,
"text": "n",
"position": {
"top": 1236,
"bottom": 1274,
"left": 2197,
"right": 2226,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 2197,
"bbRight": 2226
},
"confidence": 100
},
{
"doc_index": 815,
"page_index": 815,
"block_index": 574,
"page_num": 0,
"text": "s",
"position": {
"top": 1236,
"bottom": 1274,
"left": 2226,
"right": 2244,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 2226,
"bbRight": 2244
},
"confidence": 100
},
{
"doc_index": 816,
"page_index": 816,
"block_index": 575,
"page_num": 0,
"text": "i",
"position": {
"top": 1236,
"bottom": 1274,
"left": 2244,
"right": 2259,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 2244,
"bbRight": 2259
},
"confidence": 100
},
{
"doc_index": 817,
"page_index": 817,
"block_index": 576,
"page_num": 0,
"text": "v",
"position": {
"top": 1236,
"bottom": 1274,
"left": 2259,
"right": 2286,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 2259,
"bbRight": 2286
},
"confidence": 100
},
{
"doc_index": 818,
"page_index": 818,
"block_index": 577,
"page_num": 0,
"text": "e",
"position": {
"top": 1236,
"bottom": 1274,
"left": 2286,
"right": 2308,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 2286,
"bbRight": 2308
},
"confidence": 100
},
{
"doc_index": 820,
"page_index": 820,
"block_index": 579,
"page_num": 0,
"text": "f",
"position": {
"top": 1283,
"bottom": 1314,
"left": 239,
"right": 264,
"bbTop": 1283,
"bbBot": 1314,
"bbLeft": 239,
"bbRight": 264
},
"confidence": 100
},
{
"doc_index": 821,
"page_index": 821,
"block_index": 580,
"page_num": 0,
"text": "i",
"position": {
"top": 1283,
"bottom": 1314,
"left": 264,
"right": 282,
"bbTop": 1283,
"bbBot": 1314,
"bbLeft": 264,
"bbRight": 282
},
"confidence": 100
},
{
"doc_index": 822,
"page_index": 822,
"block_index": 581,
"page_num": 0,
"text": "r",
"position": {
"top": 1283,
"bottom": 1314,
"left": 282,
"right": 306,
"bbTop": 1283,
"bbBot": 1314,
"bbLeft": 282,
"bbRight": 306
},
"confidence": 100
},
{
"doc_index": 823,
"page_index": 823,
"block_index": 582,
"page_num": 0,
"text": "e",
"position": {
"top": 1283,
"bottom": 1314,
"left": 306,
"right": 333,
"bbTop": 1283,
"bbBot": 1314,
"bbLeft": 306,
"bbRight": 333
},
"confidence": 100
},
{
"doc_index": 825,
"page_index": 825,
"block_index": 584,
"page_num": 0,
"text": "p",
"position": {
"top": 1283,
"bottom": 1322,
"left": 365,
"right": 392,
"bbTop": 1283,
"bbBot": 1322,
"bbLeft": 365,
"bbRight": 392
},
"confidence": 100
},
{
"doc_index": 826,
"page_index": 826,
"block_index": 585,
"page_num": 0,
"text": "r",
"position": {
"top": 1283,
"bottom": 1322,
"left": 392,
"right": 415,
"bbTop": 1283,
"bbBot": 1322,
"bbLeft": 392,
"bbRight": 415
},
"confidence": 100
},
{
"doc_index": 827,
"page_index": 827,
"block_index": 586,
"page_num": 0,
"text": "o",
"position": {
"top": 1283,
"bottom": 1322,
"left": 415,
"right": 442,
"bbTop": 1283,
"bbBot": 1322,
"bbLeft": 415,
"bbRight": 442
},
"confidence": 100
},
{
"doc_index": 828,
"page_index": 828,
"block_index": 587,
"page_num": 0,
"text": "t",
"position": {
"top": 1283,
"bottom": 1322,
"left": 442,
"right": 461,
"bbTop": 1283,
"bbBot": 1322,
"bbLeft": 442,
"bbRight": 461
},
"confidence": 100
},
{
"doc_index": 829,
"page_index": 829,
"block_index": 588,
"page_num": 0,
"text": "e",
"position": {
"top": 1283,
"bottom": 1322,
"left": 461,
"right": 487,
"bbTop": 1283,
"bbBot": 1322,
"bbLeft": 461,
"bbRight": 487
},
"confidence": 100
},
{
"doc_index": 830,
"page_index": 830,
"block_index": 589,
"page_num": 0,
"text": "c",
"position": {
"top": 1283,
"bottom": 1322,
"left": 487,
"right": 512,
"bbTop": 1283,
"bbBot": 1322,
"bbLeft": 487,
"bbRight": 512
},
"confidence": 100
},
{
"doc_index": 831,
"page_index": 831,
"block_index": 590,
"page_num": 0,
"text": "t",
"position": {
"top": 1283,
"bottom": 1322,
"left": 512,
"right": 530,
"bbTop": 1283,
"bbBot": 1322,
"bbLeft": 512,
"bbRight": 530
},
"confidence": 100
},
{
"doc_index": 832,
"page_index": 832,
"block_index": 591,
"page_num": 0,
"text": "i",
"position": {
"top": 1283,
"bottom": 1322,
"left": 530,
"right": 547,
"bbTop": 1283,
"bbBot": 1322,
"bbLeft": 530,
"bbRight": 547
},
"confidence": 100
},
{
"doc_index": 833,
"page_index": 833,
"block_index": 592,
"page_num": 0,
"text": "o",
"position": {
"top": 1283,
"bottom": 1322,
"left": 547,
"right": 575,
"bbTop": 1283,
"bbBot": 1322,
"bbLeft": 547,
"bbRight": 575
},
"confidence": 100
},
{
"doc_index": 834,
"page_index": 834,
"block_index": 593,
"page_num": 0,
"text": "n",
"position": {
"top": 1283,
"bottom": 1322,
"left": 575,
"right": 608,
"bbTop": 1283,
"bbBot": 1322,
"bbLeft": 575,
"bbRight": 608
},
"confidence": 100
},
{
"doc_index": 836,
"page_index": 836,
"block_index": 595,
"page_num": 0,
"text": "a",
"position": {
"top": 1283,
"bottom": 1314,
"left": 639,
"right": 661,
"bbTop": 1283,
"bbBot": 1314,
"bbLeft": 639,
"bbRight": 661
},
"confidence": 100
},
{
"doc_index": 837,
"page_index": 837,
"block_index": 596,
"page_num": 0,
"text": "n",
"position": {
"top": 1283,
"bottom": 1314,
"left": 661,
"right": 685,
"bbTop": 1283,
"bbBot": 1314,
"bbLeft": 661,
"bbRight": 685
},
"confidence": 100
},
{
"doc_index": 838,
"page_index": 838,
"block_index": 597,
"page_num": 0,
"text": "d",
"position": {
"top": 1283,
"bottom": 1314,
"left": 685,
"right": 708,
"bbTop": 1283,
"bbBot": 1314,
"bbLeft": 685,
"bbRight": 708
},
"confidence": 100
},
{
"doc_index": 840,
"page_index": 840,
"block_index": 599,
"page_num": 0,
"text": "s",
"position": {
"top": 1283,
"bottom": 1322,
"left": 740,
"right": 762,
"bbTop": 1283,
"bbBot": 1322,
"bbLeft": 740,
"bbRight": 762
},
"confidence": 100
},
{
"doc_index": 841,
"page_index": 841,
"block_index": 600,
"page_num": 0,
"text": "e",
"position": {
"top": 1283,
"bottom": 1322,
"left": 762,
"right": 789,
"bbTop": 1283,
"bbBot": 1322,
"bbLeft": 762,
"bbRight": 789
},
"confidence": 100
},
{
"doc_index": 842,
"page_index": 842,
"block_index": 601,
"page_num": 0,
"text": "c",
"position": {
"top": 1283,
"bottom": 1322,
"left": 789,
"right": 816,
"bbTop": 1283,
"bbBot": 1322,
"bbLeft": 789,
"bbRight": 816
},
"confidence": 100
},
{
"doc_index": 843,
"page_index": 843,
"block_index": 602,
"page_num": 0,
"text": "u",
"position": {
"top": 1283,
"bottom": 1322,
"left": 816,
"right": 848,
"bbTop": 1283,
"bbBot": 1322,
"bbLeft": 816,
"bbRight": 848
},
"confidence": 100
},
{
"doc_index": 844,
"page_index": 844,
"block_index": 603,
"page_num": 0,
"text": "r",
"position": {
"top": 1283,
"bottom": 1322,
"left": 848,
"right": 872,
"bbTop": 1283,
"bbBot": 1322,
"bbLeft": 848,
"bbRight": 872
},
"confidence": 100
},
{
"doc_index": 845,
"page_index": 845,
"block_index": 604,
"page_num": 0,
"text": "i",
"position": {
"top": 1283,
"bottom": 1322,
"left": 872,
"right": 890,
"bbTop": 1283,
"bbBot": 1322,
"bbLeft": 872,
"bbRight": 890
},
"confidence": 100
},
{
"doc_index": 846,
"page_index": 846,
"block_index": 605,
"page_num": 0,
"text": "t",
"position": {
"top": 1283,
"bottom": 1322,
"left": 890,
"right": 910,
"bbTop": 1283,
"bbBot": 1322,
"bbLeft": 890,
"bbRight": 910
},
"confidence": 100
},
{
"doc_index": 847,
"page_index": 847,
"block_index": 606,
"page_num": 0,
"text": "y",
"position": {
"top": 1283,
"bottom": 1322,
"left": 910,
"right": 935,
"bbTop": 1283,
"bbBot": 1322,
"bbLeft": 910,
"bbRight": 935
},
"confidence": 100
},
{
"doc_index": 849,
"page_index": 849,
"block_index": 608,
"page_num": 0,
"text": "m",
"position": {
"top": 1291,
"bottom": 1314,
"left": 963,
"right": 1008,
"bbTop": 1291,
"bbBot": 1314,
"bbLeft": 963,
"bbRight": 1008
},
"confidence": 100
},
{
"doc_index": 850,
"page_index": 850,
"block_index": 609,
"page_num": 0,
"text": "e",
"position": {
"top": 1291,
"bottom": 1314,
"left": 1008,
"right": 1031,
"bbTop": 1291,
"bbBot": 1314,
"bbLeft": 1008,
"bbRight": 1031
},
"confidence": 100
},
{
"doc_index": 851,
"page_index": 851,
"block_index": 610,
"page_num": 0,
"text": "a",
"position": {
"top": 1291,
"bottom": 1314,
"left": 1031,
"right": 1058,
"bbTop": 1291,
"bbBot": 1314,
"bbLeft": 1031,
"bbRight": 1058
},
"confidence": 100
},
{
"doc_index": 852,
"page_index": 852,
"block_index": 611,
"page_num": 0,
"text": "s",
"position": {
"top": 1291,
"bottom": 1314,
"left": 1058,
"right": 1077,
"bbTop": 1291,
"bbBot": 1314,
"bbLeft": 1058,
"bbRight": 1077
},
"confidence": 100
},
{
"doc_index": 853,
"page_index": 853,
"block_index": 612,
"page_num": 0,
"text": "u",
"position": {
"top": 1291,
"bottom": 1314,
"left": 1077,
"right": 1104,
"bbTop": 1291,
"bbBot": 1314,
"bbLeft": 1077,
"bbRight": 1104
},
"confidence": 100
},
{
"doc_index": 854,
"page_index": 854,
"block_index": 613,
"page_num": 0,
"text": "r",
"position": {
"top": 1291,
"bottom": 1314,
"left": 1104,
"right": 1125,
"bbTop": 1291,
"bbBot": 1314,
"bbLeft": 1104,
"bbRight": 1125
},
"confidence": 100
},
{
"doc_index": 855,
"page_index": 855,
"block_index": 614,
"page_num": 0,
"text": "e",
"position": {
"top": 1291,
"bottom": 1314,
"left": 1125,
"right": 1148,
"bbTop": 1291,
"bbBot": 1314,
"bbLeft": 1125,
"bbRight": 1148
},
"confidence": 100
},
{
"doc_index": 856,
"page_index": 856,
"block_index": 615,
"page_num": 0,
"text": "s",
"position": {
"top": 1291,
"bottom": 1314,
"left": 1148,
"right": 1167,
"bbTop": 1291,
"bbBot": 1314,
"bbLeft": 1148,
"bbRight": 1167
},
"confidence": 100
},
{
"doc_index": 857,
"page_index": 857,
"block_index": 616,
"page_num": 0,
"text": ".",
"position": {
"top": 1291,
"bottom": 1314,
"left": 1167,
"right": 1176,
"bbTop": 1291,
"bbBot": 1314,
"bbLeft": 1167,
"bbRight": 1176
},
"confidence": 100
},
{
"doc_index": 859,
"page_index": 859,
"block_index": 0,
"page_num": 0,
"text": "I",
"position": {
"top": 1333,
"bottom": 1360,
"left": 240,
"right": 257,
"bbTop": 1333,
"bbBot": 1360,
"bbLeft": 240,
"bbRight": 257
},
"confidence": 100
},
{
"doc_index": 861,
"page_index": 861,
"block_index": 0,
"page_num": 0,
"text": "h",
"position": {
"top": 1330,
"bottom": 1361,
"left": 290,
"right": 315,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 290,
"bbRight": 315
},
"confidence": 100
},
{
"doc_index": 862,
"page_index": 862,
"block_index": 1,
"page_num": 0,
"text": "a",
"position": {
"top": 1330,
"bottom": 1361,
"left": 315,
"right": 338,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 315,
"bbRight": 338
},
"confidence": 100
},
{
"doc_index": 863,
"page_index": 863,
"block_index": 2,
"page_num": 0,
"text": "v",
"position": {
"top": 1330,
"bottom": 1361,
"left": 338,
"right": 363,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 338,
"bbRight": 363
},
"confidence": 100
},
{
"doc_index": 864,
"page_index": 864,
"block_index": 3,
"page_num": 0,
"text": "e",
"position": {
"top": 1330,
"bottom": 1361,
"left": 363,
"right": 383,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 363,
"bbRight": 383
},
"confidence": 100
},
{
"doc_index": 866,
"page_index": 866,
"block_index": 5,
"page_num": 0,
"text": "a",
"position": {
"top": 1330,
"bottom": 1361,
"left": 414,
"right": 441,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 414,
"bbRight": 441
},
"confidence": 100
},
{
"doc_index": 867,
"page_index": 867,
"block_index": 6,
"page_num": 0,
"text": "t",
"position": {
"top": 1330,
"bottom": 1361,
"left": 441,
"right": 458,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 441,
"bbRight": 458
},
"confidence": 100
},
{
"doc_index": 868,
"page_index": 868,
"block_index": 7,
"page_num": 0,
"text": "t",
"position": {
"top": 1330,
"bottom": 1361,
"left": 458,
"right": 476,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 458,
"bbRight": 476
},
"confidence": 100
},
{
"doc_index": 869,
"page_index": 869,
"block_index": 8,
"page_num": 0,
"text": "a",
"position": {
"top": 1330,
"bottom": 1361,
"left": 476,
"right": 503,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 476,
"bbRight": 503
},
"confidence": 100
},
{
"doc_index": 870,
"page_index": 870,
"block_index": 9,
"page_num": 0,
"text": "c",
"position": {
"top": 1330,
"bottom": 1361,
"left": 503,
"right": 527,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 503,
"bbRight": 527
},
"confidence": 100
},
{
"doc_index": 871,
"page_index": 871,
"block_index": 10,
"page_num": 0,
"text": "h",
"position": {
"top": 1330,
"bottom": 1361,
"left": 527,
"right": 556,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 527,
"bbRight": 556
},
"confidence": 100
},
{
"doc_index": 872,
"page_index": 872,
"block_index": 11,
"page_num": 0,
"text": "e",
"position": {
"top": 1330,
"bottom": 1361,
"left": 556,
"right": 580,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 556,
"bbRight": 580
},
"confidence": 100
},
{
"doc_index": 873,
"page_index": 873,
"block_index": 12,
"page_num": 0,
"text": "d",
"position": {
"top": 1330,
"bottom": 1361,
"left": 580,
"right": 608,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 580,
"bbRight": 608
},
"confidence": 100
},
{
"doc_index": 875,
"page_index": 875,
"block_index": 14,
"page_num": 0,
"text": "t",
"position": {
"top": 1330,
"bottom": 1361,
"left": 640,
"right": 657,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 640,
"bbRight": 657
},
"confidence": 100
},
{
"doc_index": 876,
"page_index": 876,
"block_index": 15,
"page_num": 0,
"text": "h",
"position": {
"top": 1330,
"bottom": 1361,
"left": 657,
"right": 685,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 657,
"bbRight": 685
},
"confidence": 100
},
{
"doc_index": 877,
"page_index": 877,
"block_index": 16,
"page_num": 0,
"text": "e",
"position": {
"top": 1330,
"bottom": 1361,
"left": 685,
"right": 708,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 685,
"bbRight": 708
},
"confidence": 100
},
{
"doc_index": 879,
"page_index": 879,
"block_index": 18,
"page_num": 0,
"text": "c",
"position": {
"top": 1330,
"bottom": 1369,
"left": 739,
"right": 761,
"bbTop": 1330,
"bbBot": 1369,
"bbLeft": 739,
"bbRight": 761
},
"confidence": 100
},
{
"doc_index": 880,
"page_index": 880,
"block_index": 19,
"page_num": 0,
"text": "o",
"position": {
"top": 1330,
"bottom": 1369,
"left": 761,
"right": 786,
"bbTop": 1330,
"bbBot": 1369,
"bbLeft": 761,
"bbRight": 786
},
"confidence": 100
},
{
"doc_index": 881,
"page_index": 881,
"block_index": 20,
"page_num": 0,
"text": "m",
"position": {
"top": 1330,
"bottom": 1369,
"left": 786,
"right": 829,
"bbTop": 1330,
"bbBot": 1369,
"bbLeft": 786,
"bbRight": 829
},
"confidence": 100
},
{
"doc_index": 882,
"page_index": 882,
"block_index": 21,
"page_num": 0,
"text": "p",
"position": {
"top": 1330,
"bottom": 1369,
"left": 829,
"right": 853,
"bbTop": 1330,
"bbBot": 1369,
"bbLeft": 829,
"bbRight": 853
},
"confidence": 100
},
{
"doc_index": 883,
"page_index": 883,
"block_index": 22,
"page_num": 0,
"text": "l",
"position": {
"top": 1330,
"bottom": 1369,
"left": 853,
"right": 869,
"bbTop": 1330,
"bbBot": 1369,
"bbLeft": 853,
"bbRight": 869
},
"confidence": 100
},
{
"doc_index": 884,
"page_index": 884,
"block_index": 23,
"page_num": 0,
"text": "e",
"position": {
"top": 1330,
"bottom": 1369,
"left": 869,
"right": 892,
"bbTop": 1330,
"bbBot": 1369,
"bbLeft": 869,
"bbRight": 892
},
"confidence": 100
},
{
"doc_index": 885,
"page_index": 885,
"block_index": 24,
"page_num": 0,
"text": "t",
"position": {
"top": 1330,
"bottom": 1369,
"left": 892,
"right": 909,
"bbTop": 1330,
"bbBot": 1369,
"bbLeft": 892,
"bbRight": 909
},
"confidence": 100
},
{
"doc_index": 886,
"page_index": 886,
"block_index": 25,
"page_num": 0,
"text": "e",
"position": {
"top": 1330,
"bottom": 1369,
"left": 909,
"right": 931,
"bbTop": 1330,
"bbBot": 1369,
"bbLeft": 909,
"bbRight": 931
},
"confidence": 100
},
{
"doc_index": 887,
"page_index": 887,
"block_index": 26,
"page_num": 0,
"text": "d",
"position": {
"top": 1330,
"bottom": 1369,
"left": 931,
"right": 957,
"bbTop": 1330,
"bbBot": 1369,
"bbLeft": 931,
"bbRight": 957
},
"confidence": 100
},
{
"doc_index": 889,
"page_index": 889,
"block_index": 28,
"page_num": 0,
"text": "A",
"position": {
"top": 1332,
"bottom": 1361,
"left": 986,
"right": 1012,
"bbTop": 1332,
"bbBot": 1361,
"bbLeft": 986,
"bbRight": 1012
},
"confidence": 100
},
{
"doc_index": 890,
"page_index": 890,
"block_index": 29,
"page_num": 0,
"text": "C",
"position": {
"top": 1332,
"bottom": 1361,
"left": 1012,
"right": 1034,
"bbTop": 1332,
"bbBot": 1361,
"bbLeft": 1012,
"bbRight": 1034
},
"confidence": 100
},
{
"doc_index": 891,
"page_index": 891,
"block_index": 30,
"page_num": 0,
"text": "O",
"position": {
"top": 1332,
"bottom": 1361,
"left": 1034,
"right": 1060,
"bbTop": 1332,
"bbBot": 1361,
"bbLeft": 1034,
"bbRight": 1060
},
"confidence": 100
},
{
"doc_index": 892,
"page_index": 892,
"block_index": 31,
"page_num": 0,
"text": "R",
"position": {
"top": 1332,
"bottom": 1361,
"left": 1060,
"right": 1085,
"bbTop": 1332,
"bbBot": 1361,
"bbLeft": 1060,
"bbRight": 1085
},
"confidence": 100
},
{
"doc_index": 893,
"page_index": 893,
"block_index": 32,
"page_num": 0,
"text": "D",
"position": {
"top": 1332,
"bottom": 1361,
"left": 1085,
"right": 1109,
"bbTop": 1332,
"bbBot": 1361,
"bbLeft": 1085,
"bbRight": 1109
},
"confidence": 100
},
{
"doc_index": 895,
"page_index": 895,
"block_index": 34,
"page_num": 0,
"text": "1",
"position": {
"top": 1332,
"bottom": 1368,
"left": 1139,
"right": 1162,
"bbTop": 1332,
"bbBot": 1368,
"bbLeft": 1139,
"bbRight": 1162
},
"confidence": 100
},
{
"doc_index": 896,
"page_index": 896,
"block_index": 35,
"page_num": 0,
"text": "4",
"position": {
"top": 1332,
"bottom": 1368,
"left": 1162,
"right": 1190,
"bbTop": 1332,
"bbBot": 1368,
"bbLeft": 1162,
"bbRight": 1190
},
"confidence": 100
},
{
"doc_index": 897,
"page_index": 897,
"block_index": 36,
"page_num": 0,
"text": "0",
"position": {
"top": 1332,
"bottom": 1368,
"left": 1190,
"right": 1216,
"bbTop": 1332,
"bbBot": 1368,
"bbLeft": 1190,
"bbRight": 1216
},
"confidence": 100
},
{
"doc_index": 898,
"page_index": 898,
"block_index": 37,
"page_num": 0,
"text": ",",
"position": {
"top": 1332,
"bottom": 1368,
"left": 1216,
"right": 1225,
"bbTop": 1332,
"bbBot": 1368,
"bbLeft": 1216,
"bbRight": 1225
},
"confidence": 100
},
{
"doc_index": 900,
"page_index": 900,
"block_index": 39,
"page_num": 0,
"text": "A",
"position": {
"top": 1332,
"bottom": 1361,
"left": 1261,
"right": 1287,
"bbTop": 1332,
"bbBot": 1361,
"bbLeft": 1261,
"bbRight": 1287
},
"confidence": 100
},
{
"doc_index": 901,
"page_index": 901,
"block_index": 40,
"page_num": 0,
"text": "C",
"position": {
"top": 1332,
"bottom": 1361,
"left": 1287,
"right": 1309,
"bbTop": 1332,
"bbBot": 1361,
"bbLeft": 1287,
"bbRight": 1309
},
"confidence": 100
},
{
"doc_index": 902,
"page_index": 902,
"block_index": 41,
"page_num": 0,
"text": "O",
"position": {
"top": 1332,
"bottom": 1361,
"left": 1309,
"right": 1335,
"bbTop": 1332,
"bbBot": 1361,
"bbLeft": 1309,
"bbRight": 1335
},
"confidence": 100
},
{
"doc_index": 903,
"page_index": 903,
"block_index": 42,
"page_num": 0,
"text": "R",
"position": {
"top": 1332,
"bottom": 1361,
"left": 1335,
"right": 1360,
"bbTop": 1332,
"bbBot": 1361,
"bbLeft": 1335,
"bbRight": 1360
},
"confidence": 100
},
{
"doc_index": 904,
"page_index": 904,
"block_index": 43,
"page_num": 0,
"text": "D",
"position": {
"top": 1332,
"bottom": 1361,
"left": 1360,
"right": 1384,
"bbTop": 1332,
"bbBot": 1361,
"bbLeft": 1360,
"bbRight": 1384
},
"confidence": 100
},
{
"doc_index": 906,
"page_index": 906,
"block_index": 45,
"page_num": 0,
"text": "1",
"position": {
"top": 1332,
"bottom": 1361,
"left": 1414,
"right": 1434,
"bbTop": 1332,
"bbBot": 1361,
"bbLeft": 1414,
"bbRight": 1434
},
"confidence": 100
},
{
"doc_index": 907,
"page_index": 907,
"block_index": 46,
"page_num": 0,
"text": "2",
"position": {
"top": 1332,
"bottom": 1361,
"left": 1434,
"right": 1459,
"bbTop": 1332,
"bbBot": 1361,
"bbLeft": 1434,
"bbRight": 1459
},
"confidence": 100
},
{
"doc_index": 908,
"page_index": 908,
"block_index": 47,
"page_num": 0,
"text": "6",
"position": {
"top": 1332,
"bottom": 1361,
"left": 1459,
"right": 1483,
"bbTop": 1332,
"bbBot": 1361,
"bbLeft": 1459,
"bbRight": 1483
},
"confidence": 100
},
{
"doc_index": 910,
"page_index": 910,
"block_index": 49,
"page_num": 0,
"text": "a",
"position": {
"top": 1330,
"bottom": 1361,
"left": 1514,
"right": 1536,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 1514,
"bbRight": 1536
},
"confidence": 100
},
{
"doc_index": 911,
"page_index": 911,
"block_index": 50,
"page_num": 0,
"text": "n",
"position": {
"top": 1330,
"bottom": 1361,
"left": 1536,
"right": 1560,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 1536,
"bbRight": 1560
},
"confidence": 100
},
{
"doc_index": 912,
"page_index": 912,
"block_index": 51,
"page_num": 0,
"text": "d",
"position": {
"top": 1330,
"bottom": 1361,
"left": 1560,
"right": 1583,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 1560,
"bbRight": 1583
},
"confidence": 100
},
{
"doc_index": 914,
"page_index": 914,
"block_index": 53,
"page_num": 0,
"text": "t",
"position": {
"top": 1330,
"bottom": 1361,
"left": 1615,
"right": 1632,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 1615,
"bbRight": 1632
},
"confidence": 100
},
{
"doc_index": 915,
"page_index": 915,
"block_index": 54,
"page_num": 0,
"text": "h",
"position": {
"top": 1330,
"bottom": 1361,
"left": 1632,
"right": 1660,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 1632,
"bbRight": 1660
},
"confidence": 100
},
{
"doc_index": 916,
"page_index": 916,
"block_index": 55,
"page_num": 0,
"text": "e",
"position": {
"top": 1330,
"bottom": 1361,
"left": 1660,
"right": 1683,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 1660,
"bbRight": 1683
},
"confidence": 100
},
{
"doc_index": 918,
"page_index": 918,
"block_index": 57,
"page_num": 0,
"text": "L",
"position": {
"top": 1333,
"bottom": 1361,
"left": 1716,
"right": 1748,
"bbTop": 1333,
"bbBot": 1361,
"bbLeft": 1716,
"bbRight": 1748
},
"confidence": 100
},
{
"doc_index": 919,
"page_index": 919,
"block_index": 58,
"page_num": 0,
"text": "o",
"position": {
"top": 1333,
"bottom": 1361,
"left": 1748,
"right": 1772,
"bbTop": 1333,
"bbBot": 1361,
"bbLeft": 1748,
"bbRight": 1772
},
"confidence": 100
},
{
"doc_index": 920,
"page_index": 920,
"block_index": 59,
"page_num": 0,
"text": "s",
"position": {
"top": 1333,
"bottom": 1361,
"left": 1772,
"right": 1790,
"bbTop": 1333,
"bbBot": 1361,
"bbLeft": 1772,
"bbRight": 1790
},
"confidence": 100
},
{
"doc_index": 921,
"page_index": 921,
"block_index": 60,
"page_num": 0,
"text": "s",
"position": {
"top": 1333,
"bottom": 1361,
"left": 1790,
"right": 1808,
"bbTop": 1333,
"bbBot": 1361,
"bbLeft": 1790,
"bbRight": 1808
},
"confidence": 100
},
{
"doc_index": 923,
"page_index": 923,
"block_index": 62,
"page_num": 0,
"text": "R",
"position": {
"top": 1333,
"bottom": 1361,
"left": 1839,
"right": 1867,
"bbTop": 1333,
"bbBot": 1361,
"bbLeft": 1839,
"bbRight": 1867
},
"confidence": 100
},
{
"doc_index": 924,
"page_index": 924,
"block_index": 63,
"page_num": 0,
"text": "u",
"position": {
"top": 1333,
"bottom": 1361,
"left": 1867,
"right": 1886,
"bbTop": 1333,
"bbBot": 1361,
"bbLeft": 1867,
"bbRight": 1886
},
"confidence": 100
},
{
"doc_index": 925,
"page_index": 925,
"block_index": 64,
"page_num": 0,
"text": "n",
"position": {
"top": 1333,
"bottom": 1361,
"left": 1886,
"right": 1908,
"bbTop": 1333,
"bbBot": 1361,
"bbLeft": 1886,
"bbRight": 1908
},
"confidence": 100
},
{
"doc_index": 927,
"page_index": 927,
"block_index": 66,
"page_num": 0,
"text": "f",
"position": {
"top": 1330,
"bottom": 1361,
"left": 1939,
"right": 1957,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 1939,
"bbRight": 1957
},
"confidence": 100
},
{
"doc_index": 928,
"page_index": 928,
"block_index": 67,
"page_num": 0,
"text": "o",
"position": {
"top": 1330,
"bottom": 1361,
"left": 1957,
"right": 1979,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 1957,
"bbRight": 1979
},
"confidence": 100
},
{
"doc_index": 929,
"page_index": 929,
"block_index": 68,
"page_num": 0,
"text": "r",
"position": {
"top": 1330,
"bottom": 1361,
"left": 1979,
"right": 1997,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 1979,
"bbRight": 1997
},
"confidence": 100
},
{
"doc_index": 930,
"page_index": 930,
"block_index": 69,
"page_num": 0,
"text": "m",
"position": {
"top": 1330,
"bottom": 1361,
"left": 1997,
"right": 2034,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 1997,
"bbRight": 2034
},
"confidence": 100
},
{
"doc_index": 932,
"page_index": 932,
"block_index": 71,
"page_num": 0,
"text": "f",
"position": {
"top": 1330,
"bottom": 1361,
"left": 2064,
"right": 2086,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 2064,
"bbRight": 2086
},
"confidence": 100
},
{
"doc_index": 933,
"page_index": 933,
"block_index": 72,
"page_num": 0,
"text": "o",
"position": {
"top": 1330,
"bottom": 1361,
"left": 2086,
"right": 2111,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 2086,
"bbRight": 2111
},
"confidence": 100
},
{
"doc_index": 934,
"page_index": 934,
"block_index": 73,
"page_num": 0,
"text": "r",
"position": {
"top": 1330,
"bottom": 1361,
"left": 2111,
"right": 2132,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 2111,
"bbRight": 2132
},
"confidence": 100
},
{
"doc_index": 936,
"page_index": 936,
"block_index": 75,
"page_num": 0,
"text": "t",
"position": {
"top": 1330,
"bottom": 1361,
"left": 2165,
"right": 2182,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 2165,
"bbRight": 2182
},
"confidence": 100
},
{
"doc_index": 937,
"page_index": 937,
"block_index": 76,
"page_num": 0,
"text": "h",
"position": {
"top": 1330,
"bottom": 1361,
"left": 2182,
"right": 2210,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 2182,
"bbRight": 2210
},
"confidence": 100
},
{
"doc_index": 938,
"page_index": 938,
"block_index": 77,
"page_num": 0,
"text": "e",
"position": {
"top": 1330,
"bottom": 1361,
"left": 2210,
"right": 2233,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 2210,
"bbRight": 2233
},
"confidence": 100
},
{
"doc_index": 940,
"page_index": 940,
"block_index": 79,
"page_num": 0,
"text": "l",
"position": {
"top": 1330,
"bottom": 1361,
"left": 2264,
"right": 2283,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 2264,
"bbRight": 2283
},
"confidence": 100
},
{
"doc_index": 941,
"page_index": 941,
"block_index": 80,
"page_num": 0,
"text": "a",
"position": {
"top": 1330,
"bottom": 1361,
"left": 2283,
"right": 2314,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 2283,
"bbRight": 2314
},
"confidence": 100
},
{
"doc_index": 942,
"page_index": 942,
"block_index": 81,
"page_num": 0,
"text": "s",
"position": {
"top": 1330,
"bottom": 1361,
"left": 2314,
"right": 2337,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 2314,
"bbRight": 2337
},
"confidence": 100
},
{
"doc_index": 943,
"page_index": 943,
"block_index": 82,
"page_num": 0,
"text": "t",
"position": {
"top": 1330,
"bottom": 1361,
"left": 2337,
"right": 2357,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 2337,
"bbRight": 2357
},
"confidence": 100
},
{
"doc_index": 945,
"page_index": 945,
"block_index": 84,
"page_num": 0,
"text": "4",
"position": {
"top": 1333,
"bottom": 1360,
"left": 2388,
"right": 2409,
"bbTop": 1333,
"bbBot": 1360,
"bbLeft": 2388,
"bbRight": 2409
},
"confidence": 100
},
{
"doc_index": 947,
"page_index": 947,
"block_index": 86,
"page_num": 0,
"text": "y",
"position": {
"top": 1378,
"bottom": 1416,
"left": 237,
"right": 260,
"bbTop": 1378,
"bbBot": 1416,
"bbLeft": 237,
"bbRight": 260
},
"confidence": 100
},
{
"doc_index": 948,
"page_index": 948,
"block_index": 87,
"page_num": 0,
"text": "e",
"position": {
"top": 1378,
"bottom": 1416,
"left": 260,
"right": 286,
"bbTop": 1378,
"bbBot": 1416,
"bbLeft": 260,
"bbRight": 286
},
"confidence": 100
},
{
"doc_index": 949,
"page_index": 949,
"block_index": 88,
"page_num": 0,
"text": "a",
"position": {
"top": 1378,
"bottom": 1416,
"left": 286,
"right": 314,
"bbTop": 1378,
"bbBot": 1416,
"bbLeft": 286,
"bbRight": 314
},
"confidence": 100
},
{
"doc_index": 950,
"page_index": 950,
"block_index": 89,
"page_num": 0,
"text": "r",
"position": {
"top": 1378,
"bottom": 1416,
"left": 314,
"right": 337,
"bbTop": 1378,
"bbBot": 1416,
"bbLeft": 314,
"bbRight": 337
},
"confidence": 100
},
{
"doc_index": 951,
"page_index": 951,
"block_index": 90,
"page_num": 0,
"text": "s",
"position": {
"top": 1378,
"bottom": 1416,
"left": 337,
"right": 357,
"bbTop": 1378,
"bbBot": 1416,
"bbLeft": 337,
"bbRight": 357
},
"confidence": 100
},
{
"doc_index": 952,
"page_index": 952,
"block_index": 91,
"page_num": 0,
"text": ".",
"position": {
"top": 1378,
"bottom": 1416,
"left": 357,
"right": 366,
"bbTop": 1378,
"bbBot": 1416,
"bbLeft": 357,
"bbRight": 366
},
"confidence": 100
},
{
"doc_index": 953,
"page_index": 953,
"block_index": 92,
"page_num": 0,
"text": "?",
"position": {
"top": 1378,
"bottom": 1416,
"left": 366,
"right": 388,
"bbTop": 1378,
"bbBot": 1416,
"bbLeft": 366,
"bbRight": 388
},
"confidence": 100
},
{
"doc_index": 954,
"page_index": 954,
"block_index": 93,
"page_num": 0,
"text": "A",
"position": {
"top": 1378,
"bottom": 1416,
"left": 388,
"right": 431,
"bbTop": 1378,
"bbBot": 1416,
"bbLeft": 388,
"bbRight": 431
},
"confidence": 100
},
{
"doc_index": 955,
"page_index": 955,
"block_index": 94,
"page_num": 0,
"text": "0",
"position": {
"top": 1378,
"bottom": 1416,
"left": 431,
"right": 457,
"bbTop": 1378,
"bbBot": 1416,
"bbLeft": 431,
"bbRight": 457
},
"confidence": 100
},
{
"doc_index": 956,
"page_index": 956,
"block_index": 95,
"page_num": 0,
"text": "P",
"position": {
"top": 1378,
"bottom": 1416,
"left": 457,
"right": 491,
"bbTop": 1378,
"bbBot": 1416,
"bbLeft": 457,
"bbRight": 491
},
"confidence": 100
},
{
"doc_index": 957,
"page_index": 957,
"block_index": 96,
"page_num": 0,
"text": "l",
"position": {
"top": 1378,
"bottom": 1416,
"left": 491,
"right": 509,
"bbTop": 1378,
"bbBot": 1416,
"bbLeft": 491,
"bbRight": 509
},
"confidence": 100
},
{
"doc_index": 958,
"page_index": 958,
"block_index": 97,
"page_num": 0,
"text": "e",
"position": {
"top": 1378,
"bottom": 1416,
"left": 509,
"right": 534,
"bbTop": 1378,
"bbBot": 1416,
"bbLeft": 509,
"bbRight": 534
},
"confidence": 100
},
{
"doc_index": 959,
"page_index": 959,
"block_index": 98,
"page_num": 0,
"text": "a",
"position": {
"top": 1378,
"bottom": 1416,
"left": 534,
"right": 563,
"bbTop": 1378,
"bbBot": 1416,
"bbLeft": 534,
"bbRight": 563
},
"confidence": 100
},
{
"doc_index": 960,
"page_index": 960,
"block_index": 99,
"page_num": 0,
"text": "s",
"position": {
"top": 1378,
"bottom": 1416,
"left": 563,
"right": 583,
"bbTop": 1378,
"bbBot": 1416,
"bbLeft": 563,
"bbRight": 583
},
"confidence": 100
},
{
"doc_index": 961,
"page_index": 961,
"block_index": 100,
"page_num": 0,
"text": "e",
"position": {
"top": 1378,
"bottom": 1416,
"left": 583,
"right": 608,
"bbTop": 1378,
"bbBot": 1416,
"bbLeft": 583,
"bbRight": 608
},
"confidence": 100
},
{
"doc_index": 963,
"page_index": 963,
"block_index": 102,
"page_num": 0,
"text": "l",
"position": {
"top": 1378,
"bottom": 1408,
"left": 639,
"right": 658,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 639,
"bbRight": 658
},
"confidence": 100
},
{
"doc_index": 964,
"page_index": 964,
"block_index": 103,
"page_num": 0,
"text": "e",
"position": {
"top": 1378,
"bottom": 1408,
"left": 658,
"right": 686,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 658,
"bbRight": 686
},
"confidence": 100
},
{
"doc_index": 965,
"page_index": 965,
"block_index": 104,
"page_num": 0,
"text": "t",
"position": {
"top": 1378,
"bottom": 1408,
"left": 686,
"right": 707,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 686,
"bbRight": 707
},
"confidence": 100
},
{
"doc_index": 967,
"page_index": 967,
"block_index": 106,
"page_num": 0,
"text": "m",
"position": {
"top": 1385,
"bottom": 1408,
"left": 738,
"right": 768,
"bbTop": 1385,
"bbBot": 1408,
"bbLeft": 738,
"bbRight": 768
},
"confidence": 100
},
{
"doc_index": 968,
"page_index": 968,
"block_index": 107,
"page_num": 0,
"text": "e",
"position": {
"top": 1385,
"bottom": 1408,
"left": 768,
"right": 783,
"bbTop": 1385,
"bbBot": 1408,
"bbLeft": 768,
"bbRight": 783
},
"confidence": 100
},
{
"doc_index": 970,
"page_index": 970,
"block_index": 109,
"page_num": 0,
"text": "k",
"position": {
"top": 1378,
"bottom": 1408,
"left": 816,
"right": 839,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 816,
"bbRight": 839
},
"confidence": 100
},
{
"doc_index": 971,
"page_index": 971,
"block_index": 110,
"page_num": 0,
"text": "n",
"position": {
"top": 1378,
"bottom": 1408,
"left": 839,
"right": 862,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 839,
"bbRight": 862
},
"confidence": 100
},
{
"doc_index": 972,
"page_index": 972,
"block_index": 111,
"page_num": 0,
"text": "o",
"position": {
"top": 1378,
"bottom": 1408,
"left": 862,
"right": 881,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 862,
"bbRight": 881
},
"confidence": 100
},
{
"doc_index": 973,
"page_index": 973,
"block_index": 112,
"page_num": 0,
"text": "w",
"position": {
"top": 1378,
"bottom": 1408,
"left": 881,
"right": 911,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 881,
"bbRight": 911
},
"confidence": 100
},
{
"doc_index": 975,
"page_index": 975,
"block_index": 114,
"page_num": 0,
"text": "i",
"position": {
"top": 1378,
"bottom": 1408,
"left": 939,
"right": 957,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 939,
"bbRight": 957
},
"confidence": 100
},
{
"doc_index": 976,
"page_index": 976,
"block_index": 115,
"page_num": 0,
"text": "f",
"position": {
"top": 1378,
"bottom": 1408,
"left": 957,
"right": 984,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 957,
"bbRight": 984
},
"confidence": 100
},
{
"doc_index": 978,
"page_index": 978,
"block_index": 117,
"page_num": 0,
"text": "y",
"position": {
"top": 1385,
"bottom": 1416,
"left": 1013,
"right": 1033,
"bbTop": 1385,
"bbBot": 1416,
"bbLeft": 1013,
"bbRight": 1033
},
"confidence": 100
},
{
"doc_index": 979,
"page_index": 979,
"block_index": 118,
"page_num": 0,
"text": "o",
"position": {
"top": 1385,
"bottom": 1416,
"left": 1033,
"right": 1057,
"bbTop": 1385,
"bbBot": 1416,
"bbLeft": 1033,
"bbRight": 1057
},
"confidence": 100
},
{
"doc_index": 980,
"page_index": 980,
"block_index": 119,
"page_num": 0,
"text": "u",
"position": {
"top": 1385,
"bottom": 1416,
"left": 1057,
"right": 1083,
"bbTop": 1385,
"bbBot": 1416,
"bbLeft": 1057,
"bbRight": 1083
},
"confidence": 100
},
{
"doc_index": 982,
"page_index": 982,
"block_index": 121,
"page_num": 0,
"text": "n",
"position": {
"top": 1378,
"bottom": 1408,
"left": 1115,
"right": 1142,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 1115,
"bbRight": 1142
},
"confidence": 100
},
{
"doc_index": 983,
"page_index": 983,
"block_index": 122,
"page_num": 0,
"text": "e",
"position": {
"top": 1378,
"bottom": 1408,
"left": 1142,
"right": 1163,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 1142,
"bbRight": 1163
},
"confidence": 100
},
{
"doc_index": 984,
"page_index": 984,
"block_index": 123,
"page_num": 0,
"text": "e",
"position": {
"top": 1378,
"bottom": 1408,
"left": 1163,
"right": 1184,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 1163,
"bbRight": 1184
},
"confidence": 100
},
{
"doc_index": 985,
"page_index": 985,
"block_index": 124,
"page_num": 0,
"text": "d",
"position": {
"top": 1378,
"bottom": 1408,
"left": 1184,
"right": 1208,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 1184,
"bbRight": 1208
},
"confidence": 100
},
{
"doc_index": 987,
"page_index": 987,
"block_index": 126,
"page_num": 0,
"text": "a",
"position": {
"top": 1385,
"bottom": 1416,
"left": 1239,
"right": 1263,
"bbTop": 1385,
"bbBot": 1416,
"bbLeft": 1239,
"bbRight": 1263
},
"confidence": 100
},
{
"doc_index": 988,
"page_index": 988,
"block_index": 127,
"page_num": 0,
"text": "n",
"position": {
"top": 1385,
"bottom": 1416,
"left": 1263,
"right": 1290,
"bbTop": 1385,
"bbBot": 1416,
"bbLeft": 1263,
"bbRight": 1290
},
"confidence": 100
},
{
"doc_index": 989,
"page_index": 989,
"block_index": 128,
"page_num": 0,
"text": "y",
"position": {
"top": 1385,
"bottom": 1416,
"left": 1290,
"right": 1310,
"bbTop": 1385,
"bbBot": 1416,
"bbLeft": 1290,
"bbRight": 1310
},
"confidence": 100
},
{
"doc_index": 991,
"page_index": 991,
"block_index": 130,
"page_num": 0,
"text": "f",
"position": {
"top": 1378,
"bottom": 1408,
"left": 1339,
"right": 1362,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 1339,
"bbRight": 1362
},
"confidence": 100
},
{
"doc_index": 992,
"page_index": 992,
"block_index": 131,
"page_num": 0,
"text": "u",
"position": {
"top": 1378,
"bottom": 1408,
"left": 1362,
"right": 1390,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 1362,
"bbRight": 1390
},
"confidence": 100
},
{
"doc_index": 993,
"page_index": 993,
"block_index": 132,
"page_num": 0,
"text": "r",
"position": {
"top": 1378,
"bottom": 1408,
"left": 1390,
"right": 1413,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 1390,
"bbRight": 1413
},
"confidence": 100
},
{
"doc_index": 994,
"page_index": 994,
"block_index": 133,
"page_num": 0,
"text": "t",
"position": {
"top": 1378,
"bottom": 1408,
"left": 1413,
"right": 1430,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 1413,
"bbRight": 1430
},
"confidence": 100
},
{
"doc_index": 995,
"page_index": 995,
"block_index": 134,
"page_num": 0,
"text": "h",
"position": {
"top": 1378,
"bottom": 1408,
"left": 1430,
"right": 1460,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 1430,
"bbRight": 1460
},
"confidence": 100
},
{
"doc_index": 996,
"page_index": 996,
"block_index": 135,
"page_num": 0,
"text": "e",
"position": {
"top": 1378,
"bottom": 1408,
"left": 1460,
"right": 1485,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 1460,
"bbRight": 1485
},
"confidence": 100
},
{
"doc_index": 997,
"page_index": 997,
"block_index": 136,
"page_num": 0,
"text": "r",
"position": {
"top": 1378,
"bottom": 1408,
"left": 1485,
"right": 1507,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 1485,
"bbRight": 1507
},
"confidence": 100
},
{
"doc_index": 999,
"page_index": 999,
"block_index": 138,
"page_num": 0,
"text": "i",
"position": {
"top": 1378,
"bottom": 1408,
"left": 1539,
"right": 1554,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 1539,
"bbRight": 1554
},
"confidence": 100
},
{
"doc_index": 1000,
"page_index": 1000,
"block_index": 139,
"page_num": 0,
"text": "n",
"position": {
"top": 1378,
"bottom": 1408,
"left": 1554,
"right": 1584,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 1554,
"bbRight": 1584
},
"confidence": 100
},
{
"doc_index": 1001,
"page_index": 1001,
"block_index": 140,
"page_num": 0,
"text": "f",
"position": {
"top": 1378,
"bottom": 1408,
"left": 1584,
"right": 1605,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 1584,
"bbRight": 1605
},
"confidence": 100
},
{
"doc_index": 1002,
"page_index": 1002,
"block_index": 141,
"page_num": 0,
"text": "o",
"position": {
"top": 1378,
"bottom": 1408,
"left": 1605,
"right": 1631,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 1605,
"bbRight": 1631
},
"confidence": 100
},
{
"doc_index": 1003,
"page_index": 1003,
"block_index": 142,
"page_num": 0,
"text": "r",
"position": {
"top": 1378,
"bottom": 1408,
"left": 1631,
"right": 1651,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 1631,
"bbRight": 1651
},
"confidence": 100
},
{
"doc_index": 1004,
"page_index": 1004,
"block_index": 143,
"page_num": 0,
"text": "m",
"position": {
"top": 1378,
"bottom": 1408,
"left": 1651,
"right": 1695,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 1651,
"bbRight": 1695
},
"confidence": 100
},
{
"doc_index": 1005,
"page_index": 1005,
"block_index": 144,
"page_num": 0,
"text": "a",
"position": {
"top": 1378,
"bottom": 1408,
"left": 1695,
"right": 1721,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 1695,
"bbRight": 1721
},
"confidence": 100
},
{
"doc_index": 1006,
"page_index": 1006,
"block_index": 145,
"page_num": 0,
"text": "t",
"position": {
"top": 1378,
"bottom": 1408,
"left": 1721,
"right": 1738,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 1721,
"bbRight": 1738
},
"confidence": 100
},
{
"doc_index": 1007,
"page_index": 1007,
"block_index": 146,
"page_num": 0,
"text": "i",
"position": {
"top": 1378,
"bottom": 1408,
"left": 1738,
"right": 1753,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 1738,
"bbRight": 1753
},
"confidence": 100
},
{
"doc_index": 1008,
"page_index": 1008,
"block_index": 147,
"page_num": 0,
"text": "o",
"position": {
"top": 1378,
"bottom": 1408,
"left": 1753,
"right": 1778,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 1753,
"bbRight": 1778
},
"confidence": 100
},
{
"doc_index": 1009,
"page_index": 1009,
"block_index": 148,
"page_num": 0,
"text": "n",
"position": {
"top": 1378,
"bottom": 1408,
"left": 1778,
"right": 1808,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 1778,
"bbRight": 1808
},
"confidence": 100
},
{
"doc_index": 1011,
"page_index": 1011,
"block_index": 150,
"page_num": 0,
"text": "o",
"position": {
"top": 1385,
"bottom": 1408,
"left": 1839,
"right": 1863,
"bbTop": 1385,
"bbBot": 1408,
"bbLeft": 1839,
"bbRight": 1863
},
"confidence": 100
},
{
"doc_index": 1012,
"page_index": 1012,
"block_index": 151,
"page_num": 0,
"text": "r",
"position": {
"top": 1385,
"bottom": 1408,
"left": 1863,
"right": 1882,
"bbTop": 1385,
"bbBot": 1408,
"bbLeft": 1863,
"bbRight": 1882
},
"confidence": 100
},
{
"doc_index": 1014,
"page_index": 1014,
"block_index": 153,
"page_num": 0,
"text": "d",
"position": {
"top": 1378,
"bottom": 1408,
"left": 1914,
"right": 1940,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 1914,
"bbRight": 1940
},
"confidence": 100
},
{
"doc_index": 1015,
"page_index": 1015,
"block_index": 154,
"page_num": 0,
"text": "o",
"position": {
"top": 1378,
"bottom": 1408,
"left": 1940,
"right": 1964,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 1940,
"bbRight": 1964
},
"confidence": 100
},
{
"doc_index": 1016,
"page_index": 1016,
"block_index": 155,
"page_num": 0,
"text": "c",
"position": {
"top": 1378,
"bottom": 1408,
"left": 1964,
"right": 1986,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 1964,
"bbRight": 1986
},
"confidence": 100
},
{
"doc_index": 1017,
"page_index": 1017,
"block_index": 156,
"page_num": 0,
"text": "u",
"position": {
"top": 1378,
"bottom": 1408,
"left": 1986,
"right": 2012,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 1986,
"bbRight": 2012
},
"confidence": 100
},
{
"doc_index": 1018,
"page_index": 1018,
"block_index": 157,
"page_num": 0,
"text": "m",
"position": {
"top": 1378,
"bottom": 1408,
"left": 2012,
"right": 2055,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 2012,
"bbRight": 2055
},
"confidence": 100
},
{
"doc_index": 1019,
"page_index": 1019,
"block_index": 158,
"page_num": 0,
"text": "e",
"position": {
"top": 1378,
"bottom": 1408,
"left": 2055,
"right": 2077,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 2055,
"bbRight": 2077
},
"confidence": 100
},
{
"doc_index": 1020,
"page_index": 1020,
"block_index": 159,
"page_num": 0,
"text": "n",
"position": {
"top": 1378,
"bottom": 1408,
"left": 2077,
"right": 2106,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 2077,
"bbRight": 2106
},
"confidence": 100
},
{
"doc_index": 1021,
"page_index": 1021,
"block_index": 160,
"page_num": 0,
"text": "t",
"position": {
"top": 1378,
"bottom": 1408,
"left": 2106,
"right": 2123,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 2106,
"bbRight": 2123
},
"confidence": 100
},
{
"doc_index": 1022,
"page_index": 1022,
"block_index": 161,
"page_num": 0,
"text": "a",
"position": {
"top": 1378,
"bottom": 1408,
"left": 2123,
"right": 2148,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 2123,
"bbRight": 2148
},
"confidence": 100
},
{
"doc_index": 1023,
"page_index": 1023,
"block_index": 162,
"page_num": 0,
"text": "t",
"position": {
"top": 1378,
"bottom": 1408,
"left": 2148,
"right": 2164,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 2148,
"bbRight": 2164
},
"confidence": 100
},
{
"doc_index": 1024,
"page_index": 1024,
"block_index": 163,
"page_num": 0,
"text": "i",
"position": {
"top": 1378,
"bottom": 1408,
"left": 2164,
"right": 2179,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 2164,
"bbRight": 2179
},
"confidence": 100
},
{
"doc_index": 1025,
"page_index": 1025,
"block_index": 164,
"page_num": 0,
"text": "o",
"position": {
"top": 1378,
"bottom": 1408,
"left": 2179,
"right": 2204,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 2179,
"bbRight": 2204
},
"confidence": 100
},
{
"doc_index": 1026,
"page_index": 1026,
"block_index": 165,
"page_num": 0,
"text": "n",
"position": {
"top": 1378,
"bottom": 1408,
"left": 2204,
"right": 2232,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 2204,
"bbRight": 2232
},
"confidence": 100
},
{
"doc_index": 1028,
"page_index": 1028,
"block_index": 167,
"page_num": 0,
"text": "t",
"position": {
"top": 1380,
"bottom": 1408,
"left": 2265,
"right": 2282,
"bbTop": 1380,
"bbBot": 1408,
"bbLeft": 2265,
"bbRight": 2282
},
"confidence": 100
},
{
"doc_index": 1029,
"page_index": 1029,
"block_index": 168,
"page_num": 0,
"text": "o",
"position": {
"top": 1380,
"bottom": 1408,
"left": 2282,
"right": 2309,
"bbTop": 1380,
"bbBot": 1408,
"bbLeft": 2282,
"bbRight": 2309
},
"confidence": 100
},
{
"doc_index": 1031,
"page_index": 1031,
"block_index": 170,
"page_num": 0,
"text": "p",
"position": {
"top": 1432,
"bottom": 1464,
"left": 240,
"right": 266,
"bbTop": 1432,
"bbBot": 1464,
"bbLeft": 240,
"bbRight": 266
},
"confidence": 100
},
{
"doc_index": 1032,
"page_index": 1032,
"block_index": 171,
"page_num": 0,
"text": "r",
"position": {
"top": 1432,
"bottom": 1464,
"left": 266,
"right": 289,
"bbTop": 1432,
"bbBot": 1464,
"bbLeft": 266,
"bbRight": 289
},
"confidence": 100
},
{
"doc_index": 1033,
"page_index": 1033,
"block_index": 172,
"page_num": 0,
"text": "o",
"position": {
"top": 1432,
"bottom": 1464,
"left": 289,
"right": 317,
"bbTop": 1432,
"bbBot": 1464,
"bbLeft": 289,
"bbRight": 317
},
"confidence": 100
},
{
"doc_index": 1034,
"page_index": 1034,
"block_index": 173,
"page_num": 0,
"text": "c",
"position": {
"top": 1432,
"bottom": 1464,
"left": 317,
"right": 341,
"bbTop": 1432,
"bbBot": 1464,
"bbLeft": 317,
"bbRight": 341
},
"confidence": 100
},
{
"doc_index": 1035,
"page_index": 1035,
"block_index": 174,
"page_num": 0,
"text": "e",
"position": {
"top": 1432,
"bottom": 1464,
"left": 341,
"right": 367,
"bbTop": 1432,
"bbBot": 1464,
"bbLeft": 341,
"bbRight": 367
},
"confidence": 100
},
{
"doc_index": 1036,
"page_index": 1036,
"block_index": 175,
"page_num": 0,
"text": "s",
"position": {
"top": 1432,
"bottom": 1464,
"left": 367,
"right": 387,
"bbTop": 1432,
"bbBot": 1464,
"bbLeft": 367,
"bbRight": 387
},
"confidence": 100
},
{
"doc_index": 1037,
"page_index": 1037,
"block_index": 176,
"page_num": 0,
"text": "s",
"position": {
"top": 1432,
"bottom": 1464,
"left": 387,
"right": 408,
"bbTop": 1432,
"bbBot": 1464,
"bbLeft": 387,
"bbRight": 408
},
"confidence": 100
},
{
"doc_index": 1039,
"page_index": 1039,
"block_index": 178,
"page_num": 0,
"text": "t",
"position": {
"top": 1425,
"bottom": 1455,
"left": 440,
"right": 460,
"bbTop": 1425,
"bbBot": 1455,
"bbLeft": 440,
"bbRight": 460
},
"confidence": 100
},
{
"doc_index": 1040,
"page_index": 1040,
"block_index": 179,
"page_num": 0,
"text": "h",
"position": {
"top": 1425,
"bottom": 1455,
"left": 460,
"right": 493,
"bbTop": 1425,
"bbBot": 1455,
"bbLeft": 460,
"bbRight": 493
},
"confidence": 100
},
{
"doc_index": 1041,
"page_index": 1041,
"block_index": 180,
"page_num": 0,
"text": "i",
"position": {
"top": 1425,
"bottom": 1455,
"left": 493,
"right": 511,
"bbTop": 1425,
"bbBot": 1455,
"bbLeft": 493,
"bbRight": 511
},
"confidence": 100
},
{
"doc_index": 1042,
"page_index": 1042,
"block_index": 181,
"page_num": 0,
"text": "s",
"position": {
"top": 1425,
"bottom": 1455,
"left": 511,
"right": 533,
"bbTop": 1425,
"bbBot": 1455,
"bbLeft": 511,
"bbRight": 533
},
"confidence": 100
},
{
"doc_index": 1044,
"page_index": 1044,
"block_index": 183,
"page_num": 0,
"text": "a",
"position": {
"top": 1425,
"bottom": 1464,
"left": 564,
"right": 594,
"bbTop": 1425,
"bbBot": 1464,
"bbLeft": 564,
"bbRight": 594
},
"confidence": 100
},
{
"doc_index": 1045,
"page_index": 1045,
"block_index": 184,
"page_num": 0,
"text": "p",
"position": {
"top": 1425,
"bottom": 1464,
"left": 594,
"right": 622,
"bbTop": 1425,
"bbBot": 1464,
"bbLeft": 594,
"bbRight": 622
},
"confidence": 100
},
{
"doc_index": 1046,
"page_index": 1046,
"block_index": 185,
"page_num": 0,
"text": "p",
"position": {
"top": 1425,
"bottom": 1464,
"left": 622,
"right": 650,
"bbTop": 1425,
"bbBot": 1464,
"bbLeft": 622,
"bbRight": 650
},
"confidence": 100
},
{
"doc_index": 1047,
"page_index": 1047,
"block_index": 186,
"page_num": 0,
"text": "l",
"position": {
"top": 1425,
"bottom": 1464,
"left": 650,
"right": 668,
"bbTop": 1425,
"bbBot": 1464,
"bbLeft": 650,
"bbRight": 668
},
"confidence": 100
},
{
"doc_index": 1048,
"page_index": 1048,
"block_index": 187,
"page_num": 0,
"text": "i",
"position": {
"top": 1425,
"bottom": 1464,
"left": 668,
"right": 686,
"bbTop": 1425,
"bbBot": 1464,
"bbLeft": 668,
"bbRight": 686
},
"confidence": 100
},
{
"doc_index": 1049,
"page_index": 1049,
"block_index": 188,
"page_num": 0,
"text": "c",
"position": {
"top": 1425,
"bottom": 1464,
"left": 686,
"right": 712,
"bbTop": 1425,
"bbBot": 1464,
"bbLeft": 686,
"bbRight": 712
},
"confidence": 100
},
{
"doc_index": 1050,
"page_index": 1050,
"block_index": 189,
"page_num": 0,
"text": "a",
"position": {
"top": 1425,
"bottom": 1464,
"left": 712,
"right": 742,
"bbTop": 1425,
"bbBot": 1464,
"bbLeft": 712,
"bbRight": 742
},
"confidence": 100
},
{
"doc_index": 1051,
"page_index": 1051,
"block_index": 190,
"page_num": 0,
"text": "t",
"position": {
"top": 1425,
"bottom": 1464,
"left": 742,
"right": 761,
"bbTop": 1425,
"bbBot": 1464,
"bbLeft": 742,
"bbRight": 761
},
"confidence": 100
},
{
"doc_index": 1052,
"page_index": 1052,
"block_index": 191,
"page_num": 0,
"text": "i",
"position": {
"top": 1425,
"bottom": 1464,
"left": 761,
"right": 778,
"bbTop": 1425,
"bbBot": 1464,
"bbLeft": 761,
"bbRight": 778
},
"confidence": 100
},
{
"doc_index": 1053,
"page_index": 1053,
"block_index": 192,
"page_num": 0,
"text": "o",
"position": {
"top": 1425,
"bottom": 1464,
"left": 778,
"right": 807,
"bbTop": 1425,
"bbBot": 1464,
"bbLeft": 778,
"bbRight": 807
},
"confidence": 100
},
{
"doc_index": 1054,
"page_index": 1054,
"block_index": 193,
"page_num": 0,
"text": "n",
"position": {
"top": 1425,
"bottom": 1464,
"left": 807,
"right": 841,
"bbTop": 1425,
"bbBot": 1464,
"bbLeft": 807,
"bbRight": 841
},
"confidence": 100
},
{
"doc_index": 1055,
"page_index": 1055,
"block_index": 194,
"page_num": 0,
"text": ".",
"position": {
"top": 1425,
"bottom": 1464,
"left": 841,
"right": 851,
"bbTop": 1425,
"bbBot": 1464,
"bbLeft": 841,
"bbRight": 851
},
"confidence": 100
},
{
"doc_index": 1057,
"page_index": 1057,
"block_index": 196,
"page_num": 0,
"text": "T",
"position": {
"top": 1472,
"bottom": 1503,
"left": 238,
"right": 266,
"bbTop": 1472,
"bbBot": 1503,
"bbLeft": 238,
"bbRight": 266
},
"confidence": 100
},
{
"doc_index": 1058,
"page_index": 1058,
"block_index": 197,
"page_num": 0,
"text": "h",
"position": {
"top": 1472,
"bottom": 1503,
"left": 266,
"right": 289,
"bbTop": 1472,
"bbBot": 1503,
"bbLeft": 266,
"bbRight": 289
},
"confidence": 100
},
{
"doc_index": 1059,
"page_index": 1059,
"block_index": 198,
"page_num": 0,
"text": "a",
"position": {
"top": 1472,
"bottom": 1503,
"left": 289,
"right": 311,
"bbTop": 1472,
"bbBot": 1503,
"bbLeft": 289,
"bbRight": 311
},
"confidence": 100
},
{
"doc_index": 1060,
"page_index": 1060,
"block_index": 199,
"page_num": 0,
"text": "n",
"position": {
"top": 1472,
"bottom": 1503,
"left": 311,
"right": 335,
"bbTop": 1472,
"bbBot": 1503,
"bbLeft": 311,
"bbRight": 335
},
"confidence": 100
},
{
"doc_index": 1061,
"page_index": 1061,
"block_index": 200,
"page_num": 0,
"text": "k",
"position": {
"top": 1472,
"bottom": 1503,
"left": 335,
"right": 359,
"bbTop": 1472,
"bbBot": 1503,
"bbLeft": 335,
"bbRight": 359
},
"confidence": 100
},
{
"doc_index": 1063,
"page_index": 1063,
"block_index": 202,
"page_num": 0,
"text": "y",
"position": {
"top": 1480,
"bottom": 1511,
"left": 387,
"right": 408,
"bbTop": 1480,
"bbBot": 1511,
"bbLeft": 387,
"bbRight": 408
},
"confidence": 100
},
{
"doc_index": 1064,
"page_index": 1064,
"block_index": 203,
"page_num": 0,
"text": "o",
"position": {
"top": 1480,
"bottom": 1511,
"left": 408,
"right": 432,
"bbTop": 1480,
"bbBot": 1511,
"bbLeft": 408,
"bbRight": 432
},
"confidence": 100
},
{
"doc_index": 1065,
"page_index": 1065,
"block_index": 204,
"page_num": 0,
"text": "u",
"position": {
"top": 1480,
"bottom": 1511,
"left": 432,
"right": 458,
"bbTop": 1480,
"bbBot": 1511,
"bbLeft": 432,
"bbRight": 458
},
"confidence": 100
},
{
"doc_index": 1067,
"page_index": 1067,
"block_index": 206,
"page_num": 0,
"text": "a",
"position": {
"top": 1472,
"bottom": 1503,
"left": 489,
"right": 511,
"bbTop": 1472,
"bbBot": 1503,
"bbLeft": 489,
"bbRight": 511
},
"confidence": 100
},
{
"doc_index": 1068,
"page_index": 1068,
"block_index": 207,
"page_num": 0,
"text": "n",
"position": {
"top": 1472,
"bottom": 1503,
"left": 511,
"right": 535,
"bbTop": 1472,
"bbBot": 1503,
"bbLeft": 511,
"bbRight": 535
},
"confidence": 100
},
{
"doc_index": 1069,
"page_index": 1069,
"block_index": 208,
"page_num": 0,
"text": "d",
"position": {
"top": 1472,
"bottom": 1503,
"left": 535,
"right": 558,
"bbTop": 1472,
"bbBot": 1503,
"bbLeft": 535,
"bbRight": 558
},
"confidence": 100
},
{
"doc_index": 1071,
"page_index": 1071,
"block_index": 210,
"page_num": 0,
"text": "I",
"position": {
"top": 1475,
"bottom": 1502,
"left": 590,
"right": 607,
"bbTop": 1475,
"bbBot": 1502,
"bbLeft": 590,
"bbRight": 607
},
"confidence": 100
},
{
"doc_index": 1073,
"page_index": 1073,
"block_index": 212,
"page_num": 0,
"text": "l",
"position": {
"top": 1472,
"bottom": 1503,
"left": 639,
"right": 655,
"bbTop": 1472,
"bbBot": 1503,
"bbLeft": 639,
"bbRight": 655
},
"confidence": 100
},
{
"doc_index": 1074,
"page_index": 1074,
"block_index": 213,
"page_num": 0,
"text": "o",
"position": {
"top": 1472,
"bottom": 1503,
"left": 655,
"right": 680,
"bbTop": 1472,
"bbBot": 1503,
"bbLeft": 655,
"bbRight": 680
},
"confidence": 100
},
{
"doc_index": 1075,
"page_index": 1075,
"block_index": 214,
"page_num": 0,
"text": "o",
"position": {
"top": 1472,
"bottom": 1503,
"left": 680,
"right": 705,
"bbTop": 1472,
"bbBot": 1503,
"bbLeft": 680,
"bbRight": 705
},
"confidence": 100
},
{
"doc_index": 1076,
"page_index": 1076,
"block_index": 215,
"page_num": 0,
"text": "k",
"position": {
"top": 1472,
"bottom": 1503,
"left": 705,
"right": 734,
"bbTop": 1472,
"bbBot": 1503,
"bbLeft": 705,
"bbRight": 734
},
"confidence": 100
},
{
"doc_index": 1078,
"page_index": 1078,
"block_index": 217,
"page_num": 0,
"text": "f",
"position": {
"top": 1472,
"bottom": 1503,
"left": 764,
"right": 784,
"bbTop": 1472,
"bbBot": 1503,
"bbLeft": 764,
"bbRight": 784
},
"confidence": 100
},
{
"doc_index": 1079,
"page_index": 1079,
"block_index": 218,
"page_num": 0,
"text": "o",
"position": {
"top": 1472,
"bottom": 1503,
"left": 784,
"right": 808,
"bbTop": 1472,
"bbBot": 1503,
"bbLeft": 784,
"bbRight": 808
},
"confidence": 100
},
{
"doc_index": 1080,
"page_index": 1080,
"block_index": 219,
"page_num": 0,
"text": "r",
"position": {
"top": 1472,
"bottom": 1503,
"left": 808,
"right": 828,
"bbTop": 1472,
"bbBot": 1503,
"bbLeft": 808,
"bbRight": 828
},
"confidence": 100
},
{
"doc_index": 1081,
"page_index": 1081,
"block_index": 220,
"page_num": 0,
"text": "w",
"position": {
"top": 1472,
"bottom": 1503,
"left": 828,
"right": 864,
"bbTop": 1472,
"bbBot": 1503,
"bbLeft": 828,
"bbRight": 864
},
"confidence": 100
},
{
"doc_index": 1082,
"page_index": 1082,
"block_index": 221,
"page_num": 0,
"text": "a",
"position": {
"top": 1472,
"bottom": 1503,
"left": 864,
"right": 888,
"bbTop": 1472,
"bbBot": 1503,
"bbLeft": 864,
"bbRight": 888
},
"confidence": 100
},
{
"doc_index": 1083,
"page_index": 1083,
"block_index": 222,
"page_num": 0,
"text": "r",
"position": {
"top": 1472,
"bottom": 1503,
"left": 888,
"right": 908,
"bbTop": 1472,
"bbBot": 1503,
"bbLeft": 888,
"bbRight": 908
},
"confidence": 100
},
{
"doc_index": 1084,
"page_index": 1084,
"block_index": 223,
"page_num": 0,
"text": "d",
"position": {
"top": 1472,
"bottom": 1503,
"left": 908,
"right": 933,
"bbTop": 1472,
"bbBot": 1503,
"bbLeft": 908,
"bbRight": 933
},
"confidence": 100
},
{
"doc_index": 1086,
"page_index": 1086,
"block_index": 225,
"page_num": 0,
"text": "t",
"position": {
"top": 1475,
"bottom": 1503,
"left": 965,
"right": 982,
"bbTop": 1475,
"bbBot": 1503,
"bbLeft": 965,
"bbRight": 982
},
"confidence": 100
},
{
"doc_index": 1087,
"page_index": 1087,
"block_index": 226,
"page_num": 0,
"text": "o",
"position": {
"top": 1475,
"bottom": 1503,
"left": 982,
"right": 1008,
"bbTop": 1475,
"bbBot": 1503,
"bbLeft": 982,
"bbRight": 1008
},
"confidence": 100
},
{
"doc_index": 1089,
"page_index": 1089,
"block_index": 228,
"page_num": 0,
"text": "y",
"position": {
"top": 1480,
"bottom": 1511,
"left": 1038,
"right": 1059,
"bbTop": 1480,
"bbBot": 1511,
"bbLeft": 1038,
"bbRight": 1059
},
"confidence": 100
},
{
"doc_index": 1090,
"page_index": 1090,
"block_index": 229,
"page_num": 0,
"text": "o",
"position": {
"top": 1480,
"bottom": 1511,
"left": 1059,
"right": 1084,
"bbTop": 1480,
"bbBot": 1511,
"bbLeft": 1059,
"bbRight": 1084
},
"confidence": 100
},
{
"doc_index": 1091,
"page_index": 1091,
"block_index": 230,
"page_num": 0,
"text": "u",
"position": {
"top": 1480,
"bottom": 1511,
"left": 1084,
"right": 1111,
"bbTop": 1480,
"bbBot": 1511,
"bbLeft": 1084,
"bbRight": 1111
},
"confidence": 100
},
{
"doc_index": 1092,
"page_index": 1092,
"block_index": 231,
"page_num": 0,
"text": "r",
"position": {
"top": 1480,
"bottom": 1511,
"left": 1111,
"right": 1132,
"bbTop": 1480,
"bbBot": 1511,
"bbLeft": 1111,
"bbRight": 1132
},
"confidence": 100
},
{
"doc_index": 1094,
"page_index": 1094,
"block_index": 233,
"page_num": 0,
"text": "p",
"position": {
"top": 1475,
"bottom": 1511,
"left": 1165,
"right": 1187,
"bbTop": 1475,
"bbBot": 1511,
"bbLeft": 1165,
"bbRight": 1187
},
"confidence": 100
},
{
"doc_index": 1095,
"page_index": 1095,
"block_index": 234,
"page_num": 0,
"text": "r",
"position": {
"top": 1475,
"bottom": 1511,
"left": 1187,
"right": 1206,
"bbTop": 1475,
"bbBot": 1511,
"bbLeft": 1187,
"bbRight": 1206
},
"confidence": 100
},
{
"doc_index": 1096,
"page_index": 1096,
"block_index": 235,
"page_num": 0,
"text": "o",
"position": {
"top": 1475,
"bottom": 1511,
"left": 1206,
"right": 1229,
"bbTop": 1475,
"bbBot": 1511,
"bbLeft": 1206,
"bbRight": 1229
},
"confidence": 100
},
{
"doc_index": 1097,
"page_index": 1097,
"block_index": 236,
"page_num": 0,
"text": "m",
"position": {
"top": 1475,
"bottom": 1511,
"left": 1229,
"right": 1269,
"bbTop": 1475,
"bbBot": 1511,
"bbLeft": 1229,
"bbRight": 1269
},
"confidence": 100
},
{
"doc_index": 1098,
"page_index": 1098,
"block_index": 237,
"page_num": 0,
"text": "p",
"position": {
"top": 1475,
"bottom": 1511,
"left": 1269,
"right": 1291,
"bbTop": 1475,
"bbBot": 1511,
"bbLeft": 1269,
"bbRight": 1291
},
"confidence": 100
},
{
"doc_index": 1099,
"page_index": 1099,
"block_index": 238,
"page_num": 0,
"text": "t",
"position": {
"top": 1475,
"bottom": 1511,
"left": 1291,
"right": 1307,
"bbTop": 1475,
"bbBot": 1511,
"bbLeft": 1291,
"bbRight": 1307
},
"confidence": 100
},
{
"doc_index": 1101,
"page_index": 1101,
"block_index": 240,
"page_num": 0,
"text": "r",
"position": {
"top": 1480,
"bottom": 1511,
"left": 1341,
"right": 1364,
"bbTop": 1480,
"bbBot": 1511,
"bbLeft": 1341,
"bbRight": 1364
},
"confidence": 100
},
{
"doc_index": 1102,
"page_index": 1102,
"block_index": 241,
"page_num": 0,
"text": "e",
"position": {
"top": 1480,
"bottom": 1511,
"left": 1364,
"right": 1389,
"bbTop": 1480,
"bbBot": 1511,
"bbLeft": 1364,
"bbRight": 1389
},
"confidence": 100
},
{
"doc_index": 1103,
"page_index": 1103,
"block_index": 242,
"page_num": 0,
"text": "s",
"position": {
"top": 1480,
"bottom": 1511,
"left": 1389,
"right": 1410,
"bbTop": 1480,
"bbBot": 1511,
"bbLeft": 1389,
"bbRight": 1410
},
"confidence": 100
},
{
"doc_index": 1104,
"page_index": 1104,
"block_index": 243,
"page_num": 0,
"text": "p",
"position": {
"top": 1480,
"bottom": 1511,
"left": 1410,
"right": 1436,
"bbTop": 1480,
"bbBot": 1511,
"bbLeft": 1410,
"bbRight": 1436
},
"confidence": 100
},
{
"doc_index": 1105,
"page_index": 1105,
"block_index": 244,
"page_num": 0,
"text": "o",
"position": {
"top": 1480,
"bottom": 1511,
"left": 1436,
"right": 1464,
"bbTop": 1480,
"bbBot": 1511,
"bbLeft": 1436,
"bbRight": 1464
},
"confidence": 100
},
{
"doc_index": 1106,
"page_index": 1106,
"block_index": 245,
"page_num": 0,
"text": "n",
"position": {
"top": 1480,
"bottom": 1511,
"left": 1464,
"right": 1496,
"bbTop": 1480,
"bbBot": 1511,
"bbLeft": 1464,
"bbRight": 1496
},
"confidence": 100
},
{
"doc_index": 1107,
"page_index": 1107,
"block_index": 246,
"page_num": 0,
"text": "s",
"position": {
"top": 1480,
"bottom": 1511,
"left": 1496,
"right": 1517,
"bbTop": 1480,
"bbBot": 1511,
"bbLeft": 1496,
"bbRight": 1517
},
"confidence": 100
},
{
"doc_index": 1108,
"page_index": 1108,
"block_index": 247,
"page_num": 0,
"text": "e",
"position": {
"top": 1480,
"bottom": 1511,
"left": 1517,
"right": 1542,
"bbTop": 1480,
"bbBot": 1511,
"bbLeft": 1517,
"bbRight": 1542
},
"confidence": 100
},
{
"doc_index": 1109,
"page_index": 1109,
"block_index": 248,
"page_num": 0,
"text": ".",
"position": {
"top": 1480,
"bottom": 1511,
"left": 1542,
"right": 1551,
"bbTop": 1480,
"bbBot": 1511,
"bbLeft": 1542,
"bbRight": 1551
},
"confidence": 100
},
{
"doc_index": 1111,
"page_index": 1111,
"block_index": 250,
"page_num": 0,
"text": "B",
"position": {
"top": 1522,
"bottom": 1550,
"left": 239,
"right": 273,
"bbTop": 1522,
"bbBot": 1550,
"bbLeft": 239,
"bbRight": 273
},
"confidence": 100
},
{
"doc_index": 1112,
"page_index": 1112,
"block_index": 251,
"page_num": 0,
"text": "e",
"position": {
"top": 1522,
"bottom": 1550,
"left": 273,
"right": 296,
"bbTop": 1522,
"bbBot": 1550,
"bbLeft": 273,
"bbRight": 296
},
"confidence": 100
},
{
"doc_index": 1113,
"page_index": 1113,
"block_index": 252,
"page_num": 0,
"text": "s",
"position": {
"top": 1522,
"bottom": 1550,
"left": 296,
"right": 315,
"bbTop": 1522,
"bbBot": 1550,
"bbLeft": 296,
"bbRight": 315
},
"confidence": 100
},
{
"doc_index": 1114,
"page_index": 1114,
"block_index": 253,
"page_num": 0,
"text": "t",
"position": {
"top": 1522,
"bottom": 1550,
"left": 315,
"right": 332,
"bbTop": 1522,
"bbBot": 1550,
"bbLeft": 315,
"bbRight": 332
},
"confidence": 100
},
{
"doc_index": 1116,
"page_index": 1116,
"block_index": 255,
"page_num": 0,
"text": "r",
"position": {
"top": 1519,
"bottom": 1558,
"left": 366,
"right": 389,
"bbTop": 1519,
"bbBot": 1558,
"bbLeft": 366,
"bbRight": 389
},
"confidence": 100
},
{
"doc_index": 1117,
"page_index": 1117,
"block_index": 256,
"page_num": 0,
"text": "e",
"position": {
"top": 1519,
"bottom": 1558,
"left": 389,
"right": 414,
"bbTop": 1519,
"bbBot": 1558,
"bbLeft": 389,
"bbRight": 414
},
"confidence": 100
},
{
"doc_index": 1118,
"page_index": 1118,
"block_index": 257,
"page_num": 0,
"text": "g",
"position": {
"top": 1519,
"bottom": 1558,
"left": 414,
"right": 440,
"bbTop": 1519,
"bbBot": 1558,
"bbLeft": 414,
"bbRight": 440
},
"confidence": 100
},
{
"doc_index": 1119,
"page_index": 1119,
"block_index": 258,
"page_num": 0,
"text": "a",
"position": {
"top": 1519,
"bottom": 1558,
"left": 440,
"right": 468,
"bbTop": 1519,
"bbBot": 1558,
"bbLeft": 440,
"bbRight": 468
},
"confidence": 100
},
{
"doc_index": 1120,
"page_index": 1120,
"block_index": 259,
"page_num": 0,
"text": "r",
"position": {
"top": 1519,
"bottom": 1558,
"left": 468,
"right": 491,
"bbTop": 1519,
"bbBot": 1558,
"bbLeft": 468,
"bbRight": 491
},
"confidence": 100
},
{
"doc_index": 1121,
"page_index": 1121,
"block_index": 260,
"page_num": 0,
"text": "d",
"position": {
"top": 1519,
"bottom": 1558,
"left": 491,
"right": 520,
"bbTop": 1519,
"bbBot": 1558,
"bbLeft": 491,
"bbRight": 520
},
"confidence": 100
},
{
"doc_index": 1122,
"page_index": 1122,
"block_index": 261,
"page_num": 0,
"text": "s",
"position": {
"top": 1519,
"bottom": 1558,
"left": 520,
"right": 541,
"bbTop": 1519,
"bbBot": 1558,
"bbLeft": 520,
"bbRight": 541
},
"confidence": 100
},
{
"doc_index": 1123,
"page_index": 1123,
"block_index": 262,
"page_num": 0,
"text": ",",
"position": {
"top": 1519,
"bottom": 1558,
"left": 541,
"right": 550,
"bbTop": 1519,
"bbBot": 1558,
"bbLeft": 541,
"bbRight": 550
},
"confidence": 100
},
{
"doc_index": 1125,
"page_index": 1125,
"block_index": 264,
"page_num": 0,
"text": "E",
"position": {
"top": 1567,
"bottom": 1606,
"left": 239,
"right": 271,
"bbTop": 1567,
"bbBot": 1606,
"bbLeft": 239,
"bbRight": 271
},
"confidence": 100
},
{
"doc_index": 1126,
"page_index": 1126,
"block_index": 265,
"page_num": 0,
"text": "m",
"position": {
"top": 1567,
"bottom": 1606,
"left": 271,
"right": 312,
"bbTop": 1567,
"bbBot": 1606,
"bbLeft": 271,
"bbRight": 312
},
"confidence": 100
},
{
"doc_index": 1127,
"page_index": 1127,
"block_index": 266,
"page_num": 0,
"text": "i",
"position": {
"top": 1567,
"bottom": 1606,
"left": 312,
"right": 326,
"bbTop": 1567,
"bbBot": 1606,
"bbLeft": 312,
"bbRight": 326
},
"confidence": 100
},
{
"doc_index": 1128,
"page_index": 1128,
"block_index": 267,
"page_num": 0,
"text": "l",
"position": {
"top": 1567,
"bottom": 1606,
"left": 326,
"right": 341,
"bbTop": 1567,
"bbBot": 1606,
"bbLeft": 326,
"bbRight": 341
},
"confidence": 100
},
{
"doc_index": 1129,
"page_index": 1129,
"block_index": 268,
"page_num": 0,
"text": "y",
"position": {
"top": 1567,
"bottom": 1606,
"left": 341,
"right": 360,
"bbTop": 1567,
"bbBot": 1606,
"bbLeft": 341,
"bbRight": 360
},
"confidence": 100
},
{
"doc_index": 1131,
"page_index": 1131,
"block_index": 270,
"page_num": 0,
"text": "J",
"position": {
"top": 1567,
"bottom": 1597,
"left": 388,
"right": 413,
"bbTop": 1567,
"bbBot": 1597,
"bbLeft": 388,
"bbRight": 413
},
"confidence": 100
},
{
"doc_index": 1132,
"page_index": 1132,
"block_index": 271,
"page_num": 0,
"text": "o",
"position": {
"top": 1567,
"bottom": 1597,
"left": 413,
"right": 437,
"bbTop": 1567,
"bbBot": 1597,
"bbLeft": 413,
"bbRight": 437
},
"confidence": 100
},
{
"doc_index": 1133,
"page_index": 1133,
"block_index": 272,
"page_num": 0,
"text": "h",
"position": {
"top": 1567,
"bottom": 1597,
"left": 437,
"right": 463,
"bbTop": 1567,
"bbBot": 1597,
"bbLeft": 437,
"bbRight": 463
},
"confidence": 100
},
{
"doc_index": 1134,
"page_index": 1134,
"block_index": 273,
"page_num": 0,
"text": "n",
"position": {
"top": 1567,
"bottom": 1597,
"left": 463,
"right": 490,
"bbTop": 1567,
"bbBot": 1597,
"bbLeft": 463,
"bbRight": 490
},
"confidence": 100
},
{
"doc_index": 1135,
"page_index": 1135,
"block_index": 274,
"page_num": 0,
"text": "s",
"position": {
"top": 1567,
"bottom": 1597,
"left": 490,
"right": 508,
"bbTop": 1567,
"bbBot": 1597,
"bbLeft": 490,
"bbRight": 508
},
"confidence": 100
},
{
"doc_index": 1136,
"page_index": 1136,
"block_index": 275,
"page_num": 0,
"text": "o",
"position": {
"top": 1567,
"bottom": 1597,
"left": 508,
"right": 531,
"bbTop": 1567,
"bbBot": 1597,
"bbLeft": 508,
"bbRight": 531
},
"confidence": 100
},
{
"doc_index": 1137,
"page_index": 1137,
"block_index": 276,
"page_num": 0,
"text": "n",
"position": {
"top": 1567,
"bottom": 1597,
"left": 531,
"right": 559,
"bbTop": 1567,
"bbBot": 1597,
"bbLeft": 531,
"bbRight": 559
},
"confidence": 100
},
{
"doc_index": 1139,
"page_index": 1139,
"block_index": 278,
"page_num": 0,
"text": "T",
"position": {
"top": 1616,
"bottom": 1644,
"left": 238,
"right": 271,
"bbTop": 1616,
"bbBot": 1644,
"bbLeft": 238,
"bbRight": 271
},
"confidence": 100
},
{
"doc_index": 1140,
"page_index": 1140,
"block_index": 279,
"page_num": 0,
"text": "e",
"position": {
"top": 1616,
"bottom": 1644,
"left": 271,
"right": 293,
"bbTop": 1616,
"bbBot": 1644,
"bbLeft": 271,
"bbRight": 293
},
"confidence": 100
},
{
"doc_index": 1141,
"page_index": 1141,
"block_index": 280,
"page_num": 0,
"text": "x",
"position": {
"top": 1616,
"bottom": 1644,
"left": 293,
"right": 320,
"bbTop": 1616,
"bbBot": 1644,
"bbLeft": 293,
"bbRight": 320
},
"confidence": 100
},
{
"doc_index": 1142,
"page_index": 1142,
"block_index": 281,
"page_num": 0,
"text": "S",
"position": {
"top": 1616,
"bottom": 1644,
"left": 320,
"right": 346,
"bbTop": 1616,
"bbBot": 1644,
"bbLeft": 320,
"bbRight": 346
},
"confidence": 100
},
{
"doc_index": 1143,
"page_index": 1143,
"block_index": 282,
"page_num": 0,
"text": "e",
"position": {
"top": 1616,
"bottom": 1644,
"left": 346,
"right": 368,
"bbTop": 1616,
"bbBot": 1644,
"bbLeft": 346,
"bbRight": 368
},
"confidence": 100
},
{
"doc_index": 1144,
"page_index": 1144,
"block_index": 283,
"page_num": 0,
"text": "c",
"position": {
"top": 1616,
"bottom": 1644,
"left": 368,
"right": 390,
"bbTop": 1616,
"bbBot": 1644,
"bbLeft": 368,
"bbRight": 390
},
"confidence": 100
},
{
"doc_index": 1145,
"page_index": 1145,
"block_index": 284,
"page_num": 0,
"text": "u",
"position": {
"top": 1616,
"bottom": 1644,
"left": 390,
"right": 416,
"bbTop": 1616,
"bbBot": 1644,
"bbLeft": 390,
"bbRight": 416
},
"confidence": 100
},
{
"doc_index": 1146,
"page_index": 1146,
"block_index": 285,
"page_num": 0,
"text": "r",
"position": {
"top": 1616,
"bottom": 1644,
"left": 416,
"right": 436,
"bbTop": 1616,
"bbBot": 1644,
"bbLeft": 416,
"bbRight": 436
},
"confidence": 100
},
{
"doc_index": 1147,
"page_index": 1147,
"block_index": 286,
"page_num": 0,
"text": "e",
"position": {
"top": 1616,
"bottom": 1644,
"left": 436,
"right": 458,
"bbTop": 1616,
"bbBot": 1644,
"bbLeft": 436,
"bbRight": 458
},
"confidence": 100
},
{
"doc_index": 1149,
"page_index": 1149,
"block_index": 288,
"page_num": 0,
"text": "I",
"position": {
"top": 1617,
"bottom": 1644,
"left": 490,
"right": 511,
"bbTop": 1617,
"bbBot": 1644,
"bbLeft": 490,
"bbRight": 511
},
"confidence": 100
},
{
"doc_index": 1150,
"page_index": 1150,
"block_index": 289,
"page_num": 0,
"text": "n",
"position": {
"top": 1617,
"bottom": 1644,
"left": 511,
"right": 540,
"bbTop": 1617,
"bbBot": 1644,
"bbLeft": 511,
"bbRight": 540
},
"confidence": 100
},
{
"doc_index": 1151,
"page_index": 1151,
"block_index": 290,
"page_num": 0,
"text": "s",
"position": {
"top": 1617,
"bottom": 1644,
"left": 540,
"right": 559,
"bbTop": 1617,
"bbBot": 1644,
"bbLeft": 540,
"bbRight": 559
},
"confidence": 100
},
{
"doc_index": 1152,
"page_index": 1152,
"block_index": 291,
"page_num": 0,
"text": "u",
"position": {
"top": 1617,
"bottom": 1644,
"left": 559,
"right": 586,
"bbTop": 1617,
"bbBot": 1644,
"bbLeft": 559,
"bbRight": 586
},
"confidence": 100
},
{
"doc_index": 1153,
"page_index": 1153,
"block_index": 292,
"page_num": 0,
"text": "r",
"position": {
"top": 1617,
"bottom": 1644,
"left": 586,
"right": 607,
"bbTop": 1617,
"bbBot": 1644,
"bbLeft": 586,
"bbRight": 607
},
"confidence": 100
},
{
"doc_index": 1154,
"page_index": 1154,
"block_index": 293,
"page_num": 0,
"text": "a",
"position": {
"top": 1617,
"bottom": 1644,
"left": 607,
"right": 633,
"bbTop": 1617,
"bbBot": 1644,
"bbLeft": 607,
"bbRight": 633
},
"confidence": 100
},
{
"doc_index": 1155,
"page_index": 1155,
"block_index": 294,
"page_num": 0,
"text": "n",
"position": {
"top": 1617,
"bottom": 1644,
"left": 633,
"right": 662,
"bbTop": 1617,
"bbBot": 1644,
"bbLeft": 633,
"bbRight": 662
},
"confidence": 100
},
{
"doc_index": 1156,
"page_index": 1156,
"block_index": 295,
"page_num": 0,
"text": "c",
"position": {
"top": 1617,
"bottom": 1644,
"left": 662,
"right": 685,
"bbTop": 1617,
"bbBot": 1644,
"bbLeft": 662,
"bbRight": 685
},
"confidence": 100
},
{
"doc_index": 1157,
"page_index": 1157,
"block_index": 296,
"page_num": 0,
"text": "e",
"position": {
"top": 1617,
"bottom": 1644,
"left": 685,
"right": 708,
"bbTop": 1617,
"bbBot": 1644,
"bbLeft": 685,
"bbRight": 708
},
"confidence": 100
},
{
"doc_index": 1159,
"page_index": 1159,
"block_index": 298,
"page_num": 0,
"text": "G",
"position": {
"top": 1616,
"bottom": 1653,
"left": 738,
"right": 772,
"bbTop": 1616,
"bbBot": 1653,
"bbLeft": 738,
"bbRight": 772
},
"confidence": 100
},
{
"doc_index": 1160,
"page_index": 1160,
"block_index": 299,
"page_num": 0,
"text": "r",
"position": {
"top": 1616,
"bottom": 1653,
"left": 772,
"right": 791,
"bbTop": 1616,
"bbBot": 1653,
"bbLeft": 772,
"bbRight": 791
},
"confidence": 100
},
{
"doc_index": 1161,
"page_index": 1161,
"block_index": 300,
"page_num": 0,
"text": "o",
"position": {
"top": 1616,
"bottom": 1653,
"left": 791,
"right": 813,
"bbTop": 1616,
"bbBot": 1653,
"bbLeft": 791,
"bbRight": 813
},
"confidence": 100
},
{
"doc_index": 1162,
"page_index": 1162,
"block_index": 301,
"page_num": 0,
"text": "u",
"position": {
"top": 1616,
"bottom": 1653,
"left": 813,
"right": 837,
"bbTop": 1616,
"bbBot": 1653,
"bbLeft": 813,
"bbRight": 837
},
"confidence": 100
},
{
"doc_index": 1163,
"page_index": 1163,
"block_index": 302,
"page_num": 0,
"text": "p",
"position": {
"top": 1616,
"bottom": 1653,
"left": 837,
"right": 858,
"bbTop": 1616,
"bbBot": 1653,
"bbLeft": 837,
"bbRight": 858
},
"confidence": 100
},
{
"doc_index": 1165,
"page_index": 1165,
"block_index": 304,
"page_num": 0,
"text": "1",
"position": {
"top": 1664,
"bottom": 1692,
"left": 239,
"right": 259,
"bbTop": 1664,
"bbBot": 1692,
"bbLeft": 239,
"bbRight": 259
},
"confidence": 100
},
{
"doc_index": 1166,
"page_index": 1166,
"block_index": 305,
"page_num": 0,
"text": "2",
"position": {
"top": 1664,
"bottom": 1692,
"left": 259,
"right": 285,
"bbTop": 1664,
"bbBot": 1692,
"bbLeft": 259,
"bbRight": 285
},
"confidence": 100
},
{
"doc_index": 1167,
"page_index": 1167,
"block_index": 306,
"page_num": 0,
"text": "3",
"position": {
"top": 1664,
"bottom": 1692,
"left": 285,
"right": 308,
"bbTop": 1664,
"bbBot": 1692,
"bbLeft": 285,
"bbRight": 308
},
"confidence": 100
},
{
"doc_index": 1168,
"page_index": 1168,
"block_index": 307,
"page_num": 0,
"text": "4",
"position": {
"top": 1664,
"bottom": 1692,
"left": 308,
"right": 334,
"bbTop": 1664,
"bbBot": 1692,
"bbLeft": 308,
"bbRight": 334
},
"confidence": 100
},
{
"doc_index": 1170,
"page_index": 1170,
"block_index": 309,
"page_num": 0,
"text": "M",
"position": {
"top": 1661,
"bottom": 1692,
"left": 364,
"right": 401,
"bbTop": 1661,
"bbBot": 1692,
"bbLeft": 364,
"bbRight": 401
},
"confidence": 100
},
{
"doc_index": 1171,
"page_index": 1171,
"block_index": 310,
"page_num": 0,
"text": "a",
"position": {
"top": 1661,
"bottom": 1692,
"left": 401,
"right": 422,
"bbTop": 1661,
"bbBot": 1692,
"bbLeft": 401,
"bbRight": 422
},
"confidence": 100
},
{
"doc_index": 1172,
"page_index": 1172,
"block_index": 311,
"page_num": 0,
"text": "i",
"position": {
"top": 1661,
"bottom": 1692,
"left": 422,
"right": 434,
"bbTop": 1661,
"bbBot": 1692,
"bbLeft": 422,
"bbRight": 434
},
"confidence": 100
},
{
"doc_index": 1173,
"page_index": 1173,
"block_index": 312,
"page_num": 0,
"text": "n",
"position": {
"top": 1661,
"bottom": 1692,
"left": 434,
"right": 458,
"bbTop": 1661,
"bbBot": 1692,
"bbLeft": 434,
"bbRight": 458
},
"confidence": 100
},
{
"doc_index": 1175,
"page_index": 1175,
"block_index": 314,
"page_num": 0,
"text": "S",
"position": {
"top": 1664,
"bottom": 1699,
"left": 488,
"right": 520,
"bbTop": 1664,
"bbBot": 1699,
"bbLeft": 488,
"bbRight": 520
},
"confidence": 100
},
{
"doc_index": 1176,
"page_index": 1176,
"block_index": 315,
"page_num": 0,
"text": "t",
"position": {
"top": 1664,
"bottom": 1699,
"left": 520,
"right": 540,
"bbTop": 1664,
"bbBot": 1699,
"bbLeft": 520,
"bbRight": 540
},
"confidence": 100
},
{
"doc_index": 1177,
"page_index": 1177,
"block_index": 316,
"page_num": 0,
"text": "r",
"position": {
"top": 1664,
"bottom": 1699,
"left": 540,
"right": 565,
"bbTop": 1664,
"bbBot": 1699,
"bbLeft": 540,
"bbRight": 565
},
"confidence": 100
},
{
"doc_index": 1178,
"page_index": 1178,
"block_index": 317,
"page_num": 0,
"text": "e",
"position": {
"top": 1664,
"bottom": 1699,
"left": 565,
"right": 592,
"bbTop": 1664,
"bbBot": 1699,
"bbLeft": 565,
"bbRight": 592
},
"confidence": 100
},
{
"doc_index": 1179,
"page_index": 1179,
"block_index": 318,
"page_num": 0,
"text": "e",
"position": {
"top": 1664,
"bottom": 1699,
"left": 592,
"right": 620,
"bbTop": 1664,
"bbBot": 1699,
"bbLeft": 592,
"bbRight": 620
},
"confidence": 100
},
{
"doc_index": 1180,
"page_index": 1180,
"block_index": 319,
"page_num": 0,
"text": "t",
"position": {
"top": 1664,
"bottom": 1699,
"left": 620,
"right": 640,
"bbTop": 1664,
"bbBot": 1699,
"bbLeft": 620,
"bbRight": 640
},
"confidence": 100
},
{
"doc_index": 1181,
"page_index": 1181,
"block_index": 320,
"page_num": 0,
"text": ",",
"position": {
"top": 1664,
"bottom": 1699,
"left": 640,
"right": 650,
"bbTop": 1664,
"bbBot": 1699,
"bbLeft": 640,
"bbRight": 650
},
"confidence": 100
},
{
"doc_index": 1183,
"page_index": 1183,
"block_index": 322,
"page_num": 0,
"text": "S",
"position": {
"top": 1661,
"bottom": 1692,
"left": 688,
"right": 718,
"bbTop": 1661,
"bbBot": 1692,
"bbLeft": 688,
"bbRight": 718
},
"confidence": 100
},
{
"doc_index": 1184,
"page_index": 1184,
"block_index": 323,
"page_num": 0,
"text": "u",
"position": {
"top": 1661,
"bottom": 1692,
"left": 718,
"right": 747,
"bbTop": 1661,
"bbBot": 1692,
"bbLeft": 718,
"bbRight": 747
},
"confidence": 100
},
{
"doc_index": 1185,
"page_index": 1185,
"block_index": 324,
"page_num": 0,
"text": "i",
"position": {
"top": 1661,
"bottom": 1692,
"left": 747,
"right": 764,
"bbTop": 1661,
"bbBot": 1692,
"bbLeft": 747,
"bbRight": 764
},
"confidence": 100
},
{
"doc_index": 1186,
"page_index": 1186,
"block_index": 325,
"page_num": 0,
"text": "t",
"position": {
"top": 1661,
"bottom": 1692,
"left": 764,
"right": 783,
"bbTop": 1661,
"bbBot": 1692,
"bbLeft": 764,
"bbRight": 783
},
"confidence": 100
},
{
"doc_index": 1187,
"page_index": 1187,
"block_index": 326,
"page_num": 0,
"text": "e",
"position": {
"top": 1661,
"bottom": 1692,
"left": 783,
"right": 808,
"bbTop": 1661,
"bbBot": 1692,
"bbLeft": 783,
"bbRight": 808
},
"confidence": 100
},
{
"doc_index": 1189,
"page_index": 1189,
"block_index": 328,
"page_num": 0,
"text": "5",
"position": {
"top": 1664,
"bottom": 1692,
"left": 839,
"right": 863,
"bbTop": 1664,
"bbBot": 1692,
"bbLeft": 839,
"bbRight": 863
},
"confidence": 100
},
{
"doc_index": 1190,
"page_index": 1190,
"block_index": 329,
"page_num": 0,
"text": "0",
"position": {
"top": 1664,
"bottom": 1692,
"left": 863,
"right": 886,
"bbTop": 1664,
"bbBot": 1692,
"bbLeft": 863,
"bbRight": 886
},
"confidence": 100
},
{
"doc_index": 1191,
"page_index": 1191,
"block_index": 330,
"page_num": 0,
"text": "0",
"position": {
"top": 1664,
"bottom": 1692,
"left": 886,
"right": 909,
"bbTop": 1664,
"bbBot": 1692,
"bbLeft": 886,
"bbRight": 909
},
"confidence": 100
},
{
"doc_index": 1193,
"page_index": 1193,
"block_index": 332,
"page_num": 0,
"text": "H",
"position": {
"top": 1711,
"bottom": 1746,
"left": 239,
"right": 277,
"bbTop": 1711,
"bbBot": 1746,
"bbLeft": 239,
"bbRight": 277
},
"confidence": 100
},
{
"doc_index": 1194,
"page_index": 1194,
"block_index": 333,
"page_num": 0,
"text": "o",
"position": {
"top": 1711,
"bottom": 1746,
"left": 277,
"right": 302,
"bbTop": 1711,
"bbBot": 1746,
"bbLeft": 277,
"bbRight": 302
},
"confidence": 100
},
{
"doc_index": 1195,
"page_index": 1195,
"block_index": 334,
"page_num": 0,
"text": "u",
"position": {
"top": 1711,
"bottom": 1746,
"left": 302,
"right": 328,
"bbTop": 1711,
"bbBot": 1746,
"bbLeft": 302,
"bbRight": 328
},
"confidence": 100
},
{
"doc_index": 1196,
"page_index": 1196,
"block_index": 335,
"page_num": 0,
"text": "s",
"position": {
"top": 1711,
"bottom": 1746,
"left": 328,
"right": 346,
"bbTop": 1711,
"bbBot": 1746,
"bbLeft": 328,
"bbRight": 346
},
"confidence": 100
},
{
"doc_index": 1197,
"page_index": 1197,
"block_index": 336,
"page_num": 0,
"text": "t",
"position": {
"top": 1711,
"bottom": 1746,
"left": 346,
"right": 363,
"bbTop": 1711,
"bbBot": 1746,
"bbLeft": 346,
"bbRight": 363
},
"confidence": 100
},
{
"doc_index": 1198,
"page_index": 1198,
"block_index": 337,
"page_num": 0,
"text": "o",
"position": {
"top": 1711,
"bottom": 1746,
"left": 363,
"right": 387,
"bbTop": 1711,
"bbBot": 1746,
"bbLeft": 363,
"bbRight": 387
},
"confidence": 100
},
{
"doc_index": 1199,
"page_index": 1199,
"block_index": 338,
"page_num": 0,
"text": "n",
"position": {
"top": 1711,
"bottom": 1746,
"left": 387,
"right": 417,
"bbTop": 1711,
"bbBot": 1746,
"bbLeft": 387,
"bbRight": 417
},
"confidence": 100
},
{
"doc_index": 1200,
"page_index": 1200,
"block_index": 339,
"page_num": 0,
"text": ",",
"position": {
"top": 1711,
"bottom": 1746,
"left": 417,
"right": 425,
"bbTop": 1711,
"bbBot": 1746,
"bbLeft": 417,
"bbRight": 425
},
"confidence": 100
},
{
"doc_index": 1202,
"page_index": 1202,
"block_index": 341,
"page_num": 0,
"text": "T",
"position": {
"top": 1711,
"bottom": 1739,
"left": 463,
"right": 487,
"bbTop": 1711,
"bbBot": 1739,
"bbLeft": 463,
"bbRight": 487
},
"confidence": 100
},
{
"doc_index": 1203,
"page_index": 1203,
"block_index": 342,
"page_num": 0,
"text": "X",
"position": {
"top": 1711,
"bottom": 1739,
"left": 487,
"right": 510,
"bbTop": 1711,
"bbBot": 1739,
"bbLeft": 487,
"bbRight": 510
},
"confidence": 100
},
{
"doc_index": 1205,
"page_index": 1205,
"block_index": 344,
"page_num": 0,
"text": "7",
"position": {
"top": 1711,
"bottom": 1739,
"left": 539,
"right": 564,
"bbTop": 1711,
"bbBot": 1739,
"bbLeft": 539,
"bbRight": 564
},
"confidence": 100
},
{
"doc_index": 1206,
"page_index": 1206,
"block_index": 345,
"page_num": 0,
"text": "7",
"position": {
"top": 1711,
"bottom": 1739,
"left": 564,
"right": 588,
"bbTop": 1711,
"bbBot": 1739,
"bbLeft": 564,
"bbRight": 588
},
"confidence": 100
},
{
"doc_index": 1207,
"page_index": 1207,
"block_index": 346,
"page_num": 0,
"text": "0",
"position": {
"top": 1711,
"bottom": 1739,
"left": 588,
"right": 611,
"bbTop": 1711,
"bbBot": 1739,
"bbLeft": 588,
"bbRight": 611
},
"confidence": 100
},
{
"doc_index": 1208,
"page_index": 1208,
"block_index": 347,
"page_num": 0,
"text": "0",
"position": {
"top": 1711,
"bottom": 1739,
"left": 611,
"right": 633,
"bbTop": 1711,
"bbBot": 1739,
"bbLeft": 611,
"bbRight": 633
},
"confidence": 100
},
{
"doc_index": 1209,
"page_index": 1209,
"block_index": 348,
"page_num": 0,
"text": "2",
"position": {
"top": 1711,
"bottom": 1739,
"left": 633,
"right": 658,
"bbTop": 1711,
"bbBot": 1739,
"bbLeft": 633,
"bbRight": 658
},
"confidence": 100
},
{
"doc_index": 1211,
"page_index": 1211,
"block_index": 350,
"page_num": 0,
"text": "P",
"position": {
"top": 1756,
"bottom": 1787,
"left": 239,
"right": 269,
"bbTop": 1756,
"bbBot": 1787,
"bbLeft": 239,
"bbRight": 269
},
"confidence": 100
},
{
"doc_index": 1212,
"page_index": 1212,
"block_index": 351,
"page_num": 0,
"text": "h",
"position": {
"top": 1756,
"bottom": 1787,
"left": 269,
"right": 296,
"bbTop": 1756,
"bbBot": 1787,
"bbLeft": 269,
"bbRight": 296
},
"confidence": 100
},
{
"doc_index": 1213,
"page_index": 1213,
"block_index": 352,
"page_num": 0,
"text": "o",
"position": {
"top": 1756,
"bottom": 1787,
"left": 296,
"right": 320,
"bbTop": 1756,
"bbBot": 1787,
"bbLeft": 296,
"bbRight": 320
},
"confidence": 100
},
{
"doc_index": 1214,
"page_index": 1214,
"block_index": 353,
"page_num": 0,
"text": "n",
"position": {
"top": 1756,
"bottom": 1787,
"left": 320,
"right": 348,
"bbTop": 1756,
"bbBot": 1787,
"bbLeft": 320,
"bbRight": 348
},
"confidence": 100
},
{
"doc_index": 1215,
"page_index": 1215,
"block_index": 354,
"page_num": 0,
"text": "e",
"position": {
"top": 1756,
"bottom": 1787,
"left": 348,
"right": 370,
"bbTop": 1756,
"bbBot": 1787,
"bbLeft": 348,
"bbRight": 370
},
"confidence": 100
},
{
"doc_index": 1216,
"page_index": 1216,
"block_index": 355,
"page_num": 0,
"text": ":",
"position": {
"top": 1756,
"bottom": 1787,
"left": 370,
"right": 376,
"bbTop": 1756,
"bbBot": 1787,
"bbLeft": 370,
"bbRight": 376
},
"confidence": 100
},
{
"doc_index": 1218,
"page_index": 1218,
"block_index": 357,
"page_num": 0,
"text": "+",
"position": {
"top": 1759,
"bottom": 1786,
"left": 414,
"right": 441,
"bbTop": 1759,
"bbBot": 1786,
"bbLeft": 414,
"bbRight": 441
},
"confidence": 100
},
{
"doc_index": 1219,
"page_index": 1219,
"block_index": 358,
"page_num": 0,
"text": "1",
"position": {
"top": 1759,
"bottom": 1786,
"left": 441,
"right": 459,
"bbTop": 1759,
"bbBot": 1786,
"bbLeft": 441,
"bbRight": 459
},
"confidence": 100
},
{
"doc_index": 1221,
"page_index": 1221,
"block_index": 360,
"page_num": 0,
"text": "7",
"position": {
"top": 1758,
"bottom": 1787,
"left": 489,
"right": 514,
"bbTop": 1758,
"bbBot": 1787,
"bbLeft": 489,
"bbRight": 514
},
"confidence": 100
},
{
"doc_index": 1222,
"page_index": 1222,
"block_index": 361,
"page_num": 0,
"text": "1",
"position": {
"top": 1758,
"bottom": 1787,
"left": 514,
"right": 535,
"bbTop": 1758,
"bbBot": 1787,
"bbLeft": 514,
"bbRight": 535
},
"confidence": 100
},
{
"doc_index": 1223,
"page_index": 1223,
"block_index": 362,
"page_num": 0,
"text": "3",
"position": {
"top": 1758,
"bottom": 1787,
"left": 535,
"right": 559,
"bbTop": 1758,
"bbBot": 1787,
"bbLeft": 535,
"bbRight": 559
},
"confidence": 100
},
{
"doc_index": 1225,
"page_index": 1225,
"block_index": 364,
"page_num": 0,
"text": "9",
"position": {
"top": 1758,
"bottom": 1787,
"left": 589,
"right": 612,
"bbTop": 1758,
"bbBot": 1787,
"bbLeft": 589,
"bbRight": 612
},
"confidence": 100
},
{
"doc_index": 1226,
"page_index": 1226,
"block_index": 365,
"page_num": 0,
"text": "8",
"position": {
"top": 1758,
"bottom": 1787,
"left": 612,
"right": 635,
"bbTop": 1758,
"bbBot": 1787,
"bbLeft": 612,
"bbRight": 635
},
"confidence": 100
},
{
"doc_index": 1227,
"page_index": 1227,
"block_index": 366,
"page_num": 0,
"text": "7",
"position": {
"top": 1758,
"bottom": 1787,
"left": 635,
"right": 658,
"bbTop": 1758,
"bbBot": 1787,
"bbLeft": 635,
"bbRight": 658
},
"confidence": 100
},
{
"doc_index": 1229,
"page_index": 1229,
"block_index": 368,
"page_num": 0,
"text": "6",
"position": {
"top": 1758,
"bottom": 1787,
"left": 689,
"right": 713,
"bbTop": 1758,
"bbBot": 1787,
"bbLeft": 689,
"bbRight": 713
},
"confidence": 100
},
{
"doc_index": 1230,
"page_index": 1230,
"block_index": 369,
"page_num": 0,
"text": "5",
"position": {
"top": 1758,
"bottom": 1787,
"left": 713,
"right": 736,
"bbTop": 1758,
"bbBot": 1787,
"bbLeft": 713,
"bbRight": 736
},
"confidence": 100
},
{
"doc_index": 1231,
"page_index": 1231,
"block_index": 370,
"page_num": 0,
"text": "4",
"position": {
"top": 1758,
"bottom": 1787,
"left": 736,
"right": 761,
"bbTop": 1758,
"bbBot": 1787,
"bbLeft": 736,
"bbRight": 761
},
"confidence": 100
},
{
"doc_index": 1232,
"page_index": 1232,
"block_index": 371,
"page_num": 0,
"text": "3",
"position": {
"top": 1758,
"bottom": 1787,
"left": 761,
"right": 784,
"bbTop": 1758,
"bbBot": 1787,
"bbLeft": 761,
"bbRight": 784
},
"confidence": 100
},
{
"doc_index": 1234,
"page_index": 1234,
"block_index": 373,
"page_num": 0,
"text": "E",
"position": {
"top": 1803,
"bottom": 1834,
"left": 239,
"right": 273,
"bbTop": 1803,
"bbBot": 1834,
"bbLeft": 239,
"bbRight": 273
},
"confidence": 100
},
{
"doc_index": 1235,
"page_index": 1235,
"block_index": 374,
"page_num": 0,
"text": "m",
"position": {
"top": 1803,
"bottom": 1834,
"left": 273,
"right": 315,
"bbTop": 1803,
"bbBot": 1834,
"bbLeft": 273,
"bbRight": 315
},
"confidence": 100
},
{
"doc_index": 1236,
"page_index": 1236,
"block_index": 375,
"page_num": 0,
"text": "a",
"position": {
"top": 1803,
"bottom": 1834,
"left": 315,
"right": 340,
"bbTop": 1803,
"bbBot": 1834,
"bbLeft": 315,
"bbRight": 340
},
"confidence": 100
},
{
"doc_index": 1237,
"page_index": 1237,
"block_index": 376,
"page_num": 0,
"text": "i",
"position": {
"top": 1803,
"bottom": 1834,
"left": 340,
"right": 354,
"bbTop": 1803,
"bbBot": 1834,
"bbLeft": 340,
"bbRight": 354
},
"confidence": 100
},
{
"doc_index": 1238,
"page_index": 1238,
"block_index": 377,
"page_num": 0,
"text": "l",
"position": {
"top": 1803,
"bottom": 1834,
"left": 354,
"right": 370,
"bbTop": 1803,
"bbBot": 1834,
"bbLeft": 354,
"bbRight": 370
},
"confidence": 100
},
{
"doc_index": 1239,
"page_index": 1239,
"block_index": 378,
"page_num": 0,
"text": ":",
"position": {
"top": 1803,
"bottom": 1834,
"left": 370,
"right": 376,
"bbTop": 1803,
"bbBot": 1834,
"bbLeft": 370,
"bbRight": 376
},
"confidence": 100
},
{
"doc_index": 1241,
"page_index": 1241,
"block_index": 380,
"page_num": 0,
"text": "e",
"position": {
"top": 1803,
"bottom": 1842,
"left": 414,
"right": 438,
"bbTop": 1803,
"bbBot": 1842,
"bbLeft": 414,
"bbRight": 438
},
"confidence": 100
},
{
"doc_index": 1242,
"page_index": 1242,
"block_index": 381,
"page_num": 0,
"text": "j",
"position": {
"top": 1803,
"bottom": 1842,
"left": 438,
"right": 450,
"bbTop": 1803,
"bbBot": 1842,
"bbLeft": 438,
"bbRight": 450
},
"confidence": 100
},
{
"doc_index": 1243,
"page_index": 1243,
"block_index": 382,
"page_num": 0,
"text": "o",
"position": {
"top": 1803,
"bottom": 1842,
"left": 450,
"right": 477,
"bbTop": 1803,
"bbBot": 1842,
"bbLeft": 450,
"bbRight": 477
},
"confidence": 100
},
{
"doc_index": 1244,
"page_index": 1244,
"block_index": 383,
"page_num": 0,
"text": "h",
"position": {
"top": 1803,
"bottom": 1842,
"left": 477,
"right": 506,
"bbTop": 1803,
"bbBot": 1842,
"bbLeft": 477,
"bbRight": 506
},
"confidence": 100
},
{
"doc_index": 1245,
"page_index": 1245,
"block_index": 384,
"page_num": 0,
"text": "n",
"position": {
"top": 1803,
"bottom": 1842,
"left": 506,
"right": 537,
"bbTop": 1803,
"bbBot": 1842,
"bbLeft": 506,
"bbRight": 537
},
"confidence": 100
},
{
"doc_index": 1246,
"page_index": 1246,
"block_index": 385,
"page_num": 0,
"text": "s",
"position": {
"top": 1803,
"bottom": 1842,
"left": 537,
"right": 557,
"bbTop": 1803,
"bbBot": 1842,
"bbLeft": 537,
"bbRight": 557
},
"confidence": 100
},
{
"doc_index": 1247,
"page_index": 1247,
"block_index": 386,
"page_num": 0,
"text": "o",
"position": {
"top": 1803,
"bottom": 1842,
"left": 557,
"right": 584,
"bbTop": 1803,
"bbBot": 1842,
"bbLeft": 557,
"bbRight": 584
},
"confidence": 100
},
{
"doc_index": 1248,
"page_index": 1248,
"block_index": 387,
"page_num": 0,
"text": "n",
"position": {
"top": 1803,
"bottom": 1842,
"left": 584,
"right": 615,
"bbTop": 1803,
"bbBot": 1842,
"bbLeft": 584,
"bbRight": 615
},
"confidence": 100
},
{
"doc_index": 1249,
"page_index": 1249,
"block_index": 388,
"page_num": 0,
"text": "@",
"position": {
"top": 1803,
"bottom": 1842,
"left": 615,
"right": 640,
"bbTop": 1803,
"bbBot": 1842,
"bbLeft": 615,
"bbRight": 640
},
"confidence": 100
},
{
"doc_index": 1250,
"page_index": 1250,
"block_index": 389,
"page_num": 0,
"text": "t",
"position": {
"top": 1803,
"bottom": 1842,
"left": 640,
"right": 658,
"bbTop": 1803,
"bbBot": 1842,
"bbLeft": 640,
"bbRight": 658
},
"confidence": 100
},
{
"doc_index": 1251,
"page_index": 1251,
"block_index": 390,
"page_num": 0,
"text": "e",
"position": {
"top": 1803,
"bottom": 1842,
"left": 658,
"right": 682,
"bbTop": 1803,
"bbBot": 1842,
"bbLeft": 658,
"bbRight": 682
},
"confidence": 100
},
{
"doc_index": 1252,
"page_index": 1252,
"block_index": 391,
"page_num": 0,
"text": "x",
"position": {
"top": 1803,
"bottom": 1842,
"left": 682,
"right": 711,
"bbTop": 1803,
"bbBot": 1842,
"bbLeft": 682,
"bbRight": 711
},
"confidence": 100
},
{
"doc_index": 1253,
"page_index": 1253,
"block_index": 392,
"page_num": 0,
"text": "s",
"position": {
"top": 1803,
"bottom": 1842,
"left": 711,
"right": 731,
"bbTop": 1803,
"bbBot": 1842,
"bbLeft": 711,
"bbRight": 731
},
"confidence": 100
},
{
"doc_index": 1254,
"page_index": 1254,
"block_index": 393,
"page_num": 0,
"text": "e",
"position": {
"top": 1803,
"bottom": 1842,
"left": 731,
"right": 755,
"bbTop": 1803,
"bbBot": 1842,
"bbLeft": 731,
"bbRight": 755
},
"confidence": 100
},
{
"doc_index": 1255,
"page_index": 1255,
"block_index": 394,
"page_num": 0,
"text": "c",
"position": {
"top": 1803,
"bottom": 1842,
"left": 755,
"right": 779,
"bbTop": 1803,
"bbBot": 1842,
"bbLeft": 755,
"bbRight": 779
},
"confidence": 100
},
{
"doc_index": 1256,
"page_index": 1256,
"block_index": 395,
"page_num": 0,
"text": "u",
"position": {
"top": 1803,
"bottom": 1842,
"left": 779,
"right": 807,
"bbTop": 1803,
"bbBot": 1842,
"bbLeft": 779,
"bbRight": 807
},
"confidence": 100
},
{
"doc_index": 1257,
"page_index": 1257,
"block_index": 396,
"page_num": 0,
"text": "r",
"position": {
"top": 1803,
"bottom": 1842,
"left": 807,
"right": 829,
"bbTop": 1803,
"bbBot": 1842,
"bbLeft": 807,
"bbRight": 829
},
"confidence": 100
},
{
"doc_index": 1258,
"page_index": 1258,
"block_index": 397,
"page_num": 0,
"text": "e",
"position": {
"top": 1803,
"bottom": 1842,
"left": 829,
"right": 854,
"bbTop": 1803,
"bbBot": 1842,
"bbLeft": 829,
"bbRight": 854
},
"confidence": 100
},
{
"doc_index": 1259,
"page_index": 1259,
"block_index": 398,
"page_num": 0,
"text": ".",
"position": {
"top": 1803,
"bottom": 1842,
"left": 854,
"right": 862,
"bbTop": 1803,
"bbBot": 1842,
"bbLeft": 854,
"bbRight": 862
},
"confidence": 100
},
{
"doc_index": 1260,
"page_index": 1260,
"block_index": 399,
"page_num": 0,
"text": "c",
"position": {
"top": 1803,
"bottom": 1842,
"left": 862,
"right": 887,
"bbTop": 1803,
"bbBot": 1842,
"bbLeft": 862,
"bbRight": 887
},
"confidence": 100
},
{
"doc_index": 1261,
"page_index": 1261,
"block_index": 400,
"page_num": 0,
"text": "o",
"position": {
"top": 1803,
"bottom": 1842,
"left": 887,
"right": 913,
"bbTop": 1803,
"bbBot": 1842,
"bbLeft": 887,
"bbRight": 913
},
"confidence": 100
},
{
"doc_index": 1262,
"page_index": 1262,
"block_index": 401,
"page_num": 0,
"text": "m",
"position": {
"top": 1803,
"bottom": 1842,
"left": 913,
"right": 959,
"bbTop": 1803,
"bbBot": 1842,
"bbLeft": 913,
"bbRight": 959
},
"confidence": 100
}
]
}
[
{
"page_offset": {
"start": 0,
"end": 3
},
"doc_offset": {
"start": 0,
"end": 3
},
"block_offset": {
"start": 0,
"end": 3
},
"page_num": 0,
"text": "To:",
"position": {
"top": 130,
"bottom": 167,
"left": 242,
"right": 314,
"bbTop": 130,
"bbBot": 167,
"bbLeft": 242,
"bbRight": 314
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 4,
"end": 8
},
"doc_offset": {
"start": 4,
"end": 8
},
"block_offset": {
"start": 4,
"end": 8
},
"page_num": 0,
"text": "Mark",
"position": {
"top": 128,
"bottom": 167,
"left": 341,
"right": 459,
"bbTop": 128,
"bbBot": 167,
"bbLeft": 341,
"bbRight": 459
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 9,
"end": 15
},
"doc_offset": {
"start": 9,
"end": 15
},
"block_offset": {
"start": 9,
"end": 15
},
"page_num": 0,
"text": "Wright",
"position": {
"top": 128,
"bottom": 177,
"left": 477,
"right": 641,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 477,
"bbRight": 641
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 16,
"end": 47
},
"doc_offset": {
"start": 16,
"end": 47
},
"block_offset": {
"start": 16,
"end": 47
},
"page_num": 0,
"text": "<[email protected]>",
"position": {
"top": 128,
"bottom": 177,
"left": 663,
"right": 1551,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 663,
"bbRight": 1551
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 48,
"end": 53
},
"doc_offset": {
"start": 48,
"end": 53
},
"block_offset": {
"start": 0,
"end": 5
},
"page_num": 0,
"text": "From:",
"position": {
"top": 259,
"bottom": 296,
"left": 247,
"right": 381,
"bbTop": 259,
"bbBot": 296,
"bbLeft": 247,
"bbRight": 381
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 54,
"end": 59
},
"doc_offset": {
"start": 54,
"end": 59
},
"block_offset": {
"start": 6,
"end": 11
},
"page_num": 0,
"text": "Emily",
"position": {
"top": 257,
"bottom": 306,
"left": 408,
"right": 539,
"bbTop": 257,
"bbBot": 306,
"bbLeft": 408,
"bbRight": 539
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 60,
"end": 67
},
"doc_offset": {
"start": 60,
"end": 67
},
"block_offset": {
"start": 12,
"end": 19
},
"page_num": 0,
"text": "Johnson",
"position": {
"top": 257,
"bottom": 305,
"left": 554,
"right": 749,
"bbTop": 257,
"bbBot": 305,
"bbLeft": 554,
"bbRight": 749
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 68,
"end": 92
},
"doc_offset": {
"start": 68,
"end": 92
},
"block_offset": {
"start": 20,
"end": 44
},
"page_num": 0,
"text": "<[email protected]>",
"position": {
"top": 257,
"bottom": 306,
"left": 775,
"right": 1494,
"bbTop": 257,
"bbBot": 306,
"bbLeft": 775,
"bbRight": 1494
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 93,
"end": 101
},
"doc_offset": {
"start": 93,
"end": 101
},
"block_offset": {
"start": 0,
"end": 8
},
"page_num": 0,
"text": "Subject:",
"position": {
"top": 386,
"bottom": 434,
"left": 245,
"right": 440,
"bbTop": 386,
"bbBot": 434,
"bbLeft": 245,
"bbRight": 440
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 102,
"end": 105
},
"doc_offset": {
"start": 102,
"end": 105
},
"block_offset": {
"start": 9,
"end": 12
},
"page_num": 0,
"text": "New",
"position": {
"top": 388,
"bottom": 425,
"left": 467,
"right": 569,
"bbTop": 388,
"bbBot": 425,
"bbLeft": 467,
"bbRight": 569
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 106,
"end": 112
},
"doc_offset": {
"start": 106,
"end": 112
},
"block_offset": {
"start": 13,
"end": 19
},
"page_num": 0,
"text": "Client",
"position": {
"top": 386,
"bottom": 425,
"left": 589,
"right": 730,
"bbTop": 386,
"bbBot": 425,
"bbLeft": 589,
"bbRight": 730
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 113,
"end": 121
},
"doc_offset": {
"start": 113,
"end": 121
},
"block_offset": {
"start": 20,
"end": 28
},
"page_num": 0,
"text": "Property",
"position": {
"top": 388,
"bottom": 434,
"left": 752,
"right": 958,
"bbTop": 388,
"bbBot": 434,
"bbLeft": 752,
"bbRight": 958
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 122,
"end": 123
},
"doc_offset": {
"start": 122,
"end": 123
},
"block_offset": {
"start": 29,
"end": 30
},
"page_num": 0,
"text": "-",
"position": {
"top": 408,
"bottom": 412,
"left": 979,
"right": 992,
"bbTop": 408,
"bbBot": 412,
"bbLeft": 979,
"bbRight": 992
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 124,
"end": 133
},
"doc_offset": {
"start": 124,
"end": 133
},
"block_offset": {
"start": 31,
"end": 40
},
"page_num": 0,
"text": "Fireworks",
"position": {
"top": 386,
"bottom": 425,
"left": 1015,
"right": 1248,
"bbTop": 386,
"bbBot": 425,
"bbLeft": 1015,
"bbRight": 1248
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 134,
"end": 147
},
"doc_offset": {
"start": 134,
"end": 147
},
"block_offset": {
"start": 41,
"end": 54
},
"page_num": 0,
"text": "Manufacturing",
"position": {
"top": 386,
"bottom": 434,
"left": 1272,
"right": 1624,
"bbTop": 386,
"bbBot": 434,
"bbLeft": 1272,
"bbRight": 1624
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 148,
"end": 155
},
"doc_offset": {
"start": 148,
"end": 155
},
"block_offset": {
"start": 55,
"end": 62
},
"page_num": 0,
"text": "Company",
"position": {
"top": 387,
"bottom": 434,
"left": 1648,
"right": 1881,
"bbTop": 387,
"bbBot": 434,
"bbLeft": 1648,
"bbRight": 1881
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 156,
"end": 166
},
"doc_offset": {
"start": 156,
"end": 166
},
"block_offset": {
"start": 63,
"end": 73
},
"page_num": 0,
"text": "(BlastTech",
"position": {
"top": 386,
"bottom": 431,
"left": 1903,
"right": 2158,
"bbTop": 386,
"bbBot": 431,
"bbLeft": 1903,
"bbRight": 2158
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 167,
"end": 176
},
"doc_offset": {
"start": 167,
"end": 176
},
"block_offset": {
"start": 74,
"end": 83
},
"page_num": 0,
"text": "Fireworks",
"position": {
"top": 444,
"bottom": 483,
"left": 247,
"right": 480,
"bbTop": 444,
"bbBot": 483,
"bbLeft": 247,
"bbRight": 480
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 177,
"end": 191
},
"doc_offset": {
"start": 177,
"end": 191
},
"block_offset": {
"start": 84,
"end": 98
},
"page_num": 0,
"text": "Manufacturing)",
"position": {
"top": 444,
"bottom": 493,
"left": 504,
"right": 876,
"bbTop": 444,
"bbBot": 493,
"bbLeft": 504,
"bbRight": 876
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 192,
"end": 197
},
"doc_offset": {
"start": 192,
"end": 197
},
"block_offset": {
"start": 0,
"end": 5
},
"page_num": 0,
"text": "Date:",
"position": {
"top": 575,
"bottom": 612,
"left": 247,
"right": 373,
"bbTop": 575,
"bbBot": 612,
"bbLeft": 247,
"bbRight": 373
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 198,
"end": 202
},
"doc_offset": {
"start": 198,
"end": 202
},
"block_offset": {
"start": 6,
"end": 10
},
"page_num": 0,
"text": "Mon,",
"position": {
"top": 575,
"bottom": 617,
"left": 399,
"right": 511,
"bbTop": 575,
"bbBot": 617,
"bbLeft": 399,
"bbRight": 511
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 203,
"end": 205
},
"doc_offset": {
"start": 203,
"end": 205
},
"block_offset": {
"start": 11,
"end": 13
},
"page_num": 0,
"text": "23",
"position": {
"top": 574,
"bottom": 612,
"left": 535,
"right": 591,
"bbTop": 574,
"bbBot": 612,
"bbLeft": 535,
"bbRight": 591
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 206,
"end": 209
},
"doc_offset": {
"start": 206,
"end": 209
},
"block_offset": {
"start": 14,
"end": 17
},
"page_num": 0,
"text": "Sep",
"position": {
"top": 574,
"bottom": 622,
"left": 614,
"right": 702,
"bbTop": 574,
"bbBot": 622,
"bbLeft": 614,
"bbRight": 702
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 210,
"end": 214
},
"doc_offset": {
"start": 210,
"end": 214
},
"block_offset": {
"start": 18,
"end": 22
},
"page_num": 0,
"text": "2024",
"position": {
"top": 574,
"bottom": 612,
"left": 725,
"right": 845,
"bbTop": 574,
"bbBot": 612,
"bbLeft": 725,
"bbRight": 845
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 215,
"end": 223
},
"doc_offset": {
"start": 215,
"end": 223
},
"block_offset": {
"start": 23,
"end": 31
},
"page_num": 0,
"text": "14:16:45",
"position": {
"top": 574,
"bottom": 612,
"left": 870,
"right": 1084,
"bbTop": 574,
"bbBot": 612,
"bbLeft": 870,
"bbRight": 1084
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 224,
"end": 229
},
"doc_offset": {
"start": 224,
"end": 229
},
"block_offset": {
"start": 32,
"end": 37
},
"page_num": 0,
"text": "-0700",
"position": {
"top": 574,
"bottom": 612,
"left": 1107,
"right": 1246,
"bbTop": 574,
"bbBot": 612,
"bbLeft": 1107,
"bbRight": 1246
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 230,
"end": 232
},
"doc_offset": {
"start": 230,
"end": 232
},
"block_offset": {
"start": 0,
"end": 2
},
"page_num": 0,
"text": "Hi",
"position": {
"top": 810,
"bottom": 840,
"left": 239,
"right": 284,
"bbTop": 810,
"bbBot": 840,
"bbLeft": 239,
"bbRight": 284
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 233,
"end": 238
},
"doc_offset": {
"start": 233,
"end": 238
},
"block_offset": {
"start": 3,
"end": 8
},
"page_num": 0,
"text": "Mark,",
"position": {
"top": 810,
"bottom": 848,
"left": 314,
"right": 425,
"bbTop": 810,
"bbBot": 848,
"bbLeft": 314,
"bbRight": 425
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 239,
"end": 240
},
"doc_offset": {
"start": 239,
"end": 240
},
"block_offset": {
"start": 9,
"end": 10
},
"page_num": 0,
"text": "I",
"position": {
"top": 860,
"bottom": 887,
"left": 240,
"right": 257,
"bbTop": 860,
"bbBot": 887,
"bbLeft": 240,
"bbRight": 257
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 241,
"end": 245
},
"doc_offset": {
"start": 241,
"end": 245
},
"block_offset": {
"start": 0,
"end": 4
},
"page_num": 0,
"text": "have",
"position": {
"top": 857,
"bottom": 888,
"left": 290,
"right": 383,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 290,
"bbRight": 383
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 246,
"end": 247
},
"doc_offset": {
"start": 246,
"end": 247
},
"block_offset": {
"start": 5,
"end": 6
},
"page_num": 0,
"text": "a",
"position": {
"top": 865,
"bottom": 888,
"left": 414,
"right": 435,
"bbTop": 865,
"bbBot": 888,
"bbLeft": 414,
"bbRight": 435
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 248,
"end": 251
},
"doc_offset": {
"start": 248,
"end": 251
},
"block_offset": {
"start": 7,
"end": 10
},
"page_num": 0,
"text": "new",
"position": {
"top": 865,
"bottom": 888,
"left": 465,
"right": 536,
"bbTop": 865,
"bbBot": 888,
"bbLeft": 465,
"bbRight": 536
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 252,
"end": 260
},
"doc_offset": {
"start": 252,
"end": 260
},
"block_offset": {
"start": 11,
"end": 19
},
"page_num": 0,
"text": "property",
"position": {
"top": 860,
"bottom": 896,
"left": 565,
"right": 760,
"bbTop": 860,
"bbBot": 896,
"bbLeft": 565,
"bbRight": 760
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 261,
"end": 270
},
"doc_offset": {
"start": 261,
"end": 270
},
"block_offset": {
"start": 20,
"end": 29
},
"page_num": 0,
"text": "insurance",
"position": {
"top": 857,
"bottom": 888,
"left": 789,
"right": 1008,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 789,
"bbRight": 1008
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 271,
"end": 282
},
"doc_offset": {
"start": 271,
"end": 282
},
"block_offset": {
"start": 30,
"end": 41
},
"page_num": 0,
"text": "application",
"position": {
"top": 857,
"bottom": 896,
"left": 1039,
"right": 1308,
"bbTop": 857,
"bbBot": 896,
"bbLeft": 1039,
"bbRight": 1308
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 283,
"end": 286
},
"doc_offset": {
"start": 283,
"end": 286
},
"block_offset": {
"start": 42,
"end": 45
},
"page_num": 0,
"text": "for",
"position": {
"top": 857,
"bottom": 888,
"left": 1339,
"right": 1407,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 1339,
"bbRight": 1407
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 287,
"end": 290
},
"doc_offset": {
"start": 287,
"end": 290
},
"block_offset": {
"start": 46,
"end": 49
},
"page_num": 0,
"text": "our",
"position": {
"top": 865,
"bottom": 888,
"left": 1439,
"right": 1507,
"bbTop": 865,
"bbBot": 888,
"bbLeft": 1439,
"bbRight": 1507
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 291,
"end": 298
},
"doc_offset": {
"start": 291,
"end": 298
},
"block_offset": {
"start": 50,
"end": 57
},
"page_num": 0,
"text": "client,",
"position": {
"top": 857,
"bottom": 895,
"left": 1539,
"right": 1700,
"bbTop": 857,
"bbBot": 895,
"bbLeft": 1539,
"bbRight": 1700
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 299,
"end": 308
},
"doc_offset": {
"start": 299,
"end": 308
},
"block_offset": {
"start": 58,
"end": 67
},
"page_num": 0,
"text": "BlastTech",
"position": {
"top": 857,
"bottom": 888,
"left": 1739,
"right": 1959,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 1739,
"bbRight": 1959
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 309,
"end": 318
},
"doc_offset": {
"start": 309,
"end": 318
},
"block_offset": {
"start": 68,
"end": 77
},
"page_num": 0,
"text": "Fireworks",
"position": {
"top": 857,
"bottom": 888,
"left": 1990,
"right": 2209,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 1990,
"bbRight": 2209
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 319,
"end": 333
},
"doc_offset": {
"start": 319,
"end": 333
},
"block_offset": {
"start": 78,
"end": 92
},
"page_num": 0,
"text": "Manufacturing,",
"position": {
"top": 904,
"bottom": 944,
"left": 238,
"right": 575,
"bbTop": 904,
"bbBot": 944,
"bbLeft": 238,
"bbRight": 575
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 334,
"end": 341
},
"doc_offset": {
"start": 334,
"end": 341
},
"block_offset": {
"start": 93,
"end": 100
},
"page_num": 0,
"text": "located",
"position": {
"top": 905,
"bottom": 935,
"left": 614,
"right": 783,
"bbTop": 905,
"bbBot": 935,
"bbLeft": 614,
"bbRight": 783
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 342,
"end": 344
},
"doc_offset": {
"start": 342,
"end": 344
},
"block_offset": {
"start": 101,
"end": 103
},
"page_num": 0,
"text": "at",
"position": {
"top": 907,
"bottom": 935,
"left": 814,
"right": 857,
"bbTop": 907,
"bbBot": 935,
"bbLeft": 814,
"bbRight": 857
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 345,
"end": 352
},
"doc_offset": {
"start": 345,
"end": 352
},
"block_offset": {
"start": 104,
"end": 111
},
"page_num": 0,
"text": "Highway",
"position": {
"top": 905,
"bottom": 944,
"left": 887,
"right": 1062,
"bbTop": 905,
"bbBot": 944,
"bbLeft": 887,
"bbRight": 1062
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 353,
"end": 355
},
"doc_offset": {
"start": 353,
"end": 355
},
"block_offset": {
"start": 112,
"end": 114
},
"page_num": 0,
"text": "2,",
"position": {
"top": 907,
"bottom": 942,
"left": 1087,
"right": 1124,
"bbTop": 907,
"bbBot": 942,
"bbLeft": 1087,
"bbRight": 1124
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 356,
"end": 358
},
"doc_offset": {
"start": 356,
"end": 358
},
"block_offset": {
"start": 115,
"end": 117
},
"page_num": 0,
"text": "Km",
"position": {
"top": 907,
"bottom": 935,
"left": 1162,
"right": 1210,
"bbTop": 907,
"bbBot": 935,
"bbLeft": 1162,
"bbRight": 1210
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 359,
"end": 362
},
"doc_offset": {
"start": 359,
"end": 362
},
"block_offset": {
"start": 118,
"end": 121
},
"page_num": 0,
"text": "45,",
"position": {
"top": 907,
"bottom": 942,
"left": 1237,
"right": 1299,
"bbTop": 907,
"bbBot": 942,
"bbLeft": 1237,
"bbRight": 1299
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 363,
"end": 373
},
"doc_offset": {
"start": 363,
"end": 373
},
"block_offset": {
"start": 122,
"end": 132
},
"page_num": 0,
"text": "Industrial",
"position": {
"top": 905,
"bottom": 935,
"left": 1338,
"right": 1582,
"bbTop": 905,
"bbBot": 935,
"bbLeft": 1338,
"bbRight": 1582
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 374,
"end": 379
},
"doc_offset": {
"start": 374,
"end": 379
},
"block_offset": {
"start": 133,
"end": 138
},
"page_num": 0,
"text": "Park,",
"position": {
"top": 905,
"bottom": 942,
"left": 1612,
"right": 1724,
"bbTop": 905,
"bbBot": 942,
"bbLeft": 1612,
"bbRight": 1724
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 380,
"end": 388
},
"doc_offset": {
"start": 380,
"end": 388
},
"block_offset": {
"start": 139,
"end": 147
},
"page_num": 0,
"text": "Reynosa,",
"position": {
"top": 907,
"bottom": 944,
"left": 1762,
"right": 1949,
"bbTop": 907,
"bbBot": 944,
"bbLeft": 1762,
"bbRight": 1949
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 389,
"end": 400
},
"doc_offset": {
"start": 389,
"end": 400
},
"block_offset": {
"start": 148,
"end": 159
},
"page_num": 0,
"text": "Tamaulipas,",
"position": {
"top": 905,
"bottom": 944,
"left": 1990,
"right": 2249,
"bbTop": 905,
"bbBot": 944,
"bbLeft": 1990,
"bbRight": 2249
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 401,
"end": 408
},
"doc_offset": {
"start": 401,
"end": 408
},
"block_offset": {
"start": 160,
"end": 167
},
"page_num": 0,
"text": "Mexico.",
"position": {
"top": 952,
"bottom": 982,
"left": 237,
"right": 401,
"bbTop": 952,
"bbBot": 982,
"bbLeft": 237,
"bbRight": 401
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 409,
"end": 418
},
"doc_offset": {
"start": 409,
"end": 418
},
"block_offset": {
"start": 168,
"end": 177
},
"page_num": 0,
"text": "Insurance",
"position": {
"top": 1002,
"bottom": 1030,
"left": 239,
"right": 459,
"bbTop": 1002,
"bbBot": 1030,
"bbLeft": 239,
"bbRight": 459
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 419,
"end": 432
},
"doc_offset": {
"start": 419,
"end": 432
},
"block_offset": {
"start": 178,
"end": 191
},
"page_num": 0,
"text": "Requirements:",
"position": {
"top": 999,
"bottom": 1038,
"left": 489,
"right": 802,
"bbTop": 999,
"bbBot": 1038,
"bbLeft": 489,
"bbRight": 802
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 433,
"end": 435
},
"doc_offset": {
"start": 433,
"end": 435
},
"block_offset": {
"start": 192,
"end": 194
},
"page_num": 0,
"text": "We",
"position": {
"top": 1049,
"bottom": 1077,
"left": 236,
"right": 283,
"bbTop": 1049,
"bbBot": 1077,
"bbLeft": 236,
"bbRight": 283
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 436,
"end": 439
},
"doc_offset": {
"start": 436,
"end": 439
},
"block_offset": {
"start": 195,
"end": 198
},
"page_num": 0,
"text": "are",
"position": {
"top": 1054,
"bottom": 1077,
"left": 314,
"right": 383,
"bbTop": 1054,
"bbBot": 1077,
"bbLeft": 314,
"bbRight": 383
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 440,
"end": 447
},
"doc_offset": {
"start": 440,
"end": 447
},
"block_offset": {
"start": 199,
"end": 206
},
"page_num": 0,
"text": "seeking",
"position": {
"top": 1046,
"bottom": 1085,
"left": 415,
"right": 583,
"bbTop": 1046,
"bbBot": 1085,
"bbLeft": 415,
"bbRight": 583
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 448,
"end": 456
},
"doc_offset": {
"start": 448,
"end": 456
},
"block_offset": {
"start": 207,
"end": 215
},
"page_num": 0,
"text": "coverage",
"position": {
"top": 1054,
"bottom": 1085,
"left": 614,
"right": 808,
"bbTop": 1054,
"bbBot": 1085,
"bbLeft": 614,
"bbRight": 808
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 457,
"end": 460
},
"doc_offset": {
"start": 457,
"end": 460
},
"block_offset": {
"start": 216,
"end": 219
},
"page_num": 0,
"text": "for",
"position": {
"top": 1046,
"bottom": 1077,
"left": 839,
"right": 907,
"bbTop": 1046,
"bbBot": 1077,
"bbLeft": 839,
"bbRight": 907
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 461,
"end": 464
},
"doc_offset": {
"start": 461,
"end": 464
},
"block_offset": {
"start": 220,
"end": 223
},
"page_num": 0,
"text": "the",
"position": {
"top": 1046,
"bottom": 1077,
"left": 940,
"right": 1008,
"bbTop": 1046,
"bbBot": 1077,
"bbLeft": 940,
"bbRight": 1008
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 465,
"end": 483
},
"doc_offset": {
"start": 465,
"end": 483
},
"block_offset": {
"start": 224,
"end": 242
},
"page_num": 0,
"text": "following:Building",
"position": {
"top": 1046,
"bottom": 1085,
"left": 1039,
"right": 1484,
"bbTop": 1046,
"bbBot": 1085,
"bbLeft": 1039,
"bbRight": 1484
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 484,
"end": 493
},
"doc_offset": {
"start": 484,
"end": 493
},
"block_offset": {
"start": 243,
"end": 252
},
"page_num": 0,
"text": "Coverage:",
"position": {
"top": 1049,
"bottom": 1085,
"left": 1513,
"right": 1727,
"bbTop": 1049,
"bbBot": 1085,
"bbLeft": 1513,
"bbRight": 1727
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 494,
"end": 513
},
"doc_offset": {
"start": 494,
"end": 513
},
"block_offset": {
"start": 253,
"end": 272
},
"page_num": 0,
"text": "$10,000,000Contents",
"position": {
"top": 1047,
"bottom": 1084,
"left": 1763,
"right": 2234,
"bbTop": 1047,
"bbBot": 1084,
"bbLeft": 1763,
"bbRight": 2234
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 514,
"end": 523
},
"doc_offset": {
"start": 514,
"end": 523
},
"block_offset": {
"start": 273,
"end": 282
},
"page_num": 0,
"text": "Coverage:",
"position": {
"top": 1096,
"bottom": 1133,
"left": 238,
"right": 452,
"bbTop": 1096,
"bbBot": 1133,
"bbLeft": 238,
"bbRight": 452
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 524,
"end": 534
},
"doc_offset": {
"start": 524,
"end": 534
},
"block_offset": {
"start": 283,
"end": 293
},
"page_num": 0,
"text": "$3,000,000",
"position": {
"top": 1094,
"bottom": 1131,
"left": 488,
"right": 734,
"bbTop": 1094,
"bbBot": 1131,
"bbLeft": 488,
"bbRight": 734
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 535,
"end": 545
},
"doc_offset": {
"start": 535,
"end": 545
},
"block_offset": {
"start": 294,
"end": 304
},
"page_num": 0,
"text": "(including",
"position": {
"top": 1094,
"bottom": 1133,
"left": 768,
"right": 1008,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 768,
"bbRight": 1008
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 546,
"end": 557
},
"doc_offset": {
"start": 546,
"end": 557
},
"block_offset": {
"start": 305,
"end": 316
},
"page_num": 0,
"text": "specialized",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1040,
"right": 1308,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1040,
"bbRight": 1308
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 558,
"end": 567
},
"doc_offset": {
"start": 558,
"end": 567
},
"block_offset": {
"start": 317,
"end": 326
},
"page_num": 0,
"text": "machinery",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1338,
"right": 1560,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1338,
"bbRight": 1560
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 568,
"end": 571
},
"doc_offset": {
"start": 568,
"end": 571
},
"block_offset": {
"start": 327,
"end": 330
},
"page_num": 0,
"text": "and",
"position": {
"top": 1094,
"bottom": 1125,
"left": 1589,
"right": 1658,
"bbTop": 1094,
"bbBot": 1125,
"bbLeft": 1589,
"bbRight": 1658
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 572,
"end": 590
},
"doc_offset": {
"start": 572,
"end": 590
},
"block_offset": {
"start": 331,
"end": 349
},
"page_num": 0,
"text": "inventory)Business",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1689,
"right": 2134,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1689,
"bbRight": 2134
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 591,
"end": 597
},
"doc_offset": {
"start": 591,
"end": 597
},
"block_offset": {
"start": 350,
"end": 356
},
"page_num": 0,
"text": "Income",
"position": {
"top": 1097,
"bottom": 1124,
"left": 2164,
"right": 2309,
"bbTop": 1097,
"bbBot": 1124,
"bbLeft": 2164,
"bbRight": 2309
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 598,
"end": 607
},
"doc_offset": {
"start": 598,
"end": 607
},
"block_offset": {
"start": 357,
"end": 366
},
"page_num": 0,
"text": "Coverage:",
"position": {
"top": 1143,
"bottom": 1180,
"left": 238,
"right": 452,
"bbTop": 1143,
"bbBot": 1180,
"bbLeft": 238,
"bbRight": 452
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 608,
"end": 618
},
"doc_offset": {
"start": 608,
"end": 618
},
"block_offset": {
"start": 367,
"end": 377
},
"page_num": 0,
"text": "$5,000,000",
"position": {
"top": 1141,
"bottom": 1179,
"left": 488,
"right": 734,
"bbTop": 1141,
"bbBot": 1179,
"bbLeft": 488,
"bbRight": 734
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 619,
"end": 623
},
"doc_offset": {
"start": 619,
"end": 623
},
"block_offset": {
"start": 378,
"end": 382
},
"page_num": 0,
"text": "(for",
"position": {
"top": 1141,
"bottom": 1180,
"left": 768,
"right": 857,
"bbTop": 1141,
"bbBot": 1180,
"bbLeft": 768,
"bbRight": 857
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 624,
"end": 625
},
"doc_offset": {
"start": 624,
"end": 625
},
"block_offset": {
"start": 383,
"end": 384
},
"page_num": 0,
"text": "6",
"position": {
"top": 1143,
"bottom": 1172,
"left": 889,
"right": 908,
"bbTop": 1143,
"bbBot": 1172,
"bbLeft": 889,
"bbRight": 908
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 626,
"end": 632
},
"doc_offset": {
"start": 626,
"end": 632
},
"block_offset": {
"start": 385,
"end": 391
},
"page_num": 0,
"text": "months",
"position": {
"top": 1141,
"bottom": 1172,
"left": 938,
"right": 1083,
"bbTop": 1141,
"bbBot": 1172,
"bbLeft": 938,
"bbRight": 1083
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 633,
"end": 635
},
"doc_offset": {
"start": 633,
"end": 635
},
"block_offset": {
"start": 392,
"end": 394
},
"page_num": 0,
"text": "of",
"position": {
"top": 1141,
"bottom": 1172,
"left": 1114,
"right": 1159,
"bbTop": 1141,
"bbBot": 1172,
"bbLeft": 1114,
"bbRight": 1159
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 636,
"end": 640
},
"doc_offset": {
"start": 636,
"end": 640
},
"block_offset": {
"start": 395,
"end": 399
},
"page_num": 0,
"text": "lost",
"position": {
"top": 1141,
"bottom": 1172,
"left": 1189,
"right": 1282,
"bbTop": 1141,
"bbBot": 1172,
"bbLeft": 1189,
"bbRight": 1282
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 641,
"end": 648
},
"doc_offset": {
"start": 641,
"end": 648
},
"block_offset": {
"start": 400,
"end": 407
},
"page_num": 0,
"text": "income)",
"position": {
"top": 1141,
"bottom": 1180,
"left": 1314,
"right": 1479,
"bbTop": 1141,
"bbBot": 1180,
"bbLeft": 1314,
"bbRight": 1479
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 649,
"end": 652
},
"doc_offset": {
"start": 649,
"end": 652
},
"block_offset": {
"start": 408,
"end": 411
},
"page_num": 0,
"text": "Due",
"position": {
"top": 1191,
"bottom": 1219,
"left": 239,
"right": 308,
"bbTop": 1191,
"bbBot": 1219,
"bbLeft": 239,
"bbRight": 308
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 653,
"end": 655
},
"doc_offset": {
"start": 653,
"end": 655
},
"block_offset": {
"start": 412,
"end": 414
},
"page_num": 0,
"text": "to",
"position": {
"top": 1191,
"bottom": 1219,
"left": 340,
"right": 384,
"bbTop": 1191,
"bbBot": 1219,
"bbLeft": 340,
"bbRight": 384
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 656,
"end": 659
},
"doc_offset": {
"start": 656,
"end": 659
},
"block_offset": {
"start": 415,
"end": 418
},
"page_num": 0,
"text": "the",
"position": {
"top": 1188,
"bottom": 1219,
"left": 415,
"right": 483,
"bbTop": 1188,
"bbBot": 1219,
"bbLeft": 415,
"bbRight": 483
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 660,
"end": 666
},
"doc_offset": {
"start": 660,
"end": 666
},
"block_offset": {
"start": 419,
"end": 425
},
"page_num": 0,
"text": "nature",
"position": {
"top": 1191,
"bottom": 1219,
"left": 515,
"right": 658,
"bbTop": 1191,
"bbBot": 1219,
"bbLeft": 515,
"bbRight": 658
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 667,
"end": 669
},
"doc_offset": {
"start": 667,
"end": 669
},
"block_offset": {
"start": 426,
"end": 428
},
"page_num": 0,
"text": "of",
"position": {
"top": 1188,
"bottom": 1219,
"left": 689,
"right": 734,
"bbTop": 1188,
"bbBot": 1219,
"bbLeft": 689,
"bbRight": 734
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 670,
"end": 673
},
"doc_offset": {
"start": 670,
"end": 673
},
"block_offset": {
"start": 429,
"end": 432
},
"page_num": 0,
"text": "the",
"position": {
"top": 1188,
"bottom": 1219,
"left": 765,
"right": 833,
"bbTop": 1188,
"bbBot": 1219,
"bbLeft": 765,
"bbRight": 833
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 674,
"end": 683
},
"doc_offset": {
"start": 674,
"end": 683
},
"block_offset": {
"start": 433,
"end": 442
},
"page_num": 0,
"text": "business,",
"position": {
"top": 1188,
"bottom": 1226,
"left": 865,
"right": 1075,
"bbTop": 1188,
"bbBot": 1226,
"bbLeft": 865,
"bbRight": 1075
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 684,
"end": 686
},
"doc_offset": {
"start": 684,
"end": 686
},
"block_offset": {
"start": 443,
"end": 445
},
"page_num": 0,
"text": "it",
"position": {
"top": 1188,
"bottom": 1219,
"left": 1114,
"right": 1157,
"bbTop": 1188,
"bbBot": 1219,
"bbLeft": 1114,
"bbRight": 1157
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 687,
"end": 689
},
"doc_offset": {
"start": 687,
"end": 689
},
"block_offset": {
"start": 446,
"end": 448
},
"page_num": 0,
"text": "is",
"position": {
"top": 1188,
"bottom": 1219,
"left": 1189,
"right": 1233,
"bbTop": 1188,
"bbBot": 1219,
"bbLeft": 1189,
"bbRight": 1233
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 690,
"end": 699
},
"doc_offset": {
"start": 690,
"end": 699
},
"block_offset": {
"start": 449,
"end": 458
},
"page_num": 0,
"text": "important",
"position": {
"top": 1188,
"bottom": 1227,
"left": 1264,
"right": 1482,
"bbTop": 1188,
"bbBot": 1227,
"bbLeft": 1264,
"bbRight": 1482
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 700,
"end": 702
},
"doc_offset": {
"start": 700,
"end": 702
},
"block_offset": {
"start": 459,
"end": 461
},
"page_num": 0,
"text": "to",
"position": {
"top": 1191,
"bottom": 1219,
"left": 1515,
"right": 1559,
"bbTop": 1191,
"bbBot": 1219,
"bbLeft": 1515,
"bbRight": 1559
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 703,
"end": 712
},
"doc_offset": {
"start": 703,
"end": 712
},
"block_offset": {
"start": 462,
"end": 471
},
"page_num": 0,
"text": "highlight",
"position": {
"top": 1188,
"bottom": 1227,
"left": 1590,
"right": 1807,
"bbTop": 1188,
"bbBot": 1227,
"bbLeft": 1590,
"bbRight": 1807
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 713,
"end": 716
},
"doc_offset": {
"start": 713,
"end": 716
},
"block_offset": {
"start": 472,
"end": 475
},
"page_num": 0,
"text": "the",
"position": {
"top": 1188,
"bottom": 1219,
"left": 1840,
"right": 1908,
"bbTop": 1188,
"bbBot": 1219,
"bbLeft": 1840,
"bbRight": 1908
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 717,
"end": 726
},
"doc_offset": {
"start": 717,
"end": 726
},
"block_offset": {
"start": 476,
"end": 485
},
"page_num": 0,
"text": "high-risk",
"position": {
"top": 1188,
"bottom": 1227,
"left": 1940,
"right": 2159,
"bbTop": 1188,
"bbBot": 1227,
"bbLeft": 1940,
"bbRight": 2159
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 727,
"end": 735
},
"doc_offset": {
"start": 727,
"end": 735
},
"block_offset": {
"start": 486,
"end": 494
},
"page_num": 0,
"text": "exposure",
"position": {
"top": 1196,
"bottom": 1227,
"left": 2189,
"right": 2383,
"bbTop": 1196,
"bbBot": 1227,
"bbLeft": 2189,
"bbRight": 2383
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 736,
"end": 746
},
"doc_offset": {
"start": 736,
"end": 746
},
"block_offset": {
"start": 495,
"end": 505
},
"page_num": 0,
"text": "associated",
"position": {
"top": 1236,
"bottom": 1266,
"left": 239,
"right": 483,
"bbTop": 1236,
"bbBot": 1266,
"bbLeft": 239,
"bbRight": 483
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 747,
"end": 751
},
"doc_offset": {
"start": 747,
"end": 751
},
"block_offset": {
"start": 506,
"end": 510
},
"page_num": 0,
"text": "with",
"position": {
"top": 1236,
"bottom": 1266,
"left": 512,
"right": 608,
"bbTop": 1236,
"bbBot": 1266,
"bbLeft": 512,
"bbRight": 608
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 752,
"end": 761
},
"doc_offset": {
"start": 752,
"end": 761
},
"block_offset": {
"start": 511,
"end": 520
},
"page_num": 0,
"text": "fireworks",
"position": {
"top": 1236,
"bottom": 1266,
"left": 639,
"right": 858,
"bbTop": 1236,
"bbBot": 1266,
"bbLeft": 639,
"bbRight": 858
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 762,
"end": 776
},
"doc_offset": {
"start": 762,
"end": 776
},
"block_offset": {
"start": 521,
"end": 535
},
"page_num": 0,
"text": "manufacturing.",
"position": {
"top": 1236,
"bottom": 1274,
"left": 888,
"right": 1226,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 888,
"bbRight": 1226
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 777,
"end": 779
},
"doc_offset": {
"start": 777,
"end": 779
},
"block_offset": {
"start": 536,
"end": 538
},
"page_num": 0,
"text": "As",
"position": {
"top": 1238,
"bottom": 1266,
"left": 1261,
"right": 1308,
"bbTop": 1238,
"bbBot": 1266,
"bbLeft": 1261,
"bbRight": 1308
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 780,
"end": 785
},
"doc_offset": {
"start": 780,
"end": 785
},
"block_offset": {
"start": 539,
"end": 544
},
"page_num": 0,
"text": "such,",
"position": {
"top": 1236,
"bottom": 1273,
"left": 1340,
"right": 1450,
"bbTop": 1236,
"bbBot": 1273,
"bbLeft": 1340,
"bbRight": 1450
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 786,
"end": 788
},
"doc_offset": {
"start": 786,
"end": 788
},
"block_offset": {
"start": 545,
"end": 547
},
"page_num": 0,
"text": "we",
"position": {
"top": 1243,
"bottom": 1266,
"left": 1487,
"right": 1533,
"bbTop": 1243,
"bbBot": 1266,
"bbLeft": 1487,
"bbRight": 1533
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 789,
"end": 793
},
"doc_offset": {
"start": 789,
"end": 793
},
"block_offset": {
"start": 548,
"end": 552
},
"page_num": 0,
"text": "have",
"position": {
"top": 1236,
"bottom": 1266,
"left": 1565,
"right": 1658,
"bbTop": 1236,
"bbBot": 1266,
"bbLeft": 1565,
"bbRight": 1658
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 794,
"end": 805
},
"doc_offset": {
"start": 794,
"end": 805
},
"block_offset": {
"start": 553,
"end": 564
},
"page_num": 0,
"text": "implemented",
"position": {
"top": 1236,
"bottom": 1274,
"left": 1689,
"right": 1958,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 1689,
"bbRight": 1958
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 806,
"end": 819
},
"doc_offset": {
"start": 806,
"end": 819
},
"block_offset": {
"start": 565,
"end": 578
},
"page_num": 0,
"text": "comprehensive",
"position": {
"top": 1236,
"bottom": 1274,
"left": 1989,
"right": 2308,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 1989,
"bbRight": 2308
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 820,
"end": 824
},
"doc_offset": {
"start": 820,
"end": 824
},
"block_offset": {
"start": 579,
"end": 583
},
"page_num": 0,
"text": "fire",
"position": {
"top": 1283,
"bottom": 1314,
"left": 239,
"right": 333,
"bbTop": 1283,
"bbBot": 1314,
"bbLeft": 239,
"bbRight": 333
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 825,
"end": 835
},
"doc_offset": {
"start": 825,
"end": 835
},
"block_offset": {
"start": 584,
"end": 594
},
"page_num": 0,
"text": "protection",
"position": {
"top": 1283,
"bottom": 1322,
"left": 365,
"right": 608,
"bbTop": 1283,
"bbBot": 1322,
"bbLeft": 365,
"bbRight": 608
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 836,
"end": 839
},
"doc_offset": {
"start": 836,
"end": 839
},
"block_offset": {
"start": 595,
"end": 598
},
"page_num": 0,
"text": "and",
"position": {
"top": 1283,
"bottom": 1314,
"left": 639,
"right": 708,
"bbTop": 1283,
"bbBot": 1314,
"bbLeft": 639,
"bbRight": 708
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 840,
"end": 848
},
"doc_offset": {
"start": 840,
"end": 848
},
"block_offset": {
"start": 599,
"end": 607
},
"page_num": 0,
"text": "security",
"position": {
"top": 1283,
"bottom": 1322,
"left": 740,
"right": 935,
"bbTop": 1283,
"bbBot": 1322,
"bbLeft": 740,
"bbRight": 935
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 849,
"end": 858
},
"doc_offset": {
"start": 849,
"end": 858
},
"block_offset": {
"start": 608,
"end": 617
},
"page_num": 0,
"text": "measures.",
"position": {
"top": 1291,
"bottom": 1314,
"left": 963,
"right": 1176,
"bbTop": 1291,
"bbBot": 1314,
"bbLeft": 963,
"bbRight": 1176
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 859,
"end": 860
},
"doc_offset": {
"start": 859,
"end": 860
},
"block_offset": {
"start": 0,
"end": 1
},
"page_num": 0,
"text": "I",
"position": {
"top": 1333,
"bottom": 1360,
"left": 240,
"right": 257,
"bbTop": 1333,
"bbBot": 1360,
"bbLeft": 240,
"bbRight": 257
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 861,
"end": 865
},
"doc_offset": {
"start": 861,
"end": 865
},
"block_offset": {
"start": 0,
"end": 4
},
"page_num": 0,
"text": "have",
"position": {
"top": 1330,
"bottom": 1361,
"left": 290,
"right": 383,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 290,
"bbRight": 383
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 866,
"end": 874
},
"doc_offset": {
"start": 866,
"end": 874
},
"block_offset": {
"start": 5,
"end": 13
},
"page_num": 0,
"text": "attached",
"position": {
"top": 1330,
"bottom": 1361,
"left": 414,
"right": 608,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 414,
"bbRight": 608
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 875,
"end": 878
},
"doc_offset": {
"start": 875,
"end": 878
},
"block_offset": {
"start": 14,
"end": 17
},
"page_num": 0,
"text": "the",
"position": {
"top": 1330,
"bottom": 1361,
"left": 640,
"right": 708,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 640,
"bbRight": 708
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 879,
"end": 888
},
"doc_offset": {
"start": 879,
"end": 888
},
"block_offset": {
"start": 18,
"end": 27
},
"page_num": 0,
"text": "completed",
"position": {
"top": 1330,
"bottom": 1369,
"left": 739,
"right": 957,
"bbTop": 1330,
"bbBot": 1369,
"bbLeft": 739,
"bbRight": 957
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 889,
"end": 894
},
"doc_offset": {
"start": 889,
"end": 894
},
"block_offset": {
"start": 28,
"end": 33
},
"page_num": 0,
"text": "ACORD",
"position": {
"top": 1332,
"bottom": 1361,
"left": 986,
"right": 1109,
"bbTop": 1332,
"bbBot": 1361,
"bbLeft": 986,
"bbRight": 1109
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 895,
"end": 899
},
"doc_offset": {
"start": 895,
"end": 899
},
"block_offset": {
"start": 34,
"end": 38
},
"page_num": 0,
"text": "140,",
"position": {
"top": 1332,
"bottom": 1368,
"left": 1139,
"right": 1225,
"bbTop": 1332,
"bbBot": 1368,
"bbLeft": 1139,
"bbRight": 1225
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 900,
"end": 905
},
"doc_offset": {
"start": 900,
"end": 905
},
"block_offset": {
"start": 39,
"end": 44
},
"page_num": 0,
"text": "ACORD",
"position": {
"top": 1332,
"bottom": 1361,
"left": 1261,
"right": 1384,
"bbTop": 1332,
"bbBot": 1361,
"bbLeft": 1261,
"bbRight": 1384
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 906,
"end": 909
},
"doc_offset": {
"start": 906,
"end": 909
},
"block_offset": {
"start": 45,
"end": 48
},
"page_num": 0,
"text": "126",
"position": {
"top": 1332,
"bottom": 1361,
"left": 1414,
"right": 1483,
"bbTop": 1332,
"bbBot": 1361,
"bbLeft": 1414,
"bbRight": 1483
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 910,
"end": 913
},
"doc_offset": {
"start": 910,
"end": 913
},
"block_offset": {
"start": 49,
"end": 52
},
"page_num": 0,
"text": "and",
"position": {
"top": 1330,
"bottom": 1361,
"left": 1514,
"right": 1583,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 1514,
"bbRight": 1583
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 914,
"end": 917
},
"doc_offset": {
"start": 914,
"end": 917
},
"block_offset": {
"start": 53,
"end": 56
},
"page_num": 0,
"text": "the",
"position": {
"top": 1330,
"bottom": 1361,
"left": 1615,
"right": 1683,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 1615,
"bbRight": 1683
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 918,
"end": 922
},
"doc_offset": {
"start": 918,
"end": 922
},
"block_offset": {
"start": 57,
"end": 61
},
"page_num": 0,
"text": "Loss",
"position": {
"top": 1333,
"bottom": 1361,
"left": 1716,
"right": 1808,
"bbTop": 1333,
"bbBot": 1361,
"bbLeft": 1716,
"bbRight": 1808
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 923,
"end": 926
},
"doc_offset": {
"start": 923,
"end": 926
},
"block_offset": {
"start": 62,
"end": 65
},
"page_num": 0,
"text": "Run",
"position": {
"top": 1333,
"bottom": 1361,
"left": 1839,
"right": 1908,
"bbTop": 1333,
"bbBot": 1361,
"bbLeft": 1839,
"bbRight": 1908
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 927,
"end": 931
},
"doc_offset": {
"start": 927,
"end": 931
},
"block_offset": {
"start": 66,
"end": 70
},
"page_num": 0,
"text": "form",
"position": {
"top": 1330,
"bottom": 1361,
"left": 1939,
"right": 2034,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 1939,
"bbRight": 2034
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 932,
"end": 935
},
"doc_offset": {
"start": 932,
"end": 935
},
"block_offset": {
"start": 71,
"end": 74
},
"page_num": 0,
"text": "for",
"position": {
"top": 1330,
"bottom": 1361,
"left": 2064,
"right": 2132,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 2064,
"bbRight": 2132
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 936,
"end": 939
},
"doc_offset": {
"start": 936,
"end": 939
},
"block_offset": {
"start": 75,
"end": 78
},
"page_num": 0,
"text": "the",
"position": {
"top": 1330,
"bottom": 1361,
"left": 2165,
"right": 2233,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 2165,
"bbRight": 2233
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 940,
"end": 944
},
"doc_offset": {
"start": 940,
"end": 944
},
"block_offset": {
"start": 79,
"end": 83
},
"page_num": 0,
"text": "last",
"position": {
"top": 1330,
"bottom": 1361,
"left": 2264,
"right": 2357,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 2264,
"bbRight": 2357
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 945,
"end": 946
},
"doc_offset": {
"start": 945,
"end": 946
},
"block_offset": {
"start": 84,
"end": 85
},
"page_num": 0,
"text": "4",
"position": {
"top": 1333,
"bottom": 1360,
"left": 2388,
"right": 2409,
"bbTop": 1333,
"bbBot": 1360,
"bbLeft": 2388,
"bbRight": 2409
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 947,
"end": 962
},
"doc_offset": {
"start": 947,
"end": 962
},
"block_offset": {
"start": 86,
"end": 101
},
"page_num": 0,
"text": "years.?A0Please",
"position": {
"top": 1378,
"bottom": 1416,
"left": 237,
"right": 608,
"bbTop": 1378,
"bbBot": 1416,
"bbLeft": 237,
"bbRight": 608
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 963,
"end": 966
},
"doc_offset": {
"start": 963,
"end": 966
},
"block_offset": {
"start": 102,
"end": 105
},
"page_num": 0,
"text": "let",
"position": {
"top": 1378,
"bottom": 1408,
"left": 639,
"right": 707,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 639,
"bbRight": 707
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 967,
"end": 969
},
"doc_offset": {
"start": 967,
"end": 969
},
"block_offset": {
"start": 106,
"end": 108
},
"page_num": 0,
"text": "me",
"position": {
"top": 1385,
"bottom": 1408,
"left": 738,
"right": 783,
"bbTop": 1385,
"bbBot": 1408,
"bbLeft": 738,
"bbRight": 783
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 970,
"end": 974
},
"doc_offset": {
"start": 970,
"end": 974
},
"block_offset": {
"start": 109,
"end": 113
},
"page_num": 0,
"text": "know",
"position": {
"top": 1378,
"bottom": 1408,
"left": 816,
"right": 911,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 816,
"bbRight": 911
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 975,
"end": 977
},
"doc_offset": {
"start": 975,
"end": 977
},
"block_offset": {
"start": 114,
"end": 116
},
"page_num": 0,
"text": "if",
"position": {
"top": 1378,
"bottom": 1408,
"left": 939,
"right": 984,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 939,
"bbRight": 984
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 978,
"end": 981
},
"doc_offset": {
"start": 978,
"end": 981
},
"block_offset": {
"start": 117,
"end": 120
},
"page_num": 0,
"text": "you",
"position": {
"top": 1385,
"bottom": 1416,
"left": 1013,
"right": 1083,
"bbTop": 1385,
"bbBot": 1416,
"bbLeft": 1013,
"bbRight": 1083
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 982,
"end": 986
},
"doc_offset": {
"start": 982,
"end": 986
},
"block_offset": {
"start": 121,
"end": 125
},
"page_num": 0,
"text": "need",
"position": {
"top": 1378,
"bottom": 1408,
"left": 1115,
"right": 1208,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 1115,
"bbRight": 1208
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 987,
"end": 990
},
"doc_offset": {
"start": 987,
"end": 990
},
"block_offset": {
"start": 126,
"end": 129
},
"page_num": 0,
"text": "any",
"position": {
"top": 1385,
"bottom": 1416,
"left": 1239,
"right": 1310,
"bbTop": 1385,
"bbBot": 1416,
"bbLeft": 1239,
"bbRight": 1310
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 991,
"end": 998
},
"doc_offset": {
"start": 991,
"end": 998
},
"block_offset": {
"start": 130,
"end": 137
},
"page_num": 0,
"text": "further",
"position": {
"top": 1378,
"bottom": 1408,
"left": 1339,
"right": 1507,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 1339,
"bbRight": 1507
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 999,
"end": 1010
},
"doc_offset": {
"start": 999,
"end": 1010
},
"block_offset": {
"start": 138,
"end": 149
},
"page_num": 0,
"text": "information",
"position": {
"top": 1378,
"bottom": 1408,
"left": 1539,
"right": 1808,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 1539,
"bbRight": 1808
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1011,
"end": 1013
},
"doc_offset": {
"start": 1011,
"end": 1013
},
"block_offset": {
"start": 150,
"end": 152
},
"page_num": 0,
"text": "or",
"position": {
"top": 1385,
"bottom": 1408,
"left": 1839,
"right": 1882,
"bbTop": 1385,
"bbBot": 1408,
"bbLeft": 1839,
"bbRight": 1882
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1014,
"end": 1027
},
"doc_offset": {
"start": 1014,
"end": 1027
},
"block_offset": {
"start": 153,
"end": 166
},
"page_num": 0,
"text": "documentation",
"position": {
"top": 1378,
"bottom": 1408,
"left": 1914,
"right": 2232,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 1914,
"bbRight": 2232
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1028,
"end": 1030
},
"doc_offset": {
"start": 1028,
"end": 1030
},
"block_offset": {
"start": 167,
"end": 169
},
"page_num": 0,
"text": "to",
"position": {
"top": 1380,
"bottom": 1408,
"left": 2265,
"right": 2309,
"bbTop": 1380,
"bbBot": 1408,
"bbLeft": 2265,
"bbRight": 2309
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1031,
"end": 1038
},
"doc_offset": {
"start": 1031,
"end": 1038
},
"block_offset": {
"start": 170,
"end": 177
},
"page_num": 0,
"text": "process",
"position": {
"top": 1432,
"bottom": 1464,
"left": 240,
"right": 408,
"bbTop": 1432,
"bbBot": 1464,
"bbLeft": 240,
"bbRight": 408
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1039,
"end": 1043
},
"doc_offset": {
"start": 1039,
"end": 1043
},
"block_offset": {
"start": 178,
"end": 182
},
"page_num": 0,
"text": "this",
"position": {
"top": 1425,
"bottom": 1455,
"left": 440,
"right": 533,
"bbTop": 1425,
"bbBot": 1455,
"bbLeft": 440,
"bbRight": 533
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1044,
"end": 1056
},
"doc_offset": {
"start": 1044,
"end": 1056
},
"block_offset": {
"start": 183,
"end": 195
},
"page_num": 0,
"text": "application.",
"position": {
"top": 1425,
"bottom": 1464,
"left": 564,
"right": 851,
"bbTop": 1425,
"bbBot": 1464,
"bbLeft": 564,
"bbRight": 851
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1057,
"end": 1062
},
"doc_offset": {
"start": 1057,
"end": 1062
},
"block_offset": {
"start": 196,
"end": 201
},
"page_num": 0,
"text": "Thank",
"position": {
"top": 1472,
"bottom": 1503,
"left": 238,
"right": 359,
"bbTop": 1472,
"bbBot": 1503,
"bbLeft": 238,
"bbRight": 359
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1063,
"end": 1066
},
"doc_offset": {
"start": 1063,
"end": 1066
},
"block_offset": {
"start": 202,
"end": 205
},
"page_num": 0,
"text": "you",
"position": {
"top": 1480,
"bottom": 1511,
"left": 387,
"right": 458,
"bbTop": 1480,
"bbBot": 1511,
"bbLeft": 387,
"bbRight": 458
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1067,
"end": 1070
},
"doc_offset": {
"start": 1067,
"end": 1070
},
"block_offset": {
"start": 206,
"end": 209
},
"page_num": 0,
"text": "and",
"position": {
"top": 1472,
"bottom": 1503,
"left": 489,
"right": 558,
"bbTop": 1472,
"bbBot": 1503,
"bbLeft": 489,
"bbRight": 558
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1071,
"end": 1072
},
"doc_offset": {
"start": 1071,
"end": 1072
},
"block_offset": {
"start": 210,
"end": 211
},
"page_num": 0,
"text": "I",
"position": {
"top": 1475,
"bottom": 1502,
"left": 590,
"right": 607,
"bbTop": 1475,
"bbBot": 1502,
"bbLeft": 590,
"bbRight": 607
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1073,
"end": 1077
},
"doc_offset": {
"start": 1073,
"end": 1077
},
"block_offset": {
"start": 212,
"end": 216
},
"page_num": 0,
"text": "look",
"position": {
"top": 1472,
"bottom": 1503,
"left": 639,
"right": 734,
"bbTop": 1472,
"bbBot": 1503,
"bbLeft": 639,
"bbRight": 734
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1078,
"end": 1085
},
"doc_offset": {
"start": 1078,
"end": 1085
},
"block_offset": {
"start": 217,
"end": 224
},
"page_num": 0,
"text": "forward",
"position": {
"top": 1472,
"bottom": 1503,
"left": 764,
"right": 933,
"bbTop": 1472,
"bbBot": 1503,
"bbLeft": 764,
"bbRight": 933
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1086,
"end": 1088
},
"doc_offset": {
"start": 1086,
"end": 1088
},
"block_offset": {
"start": 225,
"end": 227
},
"page_num": 0,
"text": "to",
"position": {
"top": 1475,
"bottom": 1503,
"left": 965,
"right": 1008,
"bbTop": 1475,
"bbBot": 1503,
"bbLeft": 965,
"bbRight": 1008
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1089,
"end": 1093
},
"doc_offset": {
"start": 1089,
"end": 1093
},
"block_offset": {
"start": 228,
"end": 232
},
"page_num": 0,
"text": "your",
"position": {
"top": 1480,
"bottom": 1511,
"left": 1038,
"right": 1132,
"bbTop": 1480,
"bbBot": 1511,
"bbLeft": 1038,
"bbRight": 1132
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1094,
"end": 1100
},
"doc_offset": {
"start": 1094,
"end": 1100
},
"block_offset": {
"start": 233,
"end": 239
},
"page_num": 0,
"text": "prompt",
"position": {
"top": 1475,
"bottom": 1511,
"left": 1165,
"right": 1307,
"bbTop": 1475,
"bbBot": 1511,
"bbLeft": 1165,
"bbRight": 1307
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1101,
"end": 1110
},
"doc_offset": {
"start": 1101,
"end": 1110
},
"block_offset": {
"start": 240,
"end": 249
},
"page_num": 0,
"text": "response.",
"position": {
"top": 1480,
"bottom": 1511,
"left": 1341,
"right": 1551,
"bbTop": 1480,
"bbBot": 1511,
"bbLeft": 1341,
"bbRight": 1551
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1111,
"end": 1115
},
"doc_offset": {
"start": 1111,
"end": 1115
},
"block_offset": {
"start": 250,
"end": 254
},
"page_num": 0,
"text": "Best",
"position": {
"top": 1522,
"bottom": 1550,
"left": 239,
"right": 332,
"bbTop": 1522,
"bbBot": 1550,
"bbLeft": 239,
"bbRight": 332
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1116,
"end": 1124
},
"doc_offset": {
"start": 1116,
"end": 1124
},
"block_offset": {
"start": 255,
"end": 263
},
"page_num": 0,
"text": "regards,",
"position": {
"top": 1519,
"bottom": 1558,
"left": 366,
"right": 550,
"bbTop": 1519,
"bbBot": 1558,
"bbLeft": 366,
"bbRight": 550
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1125,
"end": 1130
},
"doc_offset": {
"start": 1125,
"end": 1130
},
"block_offset": {
"start": 264,
"end": 269
},
"page_num": 0,
"text": "Emily",
"position": {
"top": 1567,
"bottom": 1606,
"left": 239,
"right": 360,
"bbTop": 1567,
"bbBot": 1606,
"bbLeft": 239,
"bbRight": 360
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1131,
"end": 1138
},
"doc_offset": {
"start": 1131,
"end": 1138
},
"block_offset": {
"start": 270,
"end": 277
},
"page_num": 0,
"text": "Johnson",
"position": {
"top": 1567,
"bottom": 1597,
"left": 388,
"right": 559,
"bbTop": 1567,
"bbBot": 1597,
"bbLeft": 388,
"bbRight": 559
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1139,
"end": 1148
},
"doc_offset": {
"start": 1139,
"end": 1148
},
"block_offset": {
"start": 278,
"end": 287
},
"page_num": 0,
"text": "TexSecure",
"position": {
"top": 1616,
"bottom": 1644,
"left": 238,
"right": 458,
"bbTop": 1616,
"bbBot": 1644,
"bbLeft": 238,
"bbRight": 458
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1149,
"end": 1158
},
"doc_offset": {
"start": 1149,
"end": 1158
},
"block_offset": {
"start": 288,
"end": 297
},
"page_num": 0,
"text": "Insurance",
"position": {
"top": 1617,
"bottom": 1644,
"left": 490,
"right": 708,
"bbTop": 1617,
"bbBot": 1644,
"bbLeft": 490,
"bbRight": 708
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1159,
"end": 1164
},
"doc_offset": {
"start": 1159,
"end": 1164
},
"block_offset": {
"start": 298,
"end": 303
},
"page_num": 0,
"text": "Group",
"position": {
"top": 1616,
"bottom": 1653,
"left": 738,
"right": 858,
"bbTop": 1616,
"bbBot": 1653,
"bbLeft": 738,
"bbRight": 858
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1165,
"end": 1169
},
"doc_offset": {
"start": 1165,
"end": 1169
},
"block_offset": {
"start": 304,
"end": 308
},
"page_num": 0,
"text": "1234",
"position": {
"top": 1664,
"bottom": 1692,
"left": 239,
"right": 334,
"bbTop": 1664,
"bbBot": 1692,
"bbLeft": 239,
"bbRight": 334
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1170,
"end": 1174
},
"doc_offset": {
"start": 1170,
"end": 1174
},
"block_offset": {
"start": 309,
"end": 313
},
"page_num": 0,
"text": "Main",
"position": {
"top": 1661,
"bottom": 1692,
"left": 364,
"right": 458,
"bbTop": 1661,
"bbBot": 1692,
"bbLeft": 364,
"bbRight": 458
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1175,
"end": 1182
},
"doc_offset": {
"start": 1175,
"end": 1182
},
"block_offset": {
"start": 314,
"end": 321
},
"page_num": 0,
"text": "Street,",
"position": {
"top": 1664,
"bottom": 1699,
"left": 488,
"right": 650,
"bbTop": 1664,
"bbBot": 1699,
"bbLeft": 488,
"bbRight": 650
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1183,
"end": 1188
},
"doc_offset": {
"start": 1183,
"end": 1188
},
"block_offset": {
"start": 322,
"end": 327
},
"page_num": 0,
"text": "Suite",
"position": {
"top": 1661,
"bottom": 1692,
"left": 688,
"right": 808,
"bbTop": 1661,
"bbBot": 1692,
"bbLeft": 688,
"bbRight": 808
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1189,
"end": 1192
},
"doc_offset": {
"start": 1189,
"end": 1192
},
"block_offset": {
"start": 328,
"end": 331
},
"page_num": 0,
"text": "500",
"position": {
"top": 1664,
"bottom": 1692,
"left": 839,
"right": 909,
"bbTop": 1664,
"bbBot": 1692,
"bbLeft": 839,
"bbRight": 909
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1193,
"end": 1201
},
"doc_offset": {
"start": 1193,
"end": 1201
},
"block_offset": {
"start": 332,
"end": 340
},
"page_num": 0,
"text": "Houston,",
"position": {
"top": 1711,
"bottom": 1746,
"left": 239,
"right": 425,
"bbTop": 1711,
"bbBot": 1746,
"bbLeft": 239,
"bbRight": 425
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1202,
"end": 1204
},
"doc_offset": {
"start": 1202,
"end": 1204
},
"block_offset": {
"start": 341,
"end": 343
},
"page_num": 0,
"text": "TX",
"position": {
"top": 1711,
"bottom": 1739,
"left": 463,
"right": 510,
"bbTop": 1711,
"bbBot": 1739,
"bbLeft": 463,
"bbRight": 510
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1205,
"end": 1210
},
"doc_offset": {
"start": 1205,
"end": 1210
},
"block_offset": {
"start": 344,
"end": 349
},
"page_num": 0,
"text": "77002",
"position": {
"top": 1711,
"bottom": 1739,
"left": 539,
"right": 658,
"bbTop": 1711,
"bbBot": 1739,
"bbLeft": 539,
"bbRight": 658
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1211,
"end": 1217
},
"doc_offset": {
"start": 1211,
"end": 1217
},
"block_offset": {
"start": 350,
"end": 356
},
"page_num": 0,
"text": "Phone:",
"position": {
"top": 1756,
"bottom": 1787,
"left": 239,
"right": 376,
"bbTop": 1756,
"bbBot": 1787,
"bbLeft": 239,
"bbRight": 376
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1218,
"end": 1220
},
"doc_offset": {
"start": 1218,
"end": 1220
},
"block_offset": {
"start": 357,
"end": 359
},
"page_num": 0,
"text": "+1",
"position": {
"top": 1759,
"bottom": 1786,
"left": 414,
"right": 459,
"bbTop": 1759,
"bbBot": 1786,
"bbLeft": 414,
"bbRight": 459
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1221,
"end": 1224
},
"doc_offset": {
"start": 1221,
"end": 1224
},
"block_offset": {
"start": 360,
"end": 363
},
"page_num": 0,
"text": "713",
"position": {
"top": 1758,
"bottom": 1787,
"left": 489,
"right": 559,
"bbTop": 1758,
"bbBot": 1787,
"bbLeft": 489,
"bbRight": 559
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1225,
"end": 1228
},
"doc_offset": {
"start": 1225,
"end": 1228
},
"block_offset": {
"start": 364,
"end": 367
},
"page_num": 0,
"text": "987",
"position": {
"top": 1758,
"bottom": 1787,
"left": 589,
"right": 658,
"bbTop": 1758,
"bbBot": 1787,
"bbLeft": 589,
"bbRight": 658
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1229,
"end": 1233
},
"doc_offset": {
"start": 1229,
"end": 1233
},
"block_offset": {
"start": 368,
"end": 372
},
"page_num": 0,
"text": "6543",
"position": {
"top": 1758,
"bottom": 1787,
"left": 689,
"right": 784,
"bbTop": 1758,
"bbBot": 1787,
"bbLeft": 689,
"bbRight": 784
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1234,
"end": 1240
},
"doc_offset": {
"start": 1234,
"end": 1240
},
"block_offset": {
"start": 373,
"end": 379
},
"page_num": 0,
"text": "Email:",
"position": {
"top": 1803,
"bottom": 1834,
"left": 239,
"right": 376,
"bbTop": 1803,
"bbBot": 1834,
"bbLeft": 239,
"bbRight": 376
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
},
{
"page_offset": {
"start": 1241,
"end": 1263
},
"doc_offset": {
"start": 1241,
"end": 1263
},
"block_offset": {
"start": 380,
"end": 402
},
"page_num": 0,
"text": "[email protected]",
"position": {
"top": 1803,
"bottom": 1842,
"left": 414,
"right": 959,
"bbTop": 1803,
"bbBot": 1842,
"bbLeft": 414,
"bbRight": 959
},
"style": {
"bold": null,
"italic": null,
"underlined": null,
"font_face": null,
"background_color": null,
"handwriting": false,
"font_size": null,
"text_color": null
}
}
]
[
{
"doc_index": 0,
"page_index": 0,
"block_index": 0,
"page_num": 0,
"text": "T",
"position": {
"top": 130,
"bottom": 167,
"left": 242,
"right": 279,
"bbTop": 130,
"bbBot": 167,
"bbLeft": 242,
"bbRight": 279
},
"confidence": 100
},
{
"doc_index": 1,
"page_index": 1,
"block_index": 1,
"page_num": 0,
"text": "o",
"position": {
"top": 130,
"bottom": 167,
"left": 279,
"right": 306,
"bbTop": 130,
"bbBot": 167,
"bbLeft": 279,
"bbRight": 306
},
"confidence": 100
},
{
"doc_index": 2,
"page_index": 2,
"block_index": 2,
"page_num": 0,
"text": ":",
"position": {
"top": 130,
"bottom": 167,
"left": 306,
"right": 314,
"bbTop": 130,
"bbBot": 167,
"bbLeft": 306,
"bbRight": 314
},
"confidence": 100
},
{
"doc_index": 4,
"page_index": 4,
"block_index": 4,
"page_num": 0,
"text": "M",
"position": {
"top": 128,
"bottom": 167,
"left": 341,
"right": 386,
"bbTop": 128,
"bbBot": 167,
"bbLeft": 341,
"bbRight": 386
},
"confidence": 100
},
{
"doc_index": 5,
"page_index": 5,
"block_index": 5,
"page_num": 0,
"text": "a",
"position": {
"top": 128,
"bottom": 167,
"left": 386,
"right": 411,
"bbTop": 128,
"bbBot": 167,
"bbLeft": 386,
"bbRight": 411
},
"confidence": 100
},
{
"doc_index": 6,
"page_index": 6,
"block_index": 6,
"page_num": 0,
"text": "r",
"position": {
"top": 128,
"bottom": 167,
"left": 411,
"right": 431,
"bbTop": 128,
"bbBot": 167,
"bbLeft": 411,
"bbRight": 431
},
"confidence": 100
},
{
"doc_index": 7,
"page_index": 7,
"block_index": 7,
"page_num": 0,
"text": "k",
"position": {
"top": 128,
"bottom": 167,
"left": 431,
"right": 459,
"bbTop": 128,
"bbBot": 167,
"bbLeft": 431,
"bbRight": 459
},
"confidence": 100
},
{
"doc_index": 9,
"page_index": 9,
"block_index": 9,
"page_num": 0,
"text": "W",
"position": {
"top": 128,
"bottom": 177,
"left": 477,
"right": 527,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 477,
"bbRight": 527
},
"confidence": 100
},
{
"doc_index": 10,
"page_index": 10,
"block_index": 10,
"page_num": 0,
"text": "r",
"position": {
"top": 128,
"bottom": 177,
"left": 527,
"right": 549,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 527,
"bbRight": 549
},
"confidence": 100
},
{
"doc_index": 11,
"page_index": 11,
"block_index": 11,
"page_num": 0,
"text": "i",
"position": {
"top": 128,
"bottom": 177,
"left": 549,
"right": 566,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 549,
"bbRight": 566
},
"confidence": 100
},
{
"doc_index": 12,
"page_index": 12,
"block_index": 12,
"page_num": 0,
"text": "g",
"position": {
"top": 128,
"bottom": 177,
"left": 566,
"right": 592,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 566,
"bbRight": 592
},
"confidence": 100
},
{
"doc_index": 13,
"page_index": 13,
"block_index": 13,
"page_num": 0,
"text": "h",
"position": {
"top": 128,
"bottom": 177,
"left": 592,
"right": 622,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 592,
"bbRight": 622
},
"confidence": 100
},
{
"doc_index": 14,
"page_index": 14,
"block_index": 14,
"page_num": 0,
"text": "t",
"position": {
"top": 128,
"bottom": 177,
"left": 622,
"right": 641,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 622,
"bbRight": 641
},
"confidence": 100
},
{
"doc_index": 16,
"page_index": 16,
"block_index": 16,
"page_num": 0,
"text": "<",
"position": {
"top": 128,
"bottom": 177,
"left": 663,
"right": 699,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 663,
"bbRight": 699
},
"confidence": 100
},
{
"doc_index": 17,
"page_index": 17,
"block_index": 17,
"page_num": 0,
"text": "m",
"position": {
"top": 128,
"bottom": 177,
"left": 699,
"right": 751,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 699,
"bbRight": 751
},
"confidence": 100
},
{
"doc_index": 18,
"page_index": 18,
"block_index": 18,
"page_num": 0,
"text": "a",
"position": {
"top": 128,
"bottom": 177,
"left": 751,
"right": 781,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 751,
"bbRight": 781
},
"confidence": 100
},
{
"doc_index": 19,
"page_index": 19,
"block_index": 19,
"page_num": 0,
"text": "r",
"position": {
"top": 128,
"bottom": 177,
"left": 781,
"right": 806,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 781,
"bbRight": 806
},
"confidence": 100
},
{
"doc_index": 20,
"page_index": 20,
"block_index": 20,
"page_num": 0,
"text": "k",
"position": {
"top": 128,
"bottom": 177,
"left": 806,
"right": 840,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 806,
"bbRight": 840
},
"confidence": 100
},
{
"doc_index": 21,
"page_index": 21,
"block_index": 21,
"page_num": 0,
"text": ".",
"position": {
"top": 128,
"bottom": 177,
"left": 840,
"right": 850,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 840,
"bbRight": 850
},
"confidence": 100
},
{
"doc_index": 22,
"page_index": 22,
"block_index": 22,
"page_num": 0,
"text": "w",
"position": {
"top": 128,
"bottom": 177,
"left": 850,
"right": 894,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 850,
"bbRight": 894
},
"confidence": 100
},
{
"doc_index": 23,
"page_index": 23,
"block_index": 23,
"page_num": 0,
"text": "r",
"position": {
"top": 128,
"bottom": 177,
"left": 894,
"right": 919,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 894,
"bbRight": 919
},
"confidence": 100
},
{
"doc_index": 24,
"page_index": 24,
"block_index": 24,
"page_num": 0,
"text": "i",
"position": {
"top": 128,
"bottom": 177,
"left": 919,
"right": 937,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 919,
"bbRight": 937
},
"confidence": 100
},
{
"doc_index": 25,
"page_index": 25,
"block_index": 25,
"page_num": 0,
"text": "g",
"position": {
"top": 128,
"bottom": 177,
"left": 937,
"right": 964,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 937,
"bbRight": 964
},
"confidence": 100
},
{
"doc_index": 26,
"page_index": 26,
"block_index": 26,
"page_num": 0,
"text": "h",
"position": {
"top": 128,
"bottom": 177,
"left": 964,
"right": 997,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 964,
"bbRight": 997
},
"confidence": 100
},
{
"doc_index": 27,
"page_index": 27,
"block_index": 27,
"page_num": 0,
"text": "t",
"position": {
"top": 128,
"bottom": 177,
"left": 997,
"right": 1017,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 997,
"bbRight": 1017
},
"confidence": 100
},
{
"doc_index": 28,
"page_index": 28,
"block_index": 28,
"page_num": 0,
"text": "@",
"position": {
"top": 128,
"bottom": 177,
"left": 1017,
"right": 1045,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 1017,
"bbRight": 1045
},
"confidence": 100
},
{
"doc_index": 29,
"page_index": 29,
"block_index": 29,
"page_num": 0,
"text": "r",
"position": {
"top": 128,
"bottom": 177,
"left": 1045,
"right": 1070,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 1045,
"bbRight": 1070
},
"confidence": 100
},
{
"doc_index": 30,
"page_index": 30,
"block_index": 30,
"page_num": 0,
"text": "e",
"position": {
"top": 128,
"bottom": 177,
"left": 1070,
"right": 1097,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 1070,
"bbRight": 1097
},
"confidence": 100
},
{
"doc_index": 31,
"page_index": 31,
"block_index": 31,
"page_num": 0,
"text": "a",
"position": {
"top": 128,
"bottom": 177,
"left": 1097,
"right": 1127,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 1097,
"bbRight": 1127
},
"confidence": 100
},
{
"doc_index": 32,
"page_index": 32,
"block_index": 32,
"page_num": 0,
"text": "l",
"position": {
"top": 128,
"bottom": 177,
"left": 1127,
"right": 1146,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 1127,
"bbRight": 1146
},
"confidence": 100
},
{
"doc_index": 33,
"page_index": 33,
"block_index": 33,
"page_num": 0,
"text": "i",
"position": {
"top": 128,
"bottom": 177,
"left": 1146,
"right": 1164,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 1146,
"bbRight": 1164
},
"confidence": 100
},
{
"doc_index": 34,
"page_index": 34,
"block_index": 34,
"page_num": 0,
"text": "n",
"position": {
"top": 128,
"bottom": 177,
"left": 1164,
"right": 1199,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 1164,
"bbRight": 1199
},
"confidence": 100
},
{
"doc_index": 35,
"page_index": 35,
"block_index": 35,
"page_num": 0,
"text": "s",
"position": {
"top": 128,
"bottom": 177,
"left": 1199,
"right": 1221,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 1199,
"bbRight": 1221
},
"confidence": 100
},
{
"doc_index": 36,
"page_index": 36,
"block_index": 36,
"page_num": 0,
"text": "u",
"position": {
"top": 128,
"bottom": 177,
"left": 1221,
"right": 1252,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 1221,
"bbRight": 1252
},
"confidence": 100
},
{
"doc_index": 37,
"page_index": 37,
"block_index": 37,
"page_num": 0,
"text": "r",
"position": {
"top": 128,
"bottom": 177,
"left": 1252,
"right": 1276,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 1252,
"bbRight": 1276
},
"confidence": 100
},
{
"doc_index": 38,
"page_index": 38,
"block_index": 38,
"page_num": 0,
"text": "a",
"position": {
"top": 128,
"bottom": 177,
"left": 1276,
"right": 1307,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 1276,
"bbRight": 1307
},
"confidence": 100
},
{
"doc_index": 39,
"page_index": 39,
"block_index": 39,
"page_num": 0,
"text": "n",
"position": {
"top": 128,
"bottom": 177,
"left": 1307,
"right": 1342,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 1307,
"bbRight": 1342
},
"confidence": 100
},
{
"doc_index": 40,
"page_index": 40,
"block_index": 40,
"page_num": 0,
"text": "c",
"position": {
"top": 128,
"bottom": 177,
"left": 1342,
"right": 1368,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 1342,
"bbRight": 1368
},
"confidence": 100
},
{
"doc_index": 41,
"page_index": 41,
"block_index": 41,
"page_num": 0,
"text": "e",
"position": {
"top": 128,
"bottom": 177,
"left": 1368,
"right": 1396,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 1368,
"bbRight": 1396
},
"confidence": 100
},
{
"doc_index": 42,
"page_index": 42,
"block_index": 42,
"page_num": 0,
"text": ".",
"position": {
"top": 128,
"bottom": 177,
"left": 1396,
"right": 1405,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 1396,
"bbRight": 1405
},
"confidence": 100
},
{
"doc_index": 43,
"page_index": 43,
"block_index": 43,
"page_num": 0,
"text": "c",
"position": {
"top": 128,
"bottom": 177,
"left": 1405,
"right": 1432,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 1405,
"bbRight": 1432
},
"confidence": 100
},
{
"doc_index": 44,
"page_index": 44,
"block_index": 44,
"page_num": 0,
"text": "o",
"position": {
"top": 128,
"bottom": 177,
"left": 1432,
"right": 1462,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 1432,
"bbRight": 1462
},
"confidence": 100
},
{
"doc_index": 45,
"page_index": 45,
"block_index": 45,
"page_num": 0,
"text": "m",
"position": {
"top": 128,
"bottom": 177,
"left": 1462,
"right": 1513,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 1462,
"bbRight": 1513
},
"confidence": 100
},
{
"doc_index": 46,
"page_index": 46,
"block_index": 46,
"page_num": 0,
"text": ">",
"position": {
"top": 128,
"bottom": 177,
"left": 1513,
"right": 1551,
"bbTop": 128,
"bbBot": 177,
"bbLeft": 1513,
"bbRight": 1551
},
"confidence": 100
},
{
"doc_index": 48,
"page_index": 48,
"block_index": 0,
"page_num": 0,
"text": "F",
"position": {
"top": 259,
"bottom": 296,
"left": 247,
"right": 280,
"bbTop": 259,
"bbBot": 296,
"bbLeft": 247,
"bbRight": 280
},
"confidence": 100
},
{
"doc_index": 49,
"page_index": 49,
"block_index": 1,
"page_num": 0,
"text": "r",
"position": {
"top": 259,
"bottom": 296,
"left": 280,
"right": 302,
"bbTop": 259,
"bbBot": 296,
"bbLeft": 280,
"bbRight": 302
},
"confidence": 100
},
{
"doc_index": 50,
"page_index": 50,
"block_index": 2,
"page_num": 0,
"text": "o",
"position": {
"top": 259,
"bottom": 296,
"left": 302,
"right": 328,
"bbTop": 259,
"bbBot": 296,
"bbLeft": 302,
"bbRight": 328
},
"confidence": 100
},
{
"doc_index": 51,
"page_index": 51,
"block_index": 3,
"page_num": 0,
"text": "m",
"position": {
"top": 259,
"bottom": 296,
"left": 328,
"right": 374,
"bbTop": 259,
"bbBot": 296,
"bbLeft": 328,
"bbRight": 374
},
"confidence": 100
},
{
"doc_index": 52,
"page_index": 52,
"block_index": 4,
"page_num": 0,
"text": ":",
"position": {
"top": 259,
"bottom": 296,
"left": 374,
"right": 381,
"bbTop": 259,
"bbBot": 296,
"bbLeft": 374,
"bbRight": 381
},
"confidence": 100
},
{
"doc_index": 54,
"page_index": 54,
"block_index": 6,
"page_num": 0,
"text": "E",
"position": {
"top": 257,
"bottom": 306,
"left": 408,
"right": 443,
"bbTop": 257,
"bbBot": 306,
"bbLeft": 408,
"bbRight": 443
},
"confidence": 100
},
{
"doc_index": 55,
"page_index": 55,
"block_index": 7,
"page_num": 0,
"text": "m",
"position": {
"top": 257,
"bottom": 306,
"left": 443,
"right": 487,
"bbTop": 257,
"bbBot": 306,
"bbLeft": 443,
"bbRight": 487
},
"confidence": 100
},
{
"doc_index": 56,
"page_index": 56,
"block_index": 8,
"page_num": 0,
"text": "i",
"position": {
"top": 257,
"bottom": 306,
"left": 487,
"right": 502,
"bbTop": 257,
"bbBot": 306,
"bbLeft": 487,
"bbRight": 502
},
"confidence": 100
},
{
"doc_index": 57,
"page_index": 57,
"block_index": 9,
"page_num": 0,
"text": "l",
"position": {
"top": 257,
"bottom": 306,
"left": 502,
"right": 518,
"bbTop": 257,
"bbBot": 306,
"bbLeft": 502,
"bbRight": 518
},
"confidence": 100
},
{
"doc_index": 58,
"page_index": 58,
"block_index": 10,
"page_num": 0,
"text": "y",
"position": {
"top": 257,
"bottom": 306,
"left": 518,
"right": 539,
"bbTop": 257,
"bbBot": 306,
"bbLeft": 518,
"bbRight": 539
},
"confidence": 100
},
{
"doc_index": 60,
"page_index": 60,
"block_index": 12,
"page_num": 0,
"text": "J",
"position": {
"top": 257,
"bottom": 305,
"left": 554,
"right": 583,
"bbTop": 257,
"bbBot": 305,
"bbLeft": 554,
"bbRight": 583
},
"confidence": 100
},
{
"doc_index": 61,
"page_index": 61,
"block_index": 13,
"page_num": 0,
"text": "o",
"position": {
"top": 257,
"bottom": 305,
"left": 583,
"right": 610,
"bbTop": 257,
"bbBot": 305,
"bbLeft": 583,
"bbRight": 610
},
"confidence": 100
},
{
"doc_index": 62,
"page_index": 62,
"block_index": 14,
"page_num": 0,
"text": "h",
"position": {
"top": 257,
"bottom": 305,
"left": 610,
"right": 639,
"bbTop": 257,
"bbBot": 305,
"bbLeft": 610,
"bbRight": 639
},
"confidence": 100
},
{
"doc_index": 63,
"page_index": 63,
"block_index": 15,
"page_num": 0,
"text": "n",
"position": {
"top": 257,
"bottom": 305,
"left": 639,
"right": 671,
"bbTop": 257,
"bbBot": 305,
"bbLeft": 639,
"bbRight": 671
},
"confidence": 100
},
{
"doc_index": 64,
"page_index": 64,
"block_index": 16,
"page_num": 0,
"text": "s",
"position": {
"top": 257,
"bottom": 305,
"left": 671,
"right": 691,
"bbTop": 257,
"bbBot": 305,
"bbLeft": 671,
"bbRight": 691
},
"confidence": 100
},
{
"doc_index": 65,
"page_index": 65,
"block_index": 17,
"page_num": 0,
"text": "o",
"position": {
"top": 257,
"bottom": 305,
"left": 691,
"right": 718,
"bbTop": 257,
"bbBot": 305,
"bbLeft": 691,
"bbRight": 718
},
"confidence": 100
},
{
"doc_index": 66,
"page_index": 66,
"block_index": 18,
"page_num": 0,
"text": "n",
"position": {
"top": 257,
"bottom": 305,
"left": 718,
"right": 749,
"bbTop": 257,
"bbBot": 305,
"bbLeft": 718,
"bbRight": 749
},
"confidence": 100
},
{
"doc_index": 68,
"page_index": 68,
"block_index": 20,
"page_num": 0,
"text": "<",
"position": {
"top": 257,
"bottom": 306,
"left": 775,
"right": 813,
"bbTop": 257,
"bbBot": 306,
"bbLeft": 775,
"bbRight": 813
},
"confidence": 100
},
{
"doc_index": 69,
"page_index": 69,
"block_index": 21,
"page_num": 0,
"text": "e",
"position": {
"top": 257,
"bottom": 306,
"left": 813,
"right": 842,
"bbTop": 257,
"bbBot": 306,
"bbLeft": 813,
"bbRight": 842
},
"confidence": 100
},
{
"doc_index": 70,
"page_index": 70,
"block_index": 22,
"page_num": 0,
"text": "j",
"position": {
"top": 257,
"bottom": 306,
"left": 842,
"right": 856,
"bbTop": 257,
"bbBot": 306,
"bbLeft": 842,
"bbRight": 856
},
"confidence": 100
},
{
"doc_index": 71,
"page_index": 71,
"block_index": 23,
"page_num": 0,
"text": "o",
"position": {
"top": 257,
"bottom": 306,
"left": 856,
"right": 887,
"bbTop": 257,
"bbBot": 306,
"bbLeft": 856,
"bbRight": 887
},
"confidence": 100
},
{
"doc_index": 72,
"page_index": 72,
"block_index": 24,
"page_num": 0,
"text": "n",
"position": {
"top": 257,
"bottom": 306,
"left": 887,
"right": 924,
"bbTop": 257,
"bbBot": 306,
"bbLeft": 887,
"bbRight": 924
},
"confidence": 100
},
{
"doc_index": 73,
"page_index": 73,
"block_index": 25,
"page_num": 0,
"text": "s",
"position": {
"top": 257,
"bottom": 306,
"left": 924,
"right": 947,
"bbTop": 257,
"bbBot": 306,
"bbLeft": 924,
"bbRight": 947
},
"confidence": 100
},
{
"doc_index": 74,
"page_index": 74,
"block_index": 26,
"page_num": 0,
"text": "h",
"position": {
"top": 257,
"bottom": 306,
"left": 947,
"right": 982,
"bbTop": 257,
"bbBot": 306,
"bbLeft": 947,
"bbRight": 982
},
"confidence": 100
},
{
"doc_index": 75,
"page_index": 75,
"block_index": 27,
"page_num": 0,
"text": "o",
"position": {
"top": 257,
"bottom": 306,
"left": 982,
"right": 1013,
"bbTop": 257,
"bbBot": 306,
"bbLeft": 982,
"bbRight": 1013
},
"confidence": 100
},
{
"doc_index": 76,
"page_index": 76,
"block_index": 28,
"page_num": 0,
"text": "n",
"position": {
"top": 257,
"bottom": 306,
"left": 1013,
"right": 1050,
"bbTop": 257,
"bbBot": 306,
"bbLeft": 1013,
"bbRight": 1050
},
"confidence": 100
},
{
"doc_index": 77,
"page_index": 77,
"block_index": 29,
"page_num": 0,
"text": "@",
"position": {
"top": 257,
"bottom": 306,
"left": 1050,
"right": 1079,
"bbTop": 257,
"bbBot": 306,
"bbLeft": 1050,
"bbRight": 1079
},
"confidence": 100
},
{
"doc_index": 78,
"page_index": 78,
"block_index": 30,
"page_num": 0,
"text": "t",
"position": {
"top": 257,
"bottom": 306,
"left": 1079,
"right": 1100,
"bbTop": 257,
"bbBot": 306,
"bbLeft": 1079,
"bbRight": 1100
},
"confidence": 100
},
{
"doc_index": 79,
"page_index": 79,
"block_index": 31,
"page_num": 0,
"text": "e",
"position": {
"top": 257,
"bottom": 306,
"left": 1100,
"right": 1129,
"bbTop": 257,
"bbBot": 306,
"bbLeft": 1100,
"bbRight": 1129
},
"confidence": 100
},
{
"doc_index": 80,
"page_index": 80,
"block_index": 32,
"page_num": 0,
"text": "x",
"position": {
"top": 257,
"bottom": 306,
"left": 1129,
"right": 1163,
"bbTop": 257,
"bbBot": 306,
"bbLeft": 1129,
"bbRight": 1163
},
"confidence": 100
},
{
"doc_index": 81,
"page_index": 81,
"block_index": 33,
"page_num": 0,
"text": "s",
"position": {
"top": 257,
"bottom": 306,
"left": 1163,
"right": 1186,
"bbTop": 257,
"bbBot": 306,
"bbLeft": 1163,
"bbRight": 1186
},
"confidence": 100
},
{
"doc_index": 82,
"page_index": 82,
"block_index": 34,
"page_num": 0,
"text": "e",
"position": {
"top": 257,
"bottom": 306,
"left": 1186,
"right": 1215,
"bbTop": 257,
"bbBot": 306,
"bbLeft": 1186,
"bbRight": 1215
},
"confidence": 100
},
{
"doc_index": 83,
"page_index": 83,
"block_index": 35,
"page_num": 0,
"text": "c",
"position": {
"top": 257,
"bottom": 306,
"left": 1215,
"right": 1243,
"bbTop": 257,
"bbBot": 306,
"bbLeft": 1215,
"bbRight": 1243
},
"confidence": 100
},
{
"doc_index": 84,
"page_index": 84,
"block_index": 36,
"page_num": 0,
"text": "u",
"position": {
"top": 257,
"bottom": 306,
"left": 1243,
"right": 1275,
"bbTop": 257,
"bbBot": 306,
"bbLeft": 1243,
"bbRight": 1275
},
"confidence": 100
},
{
"doc_index": 85,
"page_index": 85,
"block_index": 37,
"page_num": 0,
"text": "r",
"position": {
"top": 257,
"bottom": 306,
"left": 1275,
"right": 1301,
"bbTop": 257,
"bbBot": 306,
"bbLeft": 1275,
"bbRight": 1301
},
"confidence": 100
},
{
"doc_index": 86,
"page_index": 86,
"block_index": 38,
"page_num": 0,
"text": "e",
"position": {
"top": 257,
"bottom": 306,
"left": 1301,
"right": 1330,
"bbTop": 257,
"bbBot": 306,
"bbLeft": 1301,
"bbRight": 1330
},
"confidence": 100
},
{
"doc_index": 87,
"page_index": 87,
"block_index": 39,
"page_num": 0,
"text": ".",
"position": {
"top": 257,
"bottom": 306,
"left": 1330,
"right": 1340,
"bbTop": 257,
"bbBot": 306,
"bbLeft": 1330,
"bbRight": 1340
},
"confidence": 100
},
{
"doc_index": 88,
"page_index": 88,
"block_index": 40,
"page_num": 0,
"text": "c",
"position": {
"top": 257,
"bottom": 306,
"left": 1340,
"right": 1369,
"bbTop": 257,
"bbBot": 306,
"bbLeft": 1340,
"bbRight": 1369
},
"confidence": 100
},
{
"doc_index": 89,
"page_index": 89,
"block_index": 41,
"page_num": 0,
"text": "o",
"position": {
"top": 257,
"bottom": 306,
"left": 1369,
"right": 1400,
"bbTop": 257,
"bbBot": 306,
"bbLeft": 1369,
"bbRight": 1400
},
"confidence": 100
},
{
"doc_index": 90,
"page_index": 90,
"block_index": 42,
"page_num": 0,
"text": "m",
"position": {
"top": 257,
"bottom": 306,
"left": 1400,
"right": 1454,
"bbTop": 257,
"bbBot": 306,
"bbLeft": 1400,
"bbRight": 1454
},
"confidence": 100
},
{
"doc_index": 91,
"page_index": 91,
"block_index": 43,
"page_num": 0,
"text": ">",
"position": {
"top": 257,
"bottom": 306,
"left": 1454,
"right": 1494,
"bbTop": 257,
"bbBot": 306,
"bbLeft": 1454,
"bbRight": 1494
},
"confidence": 100
},
{
"doc_index": 93,
"page_index": 93,
"block_index": 0,
"page_num": 0,
"text": "S",
"position": {
"top": 386,
"bottom": 434,
"left": 245,
"right": 278,
"bbTop": 386,
"bbBot": 434,
"bbLeft": 245,
"bbRight": 278
},
"confidence": 100
},
{
"doc_index": 94,
"page_index": 94,
"block_index": 1,
"page_num": 0,
"text": "u",
"position": {
"top": 386,
"bottom": 434,
"left": 278,
"right": 310,
"bbTop": 386,
"bbBot": 434,
"bbLeft": 278,
"bbRight": 310
},
"confidence": 100
},
{
"doc_index": 95,
"page_index": 95,
"block_index": 2,
"page_num": 0,
"text": "b",
"position": {
"top": 386,
"bottom": 434,
"left": 310,
"right": 342,
"bbTop": 386,
"bbBot": 434,
"bbLeft": 310,
"bbRight": 342
},
"confidence": 100
},
{
"doc_index": 96,
"page_index": 96,
"block_index": 3,
"page_num": 0,
"text": "j",
"position": {
"top": 386,
"bottom": 434,
"left": 342,
"right": 356,
"bbTop": 386,
"bbBot": 434,
"bbLeft": 342,
"bbRight": 356
},
"confidence": 100
},
{
"doc_index": 97,
"page_index": 97,
"block_index": 4,
"page_num": 0,
"text": "e",
"position": {
"top": 386,
"bottom": 434,
"left": 356,
"right": 384,
"bbTop": 386,
"bbBot": 434,
"bbLeft": 356,
"bbRight": 384
},
"confidence": 100
},
{
"doc_index": 98,
"page_index": 98,
"block_index": 5,
"page_num": 0,
"text": "c",
"position": {
"top": 386,
"bottom": 434,
"left": 384,
"right": 411,
"bbTop": 386,
"bbBot": 434,
"bbLeft": 384,
"bbRight": 411
},
"confidence": 100
},
{
"doc_index": 99,
"page_index": 99,
"block_index": 6,
"page_num": 0,
"text": "t",
"position": {
"top": 386,
"bottom": 434,
"left": 411,
"right": 431,
"bbTop": 386,
"bbBot": 434,
"bbLeft": 411,
"bbRight": 431
},
"confidence": 100
},
{
"doc_index": 100,
"page_index": 100,
"block_index": 7,
"page_num": 0,
"text": ":",
"position": {
"top": 386,
"bottom": 434,
"left": 431,
"right": 440,
"bbTop": 386,
"bbBot": 434,
"bbLeft": 431,
"bbRight": 440
},
"confidence": 100
},
{
"doc_index": 102,
"page_index": 102,
"block_index": 9,
"page_num": 0,
"text": "N",
"position": {
"top": 388,
"bottom": 425,
"left": 467,
"right": 505,
"bbTop": 388,
"bbBot": 425,
"bbLeft": 467,
"bbRight": 505
},
"confidence": 100
},
{
"doc_index": 103,
"page_index": 103,
"block_index": 10,
"page_num": 0,
"text": "e",
"position": {
"top": 388,
"bottom": 425,
"left": 505,
"right": 529,
"bbTop": 388,
"bbBot": 425,
"bbLeft": 505,
"bbRight": 529
},
"confidence": 100
},
{
"doc_index": 104,
"page_index": 104,
"block_index": 11,
"page_num": 0,
"text": "w",
"position": {
"top": 388,
"bottom": 425,
"left": 529,
"right": 569,
"bbTop": 388,
"bbBot": 425,
"bbLeft": 529,
"bbRight": 569
},
"confidence": 100
},
{
"doc_index": 106,
"page_index": 106,
"block_index": 13,
"page_num": 0,
"text": "C",
"position": {
"top": 386,
"bottom": 425,
"left": 589,
"right": 624,
"bbTop": 386,
"bbBot": 425,
"bbLeft": 589,
"bbRight": 624
},
"confidence": 100
},
{
"doc_index": 107,
"page_index": 107,
"block_index": 14,
"page_num": 0,
"text": "l",
"position": {
"top": 386,
"bottom": 425,
"left": 624,
"right": 641,
"bbTop": 386,
"bbBot": 425,
"bbLeft": 624,
"bbRight": 641
},
"confidence": 100
},
{
"doc_index": 108,
"page_index": 108,
"block_index": 15,
"page_num": 0,
"text": "i",
"position": {
"top": 386,
"bottom": 425,
"left": 641,
"right": 657,
"bbTop": 386,
"bbBot": 425,
"bbLeft": 641,
"bbRight": 657
},
"confidence": 100
},
{
"doc_index": 109,
"page_index": 109,
"block_index": 16,
"page_num": 0,
"text": "e",
"position": {
"top": 386,
"bottom": 425,
"left": 657,
"right": 681,
"bbTop": 386,
"bbBot": 425,
"bbLeft": 657,
"bbRight": 681
},
"confidence": 100
},
{
"doc_index": 110,
"page_index": 110,
"block_index": 17,
"page_num": 0,
"text": "n",
"position": {
"top": 386,
"bottom": 425,
"left": 681,
"right": 712,
"bbTop": 386,
"bbBot": 425,
"bbLeft": 681,
"bbRight": 712
},
"confidence": 100
},
{
"doc_index": 111,
"page_index": 111,
"block_index": 18,
"page_num": 0,
"text": "t",
"position": {
"top": 386,
"bottom": 425,
"left": 712,
"right": 730,
"bbTop": 386,
"bbBot": 425,
"bbLeft": 712,
"bbRight": 730
},
"confidence": 100
},
{
"doc_index": 113,
"page_index": 113,
"block_index": 20,
"page_num": 0,
"text": "P",
"position": {
"top": 388,
"bottom": 434,
"left": 752,
"right": 788,
"bbTop": 388,
"bbBot": 434,
"bbLeft": 752,
"bbRight": 788
},
"confidence": 100
},
{
"doc_index": 114,
"page_index": 114,
"block_index": 21,
"page_num": 0,
"text": "r",
"position": {
"top": 388,
"bottom": 434,
"left": 788,
"right": 811,
"bbTop": 388,
"bbBot": 434,
"bbLeft": 788,
"bbRight": 811
},
"confidence": 100
},
{
"doc_index": 115,
"page_index": 115,
"block_index": 22,
"page_num": 0,
"text": "o",
"position": {
"top": 388,
"bottom": 434,
"left": 811,
"right": 839,
"bbTop": 388,
"bbBot": 434,
"bbLeft": 811,
"bbRight": 839
},
"confidence": 100
},
{
"doc_index": 116,
"page_index": 116,
"block_index": 23,
"page_num": 0,
"text": "p",
"position": {
"top": 388,
"bottom": 434,
"left": 839,
"right": 867,
"bbTop": 388,
"bbBot": 434,
"bbLeft": 839,
"bbRight": 867
},
"confidence": 100
},
{
"doc_index": 117,
"page_index": 117,
"block_index": 24,
"page_num": 0,
"text": "e",
"position": {
"top": 388,
"bottom": 434,
"left": 867,
"right": 893,
"bbTop": 388,
"bbBot": 434,
"bbLeft": 867,
"bbRight": 893
},
"confidence": 100
},
{
"doc_index": 118,
"page_index": 118,
"block_index": 25,
"page_num": 0,
"text": "r",
"position": {
"top": 388,
"bottom": 434,
"left": 893,
"right": 916,
"bbTop": 388,
"bbBot": 434,
"bbLeft": 893,
"bbRight": 916
},
"confidence": 100
},
{
"doc_index": 119,
"page_index": 119,
"block_index": 26,
"page_num": 0,
"text": "t",
"position": {
"top": 388,
"bottom": 434,
"left": 916,
"right": 935,
"bbTop": 388,
"bbBot": 434,
"bbLeft": 916,
"bbRight": 935
},
"confidence": 100
},
{
"doc_index": 120,
"page_index": 120,
"block_index": 27,
"page_num": 0,
"text": "y",
"position": {
"top": 388,
"bottom": 434,
"left": 935,
"right": 958,
"bbTop": 388,
"bbBot": 434,
"bbLeft": 935,
"bbRight": 958
},
"confidence": 100
},
{
"doc_index": 122,
"page_index": 122,
"block_index": 29,
"page_num": 0,
"text": "-",
"position": {
"top": 408,
"bottom": 412,
"left": 979,
"right": 992,
"bbTop": 408,
"bbBot": 412,
"bbLeft": 979,
"bbRight": 992
},
"confidence": 100
},
{
"doc_index": 124,
"page_index": 124,
"block_index": 31,
"page_num": 0,
"text": "F",
"position": {
"top": 386,
"bottom": 425,
"left": 1015,
"right": 1048,
"bbTop": 386,
"bbBot": 425,
"bbLeft": 1015,
"bbRight": 1048
},
"confidence": 100
},
{
"doc_index": 125,
"page_index": 125,
"block_index": 32,
"page_num": 0,
"text": "i",
"position": {
"top": 386,
"bottom": 425,
"left": 1048,
"right": 1064,
"bbTop": 386,
"bbBot": 425,
"bbLeft": 1048,
"bbRight": 1064
},
"confidence": 100
},
{
"doc_index": 126,
"page_index": 126,
"block_index": 33,
"page_num": 0,
"text": "r",
"position": {
"top": 386,
"bottom": 425,
"left": 1064,
"right": 1086,
"bbTop": 386,
"bbBot": 425,
"bbLeft": 1064,
"bbRight": 1086
},
"confidence": 100
},
{
"doc_index": 127,
"page_index": 127,
"block_index": 34,
"page_num": 0,
"text": "e",
"position": {
"top": 386,
"bottom": 425,
"left": 1086,
"right": 1110,
"bbTop": 386,
"bbBot": 425,
"bbLeft": 1086,
"bbRight": 1110
},
"confidence": 100
},
{
"doc_index": 128,
"page_index": 128,
"block_index": 35,
"page_num": 0,
"text": "w",
"position": {
"top": 386,
"bottom": 425,
"left": 1110,
"right": 1150,
"bbTop": 386,
"bbBot": 425,
"bbLeft": 1110,
"bbRight": 1150
},
"confidence": 100
},
{
"doc_index": 129,
"page_index": 129,
"block_index": 36,
"page_num": 0,
"text": "o",
"position": {
"top": 386,
"bottom": 425,
"left": 1150,
"right": 1176,
"bbTop": 386,
"bbBot": 425,
"bbLeft": 1150,
"bbRight": 1176
},
"confidence": 100
},
{
"doc_index": 130,
"page_index": 130,
"block_index": 37,
"page_num": 0,
"text": "r",
"position": {
"top": 386,
"bottom": 425,
"left": 1176,
"right": 1198,
"bbTop": 386,
"bbBot": 425,
"bbLeft": 1176,
"bbRight": 1198
},
"confidence": 100
},
{
"doc_index": 131,
"page_index": 131,
"block_index": 38,
"page_num": 0,
"text": "k",
"position": {
"top": 386,
"bottom": 425,
"left": 1198,
"right": 1229,
"bbTop": 386,
"bbBot": 425,
"bbLeft": 1198,
"bbRight": 1229
},
"confidence": 100
},
{
"doc_index": 132,
"page_index": 132,
"block_index": 39,
"page_num": 0,
"text": "s",
"position": {
"top": 386,
"bottom": 425,
"left": 1229,
"right": 1248,
"bbTop": 386,
"bbBot": 425,
"bbLeft": 1229,
"bbRight": 1248
},
"confidence": 100
},
{
"doc_index": 134,
"page_index": 134,
"block_index": 41,
"page_num": 0,
"text": "M",
"position": {
"top": 386,
"bottom": 434,
"left": 1272,
"right": 1322,
"bbTop": 386,
"bbBot": 434,
"bbLeft": 1272,
"bbRight": 1322
},
"confidence": 100
},
{
"doc_index": 135,
"page_index": 135,
"block_index": 42,
"page_num": 0,
"text": "a",
"position": {
"top": 386,
"bottom": 434,
"left": 1322,
"right": 1349,
"bbTop": 386,
"bbBot": 434,
"bbLeft": 1322,
"bbRight": 1349
},
"confidence": 100
},
{
"doc_index": 136,
"page_index": 136,
"block_index": 43,
"page_num": 0,
"text": "n",
"position": {
"top": 386,
"bottom": 434,
"left": 1349,
"right": 1381,
"bbTop": 386,
"bbBot": 434,
"bbLeft": 1349,
"bbRight": 1381
},
"confidence": 100
},
{
"doc_index": 137,
"page_index": 137,
"block_index": 44,
"page_num": 0,
"text": "u",
"position": {
"top": 386,
"bottom": 434,
"left": 1381,
"right": 1409,
"bbTop": 386,
"bbBot": 434,
"bbLeft": 1381,
"bbRight": 1409
},
"confidence": 100
},
{
"doc_index": 138,
"page_index": 138,
"block_index": 45,
"page_num": 0,
"text": "f",
"position": {
"top": 386,
"bottom": 434,
"left": 1409,
"right": 1432,
"bbTop": 386,
"bbBot": 434,
"bbLeft": 1409,
"bbRight": 1432
},
"confidence": 100
},
{
"doc_index": 139,
"page_index": 139,
"block_index": 46,
"page_num": 0,
"text": "a",
"position": {
"top": 386,
"bottom": 434,
"left": 1432,
"right": 1459,
"bbTop": 386,
"bbBot": 434,
"bbLeft": 1432,
"bbRight": 1459
},
"confidence": 100
},
{
"doc_index": 140,
"page_index": 140,
"block_index": 47,
"page_num": 0,
"text": "c",
"position": {
"top": 386,
"bottom": 434,
"left": 1459,
"right": 1484,
"bbTop": 386,
"bbBot": 434,
"bbLeft": 1459,
"bbRight": 1484
},
"confidence": 100
},
{
"doc_index": 141,
"page_index": 141,
"block_index": 48,
"page_num": 0,
"text": "t",
"position": {
"top": 386,
"bottom": 434,
"left": 1484,
"right": 1502,
"bbTop": 386,
"bbBot": 434,
"bbLeft": 1484,
"bbRight": 1502
},
"confidence": 100
},
{
"doc_index": 142,
"page_index": 142,
"block_index": 49,
"page_num": 0,
"text": "u",
"position": {
"top": 386,
"bottom": 434,
"left": 1502,
"right": 1530,
"bbTop": 386,
"bbBot": 434,
"bbLeft": 1502,
"bbRight": 1530
},
"confidence": 100
},
{
"doc_index": 143,
"page_index": 143,
"block_index": 50,
"page_num": 0,
"text": "r",
"position": {
"top": 386,
"bottom": 434,
"left": 1530,
"right": 1552,
"bbTop": 386,
"bbBot": 434,
"bbLeft": 1530,
"bbRight": 1552
},
"confidence": 100
},
{
"doc_index": 144,
"page_index": 144,
"block_index": 51,
"page_num": 0,
"text": "i",
"position": {
"top": 386,
"bottom": 434,
"left": 1552,
"right": 1568,
"bbTop": 386,
"bbBot": 434,
"bbLeft": 1552,
"bbRight": 1568
},
"confidence": 100
},
{
"doc_index": 145,
"page_index": 145,
"block_index": 52,
"page_num": 0,
"text": "n",
"position": {
"top": 386,
"bottom": 434,
"left": 1568,
"right": 1599,
"bbTop": 386,
"bbBot": 434,
"bbLeft": 1568,
"bbRight": 1599
},
"confidence": 100
},
{
"doc_index": 146,
"page_index": 146,
"block_index": 53,
"page_num": 0,
"text": "g",
"position": {
"top": 386,
"bottom": 434,
"left": 1599,
"right": 1624,
"bbTop": 386,
"bbBot": 434,
"bbLeft": 1599,
"bbRight": 1624
},
"confidence": 100
},
{
"doc_index": 148,
"page_index": 148,
"block_index": 55,
"page_num": 0,
"text": "C",
"position": {
"top": 387,
"bottom": 434,
"left": 1648,
"right": 1686,
"bbTop": 387,
"bbBot": 434,
"bbLeft": 1648,
"bbRight": 1686
},
"confidence": 100
},
{
"doc_index": 149,
"page_index": 149,
"block_index": 56,
"page_num": 0,
"text": "o",
"position": {
"top": 387,
"bottom": 434,
"left": 1686,
"right": 1715,
"bbTop": 387,
"bbBot": 434,
"bbLeft": 1686,
"bbRight": 1715
},
"confidence": 100
},
{
"doc_index": 150,
"page_index": 150,
"block_index": 57,
"page_num": 0,
"text": "m",
"position": {
"top": 387,
"bottom": 434,
"left": 1715,
"right": 1765,
"bbTop": 387,
"bbBot": 434,
"bbLeft": 1715,
"bbRight": 1765
},
"confidence": 100
},
{
"doc_index": 151,
"page_index": 151,
"block_index": 58,
"page_num": 0,
"text": "p",
"position": {
"top": 387,
"bottom": 434,
"left": 1765,
"right": 1793,
"bbTop": 387,
"bbBot": 434,
"bbLeft": 1765,
"bbRight": 1793
},
"confidence": 100
},
{
"doc_index": 152,
"page_index": 152,
"block_index": 59,
"page_num": 0,
"text": "a",
"position": {
"top": 387,
"bottom": 434,
"left": 1793,
"right": 1823,
"bbTop": 387,
"bbBot": 434,
"bbLeft": 1793,
"bbRight": 1823
},
"confidence": 100
},
{
"doc_index": 153,
"page_index": 153,
"block_index": 60,
"page_num": 0,
"text": "n",
"position": {
"top": 387,
"bottom": 434,
"left": 1823,
"right": 1857,
"bbTop": 387,
"bbBot": 434,
"bbLeft": 1823,
"bbRight": 1857
},
"confidence": 100
},
{
"doc_index": 154,
"page_index": 154,
"block_index": 61,
"page_num": 0,
"text": "y",
"position": {
"top": 387,
"bottom": 434,
"left": 1857,
"right": 1881,
"bbTop": 387,
"bbBot": 434,
"bbLeft": 1857,
"bbRight": 1881
},
"confidence": 100
},
{
"doc_index": 156,
"page_index": 156,
"block_index": 63,
"page_num": 0,
"text": "(",
"position": {
"top": 386,
"bottom": 431,
"left": 1903,
"right": 1915,
"bbTop": 386,
"bbBot": 431,
"bbLeft": 1903,
"bbRight": 1915
},
"confidence": 100
},
{
"doc_index": 157,
"page_index": 157,
"block_index": 64,
"page_num": 0,
"text": "B",
"position": {
"top": 386,
"bottom": 431,
"left": 1915,
"right": 1952,
"bbTop": 386,
"bbBot": 431,
"bbLeft": 1915,
"bbRight": 1952
},
"confidence": 100
},
{
"doc_index": 158,
"page_index": 158,
"block_index": 65,
"page_num": 0,
"text": "l",
"position": {
"top": 386,
"bottom": 431,
"left": 1952,
"right": 1970,
"bbTop": 386,
"bbBot": 431,
"bbLeft": 1952,
"bbRight": 1970
},
"confidence": 100
},
{
"doc_index": 159,
"page_index": 159,
"block_index": 66,
"page_num": 0,
"text": "a",
"position": {
"top": 386,
"bottom": 431,
"left": 1970,
"right": 1999,
"bbTop": 386,
"bbBot": 431,
"bbLeft": 1970,
"bbRight": 1999
},
"confidence": 100
},
{
"doc_index": 160,
"page_index": 160,
"block_index": 67,
"page_num": 0,
"text": "s",
"position": {
"top": 386,
"bottom": 431,
"left": 1999,
"right": 2020,
"bbTop": 386,
"bbBot": 431,
"bbLeft": 1999,
"bbRight": 2020
},
"confidence": 100
},
{
"doc_index": 161,
"page_index": 161,
"block_index": 68,
"page_num": 0,
"text": "t",
"position": {
"top": 386,
"bottom": 431,
"left": 2020,
"right": 2038,
"bbTop": 386,
"bbBot": 431,
"bbLeft": 2020,
"bbRight": 2038
},
"confidence": 100
},
{
"doc_index": 162,
"page_index": 162,
"block_index": 69,
"page_num": 0,
"text": "T",
"position": {
"top": 386,
"bottom": 431,
"left": 2038,
"right": 2076,
"bbTop": 386,
"bbBot": 431,
"bbLeft": 2038,
"bbRight": 2076
},
"confidence": 100
},
{
"doc_index": 163,
"page_index": 163,
"block_index": 70,
"page_num": 0,
"text": "e",
"position": {
"top": 386,
"bottom": 431,
"left": 2076,
"right": 2102,
"bbTop": 386,
"bbBot": 431,
"bbLeft": 2076,
"bbRight": 2102
},
"confidence": 100
},
{
"doc_index": 164,
"page_index": 164,
"block_index": 71,
"page_num": 0,
"text": "c",
"position": {
"top": 386,
"bottom": 431,
"left": 2102,
"right": 2127,
"bbTop": 386,
"bbBot": 431,
"bbLeft": 2102,
"bbRight": 2127
},
"confidence": 100
},
{
"doc_index": 165,
"page_index": 165,
"block_index": 72,
"page_num": 0,
"text": "h",
"position": {
"top": 386,
"bottom": 431,
"left": 2127,
"right": 2158,
"bbTop": 386,
"bbBot": 431,
"bbLeft": 2127,
"bbRight": 2158
},
"confidence": 100
},
{
"doc_index": 167,
"page_index": 167,
"block_index": 74,
"page_num": 0,
"text": "F",
"position": {
"top": 444,
"bottom": 483,
"left": 247,
"right": 280,
"bbTop": 444,
"bbBot": 483,
"bbLeft": 247,
"bbRight": 280
},
"confidence": 100
},
{
"doc_index": 168,
"page_index": 168,
"block_index": 75,
"page_num": 0,
"text": "i",
"position": {
"top": 444,
"bottom": 483,
"left": 280,
"right": 296,
"bbTop": 444,
"bbBot": 483,
"bbLeft": 280,
"bbRight": 296
},
"confidence": 100
},
{
"doc_index": 169,
"page_index": 169,
"block_index": 76,
"page_num": 0,
"text": "r",
"position": {
"top": 444,
"bottom": 483,
"left": 296,
"right": 317,
"bbTop": 444,
"bbBot": 483,
"bbLeft": 296,
"bbRight": 317
},
"confidence": 100
},
{
"doc_index": 170,
"page_index": 170,
"block_index": 77,
"page_num": 0,
"text": "e",
"position": {
"top": 444,
"bottom": 483,
"left": 317,
"right": 342,
"bbTop": 444,
"bbBot": 483,
"bbLeft": 317,
"bbRight": 342
},
"confidence": 100
},
{
"doc_index": 171,
"page_index": 171,
"block_index": 78,
"page_num": 0,
"text": "w",
"position": {
"top": 444,
"bottom": 483,
"left": 342,
"right": 382,
"bbTop": 444,
"bbBot": 483,
"bbLeft": 342,
"bbRight": 382
},
"confidence": 100
},
{
"doc_index": 172,
"page_index": 172,
"block_index": 79,
"page_num": 0,
"text": "o",
"position": {
"top": 444,
"bottom": 483,
"left": 382,
"right": 408,
"bbTop": 444,
"bbBot": 483,
"bbLeft": 382,
"bbRight": 408
},
"confidence": 100
},
{
"doc_index": 173,
"page_index": 173,
"block_index": 80,
"page_num": 0,
"text": "r",
"position": {
"top": 444,
"bottom": 483,
"left": 408,
"right": 430,
"bbTop": 444,
"bbBot": 483,
"bbLeft": 408,
"bbRight": 430
},
"confidence": 100
},
{
"doc_index": 174,
"page_index": 174,
"block_index": 81,
"page_num": 0,
"text": "k",
"position": {
"top": 444,
"bottom": 483,
"left": 430,
"right": 460,
"bbTop": 444,
"bbBot": 483,
"bbLeft": 430,
"bbRight": 460
},
"confidence": 100
},
{
"doc_index": 175,
"page_index": 175,
"block_index": 82,
"page_num": 0,
"text": "s",
"position": {
"top": 444,
"bottom": 483,
"left": 460,
"right": 480,
"bbTop": 444,
"bbBot": 483,
"bbLeft": 460,
"bbRight": 480
},
"confidence": 100
},
{
"doc_index": 177,
"page_index": 177,
"block_index": 84,
"page_num": 0,
"text": "M",
"position": {
"top": 444,
"bottom": 493,
"left": 504,
"right": 555,
"bbTop": 444,
"bbBot": 493,
"bbLeft": 504,
"bbRight": 555
},
"confidence": 100
},
{
"doc_index": 178,
"page_index": 178,
"block_index": 85,
"page_num": 0,
"text": "a",
"position": {
"top": 444,
"bottom": 493,
"left": 555,
"right": 583,
"bbTop": 444,
"bbBot": 493,
"bbLeft": 555,
"bbRight": 583
},
"confidence": 100
},
{
"doc_index": 179,
"page_index": 179,
"block_index": 86,
"page_num": 0,
"text": "n",
"position": {
"top": 444,
"bottom": 493,
"left": 583,
"right": 615,
"bbTop": 444,
"bbBot": 493,
"bbLeft": 583,
"bbRight": 615
},
"confidence": 100
},
{
"doc_index": 180,
"page_index": 180,
"block_index": 87,
"page_num": 0,
"text": "u",
"position": {
"top": 444,
"bottom": 493,
"left": 615,
"right": 644,
"bbTop": 444,
"bbBot": 493,
"bbLeft": 615,
"bbRight": 644
},
"confidence": 100
},
{
"doc_index": 181,
"page_index": 181,
"block_index": 88,
"page_num": 0,
"text": "f",
"position": {
"top": 444,
"bottom": 493,
"left": 644,
"right": 667,
"bbTop": 444,
"bbBot": 493,
"bbLeft": 644,
"bbRight": 667
},
"confidence": 100
},
{
"doc_index": 182,
"page_index": 182,
"block_index": 89,
"page_num": 0,
"text": "a",
"position": {
"top": 444,
"bottom": 493,
"left": 667,
"right": 695,
"bbTop": 444,
"bbBot": 493,
"bbLeft": 667,
"bbRight": 695
},
"confidence": 100
},
{
"doc_index": 183,
"page_index": 183,
"block_index": 90,
"page_num": 0,
"text": "c",
"position": {
"top": 444,
"bottom": 493,
"left": 695,
"right": 720,
"bbTop": 444,
"bbBot": 493,
"bbLeft": 695,
"bbRight": 720
},
"confidence": 100
},
{
"doc_index": 184,
"page_index": 184,
"block_index": 91,
"page_num": 0,
"text": "t",
"position": {
"top": 444,
"bottom": 493,
"left": 720,
"right": 738,
"bbTop": 444,
"bbBot": 493,
"bbLeft": 720,
"bbRight": 738
},
"confidence": 100
},
{
"doc_index": 185,
"page_index": 185,
"block_index": 92,
"page_num": 0,
"text": "u",
"position": {
"top": 444,
"bottom": 493,
"left": 738,
"right": 767,
"bbTop": 444,
"bbBot": 493,
"bbLeft": 738,
"bbRight": 767
},
"confidence": 100
},
{
"doc_index": 186,
"page_index": 186,
"block_index": 93,
"page_num": 0,
"text": "r",
"position": {
"top": 444,
"bottom": 493,
"left": 767,
"right": 789,
"bbTop": 444,
"bbBot": 493,
"bbLeft": 767,
"bbRight": 789
},
"confidence": 100
},
{
"doc_index": 187,
"page_index": 187,
"block_index": 94,
"page_num": 0,
"text": "i",
"position": {
"top": 444,
"bottom": 493,
"left": 789,
"right": 806,
"bbTop": 444,
"bbBot": 493,
"bbLeft": 789,
"bbRight": 806
},
"confidence": 100
},
{
"doc_index": 188,
"page_index": 188,
"block_index": 95,
"page_num": 0,
"text": "n",
"position": {
"top": 444,
"bottom": 493,
"left": 806,
"right": 838,
"bbTop": 444,
"bbBot": 493,
"bbLeft": 806,
"bbRight": 838
},
"confidence": 100
},
{
"doc_index": 189,
"page_index": 189,
"block_index": 96,
"page_num": 0,
"text": "g",
"position": {
"top": 444,
"bottom": 493,
"left": 838,
"right": 863,
"bbTop": 444,
"bbBot": 493,
"bbLeft": 838,
"bbRight": 863
},
"confidence": 100
},
{
"doc_index": 190,
"page_index": 190,
"block_index": 97,
"page_num": 0,
"text": ")",
"position": {
"top": 444,
"bottom": 493,
"left": 863,
"right": 876,
"bbTop": 444,
"bbBot": 493,
"bbLeft": 863,
"bbRight": 876
},
"confidence": 100
},
{
"doc_index": 192,
"page_index": 192,
"block_index": 0,
"page_num": 0,
"text": "D",
"position": {
"top": 575,
"bottom": 612,
"left": 247,
"right": 289,
"bbTop": 575,
"bbBot": 612,
"bbLeft": 247,
"bbRight": 289
},
"confidence": 100
},
{
"doc_index": 193,
"page_index": 193,
"block_index": 1,
"page_num": 0,
"text": "a",
"position": {
"top": 575,
"bottom": 612,
"left": 289,
"right": 319,
"bbTop": 575,
"bbBot": 612,
"bbLeft": 289,
"bbRight": 319
},
"confidence": 100
},
{
"doc_index": 194,
"page_index": 194,
"block_index": 2,
"page_num": 0,
"text": "t",
"position": {
"top": 575,
"bottom": 612,
"left": 319,
"right": 338,
"bbTop": 575,
"bbBot": 612,
"bbLeft": 319,
"bbRight": 338
},
"confidence": 100
},
{
"doc_index": 195,
"page_index": 195,
"block_index": 3,
"page_num": 0,
"text": "e",
"position": {
"top": 575,
"bottom": 612,
"left": 338,
"right": 365,
"bbTop": 575,
"bbBot": 612,
"bbLeft": 338,
"bbRight": 365
},
"confidence": 100
},
{
"doc_index": 196,
"page_index": 196,
"block_index": 4,
"page_num": 0,
"text": ":",
"position": {
"top": 575,
"bottom": 612,
"left": 365,
"right": 373,
"bbTop": 575,
"bbBot": 612,
"bbLeft": 365,
"bbRight": 373
},
"confidence": 100
},
{
"doc_index": 198,
"page_index": 198,
"block_index": 6,
"page_num": 0,
"text": "M",
"position": {
"top": 575,
"bottom": 617,
"left": 399,
"right": 447,
"bbTop": 575,
"bbBot": 617,
"bbLeft": 399,
"bbRight": 447
},
"confidence": 100
},
{
"doc_index": 199,
"page_index": 199,
"block_index": 7,
"page_num": 0,
"text": "o",
"position": {
"top": 575,
"bottom": 617,
"left": 447,
"right": 472,
"bbTop": 575,
"bbBot": 617,
"bbLeft": 447,
"bbRight": 472
},
"confidence": 100
},
{
"doc_index": 200,
"page_index": 200,
"block_index": 8,
"page_num": 0,
"text": "n",
"position": {
"top": 575,
"bottom": 617,
"left": 472,
"right": 502,
"bbTop": 575,
"bbBot": 617,
"bbLeft": 472,
"bbRight": 502
},
"confidence": 100
},
{
"doc_index": 201,
"page_index": 201,
"block_index": 9,
"page_num": 0,
"text": ",",
"position": {
"top": 575,
"bottom": 617,
"left": 502,
"right": 511,
"bbTop": 575,
"bbBot": 617,
"bbLeft": 502,
"bbRight": 511
},
"confidence": 100
},
{
"doc_index": 203,
"page_index": 203,
"block_index": 11,
"page_num": 0,
"text": "2",
"position": {
"top": 574,
"bottom": 612,
"left": 535,
"right": 564,
"bbTop": 574,
"bbBot": 612,
"bbLeft": 535,
"bbRight": 564
},
"confidence": 100
},
{
"doc_index": 204,
"page_index": 204,
"block_index": 12,
"page_num": 0,
"text": "3",
"position": {
"top": 574,
"bottom": 612,
"left": 564,
"right": 591,
"bbTop": 574,
"bbBot": 612,
"bbLeft": 564,
"bbRight": 591
},
"confidence": 100
},
{
"doc_index": 206,
"page_index": 206,
"block_index": 14,
"page_num": 0,
"text": "S",
"position": {
"top": 574,
"bottom": 622,
"left": 614,
"right": 646,
"bbTop": 574,
"bbBot": 622,
"bbLeft": 614,
"bbRight": 646
},
"confidence": 100
},
{
"doc_index": 207,
"page_index": 207,
"block_index": 15,
"page_num": 0,
"text": "e",
"position": {
"top": 574,
"bottom": 622,
"left": 646,
"right": 674,
"bbTop": 574,
"bbBot": 622,
"bbLeft": 646,
"bbRight": 674
},
"confidence": 100
},
{
"doc_index": 208,
"page_index": 208,
"block_index": 16,
"page_num": 0,
"text": "p",
"position": {
"top": 574,
"bottom": 622,
"left": 674,
"right": 702,
"bbTop": 574,
"bbBot": 622,
"bbLeft": 674,
"bbRight": 702
},
"confidence": 100
},
{
"doc_index": 210,
"page_index": 210,
"block_index": 18,
"page_num": 0,
"text": "2",
"position": {
"top": 574,
"bottom": 612,
"left": 725,
"right": 755,
"bbTop": 574,
"bbBot": 612,
"bbLeft": 725,
"bbRight": 755
},
"confidence": 100
},
{
"doc_index": 211,
"page_index": 211,
"block_index": 19,
"page_num": 0,
"text": "0",
"position": {
"top": 574,
"bottom": 612,
"left": 755,
"right": 783,
"bbTop": 574,
"bbBot": 612,
"bbLeft": 755,
"bbRight": 783
},
"confidence": 100
},
{
"doc_index": 212,
"page_index": 212,
"block_index": 20,
"page_num": 0,
"text": "2",
"position": {
"top": 574,
"bottom": 612,
"left": 783,
"right": 813,
"bbTop": 574,
"bbBot": 612,
"bbLeft": 783,
"bbRight": 813
},
"confidence": 100
},
{
"doc_index": 213,
"page_index": 213,
"block_index": 21,
"page_num": 0,
"text": "4",
"position": {
"top": 574,
"bottom": 612,
"left": 813,
"right": 845,
"bbTop": 574,
"bbBot": 612,
"bbLeft": 813,
"bbRight": 845
},
"confidence": 100
},
{
"doc_index": 215,
"page_index": 215,
"block_index": 23,
"page_num": 0,
"text": "1",
"position": {
"top": 574,
"bottom": 612,
"left": 870,
"right": 898,
"bbTop": 574,
"bbBot": 612,
"bbLeft": 870,
"bbRight": 898
},
"confidence": 100
},
{
"doc_index": 216,
"page_index": 216,
"block_index": 24,
"page_num": 0,
"text": "4",
"position": {
"top": 574,
"bottom": 612,
"left": 898,
"right": 934,
"bbTop": 574,
"bbBot": 612,
"bbLeft": 898,
"bbRight": 934
},
"confidence": 100
},
{
"doc_index": 217,
"page_index": 217,
"block_index": 25,
"page_num": 0,
"text": ":",
"position": {
"top": 574,
"bottom": 612,
"left": 934,
"right": 943,
"bbTop": 574,
"bbBot": 612,
"bbLeft": 934,
"bbRight": 943
},
"confidence": 100
},
{
"doc_index": 218,
"page_index": 218,
"block_index": 26,
"page_num": 0,
"text": "1",
"position": {
"top": 574,
"bottom": 612,
"left": 943,
"right": 971,
"bbTop": 574,
"bbBot": 612,
"bbLeft": 943,
"bbRight": 971
},
"confidence": 100
},
{
"doc_index": 219,
"page_index": 219,
"block_index": 27,
"page_num": 0,
"text": "6",
"position": {
"top": 574,
"bottom": 612,
"left": 971,
"right": 1005,
"bbTop": 574,
"bbBot": 612,
"bbLeft": 971,
"bbRight": 1005
},
"confidence": 100
},
{
"doc_index": 220,
"page_index": 220,
"block_index": 28,
"page_num": 0,
"text": ":",
"position": {
"top": 574,
"bottom": 612,
"left": 1005,
"right": 1015,
"bbTop": 574,
"bbBot": 612,
"bbLeft": 1005,
"bbRight": 1015
},
"confidence": 100
},
{
"doc_index": 221,
"page_index": 221,
"block_index": 29,
"page_num": 0,
"text": "4",
"position": {
"top": 574,
"bottom": 612,
"left": 1015,
"right": 1051,
"bbTop": 574,
"bbBot": 612,
"bbLeft": 1015,
"bbRight": 1051
},
"confidence": 100
},
{
"doc_index": 222,
"page_index": 222,
"block_index": 30,
"page_num": 0,
"text": "5",
"position": {
"top": 574,
"bottom": 612,
"left": 1051,
"right": 1084,
"bbTop": 574,
"bbBot": 612,
"bbLeft": 1051,
"bbRight": 1084
},
"confidence": 100
},
{
"doc_index": 224,
"page_index": 224,
"block_index": 32,
"page_num": 0,
"text": "-",
"position": {
"top": 574,
"bottom": 612,
"left": 1107,
"right": 1142,
"bbTop": 574,
"bbBot": 612,
"bbLeft": 1107,
"bbRight": 1142
},
"confidence": 100
},
{
"doc_index": 225,
"page_index": 225,
"block_index": 33,
"page_num": 0,
"text": "0",
"position": {
"top": 574,
"bottom": 612,
"left": 1142,
"right": 1167,
"bbTop": 574,
"bbBot": 612,
"bbLeft": 1142,
"bbRight": 1167
},
"confidence": 100
},
{
"doc_index": 226,
"page_index": 226,
"block_index": 34,
"page_num": 0,
"text": "7",
"position": {
"top": 574,
"bottom": 612,
"left": 1167,
"right": 1195,
"bbTop": 574,
"bbBot": 612,
"bbLeft": 1167,
"bbRight": 1195
},
"confidence": 100
},
{
"doc_index": 227,
"page_index": 227,
"block_index": 35,
"page_num": 0,
"text": "0",
"position": {
"top": 574,
"bottom": 612,
"left": 1195,
"right": 1220,
"bbTop": 574,
"bbBot": 612,
"bbLeft": 1195,
"bbRight": 1220
},
"confidence": 100
},
{
"doc_index": 228,
"page_index": 228,
"block_index": 36,
"page_num": 0,
"text": "0",
"position": {
"top": 574,
"bottom": 612,
"left": 1220,
"right": 1246,
"bbTop": 574,
"bbBot": 612,
"bbLeft": 1220,
"bbRight": 1246
},
"confidence": 100
},
{
"doc_index": 230,
"page_index": 230,
"block_index": 0,
"page_num": 0,
"text": "H",
"position": {
"top": 810,
"bottom": 840,
"left": 239,
"right": 271,
"bbTop": 810,
"bbBot": 840,
"bbLeft": 239,
"bbRight": 271
},
"confidence": 100
},
{
"doc_index": 231,
"page_index": 231,
"block_index": 1,
"page_num": 0,
"text": "i",
"position": {
"top": 810,
"bottom": 840,
"left": 271,
"right": 284,
"bbTop": 810,
"bbBot": 840,
"bbLeft": 271,
"bbRight": 284
},
"confidence": 100
},
{
"doc_index": 233,
"page_index": 233,
"block_index": 3,
"page_num": 0,
"text": "M",
"position": {
"top": 810,
"bottom": 848,
"left": 314,
"right": 353,
"bbTop": 810,
"bbBot": 848,
"bbLeft": 314,
"bbRight": 353
},
"confidence": 100
},
{
"doc_index": 234,
"page_index": 234,
"block_index": 4,
"page_num": 0,
"text": "a",
"position": {
"top": 810,
"bottom": 848,
"left": 353,
"right": 375,
"bbTop": 810,
"bbBot": 848,
"bbLeft": 353,
"bbRight": 375
},
"confidence": 100
},
{
"doc_index": 235,
"page_index": 235,
"block_index": 5,
"page_num": 0,
"text": "r",
"position": {
"top": 810,
"bottom": 848,
"left": 375,
"right": 393,
"bbTop": 810,
"bbBot": 848,
"bbLeft": 375,
"bbRight": 393
},
"confidence": 100
},
{
"doc_index": 236,
"page_index": 236,
"block_index": 6,
"page_num": 0,
"text": "k",
"position": {
"top": 810,
"bottom": 848,
"left": 393,
"right": 418,
"bbTop": 810,
"bbBot": 848,
"bbLeft": 393,
"bbRight": 418
},
"confidence": 100
},
{
"doc_index": 237,
"page_index": 237,
"block_index": 7,
"page_num": 0,
"text": ",",
"position": {
"top": 810,
"bottom": 848,
"left": 418,
"right": 425,
"bbTop": 810,
"bbBot": 848,
"bbLeft": 418,
"bbRight": 425
},
"confidence": 100
},
{
"doc_index": 239,
"page_index": 239,
"block_index": 9,
"page_num": 0,
"text": "I",
"position": {
"top": 860,
"bottom": 887,
"left": 240,
"right": 257,
"bbTop": 860,
"bbBot": 887,
"bbLeft": 240,
"bbRight": 257
},
"confidence": 100
},
{
"doc_index": 241,
"page_index": 241,
"block_index": 0,
"page_num": 0,
"text": "h",
"position": {
"top": 857,
"bottom": 888,
"left": 290,
"right": 315,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 290,
"bbRight": 315
},
"confidence": 100
},
{
"doc_index": 242,
"page_index": 242,
"block_index": 1,
"page_num": 0,
"text": "a",
"position": {
"top": 857,
"bottom": 888,
"left": 315,
"right": 338,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 315,
"bbRight": 338
},
"confidence": 100
},
{
"doc_index": 243,
"page_index": 243,
"block_index": 2,
"page_num": 0,
"text": "v",
"position": {
"top": 857,
"bottom": 888,
"left": 338,
"right": 363,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 338,
"bbRight": 363
},
"confidence": 100
},
{
"doc_index": 244,
"page_index": 244,
"block_index": 3,
"page_num": 0,
"text": "e",
"position": {
"top": 857,
"bottom": 888,
"left": 363,
"right": 383,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 363,
"bbRight": 383
},
"confidence": 100
},
{
"doc_index": 246,
"page_index": 246,
"block_index": 5,
"page_num": 0,
"text": "a",
"position": {
"top": 865,
"bottom": 888,
"left": 414,
"right": 435,
"bbTop": 865,
"bbBot": 888,
"bbLeft": 414,
"bbRight": 435
},
"confidence": 100
},
{
"doc_index": 248,
"page_index": 248,
"block_index": 7,
"page_num": 0,
"text": "n",
"position": {
"top": 865,
"bottom": 888,
"left": 465,
"right": 488,
"bbTop": 865,
"bbBot": 888,
"bbLeft": 465,
"bbRight": 488
},
"confidence": 100
},
{
"doc_index": 249,
"page_index": 249,
"block_index": 8,
"page_num": 0,
"text": "e",
"position": {
"top": 865,
"bottom": 888,
"left": 488,
"right": 506,
"bbTop": 865,
"bbBot": 888,
"bbLeft": 488,
"bbRight": 506
},
"confidence": 100
},
{
"doc_index": 250,
"page_index": 250,
"block_index": 9,
"page_num": 0,
"text": "w",
"position": {
"top": 865,
"bottom": 888,
"left": 506,
"right": 536,
"bbTop": 865,
"bbBot": 888,
"bbLeft": 506,
"bbRight": 536
},
"confidence": 100
},
{
"doc_index": 252,
"page_index": 252,
"block_index": 11,
"page_num": 0,
"text": "p",
"position": {
"top": 860,
"bottom": 896,
"left": 565,
"right": 592,
"bbTop": 860,
"bbBot": 896,
"bbLeft": 565,
"bbRight": 592
},
"confidence": 100
},
{
"doc_index": 253,
"page_index": 253,
"block_index": 12,
"page_num": 0,
"text": "r",
"position": {
"top": 860,
"bottom": 896,
"left": 592,
"right": 615,
"bbTop": 860,
"bbBot": 896,
"bbLeft": 592,
"bbRight": 615
},
"confidence": 100
},
{
"doc_index": 254,
"page_index": 254,
"block_index": 13,
"page_num": 0,
"text": "o",
"position": {
"top": 860,
"bottom": 896,
"left": 615,
"right": 643,
"bbTop": 860,
"bbBot": 896,
"bbLeft": 615,
"bbRight": 643
},
"confidence": 100
},
{
"doc_index": 255,
"page_index": 255,
"block_index": 14,
"page_num": 0,
"text": "p",
"position": {
"top": 860,
"bottom": 896,
"left": 643,
"right": 670,
"bbTop": 860,
"bbBot": 896,
"bbLeft": 643,
"bbRight": 670
},
"confidence": 100
},
{
"doc_index": 256,
"page_index": 256,
"block_index": 15,
"page_num": 0,
"text": "e",
"position": {
"top": 860,
"bottom": 896,
"left": 670,
"right": 695,
"bbTop": 860,
"bbBot": 896,
"bbLeft": 670,
"bbRight": 695
},
"confidence": 100
},
{
"doc_index": 257,
"page_index": 257,
"block_index": 16,
"page_num": 0,
"text": "r",
"position": {
"top": 860,
"bottom": 896,
"left": 695,
"right": 718,
"bbTop": 860,
"bbBot": 896,
"bbLeft": 695,
"bbRight": 718
},
"confidence": 100
},
{
"doc_index": 258,
"page_index": 258,
"block_index": 17,
"page_num": 0,
"text": "t",
"position": {
"top": 860,
"bottom": 896,
"left": 718,
"right": 737,
"bbTop": 860,
"bbBot": 896,
"bbLeft": 718,
"bbRight": 737
},
"confidence": 100
},
{
"doc_index": 259,
"page_index": 259,
"block_index": 18,
"page_num": 0,
"text": "y",
"position": {
"top": 860,
"bottom": 896,
"left": 737,
"right": 760,
"bbTop": 860,
"bbBot": 896,
"bbLeft": 737,
"bbRight": 760
},
"confidence": 100
},
{
"doc_index": 261,
"page_index": 261,
"block_index": 20,
"page_num": 0,
"text": "i",
"position": {
"top": 857,
"bottom": 888,
"left": 789,
"right": 805,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 789,
"bbRight": 805
},
"confidence": 100
},
{
"doc_index": 262,
"page_index": 262,
"block_index": 21,
"page_num": 0,
"text": "n",
"position": {
"top": 857,
"bottom": 888,
"left": 805,
"right": 835,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 805,
"bbRight": 835
},
"confidence": 100
},
{
"doc_index": 263,
"page_index": 263,
"block_index": 22,
"page_num": 0,
"text": "s",
"position": {
"top": 857,
"bottom": 888,
"left": 835,
"right": 855,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 835,
"bbRight": 855
},
"confidence": 100
},
{
"doc_index": 264,
"page_index": 264,
"block_index": 23,
"page_num": 0,
"text": "u",
"position": {
"top": 857,
"bottom": 888,
"left": 855,
"right": 882,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 855,
"bbRight": 882
},
"confidence": 100
},
{
"doc_index": 265,
"page_index": 265,
"block_index": 24,
"page_num": 0,
"text": "r",
"position": {
"top": 857,
"bottom": 888,
"left": 882,
"right": 904,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 882,
"bbRight": 904
},
"confidence": 100
},
{
"doc_index": 266,
"page_index": 266,
"block_index": 25,
"page_num": 0,
"text": "a",
"position": {
"top": 857,
"bottom": 888,
"left": 904,
"right": 930,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 904,
"bbRight": 930
},
"confidence": 100
},
{
"doc_index": 267,
"page_index": 267,
"block_index": 26,
"page_num": 0,
"text": "n",
"position": {
"top": 857,
"bottom": 888,
"left": 930,
"right": 961,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 930,
"bbRight": 961
},
"confidence": 100
},
{
"doc_index": 268,
"page_index": 268,
"block_index": 27,
"page_num": 0,
"text": "c",
"position": {
"top": 857,
"bottom": 888,
"left": 961,
"right": 984,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 961,
"bbRight": 984
},
"confidence": 100
},
{
"doc_index": 269,
"page_index": 269,
"block_index": 28,
"page_num": 0,
"text": "e",
"position": {
"top": 857,
"bottom": 888,
"left": 984,
"right": 1008,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 984,
"bbRight": 1008
},
"confidence": 100
},
{
"doc_index": 271,
"page_index": 271,
"block_index": 30,
"page_num": 0,
"text": "a",
"position": {
"top": 857,
"bottom": 896,
"left": 1039,
"right": 1068,
"bbTop": 857,
"bbBot": 896,
"bbLeft": 1039,
"bbRight": 1068
},
"confidence": 100
},
{
"doc_index": 272,
"page_index": 272,
"block_index": 31,
"page_num": 0,
"text": "p",
"position": {
"top": 857,
"bottom": 896,
"left": 1068,
"right": 1095,
"bbTop": 857,
"bbBot": 896,
"bbLeft": 1068,
"bbRight": 1095
},
"confidence": 100
},
{
"doc_index": 273,
"page_index": 273,
"block_index": 32,
"page_num": 0,
"text": "p",
"position": {
"top": 857,
"bottom": 896,
"left": 1095,
"right": 1122,
"bbTop": 857,
"bbBot": 896,
"bbLeft": 1095,
"bbRight": 1122
},
"confidence": 100
},
{
"doc_index": 274,
"page_index": 274,
"block_index": 33,
"page_num": 0,
"text": "l",
"position": {
"top": 857,
"bottom": 896,
"left": 1122,
"right": 1140,
"bbTop": 857,
"bbBot": 896,
"bbLeft": 1122,
"bbRight": 1140
},
"confidence": 100
},
{
"doc_index": 275,
"page_index": 275,
"block_index": 34,
"page_num": 0,
"text": "i",
"position": {
"top": 857,
"bottom": 896,
"left": 1140,
"right": 1157,
"bbTop": 857,
"bbBot": 896,
"bbLeft": 1140,
"bbRight": 1157
},
"confidence": 100
},
{
"doc_index": 276,
"page_index": 276,
"block_index": 35,
"page_num": 0,
"text": "c",
"position": {
"top": 857,
"bottom": 896,
"left": 1157,
"right": 1182,
"bbTop": 857,
"bbBot": 896,
"bbLeft": 1157,
"bbRight": 1182
},
"confidence": 100
},
{
"doc_index": 277,
"page_index": 277,
"block_index": 36,
"page_num": 0,
"text": "a",
"position": {
"top": 857,
"bottom": 896,
"left": 1182,
"right": 1211,
"bbTop": 857,
"bbBot": 896,
"bbLeft": 1182,
"bbRight": 1211
},
"confidence": 100
},
{
"doc_index": 278,
"page_index": 278,
"block_index": 37,
"page_num": 0,
"text": "t",
"position": {
"top": 857,
"bottom": 896,
"left": 1211,
"right": 1230,
"bbTop": 857,
"bbBot": 896,
"bbLeft": 1211,
"bbRight": 1230
},
"confidence": 100
},
{
"doc_index": 279,
"page_index": 279,
"block_index": 38,
"page_num": 0,
"text": "i",
"position": {
"top": 857,
"bottom": 896,
"left": 1230,
"right": 1247,
"bbTop": 857,
"bbBot": 896,
"bbLeft": 1230,
"bbRight": 1247
},
"confidence": 100
},
{
"doc_index": 280,
"page_index": 280,
"block_index": 39,
"page_num": 0,
"text": "o",
"position": {
"top": 857,
"bottom": 896,
"left": 1247,
"right": 1275,
"bbTop": 857,
"bbBot": 896,
"bbLeft": 1247,
"bbRight": 1275
},
"confidence": 100
},
{
"doc_index": 281,
"page_index": 281,
"block_index": 40,
"page_num": 0,
"text": "n",
"position": {
"top": 857,
"bottom": 896,
"left": 1275,
"right": 1308,
"bbTop": 857,
"bbBot": 896,
"bbLeft": 1275,
"bbRight": 1308
},
"confidence": 100
},
{
"doc_index": 283,
"page_index": 283,
"block_index": 42,
"page_num": 0,
"text": "f",
"position": {
"top": 857,
"bottom": 888,
"left": 1339,
"right": 1361,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 1339,
"bbRight": 1361
},
"confidence": 100
},
{
"doc_index": 284,
"page_index": 284,
"block_index": 43,
"page_num": 0,
"text": "o",
"position": {
"top": 857,
"bottom": 888,
"left": 1361,
"right": 1386,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 1361,
"bbRight": 1386
},
"confidence": 100
},
{
"doc_index": 285,
"page_index": 285,
"block_index": 44,
"page_num": 0,
"text": "r",
"position": {
"top": 857,
"bottom": 888,
"left": 1386,
"right": 1407,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 1386,
"bbRight": 1407
},
"confidence": 100
},
{
"doc_index": 287,
"page_index": 287,
"block_index": 46,
"page_num": 0,
"text": "o",
"position": {
"top": 865,
"bottom": 888,
"left": 1439,
"right": 1463,
"bbTop": 865,
"bbBot": 888,
"bbLeft": 1439,
"bbRight": 1463
},
"confidence": 100
},
{
"doc_index": 288,
"page_index": 288,
"block_index": 47,
"page_num": 0,
"text": "u",
"position": {
"top": 865,
"bottom": 888,
"left": 1463,
"right": 1488,
"bbTop": 865,
"bbBot": 888,
"bbLeft": 1463,
"bbRight": 1488
},
"confidence": 100
},
{
"doc_index": 289,
"page_index": 289,
"block_index": 48,
"page_num": 0,
"text": "r",
"position": {
"top": 865,
"bottom": 888,
"left": 1488,
"right": 1507,
"bbTop": 865,
"bbBot": 888,
"bbLeft": 1488,
"bbRight": 1507
},
"confidence": 100
},
{
"doc_index": 291,
"page_index": 291,
"block_index": 50,
"page_num": 0,
"text": "c",
"position": {
"top": 857,
"bottom": 895,
"left": 1539,
"right": 1567,
"bbTop": 857,
"bbBot": 895,
"bbLeft": 1539,
"bbRight": 1567
},
"confidence": 100
},
{
"doc_index": 292,
"page_index": 292,
"block_index": 51,
"page_num": 0,
"text": "l",
"position": {
"top": 857,
"bottom": 895,
"left": 1567,
"right": 1586,
"bbTop": 857,
"bbBot": 895,
"bbLeft": 1567,
"bbRight": 1586
},
"confidence": 100
},
{
"doc_index": 293,
"page_index": 293,
"block_index": 52,
"page_num": 0,
"text": "i",
"position": {
"top": 857,
"bottom": 895,
"left": 1586,
"right": 1605,
"bbTop": 857,
"bbBot": 895,
"bbLeft": 1586,
"bbRight": 1605
},
"confidence": 100
},
{
"doc_index": 294,
"page_index": 294,
"block_index": 53,
"page_num": 0,
"text": "e",
"position": {
"top": 857,
"bottom": 895,
"left": 1605,
"right": 1633,
"bbTop": 857,
"bbBot": 895,
"bbLeft": 1605,
"bbRight": 1633
},
"confidence": 100
},
{
"doc_index": 295,
"page_index": 295,
"block_index": 54,
"page_num": 0,
"text": "n",
"position": {
"top": 857,
"bottom": 895,
"left": 1633,
"right": 1669,
"bbTop": 857,
"bbBot": 895,
"bbLeft": 1633,
"bbRight": 1669
},
"confidence": 100
},
{
"doc_index": 296,
"page_index": 296,
"block_index": 55,
"page_num": 0,
"text": "t",
"position": {
"top": 857,
"bottom": 895,
"left": 1669,
"right": 1690,
"bbTop": 857,
"bbBot": 895,
"bbLeft": 1669,
"bbRight": 1690
},
"confidence": 100
},
{
"doc_index": 297,
"page_index": 297,
"block_index": 56,
"page_num": 0,
"text": ",",
"position": {
"top": 857,
"bottom": 895,
"left": 1690,
"right": 1700,
"bbTop": 857,
"bbBot": 895,
"bbLeft": 1690,
"bbRight": 1700
},
"confidence": 100
},
{
"doc_index": 299,
"page_index": 299,
"block_index": 58,
"page_num": 0,
"text": "B",
"position": {
"top": 857,
"bottom": 888,
"left": 1739,
"right": 1773,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 1739,
"bbRight": 1773
},
"confidence": 100
},
{
"doc_index": 300,
"page_index": 300,
"block_index": 59,
"page_num": 0,
"text": "l",
"position": {
"top": 857,
"bottom": 888,
"left": 1773,
"right": 1789,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 1773,
"bbRight": 1789
},
"confidence": 100
},
{
"doc_index": 301,
"page_index": 301,
"block_index": 60,
"page_num": 0,
"text": "a",
"position": {
"top": 857,
"bottom": 888,
"left": 1789,
"right": 1815,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 1789,
"bbRight": 1815
},
"confidence": 100
},
{
"doc_index": 302,
"page_index": 302,
"block_index": 61,
"page_num": 0,
"text": "s",
"position": {
"top": 857,
"bottom": 888,
"left": 1815,
"right": 1833,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 1815,
"bbRight": 1833
},
"confidence": 100
},
{
"doc_index": 303,
"page_index": 303,
"block_index": 62,
"page_num": 0,
"text": "t",
"position": {
"top": 857,
"bottom": 888,
"left": 1833,
"right": 1850,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 1833,
"bbRight": 1850
},
"confidence": 100
},
{
"doc_index": 304,
"page_index": 304,
"block_index": 63,
"page_num": 0,
"text": "T",
"position": {
"top": 857,
"bottom": 888,
"left": 1850,
"right": 1885,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 1850,
"bbRight": 1885
},
"confidence": 100
},
{
"doc_index": 305,
"page_index": 305,
"block_index": 64,
"page_num": 0,
"text": "e",
"position": {
"top": 857,
"bottom": 888,
"left": 1885,
"right": 1908,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 1885,
"bbRight": 1908
},
"confidence": 100
},
{
"doc_index": 306,
"page_index": 306,
"block_index": 65,
"page_num": 0,
"text": "c",
"position": {
"top": 857,
"bottom": 888,
"left": 1908,
"right": 1931,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 1908,
"bbRight": 1931
},
"confidence": 100
},
{
"doc_index": 307,
"page_index": 307,
"block_index": 66,
"page_num": 0,
"text": "h",
"position": {
"top": 857,
"bottom": 888,
"left": 1931,
"right": 1959,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 1931,
"bbRight": 1959
},
"confidence": 100
},
{
"doc_index": 309,
"page_index": 309,
"block_index": 68,
"page_num": 0,
"text": "F",
"position": {
"top": 857,
"bottom": 888,
"left": 1990,
"right": 2020,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 1990,
"bbRight": 2020
},
"confidence": 100
},
{
"doc_index": 310,
"page_index": 310,
"block_index": 69,
"page_num": 0,
"text": "i",
"position": {
"top": 857,
"bottom": 888,
"left": 2020,
"right": 2035,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 2020,
"bbRight": 2035
},
"confidence": 100
},
{
"doc_index": 311,
"page_index": 311,
"block_index": 70,
"page_num": 0,
"text": "r",
"position": {
"top": 857,
"bottom": 888,
"left": 2035,
"right": 2056,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 2035,
"bbRight": 2056
},
"confidence": 100
},
{
"doc_index": 312,
"page_index": 312,
"block_index": 71,
"page_num": 0,
"text": "e",
"position": {
"top": 857,
"bottom": 888,
"left": 2056,
"right": 2079,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 2056,
"bbRight": 2079
},
"confidence": 100
},
{
"doc_index": 313,
"page_index": 313,
"block_index": 72,
"page_num": 0,
"text": "w",
"position": {
"top": 857,
"bottom": 888,
"left": 2079,
"right": 2116,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 2079,
"bbRight": 2116
},
"confidence": 100
},
{
"doc_index": 314,
"page_index": 314,
"block_index": 73,
"page_num": 0,
"text": "o",
"position": {
"top": 857,
"bottom": 888,
"left": 2116,
"right": 2141,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 2116,
"bbRight": 2141
},
"confidence": 100
},
{
"doc_index": 315,
"page_index": 315,
"block_index": 74,
"page_num": 0,
"text": "r",
"position": {
"top": 857,
"bottom": 888,
"left": 2141,
"right": 2161,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 2141,
"bbRight": 2161
},
"confidence": 100
},
{
"doc_index": 316,
"page_index": 316,
"block_index": 75,
"page_num": 0,
"text": "k",
"position": {
"top": 857,
"bottom": 888,
"left": 2161,
"right": 2190,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 2161,
"bbRight": 2190
},
"confidence": 100
},
{
"doc_index": 317,
"page_index": 317,
"block_index": 76,
"page_num": 0,
"text": "s",
"position": {
"top": 857,
"bottom": 888,
"left": 2190,
"right": 2209,
"bbTop": 857,
"bbBot": 888,
"bbLeft": 2190,
"bbRight": 2209
},
"confidence": 100
},
{
"doc_index": 319,
"page_index": 319,
"block_index": 78,
"page_num": 0,
"text": "M",
"position": {
"top": 904,
"bottom": 944,
"left": 238,
"right": 285,
"bbTop": 904,
"bbBot": 944,
"bbLeft": 238,
"bbRight": 285
},
"confidence": 100
},
{
"doc_index": 320,
"page_index": 320,
"block_index": 79,
"page_num": 0,
"text": "a",
"position": {
"top": 904,
"bottom": 944,
"left": 285,
"right": 310,
"bbTop": 904,
"bbBot": 944,
"bbLeft": 285,
"bbRight": 310
},
"confidence": 100
},
{
"doc_index": 321,
"page_index": 321,
"block_index": 80,
"page_num": 0,
"text": "n",
"position": {
"top": 904,
"bottom": 944,
"left": 310,
"right": 340,
"bbTop": 904,
"bbBot": 944,
"bbLeft": 310,
"bbRight": 340
},
"confidence": 100
},
{
"doc_index": 322,
"page_index": 322,
"block_index": 81,
"page_num": 0,
"text": "u",
"position": {
"top": 904,
"bottom": 944,
"left": 340,
"right": 366,
"bbTop": 904,
"bbBot": 944,
"bbLeft": 340,
"bbRight": 366
},
"confidence": 100
},
{
"doc_index": 323,
"page_index": 323,
"block_index": 82,
"page_num": 0,
"text": "f",
"position": {
"top": 904,
"bottom": 944,
"left": 366,
"right": 387,
"bbTop": 904,
"bbBot": 944,
"bbLeft": 366,
"bbRight": 387
},
"confidence": 100
},
{
"doc_index": 324,
"page_index": 324,
"block_index": 83,
"page_num": 0,
"text": "a",
"position": {
"top": 904,
"bottom": 944,
"left": 387,
"right": 413,
"bbTop": 904,
"bbBot": 944,
"bbLeft": 387,
"bbRight": 413
},
"confidence": 100
},
{
"doc_index": 325,
"page_index": 325,
"block_index": 84,
"page_num": 0,
"text": "c",
"position": {
"top": 904,
"bottom": 944,
"left": 413,
"right": 435,
"bbTop": 904,
"bbBot": 944,
"bbLeft": 413,
"bbRight": 435
},
"confidence": 100
},
{
"doc_index": 326,
"page_index": 326,
"block_index": 85,
"page_num": 0,
"text": "t",
"position": {
"top": 904,
"bottom": 944,
"left": 435,
"right": 452,
"bbTop": 904,
"bbBot": 944,
"bbLeft": 435,
"bbRight": 452
},
"confidence": 100
},
{
"doc_index": 327,
"page_index": 327,
"block_index": 86,
"page_num": 0,
"text": "u",
"position": {
"top": 904,
"bottom": 944,
"left": 452,
"right": 478,
"bbTop": 904,
"bbBot": 944,
"bbLeft": 452,
"bbRight": 478
},
"confidence": 100
},
{
"doc_index": 328,
"page_index": 328,
"block_index": 87,
"page_num": 0,
"text": "r",
"position": {
"top": 904,
"bottom": 944,
"left": 478,
"right": 499,
"bbTop": 904,
"bbBot": 944,
"bbLeft": 478,
"bbRight": 499
},
"confidence": 100
},
{
"doc_index": 329,
"page_index": 329,
"block_index": 88,
"page_num": 0,
"text": "i",
"position": {
"top": 904,
"bottom": 944,
"left": 499,
"right": 514,
"bbTop": 904,
"bbBot": 944,
"bbLeft": 499,
"bbRight": 514
},
"confidence": 100
},
{
"doc_index": 330,
"page_index": 330,
"block_index": 89,
"page_num": 0,
"text": "n",
"position": {
"top": 904,
"bottom": 944,
"left": 514,
"right": 543,
"bbTop": 904,
"bbBot": 944,
"bbLeft": 514,
"bbRight": 543
},
"confidence": 100
},
{
"doc_index": 331,
"page_index": 331,
"block_index": 90,
"page_num": 0,
"text": "g",
"position": {
"top": 904,
"bottom": 944,
"left": 543,
"right": 567,
"bbTop": 904,
"bbBot": 944,
"bbLeft": 543,
"bbRight": 567
},
"confidence": 100
},
{
"doc_index": 332,
"page_index": 332,
"block_index": 91,
"page_num": 0,
"text": ",",
"position": {
"top": 904,
"bottom": 944,
"left": 567,
"right": 575,
"bbTop": 904,
"bbBot": 944,
"bbLeft": 567,
"bbRight": 575
},
"confidence": 100
},
{
"doc_index": 334,
"page_index": 334,
"block_index": 93,
"page_num": 0,
"text": "l",
"position": {
"top": 905,
"bottom": 935,
"left": 614,
"right": 631,
"bbTop": 905,
"bbBot": 935,
"bbLeft": 614,
"bbRight": 631
},
"confidence": 100
},
{
"doc_index": 335,
"page_index": 335,
"block_index": 94,
"page_num": 0,
"text": "o",
"position": {
"top": 905,
"bottom": 935,
"left": 631,
"right": 658,
"bbTop": 905,
"bbBot": 935,
"bbLeft": 631,
"bbRight": 658
},
"confidence": 100
},
{
"doc_index": 336,
"page_index": 336,
"block_index": 95,
"page_num": 0,
"text": "c",
"position": {
"top": 905,
"bottom": 935,
"left": 658,
"right": 683,
"bbTop": 905,
"bbBot": 935,
"bbLeft": 658,
"bbRight": 683
},
"confidence": 100
},
{
"doc_index": 337,
"page_index": 337,
"block_index": 96,
"page_num": 0,
"text": "a",
"position": {
"top": 905,
"bottom": 935,
"left": 683,
"right": 711,
"bbTop": 905,
"bbBot": 935,
"bbLeft": 683,
"bbRight": 711
},
"confidence": 100
},
{
"doc_index": 338,
"page_index": 338,
"block_index": 97,
"page_num": 0,
"text": "t",
"position": {
"top": 905,
"bottom": 935,
"left": 711,
"right": 729,
"bbTop": 905,
"bbBot": 935,
"bbLeft": 711,
"bbRight": 729
},
"confidence": 100
},
{
"doc_index": 339,
"page_index": 339,
"block_index": 98,
"page_num": 0,
"text": "e",
"position": {
"top": 905,
"bottom": 935,
"left": 729,
"right": 754,
"bbTop": 905,
"bbBot": 935,
"bbLeft": 729,
"bbRight": 754
},
"confidence": 100
},
{
"doc_index": 340,
"page_index": 340,
"block_index": 99,
"page_num": 0,
"text": "d",
"position": {
"top": 905,
"bottom": 935,
"left": 754,
"right": 783,
"bbTop": 905,
"bbBot": 935,
"bbLeft": 754,
"bbRight": 783
},
"confidence": 100
},
{
"doc_index": 342,
"page_index": 342,
"block_index": 101,
"page_num": 0,
"text": "a",
"position": {
"top": 907,
"bottom": 935,
"left": 814,
"right": 840,
"bbTop": 907,
"bbBot": 935,
"bbLeft": 814,
"bbRight": 840
},
"confidence": 100
},
{
"doc_index": 343,
"page_index": 343,
"block_index": 102,
"page_num": 0,
"text": "t",
"position": {
"top": 907,
"bottom": 935,
"left": 840,
"right": 857,
"bbTop": 907,
"bbBot": 935,
"bbLeft": 840,
"bbRight": 857
},
"confidence": 100
},
{
"doc_index": 345,
"page_index": 345,
"block_index": 104,
"page_num": 0,
"text": "H",
"position": {
"top": 905,
"bottom": 944,
"left": 887,
"right": 922,
"bbTop": 905,
"bbBot": 944,
"bbLeft": 887,
"bbRight": 922
},
"confidence": 100
},
{
"doc_index": 346,
"page_index": 346,
"block_index": 105,
"page_num": 0,
"text": "i",
"position": {
"top": 905,
"bottom": 944,
"left": 922,
"right": 936,
"bbTop": 905,
"bbBot": 944,
"bbLeft": 922,
"bbRight": 936
},
"confidence": 100
},
{
"doc_index": 347,
"page_index": 347,
"block_index": 106,
"page_num": 0,
"text": "g",
"position": {
"top": 905,
"bottom": 944,
"left": 936,
"right": 958,
"bbTop": 905,
"bbBot": 944,
"bbLeft": 936,
"bbRight": 958
},
"confidence": 100
},
{
"doc_index": 348,
"page_index": 348,
"block_index": 107,
"page_num": 0,
"text": "h",
"position": {
"top": 905,
"bottom": 944,
"left": 958,
"right": 984,
"bbTop": 905,
"bbBot": 944,
"bbLeft": 958,
"bbRight": 984
},
"confidence": 100
},
{
"doc_index": 349,
"page_index": 349,
"block_index": 108,
"page_num": 0,
"text": "w",
"position": {
"top": 905,
"bottom": 944,
"left": 984,
"right": 1019,
"bbTop": 905,
"bbBot": 944,
"bbLeft": 984,
"bbRight": 1019
},
"confidence": 100
},
{
"doc_index": 350,
"page_index": 350,
"block_index": 109,
"page_num": 0,
"text": "a",
"position": {
"top": 905,
"bottom": 944,
"left": 1019,
"right": 1043,
"bbTop": 905,
"bbBot": 944,
"bbLeft": 1019,
"bbRight": 1043
},
"confidence": 100
},
{
"doc_index": 351,
"page_index": 351,
"block_index": 110,
"page_num": 0,
"text": "y",
"position": {
"top": 905,
"bottom": 944,
"left": 1043,
"right": 1062,
"bbTop": 905,
"bbBot": 944,
"bbLeft": 1043,
"bbRight": 1062
},
"confidence": 100
},
{
"doc_index": 353,
"page_index": 353,
"block_index": 112,
"page_num": 0,
"text": "2",
"position": {
"top": 907,
"bottom": 942,
"left": 1087,
"right": 1115,
"bbTop": 907,
"bbBot": 942,
"bbLeft": 1087,
"bbRight": 1115
},
"confidence": 100
},
{
"doc_index": 354,
"page_index": 354,
"block_index": 113,
"page_num": 0,
"text": ",",
"position": {
"top": 907,
"bottom": 942,
"left": 1115,
"right": 1124,
"bbTop": 907,
"bbBot": 942,
"bbLeft": 1115,
"bbRight": 1124
},
"confidence": 100
},
{
"doc_index": 356,
"page_index": 356,
"block_index": 115,
"page_num": 0,
"text": "K",
"position": {
"top": 907,
"bottom": 935,
"left": 1162,
"right": 1185,
"bbTop": 907,
"bbBot": 935,
"bbLeft": 1162,
"bbRight": 1185
},
"confidence": 100
},
{
"doc_index": 357,
"page_index": 357,
"block_index": 116,
"page_num": 0,
"text": "m",
"position": {
"top": 907,
"bottom": 935,
"left": 1185,
"right": 1210,
"bbTop": 907,
"bbBot": 935,
"bbLeft": 1185,
"bbRight": 1210
},
"confidence": 100
},
{
"doc_index": 359,
"page_index": 359,
"block_index": 118,
"page_num": 0,
"text": "4",
"position": {
"top": 907,
"bottom": 942,
"left": 1237,
"right": 1265,
"bbTop": 907,
"bbBot": 942,
"bbLeft": 1237,
"bbRight": 1265
},
"confidence": 100
},
{
"doc_index": 360,
"page_index": 360,
"block_index": 119,
"page_num": 0,
"text": "5",
"position": {
"top": 907,
"bottom": 942,
"left": 1265,
"right": 1290,
"bbTop": 907,
"bbBot": 942,
"bbLeft": 1265,
"bbRight": 1290
},
"confidence": 100
},
{
"doc_index": 361,
"page_index": 361,
"block_index": 120,
"page_num": 0,
"text": ",",
"position": {
"top": 907,
"bottom": 942,
"left": 1290,
"right": 1299,
"bbTop": 907,
"bbBot": 942,
"bbLeft": 1290,
"bbRight": 1299
},
"confidence": 100
},
{
"doc_index": 363,
"page_index": 363,
"block_index": 122,
"page_num": 0,
"text": "I",
"position": {
"top": 905,
"bottom": 935,
"left": 1338,
"right": 1361,
"bbTop": 905,
"bbBot": 935,
"bbLeft": 1338,
"bbRight": 1361
},
"confidence": 100
},
{
"doc_index": 364,
"page_index": 364,
"block_index": 123,
"page_num": 0,
"text": "n",
"position": {
"top": 905,
"bottom": 935,
"left": 1361,
"right": 1395,
"bbTop": 905,
"bbBot": 935,
"bbLeft": 1361,
"bbRight": 1395
},
"confidence": 100
},
{
"doc_index": 365,
"page_index": 365,
"block_index": 124,
"page_num": 0,
"text": "d",
"position": {
"top": 905,
"bottom": 935,
"left": 1395,
"right": 1424,
"bbTop": 905,
"bbBot": 935,
"bbLeft": 1395,
"bbRight": 1424
},
"confidence": 100
},
{
"doc_index": 366,
"page_index": 366,
"block_index": 125,
"page_num": 0,
"text": "u",
"position": {
"top": 905,
"bottom": 935,
"left": 1424,
"right": 1454,
"bbTop": 905,
"bbBot": 935,
"bbLeft": 1424,
"bbRight": 1454
},
"confidence": 100
},
{
"doc_index": 367,
"page_index": 367,
"block_index": 126,
"page_num": 0,
"text": "s",
"position": {
"top": 905,
"bottom": 935,
"left": 1454,
"right": 1475,
"bbTop": 905,
"bbBot": 935,
"bbLeft": 1454,
"bbRight": 1475
},
"confidence": 100
},
{
"doc_index": 368,
"page_index": 368,
"block_index": 127,
"page_num": 0,
"text": "t",
"position": {
"top": 905,
"bottom": 935,
"left": 1475,
"right": 1494,
"bbTop": 905,
"bbBot": 935,
"bbLeft": 1475,
"bbRight": 1494
},
"confidence": 100
},
{
"doc_index": 369,
"page_index": 369,
"block_index": 128,
"page_num": 0,
"text": "r",
"position": {
"top": 905,
"bottom": 935,
"left": 1494,
"right": 1518,
"bbTop": 905,
"bbBot": 935,
"bbLeft": 1494,
"bbRight": 1518
},
"confidence": 100
},
{
"doc_index": 370,
"page_index": 370,
"block_index": 129,
"page_num": 0,
"text": "i",
"position": {
"top": 905,
"bottom": 935,
"left": 1518,
"right": 1535,
"bbTop": 905,
"bbBot": 935,
"bbLeft": 1518,
"bbRight": 1535
},
"confidence": 100
},
{
"doc_index": 371,
"page_index": 371,
"block_index": 130,
"page_num": 0,
"text": "a",
"position": {
"top": 905,
"bottom": 935,
"left": 1535,
"right": 1564,
"bbTop": 905,
"bbBot": 935,
"bbLeft": 1535,
"bbRight": 1564
},
"confidence": 100
},
{
"doc_index": 372,
"page_index": 372,
"block_index": 131,
"page_num": 0,
"text": "l",
"position": {
"top": 905,
"bottom": 935,
"left": 1564,
"right": 1582,
"bbTop": 905,
"bbBot": 935,
"bbLeft": 1564,
"bbRight": 1582
},
"confidence": 100
},
{
"doc_index": 374,
"page_index": 374,
"block_index": 133,
"page_num": 0,
"text": "P",
"position": {
"top": 905,
"bottom": 942,
"left": 1612,
"right": 1643,
"bbTop": 905,
"bbBot": 942,
"bbLeft": 1612,
"bbRight": 1643
},
"confidence": 100
},
{
"doc_index": 375,
"page_index": 375,
"block_index": 134,
"page_num": 0,
"text": "a",
"position": {
"top": 905,
"bottom": 942,
"left": 1643,
"right": 1668,
"bbTop": 905,
"bbBot": 942,
"bbLeft": 1643,
"bbRight": 1668
},
"confidence": 100
},
{
"doc_index": 376,
"page_index": 376,
"block_index": 135,
"page_num": 0,
"text": "r",
"position": {
"top": 905,
"bottom": 942,
"left": 1668,
"right": 1688,
"bbTop": 905,
"bbBot": 942,
"bbLeft": 1668,
"bbRight": 1688
},
"confidence": 100
},
{
"doc_index": 377,
"page_index": 377,
"block_index": 136,
"page_num": 0,
"text": "k",
"position": {
"top": 905,
"bottom": 942,
"left": 1688,
"right": 1716,
"bbTop": 905,
"bbBot": 942,
"bbLeft": 1688,
"bbRight": 1716
},
"confidence": 100
},
{
"doc_index": 378,
"page_index": 378,
"block_index": 137,
"page_num": 0,
"text": ",",
"position": {
"top": 905,
"bottom": 942,
"left": 1716,
"right": 1724,
"bbTop": 905,
"bbBot": 942,
"bbLeft": 1716,
"bbRight": 1724
},
"confidence": 100
},
{
"doc_index": 380,
"page_index": 380,
"block_index": 139,
"page_num": 0,
"text": "R",
"position": {
"top": 907,
"bottom": 944,
"left": 1762,
"right": 1799,
"bbTop": 907,
"bbBot": 944,
"bbLeft": 1762,
"bbRight": 1799
},
"confidence": 100
},
{
"doc_index": 381,
"page_index": 381,
"block_index": 140,
"page_num": 0,
"text": "e",
"position": {
"top": 907,
"bottom": 944,
"left": 1799,
"right": 1822,
"bbTop": 907,
"bbBot": 944,
"bbLeft": 1799,
"bbRight": 1822
},
"confidence": 100
},
{
"doc_index": 382,
"page_index": 382,
"block_index": 141,
"page_num": 0,
"text": "y",
"position": {
"top": 907,
"bottom": 944,
"left": 1822,
"right": 1843,
"bbTop": 907,
"bbBot": 944,
"bbLeft": 1822,
"bbRight": 1843
},
"confidence": 100
},
{
"doc_index": 383,
"page_index": 383,
"block_index": 142,
"page_num": 0,
"text": "n",
"position": {
"top": 907,
"bottom": 944,
"left": 1843,
"right": 1872,
"bbTop": 907,
"bbBot": 944,
"bbLeft": 1843,
"bbRight": 1872
},
"confidence": 100
},
{
"doc_index": 384,
"page_index": 384,
"block_index": 143,
"page_num": 0,
"text": "o",
"position": {
"top": 907,
"bottom": 944,
"left": 1872,
"right": 1897,
"bbTop": 907,
"bbBot": 944,
"bbLeft": 1872,
"bbRight": 1897
},
"confidence": 100
},
{
"doc_index": 385,
"page_index": 385,
"block_index": 144,
"page_num": 0,
"text": "s",
"position": {
"top": 907,
"bottom": 944,
"left": 1897,
"right": 1915,
"bbTop": 907,
"bbBot": 944,
"bbLeft": 1897,
"bbRight": 1915
},
"confidence": 100
},
{
"doc_index": 386,
"page_index": 386,
"block_index": 145,
"page_num": 0,
"text": "a",
"position": {
"top": 907,
"bottom": 944,
"left": 1915,
"right": 1941,
"bbTop": 907,
"bbBot": 944,
"bbLeft": 1915,
"bbRight": 1941
},
"confidence": 100
},
{
"doc_index": 387,
"page_index": 387,
"block_index": 146,
"page_num": 0,
"text": ",",
"position": {
"top": 907,
"bottom": 944,
"left": 1941,
"right": 1949,
"bbTop": 907,
"bbBot": 944,
"bbLeft": 1941,
"bbRight": 1949
},
"confidence": 100
},
{
"doc_index": 389,
"page_index": 389,
"block_index": 148,
"page_num": 0,
"text": "T",
"position": {
"top": 905,
"bottom": 944,
"left": 1990,
"right": 2024,
"bbTop": 905,
"bbBot": 944,
"bbLeft": 1990,
"bbRight": 2024
},
"confidence": 100
},
{
"doc_index": 390,
"page_index": 390,
"block_index": 149,
"page_num": 0,
"text": "a",
"position": {
"top": 905,
"bottom": 944,
"left": 2024,
"right": 2049,
"bbTop": 905,
"bbBot": 944,
"bbLeft": 2024,
"bbRight": 2049
},
"confidence": 100
},
{
"doc_index": 391,
"page_index": 391,
"block_index": 150,
"page_num": 0,
"text": "m",
"position": {
"top": 905,
"bottom": 944,
"left": 2049,
"right": 2092,
"bbTop": 905,
"bbBot": 944,
"bbLeft": 2049,
"bbRight": 2092
},
"confidence": 100
},
{
"doc_index": 392,
"page_index": 392,
"block_index": 151,
"page_num": 0,
"text": "a",
"position": {
"top": 905,
"bottom": 944,
"left": 2092,
"right": 2117,
"bbTop": 905,
"bbBot": 944,
"bbLeft": 2092,
"bbRight": 2117
},
"confidence": 100
},
{
"doc_index": 393,
"page_index": 393,
"block_index": 152,
"page_num": 0,
"text": "u",
"position": {
"top": 905,
"bottom": 944,
"left": 2117,
"right": 2143,
"bbTop": 905,
"bbBot": 944,
"bbLeft": 2117,
"bbRight": 2143
},
"confidence": 100
},
{
"doc_index": 394,
"page_index": 394,
"block_index": 153,
"page_num": 0,
"text": "l",
"position": {
"top": 905,
"bottom": 944,
"left": 2143,
"right": 2158,
"bbTop": 905,
"bbBot": 944,
"bbLeft": 2143,
"bbRight": 2158
},
"confidence": 100
},
{
"doc_index": 395,
"page_index": 395,
"block_index": 154,
"page_num": 0,
"text": "i",
"position": {
"top": 905,
"bottom": 944,
"left": 2158,
"right": 2173,
"bbTop": 905,
"bbBot": 944,
"bbLeft": 2158,
"bbRight": 2173
},
"confidence": 100
},
{
"doc_index": 396,
"page_index": 396,
"block_index": 155,
"page_num": 0,
"text": "p",
"position": {
"top": 905,
"bottom": 944,
"left": 2173,
"right": 2197,
"bbTop": 905,
"bbBot": 944,
"bbLeft": 2173,
"bbRight": 2197
},
"confidence": 100
},
{
"doc_index": 397,
"page_index": 397,
"block_index": 156,
"page_num": 0,
"text": "a",
"position": {
"top": 905,
"bottom": 944,
"left": 2197,
"right": 2222,
"bbTop": 905,
"bbBot": 944,
"bbLeft": 2197,
"bbRight": 2222
},
"confidence": 100
},
{
"doc_index": 398,
"page_index": 398,
"block_index": 157,
"page_num": 0,
"text": "s",
"position": {
"top": 905,
"bottom": 944,
"left": 2222,
"right": 2241,
"bbTop": 905,
"bbBot": 944,
"bbLeft": 2222,
"bbRight": 2241
},
"confidence": 100
},
{
"doc_index": 399,
"page_index": 399,
"block_index": 158,
"page_num": 0,
"text": ",",
"position": {
"top": 905,
"bottom": 944,
"left": 2241,
"right": 2249,
"bbTop": 905,
"bbBot": 944,
"bbLeft": 2241,
"bbRight": 2249
},
"confidence": 100
},
{
"doc_index": 401,
"page_index": 401,
"block_index": 160,
"page_num": 0,
"text": "M",
"position": {
"top": 952,
"bottom": 982,
"left": 237,
"right": 282,
"bbTop": 952,
"bbBot": 982,
"bbLeft": 237,
"bbRight": 282
},
"confidence": 100
},
{
"doc_index": 402,
"page_index": 402,
"block_index": 161,
"page_num": 0,
"text": "e",
"position": {
"top": 952,
"bottom": 982,
"left": 282,
"right": 305,
"bbTop": 952,
"bbBot": 982,
"bbLeft": 282,
"bbRight": 305
},
"confidence": 100
},
{
"doc_index": 403,
"page_index": 403,
"block_index": 162,
"page_num": 0,
"text": "x",
"position": {
"top": 952,
"bottom": 982,
"left": 305,
"right": 331,
"bbTop": 952,
"bbBot": 982,
"bbLeft": 305,
"bbRight": 331
},
"confidence": 100
},
{
"doc_index": 404,
"page_index": 404,
"block_index": 163,
"page_num": 0,
"text": "i",
"position": {
"top": 952,
"bottom": 982,
"left": 331,
"right": 346,
"bbTop": 952,
"bbBot": 982,
"bbLeft": 331,
"bbRight": 346
},
"confidence": 100
},
{
"doc_index": 405,
"page_index": 405,
"block_index": 164,
"page_num": 0,
"text": "c",
"position": {
"top": 952,
"bottom": 982,
"left": 346,
"right": 368,
"bbTop": 952,
"bbBot": 982,
"bbLeft": 346,
"bbRight": 368
},
"confidence": 100
},
{
"doc_index": 406,
"page_index": 406,
"block_index": 165,
"page_num": 0,
"text": "o",
"position": {
"top": 952,
"bottom": 982,
"left": 368,
"right": 393,
"bbTop": 952,
"bbBot": 982,
"bbLeft": 368,
"bbRight": 393
},
"confidence": 100
},
{
"doc_index": 407,
"page_index": 407,
"block_index": 166,
"page_num": 0,
"text": ".",
"position": {
"top": 952,
"bottom": 982,
"left": 393,
"right": 401,
"bbTop": 952,
"bbBot": 982,
"bbLeft": 393,
"bbRight": 401
},
"confidence": 100
},
{
"doc_index": 409,
"page_index": 409,
"block_index": 168,
"page_num": 0,
"text": "I",
"position": {
"top": 1002,
"bottom": 1030,
"left": 239,
"right": 260,
"bbTop": 1002,
"bbBot": 1030,
"bbLeft": 239,
"bbRight": 260
},
"confidence": 100
},
{
"doc_index": 410,
"page_index": 410,
"block_index": 169,
"page_num": 0,
"text": "n",
"position": {
"top": 1002,
"bottom": 1030,
"left": 260,
"right": 290,
"bbTop": 1002,
"bbBot": 1030,
"bbLeft": 260,
"bbRight": 290
},
"confidence": 100
},
{
"doc_index": 411,
"page_index": 411,
"block_index": 170,
"page_num": 0,
"text": "s",
"position": {
"top": 1002,
"bottom": 1030,
"left": 290,
"right": 309,
"bbTop": 1002,
"bbBot": 1030,
"bbLeft": 290,
"bbRight": 309
},
"confidence": 100
},
{
"doc_index": 412,
"page_index": 412,
"block_index": 171,
"page_num": 0,
"text": "u",
"position": {
"top": 1002,
"bottom": 1030,
"left": 309,
"right": 336,
"bbTop": 1002,
"bbBot": 1030,
"bbLeft": 309,
"bbRight": 336
},
"confidence": 100
},
{
"doc_index": 413,
"page_index": 413,
"block_index": 172,
"page_num": 0,
"text": "r",
"position": {
"top": 1002,
"bottom": 1030,
"left": 336,
"right": 357,
"bbTop": 1002,
"bbBot": 1030,
"bbLeft": 336,
"bbRight": 357
},
"confidence": 100
},
{
"doc_index": 414,
"page_index": 414,
"block_index": 173,
"page_num": 0,
"text": "a",
"position": {
"top": 1002,
"bottom": 1030,
"left": 357,
"right": 383,
"bbTop": 1002,
"bbBot": 1030,
"bbLeft": 357,
"bbRight": 383
},
"confidence": 100
},
{
"doc_index": 415,
"page_index": 415,
"block_index": 174,
"page_num": 0,
"text": "n",
"position": {
"top": 1002,
"bottom": 1030,
"left": 383,
"right": 413,
"bbTop": 1002,
"bbBot": 1030,
"bbLeft": 383,
"bbRight": 413
},
"confidence": 100
},
{
"doc_index": 416,
"page_index": 416,
"block_index": 175,
"page_num": 0,
"text": "c",
"position": {
"top": 1002,
"bottom": 1030,
"left": 413,
"right": 436,
"bbTop": 1002,
"bbBot": 1030,
"bbLeft": 413,
"bbRight": 436
},
"confidence": 100
},
{
"doc_index": 417,
"page_index": 417,
"block_index": 176,
"page_num": 0,
"text": "e",
"position": {
"top": 1002,
"bottom": 1030,
"left": 436,
"right": 459,
"bbTop": 1002,
"bbBot": 1030,
"bbLeft": 436,
"bbRight": 459
},
"confidence": 100
},
{
"doc_index": 419,
"page_index": 419,
"block_index": 178,
"page_num": 0,
"text": "R",
"position": {
"top": 999,
"bottom": 1038,
"left": 489,
"right": 527,
"bbTop": 999,
"bbBot": 1038,
"bbLeft": 489,
"bbRight": 527
},
"confidence": 100
},
{
"doc_index": 420,
"page_index": 420,
"block_index": 179,
"page_num": 0,
"text": "e",
"position": {
"top": 999,
"bottom": 1038,
"left": 527,
"right": 551,
"bbTop": 999,
"bbBot": 1038,
"bbLeft": 527,
"bbRight": 551
},
"confidence": 100
},
{
"doc_index": 421,
"page_index": 421,
"block_index": 180,
"page_num": 0,
"text": "q",
"position": {
"top": 999,
"bottom": 1038,
"left": 551,
"right": 572,
"bbTop": 999,
"bbBot": 1038,
"bbLeft": 551,
"bbRight": 572
},
"confidence": 100
},
{
"doc_index": 422,
"page_index": 422,
"block_index": 181,
"page_num": 0,
"text": "u",
"position": {
"top": 999,
"bottom": 1038,
"left": 572,
"right": 599,
"bbTop": 999,
"bbBot": 1038,
"bbLeft": 572,
"bbRight": 599
},
"confidence": 100
},
{
"doc_index": 423,
"page_index": 423,
"block_index": 182,
"page_num": 0,
"text": "i",
"position": {
"top": 999,
"bottom": 1038,
"left": 599,
"right": 615,
"bbTop": 999,
"bbBot": 1038,
"bbLeft": 599,
"bbRight": 615
},
"confidence": 100
},
{
"doc_index": 424,
"page_index": 424,
"block_index": 183,
"page_num": 0,
"text": "r",
"position": {
"top": 999,
"bottom": 1038,
"left": 615,
"right": 636,
"bbTop": 999,
"bbBot": 1038,
"bbLeft": 615,
"bbRight": 636
},
"confidence": 100
},
{
"doc_index": 425,
"page_index": 425,
"block_index": 184,
"page_num": 0,
"text": "e",
"position": {
"top": 999,
"bottom": 1038,
"left": 636,
"right": 660,
"bbTop": 999,
"bbBot": 1038,
"bbLeft": 636,
"bbRight": 660
},
"confidence": 100
},
{
"doc_index": 426,
"page_index": 426,
"block_index": 185,
"page_num": 0,
"text": "m",
"position": {
"top": 999,
"bottom": 1038,
"left": 660,
"right": 704,
"bbTop": 999,
"bbBot": 1038,
"bbLeft": 660,
"bbRight": 704
},
"confidence": 100
},
{
"doc_index": 427,
"page_index": 427,
"block_index": 186,
"page_num": 0,
"text": "e",
"position": {
"top": 999,
"bottom": 1038,
"left": 704,
"right": 728,
"bbTop": 999,
"bbBot": 1038,
"bbLeft": 704,
"bbRight": 728
},
"confidence": 100
},
{
"doc_index": 428,
"page_index": 428,
"block_index": 187,
"page_num": 0,
"text": "n",
"position": {
"top": 999,
"bottom": 1038,
"left": 728,
"right": 758,
"bbTop": 999,
"bbBot": 1038,
"bbLeft": 728,
"bbRight": 758
},
"confidence": 100
},
{
"doc_index": 429,
"page_index": 429,
"block_index": 188,
"page_num": 0,
"text": "t",
"position": {
"top": 999,
"bottom": 1038,
"left": 758,
"right": 775,
"bbTop": 999,
"bbBot": 1038,
"bbLeft": 758,
"bbRight": 775
},
"confidence": 100
},
{
"doc_index": 430,
"page_index": 430,
"block_index": 189,
"page_num": 0,
"text": "s",
"position": {
"top": 999,
"bottom": 1038,
"left": 775,
"right": 795,
"bbTop": 999,
"bbBot": 1038,
"bbLeft": 775,
"bbRight": 795
},
"confidence": 100
},
{
"doc_index": 431,
"page_index": 431,
"block_index": 190,
"page_num": 0,
"text": ":",
"position": {
"top": 999,
"bottom": 1038,
"left": 795,
"right": 802,
"bbTop": 999,
"bbBot": 1038,
"bbLeft": 795,
"bbRight": 802
},
"confidence": 100
},
{
"doc_index": 433,
"page_index": 433,
"block_index": 192,
"page_num": 0,
"text": "W",
"position": {
"top": 1049,
"bottom": 1077,
"left": 236,
"right": 267,
"bbTop": 1049,
"bbBot": 1077,
"bbLeft": 236,
"bbRight": 267
},
"confidence": 100
},
{
"doc_index": 434,
"page_index": 434,
"block_index": 193,
"page_num": 0,
"text": "e",
"position": {
"top": 1049,
"bottom": 1077,
"left": 267,
"right": 283,
"bbTop": 1049,
"bbBot": 1077,
"bbLeft": 267,
"bbRight": 283
},
"confidence": 100
},
{
"doc_index": 436,
"page_index": 436,
"block_index": 195,
"page_num": 0,
"text": "a",
"position": {
"top": 1054,
"bottom": 1077,
"left": 314,
"right": 340,
"bbTop": 1054,
"bbBot": 1077,
"bbLeft": 314,
"bbRight": 340
},
"confidence": 100
},
{
"doc_index": 437,
"page_index": 437,
"block_index": 196,
"page_num": 0,
"text": "r",
"position": {
"top": 1054,
"bottom": 1077,
"left": 340,
"right": 360,
"bbTop": 1054,
"bbBot": 1077,
"bbLeft": 340,
"bbRight": 360
},
"confidence": 100
},
{
"doc_index": 438,
"page_index": 438,
"block_index": 197,
"page_num": 0,
"text": "e",
"position": {
"top": 1054,
"bottom": 1077,
"left": 360,
"right": 383,
"bbTop": 1054,
"bbBot": 1077,
"bbLeft": 360,
"bbRight": 383
},
"confidence": 100
},
{
"doc_index": 440,
"page_index": 440,
"block_index": 199,
"page_num": 0,
"text": "s",
"position": {
"top": 1046,
"bottom": 1085,
"left": 415,
"right": 434,
"bbTop": 1046,
"bbBot": 1085,
"bbLeft": 415,
"bbRight": 434
},
"confidence": 100
},
{
"doc_index": 441,
"page_index": 441,
"block_index": 200,
"page_num": 0,
"text": "e",
"position": {
"top": 1046,
"bottom": 1085,
"left": 434,
"right": 458,
"bbTop": 1046,
"bbBot": 1085,
"bbLeft": 434,
"bbRight": 458
},
"confidence": 100
},
{
"doc_index": 442,
"page_index": 442,
"block_index": 201,
"page_num": 0,
"text": "e",
"position": {
"top": 1046,
"bottom": 1085,
"left": 458,
"right": 482,
"bbTop": 1046,
"bbBot": 1085,
"bbLeft": 458,
"bbRight": 482
},
"confidence": 100
},
{
"doc_index": 443,
"page_index": 443,
"block_index": 202,
"page_num": 0,
"text": "k",
"position": {
"top": 1046,
"bottom": 1085,
"left": 482,
"right": 512,
"bbTop": 1046,
"bbBot": 1085,
"bbLeft": 482,
"bbRight": 512
},
"confidence": 100
},
{
"doc_index": 444,
"page_index": 444,
"block_index": 203,
"page_num": 0,
"text": "i",
"position": {
"top": 1046,
"bottom": 1085,
"left": 512,
"right": 528,
"bbTop": 1046,
"bbBot": 1085,
"bbLeft": 512,
"bbRight": 528
},
"confidence": 100
},
{
"doc_index": 445,
"page_index": 445,
"block_index": 204,
"page_num": 0,
"text": "n",
"position": {
"top": 1046,
"bottom": 1085,
"left": 528,
"right": 558,
"bbTop": 1046,
"bbBot": 1085,
"bbLeft": 528,
"bbRight": 558
},
"confidence": 100
},
{
"doc_index": 446,
"page_index": 446,
"block_index": 205,
"page_num": 0,
"text": "g",
"position": {
"top": 1046,
"bottom": 1085,
"left": 558,
"right": 583,
"bbTop": 1046,
"bbBot": 1085,
"bbLeft": 558,
"bbRight": 583
},
"confidence": 100
},
{
"doc_index": 448,
"page_index": 448,
"block_index": 207,
"page_num": 0,
"text": "c",
"position": {
"top": 1054,
"bottom": 1085,
"left": 614,
"right": 637,
"bbTop": 1054,
"bbBot": 1085,
"bbLeft": 614,
"bbRight": 637
},
"confidence": 100
},
{
"doc_index": 449,
"page_index": 449,
"block_index": 208,
"page_num": 0,
"text": "o",
"position": {
"top": 1054,
"bottom": 1085,
"left": 637,
"right": 663,
"bbTop": 1054,
"bbBot": 1085,
"bbLeft": 637,
"bbRight": 663
},
"confidence": 100
},
{
"doc_index": 450,
"page_index": 450,
"block_index": 209,
"page_num": 0,
"text": "v",
"position": {
"top": 1054,
"bottom": 1085,
"left": 663,
"right": 690,
"bbTop": 1054,
"bbBot": 1085,
"bbLeft": 663,
"bbRight": 690
},
"confidence": 100
},
{
"doc_index": 451,
"page_index": 451,
"block_index": 210,
"page_num": 0,
"text": "e",
"position": {
"top": 1054,
"bottom": 1085,
"left": 690,
"right": 713,
"bbTop": 1054,
"bbBot": 1085,
"bbLeft": 690,
"bbRight": 713
},
"confidence": 100
},
{
"doc_index": 452,
"page_index": 452,
"block_index": 211,
"page_num": 0,
"text": "r",
"position": {
"top": 1054,
"bottom": 1085,
"left": 713,
"right": 734,
"bbTop": 1054,
"bbBot": 1085,
"bbLeft": 713,
"bbRight": 734
},
"confidence": 100
},
{
"doc_index": 453,
"page_index": 453,
"block_index": 212,
"page_num": 0,
"text": "a",
"position": {
"top": 1054,
"bottom": 1085,
"left": 734,
"right": 761,
"bbTop": 1054,
"bbBot": 1085,
"bbLeft": 734,
"bbRight": 761
},
"confidence": 100
},
{
"doc_index": 454,
"page_index": 454,
"block_index": 213,
"page_num": 0,
"text": "g",
"position": {
"top": 1054,
"bottom": 1085,
"left": 761,
"right": 785,
"bbTop": 1054,
"bbBot": 1085,
"bbLeft": 761,
"bbRight": 785
},
"confidence": 100
},
{
"doc_index": 455,
"page_index": 455,
"block_index": 214,
"page_num": 0,
"text": "e",
"position": {
"top": 1054,
"bottom": 1085,
"left": 785,
"right": 808,
"bbTop": 1054,
"bbBot": 1085,
"bbLeft": 785,
"bbRight": 808
},
"confidence": 100
},
{
"doc_index": 457,
"page_index": 457,
"block_index": 216,
"page_num": 0,
"text": "f",
"position": {
"top": 1046,
"bottom": 1077,
"left": 839,
"right": 861,
"bbTop": 1046,
"bbBot": 1077,
"bbLeft": 839,
"bbRight": 861
},
"confidence": 100
},
{
"doc_index": 458,
"page_index": 458,
"block_index": 217,
"page_num": 0,
"text": "o",
"position": {
"top": 1046,
"bottom": 1077,
"left": 861,
"right": 886,
"bbTop": 1046,
"bbBot": 1077,
"bbLeft": 861,
"bbRight": 886
},
"confidence": 100
},
{
"doc_index": 459,
"page_index": 459,
"block_index": 218,
"page_num": 0,
"text": "r",
"position": {
"top": 1046,
"bottom": 1077,
"left": 886,
"right": 907,
"bbTop": 1046,
"bbBot": 1077,
"bbLeft": 886,
"bbRight": 907
},
"confidence": 100
},
{
"doc_index": 461,
"page_index": 461,
"block_index": 220,
"page_num": 0,
"text": "t",
"position": {
"top": 1046,
"bottom": 1077,
"left": 940,
"right": 957,
"bbTop": 1046,
"bbBot": 1077,
"bbLeft": 940,
"bbRight": 957
},
"confidence": 100
},
{
"doc_index": 462,
"page_index": 462,
"block_index": 221,
"page_num": 0,
"text": "h",
"position": {
"top": 1046,
"bottom": 1077,
"left": 957,
"right": 985,
"bbTop": 1046,
"bbBot": 1077,
"bbLeft": 957,
"bbRight": 985
},
"confidence": 100
},
{
"doc_index": 463,
"page_index": 463,
"block_index": 222,
"page_num": 0,
"text": "e",
"position": {
"top": 1046,
"bottom": 1077,
"left": 985,
"right": 1008,
"bbTop": 1046,
"bbBot": 1077,
"bbLeft": 985,
"bbRight": 1008
},
"confidence": 100
},
{
"doc_index": 465,
"page_index": 465,
"block_index": 224,
"page_num": 0,
"text": "f",
"position": {
"top": 1046,
"bottom": 1085,
"left": 1039,
"right": 1063,
"bbTop": 1046,
"bbBot": 1085,
"bbLeft": 1039,
"bbRight": 1063
},
"confidence": 100
},
{
"doc_index": 466,
"page_index": 466,
"block_index": 225,
"page_num": 0,
"text": "o",
"position": {
"top": 1046,
"bottom": 1085,
"left": 1063,
"right": 1091,
"bbTop": 1046,
"bbBot": 1085,
"bbLeft": 1063,
"bbRight": 1091
},
"confidence": 100
},
{
"doc_index": 467,
"page_index": 467,
"block_index": 226,
"page_num": 0,
"text": "l",
"position": {
"top": 1046,
"bottom": 1085,
"left": 1091,
"right": 1108,
"bbTop": 1046,
"bbBot": 1085,
"bbLeft": 1091,
"bbRight": 1108
},
"confidence": 100
},
{
"doc_index": 468,
"page_index": 468,
"block_index": 227,
"page_num": 0,
"text": "l",
"position": {
"top": 1046,
"bottom": 1085,
"left": 1108,
"right": 1126,
"bbTop": 1046,
"bbBot": 1085,
"bbLeft": 1108,
"bbRight": 1126
},
"confidence": 100
},
{
"doc_index": 469,
"page_index": 469,
"block_index": 228,
"page_num": 0,
"text": "o",
"position": {
"top": 1046,
"bottom": 1085,
"left": 1126,
"right": 1154,
"bbTop": 1046,
"bbBot": 1085,
"bbLeft": 1126,
"bbRight": 1154
},
"confidence": 100
},
{
"doc_index": 470,
"page_index": 470,
"block_index": 229,
"page_num": 0,
"text": "w",
"position": {
"top": 1046,
"bottom": 1085,
"left": 1154,
"right": 1196,
"bbTop": 1046,
"bbBot": 1085,
"bbLeft": 1154,
"bbRight": 1196
},
"confidence": 100
},
{
"doc_index": 471,
"page_index": 471,
"block_index": 230,
"page_num": 0,
"text": "i",
"position": {
"top": 1046,
"bottom": 1085,
"left": 1196,
"right": 1212,
"bbTop": 1046,
"bbBot": 1085,
"bbLeft": 1196,
"bbRight": 1212
},
"confidence": 100
},
{
"doc_index": 472,
"page_index": 472,
"block_index": 231,
"page_num": 0,
"text": "n",
"position": {
"top": 1046,
"bottom": 1085,
"left": 1212,
"right": 1245,
"bbTop": 1046,
"bbBot": 1085,
"bbLeft": 1212,
"bbRight": 1245
},
"confidence": 100
},
{
"doc_index": 473,
"page_index": 473,
"block_index": 232,
"page_num": 0,
"text": "g",
"position": {
"top": 1046,
"bottom": 1085,
"left": 1245,
"right": 1271,
"bbTop": 1046,
"bbBot": 1085,
"bbLeft": 1245,
"bbRight": 1271
},
"confidence": 100
},
{
"doc_index": 474,
"page_index": 474,
"block_index": 233,
"page_num": 0,
"text": ":",
"position": {
"top": 1046,
"bottom": 1085,
"left": 1271,
"right": 1279,
"bbTop": 1046,
"bbBot": 1085,
"bbLeft": 1271,
"bbRight": 1279
},
"confidence": 100
},
{
"doc_index": 475,
"page_index": 475,
"block_index": 234,
"page_num": 0,
"text": "B",
"position": {
"top": 1046,
"bottom": 1085,
"left": 1279,
"right": 1316,
"bbTop": 1046,
"bbBot": 1085,
"bbLeft": 1279,
"bbRight": 1316
},
"confidence": 100
},
{
"doc_index": 476,
"page_index": 476,
"block_index": 235,
"page_num": 0,
"text": "u",
"position": {
"top": 1046,
"bottom": 1085,
"left": 1316,
"right": 1345,
"bbTop": 1046,
"bbBot": 1085,
"bbLeft": 1316,
"bbRight": 1345
},
"confidence": 100
},
{
"doc_index": 477,
"page_index": 477,
"block_index": 236,
"page_num": 0,
"text": "i",
"position": {
"top": 1046,
"bottom": 1085,
"left": 1345,
"right": 1362,
"bbTop": 1046,
"bbBot": 1085,
"bbLeft": 1345,
"bbRight": 1362
},
"confidence": 100
},
{
"doc_index": 478,
"page_index": 478,
"block_index": 237,
"page_num": 0,
"text": "l",
"position": {
"top": 1046,
"bottom": 1085,
"left": 1362,
"right": 1379,
"bbTop": 1046,
"bbBot": 1085,
"bbLeft": 1362,
"bbRight": 1379
},
"confidence": 100
},
{
"doc_index": 479,
"page_index": 479,
"block_index": 238,
"page_num": 0,
"text": "d",
"position": {
"top": 1046,
"bottom": 1085,
"left": 1379,
"right": 1408,
"bbTop": 1046,
"bbBot": 1085,
"bbLeft": 1379,
"bbRight": 1408
},
"confidence": 100
},
{
"doc_index": 480,
"page_index": 480,
"block_index": 239,
"page_num": 0,
"text": "i",
"position": {
"top": 1046,
"bottom": 1085,
"left": 1408,
"right": 1425,
"bbTop": 1046,
"bbBot": 1085,
"bbLeft": 1408,
"bbRight": 1425
},
"confidence": 100
},
{
"doc_index": 481,
"page_index": 481,
"block_index": 240,
"page_num": 0,
"text": "n",
"position": {
"top": 1046,
"bottom": 1085,
"left": 1425,
"right": 1458,
"bbTop": 1046,
"bbBot": 1085,
"bbLeft": 1425,
"bbRight": 1458
},
"confidence": 100
},
{
"doc_index": 482,
"page_index": 482,
"block_index": 241,
"page_num": 0,
"text": "g",
"position": {
"top": 1046,
"bottom": 1085,
"left": 1458,
"right": 1484,
"bbTop": 1046,
"bbBot": 1085,
"bbLeft": 1458,
"bbRight": 1484
},
"confidence": 100
},
{
"doc_index": 484,
"page_index": 484,
"block_index": 243,
"page_num": 0,
"text": "C",
"position": {
"top": 1049,
"bottom": 1085,
"left": 1513,
"right": 1547,
"bbTop": 1049,
"bbBot": 1085,
"bbLeft": 1513,
"bbRight": 1547
},
"confidence": 100
},
{
"doc_index": 485,
"page_index": 485,
"block_index": 244,
"page_num": 0,
"text": "o",
"position": {
"top": 1049,
"bottom": 1085,
"left": 1547,
"right": 1573,
"bbTop": 1049,
"bbBot": 1085,
"bbLeft": 1547,
"bbRight": 1573
},
"confidence": 100
},
{
"doc_index": 486,
"page_index": 486,
"block_index": 245,
"page_num": 0,
"text": "v",
"position": {
"top": 1049,
"bottom": 1085,
"left": 1573,
"right": 1600,
"bbTop": 1049,
"bbBot": 1085,
"bbLeft": 1573,
"bbRight": 1600
},
"confidence": 100
},
{
"doc_index": 487,
"page_index": 487,
"block_index": 246,
"page_num": 0,
"text": "e",
"position": {
"top": 1049,
"bottom": 1085,
"left": 1600,
"right": 1624,
"bbTop": 1049,
"bbBot": 1085,
"bbLeft": 1600,
"bbRight": 1624
},
"confidence": 100
},
{
"doc_index": 488,
"page_index": 488,
"block_index": 247,
"page_num": 0,
"text": "r",
"position": {
"top": 1049,
"bottom": 1085,
"left": 1624,
"right": 1645,
"bbTop": 1049,
"bbBot": 1085,
"bbLeft": 1624,
"bbRight": 1645
},
"confidence": 100
},
{
"doc_index": 489,
"page_index": 489,
"block_index": 248,
"page_num": 0,
"text": "a",
"position": {
"top": 1049,
"bottom": 1085,
"left": 1645,
"right": 1672,
"bbTop": 1049,
"bbBot": 1085,
"bbLeft": 1645,
"bbRight": 1672
},
"confidence": 100
},
{
"doc_index": 490,
"page_index": 490,
"block_index": 249,
"page_num": 0,
"text": "g",
"position": {
"top": 1049,
"bottom": 1085,
"left": 1672,
"right": 1696,
"bbTop": 1049,
"bbBot": 1085,
"bbLeft": 1672,
"bbRight": 1696
},
"confidence": 100
},
{
"doc_index": 491,
"page_index": 491,
"block_index": 250,
"page_num": 0,
"text": "e",
"position": {
"top": 1049,
"bottom": 1085,
"left": 1696,
"right": 1720,
"bbTop": 1049,
"bbBot": 1085,
"bbLeft": 1696,
"bbRight": 1720
},
"confidence": 100
},
{
"doc_index": 492,
"page_index": 492,
"block_index": 251,
"page_num": 0,
"text": ":",
"position": {
"top": 1049,
"bottom": 1085,
"left": 1720,
"right": 1727,
"bbTop": 1049,
"bbBot": 1085,
"bbLeft": 1720,
"bbRight": 1727
},
"confidence": 100
},
{
"doc_index": 494,
"page_index": 494,
"block_index": 253,
"page_num": 0,
"text": "$",
"position": {
"top": 1047,
"bottom": 1084,
"left": 1763,
"right": 1786,
"bbTop": 1047,
"bbBot": 1084,
"bbLeft": 1763,
"bbRight": 1786
},
"confidence": 100
},
{
"doc_index": 495,
"page_index": 495,
"block_index": 254,
"page_num": 0,
"text": "1",
"position": {
"top": 1047,
"bottom": 1084,
"left": 1786,
"right": 1810,
"bbTop": 1047,
"bbBot": 1084,
"bbLeft": 1786,
"bbRight": 1810
},
"confidence": 100
},
{
"doc_index": 496,
"page_index": 496,
"block_index": 255,
"page_num": 0,
"text": "0",
"position": {
"top": 1047,
"bottom": 1084,
"left": 1810,
"right": 1836,
"bbTop": 1047,
"bbBot": 1084,
"bbLeft": 1810,
"bbRight": 1836
},
"confidence": 100
},
{
"doc_index": 497,
"page_index": 497,
"block_index": 256,
"page_num": 0,
"text": ",",
"position": {
"top": 1047,
"bottom": 1084,
"left": 1836,
"right": 1846,
"bbTop": 1047,
"bbBot": 1084,
"bbLeft": 1836,
"bbRight": 1846
},
"confidence": 100
},
{
"doc_index": 498,
"page_index": 498,
"block_index": 257,
"page_num": 0,
"text": "0",
"position": {
"top": 1047,
"bottom": 1084,
"left": 1846,
"right": 1873,
"bbTop": 1047,
"bbBot": 1084,
"bbLeft": 1846,
"bbRight": 1873
},
"confidence": 100
},
{
"doc_index": 499,
"page_index": 499,
"block_index": 258,
"page_num": 0,
"text": "0",
"position": {
"top": 1047,
"bottom": 1084,
"left": 1873,
"right": 1900,
"bbTop": 1047,
"bbBot": 1084,
"bbLeft": 1873,
"bbRight": 1900
},
"confidence": 100
},
{
"doc_index": 500,
"page_index": 500,
"block_index": 259,
"page_num": 0,
"text": "0",
"position": {
"top": 1047,
"bottom": 1084,
"left": 1900,
"right": 1926,
"bbTop": 1047,
"bbBot": 1084,
"bbLeft": 1900,
"bbRight": 1926
},
"confidence": 100
},
{
"doc_index": 501,
"page_index": 501,
"block_index": 260,
"page_num": 0,
"text": ",",
"position": {
"top": 1047,
"bottom": 1084,
"left": 1926,
"right": 1936,
"bbTop": 1047,
"bbBot": 1084,
"bbLeft": 1926,
"bbRight": 1936
},
"confidence": 100
},
{
"doc_index": 502,
"page_index": 502,
"block_index": 261,
"page_num": 0,
"text": "0",
"position": {
"top": 1047,
"bottom": 1084,
"left": 1936,
"right": 1963,
"bbTop": 1047,
"bbBot": 1084,
"bbLeft": 1936,
"bbRight": 1963
},
"confidence": 100
},
{
"doc_index": 503,
"page_index": 503,
"block_index": 262,
"page_num": 0,
"text": "0",
"position": {
"top": 1047,
"bottom": 1084,
"left": 1963,
"right": 1989,
"bbTop": 1047,
"bbBot": 1084,
"bbLeft": 1963,
"bbRight": 1989
},
"confidence": 100
},
{
"doc_index": 504,
"page_index": 504,
"block_index": 263,
"page_num": 0,
"text": "0",
"position": {
"top": 1047,
"bottom": 1084,
"left": 1989,
"right": 2016,
"bbTop": 1047,
"bbBot": 1084,
"bbLeft": 1989,
"bbRight": 2016
},
"confidence": 100
},
{
"doc_index": 505,
"page_index": 505,
"block_index": 264,
"page_num": 0,
"text": "C",
"position": {
"top": 1047,
"bottom": 1084,
"left": 2016,
"right": 2053,
"bbTop": 1047,
"bbBot": 1084,
"bbLeft": 2016,
"bbRight": 2053
},
"confidence": 100
},
{
"doc_index": 506,
"page_index": 506,
"block_index": 265,
"page_num": 0,
"text": "o",
"position": {
"top": 1047,
"bottom": 1084,
"left": 2053,
"right": 2082,
"bbTop": 1047,
"bbBot": 1084,
"bbLeft": 2053,
"bbRight": 2082
},
"confidence": 100
},
{
"doc_index": 507,
"page_index": 507,
"block_index": 266,
"page_num": 0,
"text": "n",
"position": {
"top": 1047,
"bottom": 1084,
"left": 2082,
"right": 2115,
"bbTop": 1047,
"bbBot": 1084,
"bbLeft": 2082,
"bbRight": 2115
},
"confidence": 100
},
{
"doc_index": 508,
"page_index": 508,
"block_index": 267,
"page_num": 0,
"text": "t",
"position": {
"top": 1047,
"bottom": 1084,
"left": 2115,
"right": 2134,
"bbTop": 1047,
"bbBot": 1084,
"bbLeft": 2115,
"bbRight": 2134
},
"confidence": 100
},
{
"doc_index": 509,
"page_index": 509,
"block_index": 268,
"page_num": 0,
"text": "e",
"position": {
"top": 1047,
"bottom": 1084,
"left": 2134,
"right": 2160,
"bbTop": 1047,
"bbBot": 1084,
"bbLeft": 2134,
"bbRight": 2160
},
"confidence": 100
},
{
"doc_index": 510,
"page_index": 510,
"block_index": 269,
"page_num": 0,
"text": "n",
"position": {
"top": 1047,
"bottom": 1084,
"left": 2160,
"right": 2194,
"bbTop": 1047,
"bbBot": 1084,
"bbLeft": 2160,
"bbRight": 2194
},
"confidence": 100
},
{
"doc_index": 511,
"page_index": 511,
"block_index": 270,
"page_num": 0,
"text": "t",
"position": {
"top": 1047,
"bottom": 1084,
"left": 2194,
"right": 2212,
"bbTop": 1047,
"bbBot": 1084,
"bbLeft": 2194,
"bbRight": 2212
},
"confidence": 100
},
{
"doc_index": 512,
"page_index": 512,
"block_index": 271,
"page_num": 0,
"text": "s",
"position": {
"top": 1047,
"bottom": 1084,
"left": 2212,
"right": 2234,
"bbTop": 1047,
"bbBot": 1084,
"bbLeft": 2212,
"bbRight": 2234
},
"confidence": 100
},
{
"doc_index": 514,
"page_index": 514,
"block_index": 273,
"page_num": 0,
"text": "C",
"position": {
"top": 1096,
"bottom": 1133,
"left": 238,
"right": 272,
"bbTop": 1096,
"bbBot": 1133,
"bbLeft": 238,
"bbRight": 272
},
"confidence": 100
},
{
"doc_index": 515,
"page_index": 515,
"block_index": 274,
"page_num": 0,
"text": "o",
"position": {
"top": 1096,
"bottom": 1133,
"left": 272,
"right": 298,
"bbTop": 1096,
"bbBot": 1133,
"bbLeft": 272,
"bbRight": 298
},
"confidence": 100
},
{
"doc_index": 516,
"page_index": 516,
"block_index": 275,
"page_num": 0,
"text": "v",
"position": {
"top": 1096,
"bottom": 1133,
"left": 298,
"right": 325,
"bbTop": 1096,
"bbBot": 1133,
"bbLeft": 298,
"bbRight": 325
},
"confidence": 100
},
{
"doc_index": 517,
"page_index": 517,
"block_index": 276,
"page_num": 0,
"text": "e",
"position": {
"top": 1096,
"bottom": 1133,
"left": 325,
"right": 349,
"bbTop": 1096,
"bbBot": 1133,
"bbLeft": 325,
"bbRight": 349
},
"confidence": 100
},
{
"doc_index": 518,
"page_index": 518,
"block_index": 277,
"page_num": 0,
"text": "r",
"position": {
"top": 1096,
"bottom": 1133,
"left": 349,
"right": 370,
"bbTop": 1096,
"bbBot": 1133,
"bbLeft": 349,
"bbRight": 370
},
"confidence": 100
},
{
"doc_index": 519,
"page_index": 519,
"block_index": 278,
"page_num": 0,
"text": "a",
"position": {
"top": 1096,
"bottom": 1133,
"left": 370,
"right": 397,
"bbTop": 1096,
"bbBot": 1133,
"bbLeft": 370,
"bbRight": 397
},
"confidence": 100
},
{
"doc_index": 520,
"page_index": 520,
"block_index": 279,
"page_num": 0,
"text": "g",
"position": {
"top": 1096,
"bottom": 1133,
"left": 397,
"right": 421,
"bbTop": 1096,
"bbBot": 1133,
"bbLeft": 397,
"bbRight": 421
},
"confidence": 100
},
{
"doc_index": 521,
"page_index": 521,
"block_index": 280,
"page_num": 0,
"text": "e",
"position": {
"top": 1096,
"bottom": 1133,
"left": 421,
"right": 445,
"bbTop": 1096,
"bbBot": 1133,
"bbLeft": 421,
"bbRight": 445
},
"confidence": 100
},
{
"doc_index": 522,
"page_index": 522,
"block_index": 281,
"page_num": 0,
"text": ":",
"position": {
"top": 1096,
"bottom": 1133,
"left": 445,
"right": 452,
"bbTop": 1096,
"bbBot": 1133,
"bbLeft": 445,
"bbRight": 452
},
"confidence": 100
},
{
"doc_index": 524,
"page_index": 524,
"block_index": 283,
"page_num": 0,
"text": "$",
"position": {
"top": 1094,
"bottom": 1131,
"left": 488,
"right": 513,
"bbTop": 1094,
"bbBot": 1131,
"bbLeft": 488,
"bbRight": 513
},
"confidence": 100
},
{
"doc_index": 525,
"page_index": 525,
"block_index": 284,
"page_num": 0,
"text": "3",
"position": {
"top": 1094,
"bottom": 1131,
"left": 513,
"right": 542,
"bbTop": 1094,
"bbBot": 1131,
"bbLeft": 513,
"bbRight": 542
},
"confidence": 100
},
{
"doc_index": 526,
"page_index": 526,
"block_index": 285,
"page_num": 0,
"text": ",",
"position": {
"top": 1094,
"bottom": 1131,
"left": 542,
"right": 552,
"bbTop": 1094,
"bbBot": 1131,
"bbLeft": 542,
"bbRight": 552
},
"confidence": 100
},
{
"doc_index": 527,
"page_index": 527,
"block_index": 286,
"page_num": 0,
"text": "0",
"position": {
"top": 1094,
"bottom": 1131,
"left": 552,
"right": 581,
"bbTop": 1094,
"bbBot": 1131,
"bbLeft": 552,
"bbRight": 581
},
"confidence": 100
},
{
"doc_index": 528,
"page_index": 528,
"block_index": 287,
"page_num": 0,
"text": "0",
"position": {
"top": 1094,
"bottom": 1131,
"left": 581,
"right": 609,
"bbTop": 1094,
"bbBot": 1131,
"bbLeft": 581,
"bbRight": 609
},
"confidence": 100
},
{
"doc_index": 529,
"page_index": 529,
"block_index": 288,
"page_num": 0,
"text": "0",
"position": {
"top": 1094,
"bottom": 1131,
"left": 609,
"right": 638,
"bbTop": 1094,
"bbBot": 1131,
"bbLeft": 609,
"bbRight": 638
},
"confidence": 100
},
{
"doc_index": 530,
"page_index": 530,
"block_index": 289,
"page_num": 0,
"text": ",",
"position": {
"top": 1094,
"bottom": 1131,
"left": 638,
"right": 648,
"bbTop": 1094,
"bbBot": 1131,
"bbLeft": 638,
"bbRight": 648
},
"confidence": 100
},
{
"doc_index": 531,
"page_index": 531,
"block_index": 290,
"page_num": 0,
"text": "0",
"position": {
"top": 1094,
"bottom": 1131,
"left": 648,
"right": 677,
"bbTop": 1094,
"bbBot": 1131,
"bbLeft": 648,
"bbRight": 677
},
"confidence": 100
},
{
"doc_index": 532,
"page_index": 532,
"block_index": 291,
"page_num": 0,
"text": "0",
"position": {
"top": 1094,
"bottom": 1131,
"left": 677,
"right": 705,
"bbTop": 1094,
"bbBot": 1131,
"bbLeft": 677,
"bbRight": 705
},
"confidence": 100
},
{
"doc_index": 533,
"page_index": 533,
"block_index": 292,
"page_num": 0,
"text": "0",
"position": {
"top": 1094,
"bottom": 1131,
"left": 705,
"right": 734,
"bbTop": 1094,
"bbBot": 1131,
"bbLeft": 705,
"bbRight": 734
},
"confidence": 100
},
{
"doc_index": 535,
"page_index": 535,
"block_index": 294,
"page_num": 0,
"text": "(",
"position": {
"top": 1094,
"bottom": 1133,
"left": 768,
"right": 781,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 768,
"bbRight": 781
},
"confidence": 100
},
{
"doc_index": 536,
"page_index": 536,
"block_index": 295,
"page_num": 0,
"text": "i",
"position": {
"top": 1094,
"bottom": 1133,
"left": 781,
"right": 797,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 781,
"bbRight": 797
},
"confidence": 100
},
{
"doc_index": 537,
"page_index": 537,
"block_index": 296,
"page_num": 0,
"text": "n",
"position": {
"top": 1094,
"bottom": 1133,
"left": 797,
"right": 830,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 797,
"bbRight": 830
},
"confidence": 100
},
{
"doc_index": 538,
"page_index": 538,
"block_index": 297,
"page_num": 0,
"text": "c",
"position": {
"top": 1094,
"bottom": 1133,
"left": 830,
"right": 855,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 830,
"bbRight": 855
},
"confidence": 100
},
{
"doc_index": 539,
"page_index": 539,
"block_index": 298,
"page_num": 0,
"text": "l",
"position": {
"top": 1094,
"bottom": 1133,
"left": 855,
"right": 873,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 855,
"bbRight": 873
},
"confidence": 100
},
{
"doc_index": 540,
"page_index": 540,
"block_index": 299,
"page_num": 0,
"text": "u",
"position": {
"top": 1094,
"bottom": 1133,
"left": 873,
"right": 903,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 873,
"bbRight": 903
},
"confidence": 100
},
{
"doc_index": 541,
"page_index": 541,
"block_index": 300,
"page_num": 0,
"text": "d",
"position": {
"top": 1094,
"bottom": 1133,
"left": 903,
"right": 932,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 903,
"bbRight": 932
},
"confidence": 100
},
{
"doc_index": 542,
"page_index": 542,
"block_index": 301,
"page_num": 0,
"text": "i",
"position": {
"top": 1094,
"bottom": 1133,
"left": 932,
"right": 949,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 932,
"bbRight": 949
},
"confidence": 100
},
{
"doc_index": 543,
"page_index": 543,
"block_index": 302,
"page_num": 0,
"text": "n",
"position": {
"top": 1094,
"bottom": 1133,
"left": 949,
"right": 981,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 949,
"bbRight": 981
},
"confidence": 100
},
{
"doc_index": 544,
"page_index": 544,
"block_index": 303,
"page_num": 0,
"text": "g",
"position": {
"top": 1094,
"bottom": 1133,
"left": 981,
"right": 1008,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 981,
"bbRight": 1008
},
"confidence": 100
},
{
"doc_index": 546,
"page_index": 546,
"block_index": 305,
"page_num": 0,
"text": "s",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1040,
"right": 1061,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1040,
"bbRight": 1061
},
"confidence": 100
},
{
"doc_index": 547,
"page_index": 547,
"block_index": 306,
"page_num": 0,
"text": "p",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1061,
"right": 1089,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1061,
"bbRight": 1089
},
"confidence": 100
},
{
"doc_index": 548,
"page_index": 548,
"block_index": 307,
"page_num": 0,
"text": "e",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1089,
"right": 1115,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1089,
"bbRight": 1115
},
"confidence": 100
},
{
"doc_index": 549,
"page_index": 549,
"block_index": 308,
"page_num": 0,
"text": "c",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1115,
"right": 1142,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1115,
"bbRight": 1142
},
"confidence": 100
},
{
"doc_index": 550,
"page_index": 550,
"block_index": 309,
"page_num": 0,
"text": "i",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1142,
"right": 1159,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1142,
"bbRight": 1159
},
"confidence": 100
},
{
"doc_index": 551,
"page_index": 551,
"block_index": 310,
"page_num": 0,
"text": "a",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1159,
"right": 1189,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1159,
"bbRight": 1189
},
"confidence": 100
},
{
"doc_index": 552,
"page_index": 552,
"block_index": 311,
"page_num": 0,
"text": "l",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1189,
"right": 1207,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1189,
"bbRight": 1207
},
"confidence": 100
},
{
"doc_index": 553,
"page_index": 553,
"block_index": 312,
"page_num": 0,
"text": "i",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1207,
"right": 1224,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1207,
"bbRight": 1224
},
"confidence": 100
},
{
"doc_index": 554,
"page_index": 554,
"block_index": 313,
"page_num": 0,
"text": "z",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1224,
"right": 1251,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1224,
"bbRight": 1251
},
"confidence": 100
},
{
"doc_index": 555,
"page_index": 555,
"block_index": 314,
"page_num": 0,
"text": "e",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1251,
"right": 1277,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1251,
"bbRight": 1277
},
"confidence": 100
},
{
"doc_index": 556,
"page_index": 556,
"block_index": 315,
"page_num": 0,
"text": "d",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1277,
"right": 1307,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1277,
"bbRight": 1307
},
"confidence": 100
},
{
"doc_index": 558,
"page_index": 558,
"block_index": 317,
"page_num": 0,
"text": "m",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1338,
"right": 1380,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1338,
"bbRight": 1380
},
"confidence": 100
},
{
"doc_index": 559,
"page_index": 559,
"block_index": 318,
"page_num": 0,
"text": "a",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1380,
"right": 1405,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1380,
"bbRight": 1405
},
"confidence": 100
},
{
"doc_index": 560,
"page_index": 560,
"block_index": 319,
"page_num": 0,
"text": "c",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1405,
"right": 1427,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1405,
"bbRight": 1427
},
"confidence": 100
},
{
"doc_index": 561,
"page_index": 561,
"block_index": 320,
"page_num": 0,
"text": "h",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1427,
"right": 1454,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1427,
"bbRight": 1454
},
"confidence": 100
},
{
"doc_index": 562,
"page_index": 562,
"block_index": 321,
"page_num": 0,
"text": "i",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1454,
"right": 1469,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1454,
"bbRight": 1469
},
"confidence": 100
},
{
"doc_index": 563,
"page_index": 563,
"block_index": 322,
"page_num": 0,
"text": "n",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1469,
"right": 1497,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1469,
"bbRight": 1497
},
"confidence": 100
},
{
"doc_index": 564,
"page_index": 564,
"block_index": 323,
"page_num": 0,
"text": "e",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1497,
"right": 1520,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1497,
"bbRight": 1520
},
"confidence": 100
},
{
"doc_index": 565,
"page_index": 565,
"block_index": 324,
"page_num": 0,
"text": "r",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1520,
"right": 1540,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1520,
"bbRight": 1540
},
"confidence": 100
},
{
"doc_index": 566,
"page_index": 566,
"block_index": 325,
"page_num": 0,
"text": "y",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1540,
"right": 1560,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1540,
"bbRight": 1560
},
"confidence": 100
},
{
"doc_index": 568,
"page_index": 568,
"block_index": 327,
"page_num": 0,
"text": "a",
"position": {
"top": 1094,
"bottom": 1125,
"left": 1589,
"right": 1611,
"bbTop": 1094,
"bbBot": 1125,
"bbLeft": 1589,
"bbRight": 1611
},
"confidence": 100
},
{
"doc_index": 569,
"page_index": 569,
"block_index": 328,
"page_num": 0,
"text": "n",
"position": {
"top": 1094,
"bottom": 1125,
"left": 1611,
"right": 1635,
"bbTop": 1094,
"bbBot": 1125,
"bbLeft": 1611,
"bbRight": 1635
},
"confidence": 100
},
{
"doc_index": 570,
"page_index": 570,
"block_index": 329,
"page_num": 0,
"text": "d",
"position": {
"top": 1094,
"bottom": 1125,
"left": 1635,
"right": 1658,
"bbTop": 1094,
"bbBot": 1125,
"bbLeft": 1635,
"bbRight": 1658
},
"confidence": 100
},
{
"doc_index": 572,
"page_index": 572,
"block_index": 331,
"page_num": 0,
"text": "i",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1689,
"right": 1706,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1689,
"bbRight": 1706
},
"confidence": 100
},
{
"doc_index": 573,
"page_index": 573,
"block_index": 332,
"page_num": 0,
"text": "n",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1706,
"right": 1738,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1706,
"bbRight": 1738
},
"confidence": 100
},
{
"doc_index": 574,
"page_index": 574,
"block_index": 333,
"page_num": 0,
"text": "v",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1738,
"right": 1768,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1738,
"bbRight": 1768
},
"confidence": 100
},
{
"doc_index": 575,
"page_index": 575,
"block_index": 334,
"page_num": 0,
"text": "e",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1768,
"right": 1793,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1768,
"bbRight": 1793
},
"confidence": 100
},
{
"doc_index": 576,
"page_index": 576,
"block_index": 335,
"page_num": 0,
"text": "n",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1793,
"right": 1826,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1793,
"bbRight": 1826
},
"confidence": 100
},
{
"doc_index": 577,
"page_index": 577,
"block_index": 336,
"page_num": 0,
"text": "t",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1826,
"right": 1845,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1826,
"bbRight": 1845
},
"confidence": 100
},
{
"doc_index": 578,
"page_index": 578,
"block_index": 337,
"page_num": 0,
"text": "o",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1845,
"right": 1872,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1845,
"bbRight": 1872
},
"confidence": 100
},
{
"doc_index": 579,
"page_index": 579,
"block_index": 338,
"page_num": 0,
"text": "r",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1872,
"right": 1895,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1872,
"bbRight": 1895
},
"confidence": 100
},
{
"doc_index": 580,
"page_index": 580,
"block_index": 339,
"page_num": 0,
"text": "y",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1895,
"right": 1918,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1895,
"bbRight": 1918
},
"confidence": 100
},
{
"doc_index": 581,
"page_index": 581,
"block_index": 340,
"page_num": 0,
"text": ")",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1918,
"right": 1931,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1918,
"bbRight": 1931
},
"confidence": 100
},
{
"doc_index": 582,
"page_index": 582,
"block_index": 341,
"page_num": 0,
"text": "B",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1931,
"right": 1968,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1931,
"bbRight": 1968
},
"confidence": 100
},
{
"doc_index": 583,
"page_index": 583,
"block_index": 342,
"page_num": 0,
"text": "u",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1968,
"right": 1997,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1968,
"bbRight": 1997
},
"confidence": 100
},
{
"doc_index": 584,
"page_index": 584,
"block_index": 343,
"page_num": 0,
"text": "s",
"position": {
"top": 1094,
"bottom": 1133,
"left": 1997,
"right": 2017,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 1997,
"bbRight": 2017
},
"confidence": 100
},
{
"doc_index": 585,
"page_index": 585,
"block_index": 344,
"page_num": 0,
"text": "i",
"position": {
"top": 1094,
"bottom": 1133,
"left": 2017,
"right": 2034,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 2017,
"bbRight": 2034
},
"confidence": 100
},
{
"doc_index": 586,
"page_index": 586,
"block_index": 345,
"page_num": 0,
"text": "n",
"position": {
"top": 1094,
"bottom": 1133,
"left": 2034,
"right": 2067,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 2034,
"bbRight": 2067
},
"confidence": 100
},
{
"doc_index": 587,
"page_index": 587,
"block_index": 346,
"page_num": 0,
"text": "e",
"position": {
"top": 1094,
"bottom": 1133,
"left": 2067,
"right": 2092,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 2067,
"bbRight": 2092
},
"confidence": 100
},
{
"doc_index": 588,
"page_index": 588,
"block_index": 347,
"page_num": 0,
"text": "s",
"position": {
"top": 1094,
"bottom": 1133,
"left": 2092,
"right": 2113,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 2092,
"bbRight": 2113
},
"confidence": 100
},
{
"doc_index": 589,
"page_index": 589,
"block_index": 348,
"page_num": 0,
"text": "s",
"position": {
"top": 1094,
"bottom": 1133,
"left": 2113,
"right": 2134,
"bbTop": 1094,
"bbBot": 1133,
"bbLeft": 2113,
"bbRight": 2134
},
"confidence": 100
},
{
"doc_index": 591,
"page_index": 591,
"block_index": 350,
"page_num": 0,
"text": "I",
"position": {
"top": 1097,
"bottom": 1124,
"left": 2164,
"right": 2182,
"bbTop": 1097,
"bbBot": 1124,
"bbLeft": 2164,
"bbRight": 2182
},
"confidence": 100
},
{
"doc_index": 592,
"page_index": 592,
"block_index": 351,
"page_num": 0,
"text": "n",
"position": {
"top": 1097,
"bottom": 1124,
"left": 2182,
"right": 2208,
"bbTop": 1097,
"bbBot": 1124,
"bbLeft": 2182,
"bbRight": 2208
},
"confidence": 100
},
{
"doc_index": 593,
"page_index": 593,
"block_index": 352,
"page_num": 0,
"text": "c",
"position": {
"top": 1097,
"bottom": 1124,
"left": 2208,
"right": 2228,
"bbTop": 1097,
"bbBot": 1124,
"bbLeft": 2208,
"bbRight": 2228
},
"confidence": 100
},
{
"doc_index": 594,
"page_index": 594,
"block_index": 353,
"page_num": 0,
"text": "o",
"position": {
"top": 1097,
"bottom": 1124,
"left": 2228,
"right": 2250,
"bbTop": 1097,
"bbBot": 1124,
"bbLeft": 2228,
"bbRight": 2250
},
"confidence": 100
},
{
"doc_index": 595,
"page_index": 595,
"block_index": 354,
"page_num": 0,
"text": "m",
"position": {
"top": 1097,
"bottom": 1124,
"left": 2250,
"right": 2289,
"bbTop": 1097,
"bbBot": 1124,
"bbLeft": 2250,
"bbRight": 2289
},
"confidence": 100
},
{
"doc_index": 596,
"page_index": 596,
"block_index": 355,
"page_num": 0,
"text": "e",
"position": {
"top": 1097,
"bottom": 1124,
"left": 2289,
"right": 2309,
"bbTop": 1097,
"bbBot": 1124,
"bbLeft": 2289,
"bbRight": 2309
},
"confidence": 100
},
{
"doc_index": 598,
"page_index": 598,
"block_index": 357,
"page_num": 0,
"text": "C",
"position": {
"top": 1143,
"bottom": 1180,
"left": 238,
"right": 272,
"bbTop": 1143,
"bbBot": 1180,
"bbLeft": 238,
"bbRight": 272
},
"confidence": 100
},
{
"doc_index": 599,
"page_index": 599,
"block_index": 358,
"page_num": 0,
"text": "o",
"position": {
"top": 1143,
"bottom": 1180,
"left": 272,
"right": 298,
"bbTop": 1143,
"bbBot": 1180,
"bbLeft": 272,
"bbRight": 298
},
"confidence": 100
},
{
"doc_index": 600,
"page_index": 600,
"block_index": 359,
"page_num": 0,
"text": "v",
"position": {
"top": 1143,
"bottom": 1180,
"left": 298,
"right": 325,
"bbTop": 1143,
"bbBot": 1180,
"bbLeft": 298,
"bbRight": 325
},
"confidence": 100
},
{
"doc_index": 601,
"page_index": 601,
"block_index": 360,
"page_num": 0,
"text": "e",
"position": {
"top": 1143,
"bottom": 1180,
"left": 325,
"right": 349,
"bbTop": 1143,
"bbBot": 1180,
"bbLeft": 325,
"bbRight": 349
},
"confidence": 100
},
{
"doc_index": 602,
"page_index": 602,
"block_index": 361,
"page_num": 0,
"text": "r",
"position": {
"top": 1143,
"bottom": 1180,
"left": 349,
"right": 370,
"bbTop": 1143,
"bbBot": 1180,
"bbLeft": 349,
"bbRight": 370
},
"confidence": 100
},
{
"doc_index": 603,
"page_index": 603,
"block_index": 362,
"page_num": 0,
"text": "a",
"position": {
"top": 1143,
"bottom": 1180,
"left": 370,
"right": 397,
"bbTop": 1143,
"bbBot": 1180,
"bbLeft": 370,
"bbRight": 397
},
"confidence": 100
},
{
"doc_index": 604,
"page_index": 604,
"block_index": 363,
"page_num": 0,
"text": "g",
"position": {
"top": 1143,
"bottom": 1180,
"left": 397,
"right": 421,
"bbTop": 1143,
"bbBot": 1180,
"bbLeft": 397,
"bbRight": 421
},
"confidence": 100
},
{
"doc_index": 605,
"page_index": 605,
"block_index": 364,
"page_num": 0,
"text": "e",
"position": {
"top": 1143,
"bottom": 1180,
"left": 421,
"right": 445,
"bbTop": 1143,
"bbBot": 1180,
"bbLeft": 421,
"bbRight": 445
},
"confidence": 100
},
{
"doc_index": 606,
"page_index": 606,
"block_index": 365,
"page_num": 0,
"text": ":",
"position": {
"top": 1143,
"bottom": 1180,
"left": 445,
"right": 452,
"bbTop": 1143,
"bbBot": 1180,
"bbLeft": 445,
"bbRight": 452
},
"confidence": 100
},
{
"doc_index": 608,
"page_index": 608,
"block_index": 367,
"page_num": 0,
"text": "$",
"position": {
"top": 1141,
"bottom": 1179,
"left": 488,
"right": 513,
"bbTop": 1141,
"bbBot": 1179,
"bbLeft": 488,
"bbRight": 513
},
"confidence": 100
},
{
"doc_index": 609,
"page_index": 609,
"block_index": 368,
"page_num": 0,
"text": "5",
"position": {
"top": 1141,
"bottom": 1179,
"left": 513,
"right": 542,
"bbTop": 1141,
"bbBot": 1179,
"bbLeft": 513,
"bbRight": 542
},
"confidence": 100
},
{
"doc_index": 610,
"page_index": 610,
"block_index": 369,
"page_num": 0,
"text": ",",
"position": {
"top": 1141,
"bottom": 1179,
"left": 542,
"right": 553,
"bbTop": 1141,
"bbBot": 1179,
"bbLeft": 542,
"bbRight": 553
},
"confidence": 100
},
{
"doc_index": 611,
"page_index": 611,
"block_index": 370,
"page_num": 0,
"text": "0",
"position": {
"top": 1141,
"bottom": 1179,
"left": 553,
"right": 581,
"bbTop": 1141,
"bbBot": 1179,
"bbLeft": 553,
"bbRight": 581
},
"confidence": 100
},
{
"doc_index": 612,
"page_index": 612,
"block_index": 371,
"page_num": 0,
"text": "0",
"position": {
"top": 1141,
"bottom": 1179,
"left": 581,
"right": 610,
"bbTop": 1141,
"bbBot": 1179,
"bbLeft": 581,
"bbRight": 610
},
"confidence": 100
},
{
"doc_index": 613,
"page_index": 613,
"block_index": 372,
"page_num": 0,
"text": "0",
"position": {
"top": 1141,
"bottom": 1179,
"left": 610,
"right": 638,
"bbTop": 1141,
"bbBot": 1179,
"bbLeft": 610,
"bbRight": 638
},
"confidence": 100
},
{
"doc_index": 614,
"page_index": 614,
"block_index": 373,
"page_num": 0,
"text": ",",
"position": {
"top": 1141,
"bottom": 1179,
"left": 638,
"right": 649,
"bbTop": 1141,
"bbBot": 1179,
"bbLeft": 638,
"bbRight": 649
},
"confidence": 100
},
{
"doc_index": 615,
"page_index": 615,
"block_index": 374,
"page_num": 0,
"text": "0",
"position": {
"top": 1141,
"bottom": 1179,
"left": 649,
"right": 677,
"bbTop": 1141,
"bbBot": 1179,
"bbLeft": 649,
"bbRight": 677
},
"confidence": 100
},
{
"doc_index": 616,
"page_index": 616,
"block_index": 375,
"page_num": 0,
"text": "0",
"position": {
"top": 1141,
"bottom": 1179,
"left": 677,
"right": 705,
"bbTop": 1141,
"bbBot": 1179,
"bbLeft": 677,
"bbRight": 705
},
"confidence": 100
},
{
"doc_index": 617,
"page_index": 617,
"block_index": 376,
"page_num": 0,
"text": "0",
"position": {
"top": 1141,
"bottom": 1179,
"left": 705,
"right": 734,
"bbTop": 1141,
"bbBot": 1179,
"bbLeft": 705,
"bbRight": 734
},
"confidence": 100
},
{
"doc_index": 619,
"page_index": 619,
"block_index": 378,
"page_num": 0,
"text": "(",
"position": {
"top": 1141,
"bottom": 1180,
"left": 768,
"right": 781,
"bbTop": 1141,
"bbBot": 1180,
"bbLeft": 768,
"bbRight": 781
},
"confidence": 100
},
{
"doc_index": 620,
"page_index": 620,
"block_index": 379,
"page_num": 0,
"text": "f",
"position": {
"top": 1141,
"bottom": 1180,
"left": 781,
"right": 805,
"bbTop": 1141,
"bbBot": 1180,
"bbLeft": 781,
"bbRight": 805
},
"confidence": 100
},
{
"doc_index": 621,
"page_index": 621,
"block_index": 380,
"page_num": 0,
"text": "o",
"position": {
"top": 1141,
"bottom": 1180,
"left": 805,
"right": 834,
"bbTop": 1141,
"bbBot": 1180,
"bbLeft": 805,
"bbRight": 834
},
"confidence": 100
},
{
"doc_index": 622,
"page_index": 622,
"block_index": 381,
"page_num": 0,
"text": "r",
"position": {
"top": 1141,
"bottom": 1180,
"left": 834,
"right": 857,
"bbTop": 1141,
"bbBot": 1180,
"bbLeft": 834,
"bbRight": 857
},
"confidence": 100
},
{
"doc_index": 624,
"page_index": 624,
"block_index": 383,
"page_num": 0,
"text": "6",
"position": {
"top": 1143,
"bottom": 1172,
"left": 889,
"right": 908,
"bbTop": 1143,
"bbBot": 1172,
"bbLeft": 889,
"bbRight": 908
},
"confidence": 100
},
{
"doc_index": 626,
"page_index": 626,
"block_index": 385,
"page_num": 0,
"text": "m",
"position": {
"top": 1141,
"bottom": 1172,
"left": 938,
"right": 977,
"bbTop": 1141,
"bbBot": 1172,
"bbLeft": 938,
"bbRight": 977
},
"confidence": 100
},
{
"doc_index": 627,
"page_index": 627,
"block_index": 386,
"page_num": 0,
"text": "o",
"position": {
"top": 1141,
"bottom": 1172,
"left": 977,
"right": 1000,
"bbTop": 1141,
"bbBot": 1172,
"bbLeft": 977,
"bbRight": 1000
},
"confidence": 100
},
{
"doc_index": 628,
"page_index": 628,
"block_index": 387,
"page_num": 0,
"text": "n",
"position": {
"top": 1141,
"bottom": 1172,
"left": 1000,
"right": 1026,
"bbTop": 1141,
"bbBot": 1172,
"bbLeft": 1000,
"bbRight": 1026
},
"confidence": 100
},
{
"doc_index": 629,
"page_index": 629,
"block_index": 388,
"page_num": 0,
"text": "t",
"position": {
"top": 1141,
"bottom": 1172,
"left": 1026,
"right": 1041,
"bbTop": 1141,
"bbBot": 1172,
"bbLeft": 1026,
"bbRight": 1041
},
"confidence": 100
},
{
"doc_index": 630,
"page_index": 630,
"block_index": 389,
"page_num": 0,
"text": "h",
"position": {
"top": 1141,
"bottom": 1172,
"left": 1041,
"right": 1066,
"bbTop": 1141,
"bbBot": 1172,
"bbLeft": 1041,
"bbRight": 1066
},
"confidence": 100
},
{
"doc_index": 631,
"page_index": 631,
"block_index": 390,
"page_num": 0,
"text": "s",
"position": {
"top": 1141,
"bottom": 1172,
"left": 1066,
"right": 1083,
"bbTop": 1141,
"bbBot": 1172,
"bbLeft": 1066,
"bbRight": 1083
},
"confidence": 100
},
{
"doc_index": 633,
"page_index": 633,
"block_index": 392,
"page_num": 0,
"text": "o",
"position": {
"top": 1141,
"bottom": 1172,
"left": 1114,
"right": 1138,
"bbTop": 1141,
"bbBot": 1172,
"bbLeft": 1114,
"bbRight": 1138
},
"confidence": 100
},
{
"doc_index": 634,
"page_index": 634,
"block_index": 393,
"page_num": 0,
"text": "f",
"position": {
"top": 1141,
"bottom": 1172,
"left": 1138,
"right": 1159,
"bbTop": 1141,
"bbBot": 1172,
"bbLeft": 1138,
"bbRight": 1159
},
"confidence": 100
},
{
"doc_index": 636,
"page_index": 636,
"block_index": 395,
"page_num": 0,
"text": "l",
"position": {
"top": 1141,
"bottom": 1172,
"left": 1189,
"right": 1208,
"bbTop": 1141,
"bbBot": 1172,
"bbLeft": 1189,
"bbRight": 1208
},
"confidence": 100
},
{
"doc_index": 637,
"page_index": 637,
"block_index": 396,
"page_num": 0,
"text": "o",
"position": {
"top": 1141,
"bottom": 1172,
"left": 1208,
"right": 1239,
"bbTop": 1141,
"bbBot": 1172,
"bbLeft": 1208,
"bbRight": 1239
},
"confidence": 100
},
{
"doc_index": 638,
"page_index": 638,
"block_index": 397,
"page_num": 0,
"text": "s",
"position": {
"top": 1141,
"bottom": 1172,
"left": 1239,
"right": 1262,
"bbTop": 1141,
"bbBot": 1172,
"bbLeft": 1239,
"bbRight": 1262
},
"confidence": 100
},
{
"doc_index": 639,
"page_index": 639,
"block_index": 398,
"page_num": 0,
"text": "t",
"position": {
"top": 1141,
"bottom": 1172,
"left": 1262,
"right": 1282,
"bbTop": 1141,
"bbBot": 1172,
"bbLeft": 1262,
"bbRight": 1282
},
"confidence": 100
},
{
"doc_index": 641,
"page_index": 641,
"block_index": 400,
"page_num": 0,
"text": "i",
"position": {
"top": 1141,
"bottom": 1180,
"left": 1314,
"right": 1329,
"bbTop": 1141,
"bbBot": 1180,
"bbLeft": 1314,
"bbRight": 1329
},
"confidence": 100
},
{
"doc_index": 642,
"page_index": 642,
"block_index": 401,
"page_num": 0,
"text": "n",
"position": {
"top": 1141,
"bottom": 1180,
"left": 1329,
"right": 1357,
"bbTop": 1141,
"bbBot": 1180,
"bbLeft": 1329,
"bbRight": 1357
},
"confidence": 100
},
{
"doc_index": 643,
"page_index": 643,
"block_index": 402,
"page_num": 0,
"text": "c",
"position": {
"top": 1141,
"bottom": 1180,
"left": 1357,
"right": 1379,
"bbTop": 1141,
"bbBot": 1180,
"bbLeft": 1357,
"bbRight": 1379
},
"confidence": 100
},
{
"doc_index": 644,
"page_index": 644,
"block_index": 403,
"page_num": 0,
"text": "o",
"position": {
"top": 1141,
"bottom": 1180,
"left": 1379,
"right": 1404,
"bbTop": 1141,
"bbBot": 1180,
"bbLeft": 1379,
"bbRight": 1404
},
"confidence": 100
},
{
"doc_index": 645,
"page_index": 645,
"block_index": 404,
"page_num": 0,
"text": "m",
"position": {
"top": 1141,
"bottom": 1180,
"left": 1404,
"right": 1446,
"bbTop": 1141,
"bbBot": 1180,
"bbLeft": 1404,
"bbRight": 1446
},
"confidence": 100
},
{
"doc_index": 646,
"page_index": 646,
"block_index": 405,
"page_num": 0,
"text": "e",
"position": {
"top": 1141,
"bottom": 1180,
"left": 1446,
"right": 1468,
"bbTop": 1141,
"bbBot": 1180,
"bbLeft": 1446,
"bbRight": 1468
},
"confidence": 100
},
{
"doc_index": 647,
"page_index": 647,
"block_index": 406,
"page_num": 0,
"text": ")",
"position": {
"top": 1141,
"bottom": 1180,
"left": 1468,
"right": 1479,
"bbTop": 1141,
"bbBot": 1180,
"bbLeft": 1468,
"bbRight": 1479
},
"confidence": 100
},
{
"doc_index": 649,
"page_index": 649,
"block_index": 408,
"page_num": 0,
"text": "D",
"position": {
"top": 1191,
"bottom": 1219,
"left": 239,
"right": 269,
"bbTop": 1191,
"bbBot": 1219,
"bbLeft": 239,
"bbRight": 269
},
"confidence": 100
},
{
"doc_index": 650,
"page_index": 650,
"block_index": 409,
"page_num": 0,
"text": "u",
"position": {
"top": 1191,
"bottom": 1219,
"left": 269,
"right": 290,
"bbTop": 1191,
"bbBot": 1219,
"bbLeft": 269,
"bbRight": 290
},
"confidence": 100
},
{
"doc_index": 651,
"page_index": 651,
"block_index": 410,
"page_num": 0,
"text": "e",
"position": {
"top": 1191,
"bottom": 1219,
"left": 290,
"right": 308,
"bbTop": 1191,
"bbBot": 1219,
"bbLeft": 290,
"bbRight": 308
},
"confidence": 100
},
{
"doc_index": 653,
"page_index": 653,
"block_index": 412,
"page_num": 0,
"text": "t",
"position": {
"top": 1191,
"bottom": 1219,
"left": 340,
"right": 357,
"bbTop": 1191,
"bbBot": 1219,
"bbLeft": 340,
"bbRight": 357
},
"confidence": 100
},
{
"doc_index": 654,
"page_index": 654,
"block_index": 413,
"page_num": 0,
"text": "o",
"position": {
"top": 1191,
"bottom": 1219,
"left": 357,
"right": 384,
"bbTop": 1191,
"bbBot": 1219,
"bbLeft": 357,
"bbRight": 384
},
"confidence": 100
},
{
"doc_index": 656,
"page_index": 656,
"block_index": 415,
"page_num": 0,
"text": "t",
"position": {
"top": 1188,
"bottom": 1219,
"left": 415,
"right": 432,
"bbTop": 1188,
"bbBot": 1219,
"bbLeft": 415,
"bbRight": 432
},
"confidence": 100
},
{
"doc_index": 657,
"page_index": 657,
"block_index": 416,
"page_num": 0,
"text": "h",
"position": {
"top": 1188,
"bottom": 1219,
"left": 432,
"right": 460,
"bbTop": 1188,
"bbBot": 1219,
"bbLeft": 432,
"bbRight": 460
},
"confidence": 100
},
{
"doc_index": 658,
"page_index": 658,
"block_index": 417,
"page_num": 0,
"text": "e",
"position": {
"top": 1188,
"bottom": 1219,
"left": 460,
"right": 483,
"bbTop": 1188,
"bbBot": 1219,
"bbLeft": 460,
"bbRight": 483
},
"confidence": 100
},
{
"doc_index": 660,
"page_index": 660,
"block_index": 419,
"page_num": 0,
"text": "n",
"position": {
"top": 1191,
"bottom": 1219,
"left": 515,
"right": 545,
"bbTop": 1191,
"bbBot": 1219,
"bbLeft": 515,
"bbRight": 545
},
"confidence": 100
},
{
"doc_index": 661,
"page_index": 661,
"block_index": 420,
"page_num": 0,
"text": "a",
"position": {
"top": 1191,
"bottom": 1219,
"left": 545,
"right": 571,
"bbTop": 1191,
"bbBot": 1219,
"bbLeft": 545,
"bbRight": 571
},
"confidence": 100
},
{
"doc_index": 662,
"page_index": 662,
"block_index": 421,
"page_num": 0,
"text": "t",
"position": {
"top": 1191,
"bottom": 1219,
"left": 571,
"right": 588,
"bbTop": 1191,
"bbBot": 1219,
"bbLeft": 571,
"bbRight": 588
},
"confidence": 100
},
{
"doc_index": 663,
"page_index": 663,
"block_index": 422,
"page_num": 0,
"text": "u",
"position": {
"top": 1191,
"bottom": 1219,
"left": 588,
"right": 614,
"bbTop": 1191,
"bbBot": 1219,
"bbLeft": 588,
"bbRight": 614
},
"confidence": 100
},
{
"doc_index": 664,
"page_index": 664,
"block_index": 423,
"page_num": 0,
"text": "r",
"position": {
"top": 1191,
"bottom": 1219,
"left": 614,
"right": 635,
"bbTop": 1191,
"bbBot": 1219,
"bbLeft": 614,
"bbRight": 635
},
"confidence": 100
},
{
"doc_index": 665,
"page_index": 665,
"block_index": 424,
"page_num": 0,
"text": "e",
"position": {
"top": 1191,
"bottom": 1219,
"left": 635,
"right": 658,
"bbTop": 1191,
"bbBot": 1219,
"bbLeft": 635,
"bbRight": 658
},
"confidence": 100
},
{
"doc_index": 667,
"page_index": 667,
"block_index": 426,
"page_num": 0,
"text": "o",
"position": {
"top": 1188,
"bottom": 1219,
"left": 689,
"right": 713,
"bbTop": 1188,
"bbBot": 1219,
"bbLeft": 689,
"bbRight": 713
},
"confidence": 100
},
{
"doc_index": 668,
"page_index": 668,
"block_index": 427,
"page_num": 0,
"text": "f",
"position": {
"top": 1188,
"bottom": 1219,
"left": 713,
"right": 734,
"bbTop": 1188,
"bbBot": 1219,
"bbLeft": 713,
"bbRight": 734
},
"confidence": 100
},
{
"doc_index": 670,
"page_index": 670,
"block_index": 429,
"page_num": 0,
"text": "t",
"position": {
"top": 1188,
"bottom": 1219,
"left": 765,
"right": 782,
"bbTop": 1188,
"bbBot": 1219,
"bbLeft": 765,
"bbRight": 782
},
"confidence": 100
},
{
"doc_index": 671,
"page_index": 671,
"block_index": 430,
"page_num": 0,
"text": "h",
"position": {
"top": 1188,
"bottom": 1219,
"left": 782,
"right": 810,
"bbTop": 1188,
"bbBot": 1219,
"bbLeft": 782,
"bbRight": 810
},
"confidence": 100
},
{
"doc_index": 672,
"page_index": 672,
"block_index": 431,
"page_num": 0,
"text": "e",
"position": {
"top": 1188,
"bottom": 1219,
"left": 810,
"right": 833,
"bbTop": 1188,
"bbBot": 1219,
"bbLeft": 810,
"bbRight": 833
},
"confidence": 100
},
{
"doc_index": 674,
"page_index": 674,
"block_index": 433,
"page_num": 0,
"text": "b",
"position": {
"top": 1188,
"bottom": 1226,
"left": 865,
"right": 895,
"bbTop": 1188,
"bbBot": 1226,
"bbLeft": 865,
"bbRight": 895
},
"confidence": 100
},
{
"doc_index": 675,
"page_index": 675,
"block_index": 434,
"page_num": 0,
"text": "u",
"position": {
"top": 1188,
"bottom": 1226,
"left": 895,
"right": 925,
"bbTop": 1188,
"bbBot": 1226,
"bbLeft": 895,
"bbRight": 925
},
"confidence": 100
},
{
"doc_index": 676,
"page_index": 676,
"block_index": 435,
"page_num": 0,
"text": "s",
"position": {
"top": 1188,
"bottom": 1226,
"left": 925,
"right": 946,
"bbTop": 1188,
"bbBot": 1226,
"bbLeft": 925,
"bbRight": 946
},
"confidence": 100
},
{
"doc_index": 677,
"page_index": 677,
"block_index": 436,
"page_num": 0,
"text": "i",
"position": {
"top": 1188,
"bottom": 1226,
"left": 946,
"right": 963,
"bbTop": 1188,
"bbBot": 1226,
"bbLeft": 946,
"bbRight": 963
},
"confidence": 100
},
{
"doc_index": 678,
"page_index": 678,
"block_index": 437,
"page_num": 0,
"text": "n",
"position": {
"top": 1188,
"bottom": 1226,
"left": 963,
"right": 997,
"bbTop": 1188,
"bbBot": 1226,
"bbLeft": 963,
"bbRight": 997
},
"confidence": 100
},
{
"doc_index": 679,
"page_index": 679,
"block_index": 438,
"page_num": 0,
"text": "e",
"position": {
"top": 1188,
"bottom": 1226,
"left": 997,
"right": 1023,
"bbTop": 1188,
"bbBot": 1226,
"bbLeft": 997,
"bbRight": 1023
},
"confidence": 100
},
{
"doc_index": 680,
"page_index": 680,
"block_index": 439,
"page_num": 0,
"text": "s",
"position": {
"top": 1188,
"bottom": 1226,
"left": 1023,
"right": 1044,
"bbTop": 1188,
"bbBot": 1226,
"bbLeft": 1023,
"bbRight": 1044
},
"confidence": 100
},
{
"doc_index": 681,
"page_index": 681,
"block_index": 440,
"page_num": 0,
"text": "s",
"position": {
"top": 1188,
"bottom": 1226,
"left": 1044,
"right": 1065,
"bbTop": 1188,
"bbBot": 1226,
"bbLeft": 1044,
"bbRight": 1065
},
"confidence": 100
},
{
"doc_index": 682,
"page_index": 682,
"block_index": 441,
"page_num": 0,
"text": ",",
"position": {
"top": 1188,
"bottom": 1226,
"left": 1065,
"right": 1075,
"bbTop": 1188,
"bbBot": 1226,
"bbLeft": 1065,
"bbRight": 1075
},
"confidence": 100
},
{
"doc_index": 684,
"page_index": 684,
"block_index": 443,
"page_num": 0,
"text": "i",
"position": {
"top": 1188,
"bottom": 1219,
"left": 1114,
"right": 1134,
"bbTop": 1188,
"bbBot": 1219,
"bbLeft": 1114,
"bbRight": 1134
},
"confidence": 100
},
{
"doc_index": 685,
"page_index": 685,
"block_index": 444,
"page_num": 0,
"text": "t",
"position": {
"top": 1188,
"bottom": 1219,
"left": 1134,
"right": 1157,
"bbTop": 1188,
"bbBot": 1219,
"bbLeft": 1134,
"bbRight": 1157
},
"confidence": 100
},
{
"doc_index": 687,
"page_index": 687,
"block_index": 446,
"page_num": 0,
"text": "i",
"position": {
"top": 1188,
"bottom": 1219,
"left": 1189,
"right": 1209,
"bbTop": 1188,
"bbBot": 1219,
"bbLeft": 1189,
"bbRight": 1209
},
"confidence": 100
},
{
"doc_index": 688,
"page_index": 688,
"block_index": 447,
"page_num": 0,
"text": "s",
"position": {
"top": 1188,
"bottom": 1219,
"left": 1209,
"right": 1233,
"bbTop": 1188,
"bbBot": 1219,
"bbLeft": 1209,
"bbRight": 1233
},
"confidence": 100
},
{
"doc_index": 690,
"page_index": 690,
"block_index": 449,
"page_num": 0,
"text": "i",
"position": {
"top": 1188,
"bottom": 1227,
"left": 1264,
"right": 1279,
"bbTop": 1188,
"bbBot": 1227,
"bbLeft": 1264,
"bbRight": 1279
},
"confidence": 100
},
{
"doc_index": 691,
"page_index": 691,
"block_index": 450,
"page_num": 0,
"text": "m",
"position": {
"top": 1188,
"bottom": 1227,
"left": 1279,
"right": 1323,
"bbTop": 1188,
"bbBot": 1227,
"bbLeft": 1279,
"bbRight": 1323
},
"confidence": 100
},
{
"doc_index": 692,
"page_index": 692,
"block_index": 451,
"page_num": 0,
"text": "p",
"position": {
"top": 1188,
"bottom": 1227,
"left": 1323,
"right": 1347,
"bbTop": 1188,
"bbBot": 1227,
"bbLeft": 1323,
"bbRight": 1347
},
"confidence": 100
},
{
"doc_index": 693,
"page_index": 693,
"block_index": 452,
"page_num": 0,
"text": "o",
"position": {
"top": 1188,
"bottom": 1227,
"left": 1347,
"right": 1372,
"bbTop": 1188,
"bbBot": 1227,
"bbLeft": 1347,
"bbRight": 1372
},
"confidence": 100
},
{
"doc_index": 694,
"page_index": 694,
"block_index": 453,
"page_num": 0,
"text": "r",
"position": {
"top": 1188,
"bottom": 1227,
"left": 1372,
"right": 1393,
"bbTop": 1188,
"bbBot": 1227,
"bbLeft": 1372,
"bbRight": 1393
},
"confidence": 100
},
{
"doc_index": 695,
"page_index": 695,
"block_index": 454,
"page_num": 0,
"text": "t",
"position": {
"top": 1188,
"bottom": 1227,
"left": 1393,
"right": 1410,
"bbTop": 1188,
"bbBot": 1227,
"bbLeft": 1393,
"bbRight": 1410
},
"confidence": 100
},
{
"doc_index": 696,
"page_index": 696,
"block_index": 455,
"page_num": 0,
"text": "a",
"position": {
"top": 1188,
"bottom": 1227,
"left": 1410,
"right": 1436,
"bbTop": 1188,
"bbBot": 1227,
"bbLeft": 1410,
"bbRight": 1436
},
"confidence": 100
},
{
"doc_index": 697,
"page_index": 697,
"block_index": 456,
"page_num": 0,
"text": "n",
"position": {
"top": 1188,
"bottom": 1227,
"left": 1436,
"right": 1465,
"bbTop": 1188,
"bbBot": 1227,
"bbLeft": 1436,
"bbRight": 1465
},
"confidence": 100
},
{
"doc_index": 698,
"page_index": 698,
"block_index": 457,
"page_num": 0,
"text": "t",
"position": {
"top": 1188,
"bottom": 1227,
"left": 1465,
"right": 1482,
"bbTop": 1188,
"bbBot": 1227,
"bbLeft": 1465,
"bbRight": 1482
},
"confidence": 100
},
{
"doc_index": 700,
"page_index": 700,
"block_index": 459,
"page_num": 0,
"text": "t",
"position": {
"top": 1191,
"bottom": 1219,
"left": 1515,
"right": 1532,
"bbTop": 1191,
"bbBot": 1219,
"bbLeft": 1515,
"bbRight": 1532
},
"confidence": 100
},
{
"doc_index": 701,
"page_index": 701,
"block_index": 460,
"page_num": 0,
"text": "o",
"position": {
"top": 1191,
"bottom": 1219,
"left": 1532,
"right": 1559,
"bbTop": 1191,
"bbBot": 1219,
"bbLeft": 1532,
"bbRight": 1559
},
"confidence": 100
},
{
"doc_index": 703,
"page_index": 703,
"block_index": 462,
"page_num": 0,
"text": "h",
"position": {
"top": 1188,
"bottom": 1227,
"left": 1590,
"right": 1621,
"bbTop": 1188,
"bbBot": 1227,
"bbLeft": 1590,
"bbRight": 1621
},
"confidence": 100
},
{
"doc_index": 704,
"page_index": 704,
"block_index": 463,
"page_num": 0,
"text": "i",
"position": {
"top": 1188,
"bottom": 1227,
"left": 1621,
"right": 1638,
"bbTop": 1188,
"bbBot": 1227,
"bbLeft": 1621,
"bbRight": 1638
},
"confidence": 100
},
{
"doc_index": 705,
"page_index": 705,
"block_index": 464,
"page_num": 0,
"text": "g",
"position": {
"top": 1188,
"bottom": 1227,
"left": 1638,
"right": 1664,
"bbTop": 1188,
"bbBot": 1227,
"bbLeft": 1638,
"bbRight": 1664
},
"confidence": 100
},
{
"doc_index": 706,
"page_index": 706,
"block_index": 465,
"page_num": 0,
"text": "h",
"position": {
"top": 1188,
"bottom": 1227,
"left": 1664,
"right": 1696,
"bbTop": 1188,
"bbBot": 1227,
"bbLeft": 1664,
"bbRight": 1696
},
"confidence": 100
},
{
"doc_index": 707,
"page_index": 707,
"block_index": 466,
"page_num": 0,
"text": "l",
"position": {
"top": 1188,
"bottom": 1227,
"left": 1696,
"right": 1714,
"bbTop": 1188,
"bbBot": 1227,
"bbLeft": 1696,
"bbRight": 1714
},
"confidence": 100
},
{
"doc_index": 708,
"page_index": 708,
"block_index": 467,
"page_num": 0,
"text": "i",
"position": {
"top": 1188,
"bottom": 1227,
"left": 1714,
"right": 1731,
"bbTop": 1188,
"bbBot": 1227,
"bbLeft": 1714,
"bbRight": 1731
},
"confidence": 100
},
{
"doc_index": 709,
"page_index": 709,
"block_index": 468,
"page_num": 0,
"text": "g",
"position": {
"top": 1188,
"bottom": 1227,
"left": 1731,
"right": 1757,
"bbTop": 1188,
"bbBot": 1227,
"bbLeft": 1731,
"bbRight": 1757
},
"confidence": 100
},
{
"doc_index": 710,
"page_index": 710,
"block_index": 469,
"page_num": 0,
"text": "h",
"position": {
"top": 1188,
"bottom": 1227,
"left": 1757,
"right": 1788,
"bbTop": 1188,
"bbBot": 1227,
"bbLeft": 1757,
"bbRight": 1788
},
"confidence": 100
},
{
"doc_index": 711,
"page_index": 711,
"block_index": 470,
"page_num": 0,
"text": "t",
"position": {
"top": 1188,
"bottom": 1227,
"left": 1788,
"right": 1807,
"bbTop": 1188,
"bbBot": 1227,
"bbLeft": 1788,
"bbRight": 1807
},
"confidence": 100
},
{
"doc_index": 713,
"page_index": 713,
"block_index": 472,
"page_num": 0,
"text": "t",
"position": {
"top": 1188,
"bottom": 1219,
"left": 1840,
"right": 1857,
"bbTop": 1188,
"bbBot": 1219,
"bbLeft": 1840,
"bbRight": 1857
},
"confidence": 100
},
{
"doc_index": 714,
"page_index": 714,
"block_index": 473,
"page_num": 0,
"text": "h",
"position": {
"top": 1188,
"bottom": 1219,
"left": 1857,
"right": 1885,
"bbTop": 1188,
"bbBot": 1219,
"bbLeft": 1857,
"bbRight": 1885
},
"confidence": 100
},
{
"doc_index": 715,
"page_index": 715,
"block_index": 474,
"page_num": 0,
"text": "e",
"position": {
"top": 1188,
"bottom": 1219,
"left": 1885,
"right": 1908,
"bbTop": 1188,
"bbBot": 1219,
"bbLeft": 1885,
"bbRight": 1908
},
"confidence": 100
},
{
"doc_index": 717,
"page_index": 717,
"block_index": 476,
"page_num": 0,
"text": "h",
"position": {
"top": 1188,
"bottom": 1227,
"left": 1940,
"right": 1969,
"bbTop": 1188,
"bbBot": 1227,
"bbLeft": 1940,
"bbRight": 1969
},
"confidence": 100
},
{
"doc_index": 718,
"page_index": 718,
"block_index": 477,
"page_num": 0,
"text": "i",
"position": {
"top": 1188,
"bottom": 1227,
"left": 1969,
"right": 1985,
"bbTop": 1188,
"bbBot": 1227,
"bbLeft": 1969,
"bbRight": 1985
},
"confidence": 100
},
{
"doc_index": 719,
"page_index": 719,
"block_index": 478,
"page_num": 0,
"text": "g",
"position": {
"top": 1188,
"bottom": 1227,
"left": 1985,
"right": 2009,
"bbTop": 1188,
"bbBot": 1227,
"bbLeft": 1985,
"bbRight": 2009
},
"confidence": 100
},
{
"doc_index": 720,
"page_index": 720,
"block_index": 479,
"page_num": 0,
"text": "h",
"position": {
"top": 1188,
"bottom": 1227,
"left": 2009,
"right": 2038,
"bbTop": 1188,
"bbBot": 1227,
"bbLeft": 2009,
"bbRight": 2038
},
"confidence": 100
},
{
"doc_index": 721,
"page_index": 721,
"block_index": 480,
"page_num": 0,
"text": "-",
"position": {
"top": 1188,
"bottom": 1227,
"left": 2038,
"right": 2072,
"bbTop": 1188,
"bbBot": 1227,
"bbLeft": 2038,
"bbRight": 2072
},
"confidence": 100
},
{
"doc_index": 722,
"page_index": 722,
"block_index": 481,
"page_num": 0,
"text": "r",
"position": {
"top": 1188,
"bottom": 1227,
"left": 2072,
"right": 2093,
"bbTop": 1188,
"bbBot": 1227,
"bbLeft": 2072,
"bbRight": 2093
},
"confidence": 100
},
{
"doc_index": 723,
"page_index": 723,
"block_index": 482,
"page_num": 0,
"text": "i",
"position": {
"top": 1188,
"bottom": 1227,
"left": 2093,
"right": 2109,
"bbTop": 1188,
"bbBot": 1227,
"bbLeft": 2093,
"bbRight": 2109
},
"confidence": 100
},
{
"doc_index": 724,
"page_index": 724,
"block_index": 483,
"page_num": 0,
"text": "s",
"position": {
"top": 1188,
"bottom": 1227,
"left": 2109,
"right": 2129,
"bbTop": 1188,
"bbBot": 1227,
"bbLeft": 2109,
"bbRight": 2129
},
"confidence": 100
},
{
"doc_index": 725,
"page_index": 725,
"block_index": 484,
"page_num": 0,
"text": "k",
"position": {
"top": 1188,
"bottom": 1227,
"left": 2129,
"right": 2159,
"bbTop": 1188,
"bbBot": 1227,
"bbLeft": 2129,
"bbRight": 2159
},
"confidence": 100
},
{
"doc_index": 727,
"page_index": 727,
"block_index": 486,
"page_num": 0,
"text": "e",
"position": {
"top": 1196,
"bottom": 1227,
"left": 2189,
"right": 2213,
"bbTop": 1196,
"bbBot": 1227,
"bbLeft": 2189,
"bbRight": 2213
},
"confidence": 100
},
{
"doc_index": 728,
"page_index": 728,
"block_index": 487,
"page_num": 0,
"text": "x",
"position": {
"top": 1196,
"bottom": 1227,
"left": 2213,
"right": 2241,
"bbTop": 1196,
"bbBot": 1227,
"bbLeft": 2213,
"bbRight": 2241
},
"confidence": 100
},
{
"doc_index": 729,
"page_index": 729,
"block_index": 488,
"page_num": 0,
"text": "p",
"position": {
"top": 1196,
"bottom": 1227,
"left": 2241,
"right": 2266,
"bbTop": 1196,
"bbBot": 1227,
"bbLeft": 2241,
"bbRight": 2266
},
"confidence": 100
},
{
"doc_index": 730,
"page_index": 730,
"block_index": 489,
"page_num": 0,
"text": "o",
"position": {
"top": 1196,
"bottom": 1227,
"left": 2266,
"right": 2292,
"bbTop": 1196,
"bbBot": 1227,
"bbLeft": 2266,
"bbRight": 2292
},
"confidence": 100
},
{
"doc_index": 731,
"page_index": 731,
"block_index": 490,
"page_num": 0,
"text": "s",
"position": {
"top": 1196,
"bottom": 1227,
"left": 2292,
"right": 2311,
"bbTop": 1196,
"bbBot": 1227,
"bbLeft": 2292,
"bbRight": 2311
},
"confidence": 100
},
{
"doc_index": 732,
"page_index": 732,
"block_index": 491,
"page_num": 0,
"text": "u",
"position": {
"top": 1196,
"bottom": 1227,
"left": 2311,
"right": 2338,
"bbTop": 1196,
"bbBot": 1227,
"bbLeft": 2311,
"bbRight": 2338
},
"confidence": 100
},
{
"doc_index": 733,
"page_index": 733,
"block_index": 492,
"page_num": 0,
"text": "r",
"position": {
"top": 1196,
"bottom": 1227,
"left": 2338,
"right": 2360,
"bbTop": 1196,
"bbBot": 1227,
"bbLeft": 2338,
"bbRight": 2360
},
"confidence": 100
},
{
"doc_index": 734,
"page_index": 734,
"block_index": 493,
"page_num": 0,
"text": "e",
"position": {
"top": 1196,
"bottom": 1227,
"left": 2360,
"right": 2383,
"bbTop": 1196,
"bbBot": 1227,
"bbLeft": 2360,
"bbRight": 2383
},
"confidence": 100
},
{
"doc_index": 736,
"page_index": 736,
"block_index": 495,
"page_num": 0,
"text": "a",
"position": {
"top": 1236,
"bottom": 1266,
"left": 239,
"right": 268,
"bbTop": 1236,
"bbBot": 1266,
"bbLeft": 239,
"bbRight": 268
},
"confidence": 100
},
{
"doc_index": 737,
"page_index": 737,
"block_index": 496,
"page_num": 0,
"text": "s",
"position": {
"top": 1236,
"bottom": 1266,
"left": 268,
"right": 289,
"bbTop": 1236,
"bbBot": 1266,
"bbLeft": 268,
"bbRight": 289
},
"confidence": 100
},
{
"doc_index": 738,
"page_index": 738,
"block_index": 497,
"page_num": 0,
"text": "s",
"position": {
"top": 1236,
"bottom": 1266,
"left": 289,
"right": 309,
"bbTop": 1236,
"bbBot": 1266,
"bbLeft": 289,
"bbRight": 309
},
"confidence": 100
},
{
"doc_index": 739,
"page_index": 739,
"block_index": 498,
"page_num": 0,
"text": "o",
"position": {
"top": 1236,
"bottom": 1266,
"left": 309,
"right": 338,
"bbTop": 1236,
"bbBot": 1266,
"bbLeft": 309,
"bbRight": 338
},
"confidence": 100
},
{
"doc_index": 740,
"page_index": 740,
"block_index": 499,
"page_num": 0,
"text": "c",
"position": {
"top": 1236,
"bottom": 1266,
"left": 338,
"right": 363,
"bbTop": 1236,
"bbBot": 1266,
"bbLeft": 338,
"bbRight": 363
},
"confidence": 100
},
{
"doc_index": 741,
"page_index": 741,
"block_index": 500,
"page_num": 0,
"text": "i",
"position": {
"top": 1236,
"bottom": 1266,
"left": 363,
"right": 380,
"bbTop": 1236,
"bbBot": 1266,
"bbLeft": 363,
"bbRight": 380
},
"confidence": 100
},
{
"doc_index": 742,
"page_index": 742,
"block_index": 501,
"page_num": 0,
"text": "a",
"position": {
"top": 1236,
"bottom": 1266,
"left": 380,
"right": 409,
"bbTop": 1236,
"bbBot": 1266,
"bbLeft": 380,
"bbRight": 409
},
"confidence": 100
},
{
"doc_index": 743,
"page_index": 743,
"block_index": 502,
"page_num": 0,
"text": "t",
"position": {
"top": 1236,
"bottom": 1266,
"left": 409,
"right": 427,
"bbTop": 1236,
"bbBot": 1266,
"bbLeft": 409,
"bbRight": 427
},
"confidence": 100
},
{
"doc_index": 744,
"page_index": 744,
"block_index": 503,
"page_num": 0,
"text": "e",
"position": {
"top": 1236,
"bottom": 1266,
"left": 427,
"right": 453,
"bbTop": 1236,
"bbBot": 1266,
"bbLeft": 427,
"bbRight": 453
},
"confidence": 100
},
{
"doc_index": 745,
"page_index": 745,
"block_index": 504,
"page_num": 0,
"text": "d",
"position": {
"top": 1236,
"bottom": 1266,
"left": 453,
"right": 483,
"bbTop": 1236,
"bbBot": 1266,
"bbLeft": 453,
"bbRight": 483
},
"confidence": 100
},
{
"doc_index": 747,
"page_index": 747,
"block_index": 506,
"page_num": 0,
"text": "w",
"position": {
"top": 1236,
"bottom": 1266,
"left": 512,
"right": 549,
"bbTop": 1236,
"bbBot": 1266,
"bbLeft": 512,
"bbRight": 549
},
"confidence": 100
},
{
"doc_index": 748,
"page_index": 748,
"block_index": 507,
"page_num": 0,
"text": "i",
"position": {
"top": 1236,
"bottom": 1266,
"left": 549,
"right": 564,
"bbTop": 1236,
"bbBot": 1266,
"bbLeft": 549,
"bbRight": 564
},
"confidence": 100
},
{
"doc_index": 749,
"page_index": 749,
"block_index": 508,
"page_num": 0,
"text": "t",
"position": {
"top": 1236,
"bottom": 1266,
"left": 564,
"right": 580,
"bbTop": 1236,
"bbBot": 1266,
"bbLeft": 564,
"bbRight": 580
},
"confidence": 100
},
{
"doc_index": 750,
"page_index": 750,
"block_index": 509,
"page_num": 0,
"text": "h",
"position": {
"top": 1236,
"bottom": 1266,
"left": 580,
"right": 608,
"bbTop": 1236,
"bbBot": 1266,
"bbLeft": 580,
"bbRight": 608
},
"confidence": 100
},
{
"doc_index": 752,
"page_index": 752,
"block_index": 511,
"page_num": 0,
"text": "f",
"position": {
"top": 1236,
"bottom": 1266,
"left": 639,
"right": 661,
"bbTop": 1236,
"bbBot": 1266,
"bbLeft": 639,
"bbRight": 661
},
"confidence": 100
},
{
"doc_index": 753,
"page_index": 753,
"block_index": 512,
"page_num": 0,
"text": "i",
"position": {
"top": 1236,
"bottom": 1266,
"left": 661,
"right": 677,
"bbTop": 1236,
"bbBot": 1266,
"bbLeft": 661,
"bbRight": 677
},
"confidence": 100
},
{
"doc_index": 754,
"page_index": 754,
"block_index": 513,
"page_num": 0,
"text": "r",
"position": {
"top": 1236,
"bottom": 1266,
"left": 677,
"right": 698,
"bbTop": 1236,
"bbBot": 1266,
"bbLeft": 677,
"bbRight": 698
},
"confidence": 100
},
{
"doc_index": 755,
"page_index": 755,
"block_index": 514,
"page_num": 0,
"text": "e",
"position": {
"top": 1236,
"bottom": 1266,
"left": 698,
"right": 722,
"bbTop": 1236,
"bbBot": 1266,
"bbLeft": 698,
"bbRight": 722
},
"confidence": 100
},
{
"doc_index": 756,
"page_index": 756,
"block_index": 515,
"page_num": 0,
"text": "w",
"position": {
"top": 1236,
"bottom": 1266,
"left": 722,
"right": 761,
"bbTop": 1236,
"bbBot": 1266,
"bbLeft": 722,
"bbRight": 761
},
"confidence": 100
},
{
"doc_index": 757,
"page_index": 757,
"block_index": 516,
"page_num": 0,
"text": "o",
"position": {
"top": 1236,
"bottom": 1266,
"left": 761,
"right": 787,
"bbTop": 1236,
"bbBot": 1266,
"bbLeft": 761,
"bbRight": 787
},
"confidence": 100
},
{
"doc_index": 758,
"page_index": 758,
"block_index": 517,
"page_num": 0,
"text": "r",
"position": {
"top": 1236,
"bottom": 1266,
"left": 787,
"right": 808,
"bbTop": 1236,
"bbBot": 1266,
"bbLeft": 787,
"bbRight": 808
},
"confidence": 100
},
{
"doc_index": 759,
"page_index": 759,
"block_index": 518,
"page_num": 0,
"text": "k",
"position": {
"top": 1236,
"bottom": 1266,
"left": 808,
"right": 838,
"bbTop": 1236,
"bbBot": 1266,
"bbLeft": 808,
"bbRight": 838
},
"confidence": 100
},
{
"doc_index": 760,
"page_index": 760,
"block_index": 519,
"page_num": 0,
"text": "s",
"position": {
"top": 1236,
"bottom": 1266,
"left": 838,
"right": 858,
"bbTop": 1236,
"bbBot": 1266,
"bbLeft": 838,
"bbRight": 858
},
"confidence": 100
},
{
"doc_index": 762,
"page_index": 762,
"block_index": 521,
"page_num": 0,
"text": "m",
"position": {
"top": 1236,
"bottom": 1274,
"left": 888,
"right": 932,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 888,
"bbRight": 932
},
"confidence": 100
},
{
"doc_index": 763,
"page_index": 763,
"block_index": 522,
"page_num": 0,
"text": "a",
"position": {
"top": 1236,
"bottom": 1274,
"left": 932,
"right": 958,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 932,
"bbRight": 958
},
"confidence": 100
},
{
"doc_index": 764,
"page_index": 764,
"block_index": 523,
"page_num": 0,
"text": "n",
"position": {
"top": 1236,
"bottom": 1274,
"left": 958,
"right": 988,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 958,
"bbRight": 988
},
"confidence": 100
},
{
"doc_index": 765,
"page_index": 765,
"block_index": 524,
"page_num": 0,
"text": "u",
"position": {
"top": 1236,
"bottom": 1274,
"left": 988,
"right": 1014,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 988,
"bbRight": 1014
},
"confidence": 100
},
{
"doc_index": 766,
"page_index": 766,
"block_index": 525,
"page_num": 0,
"text": "f",
"position": {
"top": 1236,
"bottom": 1274,
"left": 1014,
"right": 1036,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 1014,
"bbRight": 1036
},
"confidence": 100
},
{
"doc_index": 767,
"page_index": 767,
"block_index": 526,
"page_num": 0,
"text": "a",
"position": {
"top": 1236,
"bottom": 1274,
"left": 1036,
"right": 1062,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 1036,
"bbRight": 1062
},
"confidence": 100
},
{
"doc_index": 768,
"page_index": 768,
"block_index": 527,
"page_num": 0,
"text": "c",
"position": {
"top": 1236,
"bottom": 1274,
"left": 1062,
"right": 1085,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 1062,
"bbRight": 1085
},
"confidence": 100
},
{
"doc_index": 769,
"page_index": 769,
"block_index": 528,
"page_num": 0,
"text": "t",
"position": {
"top": 1236,
"bottom": 1274,
"left": 1085,
"right": 1102,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 1085,
"bbRight": 1102
},
"confidence": 100
},
{
"doc_index": 770,
"page_index": 770,
"block_index": 529,
"page_num": 0,
"text": "u",
"position": {
"top": 1236,
"bottom": 1274,
"left": 1102,
"right": 1128,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 1102,
"bbRight": 1128
},
"confidence": 100
},
{
"doc_index": 771,
"page_index": 771,
"block_index": 530,
"page_num": 0,
"text": "r",
"position": {
"top": 1236,
"bottom": 1274,
"left": 1128,
"right": 1149,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 1128,
"bbRight": 1149
},
"confidence": 100
},
{
"doc_index": 772,
"page_index": 772,
"block_index": 531,
"page_num": 0,
"text": "i",
"position": {
"top": 1236,
"bottom": 1274,
"left": 1149,
"right": 1164,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 1149,
"bbRight": 1164
},
"confidence": 100
},
{
"doc_index": 773,
"page_index": 773,
"block_index": 532,
"page_num": 0,
"text": "n",
"position": {
"top": 1236,
"bottom": 1274,
"left": 1164,
"right": 1194,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 1164,
"bbRight": 1194
},
"confidence": 100
},
{
"doc_index": 774,
"page_index": 774,
"block_index": 533,
"page_num": 0,
"text": "g",
"position": {
"top": 1236,
"bottom": 1274,
"left": 1194,
"right": 1218,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 1194,
"bbRight": 1218
},
"confidence": 100
},
{
"doc_index": 775,
"page_index": 775,
"block_index": 534,
"page_num": 0,
"text": ".",
"position": {
"top": 1236,
"bottom": 1274,
"left": 1218,
"right": 1226,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 1218,
"bbRight": 1226
},
"confidence": 100
},
{
"doc_index": 777,
"page_index": 777,
"block_index": 536,
"page_num": 0,
"text": "A",
"position": {
"top": 1238,
"bottom": 1266,
"left": 1261,
"right": 1293,
"bbTop": 1238,
"bbBot": 1266,
"bbLeft": 1261,
"bbRight": 1293
},
"confidence": 100
},
{
"doc_index": 778,
"page_index": 778,
"block_index": 537,
"page_num": 0,
"text": "s",
"position": {
"top": 1238,
"bottom": 1266,
"left": 1293,
"right": 1308,
"bbTop": 1238,
"bbBot": 1266,
"bbLeft": 1293,
"bbRight": 1308
},
"confidence": 100
},
{
"doc_index": 780,
"page_index": 780,
"block_index": 539,
"page_num": 0,
"text": "s",
"position": {
"top": 1236,
"bottom": 1273,
"left": 1340,
"right": 1359,
"bbTop": 1236,
"bbBot": 1273,
"bbLeft": 1340,
"bbRight": 1359
},
"confidence": 100
},
{
"doc_index": 781,
"page_index": 781,
"block_index": 540,
"page_num": 0,
"text": "u",
"position": {
"top": 1236,
"bottom": 1273,
"left": 1359,
"right": 1387,
"bbTop": 1236,
"bbBot": 1273,
"bbLeft": 1359,
"bbRight": 1387
},
"confidence": 100
},
{
"doc_index": 782,
"page_index": 782,
"block_index": 541,
"page_num": 0,
"text": "c",
"position": {
"top": 1236,
"bottom": 1273,
"left": 1387,
"right": 1411,
"bbTop": 1236,
"bbBot": 1273,
"bbLeft": 1387,
"bbRight": 1411
},
"confidence": 100
},
{
"doc_index": 783,
"page_index": 783,
"block_index": 542,
"page_num": 0,
"text": "h",
"position": {
"top": 1236,
"bottom": 1273,
"left": 1411,
"right": 1441,
"bbTop": 1236,
"bbBot": 1273,
"bbLeft": 1411,
"bbRight": 1441
},
"confidence": 100
},
{
"doc_index": 784,
"page_index": 784,
"block_index": 543,
"page_num": 0,
"text": ",",
"position": {
"top": 1236,
"bottom": 1273,
"left": 1441,
"right": 1450,
"bbTop": 1236,
"bbBot": 1273,
"bbLeft": 1441,
"bbRight": 1450
},
"confidence": 100
},
{
"doc_index": 786,
"page_index": 786,
"block_index": 545,
"page_num": 0,
"text": "w",
"position": {
"top": 1243,
"bottom": 1266,
"left": 1487,
"right": 1516,
"bbTop": 1243,
"bbBot": 1266,
"bbLeft": 1487,
"bbRight": 1516
},
"confidence": 100
},
{
"doc_index": 787,
"page_index": 787,
"block_index": 546,
"page_num": 0,
"text": "e",
"position": {
"top": 1243,
"bottom": 1266,
"left": 1516,
"right": 1533,
"bbTop": 1243,
"bbBot": 1266,
"bbLeft": 1516,
"bbRight": 1533
},
"confidence": 100
},
{
"doc_index": 789,
"page_index": 789,
"block_index": 548,
"page_num": 0,
"text": "h",
"position": {
"top": 1236,
"bottom": 1266,
"left": 1565,
"right": 1590,
"bbTop": 1236,
"bbBot": 1266,
"bbLeft": 1565,
"bbRight": 1590
},
"confidence": 100
},
{
"doc_index": 790,
"page_index": 790,
"block_index": 549,
"page_num": 0,
"text": "a",
"position": {
"top": 1236,
"bottom": 1266,
"left": 1590,
"right": 1613,
"bbTop": 1236,
"bbBot": 1266,
"bbLeft": 1590,
"bbRight": 1613
},
"confidence": 100
},
{
"doc_index": 791,
"page_index": 791,
"block_index": 550,
"page_num": 0,
"text": "v",
"position": {
"top": 1236,
"bottom": 1266,
"left": 1613,
"right": 1638,
"bbTop": 1236,
"bbBot": 1266,
"bbLeft": 1613,
"bbRight": 1638
},
"confidence": 100
},
{
"doc_index": 792,
"page_index": 792,
"block_index": 551,
"page_num": 0,
"text": "e",
"position": {
"top": 1236,
"bottom": 1266,
"left": 1638,
"right": 1658,
"bbTop": 1236,
"bbBot": 1266,
"bbLeft": 1638,
"bbRight": 1658
},
"confidence": 100
},
{
"doc_index": 794,
"page_index": 794,
"block_index": 553,
"page_num": 0,
"text": "i",
"position": {
"top": 1236,
"bottom": 1274,
"left": 1689,
"right": 1703,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 1689,
"bbRight": 1703
},
"confidence": 100
},
{
"doc_index": 795,
"page_index": 795,
"block_index": 554,
"page_num": 0,
"text": "m",
"position": {
"top": 1236,
"bottom": 1274,
"left": 1703,
"right": 1744,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 1703,
"bbRight": 1744
},
"confidence": 100
},
{
"doc_index": 796,
"page_index": 796,
"block_index": 555,
"page_num": 0,
"text": "p",
"position": {
"top": 1236,
"bottom": 1274,
"left": 1744,
"right": 1767,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 1744,
"bbRight": 1767
},
"confidence": 100
},
{
"doc_index": 797,
"page_index": 797,
"block_index": 556,
"page_num": 0,
"text": "l",
"position": {
"top": 1236,
"bottom": 1274,
"left": 1767,
"right": 1782,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 1767,
"bbRight": 1782
},
"confidence": 100
},
{
"doc_index": 798,
"page_index": 798,
"block_index": 557,
"page_num": 0,
"text": "e",
"position": {
"top": 1236,
"bottom": 1274,
"left": 1782,
"right": 1804,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 1782,
"bbRight": 1804
},
"confidence": 100
},
{
"doc_index": 799,
"page_index": 799,
"block_index": 558,
"page_num": 0,
"text": "m",
"position": {
"top": 1236,
"bottom": 1274,
"left": 1804,
"right": 1845,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 1804,
"bbRight": 1845
},
"confidence": 100
},
{
"doc_index": 800,
"page_index": 800,
"block_index": 559,
"page_num": 0,
"text": "e",
"position": {
"top": 1236,
"bottom": 1274,
"left": 1845,
"right": 1867,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 1845,
"bbRight": 1867
},
"confidence": 100
},
{
"doc_index": 801,
"page_index": 801,
"block_index": 560,
"page_num": 0,
"text": "n",
"position": {
"top": 1236,
"bottom": 1274,
"left": 1867,
"right": 1895,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 1867,
"bbRight": 1895
},
"confidence": 100
},
{
"doc_index": 802,
"page_index": 802,
"block_index": 561,
"page_num": 0,
"text": "t",
"position": {
"top": 1236,
"bottom": 1274,
"left": 1895,
"right": 1911,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 1895,
"bbRight": 1911
},
"confidence": 100
},
{
"doc_index": 803,
"page_index": 803,
"block_index": 562,
"page_num": 0,
"text": "e",
"position": {
"top": 1236,
"bottom": 1274,
"left": 1911,
"right": 1933,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 1911,
"bbRight": 1933
},
"confidence": 100
},
{
"doc_index": 804,
"page_index": 804,
"block_index": 563,
"page_num": 0,
"text": "d",
"position": {
"top": 1236,
"bottom": 1274,
"left": 1933,
"right": 1958,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 1933,
"bbRight": 1958
},
"confidence": 100
},
{
"doc_index": 806,
"page_index": 806,
"block_index": 565,
"page_num": 0,
"text": "c",
"position": {
"top": 1236,
"bottom": 1274,
"left": 1989,
"right": 2011,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 1989,
"bbRight": 2011
},
"confidence": 100
},
{
"doc_index": 807,
"page_index": 807,
"block_index": 566,
"page_num": 0,
"text": "o",
"position": {
"top": 1236,
"bottom": 1274,
"left": 2011,
"right": 2036,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 2011,
"bbRight": 2036
},
"confidence": 100
},
{
"doc_index": 808,
"page_index": 808,
"block_index": 567,
"page_num": 0,
"text": "m",
"position": {
"top": 1236,
"bottom": 1274,
"left": 2036,
"right": 2079,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 2036,
"bbRight": 2079
},
"confidence": 100
},
{
"doc_index": 809,
"page_index": 809,
"block_index": 568,
"page_num": 0,
"text": "p",
"position": {
"top": 1236,
"bottom": 1274,
"left": 2079,
"right": 2103,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 2079,
"bbRight": 2103
},
"confidence": 100
},
{
"doc_index": 810,
"page_index": 810,
"block_index": 569,
"page_num": 0,
"text": "r",
"position": {
"top": 1236,
"bottom": 1274,
"left": 2103,
"right": 2123,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 2103,
"bbRight": 2123
},
"confidence": 100
},
{
"doc_index": 811,
"page_index": 811,
"block_index": 570,
"page_num": 0,
"text": "e",
"position": {
"top": 1236,
"bottom": 1274,
"left": 2123,
"right": 2146,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 2123,
"bbRight": 2146
},
"confidence": 100
},
{
"doc_index": 812,
"page_index": 812,
"block_index": 571,
"page_num": 0,
"text": "h",
"position": {
"top": 1236,
"bottom": 1274,
"left": 2146,
"right": 2174,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 2146,
"bbRight": 2174
},
"confidence": 100
},
{
"doc_index": 813,
"page_index": 813,
"block_index": 572,
"page_num": 0,
"text": "e",
"position": {
"top": 1236,
"bottom": 1274,
"left": 2174,
"right": 2197,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 2174,
"bbRight": 2197
},
"confidence": 100
},
{
"doc_index": 814,
"page_index": 814,
"block_index": 573,
"page_num": 0,
"text": "n",
"position": {
"top": 1236,
"bottom": 1274,
"left": 2197,
"right": 2226,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 2197,
"bbRight": 2226
},
"confidence": 100
},
{
"doc_index": 815,
"page_index": 815,
"block_index": 574,
"page_num": 0,
"text": "s",
"position": {
"top": 1236,
"bottom": 1274,
"left": 2226,
"right": 2244,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 2226,
"bbRight": 2244
},
"confidence": 100
},
{
"doc_index": 816,
"page_index": 816,
"block_index": 575,
"page_num": 0,
"text": "i",
"position": {
"top": 1236,
"bottom": 1274,
"left": 2244,
"right": 2259,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 2244,
"bbRight": 2259
},
"confidence": 100
},
{
"doc_index": 817,
"page_index": 817,
"block_index": 576,
"page_num": 0,
"text": "v",
"position": {
"top": 1236,
"bottom": 1274,
"left": 2259,
"right": 2286,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 2259,
"bbRight": 2286
},
"confidence": 100
},
{
"doc_index": 818,
"page_index": 818,
"block_index": 577,
"page_num": 0,
"text": "e",
"position": {
"top": 1236,
"bottom": 1274,
"left": 2286,
"right": 2308,
"bbTop": 1236,
"bbBot": 1274,
"bbLeft": 2286,
"bbRight": 2308
},
"confidence": 100
},
{
"doc_index": 820,
"page_index": 820,
"block_index": 579,
"page_num": 0,
"text": "f",
"position": {
"top": 1283,
"bottom": 1314,
"left": 239,
"right": 264,
"bbTop": 1283,
"bbBot": 1314,
"bbLeft": 239,
"bbRight": 264
},
"confidence": 100
},
{
"doc_index": 821,
"page_index": 821,
"block_index": 580,
"page_num": 0,
"text": "i",
"position": {
"top": 1283,
"bottom": 1314,
"left": 264,
"right": 282,
"bbTop": 1283,
"bbBot": 1314,
"bbLeft": 264,
"bbRight": 282
},
"confidence": 100
},
{
"doc_index": 822,
"page_index": 822,
"block_index": 581,
"page_num": 0,
"text": "r",
"position": {
"top": 1283,
"bottom": 1314,
"left": 282,
"right": 306,
"bbTop": 1283,
"bbBot": 1314,
"bbLeft": 282,
"bbRight": 306
},
"confidence": 100
},
{
"doc_index": 823,
"page_index": 823,
"block_index": 582,
"page_num": 0,
"text": "e",
"position": {
"top": 1283,
"bottom": 1314,
"left": 306,
"right": 333,
"bbTop": 1283,
"bbBot": 1314,
"bbLeft": 306,
"bbRight": 333
},
"confidence": 100
},
{
"doc_index": 825,
"page_index": 825,
"block_index": 584,
"page_num": 0,
"text": "p",
"position": {
"top": 1283,
"bottom": 1322,
"left": 365,
"right": 392,
"bbTop": 1283,
"bbBot": 1322,
"bbLeft": 365,
"bbRight": 392
},
"confidence": 100
},
{
"doc_index": 826,
"page_index": 826,
"block_index": 585,
"page_num": 0,
"text": "r",
"position": {
"top": 1283,
"bottom": 1322,
"left": 392,
"right": 415,
"bbTop": 1283,
"bbBot": 1322,
"bbLeft": 392,
"bbRight": 415
},
"confidence": 100
},
{
"doc_index": 827,
"page_index": 827,
"block_index": 586,
"page_num": 0,
"text": "o",
"position": {
"top": 1283,
"bottom": 1322,
"left": 415,
"right": 442,
"bbTop": 1283,
"bbBot": 1322,
"bbLeft": 415,
"bbRight": 442
},
"confidence": 100
},
{
"doc_index": 828,
"page_index": 828,
"block_index": 587,
"page_num": 0,
"text": "t",
"position": {
"top": 1283,
"bottom": 1322,
"left": 442,
"right": 461,
"bbTop": 1283,
"bbBot": 1322,
"bbLeft": 442,
"bbRight": 461
},
"confidence": 100
},
{
"doc_index": 829,
"page_index": 829,
"block_index": 588,
"page_num": 0,
"text": "e",
"position": {
"top": 1283,
"bottom": 1322,
"left": 461,
"right": 487,
"bbTop": 1283,
"bbBot": 1322,
"bbLeft": 461,
"bbRight": 487
},
"confidence": 100
},
{
"doc_index": 830,
"page_index": 830,
"block_index": 589,
"page_num": 0,
"text": "c",
"position": {
"top": 1283,
"bottom": 1322,
"left": 487,
"right": 512,
"bbTop": 1283,
"bbBot": 1322,
"bbLeft": 487,
"bbRight": 512
},
"confidence": 100
},
{
"doc_index": 831,
"page_index": 831,
"block_index": 590,
"page_num": 0,
"text": "t",
"position": {
"top": 1283,
"bottom": 1322,
"left": 512,
"right": 530,
"bbTop": 1283,
"bbBot": 1322,
"bbLeft": 512,
"bbRight": 530
},
"confidence": 100
},
{
"doc_index": 832,
"page_index": 832,
"block_index": 591,
"page_num": 0,
"text": "i",
"position": {
"top": 1283,
"bottom": 1322,
"left": 530,
"right": 547,
"bbTop": 1283,
"bbBot": 1322,
"bbLeft": 530,
"bbRight": 547
},
"confidence": 100
},
{
"doc_index": 833,
"page_index": 833,
"block_index": 592,
"page_num": 0,
"text": "o",
"position": {
"top": 1283,
"bottom": 1322,
"left": 547,
"right": 575,
"bbTop": 1283,
"bbBot": 1322,
"bbLeft": 547,
"bbRight": 575
},
"confidence": 100
},
{
"doc_index": 834,
"page_index": 834,
"block_index": 593,
"page_num": 0,
"text": "n",
"position": {
"top": 1283,
"bottom": 1322,
"left": 575,
"right": 608,
"bbTop": 1283,
"bbBot": 1322,
"bbLeft": 575,
"bbRight": 608
},
"confidence": 100
},
{
"doc_index": 836,
"page_index": 836,
"block_index": 595,
"page_num": 0,
"text": "a",
"position": {
"top": 1283,
"bottom": 1314,
"left": 639,
"right": 661,
"bbTop": 1283,
"bbBot": 1314,
"bbLeft": 639,
"bbRight": 661
},
"confidence": 100
},
{
"doc_index": 837,
"page_index": 837,
"block_index": 596,
"page_num": 0,
"text": "n",
"position": {
"top": 1283,
"bottom": 1314,
"left": 661,
"right": 685,
"bbTop": 1283,
"bbBot": 1314,
"bbLeft": 661,
"bbRight": 685
},
"confidence": 100
},
{
"doc_index": 838,
"page_index": 838,
"block_index": 597,
"page_num": 0,
"text": "d",
"position": {
"top": 1283,
"bottom": 1314,
"left": 685,
"right": 708,
"bbTop": 1283,
"bbBot": 1314,
"bbLeft": 685,
"bbRight": 708
},
"confidence": 100
},
{
"doc_index": 840,
"page_index": 840,
"block_index": 599,
"page_num": 0,
"text": "s",
"position": {
"top": 1283,
"bottom": 1322,
"left": 740,
"right": 762,
"bbTop": 1283,
"bbBot": 1322,
"bbLeft": 740,
"bbRight": 762
},
"confidence": 100
},
{
"doc_index": 841,
"page_index": 841,
"block_index": 600,
"page_num": 0,
"text": "e",
"position": {
"top": 1283,
"bottom": 1322,
"left": 762,
"right": 789,
"bbTop": 1283,
"bbBot": 1322,
"bbLeft": 762,
"bbRight": 789
},
"confidence": 100
},
{
"doc_index": 842,
"page_index": 842,
"block_index": 601,
"page_num": 0,
"text": "c",
"position": {
"top": 1283,
"bottom": 1322,
"left": 789,
"right": 816,
"bbTop": 1283,
"bbBot": 1322,
"bbLeft": 789,
"bbRight": 816
},
"confidence": 100
},
{
"doc_index": 843,
"page_index": 843,
"block_index": 602,
"page_num": 0,
"text": "u",
"position": {
"top": 1283,
"bottom": 1322,
"left": 816,
"right": 848,
"bbTop": 1283,
"bbBot": 1322,
"bbLeft": 816,
"bbRight": 848
},
"confidence": 100
},
{
"doc_index": 844,
"page_index": 844,
"block_index": 603,
"page_num": 0,
"text": "r",
"position": {
"top": 1283,
"bottom": 1322,
"left": 848,
"right": 872,
"bbTop": 1283,
"bbBot": 1322,
"bbLeft": 848,
"bbRight": 872
},
"confidence": 100
},
{
"doc_index": 845,
"page_index": 845,
"block_index": 604,
"page_num": 0,
"text": "i",
"position": {
"top": 1283,
"bottom": 1322,
"left": 872,
"right": 890,
"bbTop": 1283,
"bbBot": 1322,
"bbLeft": 872,
"bbRight": 890
},
"confidence": 100
},
{
"doc_index": 846,
"page_index": 846,
"block_index": 605,
"page_num": 0,
"text": "t",
"position": {
"top": 1283,
"bottom": 1322,
"left": 890,
"right": 910,
"bbTop": 1283,
"bbBot": 1322,
"bbLeft": 890,
"bbRight": 910
},
"confidence": 100
},
{
"doc_index": 847,
"page_index": 847,
"block_index": 606,
"page_num": 0,
"text": "y",
"position": {
"top": 1283,
"bottom": 1322,
"left": 910,
"right": 935,
"bbTop": 1283,
"bbBot": 1322,
"bbLeft": 910,
"bbRight": 935
},
"confidence": 100
},
{
"doc_index": 849,
"page_index": 849,
"block_index": 608,
"page_num": 0,
"text": "m",
"position": {
"top": 1291,
"bottom": 1314,
"left": 963,
"right": 1008,
"bbTop": 1291,
"bbBot": 1314,
"bbLeft": 963,
"bbRight": 1008
},
"confidence": 100
},
{
"doc_index": 850,
"page_index": 850,
"block_index": 609,
"page_num": 0,
"text": "e",
"position": {
"top": 1291,
"bottom": 1314,
"left": 1008,
"right": 1031,
"bbTop": 1291,
"bbBot": 1314,
"bbLeft": 1008,
"bbRight": 1031
},
"confidence": 100
},
{
"doc_index": 851,
"page_index": 851,
"block_index": 610,
"page_num": 0,
"text": "a",
"position": {
"top": 1291,
"bottom": 1314,
"left": 1031,
"right": 1058,
"bbTop": 1291,
"bbBot": 1314,
"bbLeft": 1031,
"bbRight": 1058
},
"confidence": 100
},
{
"doc_index": 852,
"page_index": 852,
"block_index": 611,
"page_num": 0,
"text": "s",
"position": {
"top": 1291,
"bottom": 1314,
"left": 1058,
"right": 1077,
"bbTop": 1291,
"bbBot": 1314,
"bbLeft": 1058,
"bbRight": 1077
},
"confidence": 100
},
{
"doc_index": 853,
"page_index": 853,
"block_index": 612,
"page_num": 0,
"text": "u",
"position": {
"top": 1291,
"bottom": 1314,
"left": 1077,
"right": 1104,
"bbTop": 1291,
"bbBot": 1314,
"bbLeft": 1077,
"bbRight": 1104
},
"confidence": 100
},
{
"doc_index": 854,
"page_index": 854,
"block_index": 613,
"page_num": 0,
"text": "r",
"position": {
"top": 1291,
"bottom": 1314,
"left": 1104,
"right": 1125,
"bbTop": 1291,
"bbBot": 1314,
"bbLeft": 1104,
"bbRight": 1125
},
"confidence": 100
},
{
"doc_index": 855,
"page_index": 855,
"block_index": 614,
"page_num": 0,
"text": "e",
"position": {
"top": 1291,
"bottom": 1314,
"left": 1125,
"right": 1148,
"bbTop": 1291,
"bbBot": 1314,
"bbLeft": 1125,
"bbRight": 1148
},
"confidence": 100
},
{
"doc_index": 856,
"page_index": 856,
"block_index": 615,
"page_num": 0,
"text": "s",
"position": {
"top": 1291,
"bottom": 1314,
"left": 1148,
"right": 1167,
"bbTop": 1291,
"bbBot": 1314,
"bbLeft": 1148,
"bbRight": 1167
},
"confidence": 100
},
{
"doc_index": 857,
"page_index": 857,
"block_index": 616,
"page_num": 0,
"text": ".",
"position": {
"top": 1291,
"bottom": 1314,
"left": 1167,
"right": 1176,
"bbTop": 1291,
"bbBot": 1314,
"bbLeft": 1167,
"bbRight": 1176
},
"confidence": 100
},
{
"doc_index": 859,
"page_index": 859,
"block_index": 0,
"page_num": 0,
"text": "I",
"position": {
"top": 1333,
"bottom": 1360,
"left": 240,
"right": 257,
"bbTop": 1333,
"bbBot": 1360,
"bbLeft": 240,
"bbRight": 257
},
"confidence": 100
},
{
"doc_index": 861,
"page_index": 861,
"block_index": 0,
"page_num": 0,
"text": "h",
"position": {
"top": 1330,
"bottom": 1361,
"left": 290,
"right": 315,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 290,
"bbRight": 315
},
"confidence": 100
},
{
"doc_index": 862,
"page_index": 862,
"block_index": 1,
"page_num": 0,
"text": "a",
"position": {
"top": 1330,
"bottom": 1361,
"left": 315,
"right": 338,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 315,
"bbRight": 338
},
"confidence": 100
},
{
"doc_index": 863,
"page_index": 863,
"block_index": 2,
"page_num": 0,
"text": "v",
"position": {
"top": 1330,
"bottom": 1361,
"left": 338,
"right": 363,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 338,
"bbRight": 363
},
"confidence": 100
},
{
"doc_index": 864,
"page_index": 864,
"block_index": 3,
"page_num": 0,
"text": "e",
"position": {
"top": 1330,
"bottom": 1361,
"left": 363,
"right": 383,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 363,
"bbRight": 383
},
"confidence": 100
},
{
"doc_index": 866,
"page_index": 866,
"block_index": 5,
"page_num": 0,
"text": "a",
"position": {
"top": 1330,
"bottom": 1361,
"left": 414,
"right": 441,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 414,
"bbRight": 441
},
"confidence": 100
},
{
"doc_index": 867,
"page_index": 867,
"block_index": 6,
"page_num": 0,
"text": "t",
"position": {
"top": 1330,
"bottom": 1361,
"left": 441,
"right": 458,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 441,
"bbRight": 458
},
"confidence": 100
},
{
"doc_index": 868,
"page_index": 868,
"block_index": 7,
"page_num": 0,
"text": "t",
"position": {
"top": 1330,
"bottom": 1361,
"left": 458,
"right": 476,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 458,
"bbRight": 476
},
"confidence": 100
},
{
"doc_index": 869,
"page_index": 869,
"block_index": 8,
"page_num": 0,
"text": "a",
"position": {
"top": 1330,
"bottom": 1361,
"left": 476,
"right": 503,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 476,
"bbRight": 503
},
"confidence": 100
},
{
"doc_index": 870,
"page_index": 870,
"block_index": 9,
"page_num": 0,
"text": "c",
"position": {
"top": 1330,
"bottom": 1361,
"left": 503,
"right": 527,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 503,
"bbRight": 527
},
"confidence": 100
},
{
"doc_index": 871,
"page_index": 871,
"block_index": 10,
"page_num": 0,
"text": "h",
"position": {
"top": 1330,
"bottom": 1361,
"left": 527,
"right": 556,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 527,
"bbRight": 556
},
"confidence": 100
},
{
"doc_index": 872,
"page_index": 872,
"block_index": 11,
"page_num": 0,
"text": "e",
"position": {
"top": 1330,
"bottom": 1361,
"left": 556,
"right": 580,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 556,
"bbRight": 580
},
"confidence": 100
},
{
"doc_index": 873,
"page_index": 873,
"block_index": 12,
"page_num": 0,
"text": "d",
"position": {
"top": 1330,
"bottom": 1361,
"left": 580,
"right": 608,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 580,
"bbRight": 608
},
"confidence": 100
},
{
"doc_index": 875,
"page_index": 875,
"block_index": 14,
"page_num": 0,
"text": "t",
"position": {
"top": 1330,
"bottom": 1361,
"left": 640,
"right": 657,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 640,
"bbRight": 657
},
"confidence": 100
},
{
"doc_index": 876,
"page_index": 876,
"block_index": 15,
"page_num": 0,
"text": "h",
"position": {
"top": 1330,
"bottom": 1361,
"left": 657,
"right": 685,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 657,
"bbRight": 685
},
"confidence": 100
},
{
"doc_index": 877,
"page_index": 877,
"block_index": 16,
"page_num": 0,
"text": "e",
"position": {
"top": 1330,
"bottom": 1361,
"left": 685,
"right": 708,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 685,
"bbRight": 708
},
"confidence": 100
},
{
"doc_index": 879,
"page_index": 879,
"block_index": 18,
"page_num": 0,
"text": "c",
"position": {
"top": 1330,
"bottom": 1369,
"left": 739,
"right": 761,
"bbTop": 1330,
"bbBot": 1369,
"bbLeft": 739,
"bbRight": 761
},
"confidence": 100
},
{
"doc_index": 880,
"page_index": 880,
"block_index": 19,
"page_num": 0,
"text": "o",
"position": {
"top": 1330,
"bottom": 1369,
"left": 761,
"right": 786,
"bbTop": 1330,
"bbBot": 1369,
"bbLeft": 761,
"bbRight": 786
},
"confidence": 100
},
{
"doc_index": 881,
"page_index": 881,
"block_index": 20,
"page_num": 0,
"text": "m",
"position": {
"top": 1330,
"bottom": 1369,
"left": 786,
"right": 829,
"bbTop": 1330,
"bbBot": 1369,
"bbLeft": 786,
"bbRight": 829
},
"confidence": 100
},
{
"doc_index": 882,
"page_index": 882,
"block_index": 21,
"page_num": 0,
"text": "p",
"position": {
"top": 1330,
"bottom": 1369,
"left": 829,
"right": 853,
"bbTop": 1330,
"bbBot": 1369,
"bbLeft": 829,
"bbRight": 853
},
"confidence": 100
},
{
"doc_index": 883,
"page_index": 883,
"block_index": 22,
"page_num": 0,
"text": "l",
"position": {
"top": 1330,
"bottom": 1369,
"left": 853,
"right": 869,
"bbTop": 1330,
"bbBot": 1369,
"bbLeft": 853,
"bbRight": 869
},
"confidence": 100
},
{
"doc_index": 884,
"page_index": 884,
"block_index": 23,
"page_num": 0,
"text": "e",
"position": {
"top": 1330,
"bottom": 1369,
"left": 869,
"right": 892,
"bbTop": 1330,
"bbBot": 1369,
"bbLeft": 869,
"bbRight": 892
},
"confidence": 100
},
{
"doc_index": 885,
"page_index": 885,
"block_index": 24,
"page_num": 0,
"text": "t",
"position": {
"top": 1330,
"bottom": 1369,
"left": 892,
"right": 909,
"bbTop": 1330,
"bbBot": 1369,
"bbLeft": 892,
"bbRight": 909
},
"confidence": 100
},
{
"doc_index": 886,
"page_index": 886,
"block_index": 25,
"page_num": 0,
"text": "e",
"position": {
"top": 1330,
"bottom": 1369,
"left": 909,
"right": 931,
"bbTop": 1330,
"bbBot": 1369,
"bbLeft": 909,
"bbRight": 931
},
"confidence": 100
},
{
"doc_index": 887,
"page_index": 887,
"block_index": 26,
"page_num": 0,
"text": "d",
"position": {
"top": 1330,
"bottom": 1369,
"left": 931,
"right": 957,
"bbTop": 1330,
"bbBot": 1369,
"bbLeft": 931,
"bbRight": 957
},
"confidence": 100
},
{
"doc_index": 889,
"page_index": 889,
"block_index": 28,
"page_num": 0,
"text": "A",
"position": {
"top": 1332,
"bottom": 1361,
"left": 986,
"right": 1012,
"bbTop": 1332,
"bbBot": 1361,
"bbLeft": 986,
"bbRight": 1012
},
"confidence": 100
},
{
"doc_index": 890,
"page_index": 890,
"block_index": 29,
"page_num": 0,
"text": "C",
"position": {
"top": 1332,
"bottom": 1361,
"left": 1012,
"right": 1034,
"bbTop": 1332,
"bbBot": 1361,
"bbLeft": 1012,
"bbRight": 1034
},
"confidence": 100
},
{
"doc_index": 891,
"page_index": 891,
"block_index": 30,
"page_num": 0,
"text": "O",
"position": {
"top": 1332,
"bottom": 1361,
"left": 1034,
"right": 1060,
"bbTop": 1332,
"bbBot": 1361,
"bbLeft": 1034,
"bbRight": 1060
},
"confidence": 100
},
{
"doc_index": 892,
"page_index": 892,
"block_index": 31,
"page_num": 0,
"text": "R",
"position": {
"top": 1332,
"bottom": 1361,
"left": 1060,
"right": 1085,
"bbTop": 1332,
"bbBot": 1361,
"bbLeft": 1060,
"bbRight": 1085
},
"confidence": 100
},
{
"doc_index": 893,
"page_index": 893,
"block_index": 32,
"page_num": 0,
"text": "D",
"position": {
"top": 1332,
"bottom": 1361,
"left": 1085,
"right": 1109,
"bbTop": 1332,
"bbBot": 1361,
"bbLeft": 1085,
"bbRight": 1109
},
"confidence": 100
},
{
"doc_index": 895,
"page_index": 895,
"block_index": 34,
"page_num": 0,
"text": "1",
"position": {
"top": 1332,
"bottom": 1368,
"left": 1139,
"right": 1162,
"bbTop": 1332,
"bbBot": 1368,
"bbLeft": 1139,
"bbRight": 1162
},
"confidence": 100
},
{
"doc_index": 896,
"page_index": 896,
"block_index": 35,
"page_num": 0,
"text": "4",
"position": {
"top": 1332,
"bottom": 1368,
"left": 1162,
"right": 1190,
"bbTop": 1332,
"bbBot": 1368,
"bbLeft": 1162,
"bbRight": 1190
},
"confidence": 100
},
{
"doc_index": 897,
"page_index": 897,
"block_index": 36,
"page_num": 0,
"text": "0",
"position": {
"top": 1332,
"bottom": 1368,
"left": 1190,
"right": 1216,
"bbTop": 1332,
"bbBot": 1368,
"bbLeft": 1190,
"bbRight": 1216
},
"confidence": 100
},
{
"doc_index": 898,
"page_index": 898,
"block_index": 37,
"page_num": 0,
"text": ",",
"position": {
"top": 1332,
"bottom": 1368,
"left": 1216,
"right": 1225,
"bbTop": 1332,
"bbBot": 1368,
"bbLeft": 1216,
"bbRight": 1225
},
"confidence": 100
},
{
"doc_index": 900,
"page_index": 900,
"block_index": 39,
"page_num": 0,
"text": "A",
"position": {
"top": 1332,
"bottom": 1361,
"left": 1261,
"right": 1287,
"bbTop": 1332,
"bbBot": 1361,
"bbLeft": 1261,
"bbRight": 1287
},
"confidence": 100
},
{
"doc_index": 901,
"page_index": 901,
"block_index": 40,
"page_num": 0,
"text": "C",
"position": {
"top": 1332,
"bottom": 1361,
"left": 1287,
"right": 1309,
"bbTop": 1332,
"bbBot": 1361,
"bbLeft": 1287,
"bbRight": 1309
},
"confidence": 100
},
{
"doc_index": 902,
"page_index": 902,
"block_index": 41,
"page_num": 0,
"text": "O",
"position": {
"top": 1332,
"bottom": 1361,
"left": 1309,
"right": 1335,
"bbTop": 1332,
"bbBot": 1361,
"bbLeft": 1309,
"bbRight": 1335
},
"confidence": 100
},
{
"doc_index": 903,
"page_index": 903,
"block_index": 42,
"page_num": 0,
"text": "R",
"position": {
"top": 1332,
"bottom": 1361,
"left": 1335,
"right": 1360,
"bbTop": 1332,
"bbBot": 1361,
"bbLeft": 1335,
"bbRight": 1360
},
"confidence": 100
},
{
"doc_index": 904,
"page_index": 904,
"block_index": 43,
"page_num": 0,
"text": "D",
"position": {
"top": 1332,
"bottom": 1361,
"left": 1360,
"right": 1384,
"bbTop": 1332,
"bbBot": 1361,
"bbLeft": 1360,
"bbRight": 1384
},
"confidence": 100
},
{
"doc_index": 906,
"page_index": 906,
"block_index": 45,
"page_num": 0,
"text": "1",
"position": {
"top": 1332,
"bottom": 1361,
"left": 1414,
"right": 1434,
"bbTop": 1332,
"bbBot": 1361,
"bbLeft": 1414,
"bbRight": 1434
},
"confidence": 100
},
{
"doc_index": 907,
"page_index": 907,
"block_index": 46,
"page_num": 0,
"text": "2",
"position": {
"top": 1332,
"bottom": 1361,
"left": 1434,
"right": 1459,
"bbTop": 1332,
"bbBot": 1361,
"bbLeft": 1434,
"bbRight": 1459
},
"confidence": 100
},
{
"doc_index": 908,
"page_index": 908,
"block_index": 47,
"page_num": 0,
"text": "6",
"position": {
"top": 1332,
"bottom": 1361,
"left": 1459,
"right": 1483,
"bbTop": 1332,
"bbBot": 1361,
"bbLeft": 1459,
"bbRight": 1483
},
"confidence": 100
},
{
"doc_index": 910,
"page_index": 910,
"block_index": 49,
"page_num": 0,
"text": "a",
"position": {
"top": 1330,
"bottom": 1361,
"left": 1514,
"right": 1536,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 1514,
"bbRight": 1536
},
"confidence": 100
},
{
"doc_index": 911,
"page_index": 911,
"block_index": 50,
"page_num": 0,
"text": "n",
"position": {
"top": 1330,
"bottom": 1361,
"left": 1536,
"right": 1560,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 1536,
"bbRight": 1560
},
"confidence": 100
},
{
"doc_index": 912,
"page_index": 912,
"block_index": 51,
"page_num": 0,
"text": "d",
"position": {
"top": 1330,
"bottom": 1361,
"left": 1560,
"right": 1583,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 1560,
"bbRight": 1583
},
"confidence": 100
},
{
"doc_index": 914,
"page_index": 914,
"block_index": 53,
"page_num": 0,
"text": "t",
"position": {
"top": 1330,
"bottom": 1361,
"left": 1615,
"right": 1632,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 1615,
"bbRight": 1632
},
"confidence": 100
},
{
"doc_index": 915,
"page_index": 915,
"block_index": 54,
"page_num": 0,
"text": "h",
"position": {
"top": 1330,
"bottom": 1361,
"left": 1632,
"right": 1660,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 1632,
"bbRight": 1660
},
"confidence": 100
},
{
"doc_index": 916,
"page_index": 916,
"block_index": 55,
"page_num": 0,
"text": "e",
"position": {
"top": 1330,
"bottom": 1361,
"left": 1660,
"right": 1683,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 1660,
"bbRight": 1683
},
"confidence": 100
},
{
"doc_index": 918,
"page_index": 918,
"block_index": 57,
"page_num": 0,
"text": "L",
"position": {
"top": 1333,
"bottom": 1361,
"left": 1716,
"right": 1748,
"bbTop": 1333,
"bbBot": 1361,
"bbLeft": 1716,
"bbRight": 1748
},
"confidence": 100
},
{
"doc_index": 919,
"page_index": 919,
"block_index": 58,
"page_num": 0,
"text": "o",
"position": {
"top": 1333,
"bottom": 1361,
"left": 1748,
"right": 1772,
"bbTop": 1333,
"bbBot": 1361,
"bbLeft": 1748,
"bbRight": 1772
},
"confidence": 100
},
{
"doc_index": 920,
"page_index": 920,
"block_index": 59,
"page_num": 0,
"text": "s",
"position": {
"top": 1333,
"bottom": 1361,
"left": 1772,
"right": 1790,
"bbTop": 1333,
"bbBot": 1361,
"bbLeft": 1772,
"bbRight": 1790
},
"confidence": 100
},
{
"doc_index": 921,
"page_index": 921,
"block_index": 60,
"page_num": 0,
"text": "s",
"position": {
"top": 1333,
"bottom": 1361,
"left": 1790,
"right": 1808,
"bbTop": 1333,
"bbBot": 1361,
"bbLeft": 1790,
"bbRight": 1808
},
"confidence": 100
},
{
"doc_index": 923,
"page_index": 923,
"block_index": 62,
"page_num": 0,
"text": "R",
"position": {
"top": 1333,
"bottom": 1361,
"left": 1839,
"right": 1867,
"bbTop": 1333,
"bbBot": 1361,
"bbLeft": 1839,
"bbRight": 1867
},
"confidence": 100
},
{
"doc_index": 924,
"page_index": 924,
"block_index": 63,
"page_num": 0,
"text": "u",
"position": {
"top": 1333,
"bottom": 1361,
"left": 1867,
"right": 1886,
"bbTop": 1333,
"bbBot": 1361,
"bbLeft": 1867,
"bbRight": 1886
},
"confidence": 100
},
{
"doc_index": 925,
"page_index": 925,
"block_index": 64,
"page_num": 0,
"text": "n",
"position": {
"top": 1333,
"bottom": 1361,
"left": 1886,
"right": 1908,
"bbTop": 1333,
"bbBot": 1361,
"bbLeft": 1886,
"bbRight": 1908
},
"confidence": 100
},
{
"doc_index": 927,
"page_index": 927,
"block_index": 66,
"page_num": 0,
"text": "f",
"position": {
"top": 1330,
"bottom": 1361,
"left": 1939,
"right": 1957,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 1939,
"bbRight": 1957
},
"confidence": 100
},
{
"doc_index": 928,
"page_index": 928,
"block_index": 67,
"page_num": 0,
"text": "o",
"position": {
"top": 1330,
"bottom": 1361,
"left": 1957,
"right": 1979,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 1957,
"bbRight": 1979
},
"confidence": 100
},
{
"doc_index": 929,
"page_index": 929,
"block_index": 68,
"page_num": 0,
"text": "r",
"position": {
"top": 1330,
"bottom": 1361,
"left": 1979,
"right": 1997,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 1979,
"bbRight": 1997
},
"confidence": 100
},
{
"doc_index": 930,
"page_index": 930,
"block_index": 69,
"page_num": 0,
"text": "m",
"position": {
"top": 1330,
"bottom": 1361,
"left": 1997,
"right": 2034,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 1997,
"bbRight": 2034
},
"confidence": 100
},
{
"doc_index": 932,
"page_index": 932,
"block_index": 71,
"page_num": 0,
"text": "f",
"position": {
"top": 1330,
"bottom": 1361,
"left": 2064,
"right": 2086,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 2064,
"bbRight": 2086
},
"confidence": 100
},
{
"doc_index": 933,
"page_index": 933,
"block_index": 72,
"page_num": 0,
"text": "o",
"position": {
"top": 1330,
"bottom": 1361,
"left": 2086,
"right": 2111,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 2086,
"bbRight": 2111
},
"confidence": 100
},
{
"doc_index": 934,
"page_index": 934,
"block_index": 73,
"page_num": 0,
"text": "r",
"position": {
"top": 1330,
"bottom": 1361,
"left": 2111,
"right": 2132,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 2111,
"bbRight": 2132
},
"confidence": 100
},
{
"doc_index": 936,
"page_index": 936,
"block_index": 75,
"page_num": 0,
"text": "t",
"position": {
"top": 1330,
"bottom": 1361,
"left": 2165,
"right": 2182,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 2165,
"bbRight": 2182
},
"confidence": 100
},
{
"doc_index": 937,
"page_index": 937,
"block_index": 76,
"page_num": 0,
"text": "h",
"position": {
"top": 1330,
"bottom": 1361,
"left": 2182,
"right": 2210,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 2182,
"bbRight": 2210
},
"confidence": 100
},
{
"doc_index": 938,
"page_index": 938,
"block_index": 77,
"page_num": 0,
"text": "e",
"position": {
"top": 1330,
"bottom": 1361,
"left": 2210,
"right": 2233,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 2210,
"bbRight": 2233
},
"confidence": 100
},
{
"doc_index": 940,
"page_index": 940,
"block_index": 79,
"page_num": 0,
"text": "l",
"position": {
"top": 1330,
"bottom": 1361,
"left": 2264,
"right": 2283,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 2264,
"bbRight": 2283
},
"confidence": 100
},
{
"doc_index": 941,
"page_index": 941,
"block_index": 80,
"page_num": 0,
"text": "a",
"position": {
"top": 1330,
"bottom": 1361,
"left": 2283,
"right": 2314,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 2283,
"bbRight": 2314
},
"confidence": 100
},
{
"doc_index": 942,
"page_index": 942,
"block_index": 81,
"page_num": 0,
"text": "s",
"position": {
"top": 1330,
"bottom": 1361,
"left": 2314,
"right": 2337,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 2314,
"bbRight": 2337
},
"confidence": 100
},
{
"doc_index": 943,
"page_index": 943,
"block_index": 82,
"page_num": 0,
"text": "t",
"position": {
"top": 1330,
"bottom": 1361,
"left": 2337,
"right": 2357,
"bbTop": 1330,
"bbBot": 1361,
"bbLeft": 2337,
"bbRight": 2357
},
"confidence": 100
},
{
"doc_index": 945,
"page_index": 945,
"block_index": 84,
"page_num": 0,
"text": "4",
"position": {
"top": 1333,
"bottom": 1360,
"left": 2388,
"right": 2409,
"bbTop": 1333,
"bbBot": 1360,
"bbLeft": 2388,
"bbRight": 2409
},
"confidence": 100
},
{
"doc_index": 947,
"page_index": 947,
"block_index": 86,
"page_num": 0,
"text": "y",
"position": {
"top": 1378,
"bottom": 1416,
"left": 237,
"right": 260,
"bbTop": 1378,
"bbBot": 1416,
"bbLeft": 237,
"bbRight": 260
},
"confidence": 100
},
{
"doc_index": 948,
"page_index": 948,
"block_index": 87,
"page_num": 0,
"text": "e",
"position": {
"top": 1378,
"bottom": 1416,
"left": 260,
"right": 286,
"bbTop": 1378,
"bbBot": 1416,
"bbLeft": 260,
"bbRight": 286
},
"confidence": 100
},
{
"doc_index": 949,
"page_index": 949,
"block_index": 88,
"page_num": 0,
"text": "a",
"position": {
"top": 1378,
"bottom": 1416,
"left": 286,
"right": 314,
"bbTop": 1378,
"bbBot": 1416,
"bbLeft": 286,
"bbRight": 314
},
"confidence": 100
},
{
"doc_index": 950,
"page_index": 950,
"block_index": 89,
"page_num": 0,
"text": "r",
"position": {
"top": 1378,
"bottom": 1416,
"left": 314,
"right": 337,
"bbTop": 1378,
"bbBot": 1416,
"bbLeft": 314,
"bbRight": 337
},
"confidence": 100
},
{
"doc_index": 951,
"page_index": 951,
"block_index": 90,
"page_num": 0,
"text": "s",
"position": {
"top": 1378,
"bottom": 1416,
"left": 337,
"right": 357,
"bbTop": 1378,
"bbBot": 1416,
"bbLeft": 337,
"bbRight": 357
},
"confidence": 100
},
{
"doc_index": 952,
"page_index": 952,
"block_index": 91,
"page_num": 0,
"text": ".",
"position": {
"top": 1378,
"bottom": 1416,
"left": 357,
"right": 366,
"bbTop": 1378,
"bbBot": 1416,
"bbLeft": 357,
"bbRight": 366
},
"confidence": 100
},
{
"doc_index": 953,
"page_index": 953,
"block_index": 92,
"page_num": 0,
"text": "?",
"position": {
"top": 1378,
"bottom": 1416,
"left": 366,
"right": 388,
"bbTop": 1378,
"bbBot": 1416,
"bbLeft": 366,
"bbRight": 388
},
"confidence": 100
},
{
"doc_index": 954,
"page_index": 954,
"block_index": 93,
"page_num": 0,
"text": "A",
"position": {
"top": 1378,
"bottom": 1416,
"left": 388,
"right": 431,
"bbTop": 1378,
"bbBot": 1416,
"bbLeft": 388,
"bbRight": 431
},
"confidence": 100
},
{
"doc_index": 955,
"page_index": 955,
"block_index": 94,
"page_num": 0,
"text": "0",
"position": {
"top": 1378,
"bottom": 1416,
"left": 431,
"right": 457,
"bbTop": 1378,
"bbBot": 1416,
"bbLeft": 431,
"bbRight": 457
},
"confidence": 100
},
{
"doc_index": 956,
"page_index": 956,
"block_index": 95,
"page_num": 0,
"text": "P",
"position": {
"top": 1378,
"bottom": 1416,
"left": 457,
"right": 491,
"bbTop": 1378,
"bbBot": 1416,
"bbLeft": 457,
"bbRight": 491
},
"confidence": 100
},
{
"doc_index": 957,
"page_index": 957,
"block_index": 96,
"page_num": 0,
"text": "l",
"position": {
"top": 1378,
"bottom": 1416,
"left": 491,
"right": 509,
"bbTop": 1378,
"bbBot": 1416,
"bbLeft": 491,
"bbRight": 509
},
"confidence": 100
},
{
"doc_index": 958,
"page_index": 958,
"block_index": 97,
"page_num": 0,
"text": "e",
"position": {
"top": 1378,
"bottom": 1416,
"left": 509,
"right": 534,
"bbTop": 1378,
"bbBot": 1416,
"bbLeft": 509,
"bbRight": 534
},
"confidence": 100
},
{
"doc_index": 959,
"page_index": 959,
"block_index": 98,
"page_num": 0,
"text": "a",
"position": {
"top": 1378,
"bottom": 1416,
"left": 534,
"right": 563,
"bbTop": 1378,
"bbBot": 1416,
"bbLeft": 534,
"bbRight": 563
},
"confidence": 100
},
{
"doc_index": 960,
"page_index": 960,
"block_index": 99,
"page_num": 0,
"text": "s",
"position": {
"top": 1378,
"bottom": 1416,
"left": 563,
"right": 583,
"bbTop": 1378,
"bbBot": 1416,
"bbLeft": 563,
"bbRight": 583
},
"confidence": 100
},
{
"doc_index": 961,
"page_index": 961,
"block_index": 100,
"page_num": 0,
"text": "e",
"position": {
"top": 1378,
"bottom": 1416,
"left": 583,
"right": 608,
"bbTop": 1378,
"bbBot": 1416,
"bbLeft": 583,
"bbRight": 608
},
"confidence": 100
},
{
"doc_index": 963,
"page_index": 963,
"block_index": 102,
"page_num": 0,
"text": "l",
"position": {
"top": 1378,
"bottom": 1408,
"left": 639,
"right": 658,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 639,
"bbRight": 658
},
"confidence": 100
},
{
"doc_index": 964,
"page_index": 964,
"block_index": 103,
"page_num": 0,
"text": "e",
"position": {
"top": 1378,
"bottom": 1408,
"left": 658,
"right": 686,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 658,
"bbRight": 686
},
"confidence": 100
},
{
"doc_index": 965,
"page_index": 965,
"block_index": 104,
"page_num": 0,
"text": "t",
"position": {
"top": 1378,
"bottom": 1408,
"left": 686,
"right": 707,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 686,
"bbRight": 707
},
"confidence": 100
},
{
"doc_index": 967,
"page_index": 967,
"block_index": 106,
"page_num": 0,
"text": "m",
"position": {
"top": 1385,
"bottom": 1408,
"left": 738,
"right": 768,
"bbTop": 1385,
"bbBot": 1408,
"bbLeft": 738,
"bbRight": 768
},
"confidence": 100
},
{
"doc_index": 968,
"page_index": 968,
"block_index": 107,
"page_num": 0,
"text": "e",
"position": {
"top": 1385,
"bottom": 1408,
"left": 768,
"right": 783,
"bbTop": 1385,
"bbBot": 1408,
"bbLeft": 768,
"bbRight": 783
},
"confidence": 100
},
{
"doc_index": 970,
"page_index": 970,
"block_index": 109,
"page_num": 0,
"text": "k",
"position": {
"top": 1378,
"bottom": 1408,
"left": 816,
"right": 839,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 816,
"bbRight": 839
},
"confidence": 100
},
{
"doc_index": 971,
"page_index": 971,
"block_index": 110,
"page_num": 0,
"text": "n",
"position": {
"top": 1378,
"bottom": 1408,
"left": 839,
"right": 862,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 839,
"bbRight": 862
},
"confidence": 100
},
{
"doc_index": 972,
"page_index": 972,
"block_index": 111,
"page_num": 0,
"text": "o",
"position": {
"top": 1378,
"bottom": 1408,
"left": 862,
"right": 881,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 862,
"bbRight": 881
},
"confidence": 100
},
{
"doc_index": 973,
"page_index": 973,
"block_index": 112,
"page_num": 0,
"text": "w",
"position": {
"top": 1378,
"bottom": 1408,
"left": 881,
"right": 911,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 881,
"bbRight": 911
},
"confidence": 100
},
{
"doc_index": 975,
"page_index": 975,
"block_index": 114,
"page_num": 0,
"text": "i",
"position": {
"top": 1378,
"bottom": 1408,
"left": 939,
"right": 957,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 939,
"bbRight": 957
},
"confidence": 100
},
{
"doc_index": 976,
"page_index": 976,
"block_index": 115,
"page_num": 0,
"text": "f",
"position": {
"top": 1378,
"bottom": 1408,
"left": 957,
"right": 984,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 957,
"bbRight": 984
},
"confidence": 100
},
{
"doc_index": 978,
"page_index": 978,
"block_index": 117,
"page_num": 0,
"text": "y",
"position": {
"top": 1385,
"bottom": 1416,
"left": 1013,
"right": 1033,
"bbTop": 1385,
"bbBot": 1416,
"bbLeft": 1013,
"bbRight": 1033
},
"confidence": 100
},
{
"doc_index": 979,
"page_index": 979,
"block_index": 118,
"page_num": 0,
"text": "o",
"position": {
"top": 1385,
"bottom": 1416,
"left": 1033,
"right": 1057,
"bbTop": 1385,
"bbBot": 1416,
"bbLeft": 1033,
"bbRight": 1057
},
"confidence": 100
},
{
"doc_index": 980,
"page_index": 980,
"block_index": 119,
"page_num": 0,
"text": "u",
"position": {
"top": 1385,
"bottom": 1416,
"left": 1057,
"right": 1083,
"bbTop": 1385,
"bbBot": 1416,
"bbLeft": 1057,
"bbRight": 1083
},
"confidence": 100
},
{
"doc_index": 982,
"page_index": 982,
"block_index": 121,
"page_num": 0,
"text": "n",
"position": {
"top": 1378,
"bottom": 1408,
"left": 1115,
"right": 1142,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 1115,
"bbRight": 1142
},
"confidence": 100
},
{
"doc_index": 983,
"page_index": 983,
"block_index": 122,
"page_num": 0,
"text": "e",
"position": {
"top": 1378,
"bottom": 1408,
"left": 1142,
"right": 1163,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 1142,
"bbRight": 1163
},
"confidence": 100
},
{
"doc_index": 984,
"page_index": 984,
"block_index": 123,
"page_num": 0,
"text": "e",
"position": {
"top": 1378,
"bottom": 1408,
"left": 1163,
"right": 1184,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 1163,
"bbRight": 1184
},
"confidence": 100
},
{
"doc_index": 985,
"page_index": 985,
"block_index": 124,
"page_num": 0,
"text": "d",
"position": {
"top": 1378,
"bottom": 1408,
"left": 1184,
"right": 1208,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 1184,
"bbRight": 1208
},
"confidence": 100
},
{
"doc_index": 987,
"page_index": 987,
"block_index": 126,
"page_num": 0,
"text": "a",
"position": {
"top": 1385,
"bottom": 1416,
"left": 1239,
"right": 1263,
"bbTop": 1385,
"bbBot": 1416,
"bbLeft": 1239,
"bbRight": 1263
},
"confidence": 100
},
{
"doc_index": 988,
"page_index": 988,
"block_index": 127,
"page_num": 0,
"text": "n",
"position": {
"top": 1385,
"bottom": 1416,
"left": 1263,
"right": 1290,
"bbTop": 1385,
"bbBot": 1416,
"bbLeft": 1263,
"bbRight": 1290
},
"confidence": 100
},
{
"doc_index": 989,
"page_index": 989,
"block_index": 128,
"page_num": 0,
"text": "y",
"position": {
"top": 1385,
"bottom": 1416,
"left": 1290,
"right": 1310,
"bbTop": 1385,
"bbBot": 1416,
"bbLeft": 1290,
"bbRight": 1310
},
"confidence": 100
},
{
"doc_index": 991,
"page_index": 991,
"block_index": 130,
"page_num": 0,
"text": "f",
"position": {
"top": 1378,
"bottom": 1408,
"left": 1339,
"right": 1362,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 1339,
"bbRight": 1362
},
"confidence": 100
},
{
"doc_index": 992,
"page_index": 992,
"block_index": 131,
"page_num": 0,
"text": "u",
"position": {
"top": 1378,
"bottom": 1408,
"left": 1362,
"right": 1390,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 1362,
"bbRight": 1390
},
"confidence": 100
},
{
"doc_index": 993,
"page_index": 993,
"block_index": 132,
"page_num": 0,
"text": "r",
"position": {
"top": 1378,
"bottom": 1408,
"left": 1390,
"right": 1413,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 1390,
"bbRight": 1413
},
"confidence": 100
},
{
"doc_index": 994,
"page_index": 994,
"block_index": 133,
"page_num": 0,
"text": "t",
"position": {
"top": 1378,
"bottom": 1408,
"left": 1413,
"right": 1430,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 1413,
"bbRight": 1430
},
"confidence": 100
},
{
"doc_index": 995,
"page_index": 995,
"block_index": 134,
"page_num": 0,
"text": "h",
"position": {
"top": 1378,
"bottom": 1408,
"left": 1430,
"right": 1460,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 1430,
"bbRight": 1460
},
"confidence": 100
},
{
"doc_index": 996,
"page_index": 996,
"block_index": 135,
"page_num": 0,
"text": "e",
"position": {
"top": 1378,
"bottom": 1408,
"left": 1460,
"right": 1485,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 1460,
"bbRight": 1485
},
"confidence": 100
},
{
"doc_index": 997,
"page_index": 997,
"block_index": 136,
"page_num": 0,
"text": "r",
"position": {
"top": 1378,
"bottom": 1408,
"left": 1485,
"right": 1507,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 1485,
"bbRight": 1507
},
"confidence": 100
},
{
"doc_index": 999,
"page_index": 999,
"block_index": 138,
"page_num": 0,
"text": "i",
"position": {
"top": 1378,
"bottom": 1408,
"left": 1539,
"right": 1554,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 1539,
"bbRight": 1554
},
"confidence": 100
},
{
"doc_index": 1000,
"page_index": 1000,
"block_index": 139,
"page_num": 0,
"text": "n",
"position": {
"top": 1378,
"bottom": 1408,
"left": 1554,
"right": 1584,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 1554,
"bbRight": 1584
},
"confidence": 100
},
{
"doc_index": 1001,
"page_index": 1001,
"block_index": 140,
"page_num": 0,
"text": "f",
"position": {
"top": 1378,
"bottom": 1408,
"left": 1584,
"right": 1605,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 1584,
"bbRight": 1605
},
"confidence": 100
},
{
"doc_index": 1002,
"page_index": 1002,
"block_index": 141,
"page_num": 0,
"text": "o",
"position": {
"top": 1378,
"bottom": 1408,
"left": 1605,
"right": 1631,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 1605,
"bbRight": 1631
},
"confidence": 100
},
{
"doc_index": 1003,
"page_index": 1003,
"block_index": 142,
"page_num": 0,
"text": "r",
"position": {
"top": 1378,
"bottom": 1408,
"left": 1631,
"right": 1651,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 1631,
"bbRight": 1651
},
"confidence": 100
},
{
"doc_index": 1004,
"page_index": 1004,
"block_index": 143,
"page_num": 0,
"text": "m",
"position": {
"top": 1378,
"bottom": 1408,
"left": 1651,
"right": 1695,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 1651,
"bbRight": 1695
},
"confidence": 100
},
{
"doc_index": 1005,
"page_index": 1005,
"block_index": 144,
"page_num": 0,
"text": "a",
"position": {
"top": 1378,
"bottom": 1408,
"left": 1695,
"right": 1721,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 1695,
"bbRight": 1721
},
"confidence": 100
},
{
"doc_index": 1006,
"page_index": 1006,
"block_index": 145,
"page_num": 0,
"text": "t",
"position": {
"top": 1378,
"bottom": 1408,
"left": 1721,
"right": 1738,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 1721,
"bbRight": 1738
},
"confidence": 100
},
{
"doc_index": 1007,
"page_index": 1007,
"block_index": 146,
"page_num": 0,
"text": "i",
"position": {
"top": 1378,
"bottom": 1408,
"left": 1738,
"right": 1753,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 1738,
"bbRight": 1753
},
"confidence": 100
},
{
"doc_index": 1008,
"page_index": 1008,
"block_index": 147,
"page_num": 0,
"text": "o",
"position": {
"top": 1378,
"bottom": 1408,
"left": 1753,
"right": 1778,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 1753,
"bbRight": 1778
},
"confidence": 100
},
{
"doc_index": 1009,
"page_index": 1009,
"block_index": 148,
"page_num": 0,
"text": "n",
"position": {
"top": 1378,
"bottom": 1408,
"left": 1778,
"right": 1808,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 1778,
"bbRight": 1808
},
"confidence": 100
},
{
"doc_index": 1011,
"page_index": 1011,
"block_index": 150,
"page_num": 0,
"text": "o",
"position": {
"top": 1385,
"bottom": 1408,
"left": 1839,
"right": 1863,
"bbTop": 1385,
"bbBot": 1408,
"bbLeft": 1839,
"bbRight": 1863
},
"confidence": 100
},
{
"doc_index": 1012,
"page_index": 1012,
"block_index": 151,
"page_num": 0,
"text": "r",
"position": {
"top": 1385,
"bottom": 1408,
"left": 1863,
"right": 1882,
"bbTop": 1385,
"bbBot": 1408,
"bbLeft": 1863,
"bbRight": 1882
},
"confidence": 100
},
{
"doc_index": 1014,
"page_index": 1014,
"block_index": 153,
"page_num": 0,
"text": "d",
"position": {
"top": 1378,
"bottom": 1408,
"left": 1914,
"right": 1940,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 1914,
"bbRight": 1940
},
"confidence": 100
},
{
"doc_index": 1015,
"page_index": 1015,
"block_index": 154,
"page_num": 0,
"text": "o",
"position": {
"top": 1378,
"bottom": 1408,
"left": 1940,
"right": 1964,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 1940,
"bbRight": 1964
},
"confidence": 100
},
{
"doc_index": 1016,
"page_index": 1016,
"block_index": 155,
"page_num": 0,
"text": "c",
"position": {
"top": 1378,
"bottom": 1408,
"left": 1964,
"right": 1986,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 1964,
"bbRight": 1986
},
"confidence": 100
},
{
"doc_index": 1017,
"page_index": 1017,
"block_index": 156,
"page_num": 0,
"text": "u",
"position": {
"top": 1378,
"bottom": 1408,
"left": 1986,
"right": 2012,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 1986,
"bbRight": 2012
},
"confidence": 100
},
{
"doc_index": 1018,
"page_index": 1018,
"block_index": 157,
"page_num": 0,
"text": "m",
"position": {
"top": 1378,
"bottom": 1408,
"left": 2012,
"right": 2055,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 2012,
"bbRight": 2055
},
"confidence": 100
},
{
"doc_index": 1019,
"page_index": 1019,
"block_index": 158,
"page_num": 0,
"text": "e",
"position": {
"top": 1378,
"bottom": 1408,
"left": 2055,
"right": 2077,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 2055,
"bbRight": 2077
},
"confidence": 100
},
{
"doc_index": 1020,
"page_index": 1020,
"block_index": 159,
"page_num": 0,
"text": "n",
"position": {
"top": 1378,
"bottom": 1408,
"left": 2077,
"right": 2106,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 2077,
"bbRight": 2106
},
"confidence": 100
},
{
"doc_index": 1021,
"page_index": 1021,
"block_index": 160,
"page_num": 0,
"text": "t",
"position": {
"top": 1378,
"bottom": 1408,
"left": 2106,
"right": 2123,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 2106,
"bbRight": 2123
},
"confidence": 100
},
{
"doc_index": 1022,
"page_index": 1022,
"block_index": 161,
"page_num": 0,
"text": "a",
"position": {
"top": 1378,
"bottom": 1408,
"left": 2123,
"right": 2148,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 2123,
"bbRight": 2148
},
"confidence": 100
},
{
"doc_index": 1023,
"page_index": 1023,
"block_index": 162,
"page_num": 0,
"text": "t",
"position": {
"top": 1378,
"bottom": 1408,
"left": 2148,
"right": 2164,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 2148,
"bbRight": 2164
},
"confidence": 100
},
{
"doc_index": 1024,
"page_index": 1024,
"block_index": 163,
"page_num": 0,
"text": "i",
"position": {
"top": 1378,
"bottom": 1408,
"left": 2164,
"right": 2179,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 2164,
"bbRight": 2179
},
"confidence": 100
},
{
"doc_index": 1025,
"page_index": 1025,
"block_index": 164,
"page_num": 0,
"text": "o",
"position": {
"top": 1378,
"bottom": 1408,
"left": 2179,
"right": 2204,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 2179,
"bbRight": 2204
},
"confidence": 100
},
{
"doc_index": 1026,
"page_index": 1026,
"block_index": 165,
"page_num": 0,
"text": "n",
"position": {
"top": 1378,
"bottom": 1408,
"left": 2204,
"right": 2232,
"bbTop": 1378,
"bbBot": 1408,
"bbLeft": 2204,
"bbRight": 2232
},
"confidence": 100
},
{
"doc_index": 1028,
"page_index": 1028,
"block_index": 167,
"page_num": 0,
"text": "t",
"position": {
"top": 1380,
"bottom": 1408,
"left": 2265,
"right": 2282,
"bbTop": 1380,
"bbBot": 1408,
"bbLeft": 2265,
"bbRight": 2282
},
"confidence": 100
},
{
"doc_index": 1029,
"page_index": 1029,
"block_index": 168,
"page_num": 0,
"text": "o",
"position": {
"top": 1380,
"bottom": 1408,
"left": 2282,
"right": 2309,
"bbTop": 1380,
"bbBot": 1408,
"bbLeft": 2282,
"bbRight": 2309
},
"confidence": 100
},
{
"doc_index": 1031,
"page_index": 1031,
"block_index": 170,
"page_num": 0,
"text": "p",
"position": {
"top": 1432,
"bottom": 1464,
"left": 240,
"right": 266,
"bbTop": 1432,
"bbBot": 1464,
"bbLeft": 240,
"bbRight": 266
},
"confidence": 100
},
{
"doc_index": 1032,
"page_index": 1032,
"block_index": 171,
"page_num": 0,
"text": "r",
"position": {
"top": 1432,
"bottom": 1464,
"left": 266,
"right": 289,
"bbTop": 1432,
"bbBot": 1464,
"bbLeft": 266,
"bbRight": 289
},
"confidence": 100
},
{
"doc_index": 1033,
"page_index": 1033,
"block_index": 172,
"page_num": 0,
"text": "o",
"position": {
"top": 1432,
"bottom": 1464,
"left": 289,
"right": 317,
"bbTop": 1432,
"bbBot": 1464,
"bbLeft": 289,
"bbRight": 317
},
"confidence": 100
},
{
"doc_index": 1034,
"page_index": 1034,
"block_index": 173,
"page_num": 0,
"text": "c",
"position": {
"top": 1432,
"bottom": 1464,
"left": 317,
"right": 341,
"bbTop": 1432,
"bbBot": 1464,
"bbLeft": 317,
"bbRight": 341
},
"confidence": 100
},
{
"doc_index": 1035,
"page_index": 1035,
"block_index": 174,
"page_num": 0,
"text": "e",
"position": {
"top": 1432,
"bottom": 1464,
"left": 341,
"right": 367,
"bbTop": 1432,
"bbBot": 1464,
"bbLeft": 341,
"bbRight": 367
},
"confidence": 100
},
{
"doc_index": 1036,
"page_index": 1036,
"block_index": 175,
"page_num": 0,
"text": "s",
"position": {
"top": 1432,
"bottom": 1464,
"left": 367,
"right": 387,
"bbTop": 1432,
"bbBot": 1464,
"bbLeft": 367,
"bbRight": 387
},
"confidence": 100
},
{
"doc_index": 1037,
"page_index": 1037,
"block_index": 176,
"page_num": 0,
"text": "s",
"position": {
"top": 1432,
"bottom": 1464,
"left": 387,
"right": 408,
"bbTop": 1432,
"bbBot": 1464,
"bbLeft": 387,
"bbRight": 408
},
"confidence": 100
},
{
"doc_index": 1039,
"page_index": 1039,
"block_index": 178,
"page_num": 0,
"text": "t",
"position": {
"top": 1425,
"bottom": 1455,
"left": 440,
"right": 460,
"bbTop": 1425,
"bbBot": 1455,
"bbLeft": 440,
"bbRight": 460
},
"confidence": 100
},
{
"doc_index": 1040,
"page_index": 1040,
"block_index": 179,
"page_num": 0,
"text": "h",
"position": {
"top": 1425,
"bottom": 1455,
"left": 460,
"right": 493,
"bbTop": 1425,
"bbBot": 1455,
"bbLeft": 460,
"bbRight": 493
},
"confidence": 100
},
{
"doc_index": 1041,
"page_index": 1041,
"block_index": 180,
"page_num": 0,
"text": "i",
"position": {
"top": 1425,
"bottom": 1455,
"left": 493,
"right": 511,
"bbTop": 1425,
"bbBot": 1455,
"bbLeft": 493,
"bbRight": 511
},
"confidence": 100
},
{
"doc_index": 1042,
"page_index": 1042,
"block_index": 181,
"page_num": 0,
"text": "s",
"position": {
"top": 1425,
"bottom": 1455,
"left": 511,
"right": 533,
"bbTop": 1425,
"bbBot": 1455,
"bbLeft": 511,
"bbRight": 533
},
"confidence": 100
},
{
"doc_index": 1044,
"page_index": 1044,
"block_index": 183,
"page_num": 0,
"text": "a",
"position": {
"top": 1425,
"bottom": 1464,
"left": 564,
"right": 594,
"bbTop": 1425,
"bbBot": 1464,
"bbLeft": 564,
"bbRight": 594
},
"confidence": 100
},
{
"doc_index": 1045,
"page_index": 1045,
"block_index": 184,
"page_num": 0,
"text": "p",
"position": {
"top": 1425,
"bottom": 1464,
"left": 594,
"right": 622,
"bbTop": 1425,
"bbBot": 1464,
"bbLeft": 594,
"bbRight": 622
},
"confidence": 100
},
{
"doc_index": 1046,
"page_index": 1046,
"block_index": 185,
"page_num": 0,
"text": "p",
"position": {
"top": 1425,
"bottom": 1464,
"left": 622,
"right": 650,
"bbTop": 1425,
"bbBot": 1464,
"bbLeft": 622,
"bbRight": 650
},
"confidence": 100
},
{
"doc_index": 1047,
"page_index": 1047,
"block_index": 186,
"page_num": 0,
"text": "l",
"position": {
"top": 1425,
"bottom": 1464,
"left": 650,
"right": 668,
"bbTop": 1425,
"bbBot": 1464,
"bbLeft": 650,
"bbRight": 668
},
"confidence": 100
},
{
"doc_index": 1048,
"page_index": 1048,
"block_index": 187,
"page_num": 0,
"text": "i",
"position": {
"top": 1425,
"bottom": 1464,
"left": 668,
"right": 686,
"bbTop": 1425,
"bbBot": 1464,
"bbLeft": 668,
"bbRight": 686
},
"confidence": 100
},
{
"doc_index": 1049,
"page_index": 1049,
"block_index": 188,
"page_num": 0,
"text": "c",
"position": {
"top": 1425,
"bottom": 1464,
"left": 686,
"right": 712,
"bbTop": 1425,
"bbBot": 1464,
"bbLeft": 686,
"bbRight": 712
},
"confidence": 100
},
{
"doc_index": 1050,
"page_index": 1050,
"block_index": 189,
"page_num": 0,
"text": "a",
"position": {
"top": 1425,
"bottom": 1464,
"left": 712,
"right": 742,
"bbTop": 1425,
"bbBot": 1464,
"bbLeft": 712,
"bbRight": 742
},
"confidence": 100
},
{
"doc_index": 1051,
"page_index": 1051,
"block_index": 190,
"page_num": 0,
"text": "t",
"position": {
"top": 1425,
"bottom": 1464,
"left": 742,
"right": 761,
"bbTop": 1425,
"bbBot": 1464,
"bbLeft": 742,
"bbRight": 761
},
"confidence": 100
},
{
"doc_index": 1052,
"page_index": 1052,
"block_index": 191,
"page_num": 0,
"text": "i",
"position": {
"top": 1425,
"bottom": 1464,
"left": 761,
"right": 778,
"bbTop": 1425,
"bbBot": 1464,
"bbLeft": 761,
"bbRight": 778
},
"confidence": 100
},
{
"doc_index": 1053,
"page_index": 1053,
"block_index": 192,
"page_num": 0,
"text": "o",
"position": {
"top": 1425,
"bottom": 1464,
"left": 778,
"right": 807,
"bbTop": 1425,
"bbBot": 1464,
"bbLeft": 778,
"bbRight": 807
},
"confidence": 100
},
{
"doc_index": 1054,
"page_index": 1054,
"block_index": 193,
"page_num": 0,
"text": "n",
"position": {
"top": 1425,
"bottom": 1464,
"left": 807,
"right": 841,
"bbTop": 1425,
"bbBot": 1464,
"bbLeft": 807,
"bbRight": 841
},
"confidence": 100
},
{
"doc_index": 1055,
"page_index": 1055,
"block_index": 194,
"page_num": 0,
"text": ".",
"position": {
"top": 1425,
"bottom": 1464,
"left": 841,
"right": 851,
"bbTop": 1425,
"bbBot": 1464,
"bbLeft": 841,
"bbRight": 851
},
"confidence": 100
},
{
"doc_index": 1057,
"page_index": 1057,
"block_index": 196,
"page_num": 0,
"text": "T",
"position": {
"top": 1472,
"bottom": 1503,
"left": 238,
"right": 266,
"bbTop": 1472,
"bbBot": 1503,
"bbLeft": 238,
"bbRight": 266
},
"confidence": 100
},
{
"doc_index": 1058,
"page_index": 1058,
"block_index": 197,
"page_num": 0,
"text": "h",
"position": {
"top": 1472,
"bottom": 1503,
"left": 266,
"right": 289,
"bbTop": 1472,
"bbBot": 1503,
"bbLeft": 266,
"bbRight": 289
},
"confidence": 100
},
{
"doc_index": 1059,
"page_index": 1059,
"block_index": 198,
"page_num": 0,
"text": "a",
"position": {
"top": 1472,
"bottom": 1503,
"left": 289,
"right": 311,
"bbTop": 1472,
"bbBot": 1503,
"bbLeft": 289,
"bbRight": 311
},
"confidence": 100
},
{
"doc_index": 1060,
"page_index": 1060,
"block_index": 199,
"page_num": 0,
"text": "n",
"position": {
"top": 1472,
"bottom": 1503,
"left": 311,
"right": 335,
"bbTop": 1472,
"bbBot": 1503,
"bbLeft": 311,
"bbRight": 335
},
"confidence": 100
},
{
"doc_index": 1061,
"page_index": 1061,
"block_index": 200,
"page_num": 0,
"text": "k",
"position": {
"top": 1472,
"bottom": 1503,
"left": 335,
"right": 359,
"bbTop": 1472,
"bbBot": 1503,
"bbLeft": 335,
"bbRight": 359
},
"confidence": 100
},
{
"doc_index": 1063,
"page_index": 1063,
"block_index": 202,
"page_num": 0,
"text": "y",
"position": {
"top": 1480,
"bottom": 1511,
"left": 387,
"right": 408,
"bbTop": 1480,
"bbBot": 1511,
"bbLeft": 387,
"bbRight": 408
},
"confidence": 100
},
{
"doc_index": 1064,
"page_index": 1064,
"block_index": 203,
"page_num": 0,
"text": "o",
"position": {
"top": 1480,
"bottom": 1511,
"left": 408,
"right": 432,
"bbTop": 1480,
"bbBot": 1511,
"bbLeft": 408,
"bbRight": 432
},
"confidence": 100
},
{
"doc_index": 1065,
"page_index": 1065,
"block_index": 204,
"page_num": 0,
"text": "u",
"position": {
"top": 1480,
"bottom": 1511,
"left": 432,
"right": 458,
"bbTop": 1480,
"bbBot": 1511,
"bbLeft": 432,
"bbRight": 458
},
"confidence": 100
},
{
"doc_index": 1067,
"page_index": 1067,
"block_index": 206,
"page_num": 0,
"text": "a",
"position": {
"top": 1472,
"bottom": 1503,
"left": 489,
"right": 511,
"bbTop": 1472,
"bbBot": 1503,
"bbLeft": 489,
"bbRight": 511
},
"confidence": 100
},
{
"doc_index": 1068,
"page_index": 1068,
"block_index": 207,
"page_num": 0,
"text": "n",
"position": {
"top": 1472,
"bottom": 1503,
"left": 511,
"right": 535,
"bbTop": 1472,
"bbBot": 1503,
"bbLeft": 511,
"bbRight": 535
},
"confidence": 100
},
{
"doc_index": 1069,
"page_index": 1069,
"block_index": 208,
"page_num": 0,
"text": "d",
"position": {
"top": 1472,
"bottom": 1503,
"left": 535,
"right": 558,
"bbTop": 1472,
"bbBot": 1503,
"bbLeft": 535,
"bbRight": 558
},
"confidence": 100
},
{
"doc_index": 1071,
"page_index": 1071,
"block_index": 210,
"page_num": 0,
"text": "I",
"position": {
"top": 1475,
"bottom": 1502,
"left": 590,
"right": 607,
"bbTop": 1475,
"bbBot": 1502,
"bbLeft": 590,
"bbRight": 607
},
"confidence": 100
},
{
"doc_index": 1073,
"page_index": 1073,
"block_index": 212,
"page_num": 0,
"text": "l",
"position": {
"top": 1472,
"bottom": 1503,
"left": 639,
"right": 655,
"bbTop": 1472,
"bbBot": 1503,
"bbLeft": 639,
"bbRight": 655
},
"confidence": 100
},
{
"doc_index": 1074,
"page_index": 1074,
"block_index": 213,
"page_num": 0,
"text": "o",
"position": {
"top": 1472,
"bottom": 1503,
"left": 655,
"right": 680,
"bbTop": 1472,
"bbBot": 1503,
"bbLeft": 655,
"bbRight": 680
},
"confidence": 100
},
{
"doc_index": 1075,
"page_index": 1075,
"block_index": 214,
"page_num": 0,
"text": "o",
"position": {
"top": 1472,
"bottom": 1503,
"left": 680,
"right": 705,
"bbTop": 1472,
"bbBot": 1503,
"bbLeft": 680,
"bbRight": 705
},
"confidence": 100
},
{
"doc_index": 1076,
"page_index": 1076,
"block_index": 215,
"page_num": 0,
"text": "k",
"position": {
"top": 1472,
"bottom": 1503,
"left": 705,
"right": 734,
"bbTop": 1472,
"bbBot": 1503,
"bbLeft": 705,
"bbRight": 734
},
"confidence": 100
},
{
"doc_index": 1078,
"page_index": 1078,
"block_index": 217,
"page_num": 0,
"text": "f",
"position": {
"top": 1472,
"bottom": 1503,
"left": 764,
"right": 784,
"bbTop": 1472,
"bbBot": 1503,
"bbLeft": 764,
"bbRight": 784
},
"confidence": 100
},
{
"doc_index": 1079,
"page_index": 1079,
"block_index": 218,
"page_num": 0,
"text": "o",
"position": {
"top": 1472,
"bottom": 1503,
"left": 784,
"right": 808,
"bbTop": 1472,
"bbBot": 1503,
"bbLeft": 784,
"bbRight": 808
},
"confidence": 100
},
{
"doc_index": 1080,
"page_index": 1080,
"block_index": 219,
"page_num": 0,
"text": "r",
"position": {
"top": 1472,
"bottom": 1503,
"left": 808,
"right": 828,
"bbTop": 1472,
"bbBot": 1503,
"bbLeft": 808,
"bbRight": 828
},
"confidence": 100
},
{
"doc_index": 1081,
"page_index": 1081,
"block_index": 220,
"page_num": 0,
"text": "w",
"position": {
"top": 1472,
"bottom": 1503,
"left": 828,
"right": 864,
"bbTop": 1472,
"bbBot": 1503,
"bbLeft": 828,
"bbRight": 864
},
"confidence": 100
},
{
"doc_index": 1082,
"page_index": 1082,
"block_index": 221,
"page_num": 0,
"text": "a",
"position": {
"top": 1472,
"bottom": 1503,
"left": 864,
"right": 888,
"bbTop": 1472,
"bbBot": 1503,
"bbLeft": 864,
"bbRight": 888
},
"confidence": 100
},
{
"doc_index": 1083,
"page_index": 1083,
"block_index": 222,
"page_num": 0,
"text": "r",
"position": {
"top": 1472,
"bottom": 1503,
"left": 888,
"right": 908,
"bbTop": 1472,
"bbBot": 1503,
"bbLeft": 888,
"bbRight": 908
},
"confidence": 100
},
{
"doc_index": 1084,
"page_index": 1084,
"block_index": 223,
"page_num": 0,
"text": "d",
"position": {
"top": 1472,
"bottom": 1503,
"left": 908,
"right": 933,
"bbTop": 1472,
"bbBot": 1503,
"bbLeft": 908,
"bbRight": 933
},
"confidence": 100
},
{
"doc_index": 1086,
"page_index": 1086,
"block_index": 225,
"page_num": 0,
"text": "t",
"position": {
"top": 1475,
"bottom": 1503,
"left": 965,
"right": 982,
"bbTop": 1475,
"bbBot": 1503,
"bbLeft": 965,
"bbRight": 982
},
"confidence": 100
},
{
"doc_index": 1087,
"page_index": 1087,
"block_index": 226,
"page_num": 0,
"text": "o",
"position": {
"top": 1475,
"bottom": 1503,
"left": 982,
"right": 1008,
"bbTop": 1475,
"bbBot": 1503,
"bbLeft": 982,
"bbRight": 1008
},
"confidence": 100
},
{
"doc_index": 1089,
"page_index": 1089,
"block_index": 228,
"page_num": 0,
"text": "y",
"position": {
"top": 1480,
"bottom": 1511,
"left": 1038,
"right": 1059,
"bbTop": 1480,
"bbBot": 1511,
"bbLeft": 1038,
"bbRight": 1059
},
"confidence": 100
},
{
"doc_index": 1090,
"page_index": 1090,
"block_index": 229,
"page_num": 0,
"text": "o",
"position": {
"top": 1480,
"bottom": 1511,
"left": 1059,
"right": 1084,
"bbTop": 1480,
"bbBot": 1511,
"bbLeft": 1059,
"bbRight": 1084
},
"confidence": 100
},
{
"doc_index": 1091,
"page_index": 1091,
"block_index": 230,
"page_num": 0,
"text": "u",
"position": {
"top": 1480,
"bottom": 1511,
"left": 1084,
"right": 1111,
"bbTop": 1480,
"bbBot": 1511,
"bbLeft": 1084,
"bbRight": 1111
},
"confidence": 100
},
{
"doc_index": 1092,
"page_index": 1092,
"block_index": 231,
"page_num": 0,
"text": "r",
"position": {
"top": 1480,
"bottom": 1511,
"left": 1111,
"right": 1132,
"bbTop": 1480,
"bbBot": 1511,
"bbLeft": 1111,
"bbRight": 1132
},
"confidence": 100
},
{
"doc_index": 1094,
"page_index": 1094,
"block_index": 233,
"page_num": 0,
"text": "p",
"position": {
"top": 1475,
"bottom": 1511,
"left": 1165,
"right": 1187,
"bbTop": 1475,
"bbBot": 1511,
"bbLeft": 1165,
"bbRight": 1187
},
"confidence": 100
},
{
"doc_index": 1095,
"page_index": 1095,
"block_index": 234,
"page_num": 0,
"text": "r",
"position": {
"top": 1475,
"bottom": 1511,
"left": 1187,
"right": 1206,
"bbTop": 1475,
"bbBot": 1511,
"bbLeft": 1187,
"bbRight": 1206
},
"confidence": 100
},
{
"doc_index": 1096,
"page_index": 1096,
"block_index": 235,
"page_num": 0,
"text": "o",
"position": {
"top": 1475,
"bottom": 1511,
"left": 1206,
"right": 1229,
"bbTop": 1475,
"bbBot": 1511,
"bbLeft": 1206,
"bbRight": 1229
},
"confidence": 100
},
{
"doc_index": 1097,
"page_index": 1097,
"block_index": 236,
"page_num": 0,
"text": "m",
"position": {
"top": 1475,
"bottom": 1511,
"left": 1229,
"right": 1269,
"bbTop": 1475,
"bbBot": 1511,
"bbLeft": 1229,
"bbRight": 1269
},
"confidence": 100
},
{
"doc_index": 1098,
"page_index": 1098,
"block_index": 237,
"page_num": 0,
"text": "p",
"position": {
"top": 1475,
"bottom": 1511,
"left": 1269,
"right": 1291,
"bbTop": 1475,
"bbBot": 1511,
"bbLeft": 1269,
"bbRight": 1291
},
"confidence": 100
},
{
"doc_index": 1099,
"page_index": 1099,
"block_index": 238,
"page_num": 0,
"text": "t",
"position": {
"top": 1475,
"bottom": 1511,
"left": 1291,
"right": 1307,
"bbTop": 1475,
"bbBot": 1511,
"bbLeft": 1291,
"bbRight": 1307
},
"confidence": 100
},
{
"doc_index": 1101,
"page_index": 1101,
"block_index": 240,
"page_num": 0,
"text": "r",
"position": {
"top": 1480,
"bottom": 1511,
"left": 1341,
"right": 1364,
"bbTop": 1480,
"bbBot": 1511,
"bbLeft": 1341,
"bbRight": 1364
},
"confidence": 100
},
{
"doc_index": 1102,
"page_index": 1102,
"block_index": 241,
"page_num": 0,
"text": "e",
"position": {
"top": 1480,
"bottom": 1511,
"left": 1364,
"right": 1389,
"bbTop": 1480,
"bbBot": 1511,
"bbLeft": 1364,
"bbRight": 1389
},
"confidence": 100
},
{
"doc_index": 1103,
"page_index": 1103,
"block_index": 242,
"page_num": 0,
"text": "s",
"position": {
"top": 1480,
"bottom": 1511,
"left": 1389,
"right": 1410,
"bbTop": 1480,
"bbBot": 1511,
"bbLeft": 1389,
"bbRight": 1410
},
"confidence": 100
},
{
"doc_index": 1104,
"page_index": 1104,
"block_index": 243,
"page_num": 0,
"text": "p",
"position": {
"top": 1480,
"bottom": 1511,
"left": 1410,
"right": 1436,
"bbTop": 1480,
"bbBot": 1511,
"bbLeft": 1410,
"bbRight": 1436
},
"confidence": 100
},
{
"doc_index": 1105,
"page_index": 1105,
"block_index": 244,
"page_num": 0,
"text": "o",
"position": {
"top": 1480,
"bottom": 1511,
"left": 1436,
"right": 1464,
"bbTop": 1480,
"bbBot": 1511,
"bbLeft": 1436,
"bbRight": 1464
},
"confidence": 100
},
{
"doc_index": 1106,
"page_index": 1106,
"block_index": 245,
"page_num": 0,
"text": "n",
"position": {
"top": 1480,
"bottom": 1511,
"left": 1464,
"right": 1496,
"bbTop": 1480,
"bbBot": 1511,
"bbLeft": 1464,
"bbRight": 1496
},
"confidence": 100
},
{
"doc_index": 1107,
"page_index": 1107,
"block_index": 246,
"page_num": 0,
"text": "s",
"position": {
"top": 1480,
"bottom": 1511,
"left": 1496,
"right": 1517,
"bbTop": 1480,
"bbBot": 1511,
"bbLeft": 1496,
"bbRight": 1517
},
"confidence": 100
},
{
"doc_index": 1108,
"page_index": 1108,
"block_index": 247,
"page_num": 0,
"text": "e",
"position": {
"top": 1480,
"bottom": 1511,
"left": 1517,
"right": 1542,
"bbTop": 1480,
"bbBot": 1511,
"bbLeft": 1517,
"bbRight": 1542
},
"confidence": 100
},
{
"doc_index": 1109,
"page_index": 1109,
"block_index": 248,
"page_num": 0,
"text": ".",
"position": {
"top": 1480,
"bottom": 1511,
"left": 1542,
"right": 1551,
"bbTop": 1480,
"bbBot": 1511,
"bbLeft": 1542,
"bbRight": 1551
},
"confidence": 100
},
{
"doc_index": 1111,
"page_index": 1111,
"block_index": 250,
"page_num": 0,
"text": "B",
"position": {
"top": 1522,
"bottom": 1550,
"left": 239,
"right": 273,
"bbTop": 1522,
"bbBot": 1550,
"bbLeft": 239,
"bbRight": 273
},
"confidence": 100
},
{
"doc_index": 1112,
"page_index": 1112,
"block_index": 251,
"page_num": 0,
"text": "e",
"position": {
"top": 1522,
"bottom": 1550,
"left": 273,
"right": 296,
"bbTop": 1522,
"bbBot": 1550,
"bbLeft": 273,
"bbRight": 296
},
"confidence": 100
},
{
"doc_index": 1113,
"page_index": 1113,
"block_index": 252,
"page_num": 0,
"text": "s",
"position": {
"top": 1522,
"bottom": 1550,
"left": 296,
"right": 315,
"bbTop": 1522,
"bbBot": 1550,
"bbLeft": 296,
"bbRight": 315
},
"confidence": 100
},
{
"doc_index": 1114,
"page_index": 1114,
"block_index": 253,
"page_num": 0,
"text": "t",
"position": {
"top": 1522,
"bottom": 1550,
"left": 315,
"right": 332,
"bbTop": 1522,
"bbBot": 1550,
"bbLeft": 315,
"bbRight": 332
},
"confidence": 100
},
{
"doc_index": 1116,
"page_index": 1116,
"block_index": 255,
"page_num": 0,
"text": "r",
"position": {
"top": 1519,
"bottom": 1558,
"left": 366,
"right": 389,
"bbTop": 1519,
"bbBot": 1558,
"bbLeft": 366,
"bbRight": 389
},
"confidence": 100
},
{
"doc_index": 1117,
"page_index": 1117,
"block_index": 256,
"page_num": 0,
"text": "e",
"position": {
"top": 1519,
"bottom": 1558,
"left": 389,
"right": 414,
"bbTop": 1519,
"bbBot": 1558,
"bbLeft": 389,
"bbRight": 414
},
"confidence": 100
},
{
"doc_index": 1118,
"page_index": 1118,
"block_index": 257,
"page_num": 0,
"text": "g",
"position": {
"top": 1519,
"bottom": 1558,
"left": 414,
"right": 440,
"bbTop": 1519,
"bbBot": 1558,
"bbLeft": 414,
"bbRight": 440
},
"confidence": 100
},
{
"doc_index": 1119,
"page_index": 1119,
"block_index": 258,
"page_num": 0,
"text": "a",
"position": {
"top": 1519,
"bottom": 1558,
"left": 440,
"right": 468,
"bbTop": 1519,
"bbBot": 1558,
"bbLeft": 440,
"bbRight": 468
},
"confidence": 100
},
{
"doc_index": 1120,
"page_index": 1120,
"block_index": 259,
"page_num": 0,
"text": "r",
"position": {
"top": 1519,
"bottom": 1558,
"left": 468,
"right": 491,
"bbTop": 1519,
"bbBot": 1558,
"bbLeft": 468,
"bbRight": 491
},
"confidence": 100
},
{
"doc_index": 1121,
"page_index": 1121,
"block_index": 260,
"page_num": 0,
"text": "d",
"position": {
"top": 1519,
"bottom": 1558,
"left": 491,
"right": 520,
"bbTop": 1519,
"bbBot": 1558,
"bbLeft": 491,
"bbRight": 520
},
"confidence": 100
},
{
"doc_index": 1122,
"page_index": 1122,
"block_index": 261,
"page_num": 0,
"text": "s",
"position": {
"top": 1519,
"bottom": 1558,
"left": 520,
"right": 541,
"bbTop": 1519,
"bbBot": 1558,
"bbLeft": 520,
"bbRight": 541
},
"confidence": 100
},
{
"doc_index": 1123,
"page_index": 1123,
"block_index": 262,
"page_num": 0,
"text": ",",
"position": {
"top": 1519,
"bottom": 1558,
"left": 541,
"right": 550,
"bbTop": 1519,
"bbBot": 1558,
"bbLeft": 541,
"bbRight": 550
},
"confidence": 100
},
{
"doc_index": 1125,
"page_index": 1125,
"block_index": 264,
"page_num": 0,
"text": "E",
"position": {
"top": 1567,
"bottom": 1606,
"left": 239,
"right": 271,
"bbTop": 1567,
"bbBot": 1606,
"bbLeft": 239,
"bbRight": 271
},
"confidence": 100
},
{
"doc_index": 1126,
"page_index": 1126,
"block_index": 265,
"page_num": 0,
"text": "m",
"position": {
"top": 1567,
"bottom": 1606,
"left": 271,
"right": 312,
"bbTop": 1567,
"bbBot": 1606,
"bbLeft": 271,
"bbRight": 312
},
"confidence": 100
},
{
"doc_index": 1127,
"page_index": 1127,
"block_index": 266,
"page_num": 0,
"text": "i",
"position": {
"top": 1567,
"bottom": 1606,
"left": 312,
"right": 326,
"bbTop": 1567,
"bbBot": 1606,
"bbLeft": 312,
"bbRight": 326
},
"confidence": 100
},
{
"doc_index": 1128,
"page_index": 1128,
"block_index": 267,
"page_num": 0,
"text": "l",
"position": {
"top": 1567,
"bottom": 1606,
"left": 326,
"right": 341,
"bbTop": 1567,
"bbBot": 1606,
"bbLeft": 326,
"bbRight": 341
},
"confidence": 100
},
{
"doc_index": 1129,
"page_index": 1129,
"block_index": 268,
"page_num": 0,
"text": "y",
"position": {
"top": 1567,
"bottom": 1606,
"left": 341,
"right": 360,
"bbTop": 1567,
"bbBot": 1606,
"bbLeft": 341,
"bbRight": 360
},
"confidence": 100
},
{
"doc_index": 1131,
"page_index": 1131,
"block_index": 270,
"page_num": 0,
"text": "J",
"position": {
"top": 1567,
"bottom": 1597,
"left": 388,
"right": 413,
"bbTop": 1567,
"bbBot": 1597,
"bbLeft": 388,
"bbRight": 413
},
"confidence": 100
},
{
"doc_index": 1132,
"page_index": 1132,
"block_index": 271,
"page_num": 0,
"text": "o",
"position": {
"top": 1567,
"bottom": 1597,
"left": 413,
"right": 437,
"bbTop": 1567,
"bbBot": 1597,
"bbLeft": 413,
"bbRight": 437
},
"confidence": 100
},
{
"doc_index": 1133,
"page_index": 1133,
"block_index": 272,
"page_num": 0,
"text": "h",
"position": {
"top": 1567,
"bottom": 1597,
"left": 437,
"right": 463,
"bbTop": 1567,
"bbBot": 1597,
"bbLeft": 437,
"bbRight": 463
},
"confidence": 100
},
{
"doc_index": 1134,
"page_index": 1134,
"block_index": 273,
"page_num": 0,
"text": "n",
"position": {
"top": 1567,
"bottom": 1597,
"left": 463,
"right": 490,
"bbTop": 1567,
"bbBot": 1597,
"bbLeft": 463,
"bbRight": 490
},
"confidence": 100
},
{
"doc_index": 1135,
"page_index": 1135,
"block_index": 274,
"page_num": 0,
"text": "s",
"position": {
"top": 1567,
"bottom": 1597,
"left": 490,
"right": 508,
"bbTop": 1567,
"bbBot": 1597,
"bbLeft": 490,
"bbRight": 508
},
"confidence": 100
},
{
"doc_index": 1136,
"page_index": 1136,
"block_index": 275,
"page_num": 0,
"text": "o",
"position": {
"top": 1567,
"bottom": 1597,
"left": 508,
"right": 531,
"bbTop": 1567,
"bbBot": 1597,
"bbLeft": 508,
"bbRight": 531
},
"confidence": 100
},
{
"doc_index": 1137,
"page_index": 1137,
"block_index": 276,
"page_num": 0,
"text": "n",
"position": {
"top": 1567,
"bottom": 1597,
"left": 531,
"right": 559,
"bbTop": 1567,
"bbBot": 1597,
"bbLeft": 531,
"bbRight": 559
},
"confidence": 100
},
{
"doc_index": 1139,
"page_index": 1139,
"block_index": 278,
"page_num": 0,
"text": "T",
"position": {
"top": 1616,
"bottom": 1644,
"left": 238,
"right": 271,
"bbTop": 1616,
"bbBot": 1644,
"bbLeft": 238,
"bbRight": 271
},
"confidence": 100
},
{
"doc_index": 1140,
"page_index": 1140,
"block_index": 279,
"page_num": 0,
"text": "e",
"position": {
"top": 1616,
"bottom": 1644,
"left": 271,
"right": 293,
"bbTop": 1616,
"bbBot": 1644,
"bbLeft": 271,
"bbRight": 293
},
"confidence": 100
},
{
"doc_index": 1141,
"page_index": 1141,
"block_index": 280,
"page_num": 0,
"text": "x",
"position": {
"top": 1616,
"bottom": 1644,
"left": 293,
"right": 320,
"bbTop": 1616,
"bbBot": 1644,
"bbLeft": 293,
"bbRight": 320
},
"confidence": 100
},
{
"doc_index": 1142,
"page_index": 1142,
"block_index": 281,
"page_num": 0,
"text": "S",
"position": {
"top": 1616,
"bottom": 1644,
"left": 320,
"right": 346,
"bbTop": 1616,
"bbBot": 1644,
"bbLeft": 320,
"bbRight": 346
},
"confidence": 100
},
{
"doc_index": 1143,
"page_index": 1143,
"block_index": 282,
"page_num": 0,
"text": "e",
"position": {
"top": 1616,
"bottom": 1644,
"left": 346,
"right": 368,
"bbTop": 1616,
"bbBot": 1644,
"bbLeft": 346,
"bbRight": 368
},
"confidence": 100
},
{
"doc_index": 1144,
"page_index": 1144,
"block_index": 283,
"page_num": 0,
"text": "c",
"position": {
"top": 1616,
"bottom": 1644,
"left": 368,
"right": 390,
"bbTop": 1616,
"bbBot": 1644,
"bbLeft": 368,
"bbRight": 390
},
"confidence": 100
},
{
"doc_index": 1145,
"page_index": 1145,
"block_index": 284,
"page_num": 0,
"text": "u",
"position": {
"top": 1616,
"bottom": 1644,
"left": 390,
"right": 416,
"bbTop": 1616,
"bbBot": 1644,
"bbLeft": 390,
"bbRight": 416
},
"confidence": 100
},
{
"doc_index": 1146,
"page_index": 1146,
"block_index": 285,
"page_num": 0,
"text": "r",
"position": {
"top": 1616,
"bottom": 1644,
"left": 416,
"right": 436,
"bbTop": 1616,
"bbBot": 1644,
"bbLeft": 416,
"bbRight": 436
},
"confidence": 100
},
{
"doc_index": 1147,
"page_index": 1147,
"block_index": 286,
"page_num": 0,
"text": "e",
"position": {
"top": 1616,
"bottom": 1644,
"left": 436,
"right": 458,
"bbTop": 1616,
"bbBot": 1644,
"bbLeft": 436,
"bbRight": 458
},
"confidence": 100
},
{
"doc_index": 1149,
"page_index": 1149,
"block_index": 288,
"page_num": 0,
"text": "I",
"position": {
"top": 1617,
"bottom": 1644,
"left": 490,
"right": 511,
"bbTop": 1617,
"bbBot": 1644,
"bbLeft": 490,
"bbRight": 511
},
"confidence": 100
},
{
"doc_index": 1150,
"page_index": 1150,
"block_index": 289,
"page_num": 0,
"text": "n",
"position": {
"top": 1617,
"bottom": 1644,
"left": 511,
"right": 540,
"bbTop": 1617,
"bbBot": 1644,
"bbLeft": 511,
"bbRight": 540
},
"confidence": 100
},
{
"doc_index": 1151,
"page_index": 1151,
"block_index": 290,
"page_num": 0,
"text": "s",
"position": {
"top": 1617,
"bottom": 1644,
"left": 540,
"right": 559,
"bbTop": 1617,
"bbBot": 1644,
"bbLeft": 540,
"bbRight": 559
},
"confidence": 100
},
{
"doc_index": 1152,
"page_index": 1152,
"block_index": 291,
"page_num": 0,
"text": "u",
"position": {
"top": 1617,
"bottom": 1644,
"left": 559,
"right": 586,
"bbTop": 1617,
"bbBot": 1644,
"bbLeft": 559,
"bbRight": 586
},
"confidence": 100
},
{
"doc_index": 1153,
"page_index": 1153,
"block_index": 292,
"page_num": 0,
"text": "r",
"position": {
"top": 1617,
"bottom": 1644,
"left": 586,
"right": 607,
"bbTop": 1617,
"bbBot": 1644,
"bbLeft": 586,
"bbRight": 607
},
"confidence": 100
},
{
"doc_index": 1154,
"page_index": 1154,
"block_index": 293,
"page_num": 0,
"text": "a",
"position": {
"top": 1617,
"bottom": 1644,
"left": 607,
"right": 633,
"bbTop": 1617,
"bbBot": 1644,
"bbLeft": 607,
"bbRight": 633
},
"confidence": 100
},
{
"doc_index": 1155,
"page_index": 1155,
"block_index": 294,
"page_num": 0,
"text": "n",
"position": {
"top": 1617,
"bottom": 1644,
"left": 633,
"right": 662,
"bbTop": 1617,
"bbBot": 1644,
"bbLeft": 633,
"bbRight": 662
},
"confidence": 100
},
{
"doc_index": 1156,
"page_index": 1156,
"block_index": 295,
"page_num": 0,
"text": "c",
"position": {
"top": 1617,
"bottom": 1644,
"left": 662,
"right": 685,
"bbTop": 1617,
"bbBot": 1644,
"bbLeft": 662,
"bbRight": 685
},
"confidence": 100
},
{
"doc_index": 1157,
"page_index": 1157,
"block_index": 296,
"page_num": 0,
"text": "e",
"position": {
"top": 1617,
"bottom": 1644,
"left": 685,
"right": 708,
"bbTop": 1617,
"bbBot": 1644,
"bbLeft": 685,
"bbRight": 708
},
"confidence": 100
},
{
"doc_index": 1159,
"page_index": 1159,
"block_index": 298,
"page_num": 0,
"text": "G",
"position": {
"top": 1616,
"bottom": 1653,
"left": 738,
"right": 772,
"bbTop": 1616,
"bbBot": 1653,
"bbLeft": 738,
"bbRight": 772
},
"confidence": 100
},
{
"doc_index": 1160,
"page_index": 1160,
"block_index": 299,
"page_num": 0,
"text": "r",
"position": {
"top": 1616,
"bottom": 1653,
"left": 772,
"right": 791,
"bbTop": 1616,
"bbBot": 1653,
"bbLeft": 772,
"bbRight": 791
},
"confidence": 100
},
{
"doc_index": 1161,
"page_index": 1161,
"block_index": 300,
"page_num": 0,
"text": "o",
"position": {
"top": 1616,
"bottom": 1653,
"left": 791,
"right": 813,
"bbTop": 1616,
"bbBot": 1653,
"bbLeft": 791,
"bbRight": 813
},
"confidence": 100
},
{
"doc_index": 1162,
"page_index": 1162,
"block_index": 301,
"page_num": 0,
"text": "u",
"position": {
"top": 1616,
"bottom": 1653,
"left": 813,
"right": 837,
"bbTop": 1616,
"bbBot": 1653,
"bbLeft": 813,
"bbRight": 837
},
"confidence": 100
},
{
"doc_index": 1163,
"page_index": 1163,
"block_index": 302,
"page_num": 0,
"text": "p",
"position": {
"top": 1616,
"bottom": 1653,
"left": 837,
"right": 858,
"bbTop": 1616,
"bbBot": 1653,
"bbLeft": 837,
"bbRight": 858
},
"confidence": 100
},
{
"doc_index": 1165,
"page_index": 1165,
"block_index": 304,
"page_num": 0,
"text": "1",
"position": {
"top": 1664,
"bottom": 1692,
"left": 239,
"right": 259,
"bbTop": 1664,
"bbBot": 1692,
"bbLeft": 239,
"bbRight": 259
},
"confidence": 100
},
{
"doc_index": 1166,
"page_index": 1166,
"block_index": 305,
"page_num": 0,
"text": "2",
"position": {
"top": 1664,
"bottom": 1692,
"left": 259,
"right": 285,
"bbTop": 1664,
"bbBot": 1692,
"bbLeft": 259,
"bbRight": 285
},
"confidence": 100
},
{
"doc_index": 1167,
"page_index": 1167,
"block_index": 306,
"page_num": 0,
"text": "3",
"position": {
"top": 1664,
"bottom": 1692,
"left": 285,
"right": 308,
"bbTop": 1664,
"bbBot": 1692,
"bbLeft": 285,
"bbRight": 308
},
"confidence": 100
},
{
"doc_index": 1168,
"page_index": 1168,
"block_index": 307,
"page_num": 0,
"text": "4",
"position": {
"top": 1664,
"bottom": 1692,
"left": 308,
"right": 334,
"bbTop": 1664,
"bbBot": 1692,
"bbLeft": 308,
"bbRight": 334
},
"confidence": 100
},
{
"doc_index": 1170,
"page_index": 1170,
"block_index": 309,
"page_num": 0,
"text": "M",
"position": {
"top": 1661,
"bottom": 1692,
"left": 364,
"right": 401,
"bbTop": 1661,
"bbBot": 1692,
"bbLeft": 364,
"bbRight": 401
},
"confidence": 100
},
{
"doc_index": 1171,
"page_index": 1171,
"block_index": 310,
"page_num": 0,
"text": "a",
"position": {
"top": 1661,
"bottom": 1692,
"left": 401,
"right": 422,
"bbTop": 1661,
"bbBot": 1692,
"bbLeft": 401,
"bbRight": 422
},
"confidence": 100
},
{
"doc_index": 1172,
"page_index": 1172,
"block_index": 311,
"page_num": 0,
"text": "i",
"position": {
"top": 1661,
"bottom": 1692,
"left": 422,
"right": 434,
"bbTop": 1661,
"bbBot": 1692,
"bbLeft": 422,
"bbRight": 434
},
"confidence": 100
},
{
"doc_index": 1173,
"page_index": 1173,
"block_index": 312,
"page_num": 0,
"text": "n",
"position": {
"top": 1661,
"bottom": 1692,
"left": 434,
"right": 458,
"bbTop": 1661,
"bbBot": 1692,
"bbLeft": 434,
"bbRight": 458
},
"confidence": 100
},
{
"doc_index": 1175,
"page_index": 1175,
"block_index": 314,
"page_num": 0,
"text": "S",
"position": {
"top": 1664,
"bottom": 1699,
"left": 488,
"right": 520,
"bbTop": 1664,
"bbBot": 1699,
"bbLeft": 488,
"bbRight": 520
},
"confidence": 100
},
{
"doc_index": 1176,
"page_index": 1176,
"block_index": 315,
"page_num": 0,
"text": "t",
"position": {
"top": 1664,
"bottom": 1699,
"left": 520,
"right": 540,
"bbTop": 1664,
"bbBot": 1699,
"bbLeft": 520,
"bbRight": 540
},
"confidence": 100
},
{
"doc_index": 1177,
"page_index": 1177,
"block_index": 316,
"page_num": 0,
"text": "r",
"position": {
"top": 1664,
"bottom": 1699,
"left": 540,
"right": 565,
"bbTop": 1664,
"bbBot": 1699,
"bbLeft": 540,
"bbRight": 565
},
"confidence": 100
},
{
"doc_index": 1178,
"page_index": 1178,
"block_index": 317,
"page_num": 0,
"text": "e",
"position": {
"top": 1664,
"bottom": 1699,
"left": 565,
"right": 592,
"bbTop": 1664,
"bbBot": 1699,
"bbLeft": 565,
"bbRight": 592
},
"confidence": 100
},
{
"doc_index": 1179,
"page_index": 1179,
"block_index": 318,
"page_num": 0,
"text": "e",
"position": {
"top": 1664,
"bottom": 1699,
"left": 592,
"right": 620,
"bbTop": 1664,
"bbBot": 1699,
"bbLeft": 592,
"bbRight": 620
},
"confidence": 100
},
{
"doc_index": 1180,
"page_index": 1180,
"block_index": 319,
"page_num": 0,
"text": "t",
"position": {
"top": 1664,
"bottom": 1699,
"left": 620,
"right": 640,
"bbTop": 1664,
"bbBot": 1699,
"bbLeft": 620,
"bbRight": 640
},
"confidence": 100
},
{
"doc_index": 1181,
"page_index": 1181,
"block_index": 320,
"page_num": 0,
"text": ",",
"position": {
"top": 1664,
"bottom": 1699,
"left": 640,
"right": 650,
"bbTop": 1664,
"bbBot": 1699,
"bbLeft": 640,
"bbRight": 650
},
"confidence": 100
},
{
"doc_index": 1183,
"page_index": 1183,
"block_index": 322,
"page_num": 0,
"text": "S",
"position": {
"top": 1661,
"bottom": 1692,
"left": 688,
"right": 718,
"bbTop": 1661,
"bbBot": 1692,
"bbLeft": 688,
"bbRight": 718
},
"confidence": 100
},
{
"doc_index": 1184,
"page_index": 1184,
"block_index": 323,
"page_num": 0,
"text": "u",
"position": {
"top": 1661,
"bottom": 1692,
"left": 718,
"right": 747,
"bbTop": 1661,
"bbBot": 1692,
"bbLeft": 718,
"bbRight": 747
},
"confidence": 100
},
{
"doc_index": 1185,
"page_index": 1185,
"block_index": 324,
"page_num": 0,
"text": "i",
"position": {
"top": 1661,
"bottom": 1692,
"left": 747,
"right": 764,
"bbTop": 1661,
"bbBot": 1692,
"bbLeft": 747,
"bbRight": 764
},
"confidence": 100
},
{
"doc_index": 1186,
"page_index": 1186,
"block_index": 325,
"page_num": 0,
"text": "t",
"position": {
"top": 1661,
"bottom": 1692,
"left": 764,
"right": 783,
"bbTop": 1661,
"bbBot": 1692,
"bbLeft": 764,
"bbRight": 783
},
"confidence": 100
},
{
"doc_index": 1187,
"page_index": 1187,
"block_index": 326,
"page_num": 0,
"text": "e",
"position": {
"top": 1661,
"bottom": 1692,
"left": 783,
"right": 808,
"bbTop": 1661,
"bbBot": 1692,
"bbLeft": 783,
"bbRight": 808
},
"confidence": 100
},
{
"doc_index": 1189,
"page_index": 1189,
"block_index": 328,
"page_num": 0,
"text": "5",
"position": {
"top": 1664,
"bottom": 1692,
"left": 839,
"right": 863,
"bbTop": 1664,
"bbBot": 1692,
"bbLeft": 839,
"bbRight": 863
},
"confidence": 100
},
{
"doc_index": 1190,
"page_index": 1190,
"block_index": 329,
"page_num": 0,
"text": "0",
"position": {
"top": 1664,
"bottom": 1692,
"left": 863,
"right": 886,
"bbTop": 1664,
"bbBot": 1692,
"bbLeft": 863,
"bbRight": 886
},
"confidence": 100
},
{
"doc_index": 1191,
"page_index": 1191,
"block_index": 330,
"page_num": 0,
"text": "0",
"position": {
"top": 1664,
"bottom": 1692,
"left": 886,
"right": 909,
"bbTop": 1664,
"bbBot": 1692,
"bbLeft": 886,
"bbRight": 909
},
"confidence": 100
},
{
"doc_index": 1193,
"page_index": 1193,
"block_index": 332,
"page_num": 0,
"text": "H",
"position": {
"top": 1711,
"bottom": 1746,
"left": 239,
"right": 277,
"bbTop": 1711,
"bbBot": 1746,
"bbLeft": 239,
"bbRight": 277
},
"confidence": 100
},
{
"doc_index": 1194,
"page_index": 1194,
"block_index": 333,
"page_num": 0,
"text": "o",
"position": {
"top": 1711,
"bottom": 1746,
"left": 277,
"right": 302,
"bbTop": 1711,
"bbBot": 1746,
"bbLeft": 277,
"bbRight": 302
},
"confidence": 100
},
{
"doc_index": 1195,
"page_index": 1195,
"block_index": 334,
"page_num": 0,
"text": "u",
"position": {
"top": 1711,
"bottom": 1746,
"left": 302,
"right": 328,
"bbTop": 1711,
"bbBot": 1746,
"bbLeft": 302,
"bbRight": 328
},
"confidence": 100
},
{
"doc_index": 1196,
"page_index": 1196,
"block_index": 335,
"page_num": 0,
"text": "s",
"position": {
"top": 1711,
"bottom": 1746,
"left": 328,
"right": 346,
"bbTop": 1711,
"bbBot": 1746,
"bbLeft": 328,
"bbRight": 346
},
"confidence": 100
},
{
"doc_index": 1197,
"page_index": 1197,
"block_index": 336,
"page_num": 0,
"text": "t",
"position": {
"top": 1711,
"bottom": 1746,
"left": 346,
"right": 363,
"bbTop": 1711,
"bbBot": 1746,
"bbLeft": 346,
"bbRight": 363
},
"confidence": 100
},
{
"doc_index": 1198,
"page_index": 1198,
"block_index": 337,
"page_num": 0,
"text": "o",
"position": {
"top": 1711,
"bottom": 1746,
"left": 363,
"right": 387,
"bbTop": 1711,
"bbBot": 1746,
"bbLeft": 363,
"bbRight": 387
},
"confidence": 100
},
{
"doc_index": 1199,
"page_index": 1199,
"block_index": 338,
"page_num": 0,
"text": "n",
"position": {
"top": 1711,
"bottom": 1746,
"left": 387,
"right": 417,
"bbTop": 1711,
"bbBot": 1746,
"bbLeft": 387,
"bbRight": 417
},
"confidence": 100
},
{
"doc_index": 1200,
"page_index": 1200,
"block_index": 339,
"page_num": 0,
"text": ",",
"position": {
"top": 1711,
"bottom": 1746,
"left": 417,
"right": 425,
"bbTop": 1711,
"bbBot": 1746,
"bbLeft": 417,
"bbRight": 425
},
"confidence": 100
},
{
"doc_index": 1202,
"page_index": 1202,
"block_index": 341,
"page_num": 0,
"text": "T",
"position": {
"top": 1711,
"bottom": 1739,
"left": 463,
"right": 487,
"bbTop": 1711,
"bbBot": 1739,
"bbLeft": 463,
"bbRight": 487
},
"confidence": 100
},
{
"doc_index": 1203,
"page_index": 1203,
"block_index": 342,
"page_num": 0,
"text": "X",
"position": {
"top": 1711,
"bottom": 1739,
"left": 487,
"right": 510,
"bbTop": 1711,
"bbBot": 1739,
"bbLeft": 487,
"bbRight": 510
},
"confidence": 100
},
{
"doc_index": 1205,
"page_index": 1205,
"block_index": 344,
"page_num": 0,
"text": "7",
"position": {
"top": 1711,
"bottom": 1739,
"left": 539,
"right": 564,
"bbTop": 1711,
"bbBot": 1739,
"bbLeft": 539,
"bbRight": 564
},
"confidence": 100
},
{
"doc_index": 1206,
"page_index": 1206,
"block_index": 345,
"page_num": 0,
"text": "7",
"position": {
"top": 1711,
"bottom": 1739,
"left": 564,
"right": 588,
"bbTop": 1711,
"bbBot": 1739,
"bbLeft": 564,
"bbRight": 588
},
"confidence": 100
},
{
"doc_index": 1207,
"page_index": 1207,
"block_index": 346,
"page_num": 0,
"text": "0",
"position": {
"top": 1711,
"bottom": 1739,
"left": 588,
"right": 611,
"bbTop": 1711,
"bbBot": 1739,
"bbLeft": 588,
"bbRight": 611
},
"confidence": 100
},
{
"doc_index": 1208,
"page_index": 1208,
"block_index": 347,
"page_num": 0,
"text": "0",
"position": {
"top": 1711,
"bottom": 1739,
"left": 611,
"right": 633,
"bbTop": 1711,
"bbBot": 1739,
"bbLeft": 611,
"bbRight": 633
},
"confidence": 100
},
{
"doc_index": 1209,
"page_index": 1209,
"block_index": 348,
"page_num": 0,
"text": "2",
"position": {
"top": 1711,
"bottom": 1739,
"left": 633,
"right": 658,
"bbTop": 1711,
"bbBot": 1739,
"bbLeft": 633,
"bbRight": 658
},
"confidence": 100
},
{
"doc_index": 1211,
"page_index": 1211,
"block_index": 350,
"page_num": 0,
"text": "P",
"position": {
"top": 1756,
"bottom": 1787,
"left": 239,
"right": 269,
"bbTop": 1756,
"bbBot": 1787,
"bbLeft": 239,
"bbRight": 269
},
"confidence": 100
},
{
"doc_index": 1212,
"page_index": 1212,
"block_index": 351,
"page_num": 0,
"text": "h",
"position": {
"top": 1756,
"bottom": 1787,
"left": 269,
"right": 296,
"bbTop": 1756,
"bbBot": 1787,
"bbLeft": 269,
"bbRight": 296
},
"confidence": 100
},
{
"doc_index": 1213,
"page_index": 1213,
"block_index": 352,
"page_num": 0,
"text": "o",
"position": {
"top": 1756,
"bottom": 1787,
"left": 296,
"right": 320,
"bbTop": 1756,
"bbBot": 1787,
"bbLeft": 296,
"bbRight": 320
},
"confidence": 100
},
{
"doc_index": 1214,
"page_index": 1214,
"block_index": 353,
"page_num": 0,
"text": "n",
"position": {
"top": 1756,
"bottom": 1787,
"left": 320,
"right": 348,
"bbTop": 1756,
"bbBot": 1787,
"bbLeft": 320,
"bbRight": 348
},
"confidence": 100
},
{
"doc_index": 1215,
"page_index": 1215,
"block_index": 354,
"page_num": 0,
"text": "e",
"position": {
"top": 1756,
"bottom": 1787,
"left": 348,
"right": 370,
"bbTop": 1756,
"bbBot": 1787,
"bbLeft": 348,
"bbRight": 370
},
"confidence": 100
},
{
"doc_index": 1216,
"page_index": 1216,
"block_index": 355,
"page_num": 0,
"text": ":",
"position": {
"top": 1756,
"bottom": 1787,
"left": 370,
"right": 376,
"bbTop": 1756,
"bbBot": 1787,
"bbLeft": 370,
"bbRight": 376
},
"confidence": 100
},
{
"doc_index": 1218,
"page_index": 1218,
"block_index": 357,
"page_num": 0,
"text": "+",
"position": {
"top": 1759,
"bottom": 1786,
"left": 414,
"right": 441,
"bbTop": 1759,
"bbBot": 1786,
"bbLeft": 414,
"bbRight": 441
},
"confidence": 100
},
{
"doc_index": 1219,
"page_index": 1219,
"block_index": 358,
"page_num": 0,
"text": "1",
"position": {
"top": 1759,
"bottom": 1786,
"left": 441,
"right": 459,
"bbTop": 1759,
"bbBot": 1786,
"bbLeft": 441,
"bbRight": 459
},
"confidence": 100
},
{
"doc_index": 1221,
"page_index": 1221,
"block_index": 360,
"page_num": 0,
"text": "7",
"position": {
"top": 1758,
"bottom": 1787,
"left": 489,
"right": 514,
"bbTop": 1758,
"bbBot": 1787,
"bbLeft": 489,
"bbRight": 514
},
"confidence": 100
},
{
"doc_index": 1222,
"page_index": 1222,
"block_index": 361,
"page_num": 0,
"text": "1",
"position": {
"top": 1758,
"bottom": 1787,
"left": 514,
"right": 535,
"bbTop": 1758,
"bbBot": 1787,
"bbLeft": 514,
"bbRight": 535
},
"confidence": 100
},
{
"doc_index": 1223,
"page_index": 1223,
"block_index": 362,
"page_num": 0,
"text": "3",
"position": {
"top": 1758,
"bottom": 1787,
"left": 535,
"right": 559,
"bbTop": 1758,
"bbBot": 1787,
"bbLeft": 535,
"bbRight": 559
},
"confidence": 100
},
{
"doc_index": 1225,
"page_index": 1225,
"block_index": 364,
"page_num": 0,
"text": "9",
"position": {
"top": 1758,
"bottom": 1787,
"left": 589,
"right": 612,
"bbTop": 1758,
"bbBot": 1787,
"bbLeft": 589,
"bbRight": 612
},
"confidence": 100
},
{
"doc_index": 1226,
"page_index": 1226,
"block_index": 365,
"page_num": 0,
"text": "8",
"position": {
"top": 1758,
"bottom": 1787,
"left": 612,
"right": 635,
"bbTop": 1758,
"bbBot": 1787,
"bbLeft": 612,
"bbRight": 635
},
"confidence": 100
},
{
"doc_index": 1227,
"page_index": 1227,
"block_index": 366,
"page_num": 0,
"text": "7",
"position": {
"top": 1758,
"bottom": 1787,
"left": 635,
"right": 658,
"bbTop": 1758,
"bbBot": 1787,
"bbLeft": 635,
"bbRight": 658
},
"confidence": 100
},
{
"doc_index": 1229,
"page_index": 1229,
"block_index": 368,
"page_num": 0,
"text": "6",
"position": {
"top": 1758,
"bottom": 1787,
"left": 689,
"right": 713,
"bbTop": 1758,
"bbBot": 1787,
"bbLeft": 689,
"bbRight": 713
},
"confidence": 100
},
{
"doc_index": 1230,
"page_index": 1230,
"block_index": 369,
"page_num": 0,
"text": "5",
"position": {
"top": 1758,
"bottom": 1787,
"left": 713,
"right": 736,
"bbTop": 1758,
"bbBot": 1787,
"bbLeft": 713,
"bbRight": 736
},
"confidence": 100
},
{
"doc_index": 1231,
"page_index": 1231,
"block_index": 370,
"page_num": 0,
"text": "4",
"position": {
"top": 1758,
"bottom": 1787,
"left": 736,
"right": 761,
"bbTop": 1758,
"bbBot": 1787,
"bbLeft": 736,
"bbRight": 761
},
"confidence": 100
},
{
"doc_index": 1232,
"page_index": 1232,
"block_index": 371,
"page_num": 0,
"text": "3",
"position": {
"top": 1758,
"bottom": 1787,
"left": 761,
"right": 784,
"bbTop": 1758,
"bbBot": 1787,
"bbLeft": 761,
"bbRight": 784
},
"confidence": 100
},
{
"doc_index": 1234,
"page_index": 1234,
"block_index": 373,
"page_num": 0,
"text": "E",
"position": {
"top": 1803,
"bottom": 1834,
"left": 239,
"right": 273,
"bbTop": 1803,
"bbBot": 1834,
"bbLeft": 239,
"bbRight": 273
},
"confidence": 100
},
{
"doc_index": 1235,
"page_index": 1235,
"block_index": 374,
"page_num": 0,
"text": "m",
"position": {
"top": 1803,
"bottom": 1834,
"left": 273,
"right": 315,
"bbTop": 1803,
"bbBot": 1834,
"bbLeft": 273,
"bbRight": 315
},
"confidence": 100
},
{
"doc_index": 1236,
"page_index": 1236,
"block_index": 375,
"page_num": 0,
"text": "a",
"position": {
"top": 1803,
"bottom": 1834,
"left": 315,
"right": 340,
"bbTop": 1803,
"bbBot": 1834,
"bbLeft": 315,
"bbRight": 340
},
"confidence": 100
},
{
"doc_index": 1237,
"page_index": 1237,
"block_index": 376,
"page_num": 0,
"text": "i",
"position": {
"top": 1803,
"bottom": 1834,
"left": 340,
"right": 354,
"bbTop": 1803,
"bbBot": 1834,
"bbLeft": 340,
"bbRight": 354
},
"confidence": 100
},
{
"doc_index": 1238,
"page_index": 1238,
"block_index": 377,
"page_num": 0,
"text": "l",
"position": {
"top": 1803,
"bottom": 1834,
"left": 354,
"right": 370,
"bbTop": 1803,
"bbBot": 1834,
"bbLeft": 354,
"bbRight": 370
},
"confidence": 100
},
{
"doc_index": 1239,
"page_index": 1239,
"block_index": 378,
"page_num": 0,
"text": ":",
"position": {
"top": 1803,
"bottom": 1834,
"left": 370,
"right": 376,
"bbTop": 1803,
"bbBot": 1834,
"bbLeft": 370,
"bbRight": 376
},
"confidence": 100
},
{
"doc_index": 1241,
"page_index": 1241,
"block_index": 380,
"page_num": 0,
"text": "e",
"position": {
"top": 1803,
"bottom": 1842,
"left": 414,
"right": 438,
"bbTop": 1803,
"bbBot": 1842,
"bbLeft": 414,
"bbRight": 438
},
"confidence": 100
},
{
"doc_index": 1242,
"page_index": 1242,
"block_index": 381,
"page_num": 0,
"text": "j",
"position": {
"top": 1803,
"bottom": 1842,
"left": 438,
"right": 450,
"bbTop": 1803,
"bbBot": 1842,
"bbLeft": 438,
"bbRight": 450
},
"confidence": 100
},
{
"doc_index": 1243,
"page_index": 1243,
"block_index": 382,
"page_num": 0,
"text": "o",
"position": {
"top": 1803,
"bottom": 1842,
"left": 450,
"right": 477,
"bbTop": 1803,
"bbBot": 1842,
"bbLeft": 450,
"bbRight": 477
},
"confidence": 100
},
{
"doc_index": 1244,
"page_index": 1244,
"block_index": 383,
"page_num": 0,
"text": "h",
"position": {
"top": 1803,
"bottom": 1842,
"left": 477,
"right": 506,
"bbTop": 1803,
"bbBot": 1842,
"bbLeft": 477,
"bbRight": 506
},
"confidence": 100
},
{
"doc_index": 1245,
"page_index": 1245,
"block_index": 384,
"page_num": 0,
"text": "n",
"position": {
"top": 1803,
"bottom": 1842,
"left": 506,
"right": 537,
"bbTop": 1803,
"bbBot": 1842,
"bbLeft": 506,
"bbRight": 537
},
"confidence": 100
},
{
"doc_index": 1246,
"page_index": 1246,
"block_index": 385,
"page_num": 0,
"text": "s",
"position": {
"top": 1803,
"bottom": 1842,
"left": 537,
"right": 557,
"bbTop": 1803,
"bbBot": 1842,
"bbLeft": 537,
"bbRight": 557
},
"confidence": 100
},
{
"doc_index": 1247,
"page_index": 1247,
"block_index": 386,
"page_num": 0,
"text": "o",
"position": {
"top": 1803,
"bottom": 1842,
"left": 557,
"right": 584,
"bbTop": 1803,
"bbBot": 1842,
"bbLeft": 557,
"bbRight": 584
},
"confidence": 100
},
{
"doc_index": 1248,
"page_index": 1248,
"block_index": 387,
"page_num": 0,
"text": "n",
"position": {
"top": 1803,
"bottom": 1842,
"left": 584,
"right": 615,
"bbTop": 1803,
"bbBot": 1842,
"bbLeft": 584,
"bbRight": 615
},
"confidence": 100
},
{
"doc_index": 1249,
"page_index": 1249,
"block_index": 388,
"page_num": 0,
"text": "@",
"position": {
"top": 1803,
"bottom": 1842,
"left": 615,
"right": 640,
"bbTop": 1803,
"bbBot": 1842,
"bbLeft": 615,
"bbRight": 640
},
"confidence": 100
},
{
"doc_index": 1250,
"page_index": 1250,
"block_index": 389,
"page_num": 0,
"text": "t",
"position": {
"top": 1803,
"bottom": 1842,
"left": 640,
"right": 658,
"bbTop": 1803,
"bbBot": 1842,
"bbLeft": 640,
"bbRight": 658
},
"confidence": 100
},
{
"doc_index": 1251,
"page_index": 1251,
"block_index": 390,
"page_num": 0,
"text": "e",
"position": {
"top": 1803,
"bottom": 1842,
"left": 658,
"right": 682,
"bbTop": 1803,
"bbBot": 1842,
"bbLeft": 658,
"bbRight": 682
},
"confidence": 100
},
{
"doc_index": 1252,
"page_index": 1252,
"block_index": 391,
"page_num": 0,
"text": "x",
"position": {
"top": 1803,
"bottom": 1842,
"left": 682,
"right": 711,
"bbTop": 1803,
"bbBot": 1842,
"bbLeft": 682,
"bbRight": 711
},
"confidence": 100
},
{
"doc_index": 1253,
"page_index": 1253,
"block_index": 392,
"page_num": 0,
"text": "s",
"position": {
"top": 1803,
"bottom": 1842,
"left": 711,
"right": 731,
"bbTop": 1803,
"bbBot": 1842,
"bbLeft": 711,
"bbRight": 731
},
"confidence": 100
},
{
"doc_index": 1254,
"page_index": 1254,
"block_index": 393,
"page_num": 0,
"text": "e",
"position": {
"top": 1803,
"bottom": 1842,
"left": 731,
"right": 755,
"bbTop": 1803,
"bbBot": 1842,
"bbLeft": 731,
"bbRight": 755
},
"confidence": 100
},
{
"doc_index": 1255,
"page_index": 1255,
"block_index": 394,
"page_num": 0,
"text": "c",
"position": {
"top": 1803,
"bottom": 1842,
"left": 755,
"right": 779,
"bbTop": 1803,
"bbBot": 1842,
"bbLeft": 755,
"bbRight": 779
},
"confidence": 100
},
{
"doc_index": 1256,
"page_index": 1256,
"block_index": 395,
"page_num": 0,
"text": "u",
"position": {
"top": 1803,
"bottom": 1842,
"left": 779,
"right": 807,
"bbTop": 1803,
"bbBot": 1842,
"bbLeft": 779,
"bbRight": 807
},
"confidence": 100
},
{
"doc_index": 1257,
"page_index": 1257,
"block_index": 396,
"page_num": 0,
"text": "r",
"position": {
"top": 1803,
"bottom": 1842,
"left": 807,
"right": 829,
"bbTop": 1803,
"bbBot": 1842,
"bbLeft": 807,
"bbRight": 829
},
"confidence": 100
},
{
"doc_index": 1258,
"page_index": 1258,
"block_index": 397,
"page_num": 0,
"text": "e",
"position": {
"top": 1803,
"bottom": 1842,
"left": 829,
"right": 854,
"bbTop": 1803,
"bbBot": 1842,
"bbLeft": 829,
"bbRight": 854
},
"confidence": 100
},
{
"doc_index": 1259,
"page_index": 1259,
"block_index": 398,
"page_num": 0,
"text": ".",
"position": {
"top": 1803,
"bottom": 1842,
"left": 854,
"right": 862,
"bbTop": 1803,
"bbBot": 1842,
"bbLeft": 854,
"bbRight": 862
},
"confidence": 100
},
{
"doc_index": 1260,
"page_index": 1260,
"block_index": 399,
"page_num": 0,
"text": "c",
"position": {
"top": 1803,
"bottom": 1842,
"left": 862,
"right": 887,
"bbTop": 1803,
"bbBot": 1842,
"bbLeft": 862,
"bbRight": 887
},
"confidence": 100
},
{
"doc_index": 1261,
"page_index": 1261,
"block_index": 400,
"page_num": 0,
"text": "o",
"position": {
"top": 1803,
"bottom": 1842,
"left": 887,
"right": 913,
"bbTop": 1803,
"bbBot": 1842,
"bbLeft": 887,
"bbRight": 913
},
"confidence": 100
},
{
"doc_index": 1262,
"page_index": 1262,
"block_index": 401,
"page_num": 0,
"text": "m",
"position": {
"top": 1803,
"bottom": 1842,
"left": 913,
"right": 959,
"bbTop": 1803,
"bbBot": 1842,
"bbLeft": 913,
"bbRight": 959
},
"confidence": 100
}
]
Updated 3 months ago