Dependencies
============

* Python_ ≥ 2.6

* Gamera_ ≥ 3.2.3 —
  toolkit for building document image recognition systems

* Python Imaging Library (PIL_)

* DjVuLibre_ ≥ 3.5.21 —
  library for the DjVu_ file format

* minidjvu_ ≥ 0.8 (needed for the ``--pages-per-dict``/``-p`` option) —
  bitonal DjVu_ encoder/decoder

* argparse_ —
  Python command line parser

For XMP support one of the following libraries is needed:

* python-xmp-toolkit_ -
  Python XMP library

* pyexiv2_ ≥ 0.3 -
  Python bindings to Exiv2_

.. _Python:
   http://python.org/
.. _Gamera:
   http://gamera.informatik.hsnr.de/
.. _PIL:
   http://www.pythonware.com/products/pil/
.. _DjVuLibre:
   http://djvu.sourceforge.net/
.. _minidjvu:
   http://minidjvu.sourceforge.net/
.. _DjVu:
   http://djvu.org/
.. _argparse:
   http://code.google.com/p/argparse/
.. _python-xmp-toolkit:
   http://code.google.com/p/python-xmp-toolkit/
.. _pyexiv2:
   http://tilloy.net/dev/pyexiv2/
.. _Exiv2:
   http://www.exiv2.org/

.. vim:ft=rst ts=3 sw=3 et tw=72
