[PHP] Barcode Reader

2010-12-06 Thread Floyd Resler
Does anyone know of a class that can extract information from a barcode image? Thanks! Floyd -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Barcode Reader

2010-12-06 Thread Jason Pruim
What kind of barcode? Most of the barcodes I work with only store text that doesn't mean much unless you have the decode algorithm... In other words you need to know where the info is coming from to be able to determine what is stored in the barcode. Jason Pruim On Dec 6, 2010, at 11:21

Re: [PHP] Barcode Reader

2010-12-06 Thread Floyd Resler
They're 2d barcodes. I did a Google search and really couldn't find anything. After talking with my boss, though, we decided that this project would probably take too much time and be frustrating for the users. We're trying to decode barcodes from pictures taken with cell phones. In testing

Re: [PHP] Barcode Reader

2010-12-06 Thread Daniel P. Brown
On Mon, Dec 6, 2010 at 12:07, Floyd Resler fres...@adex-intl.com wrote: They're 2d barcodes.  I did a Google search and really couldn't find anything.  After talking with my boss, though, we decided that this project would probably take too much time and be frustrating for the users.  We're

Re: [PHP] Barcode Reader

2010-12-06 Thread Richard Quadling
On 6 December 2010 17:07, Floyd Resler fres...@adex-intl.com wrote: They're 2d barcodes.  I did a Google search and really couldn't find anything.  After talking with my boss, though, we decided that this project would probably take too much time and be frustrating for the users.  We're