Added some documentation

This commit is contained in:
Daniel Quinn
2016-01-24 20:15:50 -05:00
parent 0612cd53b7
commit 286292dbf9
10 changed files with 846 additions and 0 deletions

11
docs/changelog.rst Normal file
View File

@@ -0,0 +1,11 @@
Changelog
#########
* 0.0.3
* Added basic tagging
* 0.0.2
* Added language detection
* Added datestamps to ``document_exporter``.
* Changed ``settings.TESSERACT_LANGUAGE`` to ``settings.OCR_LANGUAGE``.
* 0.0.1
* Initial release