Version bump and feature update

This commit is contained in:
Daniel Quinn 2016-02-14 17:18:28 +00:00
parent a0f4f6c5f2
commit aea4af5d3b
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
Changelog
#########
* 0.0.6
* Added support for parallel OCR (significant work from pitkley)
* Sped up the language detection (significant work from pitkley)
* Added simple logging
* 0.0.5
* Added support for image files as documents (png, jpg, gif, tiff)

View File

@ -1 +1 @@
__version__ = (0, 0, 5)
__version__ = (0, 0, 6)