v0.6.14
This release adds a basic support for ITF (Interleaved 2 of 5) barcodes.The new reader can be activated by using i2of5_reader
in the usual way:
decoder: {
readers : ["i2of5_reader"]
}
Known Issues
- High density barcodes are not easily detected (more of an issue of the barcode-locator)
- Variations of widths between spaces and bars are poorly handled (experimenting with
normalizeBarSpaceWidth
configuration of the reader)