-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathPID_Digitization.postman_collection.json
More file actions
461 lines (461 loc) · 168 KB
/
PID_Digitization.postman_collection.json
File metadata and controls
461 lines (461 loc) · 168 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
{
"info": {
"_postman_id": "f5a7e3b0-775c-478e-9636-1ed1861751d8",
"name": "PID Digitization",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "22862582"
},
"item": [
{
"name": "AML",
"item": [
{
"name": "Detect Symbols",
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{amlBearerToken}}",
"type": "string"
}
]
},
"method": "POST",
"header": [],
"body": {
"mode": "formdata",
"formdata": [
{
"key": "image",
"type": "file",
"src": []
}
]
},
"url": {
"raw": "{{amlHost}}/score",
"host": [
"{{amlHost}}"
],
"path": [
"score"
]
}
},
"response": []
}
]
},
{
"name": "Web API",
"item": [
{
"name": "Health",
"item": [
{
"name": "Get Liveness",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{webApiHost}}/health/liveness",
"host": [
"{{webApiHost}}"
],
"path": [
"health",
"liveness"
]
}
},
"response": []
},
{
"name": "Get Readiness",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{webApiHost}}/health/readiness",
"host": [
"{{webApiHost}}"
],
"path": [
"health",
"readiness"
]
}
},
"response": []
},
{
"name": "Get Startup",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{webApiHost}}/health/startup",
"host": [
"{{webApiHost}}"
],
"path": [
"health",
"startup"
]
}
},
"response": []
}
]
},
{
"name": "Detect Symbols",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "formdata",
"formdata": [
{
"key": "file",
"type": "file",
"src": []
},
{
"key": "bounding_box_inclusive_str",
"value": " { \"topX\": 0, \"topY\": 0, \"bottomX\": 1, \"bottomY\": 1}",
"contentType": "application/json",
"type": "text"
}
]
},
"url": {
"raw": "{{webApiHost}}/api/pid-digitization/symbol-detection/pid1",
"host": [
"{{webApiHost}}"
],
"path": [
"api",
"pid-digitization",
"symbol-detection",
"pid1"
]
}
},
"response": []
},
{
"name": "Get Symbol Detection Results",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{webApiHost}}/api/pid-digitization/symbol-detection/pid1",
"host": [
"{{webApiHost}}"
],
"path": [
"api",
"pid-digitization",
"symbol-detection",
"pid1"
]
}
},
"response": []
},
{
"name": "Detect Text",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"image_url\": \"pid1.png\",\r\n \"image_details\": {\r\n \"format\": \"png\",\r\n \"width\": 1198,\r\n \"height\": 912\r\n },\r\n \"bounding_box_inclusive\": {\r\n \"topX\": 0.0,\r\n \"topY\": 0.0,\r\n \"bottomX\": 1.0,\r\n \"bottomY\": 1.0\r\n },\r\n \"label\": [\r\n {\r\n \"topX\": 0.1204755664,\r\n \"topY\": 0.0040766659,\r\n \"bottomX\": 0.2110375166,\r\n \"bottomY\": 0.1372449746,\r\n \"id\": 0,\r\n \"label\": \"Instrument/Indicator/discrete with Pri. Loc access\",\r\n \"score\": 0.9542749524\r\n },\r\n {\r\n \"topX\": 0.3943493605,\r\n \"topY\": 0.6227787339,\r\n \"bottomX\": 0.486054039,\r\n \"bottomY\": 0.7461864307,\r\n \"id\": 1,\r\n \"label\": \"Instrument/Indicator/discrete with Pri. Loc access\",\r\n \"score\": 0.9519158602\r\n },\r\n {\r\n \"topX\": 0.2658255816,\r\n \"topY\": 0.0059880721,\r\n \"bottomX\": 0.356105113,\r\n \"bottomY\": 0.1373065424,\r\n \"id\": 2,\r\n \"label\": \"Instrument/Indicator/discrete with Pri. Loc access\",\r\n \"score\": 0.9288380146\r\n },\r\n {\r\n \"topX\": 0.2543906927,\r\n \"topY\": 0.190360036,\r\n \"bottomX\": 0.3012958765,\r\n \"bottomY\": 0.2240658551,\r\n \"id\": 3,\r\n \"label\": \"Instrument/Valve/Flanged rotary valve NO\",\r\n \"score\": 0.9247200489\r\n },\r\n {\r\n \"topX\": 0.1799470782,\r\n \"topY\": 0.3908365551,\r\n \"bottomX\": 0.225613308,\r\n \"bottomY\": 0.4232457218,\r\n \"id\": 4,\r\n \"label\": \"Instrument/Valve/Flanged rotary valve NO\",\r\n \"score\": 0.9220654368\r\n },\r\n {\r\n \"topX\": 0.2553258181,\r\n \"topY\": 0.3766075307,\r\n \"bottomX\": 0.3004089117,\r\n \"bottomY\": 0.4089406227,\r\n \"id\": 5,\r\n \"label\": \"Instrument/Valve/Flanged rotary valve NO\",\r\n \"score\": 0.9202340841\r\n },\r\n {\r\n \"topX\": 0.180402422,\r\n \"topY\": 0.2150443075,\r\n \"bottomX\": 0.2259637356,\r\n \"bottomY\": 0.2476310025,\r\n \"id\": 6,\r\n \"label\": \"Instrument/Valve/Flanged rotary valve NO\",\r\n \"score\": 0.9041047692\r\n },\r\n {\r\n \"topX\": 0.3713326931,\r\n \"topY\": 0.7533572469,\r\n \"bottomX\": 0.4185148239,\r\n \"bottomY\": 0.7871707235,\r\n \"id\": 7,\r\n \"label\": \"Instrument/Valve/Flanged rotary valve NO\",\r\n \"score\": 0.8942530751\r\n },\r\n {\r\n \"topX\": 0.240205574,\r\n \"topY\": 0.7456443207,\r\n \"bottomX\": 0.3288918495,\r\n \"bottomY\": 0.8837415629,\r\n \"id\": 8,\r\n \"label\": \"Instrument/Indicator/discrete with Pri. Loc access\",\r\n \"score\": 0.893240571\r\n },\r\n {\r\n \"topX\": 0.4680137157,\r\n \"topY\": 0.892969903,\r\n \"bottomX\": 0.5119299412,\r\n \"bottomY\": 0.9229809019,\r\n \"id\": 9,\r\n \"label\": \"Instrument/Valve/Gate valve NO\",\r\n \"score\": 0.892405808\r\n },\r\n {\r\n \"topX\": 0.3711268425,\r\n \"topY\": 0.8375302419,\r\n \"bottomX\": 0.417032671,\r\n \"bottomY\": 0.8702393205,\r\n \"id\": 10,\r\n \"label\": \"Instrument/Valve/Flanged rotary valve NO\",\r\n \"score\": 0.883310318\r\n },\r\n {\r\n \"topX\": 0.4272678375,\r\n \"topY\": 0.86212365,\r\n \"bottomX\": 0.453447628,\r\n \"bottomY\": 0.885877856,\r\n \"id\": 11,\r\n \"label\": \"Instrument/Valve/Relief valve\",\r\n \"score\": 0.8749732375\r\n },\r\n {\r\n \"topX\": 0.3400073051,\r\n \"topY\": 0.1918527967,\r\n \"bottomX\": 0.3630953312,\r\n \"bottomY\": 0.2485296418,\r\n \"id\": 12,\r\n \"label\": \"Instrument/Valve/Gate valve NO\",\r\n \"score\": 0.84401232\r\n },\r\n {\r\n \"topX\": 0.2982705593,\r\n \"topY\": 0.4333314367,\r\n \"bottomX\": 0.3225043297,\r\n \"bottomY\": 0.4666397126,\r\n \"id\": 13,\r\n \"label\": \"Instrument/Valve/Rotary valve NO\",\r\n \"score\": 0.8437156677\r\n },\r\n {\r\n \"topX\": 0.521921587,\r\n \"topY\": 0.2255345527,\r\n \"bottomX\": 0.5426184177,\r\n \"bottomY\": 0.2365290898,\r\n \"id\": 14,\r\n \"label\": \"Piping/Fittings/Flanged connection\",\r\n \"score\": 0.8422372937\r\n },\r\n {\r\n \"topX\": 0.3464704752,\r\n \"topY\": 0.5639484883,\r\n \"bottomX\": 0.3736241579,\r\n \"bottomY\": 0.6033038819,\r\n \"id\": 15,\r\n \"label\": \"Instrument/Valve/Rotary valve NO\",\r\n \"score\": 0.8360257745\r\n },\r\n {\r\n \"topX\": 0.4549726486,\r\n \"topY\": 0.0632438268,\r\n \"bottomX\": 0.4752714157,\r\n \"bottomY\": 0.0909566703,\r\n \"id\": 16,\r\n \"label\": \"Piping/Fittings/Right concentric reducer\",\r\n \"score\": 0.8249099255\r\n },\r\n {\r\n \"topX\": 0.3458585501,\r\n \"topY\": 0.6036449017,\r\n \"bottomX\": 0.3731348276,\r\n \"bottomY\": 0.6291695033,\r\n \"id\": 17,\r\n \"label\": \"Instrument/Valve/Relief valve\",\r\n \"score\": 0.8224301934\r\n },\r\n {\r\n \"topX\": 0.3476078987,\r\n \"topY\": 0.9172791906,\r\n \"bottomX\": 0.371587038,\r\n \"bottomY\": 0.9401181199,\r\n \"id\": 18,\r\n \"label\": \"Instrument/Valve/Relief valve\",\r\n \"score\": 0.8172080517\r\n },\r\n {\r\n \"topX\": 0.1507927775,\r\n \"topY\": 0.6237919551,\r\n \"bottomX\": 0.2006594181,\r\n \"bottomY\": 0.6731406962,\r\n \"id\": 19,\r\n \"label\": \"Instrument/Valve/Hand operated 2-way valve\",\r\n \"score\": 0.8072087765\r\n },\r\n {\r\n \"topX\": 0.1534254432,\r\n \"topY\": 0.2016730651,\r\n \"bottomX\": 0.1745048881,\r\n \"bottomY\": 0.2143765867,\r\n \"id\": 20,\r\n \"label\": \"Piping/Fittings/Flanged connection\",\r\n \"score\": 0.8049654365\r\n },\r\n {\r\n \"topX\": 0.6635827065,\r\n \"topY\": 0.5713621919,\r\n \"bottomX\": 0.6832069397,\r\n \"bottomY\": 0.5827248826,\r\n \"id\": 21,\r\n \"label\": \"Piping/Fittings/Flanged connection\",\r\n \"score\": 0.7923637033\r\n },\r\n {\r\n \"topX\": 0.025846833,\r\n \"topY\": 0.1671272293,\r\n \"bottomX\": 0.0733679056,\r\n \"bottomY\": 0.2128270833,\r\n \"id\": 22,\r\n \"label\": \"Instrument/Valve/Hand operated 2-way valve\",\r\n \"score\": 0.7516615987\r\n },\r\n {\r\n \"topX\": 0.1533120394,\r\n \"topY\": 0.8618373988,\r\n \"bottomX\": 0.1984189749,\r\n \"bottomY\": 0.9062565171,\r\n \"id\": 23,\r\n \"label\": \"Instrument/Valve/Hand operated 2-way valve\",\r\n \"score\": 0.7331428528\r\n },\r\n {\r\n \"topX\": 0.0326804876,\r\n \"topY\": 0.4614442046,\r\n \"bottomX\": 0.0701352596,\r\n \"bottomY\": 0.4983396432,\r\n \"id\": 24,\r\n \"label\": \"Instrument/Valve/Hand operated 2-way valve\",\r\n \"score\": 0.6851242781\r\n },\r\n {\r\n \"topX\": 0.6656226158,\r\n \"topY\": 0.2265222068,\r\n \"bottomX\": 0.6847819328,\r\n \"bottomY\": 0.2362783068,\r\n \"id\": 25,\r\n \"label\": \"Piping/Fittings/Flanged connection\",\r\n \"score\": 0.6455296278\r\n },\r\n {\r\n \"topX\": 0.0004889697,\r\n \"topY\": 0.9336608009,\r\n \"bottomX\": 0.030235067,\r\n \"bottomY\": 0.9979504971,\r\n \"id\": 26,\r\n \"label\": \"Instrument/Indicator/Programmable with Pri. Loc access\",\r\n \"score\": 0.4963114858\r\n },\r\n {\r\n \"topX\": 0.4545590878,\r\n \"topY\": 0.1921137628,\r\n \"bottomX\": 0.476189661,\r\n \"bottomY\": 0.2048424754,\r\n \"id\": 28,\r\n \"label\": \"Piping/Fittings/Flanged connection\",\r\n \"score\": 0.4443928301\r\n },\r\n {\r\n \"topX\": 0.3411926985,\r\n \"topY\": 0.8566880745,\r\n \"bottomX\": 0.3523539782,\r\n \"bottomY\": 0.8830072611,\r\n \"id\": 29,\r\n \"label\": \"Piping/Fittings/Flanged connection\",\r\n \"score\": 0.431689322\r\n },\r\n {\r\n \"topX\": 0.342637682,\r\n \"topY\": 0.7727970068,\r\n \"bottomX\": 0.3533953667,\r\n \"bottomY\": 0.7989051396,\r\n \"id\": 30,\r\n \"label\": \"Piping/Fittings/Flanged connection\",\r\n \"score\": 0.4081937969\r\n },\r\n {\r\n \"topX\": 0.0061458487,\r\n \"topY\": 0.2486021602,\r\n \"bottomX\": 0.096122098,\r\n \"bottomY\": 0.3820229282,\r\n \"id\": 31,\r\n \"label\": \"Instrument/Indicator/Field mounted discrete indicator\",\r\n \"score\": 0.9170459509\r\n },\r\n {\r\n \"topX\": 0.1521560192,\r\n \"topY\": 0.4436340959,\r\n \"bottomX\": 0.1755633712,\r\n \"bottomY\": 0.4774021407,\r\n \"id\": 32,\r\n \"label\": \"Instrument/Valve/Rotary valve NO\",\r\n \"score\": 0.8680522442\r\n },\r\n {\r\n \"topX\": 0.0838808835,\r\n \"topY\": 0.4734240773,\r\n \"bottomX\": 0.1123314619,\r\n \"bottomY\": 0.5065202341,\r\n \"id\": 33,\r\n \"label\": \"Instrument/Valve/Rotary valve NO\",\r\n \"score\": 0.8569746017\r\n },\r\n {\r\n \"topX\": 0.0838639975,\r\n \"topY\": 0.1688134195,\r\n \"bottomX\": 0.1117630839,\r\n \"bottomY\": 0.2011529503,\r\n \"id\": 34,\r\n \"label\": \"Instrument/Valve/Rotary valve NO\",\r\n \"score\": 0.8515941501\r\n },\r\n {\r\n \"topX\": 0.2294312239,\r\n \"topY\": 0.0746132069,\r\n \"bottomX\": 0.2542703629,\r\n \"bottomY\": 0.1095079034,\r\n \"id\": 35,\r\n \"label\": \"Instrument/Valve/Rotary valve NO\",\r\n \"score\": 0.8226989508\r\n },\r\n {\r\n \"topX\": 0.2644322157,\r\n \"topY\": 0.5338326519,\r\n \"bottomX\": 0.3093542814,\r\n \"bottomY\": 0.5627010275,\r\n \"id\": 36,\r\n \"label\": \"Instrument/Valve/Gate valve NO\",\r\n \"score\": 0.8176905513\r\n },\r\n {\r\n \"topX\": 0.2272251606,\r\n \"topY\": 0.5510839819,\r\n \"bottomX\": 0.2533889532,\r\n \"bottomY\": 0.5712718924,\r\n \"id\": 37,\r\n \"label\": \"Instrument/Valve/Relief valve\",\r\n \"score\": 0.7863320112\r\n },\r\n {\r\n \"topX\": 0.2984299421,\r\n \"topY\": 0.1623985557,\r\n \"bottomX\": 0.3216386318,\r\n \"bottomY\": 0.1795460977,\r\n \"id\": 38,\r\n \"label\": \"Piping/Fittings/Flanged connection\",\r\n \"score\": 0.7643176317\r\n },\r\n {\r\n \"topX\": 0.2289676905,\r\n \"topY\": 0.1118902328,\r\n \"bottomX\": 0.2529645681,\r\n \"bottomY\": 0.1346053607,\r\n \"id\": 39,\r\n \"label\": \"Instrument/Valve/Relief valve\",\r\n \"score\": 0.6938016415\r\n },\r\n {\r\n \"topX\": 0.1513534069,\r\n \"topY\": 0.4219804956,\r\n \"bottomX\": 0.1755796552,\r\n \"bottomY\": 0.4425252801,\r\n \"id\": 41,\r\n \"label\": \"Instrument/Valve/Relief valve\",\r\n \"score\": 0.6386767626\r\n },\r\n {\r\n \"topX\": 0.2977052927,\r\n \"topY\": 0.4106356956,\r\n \"bottomX\": 0.3226603508,\r\n \"bottomY\": 0.4305623581,\r\n \"id\": 42,\r\n \"label\": \"Instrument/Valve/Relief valve\",\r\n \"score\": 0.6119713187\r\n },\r\n {\r\n \"topX\": 0.2289944649,\r\n \"topY\": 0.5746728791,\r\n \"bottomX\": 0.252812171,\r\n \"bottomY\": 0.6097523652,\r\n \"id\": 44,\r\n \"label\": \"Instrument/Valve/Rotary valve NO\",\r\n \"score\": 0.8718849421\r\n },\r\n {\r\n \"topX\": 0.4562441349,\r\n \"topY\": 0.6031271682,\r\n \"bottomX\": 0.4989834309,\r\n \"bottomY\": 0.6308109354,\r\n \"id\": 45,\r\n \"label\": \"Instrument/Valve/Gate valve NO\",\r\n \"score\": 0.8669053316\r\n },\r\n {\r\n \"topX\": 0.3480273724,\r\n \"topY\": 0.9417297238,\r\n \"bottomX\": 0.3719711304,\r\n \"bottomY\": 0.9791084305,\r\n \"id\": 46,\r\n \"label\": \"Instrument/Valve/Rotary valve NO\",\r\n \"score\": 0.8654772043\r\n },\r\n {\r\n \"topX\": 0.2198389292,\r\n \"topY\": 0.8730174227,\r\n \"bottomX\": 0.2478127241,\r\n \"bottomY\": 0.908007424,\r\n \"id\": 47,\r\n \"label\": \"Instrument/Valve/Rotary valve NO\",\r\n \"score\": 0.8591361046\r\n },\r\n {\r\n \"topX\": 0.0357360214,\r\n \"topY\": 0.5277491262,\r\n \"bottomX\": 0.0609523952,\r\n \"bottomY\": 0.5635121559,\r\n \"id\": 48,\r\n \"label\": \"Instrument/Valve/Rotary valve NO\",\r\n \"score\": 0.8561848998\r\n },\r\n {\r\n \"topX\": 0.2448894978,\r\n \"topY\": 0.6262990963,\r\n \"bottomX\": 0.274354291,\r\n \"bottomY\": 0.6607201672,\r\n \"id\": 49,\r\n \"label\": \"Instrument/Valve/Rotary valve NO\",\r\n \"score\": 0.849093914\r\n },\r\n {\r\n \"topX\": 0.1632953525,\r\n \"topY\": 0.9158797685,\r\n \"bottomX\": 0.1872051597,\r\n \"bottomY\": 0.9521262543,\r\n \"id\": 50,\r\n \"label\": \"Instrument/Valve/Rotary valve NO\",\r\n \"score\": 0.8429947495\r\n },\r\n {\r\n \"topX\": 0.1307962537,\r\n \"topY\": 0.6974007922,\r\n \"bottomX\": 0.2220135927,\r\n \"bottomY\": 0.8248714001,\r\n \"id\": 51,\r\n \"label\": \"Instrument/Indicator/Field mounted discrete indicator\",\r\n \"score\": 0.8117283583\r\n },\r\n {\r\n \"topX\": 0.0274334013,\r\n \"topY\": 0.5701057074,\r\n \"bottomX\": 0.0569147766,\r\n \"bottomY\": 0.6000928311,\r\n \"id\": 54,\r\n \"label\": \"Piping/Fittings/Mid arrow flow direction\",\r\n \"score\": 0.3949418664\r\n },\r\n {\r\n \"topX\": 0.4270850182,\r\n \"topY\": 0.7483264837,\r\n \"bottomX\": 0.4519415855,\r\n \"bottomY\": 0.7640486762,\r\n \"id\": 55,\r\n \"label\": \"Piping/Fittings/Flanged connection\",\r\n \"score\": 0.3516460657\r\n },\r\n {\r\n \"topX\": 0.0,\r\n \"topY\": 0.4796993874,\r\n \"bottomX\": 0.0087118737,\r\n \"bottomY\": 0.5024490513,\r\n \"id\": 56,\r\n \"label\": \"Piping/Fittings/Mid arrow flow direction\",\r\n \"score\": 0.3283337057\r\n },\r\n {\r\n \"topX\": 0.5585643768,\r\n \"topY\": 0.8996200405,\r\n \"bottomX\": 0.571786356,\r\n \"bottomY\": 0.9105406963,\r\n \"id\": 57,\r\n \"label\": \"Piping/Fittings/Flanged connection\",\r\n \"score\": 0.3085631132\r\n },\r\n {\r\n \"topX\": 0.6644144535,\r\n \"topY\": 0.1567990031,\r\n \"bottomX\": 0.6870087147,\r\n \"bottomY\": 0.2116238635,\r\n \"id\": 58,\r\n \"label\": \"Instrument/Valve/Gate valve NO\",\r\n \"score\": 0.8550496101\r\n },\r\n {\r\n \"topX\": 0.7850984573,\r\n \"topY\": 0.2250323129,\r\n \"bottomX\": 0.8038965225,\r\n \"bottomY\": 0.2353535834,\r\n \"id\": 59,\r\n \"label\": \"Piping/Fittings/Flanged connection\",\r\n \"score\": 0.7308468819\r\n },\r\n {\r\n \"topX\": 0.8770089149,\r\n \"topY\": 0.0019200242,\r\n \"bottomX\": 0.9051795006,\r\n \"bottomY\": 0.0314224643,\r\n \"id\": 60,\r\n \"label\": \"Piping/Fittings/Mid arrow flow direction\",\r\n \"score\": 0.67007339\r\n },\r\n {\r\n \"topX\": 0.4282136917,\r\n \"topY\": 0.9350312721,\r\n \"bottomX\": 0.4536336899,\r\n \"bottomY\": 0.9729225738,\r\n \"id\": 61,\r\n \"label\": \"Instrument/Valve/Rotary valve NO\",\r\n \"score\": 0.8774162531\r\n },\r\n {\r\n \"topX\": 0.72414217,\r\n \"topY\": 0.5682238945,\r\n \"bottomX\": 0.7490176678,\r\n \"bottomY\": 0.6251454441,\r\n \"id\": 62,\r\n \"label\": \"Instrument/Valve/Gate valve NO\",\r\n \"score\": 0.8688964844\r\n },\r\n {\r\n \"topX\": 0.6621497631,\r\n \"topY\": 0.6213861422,\r\n \"bottomX\": 0.6854205608,\r\n \"bottomY\": 0.6525440255,\r\n \"id\": 63,\r\n \"label\": \"Piping/Fittings/Right concentric reducer\",\r\n \"score\": 0.85587883\r\n },\r\n {\r\n \"topX\": 0.5569783688,\r\n \"topY\": 0.9392199507,\r\n \"bottomX\": 0.5795367718,\r\n \"bottomY\": 0.9690107467,\r\n \"id\": 64,\r\n \"label\": \"Piping/Fittings/Right concentric reducer\",\r\n \"score\": 0.8328183889\r\n },\r\n {\r\n \"topX\": 0.8377828598,\r\n \"topY\": 0.831115096,\r\n \"bottomX\": 0.9929494858,\r\n \"bottomY\": 0.9901299134,\r\n \"id\": 65,\r\n \"label\": \"Equipment/Vessel/Reaction Drum\",\r\n \"score\": 0.7241950631\r\n },\r\n {\r\n \"topX\": 0.8887496948,\r\n \"topY\": 0.536054106,\r\n \"bottomX\": 0.9003046989,\r\n \"bottomY\": 0.5621109165,\r\n \"id\": 66,\r\n \"label\": \"Piping/Fittings/Mid arrow flow direction\",\r\n \"score\": 0.6585212946\r\n },\r\n {\r\n \"topX\": 0.771625948,\r\n \"topY\": 0.6097961676,\r\n \"bottomX\": 0.7926244736,\r\n \"bottomY\": 0.6474121846,\r\n \"id\": 67,\r\n \"label\": \"Piping/Fittings/Mid arrow flow direction\",\r\n \"score\": 0.435031116\r\n },\r\n {\r\n \"topX\": 0.7695308685,\r\n \"topY\": 0.5683344972,\r\n \"bottomX\": 0.7939360619,\r\n \"bottomY\": 0.5870935334,\r\n \"id\": 68,\r\n \"label\": \"Piping/Fittings/Flanged connection\",\r\n \"score\": 0.4258367121\r\n },\r\n {\r\n \"topX\": 0.8049300194,\r\n \"topY\": 0.9207224131,\r\n \"bottomX\": 0.8314882278,\r\n \"bottomY\": 0.9504217818,\r\n \"id\": 69,\r\n \"label\": \"Piping/Fittings/Mid arrow flow direction\",\r\n \"score\": 0.3789475858\r\n },\r\n {\r\n \"topX\": 0.4419863701,\r\n \"topY\": 0.4896993774,\r\n \"bottomX\": 0.458566618,\r\n \"bottomY\": 0.507680748,\r\n \"id\": 70,\r\n \"label\": \"Piping/Fittings/Mid arrow flow direction\",\r\n \"score\": 0.316655755\r\n }\r\n ]\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{webApiHost}}/api/pid-digitization/text-detection/pid1",
"host": [
"{{webApiHost}}"
],
"path": [
"api",
"pid-digitization",
"text-detection",
"pid1"
]
}
},
"response": []
},
{
"name": "Get Text Detection Results",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{webApiHost}}/api/pid-digitization/text-detection/pid1",
"host": [
"{{webApiHost}}"
],
"path": [
"api",
"pid-digitization",
"text-detection",
"pid1"
]
}
},
"response": []
},
{
"name": "Detect line and Graph construction",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"image_url\": \"pid1.png\",\r\n \"image_details\": {\r\n \"format\": \"png\",\r\n \"width\": 1198,\r\n \"height\": 912\r\n },\r\n \"bounding_box_inclusive\": {\r\n \"topX\": 0.0,\r\n \"topY\": 0.0,\r\n \"bottomX\": 1.0,\r\n \"bottomY\": 1.0\r\n },\r\n \"all_text_list\": [\r\n {\r\n \"topX\": 0.0,\r\n \"topY\": 0.0,\r\n \"bottomX\": 0.02587646076794658,\r\n \"bottomY\": 0.029605263157894735,\r\n \"text\": \"ET\"\r\n },\r\n {\r\n \"topX\": 0.10350584307178631,\r\n \"topY\": 0.01864035087719298,\r\n \"bottomX\": 0.12020033388981637,\r\n \"bottomY\": 0.043859649122807015,\r\n \"text\": \"RD\"\r\n },\r\n {\r\n \"topX\": 0.2612687813021703,\r\n \"topY\": 0.01206140350877193,\r\n \"bottomX\": 0.27712854757929883,\r\n \"bottomY\": 0.03618421052631579,\r\n \"text\": \"RD\"\r\n },\r\n {\r\n \"topX\": 0.1994991652754591,\r\n \"topY\": 0.017543859649122806,\r\n \"bottomX\": 0.21202003338898165,\r\n \"bottomY\": 0.044956140350877194,\r\n \"text\": \"H\"\r\n },\r\n {\r\n \"topX\": 0.2278797996661102,\r\n \"topY\": 0.03289473684210526,\r\n \"bottomX\": 0.25375626043405675,\r\n \"bottomY\": 0.0625,\r\n \"text\": \"3/4\"\r\n },\r\n {\r\n \"topX\": 0.1986644407345576,\r\n \"topY\": 0.10416666666666667,\r\n \"bottomX\": 0.20617696160267113,\r\n \"bottomY\": 0.12828947368421054,\r\n \"text\": \"L\"\r\n },\r\n {\r\n \"topX\": 0.14607679465776294,\r\n \"topY\": 0.03289473684210526,\r\n \"bottomX\": 0.18113522537562604,\r\n \"bottomY\": 0.0581140350877193,\r\n \"text\": \"LICA\"\r\n },\r\n {\r\n \"topX\": 0.29549248747913187,\r\n \"topY\": 0.03289473684210526,\r\n \"bottomX\": 0.32220367278797996,\r\n \"bottomY\": 0.05701754385964912,\r\n \"text\": \"LIA\"\r\n },\r\n {\r\n \"topX\": 0.2904841402337229,\r\n \"topY\": 0.07785087719298246,\r\n \"bottomX\": 0.3347245409015025,\r\n \"bottomY\": 0.10416666666666667,\r\n \"text\": \"1112\"\r\n },\r\n {\r\n \"topX\": 0.34974958263772954,\r\n \"topY\": 0.019736842105263157,\r\n \"bottomX\": 0.3622704507512521,\r\n \"bottomY\": 0.043859649122807015,\r\n \"text\": \"H\"\r\n },\r\n {\r\n \"topX\": 0.4732888146911519,\r\n \"topY\": 0.02631578947368421,\r\n \"bottomX\": 0.4974958263772955,\r\n \"bottomY\": 0.125,\r\n \"text\": \"30\\\"x20\\\"\"\r\n },\r\n {\r\n \"topX\": 0.14357262103505844,\r\n \"topY\": 0.07785087719298246,\r\n \"bottomX\": 0.18864774624373956,\r\n \"bottomY\": 0.10526315789473684,\r\n \"text\": \"1114\"\r\n },\r\n {\r\n \"topX\": 0.3055091819699499,\r\n \"topY\": 0.11513157894736842,\r\n \"bottomX\": 0.31469115191986646,\r\n \"bottomY\": 0.13596491228070176,\r\n \"text\": \"T\"\r\n },\r\n {\r\n \"topX\": 0.4290484140233723,\r\n \"topY\": 0.0,\r\n \"bottomX\": 0.4515859766277129,\r\n \"bottomY\": 0.24780701754385964,\r\n \"text\": \"P-2110-20\\\"-FAOD\"\r\n },\r\n {\r\n \"topX\": 0.08013355592654424,\r\n \"topY\": 0.14144736842105263,\r\n \"bottomX\": 0.11352253756260434,\r\n \"bottomY\": 0.17105263157894737,\r\n \"text\": \"3/4\\\"\"\r\n },\r\n {\r\n \"topX\": 0.09766277128547579,\r\n \"topY\": 0.2543859649122807,\r\n \"bottomX\": 0.10434056761268781,\r\n \"bottomY\": 0.27521929824561403,\r\n \"text\": \"I\"\r\n },\r\n {\r\n \"topX\": 0.03171953255425709,\r\n \"topY\": 0.27521929824561403,\r\n \"bottomX\": 0.0676126878130217,\r\n \"bottomY\": 0.3026315789473684,\r\n \"text\": \"2LG\"\r\n },\r\n {\r\n \"topX\": 0.027545909849749584,\r\n \"topY\": 0.3168859649122807,\r\n \"bottomX\": 0.07345575959933222,\r\n \"bottomY\": 0.3432017543859649,\r\n \"text\": \"1113\"\r\n },\r\n {\r\n \"topX\": 0.2036727879799666,\r\n \"topY\": 0.18859649122807018,\r\n \"bottomX\": 0.31302170283806346,\r\n \"bottomY\": 0.22149122807017543,\r\n \"text\": \"2\\\" HIOIH\"\r\n },\r\n {\r\n \"topX\": 0.1636060100166945,\r\n \"topY\": 0.2138157894736842,\r\n \"bottomX\": 0.24290484140233723,\r\n \"bottomY\": 0.24561403508771928,\r\n \"text\": \"HIOIH\"\r\n },\r\n {\r\n \"topX\": 0.2662771285475793,\r\n \"topY\": 0.2236842105263158,\r\n \"bottomX\": 0.2854757929883139,\r\n \"bottomY\": 0.24890350877192982,\r\n \"text\": \"2'\"\r\n },\r\n {\r\n \"topX\": 0.2879799666110184,\r\n \"topY\": 0.2807017543859649,\r\n \"bottomX\": 0.3071786310517529,\r\n \"bottomY\": 0.31140350877192985,\r\n \"text\": \"3ª\"\r\n },\r\n {\r\n \"topX\": 0.14357262103505844,\r\n \"topY\": 0.30701754385964913,\r\n \"bottomX\": 0.16193656093489148,\r\n \"bottomY\": 0.3355263157894737,\r\n \"text\": \"3\\\"\"\r\n },\r\n {\r\n \"topX\": 0.38898163606010017,\r\n \"topY\": 0.16885964912280702,\r\n \"bottomX\": 0.4073455759599332,\r\n \"bottomY\": 0.19517543859649122,\r\n \"text\": \"SS\"\r\n },\r\n {\r\n \"topX\": 0.34140233722871455,\r\n \"topY\": 0.19736842105263158,\r\n \"bottomX\": 0.4081803005008347,\r\n \"bottomY\": 0.23793859649122806,\r\n \"text\": \"X2ª CS\"\r\n },\r\n {\r\n \"topX\": 0.5233722871452421,\r\n \"topY\": 0.23026315789473684,\r\n \"bottomX\": 0.5409015025041736,\r\n \"bottomY\": 0.2565789473684211,\r\n \"text\": \"TT\"\r\n },\r\n {\r\n \"topX\": 0.5784641068447413,\r\n \"topY\": 0.1600877192982456,\r\n \"bottomX\": 0.6101836393989983,\r\n \"bottomY\": 0.19188596491228072,\r\n \"text\": \"11/2\"\r\n },\r\n {\r\n \"topX\": 0.5884808013355592,\r\n \"topY\": 0.22478070175438597,\r\n \"bottomX\": 0.6068447412353923,\r\n \"bottomY\": 0.2576754385964912,\r\n \"text\": \"TT\"\r\n },\r\n {\r\n \"topX\": 0.662771285475793,\r\n \"topY\": 0.1600877192982456,\r\n \"bottomX\": 0.7654424040066778,\r\n \"bottomY\": 0.19736842105263158,\r\n \"text\": \"X2\\\"-VENT\"\r\n },\r\n {\r\n \"topX\": 0.5776293823038398,\r\n \"topY\": 0.19407894736842105,\r\n \"bottomX\": 0.6302170283806344,\r\n \"bottomY\": 0.2236842105263158,\r\n \"text\": \"BLIND\"\r\n },\r\n {\r\n \"topX\": 0.9641068447412354,\r\n \"topY\": 0.1524122807017544,\r\n \"bottomX\": 0.996661101836394,\r\n \"bottomY\": 0.18092105263157895,\r\n \"text\": \"02\"\r\n },\r\n {\r\n \"topX\": 0.666110183639399,\r\n \"topY\": 0.19956140350877194,\r\n \"bottomX\": 0.6878130217028381,\r\n \"bottomY\": 0.23026315789473684,\r\n \"text\": \"I\"\r\n },\r\n {\r\n \"topX\": 0.8138564273789649,\r\n \"topY\": 0.21600877192982457,\r\n \"bottomX\": 0.8464106844741235,\r\n \"bottomY\": 0.24561403508771928,\r\n \"text\": \"30\\\"\"\r\n },\r\n {\r\n \"topX\": 0.5926544240400667,\r\n \"topY\": 0.36951754385964913,\r\n \"bottomX\": 0.6886477462437396,\r\n \"bottomY\": 0.4057017543859649,\r\n \"text\": \"2C-103\"\r\n },\r\n {\r\n \"topX\": 0.001669449081803005,\r\n \"topY\": 0.4342105263157895,\r\n \"bottomX\": 0.037562604340567615,\r\n \"bottomY\": 0.47039473684210525,\r\n \"text\": \"3/4\\\"\"\r\n },\r\n {\r\n \"topX\": 0.07929883138564274,\r\n \"topY\": 0.44627192982456143,\r\n \"bottomX\": 0.11352253756260434,\r\n \"bottomY\": 0.4758771929824561,\r\n \"text\": \"3/4\"\r\n },\r\n {\r\n \"topX\": 0.15943238731218698,\r\n \"topY\": 0.39144736842105265,\r\n \"bottomX\": 0.2395659432387312,\r\n \"bottomY\": 0.42214912280701755,\r\n \"text\": \"HIOIH\"\r\n },\r\n {\r\n \"topX\": 0.2687813021702838,\r\n \"topY\": 0.34539473684210525,\r\n \"bottomX\": 0.2879799666110184,\r\n \"bottomY\": 0.37280701754385964,\r\n \"text\": \"2\\\"\"\r\n },\r\n {\r\n \"topX\": 0.2353923205342237,\r\n \"topY\": 0.3793859649122807,\r\n \"bottomX\": 0.31385642737896496,\r\n \"bottomY\": 0.40899122807017546,\r\n \"text\": \"HIOIH\"\r\n },\r\n {\r\n \"topX\": 0.27545909849749584,\r\n \"topY\": 0.42872807017543857,\r\n \"bottomX\": 0.29799666110183637,\r\n \"bottomY\": 0.4692982456140351,\r\n \"text\": \"1/2\"\r\n },\r\n {\r\n \"topX\": 0.27378964941569284,\r\n \"topY\": 0.5120614035087719,\r\n \"bottomX\": 0.29799666110183637,\r\n \"bottomY\": 0.5460526315789473,\r\n \"text\": \"2ª\"\r\n },\r\n {\r\n \"topX\": 0.29632721202003337,\r\n \"topY\": 0.4100877192982456,\r\n \"bottomX\": 0.31803005008347246,\r\n \"bottomY\": 0.4758771929824561,\r\n \"text\": \"DOHH\"\r\n },\r\n {\r\n \"topX\": 0.15025041736227046,\r\n \"topY\": 0.4956140350877193,\r\n \"bottomX\": 0.1994991652754591,\r\n \"bottomY\": 0.5252192982456141,\r\n \"text\": \"NEAR\"\r\n },\r\n {\r\n \"topX\": 0.15025041736227046,\r\n \"topY\": 0.5252192982456141,\r\n \"bottomX\": 0.22454090150250416,\r\n \"bottomY\": 0.5526315789473685,\r\n \"text\": \"LV-116\"\r\n },\r\n {\r\n \"topX\": 0.24791318864774625,\r\n \"topY\": 0.569078947368421,\r\n \"bottomX\": 0.2838063439065108,\r\n \"bottomY\": 0.6052631578947368,\r\n \"text\": \"3/4'\"\r\n },\r\n {\r\n \"topX\": 0.2295492487479132,\r\n \"topY\": 0.555921052631579,\r\n \"bottomX\": 0.25125208681135225,\r\n \"bottomY\": 0.6173245614035088,\r\n \"text\": \"DOHO\"\r\n },\r\n {\r\n \"topX\": 0.31302170283806346,\r\n \"topY\": 0.5570175438596491,\r\n \"bottomX\": 0.3664440734557596,\r\n \"bottomY\": 0.6019736842105263,\r\n \"text\": \"3/4'8\"\r\n },\r\n {\r\n \"topX\": 0.35225375626043404,\r\n \"topY\": 0.4506578947368421,\r\n \"bottomX\": 0.37145242070116863,\r\n \"bottomY\": 0.4791666666666667,\r\n \"text\": \"CS\"\r\n },\r\n {\r\n \"topX\": 0.4348914858096828,\r\n \"topY\": 0.46271929824561403,\r\n \"bottomX\": 0.48664440734557596,\r\n \"bottomY\": 0.4923245614035088,\r\n \"text\": \"SS CS\"\r\n },\r\n {\r\n \"topX\": 0.2262103505843072,\r\n \"topY\": 0.6578947368421053,\r\n \"bottomX\": 0.2587646076794658,\r\n \"bottomY\": 0.6885964912280702,\r\n \"text\": \"3/4\"\r\n },\r\n {\r\n \"topX\": 0.15943238731218698,\r\n \"topY\": 0.7225877192982456,\r\n \"bottomX\": 0.19449081803005008,\r\n \"bottomY\": 0.7510964912280702,\r\n \"text\": \"2LG\"\r\n },\r\n {\r\n \"topX\": 0.41819699499165275,\r\n \"topY\": 0.5723684210526315,\r\n \"bottomX\": 0.43823038397328884,\r\n \"bottomY\": 0.5986842105263158,\r\n \"text\": \"2\\\"\"\r\n },\r\n {\r\n \"topX\": 0.4716193656093489,\r\n \"topY\": 0.5778508771929824,\r\n \"bottomX\": 0.48998330550918195,\r\n \"bottomY\": 0.6030701754385965,\r\n \"text\": \"2\\\"\"\r\n },\r\n {\r\n \"topX\": 0.3823038397328882,\r\n \"topY\": 0.6337719298245614,\r\n \"bottomX\": 0.4056761268781302,\r\n \"bottomY\": 0.6600877192982456,\r\n \"text\": \"RD\"\r\n },\r\n {\r\n \"topX\": 0.4766277128547579,\r\n \"topY\": 0.6359649122807017,\r\n \"bottomX\": 0.513355592654424,\r\n \"bottomY\": 0.6611842105263158,\r\n \"text\": \"HY\"\r\n },\r\n {\r\n \"topX\": 0.42070116861435725,\r\n \"topY\": 0.6491228070175439,\r\n \"bottomX\": 0.4574290484140234,\r\n \"bottomY\": 0.6743421052631579,\r\n \"text\": \"LICA\"\r\n },\r\n {\r\n \"topX\": 0.41986644407345575,\r\n \"topY\": 0.694078947368421,\r\n \"bottomX\": 0.46410684474123537,\r\n \"bottomY\": 0.7214912280701754,\r\n \"text\": \"1116\"\r\n },\r\n {\r\n \"topX\": 0.27545909849749584,\r\n \"topY\": 0.7127192982456141,\r\n \"bottomX\": 0.34056761268781305,\r\n \"bottomY\": 0.7412280701754386,\r\n \"text\": \"NOTE 18\"\r\n },\r\n {\r\n \"topX\": 0.47996661101836396,\r\n \"topY\": 0.7050438596491229,\r\n \"bottomX\": 0.49081803005008345,\r\n \"bottomY\": 0.7324561403508771,\r\n \"text\": \"L\"\r\n },\r\n {\r\n \"topX\": 0.15442404006677796,\r\n \"topY\": 0.7631578947368421,\r\n \"bottomX\": 0.2003338898163606,\r\n \"bottomY\": 0.7905701754385965,\r\n \"text\": \"1115\"\r\n },\r\n {\r\n \"topX\": 0.2704507512520868,\r\n \"topY\": 0.7774122807017544,\r\n \"bottomX\": 0.2913188647746244,\r\n \"bottomY\": 0.8048245614035088,\r\n \"text\": \"LT\"\r\n },\r\n {\r\n \"topX\": 0.38480801335559267,\r\n \"topY\": 0.7247807017543859,\r\n \"bottomX\": 0.4073455759599332,\r\n \"bottomY\": 0.7510964912280702,\r\n \"text\": \"12\\\"\"\r\n },\r\n {\r\n \"topX\": 0.3606010016694491,\r\n \"topY\": 0.7214912280701754,\r\n \"bottomX\": 0.3814691151919866,\r\n \"bottomY\": 0.75,\r\n \"text\": \"3\\\"\"\r\n },\r\n {\r\n \"topX\": 0.3597662771285476,\r\n \"topY\": 0.7532894736842105,\r\n \"bottomX\": 0.42153589315525875,\r\n \"bottomY\": 0.7817982456140351,\r\n \"text\": \"HIOIH\"\r\n },\r\n {\r\n \"topX\": 0.34056761268781305,\r\n \"topY\": 0.7445175438596491,\r\n \"bottomX\": 0.35308848080133554,\r\n \"bottomY\": 0.7730263157894737,\r\n \"text\": \"2\"\r\n },\r\n {\r\n \"topX\": 0.44741235392320533,\r\n \"topY\": 0.7741228070175439,\r\n \"bottomX\": 0.46494156928213687,\r\n \"bottomY\": 0.8026315789473685,\r\n \"text\": \"3\\\"\"\r\n },\r\n {\r\n \"topX\": 0.7704507512520868,\r\n \"topY\": 0.5625,\r\n \"bottomX\": 0.8180300500834724,\r\n \"bottomY\": 0.5888157894736842,\r\n \"text\": \"+ 3\\\"\"\r\n },\r\n {\r\n \"topX\": 0.662771285475793,\r\n \"topY\": 0.5767543859649122,\r\n \"bottomX\": 0.6803005008347245,\r\n \"bottomY\": 0.6173245614035088,\r\n \"text\": \"T\"\r\n },\r\n {\r\n \"topX\": 0.6869782971619366,\r\n \"topY\": 0.6414473684210527,\r\n \"bottomX\": 0.7337228714524207,\r\n \"bottomY\": 0.6710526315789473,\r\n \"text\": \"!\\\"x2\\\"\"\r\n },\r\n {\r\n \"topX\": 0.8714524207011686,\r\n \"topY\": 0.6491228070175439,\r\n \"bottomX\": 0.8931552587646077,\r\n \"bottomY\": 0.7324561403508771,\r\n \"text\": \"2200M\"\r\n },\r\n {\r\n \"topX\": 0.6444073455759599,\r\n \"topY\": 0.6918859649122807,\r\n \"bottomX\": 0.667779632721202,\r\n \"bottomY\": 0.9166666666666666,\r\n \"text\": \"P-2183-2\\\"-FAOD\"\r\n },\r\n {\r\n \"topX\": 0.2621035058430718,\r\n \"topY\": 0.8179824561403509,\r\n \"bottomX\": 0.3055091819699499,\r\n \"bottomY\": 0.8464912280701754,\r\n \"text\": \"1130\"\r\n },\r\n {\r\n \"topX\": 0.3380634390651085,\r\n \"topY\": 0.8289473684210527,\r\n \"bottomX\": 0.3564273789649416,\r\n \"bottomY\": 0.8607456140350878,\r\n \"text\": \"2\\\"\"\r\n },\r\n {\r\n \"topX\": 0.4507512520868113,\r\n \"topY\": 0.8201754385964912,\r\n \"bottomX\": 0.5025041736227045,\r\n \"bottomY\": 0.8453947368421053,\r\n \"text\": \"SS CS\"\r\n },\r\n {\r\n \"topX\": 0.38898163606010017,\r\n \"topY\": 0.8103070175438597,\r\n \"bottomX\": 0.4073455759599332,\r\n \"bottomY\": 0.8344298245614035,\r\n \"text\": \"2\\\"\"\r\n },\r\n {\r\n \"topX\": 0.1911519198664441,\r\n \"topY\": 0.8453947368421053,\r\n \"bottomX\": 0.2270450751252087,\r\n \"bottomY\": 0.8804824561403509,\r\n \"text\": \"3/4\\\"\"\r\n },\r\n {\r\n \"topX\": 0.3639398998330551,\r\n \"topY\": 0.8399122807017544,\r\n \"bottomX\": 0.4340567612687813,\r\n \"bottomY\": 0.8695175438596491,\r\n \"text\": \"HIOIF\"\r\n },\r\n {\r\n \"topX\": 0.31385642737896496,\r\n \"topY\": 0.9484649122807017,\r\n \"bottomX\": 0.34724540901502504,\r\n \"bottomY\": 0.9791666666666666,\r\n \"text\": \"3/4\"\r\n },\r\n {\r\n \"topX\": 0.34641068447412354,\r\n \"topY\": 0.918859649122807,\r\n \"bottomX\": 0.36978297161936563,\r\n \"bottomY\": 0.9857456140350878,\r\n \"text\": \"DICH\"\r\n },\r\n {\r\n \"topX\": 0.4015025041736227,\r\n \"topY\": 0.9353070175438597,\r\n \"bottomX\": 0.44908180300500833,\r\n \"bottomY\": 0.9747807017543859,\r\n \"text\": \"1/2\\\"\"\r\n },\r\n {\r\n \"topX\": 0.4782971619365609,\r\n \"topY\": 0.9254385964912281,\r\n \"bottomX\": 0.5,\r\n \"bottomY\": 0.9550438596491229,\r\n \"text\": \"2\\\"\"\r\n },\r\n {\r\n \"topX\": 0.5818030050083473,\r\n \"topY\": 0.9177631578947368,\r\n \"bottomX\": 0.6285475792988314,\r\n \"bottomY\": 0.9451754385964912,\r\n \"text\": \"4\\\"x2\\\"\"\r\n }\r\n ],\r\n \"text_and_symbols_associated_list\": [\r\n {\r\n \"topX\": 0.1204755664,\r\n \"topY\": 0.0040766659,\r\n \"bottomX\": 0.2110375166,\r\n \"bottomY\": 0.1372449746,\r\n \"id\": 0,\r\n \"label\": \"Instrument/Indicator/discrete with Pri. Loc access\",\r\n \"score\": null,\r\n \"text_associated\": \"H LICA 1114 L\"\r\n },\r\n {\r\n \"topX\": 0.3943493605,\r\n \"topY\": 0.6227787339,\r\n \"bottomX\": 0.486054039,\r\n \"bottomY\": 0.7461864307,\r\n \"id\": 1,\r\n \"label\": \"Instrument/Indicator/discrete with Pri. Loc access\",\r\n \"score\": null,\r\n \"text_associated\": \"LICA 1116\"\r\n },\r\n {\r\n \"topX\": 0.2658255816,\r\n \"topY\": 0.0059880721,\r\n \"bottomX\": 0.356105113,\r\n \"bottomY\": 0.1373065424,\r\n \"id\": 2,\r\n \"label\": \"Instrument/Indicator/discrete with Pri. Loc access\",\r\n \"score\": null,\r\n \"text_associated\": \"LIA 1112 T\"\r\n },\r\n {\r\n \"topX\": 0.2543906927,\r\n \"topY\": 0.190360036,\r\n \"bottomX\": 0.3012958765,\r\n \"bottomY\": 0.2240658551,\r\n \"id\": 3,\r\n \"label\": \"Instrument/Valve/Flanged rotary valve NO\",\r\n \"score\": null,\r\n \"text_associated\": \"2\\\" HIOIH\"\r\n },\r\n {\r\n \"topX\": 0.1799470782,\r\n \"topY\": 0.3908365551,\r\n \"bottomX\": 0.225613308,\r\n \"bottomY\": 0.4232457218,\r\n \"id\": 4,\r\n \"label\": \"Instrument/Valve/Flanged rotary valve NO\",\r\n \"score\": null,\r\n \"text_associated\": \"HIOIH\"\r\n },\r\n {\r\n \"topX\": 0.2553258181,\r\n \"topY\": 0.3766075307,\r\n \"bottomX\": 0.3004089117,\r\n \"bottomY\": 0.4089406227,\r\n \"id\": 5,\r\n \"label\": \"Instrument/Valve/Flanged rotary valve NO\",\r\n \"score\": null,\r\n \"text_associated\": \"HIOIH\"\r\n },\r\n {\r\n \"topX\": 0.180402422,\r\n \"topY\": 0.2150443075,\r\n \"bottomX\": 0.2259637356,\r\n \"bottomY\": 0.2476310025,\r\n \"id\": 6,\r\n \"label\": \"Instrument/Valve/Flanged rotary valve NO\",\r\n \"score\": null,\r\n \"text_associated\": \"2\\\" HIOIH\"\r\n },\r\n {\r\n \"topX\": 0.3713326931,\r\n \"topY\": 0.7533572469,\r\n \"bottomX\": 0.4185148239,\r\n \"bottomY\": 0.7871707235,\r\n \"id\": 7,\r\n \"label\": \"Instrument/Valve/Flanged rotary valve NO\",\r\n \"score\": null,\r\n \"text_associated\": \"HIOIH\"\r\n },\r\n {\r\n \"topX\": 0.240205574,\r\n \"topY\": 0.7456443207,\r\n \"bottomX\": 0.3288918495,\r\n \"bottomY\": 0.8837415629,\r\n \"id\": 8,\r\n \"label\": \"Instrument/Indicator/discrete with Pri. Loc access\",\r\n \"score\": null,\r\n \"text_associated\": \"LT 1130\"\r\n },\r\n {\r\n \"topX\": 0.4680137157,\r\n \"topY\": 0.892969903,\r\n \"bottomX\": 0.5119299412,\r\n \"bottomY\": 0.9229809019,\r\n \"id\": 9,\r\n \"label\": \"Instrument/Valve/Gate valve NO\",\r\n \"score\": null,\r\n \"text_associated\": \"2\\\"\"\r\n },\r\n {\r\n \"topX\": 0.3711268425,\r\n \"topY\": 0.8375302419,\r\n \"bottomX\": 0.417032671,\r\n \"bottomY\": 0.8702393205,\r\n \"id\": 10,\r\n \"label\": \"Instrument/Valve/Flanged rotary valve NO\",\r\n \"score\": null,\r\n \"text_associated\": \"HIOIF\"\r\n },\r\n {\r\n \"topX\": 0.4272678375,\r\n \"topY\": 0.86212365,\r\n \"bottomX\": 0.453447628,\r\n \"bottomY\": 0.885877856,\r\n \"id\": 11,\r\n \"label\": \"Instrument/Valve/Relief valve\",\r\n \"score\": null,\r\n \"text_associated\": \"HIOIF\"\r\n },\r\n {\r\n \"topX\": 0.3400073051,\r\n \"topY\": 0.1918527967,\r\n \"bottomX\": 0.3630953312,\r\n \"bottomY\": 0.2485296418,\r\n \"id\": 12,\r\n \"label\": \"Instrument/Valve/Gate valve NO\",\r\n \"score\": null,\r\n \"text_associated\": \"X2ª CS\"\r\n },\r\n {\r\n \"topX\": 0.2982705593,\r\n \"topY\": 0.4333314367,\r\n \"bottomX\": 0.3225043297,\r\n \"bottomY\": 0.4666397126,\r\n \"id\": 13,\r\n \"label\": \"Instrument/Valve/Rotary valve NO\",\r\n \"score\": null,\r\n \"text_associated\": \"DOHH\"\r\n },\r\n {\r\n \"topX\": 0.521921587,\r\n \"topY\": 0.2255345527,\r\n \"bottomX\": 0.5426184177,\r\n \"bottomY\": 0.2365290898,\r\n \"id\": 14,\r\n \"label\": \"Piping/Fittings/Flanged connection\",\r\n \"score\": null,\r\n \"text_associated\": null\r\n },\r\n {\r\n \"topX\": 0.3464704752,\r\n \"topY\": 0.5639484883,\r\n \"bottomX\": 0.3736241579,\r\n \"bottomY\": 0.6033038819,\r\n \"id\": 15,\r\n \"label\": \"Instrument/Valve/Rotary valve NO\",\r\n \"score\": null,\r\n \"text_associated\": \"3/4'8\"\r\n },\r\n {\r\n \"topX\": 0.4549726486,\r\n \"topY\": 0.0632438268,\r\n \"bottomX\": 0.4752714157,\r\n \"bottomY\": 0.0909566703,\r\n \"id\": 16,\r\n \"label\": \"Piping/Fittings/Right concentric reducer\",\r\n \"score\": null,\r\n \"text_associated\": null\r\n },\r\n {\r\n \"topX\": 0.3458585501,\r\n \"topY\": 0.6036449017,\r\n \"bottomX\": 0.3731348276,\r\n \"bottomY\": 0.6291695033,\r\n \"id\": 17,\r\n \"label\": \"Instrument/Valve/Relief valve\",\r\n \"score\": null,\r\n \"text_associated\": \"3/4'8\"\r\n },\r\n {\r\n \"topX\": 0.3476078987,\r\n \"topY\": 0.9172791906,\r\n \"bottomX\": 0.371587038,\r\n \"bottomY\": 0.9401181199,\r\n \"id\": 18,\r\n \"label\": \"Instrument/Valve/Relief valve\",\r\n \"score\": null,\r\n \"text_associated\": \"DICH\"\r\n },\r\n {\r\n \"topX\": 0.1507927775,\r\n \"topY\": 0.6237919551,\r\n \"bottomX\": 0.2006594181,\r\n \"bottomY\": 0.6731406962,\r\n \"id\": 19,\r\n \"label\": \"Instrument/Valve/Hand operated 2-way valve\",\r\n \"score\": null,\r\n \"text_associated\": null\r\n },\r\n {\r\n \"topX\": 0.1534254432,\r\n \"topY\": 0.2016730651,\r\n \"bottomX\": 0.1745048881,\r\n \"bottomY\": 0.2143765867,\r\n \"id\": 20,\r\n \"label\": \"Piping/Fittings/Flanged connection\",\r\n \"score\": null,\r\n \"text_associated\": null\r\n },\r\n {\r\n \"topX\": 0.6635827065,\r\n \"topY\": 0.5713621919,\r\n \"bottomX\": 0.6832069397,\r\n \"bottomY\": 0.5827248826,\r\n \"id\": 21,\r\n \"label\": \"Piping/Fittings/Flanged connection\",\r\n \"score\": null,\r\n \"text_associated\": null\r\n },\r\n {\r\n \"topX\": 0.025846833,\r\n \"topY\": 0.1671272293,\r\n \"bottomX\": 0.0733679056,\r\n \"bottomY\": 0.2128270833,\r\n \"id\": 22,\r\n \"label\": \"Instrument/Valve/Hand operated 2-way valve\",\r\n \"score\": null,\r\n \"text_associated\": \"3/4\\\"\"\r\n },\r\n {\r\n \"topX\": 0.1533120394,\r\n \"topY\": 0.8618373988,\r\n \"bottomX\": 0.1984189749,\r\n \"bottomY\": 0.9062565171,\r\n \"id\": 23,\r\n \"label\": \"Instrument/Valve/Hand operated 2-way valve\",\r\n \"score\": null,\r\n \"text_associated\": \"3/4\\\"\"\r\n },\r\n {\r\n \"topX\": 0.0326804876,\r\n \"topY\": 0.4614442046,\r\n \"bottomX\": 0.0701352596,\r\n \"bottomY\": 0.4983396432,\r\n \"id\": 24,\r\n \"label\": \"Instrument/Valve/Hand operated 2-way valve\",\r\n \"score\": null,\r\n \"text_associated\": \"3/4\\\"\"\r\n },\r\n {\r\n \"topX\": 0.6656226158,\r\n \"topY\": 0.2265222068,\r\n \"bottomX\": 0.6847819328,\r\n \"bottomY\": 0.2362783068,\r\n \"id\": 25,\r\n \"label\": \"Piping/Fittings/Flanged connection\",\r\n \"score\": null,\r\n \"text_associated\": null\r\n },\r\n {\r\n \"topX\": 0.0004889697,\r\n \"topY\": 0.9336608009,\r\n \"bottomX\": 0.030235067,\r\n \"bottomY\": 0.9979504971,\r\n \"id\": 26,\r\n \"label\": \"Instrument/Indicator/Programmable with Pri. Loc access\",\r\n \"score\": null,\r\n \"text_associated\": null\r\n },\r\n {\r\n \"topX\": 0.4545590878,\r\n \"topY\": 0.1921137628,\r\n \"bottomX\": 0.476189661,\r\n \"bottomY\": 0.2048424754,\r\n \"id\": 28,\r\n \"label\": \"Piping/Fittings/Flanged connection\",\r\n \"score\": null,\r\n \"text_associated\": null\r\n },\r\n {\r\n \"topX\": 0.3411926985,\r\n \"topY\": 0.8566880745,\r\n \"bottomX\": 0.3523539782,\r\n \"bottomY\": 0.8830072611,\r\n \"id\": 29,\r\n \"label\": \"Piping/Fittings/Flanged connection\",\r\n \"score\": null,\r\n \"text_associated\": null\r\n },\r\n {\r\n \"topX\": 0.342637682,\r\n \"topY\": 0.7727970068,\r\n \"bottomX\": 0.3533953667,\r\n \"bottomY\": 0.7989051396,\r\n \"id\": 30,\r\n \"label\": \"Piping/Fittings/Flanged connection\",\r\n \"score\": null,\r\n \"text_associated\": null\r\n },\r\n {\r\n \"topX\": 0.0061458487,\r\n \"topY\": 0.2486021602,\r\n \"bottomX\": 0.096122098,\r\n \"bottomY\": 0.3820229282,\r\n \"id\": 31,\r\n \"label\": \"Instrument/Indicator/Field mounted discrete indicator\",\r\n \"score\": null,\r\n \"text_associated\": \"2LG 1113\"\r\n },\r\n {\r\n \"topX\": 0.1521560192,\r\n \"topY\": 0.4436340959,\r\n \"bottomX\": 0.1755633712,\r\n \"bottomY\": 0.4774021407,\r\n \"id\": 32,\r\n \"label\": \"Instrument/Valve/Rotary valve NO\",\r\n \"score\": null,\r\n \"text_associated\": null\r\n },\r\n {\r\n \"topX\": 0.0838808835,\r\n \"topY\": 0.4734240773,\r\n \"bottomX\": 0.1123314619,\r\n \"bottomY\": 0.5065202341,\r\n \"id\": 33,\r\n \"label\": \"Instrument/Valve/Rotary valve NO\",\r\n \"score\": null,\r\n \"text_associated\": \"3/4\"\r\n },\r\n {\r\n \"topX\": 0.0838639975,\r\n \"topY\": 0.1688134195,\r\n \"bottomX\": 0.1117630839,\r\n \"bottomY\": 0.2011529503,\r\n \"id\": 34,\r\n \"label\": \"Instrument/Valve/Rotary valve NO\",\r\n \"score\": null,\r\n \"text_associated\": \"3/4\\\"\"\r\n },\r\n {\r\n \"topX\": 0.2294312239,\r\n \"topY\": 0.0746132069,\r\n \"bottomX\": 0.2542703629,\r\n \"bottomY\": 0.1095079034,\r\n \"id\": 35,\r\n \"label\": \"Instrument/Valve/Rotary valve NO\",\r\n \"score\": null,\r\n \"text_associated\": null\r\n },\r\n {\r\n \"topX\": 0.2644322157,\r\n \"topY\": 0.5338326519,\r\n \"bottomX\": 0.3093542814,\r\n \"bottomY\": 0.5627010275,\r\n \"id\": 36,\r\n \"label\": \"Instrument/Valve/Gate valve NO\",\r\n \"score\": null,\r\n \"text_associated\": \"2ª\"\r\n },\r\n {\r\n \"topX\": 0.2272251606,\r\n \"topY\": 0.5510839819,\r\n \"bottomX\": 0.2533889532,\r\n \"bottomY\": 0.5712718924,\r\n \"id\": 37,\r\n \"label\": \"Instrument/Valve/Relief valve\",\r\n \"score\": null,\r\n \"text_associated\": \"3/4'\"\r\n },\r\n {\r\n \"topX\": 0.2984299421,\r\n \"topY\": 0.1623985557,\r\n \"bottomX\": 0.3216386318,\r\n \"bottomY\": 0.1795460977,\r\n \"id\": 38,\r\n \"label\": \"Piping/Fittings/Flanged connection\",\r\n \"score\": null,\r\n \"text_associated\": null\r\n },\r\n {\r\n \"topX\": 0.2289676905,\r\n \"topY\": 0.1118902328,\r\n \"bottomX\": 0.2529645681,\r\n \"bottomY\": 0.1346053607,\r\n \"id\": 39,\r\n \"label\": \"Instrument/Valve/Relief valve\",\r\n \"score\": null,\r\n \"text_associated\": null\r\n },\r\n {\r\n \"topX\": 0.1513534069,\r\n \"topY\": 0.4219804956,\r\n \"bottomX\": 0.1755796552,\r\n \"bottomY\": 0.4425252801,\r\n \"id\": 41,\r\n \"label\": \"Instrument/Valve/Relief valve\",\r\n \"score\": null,\r\n \"text_associated\": \"HIOIH\"\r\n },\r\n {\r\n \"topX\": 0.2977052927,\r\n \"topY\": 0.4106356956,\r\n \"bottomX\": 0.3226603508,\r\n \"bottomY\": 0.4305623581,\r\n \"id\": 42,\r\n \"label\": \"Instrument/Valve/Relief valve\",\r\n \"score\": null,\r\n \"text_associated\": \"1/2\"\r\n },\r\n {\r\n \"topX\": 0.2289944649,\r\n \"topY\": 0.5746728791,\r\n \"bottomX\": 0.252812171,\r\n \"bottomY\": 0.6097523652,\r\n \"id\": 44,\r\n \"label\": \"Instrument/Valve/Rotary valve NO\",\r\n \"score\": null,\r\n \"text_associated\": \"3/4'\"\r\n },\r\n {\r\n \"topX\": 0.4562441349,\r\n \"topY\": 0.6031271682,\r\n \"bottomX\": 0.4989834309,\r\n \"bottomY\": 0.6308109354,\r\n \"id\": 45,\r\n \"label\": \"Instrument/Valve/Gate valve NO\",\r\n \"score\": null,\r\n \"text_associated\": \"2\\\"\"\r\n },\r\n {\r\n \"topX\": 0.3480273724,\r\n \"topY\": 0.9417297238,\r\n \"bottomX\": 0.3719711304,\r\n \"bottomY\": 0.9791084305,\r\n \"id\": 46,\r\n \"label\": \"Instrument/Valve/Rotary valve NO\",\r\n \"score\": null,\r\n \"text_associated\": \"DICH\"\r\n },\r\n {\r\n \"topX\": 0.2198389292,\r\n \"topY\": 0.8730174227,\r\n \"bottomX\": 0.2478127241,\r\n \"bottomY\": 0.908007424,\r\n \"id\": 47,\r\n \"label\": \"Instrument/Valve/Rotary valve NO\",\r\n \"score\": null,\r\n \"text_associated\": \"3/4\\\"\"\r\n },\r\n {\r\n \"topX\": 0.0357360214,\r\n \"topY\": 0.5277491262,\r\n \"bottomX\": 0.0609523952,\r\n \"bottomY\": 0.5635121559,\r\n \"id\": 48,\r\n \"label\": \"Instrument/Valve/Rotary valve NO\",\r\n \"score\": null,\r\n \"text_associated\": null\r\n },\r\n {\r\n \"topX\": 0.2448894978,\r\n \"topY\": 0.6262990963,\r\n \"bottomX\": 0.274354291,\r\n \"bottomY\": 0.6607201672,\r\n \"id\": 49,\r\n \"label\": \"Instrument/Valve/Rotary valve NO\",\r\n \"score\": null,\r\n \"text_associated\": \"3/4\"\r\n },\r\n {\r\n \"topX\": 0.1632953525,\r\n \"topY\": 0.9158797685,\r\n \"bottomX\": 0.1872051597,\r\n \"bottomY\": 0.9521262543,\r\n \"id\": 50,\r\n \"label\": \"Instrument/Valve/Rotary valve NO\",\r\n \"score\": null,\r\n \"text_associated\": null\r\n },\r\n {\r\n \"topX\": 0.1307962537,\r\n \"topY\": 0.6974007922,\r\n \"bottomX\": 0.2220135927,\r\n \"bottomY\": 0.8248714001,\r\n \"id\": 51,\r\n \"label\": \"Instrument/Indicator/Field mounted discrete indicator\",\r\n \"score\": null,\r\n \"text_associated\": \"2LG 1115\"\r\n },\r\n {\r\n \"topX\": 0.0274334013,\r\n \"topY\": 0.5701057074,\r\n \"bottomX\": 0.0569147766,\r\n \"bottomY\": 0.6000928311,\r\n \"id\": 54,\r\n \"label\": \"Piping/Fittings/Mid arrow flow direction\",\r\n \"score\": null,\r\n \"text_associated\": null\r\n },\r\n {\r\n \"topX\": 0.4270850182,\r\n \"topY\": 0.7483264837,\r\n \"bottomX\": 0.4519415855,\r\n \"bottomY\": 0.7640486762,\r\n \"id\": 55,\r\n \"label\": \"Piping/Fittings/Flanged connection\",\r\n \"score\": null,\r\n \"text_associated\": null\r\n },\r\n {\r\n \"topX\": 0.0,\r\n \"topY\": 0.4796993874,\r\n \"bottomX\": 0.0087118737,\r\n \"bottomY\": 0.5024490513,\r\n \"id\": 56,\r\n \"label\": \"Piping/Fittings/Mid arrow flow direction\",\r\n \"score\": null,\r\n \"text_associated\": null\r\n },\r\n {\r\n \"topX\": 0.5585643768,\r\n \"topY\": 0.8996200405,\r\n \"bottomX\": 0.571786356,\r\n \"bottomY\": 0.9105406963,\r\n \"id\": 57,\r\n \"label\": \"Piping/Fittings/Flanged connection\",\r\n \"score\": null,\r\n \"text_associated\": null\r\n },\r\n {\r\n \"topX\": 0.6644144535,\r\n \"topY\": 0.1567990031,\r\n \"bottomX\": 0.6870087147,\r\n \"bottomY\": 0.2116238635,\r\n \"id\": 58,\r\n \"label\": \"Instrument/Valve/Gate valve NO\",\r\n \"score\": null,\r\n \"text_associated\": \"X2\\\"-VENT\"\r\n },\r\n {\r\n \"topX\": 0.7850984573,\r\n \"topY\": 0.2250323129,\r\n \"bottomX\": 0.8038965225,\r\n \"bottomY\": 0.2353535834,\r\n \"id\": 59,\r\n \"label\": \"Piping/Fittings/Flanged connection\",\r\n \"score\": null,\r\n \"text_associated\": null\r\n },\r\n {\r\n \"topX\": 0.8770089149,\r\n \"topY\": 0.0019200242,\r\n \"bottomX\": 0.9051795006,\r\n \"bottomY\": 0.0314224643,\r\n \"id\": 60,\r\n \"label\": \"Piping/Fittings/Mid arrow flow direction\",\r\n \"score\": null,\r\n \"text_associated\": null\r\n },\r\n {\r\n \"topX\": 0.4282136917,\r\n \"topY\": 0.9350312721,\r\n \"bottomX\": 0.4536336899,\r\n \"bottomY\": 0.9729225738,\r\n \"id\": 61,\r\n \"label\": \"Instrument/Valve/Rotary valve NO\",\r\n \"score\": null,\r\n \"text_associated\": \"1/2\\\"\"\r\n },\r\n {\r\n \"topX\": 0.72414217,\r\n \"topY\": 0.5682238945,\r\n \"bottomX\": 0.7490176678,\r\n \"bottomY\": 0.6251454441,\r\n \"id\": 62,\r\n \"label\": \"Instrument/Valve/Gate valve NO\",\r\n \"score\": null,\r\n \"text_associated\": null\r\n },\r\n {\r\n \"topX\": 0.6621497631,\r\n \"topY\": 0.6213861422,\r\n \"bottomX\": 0.6854205608,\r\n \"bottomY\": 0.6525440255,\r\n \"id\": 63,\r\n \"label\": \"Piping/Fittings/Right concentric reducer\",\r\n \"score\": null,\r\n \"text_associated\": null\r\n },\r\n {\r\n \"topX\": 0.5569783688,\r\n \"topY\": 0.9392199507,\r\n \"bottomX\": 0.5795367718,\r\n \"bottomY\": 0.9690107467,\r\n \"id\": 64,\r\n \"label\": \"Piping/Fittings/Right concentric reducer\",\r\n \"score\": null,\r\n \"text_associated\": null\r\n },\r\n {\r\n \"topX\": 0.8377828598,\r\n \"topY\": 0.831115096,\r\n \"bottomX\": 0.9929494858,\r\n \"bottomY\": 0.9901299134,\r\n \"id\": 65,\r\n \"label\": \"Equipment/Vessel/Reaction Drum\",\r\n \"score\": null,\r\n \"text_associated\": null\r\n },\r\n {\r\n \"topX\": 0.8887496948,\r\n \"topY\": 0.536054106,\r\n \"bottomX\": 0.9003046989,\r\n \"bottomY\": 0.5621109165,\r\n \"id\": 66,\r\n \"label\": \"Piping/Fittings/Mid arrow flow direction\",\r\n \"score\": null,\r\n \"text_associated\": null\r\n },\r\n {\r\n \"topX\": 0.771625948,\r\n \"topY\": 0.6097961676,\r\n \"bottomX\": 0.7926244736,\r\n \"bottomY\": 0.6474121846,\r\n \"id\": 67,\r\n \"label\": \"Piping/Fittings/Mid arrow flow direction\",\r\n \"score\": null,\r\n \"text_associated\": null\r\n },\r\n {\r\n \"topX\": 0.7695308685,\r\n \"topY\": 0.5683344972,\r\n \"bottomX\": 0.7939360619,\r\n \"bottomY\": 0.5870935334,\r\n \"id\": 68,\r\n \"label\": \"Piping/Fittings/Flanged connection\",\r\n \"score\": null,\r\n \"text_associated\": null\r\n },\r\n {\r\n \"topX\": 0.8049300194,\r\n \"topY\": 0.9207224131,\r\n \"bottomX\": 0.8314882278,\r\n \"bottomY\": 0.9504217818,\r\n \"id\": 69,\r\n \"label\": \"Piping/Fittings/Mid arrow flow direction\",\r\n \"score\": null,\r\n \"text_associated\": null\r\n },\r\n {\r\n \"topX\": 0.4419863701,\r\n \"topY\": 0.4896993774,\r\n \"bottomX\": 0.458566618,\r\n \"bottomY\": 0.507680748,\r\n \"id\": 70,\r\n \"label\": \"Piping/Fittings/Mid arrow flow direction\",\r\n \"score\": null,\r\n \"text_associated\": null\r\n }\r\n ]\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{webApiHost}}/api/pid-digitization/graph-construction/pid1",
"host": [
"{{webApiHost}}"
],
"path": [
"api",
"pid-digitization",
"graph-construction",
"pid1"
]
}
},
"response": []
},
{
"name": "Graph Persistance",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"image_url\": \"pid1.png\",\r\n \"image_details\": {\r\n \"format\": \"png\",\r\n \"width\": 1198,\r\n \"height\": 912\r\n },\r\n \"connected_symbols\": [\r\n {\r\n \"id\": 51,\r\n \"label\": \"Instrument/Indicator/Field mounted discrete indicator\",\r\n \"text_associated\": \"2LG 1115\",\r\n \"bounding_box\": {\r\n \"topX\": 0.1307962537,\r\n \"topY\": 0.6974007922,\r\n \"bottomX\": 0.2220135927,\r\n \"bottomY\": 0.8248714001\r\n },\r\n \"connections\": [\r\n {\r\n \"id\": 12,\r\n \"label\": \"Instrument/Valve/Gate valve NO\",\r\n \"text_associated\": \"X2ª CS\",\r\n \"bounding_box\": {\r\n \"topX\": 0.3400073051,\r\n \"topY\": 0.1918527967,\r\n \"bottomX\": 0.3630953312,\r\n \"bottomY\": 0.2485296418\r\n },\r\n \"flow_direction\": \"unknown\",\r\n \"segments\": [\r\n {\r\n \"topX\": 0.17529215358931552,\r\n \"topY\": 0.8267543859649122,\r\n \"bottomX\": 0.17529215358931552,\r\n \"bottomY\": 0.8574561403508771\r\n },\r\n {\r\n \"topX\": 0.1994991652754591,\r\n \"topY\": 0.8903508771929824,\r\n \"bottomX\": 0.21702838063439064,\r\n \"bottomY\": 0.8903508771929824\r\n },\r\n {\r\n \"topX\": 0.2198389292,\r\n \"topY\": 0.8730174227,\r\n \"bottomX\": 0.2478127241,\r\n \"bottomY\": 0.908007424\r\n },\r\n {\r\n \"topX\": 0.24874791318864775,\r\n \"topY\": 0.8903508771929824,\r\n \"bottomX\": 0.3580968280467446,\r\n \"bottomY\": 0.8903508771929824\r\n },\r\n {\r\n \"topX\": 0.3589315525876461,\r\n \"topY\": 0.7839912280701754,\r\n \"bottomX\": 0.3589315525876461,\r\n \"bottomY\": 0.9133771929824561\r\n },\r\n {\r\n \"topX\": 0.3597662771285476,\r\n \"topY\": 0.9078947368421053,\r\n \"bottomX\": 0.46494156928213687,\r\n \"bottomY\": 0.9078947368421053\r\n },\r\n {\r\n \"topX\": 0.4680137157,\r\n \"topY\": 0.892969903,\r\n \"bottomX\": 0.5119299412,\r\n \"bottomY\": 0.9229809019\r\n },\r\n {\r\n \"topX\": 0.513355592654424,\r\n \"topY\": 0.9133771929824561,\r\n \"bottomX\": 0.5450751252086812,\r\n \"bottomY\": 0.9133771929824561\r\n },\r\n {\r\n \"topX\": 0.5459098497495827,\r\n \"topY\": 0.8859649122807017,\r\n \"bottomX\": 0.5459098497495827,\r\n \"bottomY\": 0.9122807017543859\r\n },\r\n {\r\n \"topX\": 0.5609348914858097,\r\n \"topY\": 0.8881578947368421,\r\n \"bottomX\": 0.5751252086811353,\r\n \"bottomY\": 0.8881578947368421\r\n },\r\n {\r\n \"topX\": 0.6001669449081803,\r\n \"topY\": 0.8782894736842105,\r\n \"bottomX\": 0.6085141903171953,\r\n \"bottomY\": 0.8728070175438597\r\n },\r\n {\r\n \"topX\": 0.6126878130217028,\r\n \"topY\": 0.868421052631579,\r\n \"bottomX\": 0.6218697829716193,\r\n \"bottomY\": 0.856359649122807\r\n },\r\n {\r\n \"topX\": 0.6227045075125208,\r\n \"topY\": 0.5361842105263158,\r\n \"bottomX\": 0.6227045075125208,\r\n \"bottomY\": 0.8541666666666666\r\n },\r\n {\r\n \"topX\": 0.6235392320534223,\r\n \"topY\": 0.5350877192982456,\r\n \"bottomX\": 0.8856427378964942,\r\n \"bottomY\": 0.5350877192982456\r\n },\r\n {\r\n \"topX\": 0.8864774624373957,\r\n \"topY\": 0.5339912280701754,\r\n \"bottomX\": 0.9006677796327212,\r\n \"bottomY\": 0.5339912280701754\r\n },\r\n {\r\n \"topX\": 0.9015025041736227,\r\n \"topY\": 0.5350877192982456,\r\n \"bottomX\": 0.9173622704507512,\r\n \"bottomY\": 0.5350877192982456\r\n },\r\n {\r\n \"topX\": 0.9181969949916527,\r\n \"topY\": 0.2598684210526316,\r\n \"bottomX\": 0.9181969949916527,\r\n \"bottomY\": 0.5339912280701754\r\n },\r\n {\r\n \"topX\": 0.4056761268781302,\r\n \"topY\": 0.25877192982456143,\r\n \"bottomX\": 0.9181969949916527,\r\n \"bottomY\": 0.25877192982456143\r\n },\r\n {\r\n \"topX\": 0.4691151919866444,\r\n \"topY\": 0.20614035087719298,\r\n \"bottomX\": 0.4691151919866444,\r\n \"bottomY\": 0.2576754385964912\r\n },\r\n {\r\n \"topX\": 0.4545590878,\r\n \"topY\": 0.1921137628,\r\n \"bottomX\": 0.476189661,\r\n \"bottomY\": 0.2048424754\r\n },\r\n {\r\n \"topX\": 0.4607679465776294,\r\n \"topY\": 0.20614035087719298,\r\n \"bottomX\": 0.4607679465776294,\r\n \"bottomY\": 0.2576754385964912\r\n },\r\n {\r\n \"topX\": 0.41652754590984975,\r\n \"topY\": 0.2730263157894737,\r\n \"bottomX\": 0.4265442404006678,\r\n \"bottomY\": 0.2730263157894737\r\n },\r\n {\r\n \"topX\": 0.39315525876460766,\r\n \"topY\": 0.2730263157894737,\r\n \"bottomX\": 0.41485809682804675,\r\n \"bottomY\": 0.2730263157894737\r\n },\r\n {\r\n \"topX\": 0.3555926544240401,\r\n \"topY\": 0.2730263157894737,\r\n \"bottomX\": 0.39148580968280466,\r\n \"bottomY\": 0.2730263157894737\r\n },\r\n {\r\n \"topX\": 0.3555926544240401,\r\n \"topY\": 0.25,\r\n \"bottomX\": 0.3555926544240401,\r\n \"bottomY\": 0.2719298245614035\r\n }\r\n ]\r\n },\r\n {\r\n \"id\": 31,\r\n \"label\": \"Instrument/Indicator/Field mounted discrete indicator\",\r\n \"text_associated\": \"2LG 1113\",\r\n \"bounding_box\": {\r\n \"topX\": 0.0061458487,\r\n \"topY\": 0.2486021602,\r\n \"bottomX\": 0.096122098,\r\n \"bottomY\": 0.3820229282\r\n },\r\n \"flow_direction\": \"unknown\",\r\n \"segments\": [\r\n {\r\n \"topX\": 0.17529215358931552,\r\n \"topY\": 0.8267543859649122,\r\n \"bottomX\": 0.17529215358931552,\r\n \"bottomY\": 0.8574561403508771\r\n },\r\n {\r\n \"topX\": 0.1994991652754591,\r\n \"topY\": 0.8903508771929824,\r\n \"bottomX\": 0.21702838063439064,\r\n \"bottomY\": 0.8903508771929824\r\n },\r\n {\r\n \"topX\": 0.2198389292,\r\n \"topY\": 0.8730174227,\r\n \"bottomX\": 0.2478127241,\r\n \"bottomY\": 0.908007424\r\n },\r\n {\r\n \"topX\": 0.24874791318864775,\r\n \"topY\": 0.8903508771929824,\r\n \"bottomX\": 0.3580968280467446,\r\n \"bottomY\": 0.8903508771929824\r\n },\r\n {\r\n \"topX\": 0.3589315525876461,\r\n \"topY\": 0.7839912280701754,\r\n \"bottomX\": 0.3589315525876461,\r\n \"bottomY\": 0.9133771929824561\r\n },\r\n {\r\n \"topX\": 0.3597662771285476,\r\n \"topY\": 0.9078947368421053,\r\n \"bottomX\": 0.46494156928213687,\r\n \"bottomY\": 0.9078947368421053\r\n },\r\n {\r\n \"topX\": 0.4680137157,\r\n \"topY\": 0.892969903,\r\n \"bottomX\": 0.5119299412,\r\n \"bottomY\": 0.9229809019\r\n },\r\n {\r\n \"topX\": 0.513355592654424,\r\n \"topY\": 0.9133771929824561,\r\n \"bottomX\": 0.5450751252086812,\r\n \"bottomY\": 0.9133771929824561\r\n },\r\n {\r\n \"topX\": 0.5459098497495827,\r\n \"topY\": 0.8859649122807017,\r\n \"bottomX\": 0.5459098497495827,\r\n \"bottomY\": 0.9122807017543859\r\n },\r\n {\r\n \"topX\": 0.5609348914858097,\r\n \"topY\": 0.8881578947368421,\r\n \"bottomX\": 0.5751252086811353,\r\n \"bottomY\": 0.8881578947368421\r\n },\r\n {\r\n \"topX\": 0.6001669449081803,\r\n \"topY\": 0.8782894736842105,\r\n \"bottomX\": 0.6085141903171953,\r\n \"bottomY\": 0.8728070175438597\r\n },\r\n {\r\n \"topX\": 0.6126878130217028,\r\n \"topY\": 0.868421052631579,\r\n \"bottomX\": 0.6218697829716193,\r\n \"bottomY\": 0.856359649122807\r\n },\r\n {\r\n \"topX\": 0.6227045075125208,\r\n \"topY\": 0.5361842105263158,\r\n \"bottomX\": 0.6227045075125208,\r\n \"bottomY\": 0.8541666666666666\r\n },\r\n {\r\n \"topX\": 0.6235392320534223,\r\n \"topY\": 0.5350877192982456,\r\n \"bottomX\": 0.8856427378964942,\r\n \"bottomY\": 0.5350877192982456\r\n },\r\n {\r\n \"topX\": 0.8864774624373957,\r\n \"topY\": 0.5339912280701754,\r\n \"bottomX\": 0.9006677796327212,\r\n \"bottomY\": 0.5339912280701754\r\n },\r\n {\r\n \"topX\": 0.9015025041736227,\r\n \"topY\": 0.5350877192982456,\r\n \"bottomX\": 0.9173622704507512,\r\n \"bottomY\": 0.5350877192982456\r\n },\r\n {\r\n \"topX\": 0.9181969949916527,\r\n \"topY\": 0.2598684210526316,\r\n \"bottomX\": 0.9181969949916527,\r\n \"bottomY\": 0.5339912280701754\r\n },\r\n {\r\n \"topX\": 0.4056761268781302,\r\n \"topY\": 0.25877192982456143,\r\n \"bottomX\": 0.9181969949916527,\r\n \"bottomY\": 0.25877192982456143\r\n },\r\n {\r\n \"topX\": 0.41569282136894825,\r\n \"topY\": 0.2598684210526316,\r\n \"bottomX\": 0.41569282136894825,\r\n \"bottomY\": 0.5350877192982456\r\n },\r\n {\r\n \"topX\": 0.41652754590984975,\r\n \"topY\": 0.5350877192982456,\r\n \"bottomX\": 0.513355592654424,\r\n \"bottomY\": 0.5350877192982456\r\n },\r\n {\r\n \"topX\": 0.328881469115192,\r\n \"topY\": 0.5416666666666666,\r\n \"bottomX\": 0.42070116861435725,\r\n \"bottomY\": 0.5416666666666666\r\n },\r\n {\r\n \"topX\": 0.32470784641068445,\r\n \"topY\": 0.5372807017543859,\r\n \"bottomX\": 0.32470784641068445,\r\n \"bottomY\": 0.5526315789473685\r\n },\r\n {\r\n \"topX\": 0.3105175292153589,\r\n \"topY\": 0.5471491228070176,\r\n \"bottomX\": 0.32220367278797996,\r\n \"bottomY\": 0.5471491228070176\r\n },\r\n {\r\n \"topX\": 0.2644322157,\r\n \"topY\": 0.5338326519,\r\n \"bottomX\": 0.3093542814,\r\n \"bottomY\": 0.5627010275\r\n },\r\n {\r\n \"topX\": 0.24123539232053423,\r\n \"topY\": 0.5471491228070176,\r\n \"bottomX\": 0.2612687813021703,\r\n \"bottomY\": 0.5471491228070176\r\n },\r\n {\r\n \"topX\": 0.24123539232053423,\r\n \"topY\": 0.48903508771929827,\r\n \"bottomX\": 0.24123539232053423,\r\n \"bottomY\": 0.5460526315789473\r\n },\r\n {\r\n \"topX\": 0.11352253756260434,\r\n \"topY\": 0.48793859649122806,\r\n \"bottomX\": 0.24123539232053423,\r\n \"bottomY\": 0.48793859649122806\r\n },\r\n {\r\n \"topX\": 0.0838808835,\r\n \"topY\": 0.4734240773,\r\n \"bottomX\": 0.1123314619,\r\n \"bottomY\": 0.5065202341\r\n },\r\n {\r\n \"topX\": 0.07178631051752922,\r\n \"topY\": 0.48793859649122806,\r\n \"bottomX\": 0.08096828046744574,\r\n \"bottomY\": 0.48793859649122806\r\n },\r\n {\r\n \"topX\": 0.048414023372287146,\r\n \"topY\": 0.38377192982456143,\r\n \"bottomX\": 0.048414023372287146,\r\n \"bottomY\": 0.45723684210526316\r\n }\r\n ]\r\n },\r\n {\r\n \"id\": 0,\r\n \"label\": \"Instrument/Indicator/discrete with Pri. Loc access\",\r\n \"text_associated\": \"H LICA 1114 L\",\r\n \"bounding_box\": {\r\n \"topX\": 0.1204755664,\r\n \"topY\": 0.0040766659,\r\n \"bottomX\": 0.2110375166,\r\n \"bottomY\": 0.1372449746\r\n },\r\n \"flow_direction\": \"unknown\",\r\n \"segments\": [\r\n {\r\n \"topX\": 0.17529215358931552,\r\n \"topY\": 0.8267543859649122,\r\n \"bottomX\": 0.17529215358931552,\r\n \"bottomY\": 0.8574561403508771\r\n },\r\n {\r\n \"topX\": 0.1994991652754591,\r\n \"topY\": 0.8903508771929824,\r\n \"bottomX\": 0.21702838063439064,\r\n \"bottomY\": 0.8903508771929824\r\n },\r\n {\r\n \"topX\": 0.2198389292,\r\n \"topY\": 0.8730174227,\r\n \"bottomX\": 0.2478127241,\r\n \"bottomY\": 0.908007424\r\n },\r\n {\r\n \"topX\": 0.24874791318864775,\r\n \"topY\": 0.8903508771929824,\r\n \"bottomX\": 0.3580968280467446,\r\n \"bottomY\": 0.8903508771929824\r\n },\r\n {\r\n \"topX\": 0.3589315525876461,\r\n \"topY\": 0.7839912280701754,\r\n \"bottomX\": 0.3589315525876461,\r\n \"bottomY\": 0.9133771929824561\r\n },\r\n {\r\n \"topX\": 0.3597662771285476,\r\n \"topY\": 0.9078947368421053,\r\n \"bottomX\": 0.46494156928213687,\r\n \"bottomY\": 0.9078947368421053\r\n },\r\n {\r\n \"topX\": 0.4680137157,\r\n \"topY\": 0.892969903,\r\n \"bottomX\": 0.5119299412,\r\n \"bottomY\": 0.9229809019\r\n },\r\n {\r\n \"topX\": 0.513355592654424,\r\n \"topY\": 0.9133771929824561,\r\n \"bottomX\": 0.5450751252086812,\r\n \"bottomY\": 0.9133771929824561\r\n },\r\n {\r\n \"topX\": 0.5459098497495827,\r\n \"topY\": 0.8859649122807017,\r\n \"bottomX\": 0.5459098497495827,\r\n \"bottomY\": 0.9122807017543859\r\n },\r\n {\r\n \"topX\": 0.5609348914858097,\r\n \"topY\": 0.8881578947368421,\r\n \"bottomX\": 0.5751252086811353,\r\n \"bottomY\": 0.8881578947368421\r\n },\r\n {\r\n \"topX\": 0.6001669449081803,\r\n \"topY\": 0.8782894736842105,\r\n \"bottomX\": 0.6085141903171953,\r\n \"bottomY\": 0.8728070175438597\r\n },\r\n {\r\n \"topX\": 0.6126878130217028,\r\n \"topY\": 0.868421052631579,\r\n \"bottomX\": 0.6218697829716193,\r\n \"bottomY\": 0.856359649122807\r\n },\r\n {\r\n \"topX\": 0.6227045075125208,\r\n \"topY\": 0.5361842105263158,\r\n \"bottomX\": 0.6227045075125208,\r\n \"bottomY\": 0.8541666666666666\r\n },\r\n {\r\n \"topX\": 0.6235392320534223,\r\n \"topY\": 0.5350877192982456,\r\n \"bottomX\": 0.8856427378964942,\r\n \"bottomY\": 0.5350877192982456\r\n },\r\n {\r\n \"topX\": 0.8864774624373957,\r\n \"topY\": 0.5339912280701754,\r\n \"bottomX\": 0.9006677796327212,\r\n \"bottomY\": 0.5339912280701754\r\n },\r\n {\r\n \"topX\": 0.9015025041736227,\r\n \"topY\": 0.5350877192982456,\r\n \"bottomX\": 0.9173622704507512,\r\n \"bottomY\": 0.5350877192982456\r\n },\r\n {\r\n \"topX\": 0.9181969949916527,\r\n \"topY\": 0.2598684210526316,\r\n \"bottomX\": 0.9181969949916527,\r\n \"bottomY\": 0.5339912280701754\r\n },\r\n {\r\n \"topX\": 0.4056761268781302,\r\n \"topY\": 0.25877192982456143,\r\n \"bottomX\": 0.9181969949916527,\r\n \"bottomY\": 0.25877192982456143\r\n },\r\n {\r\n \"topX\": 0.41569282136894825,\r\n \"topY\": 0.2598684210526316,\r\n \"bottomX\": 0.41569282136894825,\r\n \"bottomY\": 0.5350877192982456\r\n },\r\n {\r\n \"topX\": 0.41652754590984975,\r\n \"topY\": 0.5350877192982456,\r\n \"bottomX\": 0.513355592654424,\r\n \"bottomY\": 0.5350877192982456\r\n },\r\n {\r\n \"topX\": 0.328881469115192,\r\n \"topY\": 0.5416666666666666,\r\n \"bottomX\": 0.42070116861435725,\r\n \"bottomY\": 0.5416666666666666\r\n },\r\n {\r\n \"topX\": 0.32470784641068445,\r\n \"topY\": 0.5372807017543859,\r\n \"bottomX\": 0.32470784641068445,\r\n \"bottomY\": 0.5526315789473685\r\n },\r\n {\r\n \"topX\": 0.3105175292153589,\r\n \"topY\": 0.5471491228070176,\r\n \"bottomX\": 0.32220367278797996,\r\n \"bottomY\": 0.5471491228070176\r\n },\r\n {\r\n \"topX\": 0.2644322157,\r\n \"topY\": 0.5338326519,\r\n \"bottomX\": 0.3093542814,\r\n \"bottomY\": 0.5627010275\r\n },\r\n {\r\n \"topX\": 0.24123539232053423,\r\n \"topY\": 0.5471491228070176,\r\n \"bottomX\": 0.2612687813021703,\r\n \"bottomY\": 0.5471491228070176\r\n },\r\n {\r\n \"topX\": 0.24123539232053423,\r\n \"topY\": 0.48903508771929827,\r\n \"bottomX\": 0.24123539232053423,\r\n \"bottomY\": 0.5460526315789473\r\n },\r\n {\r\n \"topX\": 0.11352253756260434,\r\n \"topY\": 0.48793859649122806,\r\n \"bottomX\": 0.24123539232053423,\r\n \"bottomY\": 0.48793859649122806\r\n },\r\n {\r\n \"topX\": 0.24123539232053423,\r\n \"topY\": 0.41118421052631576,\r\n \"bottomX\": 0.24123539232053423,\r\n \"bottomY\": 0.4868421052631579\r\n },\r\n {\r\n \"topX\": 0.1636060100166945,\r\n \"topY\": 0.3881578947368421,\r\n \"bottomX\": 0.1636060100166945,\r\n \"bottomY\": 0.418859649122807\r\n },\r\n {\r\n \"topX\": 0.1636060100166945,\r\n \"topY\": 0.24780701754385964,\r\n \"bottomX\": 0.1636060100166945,\r\n \"bottomY\": 0.3881578947368421\r\n },\r\n {\r\n \"topX\": 0.16277128547579298,\r\n \"topY\": 0.2149122807017544,\r\n \"bottomX\": 0.16277128547579298,\r\n \"bottomY\": 0.24671052631578946\r\n },\r\n {\r\n \"topX\": 0.1636060100166945,\r\n \"topY\": 0.13925438596491227,\r\n \"bottomX\": 0.1636060100166945,\r\n \"bottomY\": 0.17324561403508773\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"id\": 1,\r\n \"label\": \"Instrument/Indicator/discrete with Pri. Loc access\",\r\n \"text_associated\": \"LICA 1116\",\r\n \"bounding_box\": {\r\n \"topX\": 0.3943493605,\r\n \"topY\": 0.6227787339,\r\n \"bottomX\": 0.486054039,\r\n \"bottomY\": 0.7461864307\r\n },\r\n \"connections\": []\r\n },\r\n {\r\n \"id\": 0,\r\n \"label\": \"Instrument/Indicator/discrete with Pri. Loc access\",\r\n \"text_associated\": \"H LICA 1114 L\",\r\n \"bounding_box\": {\r\n \"topX\": 0.1204755664,\r\n \"topY\": 0.0040766659,\r\n \"bottomX\": 0.2110375166,\r\n \"bottomY\": 0.1372449746\r\n },\r\n \"connections\": [\r\n {\r\n \"id\": 31,\r\n \"label\": \"Instrument/Indicator/Field mounted discrete indicator\",\r\n \"text_associated\": \"2LG 1113\",\r\n \"bounding_box\": {\r\n \"topX\": 0.0061458487,\r\n \"topY\": 0.2486021602,\r\n \"bottomX\": 0.096122098,\r\n \"bottomY\": 0.3820229282\r\n },\r\n \"flow_direction\": \"unknown\",\r\n \"segments\": [\r\n {\r\n \"topX\": 0.1636060100166945,\r\n \"topY\": 0.13925438596491227,\r\n \"bottomX\": 0.1636060100166945,\r\n \"bottomY\": 0.17324561403508773\r\n },\r\n {\r\n \"topX\": 0.16277128547579298,\r\n \"topY\": 0.2149122807017544,\r\n \"bottomX\": 0.16277128547579298,\r\n \"bottomY\": 0.24671052631578946\r\n },\r\n {\r\n \"topX\": 0.1636060100166945,\r\n \"topY\": 0.24780701754385964,\r\n \"bottomX\": 0.1636060100166945,\r\n \"bottomY\": 0.3881578947368421\r\n },\r\n {\r\n \"topX\": 0.1636060100166945,\r\n \"topY\": 0.3881578947368421,\r\n \"bottomX\": 0.1636060100166945,\r\n \"bottomY\": 0.418859649122807\r\n },\r\n {\r\n \"topX\": 0.24123539232053423,\r\n \"topY\": 0.41118421052631576,\r\n \"bottomX\": 0.24123539232053423,\r\n \"bottomY\": 0.4868421052631579\r\n },\r\n {\r\n \"topX\": 0.11352253756260434,\r\n \"topY\": 0.48793859649122806,\r\n \"bottomX\": 0.24123539232053423,\r\n \"bottomY\": 0.48793859649122806\r\n },\r\n {\r\n \"topX\": 0.0838808835,\r\n \"topY\": 0.4734240773,\r\n \"bottomX\": 0.1123314619,\r\n \"bottomY\": 0.5065202341\r\n },\r\n {\r\n \"topX\": 0.07178631051752922,\r\n \"topY\": 0.48793859649122806,\r\n \"bottomX\": 0.08096828046744574,\r\n \"bottomY\": 0.48793859649122806\r\n },\r\n {\r\n \"topX\": 0.048414023372287146,\r\n \"topY\": 0.38377192982456143,\r\n \"bottomX\": 0.048414023372287146,\r\n \"bottomY\": 0.45723684210526316\r\n }\r\n ]\r\n },\r\n {\r\n \"id\": 12,\r\n \"label\": \"Instrument/Valve/Gate valve NO\",\r\n \"text_associated\": \"X2ª CS\",\r\n \"bounding_box\": {\r\n \"topX\": 0.3400073051,\r\n \"topY\": 0.1918527967,\r\n \"bottomX\": 0.3630953312,\r\n \"bottomY\": 0.2485296418\r\n },\r\n \"flow_direction\": \"unknown\",\r\n \"segments\": [\r\n {\r\n \"topX\": 0.1636060100166945,\r\n \"topY\": 0.13925438596491227,\r\n \"bottomX\": 0.1636060100166945,\r\n \"bottomY\": 0.17324561403508773\r\n },\r\n {\r\n \"topX\": 0.16277128547579298,\r\n \"topY\": 0.2149122807017544,\r\n \"bottomX\": 0.16277128547579298,\r\n \"bottomY\": 0.24671052631578946\r\n },\r\n {\r\n \"topX\": 0.1636060100166945,\r\n \"topY\": 0.24780701754385964,\r\n \"bottomX\": 0.1636060100166945,\r\n \"bottomY\": 0.3881578947368421\r\n },\r\n {\r\n \"topX\": 0.1636060100166945,\r\n \"topY\": 0.3881578947368421,\r\n \"bottomX\": 0.1636060100166945,\r\n \"bottomY\": 0.418859649122807\r\n },\r\n {\r\n \"topX\": 0.24123539232053423,\r\n \"topY\": 0.41118421052631576,\r\n \"bottomX\": 0.24123539232053423,\r\n \"bottomY\": 0.4868421052631579\r\n },\r\n {\r\n \"topX\": 0.11352253756260434,\r\n \"topY\": 0.48793859649122806,\r\n \"bottomX\": 0.24123539232053423,\r\n \"bottomY\": 0.48793859649122806\r\n },\r\n {\r\n \"topX\": 0.24123539232053423,\r\n \"topY\": 0.48903508771929827,\r\n \"bottomX\": 0.24123539232053423,\r\n \"bottomY\": 0.5460526315789473\r\n },\r\n {\r\n \"topX\": 0.24123539232053423,\r\n \"topY\": 0.5471491228070176,\r\n \"bottomX\": 0.2612687813021703,\r\n \"bottomY\": 0.5471491228070176\r\n },\r\n {\r\n \"topX\": 0.2644322157,\r\n \"topY\": 0.5338326519,\r\n \"bottomX\": 0.3093542814,\r\n \"bottomY\": 0.5627010275\r\n },\r\n {\r\n \"topX\": 0.3105175292153589,\r\n \"topY\": 0.5471491228070176,\r\n \"bottomX\": 0.32220367278797996,\r\n \"bottomY\": 0.5471491228070176\r\n },\r\n {\r\n \"topX\": 0.32470784641068445,\r\n \"topY\": 0.5372807017543859,\r\n \"bottomX\": 0.32470784641068445,\r\n \"bottomY\": 0.5526315789473685\r\n },\r\n {\r\n \"topX\": 0.328881469115192,\r\n \"topY\": 0.5416666666666666,\r\n \"bottomX\": 0.42070116861435725,\r\n \"bottomY\": 0.5416666666666666\r\n },\r\n {\r\n \"topX\": 0.41652754590984975,\r\n \"topY\": 0.5350877192982456,\r\n \"bottomX\": 0.513355592654424,\r\n \"bottomY\": 0.5350877192982456\r\n },\r\n {\r\n \"topX\": 0.41569282136894825,\r\n \"topY\": 0.2598684210526316,\r\n \"bottomX\": 0.41569282136894825,\r\n \"bottomY\": 0.5350877192982456\r\n },\r\n {\r\n \"topX\": 0.4056761268781302,\r\n \"topY\": 0.25877192982456143,\r\n \"bottomX\": 0.9181969949916527,\r\n \"bottomY\": 0.25877192982456143\r\n },\r\n {\r\n \"topX\": 0.4691151919866444,\r\n \"topY\": 0.20614035087719298,\r\n \"bottomX\": 0.4691151919866444,\r\n \"bottomY\": 0.2576754385964912\r\n },\r\n {\r\n \"topX\": 0.4545590878,\r\n \"topY\": 0.1921137628,\r\n \"bottomX\": 0.476189661,\r\n \"bottomY\": 0.2048424754\r\n },\r\n {\r\n \"topX\": 0.4607679465776294,\r\n \"topY\": 0.20614035087719298,\r\n \"bottomX\": 0.4607679465776294,\r\n \"bottomY\": 0.2576754385964912\r\n },\r\n {\r\n \"topX\": 0.41652754590984975,\r\n \"topY\": 0.2730263157894737,\r\n \"bottomX\": 0.4265442404006678,\r\n \"bottomY\": 0.2730263157894737\r\n },\r\n {\r\n \"topX\": 0.39315525876460766,\r\n \"topY\": 0.2730263157894737,\r\n \"bottomX\": 0.41485809682804675,\r\n \"bottomY\": 0.2730263157894737\r\n },\r\n {\r\n \"topX\": 0.3555926544240401,\r\n \"topY\": 0.2730263157894737,\r\n \"bottomX\": 0.39148580968280466,\r\n \"bottomY\": 0.2730263157894737\r\n },\r\n {\r\n \"topX\": 0.3555926544240401,\r\n \"topY\": 0.25,\r\n \"bottomX\": 0.3555926544240401,\r\n \"bottomY\": 0.2719298245614035\r\n }\r\n ]\r\n },\r\n {\r\n \"id\": 51,\r\n \"label\": \"Instrument/Indicator/Field mounted discrete indicator\",\r\n \"text_associated\": \"2LG 1115\",\r\n \"bounding_box\": {\r\n \"topX\": 0.1307962537,\r\n \"topY\": 0.6974007922,\r\n \"bottomX\": 0.2220135927,\r\n \"bottomY\": 0.8248714001\r\n },\r\n \"flow_direction\": \"unknown\",\r\n \"segments\": [\r\n {\r\n \"topX\": 0.1636060100166945,\r\n \"topY\": 0.13925438596491227,\r\n \"bottomX\": 0.1636060100166945,\r\n \"bottomY\": 0.17324561403508773\r\n },\r\n {\r\n \"topX\": 0.16277128547579298,\r\n \"topY\": 0.2149122807017544,\r\n \"bottomX\": 0.16277128547579298,\r\n \"bottomY\": 0.24671052631578946\r\n },\r\n {\r\n \"topX\": 0.1636060100166945,\r\n \"topY\": 0.24780701754385964,\r\n \"bottomX\": 0.1636060100166945,\r\n \"bottomY\": 0.3881578947368421\r\n },\r\n {\r\n \"topX\": 0.1636060100166945,\r\n \"topY\": 0.3881578947368421,\r\n \"bottomX\": 0.1636060100166945,\r\n \"bottomY\": 0.418859649122807\r\n },\r\n {\r\n \"topX\": 0.24123539232053423,\r\n \"topY\": 0.41118421052631576,\r\n \"bottomX\": 0.24123539232053423,\r\n \"bottomY\": 0.4868421052631579\r\n },\r\n {\r\n \"topX\": 0.11352253756260434,\r\n \"topY\": 0.48793859649122806,\r\n \"bottomX\": 0.24123539232053423,\r\n \"bottomY\": 0.48793859649122806\r\n },\r\n {\r\n \"topX\": 0.24123539232053423,\r\n \"topY\": 0.48903508771929827,\r\n \"bottomX\": 0.24123539232053423,\r\n \"bottomY\": 0.5460526315789473\r\n },\r\n {\r\n \"topX\": 0.24123539232053423,\r\n \"topY\": 0.5471491228070176,\r\n \"bottomX\": 0.2612687813021703,\r\n \"bottomY\": 0.5471491228070176\r\n },\r\n {\r\n \"topX\": 0.2644322157,\r\n \"topY\": 0.5338326519,\r\n \"bottomX\": 0.3093542814,\r\n \"bottomY\": 0.5627010275\r\n },\r\n {\r\n \"topX\": 0.3105175292153589,\r\n \"topY\": 0.5471491228070176,\r\n \"bottomX\": 0.32220367278797996,\r\n \"bottomY\": 0.5471491228070176\r\n },\r\n {\r\n \"topX\": 0.32470784641068445,\r\n \"topY\": 0.5372807017543859,\r\n \"bottomX\": 0.32470784641068445,\r\n \"bottomY\": 0.5526315789473685\r\n },\r\n {\r\n \"topX\": 0.328881469115192,\r\n \"topY\": 0.5416666666666666,\r\n \"bottomX\": 0.42070116861435725,\r\n \"bottomY\": 0.5416666666666666\r\n },\r\n {\r\n \"topX\": 0.41652754590984975,\r\n \"topY\": 0.5350877192982456,\r\n \"bottomX\": 0.513355592654424,\r\n \"bottomY\": 0.5350877192982456\r\n },\r\n {\r\n \"topX\": 0.41569282136894825,\r\n \"topY\": 0.2598684210526316,\r\n \"bottomX\": 0.41569282136894825,\r\n \"bottomY\": 0.5350877192982456\r\n },\r\n {\r\n \"topX\": 0.4056761268781302,\r\n \"topY\": 0.25877192982456143,\r\n \"bottomX\": 0.9181969949916527,\r\n \"bottomY\": 0.25877192982456143\r\n },\r\n {\r\n \"topX\": 0.9181969949916527,\r\n \"topY\": 0.2598684210526316,\r\n \"bottomX\": 0.9181969949916527,\r\n \"bottomY\": 0.5339912280701754\r\n },\r\n {\r\n \"topX\": 0.9015025041736227,\r\n \"topY\": 0.5350877192982456,\r\n \"bottomX\": 0.9173622704507512,\r\n \"bottomY\": 0.5350877192982456\r\n },\r\n {\r\n \"topX\": 0.8864774624373957,\r\n \"topY\": 0.5339912280701754,\r\n \"bottomX\": 0.9006677796327212,\r\n \"bottomY\": 0.5339912280701754\r\n },\r\n {\r\n \"topX\": 0.6235392320534223,\r\n \"topY\": 0.5350877192982456,\r\n \"bottomX\": 0.8856427378964942,\r\n \"bottomY\": 0.5350877192982456\r\n },\r\n {\r\n \"topX\": 0.6227045075125208,\r\n \"topY\": 0.5361842105263158,\r\n \"bottomX\": 0.6227045075125208,\r\n \"bottomY\": 0.8541666666666666\r\n },\r\n {\r\n \"topX\": 0.6126878130217028,\r\n \"topY\": 0.868421052631579,\r\n \"bottomX\": 0.6218697829716193,\r\n \"bottomY\": 0.856359649122807\r\n },\r\n {\r\n \"topX\": 0.6001669449081803,\r\n \"topY\": 0.8782894736842105,\r\n \"bottomX\": 0.6085141903171953,\r\n \"bottomY\": 0.8728070175438597\r\n },\r\n {\r\n \"topX\": 0.5609348914858097,\r\n \"topY\": 0.8881578947368421,\r\n \"bottomX\": 0.5751252086811353,\r\n \"bottomY\": 0.8881578947368421\r\n },\r\n {\r\n \"topX\": 0.5459098497495827,\r\n \"topY\": 0.8859649122807017,\r\n \"bottomX\": 0.5459098497495827,\r\n \"bottomY\": 0.9122807017543859\r\n },\r\n {\r\n \"topX\": 0.513355592654424,\r\n \"topY\": 0.9133771929824561,\r\n \"bottomX\": 0.5450751252086812,\r\n \"bottomY\": 0.9133771929824561\r\n },\r\n {\r\n \"topX\": 0.4680137157,\r\n \"topY\": 0.892969903,\r\n \"bottomX\": 0.5119299412,\r\n \"bottomY\": 0.9229809019\r\n },\r\n {\r\n \"topX\": 0.3597662771285476,\r\n \"topY\": 0.9078947368421053,\r\n \"bottomX\": 0.46494156928213687,\r\n \"bottomY\": 0.9078947368421053\r\n },\r\n {\r\n \"topX\": 0.3589315525876461,\r\n \"topY\": 0.7839912280701754,\r\n \"bottomX\": 0.3589315525876461,\r\n \"bottomY\": 0.9133771929824561\r\n },\r\n {\r\n \"topX\": 0.24874791318864775,\r\n \"topY\": 0.8903508771929824,\r\n \"bottomX\": 0.3580968280467446,\r\n \"bottomY\": 0.8903508771929824\r\n },\r\n {\r\n \"topX\": 0.2198389292,\r\n \"topY\": 0.8730174227,\r\n \"bottomX\": 0.2478127241,\r\n \"bottomY\": 0.908007424\r\n },\r\n {\r\n \"topX\": 0.1994991652754591,\r\n \"topY\": 0.8903508771929824,\r\n \"bottomX\": 0.21702838063439064,\r\n \"bottomY\": 0.8903508771929824\r\n },\r\n {\r\n \"topX\": 0.17529215358931552,\r\n \"topY\": 0.8267543859649122,\r\n \"bottomX\": 0.17529215358931552,\r\n \"bottomY\": 0.8574561403508771\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"id\": 3,\r\n \"label\": \"Instrument/Valve/Flanged rotary valve NO\",\r\n \"text_associated\": \"2\\\" HIOIH\",\r\n \"bounding_box\": {\r\n \"topX\": 0.2543906927,\r\n \"topY\": 0.190360036,\r\n \"bottomX\": 0.3012958765,\r\n \"bottomY\": 0.2240658551\r\n },\r\n \"connections\": []\r\n },\r\n {\r\n \"id\": 6,\r\n \"label\": \"Instrument/Valve/Flanged rotary valve NO\",\r\n \"text_associated\": \"2\\\" HIOIH\",\r\n \"bounding_box\": {\r\n \"topX\": 0.180402422,\r\n \"topY\": 0.2150443075,\r\n \"bottomX\": 0.2259637356,\r\n \"bottomY\": 0.2476310025\r\n },\r\n \"connections\": []\r\n },\r\n {\r\n \"id\": 2,\r\n \"label\": \"Instrument/Indicator/discrete with Pri. Loc access\",\r\n \"text_associated\": \"LIA 1112 T\",\r\n \"bounding_box\": {\r\n \"topX\": 0.2658255816,\r\n \"topY\": 0.0059880721,\r\n \"bottomX\": 0.356105113,\r\n \"bottomY\": 0.1373065424\r\n },\r\n \"connections\": []\r\n },\r\n {\r\n \"id\": 31,\r\n \"label\": \"Instrument/Indicator/Field mounted discrete indicator\",\r\n \"text_associated\": \"2LG 1113\",\r\n \"bounding_box\": {\r\n \"topX\": 0.0061458487,\r\n \"topY\": 0.2486021602,\r\n \"bottomX\": 0.096122098,\r\n \"bottomY\": 0.3820229282\r\n },\r\n \"connections\": [\r\n {\r\n \"id\": 0,\r\n \"label\": \"Instrument/Indicator/discrete with Pri. Loc access\",\r\n \"text_associated\": \"H LICA 1114 L\",\r\n \"bounding_box\": {\r\n \"topX\": 0.1204755664,\r\n \"topY\": 0.0040766659,\r\n \"bottomX\": 0.2110375166,\r\n \"bottomY\": 0.1372449746\r\n },\r\n \"flow_direction\": \"unknown\",\r\n \"segments\": [\r\n {\r\n \"topX\": 0.048414023372287146,\r\n \"topY\": 0.38377192982456143,\r\n \"bottomX\": 0.048414023372287146,\r\n \"bottomY\": 0.45723684210526316\r\n },\r\n {\r\n \"topX\": 0.07178631051752922,\r\n \"topY\": 0.48793859649122806,\r\n \"bottomX\": 0.08096828046744574,\r\n \"bottomY\": 0.48793859649122806\r\n },\r\n {\r\n \"topX\": 0.0838808835,\r\n \"topY\": 0.4734240773,\r\n \"bottomX\": 0.1123314619,\r\n \"bottomY\": 0.5065202341\r\n },\r\n {\r\n \"topX\": 0.11352253756260434,\r\n \"topY\": 0.48793859649122806,\r\n \"bottomX\": 0.24123539232053423,\r\n \"bottomY\": 0.48793859649122806\r\n },\r\n {\r\n \"topX\": 0.24123539232053423,\r\n \"topY\": 0.41118421052631576,\r\n \"bottomX\": 0.24123539232053423,\r\n \"bottomY\": 0.4868421052631579\r\n },\r\n {\r\n \"topX\": 0.1636060100166945,\r\n \"topY\": 0.3881578947368421,\r\n \"bottomX\": 0.1636060100166945,\r\n \"bottomY\": 0.418859649122807\r\n },\r\n {\r\n \"topX\": 0.1636060100166945,\r\n \"topY\": 0.24780701754385964,\r\n \"bottomX\": 0.1636060100166945,\r\n \"bottomY\": 0.3881578947368421\r\n },\r\n {\r\n \"topX\": 0.16277128547579298,\r\n \"topY\": 0.2149122807017544,\r\n \"bottomX\": 0.16277128547579298,\r\n \"bottomY\": 0.24671052631578946\r\n },\r\n {\r\n \"topX\": 0.1636060100166945,\r\n \"topY\": 0.13925438596491227,\r\n \"bottomX\": 0.1636060100166945,\r\n \"bottomY\": 0.17324561403508773\r\n }\r\n ]\r\n },\r\n {\r\n \"id\": 12,\r\n \"label\": \"Instrument/Valve/Gate valve NO\",\r\n \"text_associated\": \"X2ª CS\",\r\n \"bounding_box\": {\r\n \"topX\": 0.3400073051,\r\n \"topY\": 0.1918527967,\r\n \"bottomX\": 0.3630953312,\r\n \"bottomY\": 0.2485296418\r\n },\r\n \"flow_direction\": \"unknown\",\r\n \"segments\": [\r\n {\r\n \"topX\": 0.048414023372287146,\r\n \"topY\": 0.38377192982456143,\r\n \"bottomX\": 0.048414023372287146,\r\n \"bottomY\": 0.45723684210526316\r\n },\r\n {\r\n \"topX\": 0.07178631051752922,\r\n \"topY\": 0.48793859649122806,\r\n \"bottomX\": 0.08096828046744574,\r\n \"bottomY\": 0.48793859649122806\r\n },\r\n {\r\n \"topX\": 0.0838808835,\r\n \"topY\": 0.4734240773,\r\n \"bottomX\": 0.1123314619,\r\n \"bottomY\": 0.5065202341\r\n },\r\n {\r\n \"topX\": 0.11352253756260434,\r\n \"topY\": 0.48793859649122806,\r\n \"bottomX\": 0.24123539232053423,\r\n \"bottomY\": 0.48793859649122806\r\n },\r\n {\r\n \"topX\": 0.24123539232053423,\r\n \"topY\": 0.48903508771929827,\r\n \"bottomX\": 0.24123539232053423,\r\n \"bottomY\": 0.5460526315789473\r\n },\r\n {\r\n \"topX\": 0.24123539232053423,\r\n \"topY\": 0.5471491228070176,\r\n \"bottomX\": 0.2612687813021703,\r\n \"bottomY\": 0.5471491228070176\r\n },\r\n {\r\n \"topX\": 0.2644322157,\r\n \"topY\": 0.5338326519,\r\n \"bottomX\": 0.3093542814,\r\n \"bottomY\": 0.5627010275\r\n },\r\n {\r\n \"topX\": 0.3105175292153589,\r\n \"topY\": 0.5471491228070176,\r\n \"bottomX\": 0.32220367278797996,\r\n \"bottomY\": 0.5471491228070176\r\n },\r\n {\r\n \"topX\": 0.32470784641068445,\r\n \"topY\": 0.5372807017543859,\r\n \"bottomX\": 0.32470784641068445,\r\n \"bottomY\": 0.5526315789473685\r\n },\r\n {\r\n \"topX\": 0.328881469115192,\r\n \"topY\": 0.5416666666666666,\r\n \"bottomX\": 0.42070116861435725,\r\n \"bottomY\": 0.5416666666666666\r\n },\r\n {\r\n \"topX\": 0.41652754590984975,\r\n \"topY\": 0.5350877192982456,\r\n \"bottomX\": 0.513355592654424,\r\n \"bottomY\": 0.5350877192982456\r\n },\r\n {\r\n \"topX\": 0.41569282136894825,\r\n \"topY\": 0.2598684210526316,\r\n \"bottomX\": 0.41569282136894825,\r\n \"bottomY\": 0.5350877192982456\r\n },\r\n {\r\n \"topX\": 0.4056761268781302,\r\n \"topY\": 0.25877192982456143,\r\n \"bottomX\": 0.9181969949916527,\r\n \"bottomY\": 0.25877192982456143\r\n },\r\n {\r\n \"topX\": 0.4691151919866444,\r\n \"topY\": 0.20614035087719298,\r\n \"bottomX\": 0.4691151919866444,\r\n \"bottomY\": 0.2576754385964912\r\n },\r\n {\r\n \"topX\": 0.4545590878,\r\n \"topY\": 0.1921137628,\r\n \"bottomX\": 0.476189661,\r\n \"bottomY\": 0.2048424754\r\n },\r\n {\r\n \"topX\": 0.4607679465776294,\r\n \"topY\": 0.20614035087719298,\r\n \"bottomX\": 0.4607679465776294,\r\n \"bottomY\": 0.2576754385964912\r\n },\r\n {\r\n \"topX\": 0.41652754590984975,\r\n \"topY\": 0.2730263157894737,\r\n \"bottomX\": 0.4265442404006678,\r\n \"bottomY\": 0.2730263157894737\r\n },\r\n {\r\n \"topX\": 0.39315525876460766,\r\n \"topY\": 0.2730263157894737,\r\n \"bottomX\": 0.41485809682804675,\r\n \"bottomY\": 0.2730263157894737\r\n },\r\n {\r\n \"topX\": 0.3555926544240401,\r\n \"topY\": 0.2730263157894737,\r\n \"bottomX\": 0.39148580968280466,\r\n \"bottomY\": 0.2730263157894737\r\n },\r\n {\r\n \"topX\": 0.3555926544240401,\r\n \"topY\": 0.25,\r\n \"bottomX\": 0.3555926544240401,\r\n \"bottomY\": 0.2719298245614035\r\n }\r\n ]\r\n },\r\n {\r\n \"id\": 51,\r\n \"label\": \"Instrument/Indicator/Field mounted discrete indicator\",\r\n \"text_associated\": \"2LG 1115\",\r\n \"bounding_box\": {\r\n \"topX\": 0.1307962537,\r\n \"topY\": 0.6974007922,\r\n \"bottomX\": 0.2220135927,\r\n \"bottomY\": 0.8248714001\r\n },\r\n \"flow_direction\": \"unknown\",\r\n \"segments\": [\r\n {\r\n \"topX\": 0.048414023372287146,\r\n \"topY\": 0.38377192982456143,\r\n \"bottomX\": 0.048414023372287146,\r\n \"bottomY\": 0.45723684210526316\r\n },\r\n {\r\n \"topX\": 0.07178631051752922,\r\n \"topY\": 0.48793859649122806,\r\n \"bottomX\": 0.08096828046744574,\r\n \"bottomY\": 0.48793859649122806\r\n },\r\n {\r\n \"topX\": 0.0838808835,\r\n \"topY\": 0.4734240773,\r\n \"bottomX\": 0.1123314619,\r\n \"bottomY\": 0.5065202341\r\n },\r\n {\r\n \"topX\": 0.11352253756260434,\r\n \"topY\": 0.48793859649122806,\r\n \"bottomX\": 0.24123539232053423,\r\n \"bottomY\": 0.48793859649122806\r\n },\r\n {\r\n \"topX\": 0.24123539232053423,\r\n \"topY\": 0.48903508771929827,\r\n \"bottomX\": 0.24123539232053423,\r\n \"bottomY\": 0.5460526315789473\r\n },\r\n {\r\n \"topX\": 0.24123539232053423,\r\n \"topY\": 0.5471491228070176,\r\n \"bottomX\": 0.2612687813021703,\r\n \"bottomY\": 0.5471491228070176\r\n },\r\n {\r\n \"topX\": 0.2644322157,\r\n \"topY\": 0.5338326519,\r\n \"bottomX\": 0.3093542814,\r\n \"bottomY\": 0.5627010275\r\n },\r\n {\r\n \"topX\": 0.3105175292153589,\r\n \"topY\": 0.5471491228070176,\r\n \"bottomX\": 0.32220367278797996,\r\n \"bottomY\": 0.5471491228070176\r\n },\r\n {\r\n \"topX\": 0.32470784641068445,\r\n \"topY\": 0.5372807017543859,\r\n \"bottomX\": 0.32470784641068445,\r\n \"bottomY\": 0.5526315789473685\r\n },\r\n {\r\n \"topX\": 0.328881469115192,\r\n \"topY\": 0.5416666666666666,\r\n \"bottomX\": 0.42070116861435725,\r\n \"bottomY\": 0.5416666666666666\r\n },\r\n {\r\n \"topX\": 0.41652754590984975,\r\n \"topY\": 0.5350877192982456,\r\n \"bottomX\": 0.513355592654424,\r\n \"bottomY\": 0.5350877192982456\r\n },\r\n {\r\n \"topX\": 0.41569282136894825,\r\n \"topY\": 0.2598684210526316,\r\n \"bottomX\": 0.41569282136894825,\r\n \"bottomY\": 0.5350877192982456\r\n },\r\n {\r\n \"topX\": 0.4056761268781302,\r\n \"topY\": 0.25877192982456143,\r\n \"bottomX\": 0.9181969949916527,\r\n \"bottomY\": 0.25877192982456143\r\n },\r\n {\r\n \"topX\": 0.9181969949916527,\r\n \"topY\": 0.2598684210526316,\r\n \"bottomX\": 0.9181969949916527,\r\n \"bottomY\": 0.5339912280701754\r\n },\r\n {\r\n \"topX\": 0.9015025041736227,\r\n \"topY\": 0.5350877192982456,\r\n \"bottomX\": 0.9173622704507512,\r\n \"bottomY\": 0.5350877192982456\r\n },\r\n {\r\n \"topX\": 0.8864774624373957,\r\n \"topY\": 0.5339912280701754,\r\n \"bottomX\": 0.9006677796327212,\r\n \"bottomY\": 0.5339912280701754\r\n },\r\n {\r\n \"topX\": 0.6235392320534223,\r\n \"topY\": 0.5350877192982456,\r\n \"bottomX\": 0.8856427378964942,\r\n \"bottomY\": 0.5350877192982456\r\n },\r\n {\r\n \"topX\": 0.6227045075125208,\r\n \"topY\": 0.5361842105263158,\r\n \"bottomX\": 0.6227045075125208,\r\n \"bottomY\": 0.8541666666666666\r\n },\r\n {\r\n \"topX\": 0.6126878130217028,\r\n \"topY\": 0.868421052631579,\r\n \"bottomX\": 0.6218697829716193,\r\n \"bottomY\": 0.856359649122807\r\n },\r\n {\r\n \"topX\": 0.6001669449081803,\r\n \"topY\": 0.8782894736842105,\r\n \"bottomX\": 0.6085141903171953,\r\n \"bottomY\": 0.8728070175438597\r\n },\r\n {\r\n \"topX\": 0.5609348914858097,\r\n \"topY\": 0.8881578947368421,\r\n \"bottomX\": 0.5751252086811353,\r\n \"bottomY\": 0.8881578947368421\r\n },\r\n {\r\n \"topX\": 0.5459098497495827,\r\n \"topY\": 0.8859649122807017,\r\n \"bottomX\": 0.5459098497495827,\r\n \"bottomY\": 0.9122807017543859\r\n },\r\n {\r\n \"topX\": 0.513355592654424,\r\n \"topY\": 0.9133771929824561,\r\n \"bottomX\": 0.5450751252086812,\r\n \"bottomY\": 0.9133771929824561\r\n },\r\n {\r\n \"topX\": 0.4680137157,\r\n \"topY\": 0.892969903,\r\n \"bottomX\": 0.5119299412,\r\n \"bottomY\": 0.9229809019\r\n },\r\n {\r\n \"topX\": 0.3597662771285476,\r\n \"topY\": 0.9078947368421053,\r\n \"bottomX\": 0.46494156928213687,\r\n \"bottomY\": 0.9078947368421053\r\n },\r\n {\r\n \"topX\": 0.3589315525876461,\r\n \"topY\": 0.7839912280701754,\r\n \"bottomX\": 0.3589315525876461,\r\n \"bottomY\": 0.9133771929824561\r\n },\r\n {\r\n \"topX\": 0.24874791318864775,\r\n \"topY\": 0.8903508771929824,\r\n \"bottomX\": 0.3580968280467446,\r\n \"bottomY\": 0.8903508771929824\r\n },\r\n {\r\n \"topX\": 0.2198389292,\r\n \"topY\": 0.8730174227,\r\n \"bottomX\": 0.2478127241,\r\n \"bottomY\": 0.908007424\r\n },\r\n {\r\n \"topX\": 0.1994991652754591,\r\n \"topY\": 0.8903508771929824,\r\n \"bottomX\": 0.21702838063439064,\r\n \"bottomY\": 0.8903508771929824\r\n },\r\n {\r\n \"topX\": 0.17529215358931552,\r\n \"topY\": 0.8267543859649122,\r\n \"bottomX\": 0.17529215358931552,\r\n \"bottomY\": 0.8574561403508771\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"id\": 8,\r\n \"label\": \"Instrument/Indicator/discrete with Pri. Loc access\",\r\n \"text_associated\": \"LT 1130\",\r\n \"bounding_box\": {\r\n \"topX\": 0.240205574,\r\n \"topY\": 0.7456443207,\r\n \"bottomX\": 0.3288918495,\r\n \"bottomY\": 0.8837415629\r\n },\r\n \"connections\": []\r\n },\r\n {\r\n \"id\": 58,\r\n \"label\": \"Instrument/Valve/Gate valve NO\",\r\n \"text_associated\": \"X2\\\"-VENT\",\r\n \"bounding_box\": {\r\n \"topX\": 0.6644144535,\r\n \"topY\": 0.1567990031,\r\n \"bottomX\": 0.6870087147,\r\n \"bottomY\": 0.2116238635\r\n },\r\n \"connections\": []\r\n },\r\n {\r\n \"id\": 12,\r\n \"label\": \"Instrument/Valve/Gate valve NO\",\r\n \"text_associated\": \"X2ª CS\",\r\n \"bounding_box\": {\r\n \"topX\": 0.3400073051,\r\n \"topY\": 0.1918527967,\r\n \"bottomX\": 0.3630953312,\r\n \"bottomY\": 0.2485296418\r\n },\r\n \"connections\": [\r\n {\r\n \"id\": 31,\r\n \"label\": \"Instrument/Indicator/Field mounted discrete indicator\",\r\n \"text_associated\": \"2LG 1113\",\r\n \"bounding_box\": {\r\n \"topX\": 0.0061458487,\r\n \"topY\": 0.2486021602,\r\n \"bottomX\": 0.096122098,\r\n \"bottomY\": 0.3820229282\r\n },\r\n \"flow_direction\": \"unknown\",\r\n \"segments\": [\r\n {\r\n \"topX\": 0.34641068447412354,\r\n \"topY\": 0.25,\r\n \"bottomX\": 0.34641068447412354,\r\n \"bottomY\": 0.28399122807017546\r\n },\r\n {\r\n \"topX\": 0.34724540901502504,\r\n \"topY\": 0.2850877192982456,\r\n \"bottomX\": 0.41485809682804675,\r\n \"bottomY\": 0.2850877192982456\r\n },\r\n {\r\n \"topX\": 0.3580968280467446,\r\n \"topY\": 0.32785087719298245,\r\n \"bottomX\": 0.36811352253756263,\r\n \"bottomY\": 0.30372807017543857\r\n },\r\n {\r\n \"topX\": 0.35308848080133554,\r\n \"topY\": 0.34868421052631576,\r\n \"bottomX\": 0.3564273789649416,\r\n \"bottomY\": 0.3344298245614035\r\n },\r\n {\r\n \"topX\": 0.35058430717863104,\r\n \"topY\": 0.36403508771929827,\r\n \"bottomX\": 0.35058430717863104,\r\n \"bottomY\": 0.37609649122807015\r\n },\r\n {\r\n \"topX\": 0.35058430717863104,\r\n \"topY\": 0.38596491228070173,\r\n \"bottomX\": 0.35058430717863104,\r\n \"bottomY\": 0.40131578947368424\r\n },\r\n {\r\n \"topX\": 0.34974958263772954,\r\n \"topY\": 0.4024122807017544,\r\n \"bottomX\": 0.34974958263772954,\r\n \"bottomY\": 0.4155701754385965\r\n },\r\n {\r\n \"topX\": 0.34974958263772954,\r\n \"topY\": 0.44956140350877194,\r\n \"bottomX\": 0.34974958263772954,\r\n \"bottomY\": 0.4605263157894737\r\n },\r\n {\r\n \"topX\": 0.34974958263772954,\r\n \"topY\": 0.4605263157894737,\r\n \"bottomX\": 0.36894824707846413,\r\n \"bottomY\": 0.4605263157894737\r\n },\r\n {\r\n \"topX\": 0.34974958263772954,\r\n \"topY\": 0.47478070175438597,\r\n \"bottomX\": 0.34974958263772954,\r\n \"bottomY\": 0.5153508771929824\r\n },\r\n {\r\n \"topX\": 0.3297161936560935,\r\n \"topY\": 0.5164473684210527,\r\n \"bottomX\": 0.34891485809682804,\r\n \"bottomY\": 0.5164473684210527\r\n },\r\n {\r\n \"topX\": 0.32470784641068445,\r\n \"topY\": 0.5372807017543859,\r\n \"bottomX\": 0.32470784641068445,\r\n \"bottomY\": 0.5526315789473685\r\n },\r\n {\r\n \"topX\": 0.3105175292153589,\r\n \"topY\": 0.5471491228070176,\r\n \"bottomX\": 0.32220367278797996,\r\n \"bottomY\": 0.5471491228070176\r\n },\r\n {\r\n \"topX\": 0.2644322157,\r\n \"topY\": 0.5338326519,\r\n \"bottomX\": 0.3093542814,\r\n \"bottomY\": 0.5627010275\r\n },\r\n {\r\n \"topX\": 0.24123539232053423,\r\n \"topY\": 0.5471491228070176,\r\n \"bottomX\": 0.2612687813021703,\r\n \"bottomY\": 0.5471491228070176\r\n },\r\n {\r\n \"topX\": 0.24123539232053423,\r\n \"topY\": 0.48903508771929827,\r\n \"bottomX\": 0.24123539232053423,\r\n \"bottomY\": 0.5460526315789473\r\n },\r\n {\r\n \"topX\": 0.11352253756260434,\r\n \"topY\": 0.48793859649122806,\r\n \"bottomX\": 0.24123539232053423,\r\n \"bottomY\": 0.48793859649122806\r\n },\r\n {\r\n \"topX\": 0.0838808835,\r\n \"topY\": 0.4734240773,\r\n \"bottomX\": 0.1123314619,\r\n \"bottomY\": 0.5065202341\r\n },\r\n {\r\n \"topX\": 0.07178631051752922,\r\n \"topY\": 0.48793859649122806,\r\n \"bottomX\": 0.08096828046744574,\r\n \"bottomY\": 0.48793859649122806\r\n },\r\n {\r\n \"topX\": 0.048414023372287146,\r\n \"topY\": 0.38377192982456143,\r\n \"bottomX\": 0.048414023372287146,\r\n \"bottomY\": 0.45723684210526316\r\n }\r\n ]\r\n },\r\n {\r\n \"id\": 0,\r\n \"label\": \"Instrument/Indicator/discrete with Pri. Loc access\",\r\n \"text_associated\": \"H LICA 1114 L\",\r\n \"bounding_box\": {\r\n \"topX\": 0.1204755664,\r\n \"topY\": 0.0040766659,\r\n \"bottomX\": 0.2110375166,\r\n \"bottomY\": 0.1372449746\r\n },\r\n \"flow_direction\": \"unknown\",\r\n \"segments\": [\r\n {\r\n \"topX\": 0.34641068447412354,\r\n \"topY\": 0.25,\r\n \"bottomX\": 0.34641068447412354,\r\n \"bottomY\": 0.28399122807017546\r\n },\r\n {\r\n \"topX\": 0.34724540901502504,\r\n \"topY\": 0.2850877192982456,\r\n \"bottomX\": 0.41485809682804675,\r\n \"bottomY\": 0.2850877192982456\r\n },\r\n {\r\n \"topX\": 0.3580968280467446,\r\n \"topY\": 0.32785087719298245,\r\n \"bottomX\": 0.36811352253756263,\r\n \"bottomY\": 0.30372807017543857\r\n },\r\n {\r\n \"topX\": 0.35308848080133554,\r\n \"topY\": 0.34868421052631576,\r\n \"bottomX\": 0.3564273789649416,\r\n \"bottomY\": 0.3344298245614035\r\n },\r\n {\r\n \"topX\": 0.35058430717863104,\r\n \"topY\": 0.36403508771929827,\r\n \"bottomX\": 0.35058430717863104,\r\n \"bottomY\": 0.37609649122807015\r\n },\r\n {\r\n \"topX\": 0.35058430717863104,\r\n \"topY\": 0.38596491228070173,\r\n \"bottomX\": 0.35058430717863104,\r\n \"bottomY\": 0.40131578947368424\r\n },\r\n {\r\n \"topX\": 0.34974958263772954,\r\n \"topY\": 0.4024122807017544,\r\n \"bottomX\": 0.34974958263772954,\r\n \"bottomY\": 0.4155701754385965\r\n },\r\n {\r\n \"topX\": 0.34974958263772954,\r\n \"topY\": 0.44956140350877194,\r\n \"bottomX\": 0.34974958263772954,\r\n \"bottomY\": 0.4605263157894737\r\n },\r\n {\r\n \"topX\": 0.34974958263772954,\r\n \"topY\": 0.4605263157894737,\r\n \"bottomX\": 0.36894824707846413,\r\n \"bottomY\": 0.4605263157894737\r\n },\r\n {\r\n \"topX\": 0.34974958263772954,\r\n \"topY\": 0.47478070175438597,\r\n \"bottomX\": 0.34974958263772954,\r\n \"bottomY\": 0.5153508771929824\r\n },\r\n {\r\n \"topX\": 0.3297161936560935,\r\n \"topY\": 0.5164473684210527,\r\n \"bottomX\": 0.34891485809682804,\r\n \"bottomY\": 0.5164473684210527\r\n },\r\n {\r\n \"topX\": 0.32470784641068445,\r\n \"topY\": 0.5372807017543859,\r\n \"bottomX\": 0.32470784641068445,\r\n \"bottomY\": 0.5526315789473685\r\n },\r\n {\r\n \"topX\": 0.3105175292153589,\r\n \"topY\": 0.5471491228070176,\r\n \"bottomX\": 0.32220367278797996,\r\n \"bottomY\": 0.5471491228070176\r\n },\r\n {\r\n \"topX\": 0.2644322157,\r\n \"topY\": 0.5338326519,\r\n \"bottomX\": 0.3093542814,\r\n \"bottomY\": 0.5627010275\r\n },\r\n {\r\n \"topX\": 0.24123539232053423,\r\n \"topY\": 0.5471491228070176,\r\n \"bottomX\": 0.2612687813021703,\r\n \"bottomY\": 0.5471491228070176\r\n },\r\n {\r\n \"topX\": 0.24123539232053423,\r\n \"topY\": 0.48903508771929827,\r\n \"bottomX\": 0.24123539232053423,\r\n \"bottomY\": 0.5460526315789473\r\n },\r\n {\r\n \"topX\": 0.11352253756260434,\r\n \"topY\": 0.48793859649122806,\r\n \"bottomX\": 0.24123539232053423,\r\n \"bottomY\": 0.48793859649122806\r\n },\r\n {\r\n \"topX\": 0.24123539232053423,\r\n \"topY\": 0.41118421052631576,\r\n \"bottomX\": 0.24123539232053423,\r\n \"bottomY\": 0.4868421052631579\r\n },\r\n {\r\n \"topX\": 0.1636060100166945,\r\n \"topY\": 0.3881578947368421,\r\n \"bottomX\": 0.1636060100166945,\r\n \"bottomY\": 0.418859649122807\r\n },\r\n {\r\n \"topX\": 0.1636060100166945,\r\n \"topY\": 0.24780701754385964,\r\n \"bottomX\": 0.1636060100166945,\r\n \"bottomY\": 0.3881578947368421\r\n },\r\n {\r\n \"topX\": 0.16277128547579298,\r\n \"topY\": 0.2149122807017544,\r\n \"bottomX\": 0.16277128547579298,\r\n \"bottomY\": 0.24671052631578946\r\n },\r\n {\r\n \"topX\": 0.1636060100166945,\r\n \"topY\": 0.13925438596491227,\r\n \"bottomX\": 0.1636060100166945,\r\n \"bottomY\": 0.17324561403508773\r\n }\r\n ]\r\n },\r\n {\r\n \"id\": 51,\r\n \"label\": \"Instrument/Indicator/Field mounted discrete indicator\",\r\n \"text_associated\": \"2LG 1115\",\r\n \"bounding_box\": {\r\n \"topX\": 0.1307962537,\r\n \"topY\": 0.6974007922,\r\n \"bottomX\": 0.2220135927,\r\n \"bottomY\": 0.8248714001\r\n },\r\n \"flow_direction\": \"unknown\",\r\n \"segments\": [\r\n {\r\n \"topX\": 0.3555926544240401,\r\n \"topY\": 0.25,\r\n \"bottomX\": 0.3555926544240401,\r\n \"bottomY\": 0.2719298245614035\r\n },\r\n {\r\n \"topX\": 0.3555926544240401,\r\n \"topY\": 0.2730263157894737,\r\n \"bottomX\": 0.39148580968280466,\r\n \"bottomY\": 0.2730263157894737\r\n },\r\n {\r\n \"topX\": 0.39315525876460766,\r\n \"topY\": 0.2730263157894737,\r\n \"bottomX\": 0.41485809682804675,\r\n \"bottomY\": 0.2730263157894737\r\n },\r\n {\r\n \"topX\": 0.41652754590984975,\r\n \"topY\": 0.2730263157894737,\r\n \"bottomX\": 0.4265442404006678,\r\n \"bottomY\": 0.2730263157894737\r\n },\r\n {\r\n \"topX\": 0.4607679465776294,\r\n \"topY\": 0.20614035087719298,\r\n \"bottomX\": 0.4607679465776294,\r\n \"bottomY\": 0.2576754385964912\r\n },\r\n {\r\n \"topX\": 0.4545590878,\r\n \"topY\": 0.1921137628,\r\n \"bottomX\": 0.476189661,\r\n \"bottomY\": 0.2048424754\r\n },\r\n {\r\n \"topX\": 0.4691151919866444,\r\n \"topY\": 0.20614035087719298,\r\n \"bottomX\": 0.4691151919866444,\r\n \"bottomY\": 0.2576754385964912\r\n },\r\n {\r\n \"topX\": 0.4056761268781302,\r\n \"topY\": 0.25877192982456143,\r\n \"bottomX\": 0.9181969949916527,\r\n \"bottomY\": 0.25877192982456143\r\n },\r\n {\r\n \"topX\": 0.9181969949916527,\r\n \"topY\": 0.2598684210526316,\r\n \"bottomX\": 0.9181969949916527,\r\n \"bottomY\": 0.5339912280701754\r\n },\r\n {\r\n \"topX\": 0.9015025041736227,\r\n \"topY\": 0.5350877192982456,\r\n \"bottomX\": 0.9173622704507512,\r\n \"bottomY\": 0.5350877192982456\r\n },\r\n {\r\n \"topX\": 0.8864774624373957,\r\n \"topY\": 0.5339912280701754,\r\n \"bottomX\": 0.9006677796327212,\r\n \"bottomY\": 0.5339912280701754\r\n },\r\n {\r\n \"topX\": 0.6235392320534223,\r\n \"topY\": 0.5350877192982456,\r\n \"bottomX\": 0.8856427378964942,\r\n \"bottomY\": 0.5350877192982456\r\n },\r\n {\r\n \"topX\": 0.6227045075125208,\r\n \"topY\": 0.5361842105263158,\r\n \"bottomX\": 0.6227045075125208,\r\n \"bottomY\": 0.8541666666666666\r\n },\r\n {\r\n \"topX\": 0.6126878130217028,\r\n \"topY\": 0.868421052631579,\r\n \"bottomX\": 0.6218697829716193,\r\n \"bottomY\": 0.856359649122807\r\n },\r\n {\r\n \"topX\": 0.6001669449081803,\r\n \"topY\": 0.8782894736842105,\r\n \"bottomX\": 0.6085141903171953,\r\n \"bottomY\": 0.8728070175438597\r\n },\r\n {\r\n \"topX\": 0.5609348914858097,\r\n \"topY\": 0.8881578947368421,\r\n \"bottomX\": 0.5751252086811353,\r\n \"bottomY\": 0.8881578947368421\r\n },\r\n {\r\n \"topX\": 0.5459098497495827,\r\n \"topY\": 0.8859649122807017,\r\n \"bottomX\": 0.5459098497495827,\r\n \"bottomY\": 0.9122807017543859\r\n },\r\n {\r\n \"topX\": 0.513355592654424,\r\n \"topY\": 0.9133771929824561,\r\n \"bottomX\": 0.5450751252086812,\r\n \"bottomY\": 0.9133771929824561\r\n },\r\n {\r\n \"topX\": 0.4680137157,\r\n \"topY\": 0.892969903,\r\n \"bottomX\": 0.5119299412,\r\n \"bottomY\": 0.9229809019\r\n },\r\n {\r\n \"topX\": 0.3597662771285476,\r\n \"topY\": 0.9078947368421053,\r\n \"bottomX\": 0.46494156928213687,\r\n \"bottomY\": 0.9078947368421053\r\n },\r\n {\r\n \"topX\": 0.3589315525876461,\r\n \"topY\": 0.7839912280701754,\r\n \"bottomX\": 0.3589315525876461,\r\n \"bottomY\": 0.9133771929824561\r\n },\r\n {\r\n \"topX\": 0.24874791318864775,\r\n \"topY\": 0.8903508771929824,\r\n \"bottomX\": 0.3580968280467446,\r\n \"bottomY\": 0.8903508771929824\r\n },\r\n {\r\n \"topX\": 0.2198389292,\r\n \"topY\": 0.8730174227,\r\n \"bottomX\": 0.2478127241,\r\n \"bottomY\": 0.908007424\r\n },\r\n {\r\n \"topX\": 0.1994991652754591,\r\n \"topY\": 0.8903508771929824,\r\n \"bottomX\": 0.21702838063439064,\r\n \"bottomY\": 0.8903508771929824\r\n },\r\n {\r\n \"topX\": 0.17529215358931552,\r\n \"topY\": 0.8267543859649122,\r\n \"bottomX\": 0.17529215358931552,\r\n \"bottomY\": 0.8574561403508771\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{webApiHost}}/api/pid-digitization/graph-persistence/pid1",
"host": [
"{{webApiHost}}"
],
"path": [
"api",
"pid-digitization",
"graph-persistence",
"pid1"
]
}
},
"response": []
},
{
"name": "Get Line Detection Results",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{webApiHost}}/api/pid-digitization/line-detection/pid1",
"host": [
"{{webApiHost}}"
],
"path": [
"api",
"pid-digitization",
"line-detection",
"pid1"
]
}
},
"response": []
},
{
"name": "Get Graph Construction Results",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{webApiHost}}/api/pid-digitization/graph-construction/pid1",
"host": [
"{{webApiHost}}"
],
"path": [
"api",
"pid-digitization",
"graph-construction",
"pid1"
]
}
},
"response": []
},
{
"name": "Gets job status by pid_id",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{webApiHost}}/api/pid-digitization/graph-construction/pid_id/status",
"host": [
"{{webApiHost}}"
],
"path": [
"api",
"pid-digitization",
"graph-construction",
"pid_id",
"status"
]
}
},
"response": []
},
{
"name": "Get Symbol Detection Image Results",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{webApiHost}}/api/pid-digitization/symbol-detection/pid1/images",
"host": [
"{{webApiHost}}"
],
"path": [
"api",
"pid-digitization",
"symbol-detection",
"pid1",
"images"
]
}
},
"response": []
},
{
"name": "Get Text Detection Image Results",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{webApiHost}}/api/pid-digitization/text-detection/pid1/images",
"host": [
"{{webApiHost}}"
],
"path": [
"api",
"pid-digitization",
"text-detection",
"pid1",
"images"
]
}
},
"response": []
},
{
"name": "Get Line Detection Image Results",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{webApiHost}}/api/pid-digitization/line-detection/pid1/images",
"host": [
"{{webApiHost}}"
],
"path": [
"api",
"pid-digitization",
"line-detection",
"pid1",
"images"
]
}
},
"response": []
},
{
"name": "Get Graph Construction Image Results",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{webApiHost}}/api/pid-digitization/graph-construction/pid1/images",
"host": [
"{{webApiHost}}"
],
"path": [
"api",
"pid-digitization",
"graph-construction",
"pid1",
"images"
]
}
},
"response": []
}
]
}
],
"event": [
{
"listen": "prerequest",
"script": {
"type": "text/javascript",
"exec": [
""
]
}
},
{
"listen": "test",
"script": {
"type": "text/javascript",
"exec": [
""
]
}
}
],
"variable": [
{
"key": "amlHost",
"value": "[MUST BE PROVIDED]",
"type": "string"
},
{
"key": "webApiHost",
"value": "localhost:8000",
"type": "string"
},
{
"key": "amlBearerToken",
"value": "<your-aml-bearer-token>",
"type": "string"
}
]
}