Re: Python barcode decoding

2008-10-28 Thread Kirk Strauser
At 2008-10-24T17:05:25Z, Robocop <[EMAIL PROTECTED]> writes: > Does anyone know of any decent (open source or commercial) python > barcode recognition tools or libraries. I need to read barcodes from > pdfs or images, so it will involve some OCR algorithm. I also only > need to read the code 93

Re: Python barcode decoding

2008-10-28 Thread Wolfgang Draxinger
Robocop wrote: > Any tips would be great! The open source OCR software 'gocr' does also implement some 1D barcode recognition. In my experience it does this better then recognizing the text: http://jocr.sourceforge.net/ I know about only one open source library for the DataMatrix 2D code, but th

Re: Python barcode decoding

2008-10-28 Thread Marco Bizzarri
On Fri, Oct 24, 2008 at 6:05 PM, Robocop <[EMAIL PROTECTED]> wrote: > Does anyone know of any decent (open source or commercial) python > barcode recognition tools or libraries. I need to read barcodes from > pdfs or images, so it will involve some OCR algorithm. I also only > need to read the co

Re: Python barcode decoding

2008-10-27 Thread Robocop
On Oct 24, 1:24 pm, Mike Driscoll <[EMAIL PROTECTED]> wrote: > On Oct 24, 12:05 pm,Robocop<[EMAIL PROTECTED]> wrote: > > > Does anyone know of any decent (open source or commercial) python > > barcode recognition tools or libraries.  I need to read barcodes from > > pdfs or images, so it will invol

Re: Python barcode decoding

2008-10-27 Thread Robocop
On Oct 24, 1:24 pm, Mike Driscoll <[EMAIL PROTECTED]> wrote: > On Oct 24, 12:05 pm, Robocop <[EMAIL PROTECTED]> wrote: > > > Does anyone know of any decent (open source or commercial) python > >barcoderecognition tools or libraries.  I need to read barcodes from > > pdfs or images, so it will invol

Re: Python barcode decoding

2008-10-24 Thread Mike Driscoll
On Oct 24, 12:05 pm, Robocop <[EMAIL PROTECTED]> wrote: > Does anyone know of any decent (open source or commercial) python > barcode recognition tools or libraries.  I need to read barcodes from > pdfs or images, so it will involve some OCR algorithm.  I also only > need to read the code 93 symbol

Python barcode decoding

2008-10-24 Thread Robocop
Does anyone know of any decent (open source or commercial) python barcode recognition tools or libraries. I need to read barcodes from pdfs or images, so it will involve some OCR algorithm. I also only need to read the code 93 symbology, so it doesn't have to be very fancy. The most important th