Skip to content

Commit a48e52c

Browse files
bertskykba
authored andcommitted
📝 extend changelog for v0.5.0
1 parent a6f0af0 commit a48e52c

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,37 @@ Fixed:
1111

1212
* restoring the contour in the original image caused an error due to an empty tuple, #154
1313

14+
Changed
15+
16+
* CLIs: read only allowed filename suffixes (image or XML) with `--dir_in`
17+
* CLIs: make all output option required, and `-i` / `-di` required but mutually exclusive
18+
* ocr CLI: drop redundant `-brb` in favour of just `-dib`
19+
* APIs: move all input/output path options from class (kwarg and attribute) ro `run` kwarg
20+
* layout textlines: polygonal also without `-cl`
21+
1422
Added:
1523

1624
* `eynollah machine-based-reading-order` CLI to run reading order detection, #175
1725
* `eynollah enhancement` CLI to run image enhancement, #175
1826
* Improved models for page extraction and reading order detection, #175
1927

28+
Merged PRs:
29+
30+
* better machine based reading order + layout and textline + ocr by @vahidrezanezhad in https://github.com/qurator-spk/eynollah/pull/175
31+
* CI: pypi by @kba in https://github.com/qurator-spk/eynollah/pull/154
32+
* CI: Use most recent actions/setup-python@v5 by @kba in https://github.com/qurator-spk/eynollah/pull/157
33+
* update docker by @bertsky in https://github.com/qurator-spk/eynollah/pull/159
34+
* Ocrd fixes by @kba in https://github.com/qurator-spk/eynollah/pull/167
35+
* Updating readme for eynollah use cases cli by @kba in https://github.com/qurator-spk/eynollah/pull/166
36+
* OCR-D processor: expose reading_order_machine_based by @bertsky in https://github.com/qurator-spk/eynollah/pull/171
37+
* prepare release v0.5.0: fix logging by @bertsky in https://github.com/qurator-spk/eynollah/pull/180
38+
* mb_ro_on_layout: remove copy-pasta code not actually used by @kba in https://github.com/qurator-spk/eynollah/pull/181
39+
* prepare release v0.5.0: improve CLI docstring, refactor I/O path options from class to run kwargs, increase test coverage @bertsky in #182
40+
* prepare release v0.5.0: fix for OCR doit subtest by @bertsky in https://github.com/qurator-spk/eynollah/pull/183
41+
* Prepare release v0.5.0 by @kba in https://github.com/qurator-spk/eynollah/pull/178
42+
* updating eynollah README, how to use it for use cases by @vahidrezanezhad in https://github.com/qurator-spk/eynollah/pull/156
43+
* add feedback to command line interface by @michalbubula in https://github.com/qurator-spk/eynollah/pull/170
44+
2045
## [0.4.0] - 2025-04-07
2146

2247
Fixed:

0 commit comments

Comments
 (0)