How to scan misshaped barcodes

To enable scanning misshaped & deformed barcodes via our Segment Decoding algorithm, 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);
            

History:

close