We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56d5395 commit e9acc81Copy full SHA for e9acc81
2 files changed
CHANGELOG.md
@@ -4,6 +4,13 @@ Versioned according to [Semantic Versioning](http://semver.org/).
4
5
## Unreleased
6
7
+## [0.1.20] - 2022-04-27
8
+
9
+Fixed:
10
11
+ * extract-pages: fix extraction of region JSON
12
+ * repair/project: make alpha shape more robust
13
14
## [0.1.19] - 2022-04-15
15
16
Changed:
@@ -182,6 +189,7 @@ Changed:
182
189
* further improve README
183
190
184
191
<!-- link-labels -->
192
+[0.1.20]: ../../compare/v0.1.19...v0.1.20
185
193
[0.1.19]: ../../compare/v0.1.18...v0.1.19
186
194
[0.1.18]: ../../compare/v0.1.17...v0.1.18
187
195
[0.1.17]: ../../compare/v0.1.16...v0.1.17
ocrd_segment/ocrd-tool.json
@@ -1,5 +1,5 @@
1
{
2
- "version": "0.1.19",
+ "version": "0.1.20",
3
"git_url": "https://github.com/OCR-D/ocrd_segment",
"tools": {
"ocrd-segment-repair": {
0 commit comments