@@ -11,12 +11,37 @@ Fixed:
11
11
12
12
* restoring the contour in the original image caused an error due to an empty tuple, #154
13
13
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
+
14
22
Added:
15
23
16
24
* ` eynollah machine-based-reading-order ` CLI to run reading order detection, #175
17
25
* ` eynollah enhancement ` CLI to run image enhancement, #175
18
26
* Improved models for page extraction and reading order detection, #175
19
27
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
+
20
45
## [ 0.4.0] - 2025-04-07
21
46
22
47
Fixed:
0 commit comments