Is there a server/software that can take an image in and scan it for barcodes (UPC or otherwise) and return the number encoded in the barcode?

link|improve this question

76% accept rate
feedback

1 Answer

up vote 3 down vote accepted

Look at Zxing project and online decoder

link|improve this answer
Looked good, but I tried the online decoder with several images that i got from a google search of "barcode" as well as one I took myself of a product on my desk and it was not able to read any of them... (e.g. upload.wikimedia.org/wikipedia/commons/c/c6/…) Am I doing something wrong here? – paullb Aug 12 '10 at 9:45
I was able to get aemmp.org/site/wp-content/uploads/2009/10/barcode1.jpg to work, but this seems rather difficult to get it to read barcodes. If it can't even do some that are clear off the web, what hope is there going to be for user taken photograhps of barcodes? – paullb Aug 12 '10 at 9:46
1  
We successfully use this library in our Android and IPhone applications. Where do you plan to use this? – Orsol Aug 12 '10 at 10:03
It just needs to sit on a server and take user taken photos and spit back the barcode. (can't really say beyond that) – paullb Aug 13 '10 at 2:00
Scan and recognize barcode by one photo is no easy. For example Android library uses camera to find right position and focus. My suggestion to do this on client side. – Orsol Aug 13 '10 at 7:26
feedback

Your Answer

 
or
required, but never shown

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