reading barcode from an image using javascript

一世执手 提交于 2019-11-28 15:35:34
Mohsen

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

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

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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!