#195: Added Code93 barcode reader;

This commit is contained in:
Christoph Oberhofer
2017-05-23 19:14:37 +02:00
parent 2e4b14b92f
commit e2b37c32b1
17 changed files with 326 additions and 6 deletions
+1
View File
@@ -53,6 +53,7 @@
<option value="codabar">Codabar</option>
<option value="i2of5">Interleaved 2 of 5</option>
<option value="2of5">Standard 2 of 5</option>
<option value="code_93">Code 93</option>
</select>
</label>
<label>
+1
View File
@@ -45,6 +45,7 @@
<option value="codabar">Codabar</option>
<option value="i2of5">Interleaved 2 of 5</option>
<option value="2of5">Standard 2 of 5</option>
<option value="code_93">Code 93</option>
</select>
</label>
<label>
+6 -6
View File
@@ -3,17 +3,17 @@ $(function() {
capture: true,
capacity: 20,
blacklist: [{
code: "9577149002", format: "2of5"
code: "WIWV8ETQZ1", format: "code_93"
}, {
code: "5776158811", format: "2of5"
code: "EH3C-%GU23RK3", format: "code_93"
}, {
code: "0463381455", format: "2of5"
code: "O308SIHQOXN5SA/PJ", format: "code_93"
}, {
code: "3261594101", format: "2of5"
code: "DG7Q$TV8JQ/EN", format: "code_93"
}, {
code: "6730705801", format: "2of5"
code: "VOFD1DB5A.1F6QU", format: "code_93"
}, {
code: "8568166929", format: "2of5"
code: "4SO64P4X8 U4YUU1T-", format: "code_93"
}],
filter: function(codeResult) {
// only store results which match this constraint
+1
View File
@@ -47,6 +47,7 @@
<option value="i2of5">I2of5</option>
<option value="i2of5">Interleaved 2 of 5</option>
<option value="2of5">Standard 2 of 5</option>
<option value="code_93">Code 93</option>
</select>
</fieldset>
</div>