Skip to content

Commit c65b345

Browse files
committed
📦 v0.20.1
1 parent 2fedcee commit c65b345

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,34 @@ Versioned according to [Semantic Versioning](http://semver.org/).
55

66
## Unreleased
77

8+
## [0.20.1] - 2025-04-01
9+
10+
Changed:
11+
12+
* `ocrd-tool.json`: remove `configs/` as processor resource → no more directory resources
13+
* Dockerfile: supplant `configs/` resource for standalone CLI by pre-installing in tessdata
14+
15+
Added:
16+
17+
* `ocrd-tool.json`: add model resources for all Tesseract languages and scripts
18+
19+
## [0.20.0] - 2025-03-07
20+
821
Changed:
922

1023
* adapt to ocrd 3.0, #216
24+
* deskew: no segment.id suffix for generated images on page level
25+
* :fire: drop support for Python 3.7
26+
* switch from `setup.py` to `pyproject.toml` for packaging
27+
* Docker: shortcut `ocrd-all-tool.json` via our `ocrd-tool.json`
28+
29+
Added:
30+
31+
* extended tests:
32+
* test with `instance_caching`
33+
* test with METS caching
34+
* test with METS server
35+
* test with page-parallel multiprocessing
1136

1237
## [0.19.1] - 2024-07-01
1338

@@ -433,6 +458,8 @@ Changed:
433458
* Recognition with proper support for textequiv_level, drop `page` level
434459

435460
<!-- link-labels -->
461+
[0.20.1]: ../../compare/v0.20.1...v0.20.0
462+
[0.20.0]: ../../compare/v0.20.0...v0.19.1
436463
[0.19.1]: ../../compare/v0.19.1...v0.19.0
437464
[0.19.0]: ../../compare/v0.19.0...v0.18.1
438465
[0.18.1]: ../../compare/v0.18.1...v0.18.0

ocrd_tesserocr/ocrd-tool.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.20.0",
2+
"version": "0.20.1",
33
"git_url": "https://github.com/OCR-D/ocrd_tesserocr",
44
"dockerhub": "ocrd/tesserocr",
55
"tools": {

0 commit comments

Comments
 (0)