reading barcode from an image using javascript

前端 未结 2 1370
野趣味
野趣味 2020-12-22 20:05

I need a javascript code that will read/ extract barcode from an image. for example, the image may be embedded in a web page and i wan to pass the image to the Javascript f

相关标签:
2条回答
  • 2020-12-22 20:39

    Check this JavaScript barcode scanner It's open source and free

    Also you can check this JavaScript library https://github.com/EddieLa/BarcodeReader

    0 讨论(0)
  • 2020-12-22 20:47

    There is QuaggaJS library (open source) for reading barcodes, all done in JavaScript.

    It currently supports EAN, CODE 128, CODE 39, EAN 8, UPC-A, UPC-C, and CODABAR

    I suspect it will meet your needs.

    0 讨论(0)
提交回复
热议问题