reading barcode from an image using javascript

santubangalore picture santubangalore · Jul 29, 2011 · Viewed 45.7k times · Source

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 function.

The function should read/parse the image and extract the barcode from the image.

Answer

Mohsen picture Mohsen · Jul 29, 2011

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

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