A library to process document images (with particular focus on Indic languages).
- 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.
- Latest release:
- Please see the generated python sphynx docs in one of the following places:
- project page.
- http://docimage.readthedocs.io
- under docs/_build/html/index.html
- Design considerations for data containers corresponding to the various submodules (such as books and annotations) are given below - or in the corresponding source files.
Have a problem or question? Please head to github.
- ~/.pypirc should have your pypi login credentials.
python setup.py bdist_wheel
twine upload dist/* --skip-existing
- Sphynx html docs can be generated with
cd docs; make html
- http://docimage.readthedocs.io/en/latest/docimage.html should automatically have good updated documentation - unless there are build errors.