Re: Barcode recognition in Python

2007-01-13 Thread PaoloB
Jorge Godoy wrote: > "PaoloB" <[EMAIL PROTECTED]> writes: > > > Hi everyone, > > > > I am searching for a python library for barcode recognition. We have > > developed a rather complex application for document tracking and > > document man

Re: Barcode recognition in Python

2007-01-13 Thread Jorge Godoy
"PaoloB" <[EMAIL PROTECTED]> writes: > Hi everyone, > > I am searching for a python library for barcode recognition. We have > developed a rather complex application for document tracking and > document management in python/Zope, called PAFlow (www.paflow.it: >

Re: Barcode recognition in Python

2007-01-13 Thread Daniel Nogradi
> I am searching for a python library for barcode recognition. We have > developed a rather complex application for document tracking and > document management in python/Zope, called PAFlow (www.paflow.it: > sorry, most of the information is in Italian...). > > As our project

Barcode recognition in Python

2007-01-13 Thread PaoloB
Hi everyone, I am searching for a python library for barcode recognition. We have developed a rather complex application for document tracking and document management in python/Zope, called PAFlow (www.paflow.it: sorry, most of the information is in Italian...). As our project is completely free

Re: Barcode Recognition

2005-09-19 Thread D.Hering
Hi Rob, I think ADaM is exactly what your looking for. Let me know what you think about it. http://datamining.itsc.uah.edu/adam/ Dieter -- http://mail.python.org/mailman/listinfo/python-list

Barcode Recognition

2005-09-19 Thread Rob Cowie
I'd like to be able to take a bitmapped image and identify and decode any barcodes present within it. Does anyone know of an existing module for accomplishing this task? Is there any effort to add this functionality to the Python Imaging Library? Can anyone give me an idea of how diffucult an und