Returns the barcode string with the correct checksum
@override String normalize(String data) => data.padRight(minLength, '0').substring(0, minLength);