Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Python (http://www.velocityreviews.com/forums/f43-python.html)
-   -   Barcode recognition in Python (http://www.velocityreviews.com/forums/t398202-barcode-recognition-in-python.html)

PaoloB 01-13-2007 08:21 AM

Barcode recognition in Python
 
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 software, we will need a library that
is free software too.

Is there something like this in python ?

Ciao

PaoloB


Daniel Nogradi 01-13-2007 11:49 AM

Re: Barcode recognition in Python
 
> 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 software, we will need a library that
> is free software too.
>
> Is there something like this in python ?



http://www.google.com/search?q=barco...gnition+python

Jorge Godoy 01-13-2007 01:22 PM

Re: Barcode recognition in Python
 
"PaoloB" <pibizza@gmail.com> 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:
> sorry, most of the information is in Italian...).
>
> As our project is completely free software, we will need a library that
> is free software too.
>
> Is there something like this in python ?


Sorry, but what do you mean by "barcode recognition"? A barcode reader
already decodes the barcode and sends the decoded output. If it is one
plugged in a keyboard port, for example, reading the barcode or typing the
"message" is exactly the same thing.

Or are you willing some kind of OCR to process the barcodes without a barcode
reader (why having barcodes then?)?

--
Jorge Godoy <jgodoy@gmail.com>

PaoloB 01-13-2007 02:34 PM

Re: Barcode recognition in Python
 

Jorge Godoy wrote:
> "PaoloB" <pibizza@gmail.com> 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:
> > sorry, most of the information is in Italian...).
> >
> > As our project is completely free software, we will need a library that
> > is free software too.
> >
> > Is there something like this in python ?

>
> Sorry, but what do you mean by "barcode recognition"? A barcode reader
> already decodes the barcode and sends the decoded output. If it is one
> plugged in a keyboard port, for example, reading the barcode or typing the
> "message" is exactly the same thing.
>
> Or are you willing some kind of OCR to process the barcodes without a barcode
> reader (why having barcodes then?)?
>



Hi Jorge,

basically we are trying to do exactly this. Our process works as
follows:

- an operator receives a paper document, compiles a series of data on a
computer form and produces a bar code stamp, that he puts on the
document.

- the document received during the day are put on a mass scanner. The
documents are sent to a specific e-mail address;

- the system reads the scanned documents, and based on the barcodes,
associate the documents to the information already present on the
system.

So, yes, we have to make OCR for barcodes.

Ciao

PaoloB



All times are GMT. The time now is 08:15 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57