File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- Welcome to python-quirc's documentation!
1+ python-quirc
22========================================
33
4+ **python-quirc ** is a ctypes bindings for `quirc <http://www.dlbeer.co.nz/oss/quirc.html >`_, C library for QR codes recognition.
5+
6+ As well as a base library, it has a good features for QR code recognition:
7+
8+ * It is fast enough to be used with realtime video.
9+ * It has two levels API: high-level for quick and simple decoding and low-level for those, who wants to control everything.
10+ * It is small, and doesn't have any dependencies (except of the C library, of course).
11+ * It has a very small memory footprint.
12+ * It works under the CPython 2.5, 2.6, 2.7 and PyPy. Python 3k support is planned.
13+
414Contents:
515
616.. toctree ::
Original file line number Diff line number Diff line change 11Usage
22=====
33
4- Library usage splits into two parts: *high-level * and *low-level * API.
4+ Library' usage splits into two parts: *high-level * and *low-level * API.
55
66In a sunny and beautiful world you will need only a *high-level * API.
77But if you are have not so much free memory or want to control whole the process, use a *low-level * API.
You can’t perform that action at this time.
0 commit comments