Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bertsky committed May 29, 2024
1 parent 1f27a1f commit 636ca99
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,23 @@ Versioned according to [Semantic Versioning](http://semver.org/).

## Unreleased

Fixed:

* recognize: improve baseline/polgon robustness

Changed:

* segment/recognize: adapt and bump to Kraken v5
* adapt to Python importlib instead of pkg_resources
* update tests/CI

## [0.4.0] - 2024-02-11

Fixed:

* binarize: OCR-D conformity (PAGE output, AlternativeImage input/output)
* docstrings

Added:

* recognize: param `overwrite_text`
Expand All @@ -27,7 +37,7 @@ Changed:

Fixed:

* recognize: only apply `one_channel_mode` (whether to use `binarized` input)
* recognize: only apply `one_channel_mode` (whether to use `binarized` input)
if the model has only one input channel
* recognize: project text results to region level in order
* recognize: iterate line results via proper word splitting
Expand Down

0 comments on commit 636ca99

Please sign in to comment.