How to read a barcode from an image
Posted
by tardate
on Stack Overflow
See other posts from Stack Overflow
or by tardate
Published on 2008-09-22T07:13:37Z
Indexed on
2010/04/11
1:43 UTC
Read the original article
Hit count: 821
I'm seeking a library, technique or advice on how to read an EAN-13 barcode from an image (including ISBN,and ISSN encodings). The image would come from a mobile phone or webcam, so resolution may be quite poor and not well aligned.
I'm specifically interested in something that could be used from ruby on rails, but answers for other languages are welcome. Open Source solutions preferred.
Leading solutions so far: ZBar (previously known as Zebra - h/t @bgbg, @Natim) and ZXing (h/t @codr)
© Stack Overflow or respective owner