79095562

Date: 2024-10-16 19:33:06
Score: 1.5
Natty:
Report link

Have you tried hinting the format(s) you wish to scan?

const hints = new Map();
hints.set(ZXing.DecodeHintType.POSSIBLE_FORMATS, [
    ZXing.BarcodeFormat.EAN_13
]);
const codeReader = new ZXing.BrowserMultiFormatReader(hints);
Reasons:
  • Whitelisted phrase (-1): Have you tried
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: Brian Hannay