How to scan misshaped barcodes
To enable scanning misshaped barcodes, which is not enabled by default you'd need to add this code into your configuration setup
enableMisshaped1D = BarkoderSDK.constants["EnableMisshaped1D"]["Enable"];
BarkoderSDK.setEnableMisshaped1D(enableMisshaped1D);