#49: configuration of i2of5 reader; still issues with high-density

This commit is contained in:
Christoph Oberhofer
2015-07-28 22:19:33 +02:00
parent f99b4a3e64
commit 86f085039e
8 changed files with 178 additions and 101 deletions
+3 -7
View File
@@ -225,12 +225,7 @@ define(['quagga', 'async'], function(Quagga, async) {
},
numOfWorkers: 0,
decoder: {
readers: [{
format: "i2of5_reader",
config: {
normalizeBarSpaceWidth: true
}
}],
readers: ["i2of5_reader"],
},
locate: true,
src: null
@@ -239,7 +234,8 @@ define(['quagga', 'async'], function(Quagga, async) {
{"name": "image-002.jpg", "result": "2167361334"},
{"name": "image-003.jpg", "result": "2167361334"},
{"name": "image-004.jpg", "result": "2167361334"},
{"name": "image-005.jpg", "result": "2167361334"}
{"name": "image-005.jpg", "result": "2167361334"},
{"name": "image-006.jpg", "result": "2167361334"}
];
testSet.forEach(function(sample) {