Batch Read File operation applies the state of the art OCR algorithms mainly for large text heavy documents. It can handle hand-written, printed or mixed documents and executes asynchronously.
API reference – https://bit.ly/2ksbiRR
Pre-requisites
- Computer Vision service or Cognitive Services provisioned on Azure
- Postman App
Image requirements
The Batch Read File operation works on images/documents that meet the following requirements:
- Supported image formats: JPEG, PNG, BMP, PDF and TIFF.
- For PDF and TIFF, up to 200 pages are processed.
- For free tier subscribers, only the first 2 pages are processed.
- Image file size must be less than 20 MB.
- Image dimensions must be at least 50 x 50 pixels and at most 10000 x 10000 pixels.
- PDF dimensions must be at most 17 x 17 inches, corresponding to Legal or A3 paper sizes and smaller
Batch Read File Operation
- Launch Postman
- Append your endpoint URL from pre-requisites step with /vision/2.0/read/core/asyncBatchAnalyze
- Provide the subscription key and content-type in Headers tab

- Provide the image URL in the Body tab

- The linked PDF is provided in the blob URL
- Here is the output from the RecognizeText operation. Note: You will receive a HTTP code 202 – Accepted response immediately and it will include an “Operation-Location” header. We need to further query the operation status using the URL specified in this header. The operation ID will expire in 48 hours.

- Try issuing a ‘GET’ with the Operation-Location URL to get the output.

{ "status": "Succeeded", "recognitionResults": [ { "page": 1, "clockwiseOrientation": 359.93, "width": 8.5, "height": 11, "unit": "inch", "lines": [ { "boundingBox": [ 0.8965, 0.653, 3.9622, 0.6419, 3.9733, 1.0404, 0.9076, 1.0514 ], "text": "A Simple PDF File", "words": [ { "boundingBox": [ 0.9148, 0.6596, 1.1575, 0.6589, 1.1581, 1.0413, 0.9156, 1.0303 ], "text": "A" }, { "boundingBox": [ 1.2789, 0.6585, 2.444, 0.658, 2.4437, 1.0676, 1.2794, 1.0468 ], "text": "Simple" }, { "boundingBox": [ 2.5169, 0.6581, 3.2936, 0.6606, 3.2927, 1.0501, 2.5165, 1.0673 ], "text": "PDF" }, { "boundingBox": [ 3.3664, 0.6609, 3.9733, 0.6644, 3.9719, 1.0172, 3.3655, 1.0474 ], "text": "File" } ] }, { "boundingBox": [ 0.9961, 1.306, 3.3867, 1.3171, 3.3757, 1.472, 0.985, 1.4609 ], "text": "This is a small demonstration .pdf file -", "words": [ { "boundingBox": [ 1.0111, 1.3178, 1.2609, 1.3227, 1.2623, 1.4759, 1.0126, 1.4762 ], "text": "This" }, { "boundingBox": [ 1.2921, 1.3233, 1.4066, 1.3253, 1.4079, 1.4757, 1.2935, 1.4758 ], "text": "is" }, { "boundingBox": [ 1.4378, 1.3258, 1.521, 1.327, 1.5224, 1.4757, 1.4391, 1.4757 ], "text": "a" }, { "boundingBox": [ 1.5523, 1.3275, 1.9061, 1.3317, 1.9073, 1.4762, 1.5536, 1.4757 ], "text": "small" }, { "boundingBox": [ 1.9374, 1.332, 2.8117, 1.3345, 2.8126, 1.4804, 1.9385, 1.4763 ], "text": "demonstration" }, { "boundingBox": [ 2.8429, 1.3344, 3.0719, 1.3333, 3.0727, 1.4824, 2.8438, 1.4807 ], "text": ".pdf" }, { "boundingBox": [ 3.1031, 1.333, 3.2905, 1.3313, 3.2912, 1.4844, 3.1039, 1.4827 ], "text": "file" }, { "boundingBox": [ 3.3217, 1.331, 3.3945, 1.3304, 3.3952, 1.4853, 3.3224, 1.4847 ], "text": "-" } ] }, { "boundingBox": [ 0.9518, 1.6491, 5.0911, 1.638, 5.0911, 1.804, 0.9629, 1.804 ], "text": "just for use in the Virtual Mechanics tutorials. More text. And more", "words": [ { "boundingBox": [ 0.9901, 1.6545, 1.2188, 1.655, 1.2189, 1.8107, 0.9903, 1.8127 ], "text": "just" }, { "boundingBox": [ 1.25, 1.6551, 1.4163, 1.6554, 1.4162, 1.8089, 1.25, 1.8104 ], "text": "for" }, { "boundingBox": [ 1.4475, 1.6555, 1.6762, 1.6559, 1.6759, 1.8068, 1.4474, 1.8086 ], "text": "use" }, { "boundingBox": [ 1.7074, 1.656, 1.8322, 1.6562, 1.8317, 1.8059, 1.707, 1.8066 ], "text": "in" }, { "boundingBox": [ 1.8634, 1.6562, 2.0609, 1.6565, 2.0602, 1.8045, 1.8628, 1.8057 ], "text": "the" }, { "boundingBox": [ 2.0921, 1.6566, 2.4871, 1.657, 2.486, 1.8029, 2.0914, 1.8043 ], "text": "Virtual" }, { "boundingBox": [ 2.5183, 1.657, 3.194, 1.6574, 3.1924, 1.8022, 2.5172, 1.8028 ], "text": "Mechanics" }, { "boundingBox": [ 3.2252, 1.6574, 3.7554, 1.6572, 3.7532, 1.8035, 3.2235, 1.8022 ], "text": "tutorials." }, { "boundingBox": [ 3.7866, 1.6572, 4.1193, 1.657, 4.1168, 1.8053, 3.7844, 1.8036 ], "text": "More" }, { "boundingBox": [ 4.1504, 1.6569, 4.4207, 1.6566, 4.418, 1.8072, 4.1479, 1.8055 ], "text": "text." }, { "boundingBox": [ 4.4519, 1.6566, 4.7014, 1.6562, 4.6984, 1.8096, 4.4492, 1.8074 ], "text": "And" }, { "boundingBox": [ 4.7326, 1.6562, 5.0861, 1.6556, 5.0828, 1.8131, 4.7296, 1.8099 ], "text": "more" } ] }, { "boundingBox": [ 0.9961, 1.8262, 4.084, 1.8151, 4.0951, 1.959, 1.0072, 1.9701 ], "text": "text. And more text. And more text. And more text.", "words": [ { "boundingBox": [ 1.0102, 1.8275, 1.2694, 1.8287, 1.2723, 1.9753, 1.0127, 1.9739 ], "text": "text." }, { "boundingBox": [ 1.2982, 1.8288, 1.5478, 1.8298, 1.5512, 1.9765, 1.3012, 1.9754 ], "text": "And" }, { "boundingBox": [ 1.5766, 1.8299, 1.9031, 1.831, 1.9071, 1.9776, 1.5801, 1.9766 ], "text": "more" }, { "boundingBox": [ 1.9319, 1.8311, 2.2103, 1.8317, 2.2148, 1.978, 1.9359, 1.9777 ], "text": "text." }, { "boundingBox": [ 2.2391, 1.8317, 2.4887, 1.8321, 2.4937, 1.978, 2.2437, 1.978 ], "text": "And" }, { "boundingBox": [ 2.5175, 1.8321, 2.844, 1.8323, 2.8496, 1.9775, 2.5226, 1.978 ], "text": "more" }, { "boundingBox": [ 2.8728, 1.8323, 3.1512, 1.8322, 3.1574, 1.9767, 2.8785, 1.9774 ], "text": "text." }, { "boundingBox": [ 3.18, 1.8322, 3.4296, 1.8319, 3.4363, 1.9754, 3.1862, 1.9766 ], "text": "And" }, { "boundingBox": [ 3.4584, 1.8318, 3.7945, 1.8311, 3.8017, 1.9733, 3.4651, 1.9753 ], "text": "more" }, { "boundingBox": [ 3.8233, 1.8311, 4.0825, 1.8304, 4.0903, 1.9714, 3.8306, 1.9731 ], "text": "text." } ] }, { "boundingBox": [ 0.974, 2.1471, 5.39, 2.1361, 5.39, 2.3132, 0.985, 2.3132 ], "text": "And more text. And more text. And more text. And more text. And more", "words": [ { "boundingBox": [ 1.0074, 2.1601, 1.2466, 2.1614, 1.246, 2.3068, 1.0071, 2.306 ], "text": "And" }, { "boundingBox": [ 1.2753, 2.1615, 1.6005, 2.1633, 1.5995, 2.308, 1.2746, 2.3069 ], "text": "more" }, { "boundingBox": [ 1.6292, 2.1634, 1.9162, 2.1643, 1.9149, 2.3089, 1.6282, 2.308 ], "text": "text." }, { "boundingBox": [ 1.9449, 2.1644, 2.1936, 2.1651, 2.192, 2.3098, 1.9436, 2.309 ], "text": "And" }, { "boundingBox": [ 2.2223, 2.1652, 2.5475, 2.1655, 2.5456, 2.3108, 2.2207, 2.3099 ], "text": "more" }, { "boundingBox": [ 2.5762, 2.1655, 2.8537, 2.1657, 2.8514, 2.3117, 2.5743, 2.3109 ], "text": "text." }, { "boundingBox": [ 2.8824, 2.1657, 3.1406, 2.1652, 3.1381, 2.3125, 2.8801, 2.3118 ], "text": "And" }, { "boundingBox": [ 3.1693, 2.1652, 3.4946, 2.1646, 3.4917, 2.3134, 3.1667, 2.3125 ], "text": "more" }, { "boundingBox": [ 3.5233, 2.1645, 3.8007, 2.1634, 3.7975, 2.3141, 3.5203, 2.3135 ], "text": "text." }, { "boundingBox": [ 3.8294, 2.1633, 4.0781, 2.1623, 4.0746, 2.3147, 3.8261, 2.3142 ], "text": "And" }, { "boundingBox": [ 4.1068, 2.1622, 4.432, 2.1602, 4.4282, 2.3155, 4.1033, 2.3148 ], "text": "more" }, { "boundingBox": [ 4.4607, 2.16, 4.7477, 2.1581, 4.7435, 2.3161, 4.4568, 2.3156 ], "text": "text." }, { "boundingBox": [ 4.7764, 2.1579, 5.0251, 2.1557, 5.0206, 2.3167, 4.7722, 2.3163 ], "text": "And" }, { "boundingBox": [ 5.0538, 2.1555, 5.3982, 2.1525, 5.3933, 2.3174, 5.0493, 2.3168 ], "text": "more" } ] }, { "boundingBox": [ 0.974, 2.3021, 5.2793, 2.3021, 5.2793, 2.446, 0.985, 2.457 ], "text": "text. And more text. Boring, zzzzz. And more text. And more text. And", "words": [ { "boundingBox": [ 0.9958, 2.3189, 1.271, 2.3208, 1.2736, 2.4649, 0.9988, 2.4636 ], "text": "text." }, { "boundingBox": [ 1.2994, 2.321, 1.5461, 2.3226, 1.5484, 2.4661, 1.302, 2.465 ], "text": "And" }, { "boundingBox": [ 1.5746, 2.3228, 1.9067, 2.3242, 1.9086, 2.4671, 1.5769, 2.4662 ], "text": "more" }, { "boundingBox": [ 1.9352, 2.3244, 2.2104, 2.3254, 2.2118, 2.468, 1.937, 2.4672 ], "text": "text." }, { "boundingBox": [ 2.2388, 2.3255, 2.6848, 2.3261, 2.6857, 2.4684, 2.2402, 2.468 ], "text": "Boring," }, { "boundingBox": [ 2.7133, 2.3261, 3.1213, 2.3258, 3.1216, 2.4684, 2.7141, 2.4685 ], "text": "zzzzz." }, { "boundingBox": [ 3.1498, 2.3258, 3.3965, 2.3254, 3.3964, 2.4681, 3.15, 2.4683 ], "text": "And" }, { "boundingBox": [ 3.425, 2.3254, 3.7571, 2.324, 3.7566, 2.4673, 3.4249, 2.4681 ], "text": "more" }, { "boundingBox": [ 3.7856, 2.3239, 4.0607, 2.3227, 4.0598, 2.4666, 3.785, 2.4672 ], "text": "text." }, { "boundingBox": [ 4.0892, 2.3225, 4.3454, 2.3207, 4.3441, 2.4653, 4.0883, 2.4664 ], "text": "And" }, { "boundingBox": [ 4.3739, 2.3205, 4.6965, 2.3182, 4.6948, 2.4638, 4.3726, 2.4652 ], "text": "more" }, { "boundingBox": [ 4.725, 2.3179, 5.0096, 2.3152, 5.0075, 2.4619, 4.7232, 2.4637 ], "text": "text." }, { "boundingBox": [ 5.0381, 2.3149, 5.2848, 2.3125, 5.2823, 2.4603, 5.0359, 2.4618 ], "text": "And" } ] }, { "boundingBox": [ 0.9629, 2.4681, 5.401, 2.4681, 5.401, 2.623, 0.974, 2.6341 ], "text": "more text. And more text. And more text. And more text. And more text.", "words": [ { "boundingBox": [ 0.9973, 2.4925, 1.3199, 2.4959, 1.3206, 2.6388, 0.9982, 2.6371 ], "text": "more" }, { "boundingBox": [ 1.3484, 2.4962, 1.6236, 2.4991, 1.624, 2.6403, 1.349, 2.6389 ], "text": "text." }, { "boundingBox": [ 1.6521, 2.4992, 1.9084, 2.5008, 1.9085, 2.6413, 1.6524, 2.6404 ], "text": "And" }, { "boundingBox": [ 1.9368, 2.5009, 2.2595, 2.5028, 2.2593, 2.6425, 1.9369, 2.6414 ], "text": "more" }, { "boundingBox": [ 2.288, 2.5028, 2.5727, 2.5032, 2.5722, 2.6432, 2.2877, 2.6426 ], "text": "text." }, { "boundingBox": [ 2.6012, 2.5032, 2.848, 2.5035, 2.8472, 2.6437, 2.6007, 2.6432 ], "text": "And" }, { "boundingBox": [ 2.8764, 2.5036, 3.1991, 2.5025, 3.198, 2.644, 2.8756, 2.6438 ], "text": "more" }, { "boundingBox": [ 3.2276, 2.5024, 3.5123, 2.5015, 3.5109, 2.6442, 3.2265, 2.644 ], "text": "text." }, { "boundingBox": [ 3.5408, 2.5012, 3.797, 2.4992, 3.7954, 2.644, 3.5394, 2.6442 ], "text": "And" }, { "boundingBox": [ 3.8255, 2.499, 4.1482, 2.4964, 4.1462, 2.6437, 3.8239, 2.6439 ], "text": "more" }, { "boundingBox": [ 4.1767, 2.496, 4.4519, 2.4926, 4.4496, 2.6429, 4.1747, 2.6436 ], "text": "text." }, { "boundingBox": [ 4.4803, 2.4922, 4.7366, 2.489, 4.7341, 2.6422, 4.4781, 2.6429 ], "text": "And" }, { "boundingBox": [ 4.7651, 2.4886, 5.0877, 2.4831, 5.0849, 2.641, 4.7625, 2.6422 ], "text": "more" }, { "boundingBox": [ 5.1162, 2.4826, 5.4009, 2.4777, 5.3978, 2.6397, 5.1133, 2.6409 ], "text": "text." } ] }, { "boundingBox": [ 0.9961, 2.6452, 2.8444, 2.6562, 2.8333, 2.8001, 0.985, 2.7891 ], "text": "And more text. And more text.", "words": [ { "boundingBox": [ 1.0081, 2.6577, 1.2521, 2.6619, 1.2493, 2.8034, 1.005, 2.8008 ], "text": "And" }, { "boundingBox": [ 1.2803, 2.6624, 1.6087, 2.6661, 1.6064, 2.8066, 1.2775, 2.8037 ], "text": "more" }, { "boundingBox": [ 1.6369, 2.6663, 1.9185, 2.6679, 1.9166, 2.8089, 1.6346, 2.8069 ], "text": "text." }, { "boundingBox": [ 1.9466, 2.668, 2.1906, 2.668, 2.1891, 2.8106, 1.9447, 2.8091 ], "text": "And" }, { "boundingBox": [ 2.2188, 2.668, 2.5567, 2.6662, 2.5556, 2.8122, 2.2173, 2.8107 ], "text": "more" }, { "boundingBox": [ 2.5848, 2.666, 2.8476, 2.663, 2.8469, 2.813, 2.5838, 2.8123 ], "text": "text." } ] }, { "boundingBox": [ 0.985, 2.9661, 5.39, 2.9551, 5.401, 3.1211, 0.9961, 3.1211 ], "text": "And more text. And more text. And more text. And more text. And more", "words": [ { "boundingBox": [ 1.0083, 2.9786, 1.2473, 2.9805, 1.2472, 3.1257, 1.0079, 3.1244 ], "text": "And" }, { "boundingBox": [ 1.276, 2.9807, 1.601, 2.9833, 1.6013, 3.1277, 1.2759, 3.1259 ], "text": "more" }, { "boundingBox": [ 1.6297, 2.9835, 1.907, 2.9849, 1.9077, 3.1291, 1.6301, 3.1279 ], "text": "text." }, { "boundingBox": [ 1.9357, 2.9851, 2.1938, 2.9864, 2.1948, 3.1303, 1.9364, 3.1292 ], "text": "And" }, { "boundingBox": [ 2.2225, 2.9866, 2.5476, 2.9874, 2.549, 3.1315, 2.2235, 3.1305 ], "text": "more" }, { "boundingBox": [ 2.5763, 2.9875, 2.8535, 2.9881, 2.8553, 3.1325, 2.5777, 3.1316 ], "text": "text." }, { "boundingBox": [ 2.8822, 2.9881, 3.1404, 2.988, 3.1425, 3.1331, 2.884, 3.1326 ], "text": "And" }, { "boundingBox": [ 3.1691, 2.988, 3.4941, 2.9878, 3.4967, 3.1337, 3.1712, 3.1331 ], "text": "more" }, { "boundingBox": [ 3.5228, 2.9877, 3.8001, 2.9868, 3.803, 3.134, 3.5254, 3.1338 ], "text": "text." }, { "boundingBox": [ 3.8288, 2.9867, 4.0774, 2.9858, 4.0806, 3.1342, 3.8317, 3.134 ], "text": "And" }, { "boundingBox": [ 4.1061, 2.9857, 4.4311, 2.9838, 4.4348, 3.1341, 4.1093, 3.1342 ], "text": "more" }, { "boundingBox": [ 4.4598, 2.9836, 4.7371, 2.9818, 4.7411, 3.1339, 4.4635, 3.134 ], "text": "text." }, { "boundingBox": [ 4.7658, 2.9817, 5.0239, 2.9793, 5.0283, 3.1334, 4.7698, 3.1338 ], "text": "And" }, { "boundingBox": [ 5.0526, 2.979, 5.3872, 2.976, 5.392, 3.1327, 5.057, 3.1334 ], "text": "more" } ] }, { "boundingBox": [ 1.0072, 3.1322, 5.4121, 3.1432, 5.401, 3.2982, 0.9961, 3.2871 ], "text": "text. And more text. And more text. Even more. Continued on page 2 …", "words": [ { "boundingBox": [ 1.0111, 3.1507, 1.2705, 3.1513, 1.2697, 3.2928, 1.0111, 3.292 ], "text": "text." }, { "boundingBox": [ 1.2983, 3.1514, 1.5484, 3.152, 1.5467, 3.2937, 1.2974, 3.2929 ], "text": "And" }, { "boundingBox": [ 1.5762, 3.152, 1.9096, 3.1527, 1.9068, 3.2948, 1.5744, 3.2938 ], "text": "more" }, { "boundingBox": [ 1.9374, 3.1527, 2.2153, 3.1532, 2.2115, 3.2956, 1.9345, 3.2948 ], "text": "text." }, { "boundingBox": [ 2.2431, 3.1533, 2.4932, 3.1536, 2.4885, 3.2963, 2.2392, 3.2957 ], "text": "And" }, { "boundingBox": [ 2.521, 3.1536, 2.8545, 3.154, 2.8486, 3.2972, 2.5162, 3.2964 ], "text": "more" }, { "boundingBox": [ 2.8823, 3.154, 3.1602, 3.1541, 3.1533, 3.2978, 2.8763, 3.2972 ], "text": "text." }, { "boundingBox": [ 3.1879, 3.1542, 3.5122, 3.1543, 3.5042, 3.2985, 3.181, 3.2978 ], "text": "Even" }, { "boundingBox": [ 3.5399, 3.1543, 3.9105, 3.1543, 3.9012, 3.2991, 3.5319, 3.2986 ], "text": "more." }, { "boundingBox": [ 3.9383, 3.1543, 4.5774, 3.1539, 4.566, 3.3, 3.9289, 3.2992 ], "text": "Continued" }, { "boundingBox": [ 4.6052, 3.1539, 4.7719, 3.1538, 4.76, 3.3003, 4.5937, 3.3001 ], "text": "on" }, { "boundingBox": [ 4.7997, 3.1537, 5.1239, 3.1533, 5.1108, 3.3006, 4.7876, 3.3003 ], "text": "page" }, { "boundingBox": [ 5.1517, 3.1532, 5.2444, 3.1531, 5.2309, 3.3006, 5.1385, 3.3006 ], "text": "2" }, { "boundingBox": [ 5.2722, 3.1531, 5.4111, 3.1529, 5.3971, 3.3008, 5.2586, 3.3007 ], "text": "…" } ] } ] }, { "page": 2, "clockwiseOrientation": 359.93, "width": 8.5, "height": 11, "unit": "inch", "lines": [ { "boundingBox": [ 0.8854, 0.653, 3.9401, 0.6309, 3.9512, 1.0404, 0.8965, 1.0514 ], "text": "Simple PDF File 2", "words": [ { "boundingBox": [ 0.9265, 0.665, 2.075, 0.6619, 2.0738, 1.0611, 0.923, 1.0468 ], "text": "Simple" }, { "boundingBox": [ 2.1499, 0.6619, 2.9238, 0.6641, 2.9245, 1.0497, 2.1489, 1.0611 ], "text": "PDF" }, { "boundingBox": [ 3.0237, 0.6646, 3.6728, 0.6694, 3.675, 1.0237, 3.0245, 1.0474 ], "text": "File" }, { "boundingBox": [ 3.7477, 0.6701, 3.9475, 0.672, 3.9502, 1.0114, 3.7501, 1.0203 ], "text": "2" } ] }, { "boundingBox": [ 0.9961, 1.3171, 5.3125, 1.306, 5.3236, 1.472, 1.0072, 1.4831 ], "text": "…continued from page 1. Yet more text. And more text. And more text.", "words": [ { "boundingBox": [ 1.0118, 1.3332, 1.7209, 1.3348, 1.7203, 1.4879, 1.0099, 1.4899 ], "text": "…continued" }, { "boundingBox": [ 1.7518, 1.3349, 2.019, 1.3351, 2.0188, 1.4873, 1.7512, 1.4878 ], "text": "from" }, { "boundingBox": [ 2.0704, 1.3351, 2.3993, 1.3351, 2.3997, 1.4866, 2.0703, 1.4871 ], "text": "page" }, { "boundingBox": [ 2.4301, 1.3351, 2.5534, 1.335, 2.5542, 1.4864, 2.4306, 1.4865 ], "text": "1." }, { "boundingBox": [ 2.5842, 1.335, 2.7898, 1.3348, 2.7909, 1.4861, 2.585, 1.4863 ], "text": "Yet" }, { "boundingBox": [ 2.8206, 1.3348, 3.1392, 1.334, 3.141, 1.4859, 2.8218, 1.486 ], "text": "more" }, { "boundingBox": [ 3.1701, 1.3339, 3.4475, 1.3332, 3.4498, 1.4857, 3.1718, 1.4858 ], "text": "text." }, { "boundingBox": [ 3.4784, 1.3331, 3.725, 1.332, 3.7278, 1.4858, 3.4807, 1.4857 ], "text": "And" }, { "boundingBox": [ 3.7559, 1.3319, 4.0847, 1.3304, 4.0881, 1.4859, 3.7586, 1.4858 ], "text": "more" }, { "boundingBox": [ 4.1156, 1.3302, 4.3931, 1.3285, 4.3969, 1.4863, 4.119, 1.486 ], "text": "text." }, { "boundingBox": [ 4.4239, 1.3283, 4.6705, 1.3268, 4.6749, 1.4866, 4.4278, 1.4863 ], "text": "And" }, { "boundingBox": [ 4.7014, 1.3266, 5.0302, 1.324, 5.0352, 1.4874, 4.7057, 1.4866 ], "text": "more" }, { "boundingBox": [ 5.0611, 1.3238, 5.3283, 1.3217, 5.3337, 1.4879, 5.0661, 1.4874 ], "text": "text." } ] }, { "boundingBox": [ 0.974, 1.472, 5.4121, 1.4609, 5.4121, 1.6491, 0.985, 1.6491 ], "text": "And more text. And more text. And more text. And more text. And more", "words": [ { "boundingBox": [ 1.012, 1.4794, 1.2425, 1.4815, 1.2314, 1.6545, 1.0004, 1.6546 ], "text": "And" }, { "boundingBox": [ 1.2771, 1.4818, 1.5999, 1.4848, 1.5894, 1.6542, 1.266, 1.6544 ], "text": "more" }, { "boundingBox": [ 1.6345, 1.4851, 1.9112, 1.4868, 1.9013, 1.6541, 1.6241, 1.6541 ], "text": "text." }, { "boundingBox": [ 1.9458, 1.487, 2.1879, 1.4885, 2.1785, 1.654, 1.9359, 1.6541 ], "text": "And" }, { "boundingBox": [ 2.2225, 1.4888, 2.5453, 1.49, 2.5365, 1.6541, 2.2131, 1.654 ], "text": "more" }, { "boundingBox": [ 2.5798, 1.4901, 2.845, 1.491, 2.8368, 1.6543, 2.5712, 1.6542 ], "text": "text." }, { "boundingBox": [ 2.8796, 1.4911, 3.1332, 1.4913, 3.1256, 1.6546, 2.8715, 1.6543 ], "text": "And" }, { "boundingBox": [ 3.1678, 1.4914, 3.4906, 1.4915, 3.4837, 1.6551, 3.1603, 1.6547 ], "text": "more" }, { "boundingBox": [ 3.5252, 1.4916, 3.7904, 1.491, 3.784, 1.6556, 3.5183, 1.6551 ], "text": "text." }, { "boundingBox": [ 3.8249, 1.4909, 4.0786, 1.4903, 4.0727, 1.6562, 3.8186, 1.6557 ], "text": "And" }, { "boundingBox": [ 4.1132, 1.4902, 4.436, 1.4887, 4.4308, 1.6571, 4.1074, 1.6562 ], "text": "more" }, { "boundingBox": [ 4.4706, 1.4885, 4.7357, 1.4872, 4.7311, 1.6579, 4.4655, 1.6572 ], "text": "text." }, { "boundingBox": [ 4.7703, 1.487, 5.0124, 1.4851, 5.0083, 1.6588, 4.7658, 1.6579 ], "text": "And" }, { "boundingBox": [ 5.047, 1.4848, 5.4159, 1.4819, 5.4126, 1.6601, 5.043, 1.6589 ], "text": "more" } ] }, { "boundingBox": [ 0.974, 1.627, 5.1133, 1.638, 5.1022, 1.8151, 0.974, 1.8151 ], "text": "text. Oh, how boring typing this stuff. But not as boring as watching", "words": [ { "boundingBox": [ 1.0029, 1.6489, 1.274, 1.6503, 1.2647, 1.8195, 0.9936, 1.8208 ], "text": "text." }, { "boundingBox": [ 1.3079, 1.6505, 1.5225, 1.6516, 1.5133, 1.8183, 1.2986, 1.8193 ], "text": "Oh," }, { "boundingBox": [ 1.5564, 1.6518, 1.8162, 1.6529, 1.8071, 1.8173, 1.5472, 1.8182 ], "text": "how" }, { "boundingBox": [ 1.8501, 1.6531, 2.2455, 1.6547, 2.2365, 1.8161, 1.841, 1.8172 ], "text": "boring" }, { "boundingBox": [ 2.2794, 1.6549, 2.6521, 1.6561, 2.6433, 1.8157, 2.2704, 1.8161 ], "text": "typing" }, { "boundingBox": [ 2.686, 1.6563, 2.9119, 1.6569, 2.9032, 1.8157, 2.6772, 1.8157 ], "text": "this" }, { "boundingBox": [ 2.9458, 1.657, 3.2508, 1.6578, 3.2422, 1.8159, 2.9371, 1.8157 ], "text": "stuff." }, { "boundingBox": [ 3.2847, 1.6579, 3.4993, 1.6583, 3.4908, 1.8164, 3.2761, 1.8159 ], "text": "But" }, { "boundingBox": [ 3.5332, 1.6584, 3.7365, 1.6587, 3.7281, 1.817, 3.5247, 1.8165 ], "text": "not" }, { "boundingBox": [ 3.7704, 1.6588, 3.9173, 1.6591, 3.9089, 1.8174, 3.762, 1.8171 ], "text": "as" }, { "boundingBox": [ 3.9512, 1.6591, 4.3465, 1.6595, 4.3383, 1.8193, 3.9428, 1.8176 ], "text": "boring" }, { "boundingBox": [ 4.3804, 1.6595, 4.5273, 1.6596, 4.5191, 1.8201, 4.3722, 1.8195 ], "text": "as" }, { "boundingBox": [ 4.5612, 1.6596, 5.1147, 1.6597, 5.1066, 1.8238, 4.553, 1.8204 ], "text": "watching" } ] }, { "boundingBox": [ 0.9629, 1.8151, 5.3236, 1.8151, 5.3236, 1.9701, 0.974, 1.9811 ], "text": "paint dry. And more text. And more text. And more text. And more text.", "words": [ { "boundingBox": [ 0.9998, 1.8274, 1.3347, 1.8306, 1.3277, 1.9828, 0.9923, 1.9819 ], "text": "paint" }, { "boundingBox": [ 1.3652, 1.8309, 1.5783, 1.8329, 1.5717, 1.9834, 1.3582, 1.9828 ], "text": "dry." }, { "boundingBox": [ 1.6088, 1.8332, 1.8625, 1.8347, 1.8563, 1.9838, 1.6022, 1.9834 ], "text": "And" }, { "boundingBox": [ 1.893, 1.8349, 2.2178, 1.8367, 2.2121, 1.9844, 1.8868, 1.9839 ], "text": "more" }, { "boundingBox": [ 2.2482, 1.8368, 2.5223, 1.8373, 2.5171, 1.9847, 2.2426, 1.9845 ], "text": "text." }, { "boundingBox": [ 2.5527, 1.8374, 2.8064, 1.8378, 2.8017, 1.985, 2.5475, 1.9848 ], "text": "And" }, { "boundingBox": [ 2.8369, 1.8379, 3.1617, 1.8373, 3.1575, 1.9851, 2.8322, 1.985 ], "text": "more" }, { "boundingBox": [ 3.1921, 1.8372, 3.4662, 1.8366, 3.4624, 1.9852, 3.188, 1.9851 ], "text": "text." }, { "boundingBox": [ 3.4966, 1.8365, 3.7504, 1.835, 3.7471, 1.985, 3.493, 1.9852 ], "text": "And" }, { "boundingBox": [ 3.7808, 1.8348, 4.1056, 1.8328, 4.1029, 1.9849, 3.7776, 1.985 ], "text": "more" }, { "boundingBox": [ 4.1361, 1.8325, 4.4101, 1.8298, 4.4078, 1.9845, 4.1334, 1.9849 ], "text": "text." }, { "boundingBox": [ 4.4405, 1.8296, 4.6943, 1.8271, 4.6924, 1.9841, 4.4383, 1.9844 ], "text": "And" }, { "boundingBox": [ 4.7247, 1.8267, 5.0495, 1.8223, 5.0482, 1.9834, 4.7229, 1.9841 ], "text": "more" }, { "boundingBox": [ 5.0799, 1.8219, 5.3336, 1.8184, 5.3328, 1.9828, 5.0787, 1.9834 ], "text": "text." } ] }, { "boundingBox": [ 1.0072, 1.9701, 4.5488, 1.9811, 4.5378, 2.1471, 0.9961, 2.1361 ], "text": "Boring. More, a little more text. The end, and just as well.", "words": [ { "boundingBox": [ 1.0186, 1.9897, 1.4834, 1.9922, 1.4782, 2.1503, 1.0124, 2.1471 ], "text": "Boring." }, { "boundingBox": [ 1.5144, 1.9924, 1.8862, 1.9941, 1.882, 2.1524, 1.5093, 2.1505 ], "text": "More," }, { "boundingBox": [ 1.9171, 1.9942, 1.9894, 1.9945, 1.9855, 2.1529, 1.913, 2.1525 ], "text": "a" }, { "boundingBox": [ 2.0204, 1.9947, 2.2786, 1.9956, 2.2754, 2.1538, 2.0166, 2.1531 ], "text": "little" }, { "boundingBox": [ 2.3096, 1.9957, 2.6401, 1.9968, 2.6377, 2.1547, 2.3065, 2.1539 ], "text": "more" }, { "boundingBox": [ 2.6711, 1.9969, 2.9499, 1.9976, 2.9483, 2.155, 2.6688, 2.1547 ], "text": "text." }, { "boundingBox": [ 2.9809, 1.9977, 3.2184, 1.9981, 3.2175, 2.1548, 2.9794, 2.155 ], "text": "The" }, { "boundingBox": [ 3.2494, 1.9982, 3.5282, 1.9987, 3.5281, 2.1545, 3.2486, 2.1548 ], "text": "end," }, { "boundingBox": [ 3.5592, 1.9987, 3.7864, 1.9989, 3.7869, 2.1537, 3.5591, 2.1544 ], "text": "and" }, { "boundingBox": [ 3.8174, 1.9989, 4.055, 1.9991, 4.0561, 2.1529, 3.818, 2.1536 ], "text": "just" }, { "boundingBox": [ 4.0859, 1.999, 4.2409, 1.999, 4.2424, 2.1519, 4.0871, 2.1527 ], "text": "as" }, { "boundingBox": [ 4.2718, 1.999, 4.5507, 1.9989, 4.553, 2.1504, 4.2735, 2.1518 ], "text": "well." } ] } ] } ] }