Add 2of5 and pdf417

This commit is contained in:
Fred Boniface
2023-09-01 22:14:11 +01:00
parent f1c8eb82b8
commit d236acb2d7
9 changed files with 146 additions and 64 deletions

View File

@@ -14,6 +14,13 @@ type rule struct {
var formatRules = map[string]rule{
"2of5": {
minLength: 2,
maxLength: 80,
charset: *NUMERAL,
divisible: 1,
},
"2of5interleaved": {
minLength: 2,
maxLength: 80,
charset: *NUMERAL,