forked from herbyme/zbar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
42 lines (28 loc) · 1.01 KB
/
README
File metadata and controls
42 lines (28 loc) · 1.01 KB
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
==========================================
zbar -- read barcodes from images or video
==========================================
ZBar Bar Code Reader is an open source software suite for reading bar
codes from various sources, such as video streams, image files and raw
intensity sensors. It supports EAN-13/UPC-A, UPC-E, EAN-8, Code 128,
Code 39, Interleaved 2 of 5 and QR Code. These are the Python
bindings for the library.
Check the ZBar project home page for the latest release, mailing
lists, etc.
* http://zbar.sourceforge.net/
Installation
------------
To install this module type the following::
python setup.py install
Dependencies
------------
This module requires the ZBar Bar Code Reader, which may be obtained
from:
* http://zbar.sourceforge.net/
Examples
--------
TBD
Copyright and License
---------------------
Licensed under the GNU Lesser General Public License, version 2.1.
http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt
Copyright 2008-2010 (c) Jeff Brown <[email protected]>