Skip to content

Commit

Permalink
added pypi shields
Browse files Browse the repository at this point in the history
  • Loading branch information
sirfz committed Jun 8, 2016
1 parent 7d05dbd commit b14e071
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ wrapper around the ``tesseract-ocr`` API for Optical Character Recognition

.. image:: https://travis-ci.org/sirfz/tesserocr.svg?branch=master
:target: https://travis-ci.org/sirfz/tesserocr
:alt: TravisCI build status

.. image:: https://img.shields.io/pypi/v/tesserocr.svg?maxAge=2592000
:target: https://pypi.python.org/pypi/tesserocr
:alt: Latest version on PyPi

.. image:: https://img.shields.io/pypi/pyversions/tesserocr.svg?maxAge=2592000
:alt: Supported python versions

**tesserocr** integrates directly with Tesseract's C++ API using Cython
which allows for a simple Pythonic and easy-to-read source code. It
Expand All @@ -32,7 +40,7 @@ On Debian/Ubuntu:
$ apt-get install tesseract-ocr libtesseract-dev libleptonica-dev

You may need to `manually compile tesseract`_ for a more recent version. Note that you may need
to update your `LD_LIBRARY_PATH` environment variable to point to the right library versions in
to update your ``LD_LIBRARY_PATH`` environment variable to point to the right library versions in
case you have multiple tesseract/leptonica installations.

|Cython|_ is required for building and optionally |Pillow|_ to support ``PIL.Image`` objects.
Expand Down

0 comments on commit b14e071

Please sign in to comment.