/docimage

Primary LanguagePythonMIT LicenseMIT

Introduction

A library to process document images (with particular focus on Indic languages).

Installation

  • Install this library (Replace pip2 with pip3 as needed)
    • Latest release: sudo pip2 install docimage -U
    • Development copy: sudo pip2 install git+https://github.com/vedavaapi/docimage@master -U
    • Web.

Usage

  • Please see the generated python sphynx docs in one of the following places:
  • Design considerations for data containers corresponding to the various submodules (such as books and annotations) are given below - or in the corresponding source files.

For contributors

Contact

Have a problem or question? Please head to github.

Packaging

  • ~/.pypirc should have your pypi login credentials.
python setup.py bdist_wheel
twine upload dist/* --skip-existing

Document generation