Update help page

This commit is contained in:
Fred Boniface
2023-09-01 23:01:08 +01:00
parent 8e7350a355
commit cc08f8358e
3 changed files with 24 additions and 30 deletions

View File

@@ -41,13 +41,13 @@ var FormatRules = map[string]rule{
divisible: 1,
},
"code39": {
minLength: 1,
maxLength: 80,
charset: *CODE39,
divisible: 1,
},
/* "code39": {
minLength: 1,
maxLength: 80,
charset: *CODE39,
divisible: 1,
},
*/
"code93": {
minLength: 1,
maxLength: 80,
@@ -68,21 +68,21 @@ var FormatRules = map[string]rule{
charset: *ANY,
divisible: 1,
},
/*
"ean8": {
minLength: 7,
maxLength: 7,
charset: *NUMERAL,
divisible: 1,
},
"ean8": {
minLength: 7,
maxLength: 7,
charset: *NUMERAL,
divisible: 1,
},
"ean13": {
minLength: 12,
maxLength: 12,
charset: *NUMERAL,
divisible: 1,
},
"ean13": {
minLength: 12,
maxLength: 12,
charset: *NUMERAL,
divisible: 1,
},
*/
"pdf417": {
minLength: 1,
maxLength: 1100,