Skip to content

Commit b06bfac

Browse files
Update AccuracyFirstTemplate.json
1 parent 37d242a commit b06bfac

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed
Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,26 @@
11
{
22
"ImageParameter" : {
3-
// The template name, must be unique. Passed into the last parameter of decode* interfaces.
43
"Name" : "tpl_afs",
5-
// 1. Set barcode format in group 1 & group 2. The more precise the barcode format is set, the higher the accuracy.
64
"BarcodeFormatIds" : [ "BF_ONED" ],
75
"BarcodeFormatIds_2" : null,
86
"FormatSpecificationNameArray" : ["FS_Filter"]
97
},
108
"FormatSpecificationArray": [{
119
"Name": "FS_Filter",
12-
// 2. Filter by module size of barcode. It is used to exclude small-module barcodes.
1310
"ModuleSizeRangeArray": [
1411
{
1512
"MinValue": 2,
1613
"MaxValue": 20
1714
}
1815
],
19-
// 3. Filter by length of barcode text. The more precise the barcode text length is set, the higher the accuracy.
2016
"BarcodeTextLengthRangeArray" : [
2117
{
2218
"MaxValue" : 20,
2319
"MinValue" : 6
2420
}
2521
],
26-
// 4. Filter by minimal confidence of the decoded barcode. The greater the confidence, the higher the accuracy.
2722
"MinResultConfidence" : 30,
28-
// 5. Filter by regex pattern of barcode text.
2923
"BarcodeTextRegExPattern" : "^[a-zA-Z0-9]+$"
3024
}],
3125
"Version" : "3.0"
32-
}
26+
}

0 commit comments

Comments
 (0)