Implement EAN and improve Code39 error handling

This commit is contained in:
Fred Boniface
2023-09-04 12:11:45 +01:00
parent 54fa0d34ad
commit 0b2effd135
5 changed files with 33 additions and 16 deletions

View File

@@ -13,6 +13,7 @@ const (
TwoOfFive BarcodeType = "2of5"
TwoOfFiveInterleaved BarcodeType = "2of5interleaved"
Code39 BarcodeType = "code39"
EAN BarcodeType = "ean"
)
type ECCLevel int