-
Notifications
You must be signed in to change notification settings - Fork 0
/
sizes.py
70 lines (61 loc) · 2.39 KB
/
sizes.py
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
p3508 =[[(296, 750), (1023, 850)],
[(1570, 750), (2350, 850)],
[(380, 843), (1020, 920)],
[(1220, 843), (2343, 930)],
[(323, 1653), (1053, 1780)]] # fullSized_textLocation
more_rios = [[(1992, 704), (2060, 752), 'Box', 'Corporate'],
[(2292, 700), (2352, 748), 'Box', 'Individual'],
[(284, 744), (1020, 832), 'Text', 'Name'],
[(1564, 752), (2364, 828), 'Text', 'CNIC'],
[(372, 840), (1032, 916), 'Text', 'Mobile'],
[(1212, 836), (2368, 920), 'Text', 'Email'],
[(436, 916), (1060, 1068), 'Text', 'House'],
[(1188, 1076), (1592, 1200), 'Text', 'City'],
[(1176, 1284), (1232, 1336), 'Box', 'Internet'],
[(1596, 1280), (1648, 1336), 'Box', 'TV'],
[(148, 1476), (200, 1536), 'Box', 'Telephone'],
[(1176, 1516), (1232, 1572), 'Box', 'New'],
[(1676, 1520), (1728, 1576), 'Box', 'Existing'],
[(1280, 1684), (1516, 1740), 'Box', 'Charji'],
[(328, 1656), (1124, 1772), 'Text', 'ID'],
[(464, 1540), (1156, 1632), 'Text', 'Package'],
[(600, 3168), (1452, 3304), 'Text', 'Customer Signature'],
[(1920, 3120), (2376, 3292), 'Text', 'Rep Signature'],
[(50, 1126), (770, 1240), 'Text', 'Order ID'],
[(36, 2153), (810, 2310), 'image', 'Signature']
]
roi_list = [[(193, 543), (746, 616), 'text', 'name'],
[(1156, 560), (1740, 623), 'text', 'cnic'],
[(263, 620), (756, 683), 'text', 'mobile'],
[(906, 616), (1743, 680), 'text', 'email'],
[(223, 1216), (790, 1310), 'text', 'order id']]
p2403 = [[(220, 503), (690, 570), "cust"],
[(1070, 513), (1596, 573), "cnic"],
[(253, 573), (700, 630), "phone"],
[(846, 573), (1603, 630), "emial"],
[(230, 1136), (733, 1216), "OrderID"]]
p1754 = [[(141, 370), (513, 413)],
[(786, 376), (1180, 416)],
[(184, 424), (512, 452)],
[(605, 420), (1180, 450)],
[(160, 828), (530, 880)]]
p1413 = [[(112, 290), (415, 335)],
[(635, 302), (944, 337)],
[(148, 341), (414, 365)],
[(490, 334), (947, 367)],
[(132, 668), (442, 714)]]
p1200 = [[(95, 255), (345, 285)],
[(535, 260), (800, 283)],
[(130, 290), (350, 312)],
[(416, 291), (800, 312)],
[(110, 570), (360, 600)]]
p960 = [[(77, 204), (281, 228)],
[(424, 207), (640, 229)],
[(101, 232), (282, 252)],
[(332, 231), (637, 251)],
[(85, 455), (297, 484)]]
p768 = [[(60, 160), (220, 180)],
[(340, 170), (515, 180)],
[(84, 186), (220, 200)],
[(270, 180), (510, 200)],
[(70, 365), (230, 386)]]