Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Udayraj123

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.

GitHub Repository: Udayraj123/OMRChecker
Path: blob/master/samples/sample6/template_no_fb_align.json
Views: 205
1
{
2
"pageDimensions": [
3
2480,
4
3508
5
],
6
"bubbleDimensions": [
7
42,
8
42
9
],
10
"preProcessors": [
11
{
12
"name": "Levels",
13
"options": {
14
"low": 0.7,
15
"high": 0.8
16
}
17
},
18
{
19
"name": "GaussianBlur",
20
"options": {
21
"kSize": [
22
3,
23
3
24
],
25
"sigmaX": 0
26
}
27
}
28
],
29
"customLabels": {
30
"Roll": [
31
"stu",
32
"roll1..7",
33
"check_1",
34
"check_2"
35
]
36
},
37
"fieldBlocks": {
38
"Check1": {
39
"origin": [
40
2033,
41
1290
42
],
43
"bubblesGap": 50,
44
"labelsGap": 50,
45
"fieldLabels": [
46
"check_1"
47
],
48
"bubbleValues": [
49
"A",
50
"B",
51
"E",
52
"H",
53
"J",
54
"L",
55
"M"
56
],
57
"direction": "vertical"
58
},
59
"Check2": {
60
"origin": [
61
2083,
62
1290
63
],
64
"bubblesGap": 50,
65
"labelsGap": 50,
66
"fieldLabels": [
67
"check_2"
68
],
69
"bubbleValues": [
70
"N",
71
"R",
72
"U",
73
"W",
74
"X",
75
"Y"
76
],
77
"direction": "vertical"
78
},
79
"Stu": {
80
"origin": [
81
1636,
82
1290
83
],
84
"bubblesGap": 50,
85
"labelsGap": 50,
86
"fieldLabels": [
87
"stu"
88
],
89
"bubbleValues": [
90
"U",
91
"A",
92
"HT",
93
"GT"
94
],
95
"direction": "vertical"
96
},
97
"Roll": {
98
"fieldType": "QTYPE_INT",
99
"origin": [
100
1685,
101
1290
102
],
103
"bubblesGap": 50.5,
104
"labelsGap": 50.5,
105
"fieldLabels": [
106
"roll1..7"
107
]
108
}
109
}
110
}
111
112