Implement EAN and improve Code39 error handling
This commit is contained in:
@@ -13,6 +13,7 @@ const (
|
||||
TwoOfFive BarcodeType = "2of5"
|
||||
TwoOfFiveInterleaved BarcodeType = "2of5interleaved"
|
||||
Code39 BarcodeType = "code39"
|
||||
EAN BarcodeType = "ean"
|
||||
)
|
||||
|
||||
type ECCLevel int
|
||||
|
||||
Reference in New Issue
Block a user