Skip to content

Commit

Permalink
📦 v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Feb 17, 2020
1 parent b09cece commit f60fb02
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ Versioned according to [Semantic Versioning](http://semver.org/).

## Unreleased

## [0.8.0] - 2020-02-17

Fixed:

* recognize: fix buggy RTL behavior, glyph confidence defaults to 1, #112, #113

## [0.8.0] - 2020-01-24

Changed:
Expand Down Expand Up @@ -144,6 +150,7 @@ Changed:
* Recognition with proper support for textequiv_level, drop `page` level

<!-- link-labels -->
[0.8.1]: v0.8.1...v0.8.0
[0.8.0]: v0.8.0...v0.7.0
[0.7.0]: v0.7.0...v0.6.0
[0.6.0]: v0.6.0...v0.5.1
Expand Down
2 changes: 1 addition & 1 deletion ocrd_tesserocr/ocrd-tool.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.8.0",
"version": "0.8.1",
"git_url": "https://github.com/OCR-D/ocrd_tesserocr",
"dockerhub": "ocrd/tesserocr",
"tools": {
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name='ocrd_tesserocr',
version='0.8.0',
version='0.8.1',
description='Tesserocr bindings',
long_description=codecs.open('README.md', encoding='utf-8').read(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit f60fb02

Please sign in to comment.