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/sample4/template.json
Views: 205
1
{
2
"pageDimensions": [
3
1189,
4
1682
5
],
6
"bubbleDimensions": [
7
30,
8
30
9
],
10
"preProcessors": [
11
{
12
"name": "GaussianBlur",
13
"options": {
14
"kSize": [
15
3,
16
3
17
],
18
"sigmaX": 0
19
}
20
},
21
{
22
"name": "CropPage",
23
"options": {
24
"morphKernel": [
25
10,
26
10
27
]
28
}
29
}
30
],
31
"fieldBlocks": {
32
"MCQBlock1": {
33
"fieldType": "QTYPE_MCQ4",
34
"origin": [
35
134,
36
684
37
],
38
"fieldLabels": [
39
"q1..11"
40
],
41
"bubblesGap": 79,
42
"labelsGap": 62
43
}
44
}
45
}
46
47