vote up 7 vote down star
3

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.

Pending other solutions, checking out bgbg's suggestion of zebra..

flag

55% accept rate
keep us posted with your experiences with zebra :) – paul Oct 23 '08 at 19:33

5 Answers

vote up 6 vote down

The zebra barcode reader (http://zebra.sourceforge.net/) is a small, layered bar code scanning and decoding library implemented in C (C++ wrappers are also provided). It supports many popular symbologies (types of barcodes), including EAN-13. However, I'm not aware about any Ruby bindings. The library is available under the GPL

link|flag
@bgbg good tip, thanks. looks promising even though not for ruby – tardate Sep 22 '08 at 7:40
Doesn't exists anymore. Look at sourceforge.net/projects/zbar – Natim Oct 14 at 7:17
vote up 2 vote down

You might want to try this if it's to allow your site's visitors to scan stuff, I think it's embeddable in your own site, but I've never used it : http://en.barcodepedia.com/

link|flag
I see a data api is in the roadmap en.barcodepedia.com/about. One to watch ... seems like it could be an ideal solution in the future. – tardate Sep 22 '08 at 7:49
vote up 1 vote down

This project might be what you're looking for: ZXing

link|flag
vote up 0 vote down

We use the Softek library.

Very pleased with the results.

link|flag
vote up -4 vote down

take a look at http://www.savefile.com/files/1496871

link|flag
...and what is it? – Huppie Sep 22 '08 at 7:24
Perfectly valid - but to get to it I had to have something to open the tar file (hello WinRAR) and it's C so you'll need something for that also. (In case you didn't include it in your VS install - or for those of you without VS, well, you have compilers too I would guess <smile> ) – Doug L. Sep 22 '08 at 7:25
Honestly, my first thought was the download file had a high chance of being a virus or trojan. Link to an anonymous file on savefile, with no further description? My finger is hovering over the "offensive?" link.... @SEyYl, if this is a legit post, recommend you edit and clarify. – tardate Sep 22 '08 at 7:45
...and then it doesn't do anything!! Just 'converts from color to b/w'. A waste of time. – paul Oct 23 '08 at 19:29

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.