Skip to content

Commit

Permalink
📦 v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Aug 21, 2019
1 parent d1b1296 commit 9731697
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ Versioned according to [Semantic Versioning](http://semver.org/).

## Unreleased

## [0.4.0] - 2019-08-21

Changed:

* :fire: `common.py` is now part of OCR-D/core's ocrd_utils, OCR-D/core#268, #49
* many fixes and improvements to crop, deskew, binarize
* proper handling of orientaton on page level
* updated requirements


## [0.3.0] - 2019-06-28

Changed:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name='ocrd_tesserocr',
version='0.3.0',
version='0.4.0',
description='Tesserocr bindings',
long_description=codecs.open('README.rst', encoding='utf-8').read(),
author='Konstantin Baierer, Kay-Michael Würzner, Robert Sachunsky',
Expand Down

0 comments on commit 9731697

Please sign in to comment.