File tree 2 files changed +28
-1
lines changed
2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,34 @@ Versioned according to [Semantic Versioning](http://semver.org/).
5
5
6
6
## Unreleased
7
7
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
+
8
21
Changed:
9
22
10
23
* 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
11
36
12
37
## [ 0.19.1] - 2024-07-01
13
38
@@ -433,6 +458,8 @@ Changed:
433
458
* Recognition with proper support for textequiv_level, drop ` page ` level
434
459
435
460
<!-- link-labels -->
461
+ [ 0.20.1 ] : ../../compare/v0.20.1...v0.20.0
462
+ [ 0.20.0 ] : ../../compare/v0.20.0...v0.19.1
436
463
[ 0.19.1 ] : ../../compare/v0.19.1...v0.19.0
437
464
[ 0.19.0 ] : ../../compare/v0.19.0...v0.18.1
438
465
[ 0.18.1 ] : ../../compare/v0.18.1...v0.18.0
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.20.0 " ,
2
+ "version" : " 0.20.1 " ,
3
3
"git_url" : " https://github.com/OCR-D/ocrd_tesserocr" ,
4
4
"dockerhub" : " ocrd/tesserocr" ,
5
5
"tools" : {
You can’t perform that action at this time.
0 commit comments