Add 2of5 and pdf417
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user