You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, although I tried to play around with various options I did not find any solution to detect the following barcode pattern.
In my case the third party system (although I don't know why) uses "A"s as padding.
Barcode does not work
Barcode works
Code
varQuagga=require('quagga').default;Quagga.decodeSingle({src: "sample4.png",numOfWorkers: 0,// Needs to be 0 when used within nodeinputStream: {size: 800// restrict input-size to be 800px in width (long-side)},locator:{patchSize:"medium",halfSample:false},locate: true,decoder: {readers: ["code_93_reader"]// List of active readers},},function(result){if(result.codeResult){console.log("result",result.codeResult.code);}else{console.log("not detected");}});
Thanks a lot for your help!
The text was updated successfully, but these errors were encountered:
Thanks for the great library!!
However, although I tried to play around with various options I did not find any solution to detect the following barcode pattern.
In my case the third party system (although I don't know why) uses "A"s as padding.
Barcode does not work
Barcode works
Code
Thanks a lot for your help!
The text was updated successfully, but these errors were encountered: