@@ -2,36 +2,38 @@ Change Log
22==========
33Versioned according to [ Semantic Versioning] ( http://semver.org/ ) .
44
5- ## Unreleased
5+ ## [ Unreleased]
66
7- Added:
7+ ## [ 0.1.22] - 2023-06-29
8+
9+ ### Added
810
911 * replace-text: new processor (inverse of extract-* for text)
1012 * extract-lines: new parameter ` textequiv-index `
1113
12- Fixed:
14+ ### Fixed
1315
1416 * repair/project: use minimum spanning tree when joining polygons
1517 * repair/project: ever more robustness
1618 * all: set PAGE ` @pcGtsId ` from METS ` file/@ID `
1719
1820## [ 0.1.21] - 2022-05-27
1921
20- Changed:
22+ ### Changed
2123
2224 * extract-regions: add parameter ` classes ` and output COCO, too
2325 * repair/project: join polygons directly instead of alphashape
2426
2527## [ 0.1.20] - 2022-04-27
2628
27- Fixed:
29+ ### Fixed
2830
2931 * extract-pages: fix extraction of region JSON
3032 * repair/project: make alpha shape more robust
3133
3234## [ 0.1.19] - 2022-04-15
3335
34- Changed:
36+ ### Changed
3537
3638 * repair (` sanitize ` ): run on all region types
3739 * repair (` sanitize ` ): add parameter ` sanitize_padding `
@@ -43,92 +45,92 @@ Changed:
4345
4446## [ 0.1.18] - 2022-03-30
4547
46- Fixed:
48+ ### Fixed
4749
4850 * extract-lines/words: move extra parameters where they belong
4951 * extract-lines: fix regressions in v0.1.15
5052
5153## [ 0.1.17] - 2022-03-12
5254
53- Changed:
55+ ### Changed
5456
5557 * project: use true alpha shape instead of convex hull
5658
5759## [ 0.1.16] - 2022-02-21
5860
59- Fixed:
61+ ### Fixed
6062
6163 * repair: fix ` plausibilize ` scope of apply-list
6264
63- Changed:
65+ ### Changed
6466
6567 * project: new processor for convex hull resegmentation
6668
6769## [ 0.1.15] - 2022-02-17
6870
69- Changed:
71+ ### Changed
7072
7173 * repair: ` plausibilize ` : both analyse & apply iff enabled
7274 * extract-lines: add parameters for output types and conditions for line extraction
7375 * extract-lines: add ` xlsx ` output option for GT editing
7476
7577## [ 0.1.14] - 2022-02-17
7678
77- Changed:
79+ ### Changed
7880
7981 * repair: for non-trivial region overlaps, recurse to line level
8082 * repair: for non-trivial line overlaps, merge (if centric) or subtract
8183
8284## [ 0.1.13] - 2021-12-11
8385
84- Fixed:
86+ ### Fixed
8587
8688 * evaluate: multi-matching (without pycocotools)
8789
88- Changed:
90+ ### Changed
8991
9092 * evaluate: improved report format (hierarchy and names)
9193
92- Added:
94+ ### Added
9395
9496 * evaluate: over-/undersegmentation metrics, pixel-wise metrics
9597
9698## [ 0.1.12] - 2021-12-03
9799
98- Changed:
100+ ### Changed
99101
100102 * evaluate: basic IoU matching, Pr/Rc and mAP/mAR stats via pycocotools
101103
102104## [ 0.1.11] - 2021-03-23
103105
104- Fixed:
106+ ### Fixed
105107
106108 * extract-pages: ` Border ` has no ` id `
107109
108110## [ 0.1.10] - 2021-02-26
109111
110- Fixed:
112+ ### Fixed
111113
112114 * extract-regions: apply ` feature_filter ` param
113115
114- Changed:
116+ ### Changed
115117
116118 * extract-pages: add ` feature_filter ` param
117119 * extract-pages: add ` order ` choice for ` plot_segmasks `
118120
119121## [ 0.1.9] - 2021-02-10
120122
121- Changed:
123+ ### Changed
122124
123125 * extract-regions/lines/words/glyphs: add ` feature_filter ` param
124126
125127## [ 0.1.8] - 2021-02-07
126128
127- Fixed:
129+ ### Fixed
128130
129131 * replace-page: ` getLogger ` context
130132
131- Changed:
133+ ### Changed
132134
133135 * extract-words: new
134136 * extract-glyphs: new
@@ -137,76 +139,78 @@ Changed:
137139
138140## [ 0.1.7] - 2021-01-07
139141
140- Fixed:
142+ ### Fixed
141143
142144 * repair: also ensure polygons have at least 3 points
143145 * replace-page: allow non-PAGE input files, too
144146
145147## [ 0.1.6] - 2020-11-25
146148
147- Fixed:
149+ ### Fixed
148150
149151 * repair: also fix negative coords, also on page level
150152 * replace-original: also remove page border/@orientation
151153 * replace-original: add new original as derived image, too
152154
153155## [ 0.1.5] - 2020-11-04
154156
155- Fixed:
157+ ### Fixed
156158
157159 * evaluate: adapt to ` zip_input_files ` in core
158160
159- Changed:
161+ ### Changed
160162
161163 * replace-original: delegate to ` repair.ensure_consistent `
162164 * replace-page: new CLI (inverse or replace-original)
163165
164166## [ 0.1.4] - 2020-11-04
165167
166- Changed:
168+ ### Changed
167169
168170 * repair: fix coordinate consistency/validity errors
169171
170172## [ 0.1.3] - 2020-09-24
171173
172- Changed:
174+ ### Changed
173175
174176 * logging according to OCR-D/core #599
175177
176178## [ 0.1.2] - 2020-09-18
177179
178- Fixed:
180+ ### Fixed
179181
180182 * repair: traverse all text regions recursively (typo)
181183
182184## [ 0.1.1] - 2020-09-14
183185
184- Changed:
186+ ### Changed
185187
186188 * repair: traverse all text regions recursively
187189
188- Fixed:
190+ ### Fixed
189191
190192 * repair: be robust against invalid input polygons
191193 * repair: be careful to make valid output polygons
192194
193195## [ 0.1.0] - 2020-08-21
194196
195- Changed:
197+ ### Changed
196198
197199 * adapt to 1-output-file-group convention, use ` make_file_id ` and ` assert_file_grp_cardinality ` , #41
198200
199- Fixed:
201+ ### Fixed
200202
201203 * typo in ` extract_lines ` , #40
202204
203205## [ 0.0.2] - 2019-12-19
204206
205- Changed:
207+ ### Changed
206208
207209 * further improve README
208210
209211<!-- link-labels -->
212+ [ unreleased ] : ../../compare/v0.1.21...master
213+ [ 0.1.22 ] : ../../compare/v0.1.21...v0.1.22
210214[ 0.1.21 ] : ../../compare/v0.1.20...v0.1.21
211215[ 0.1.20 ] : ../../compare/v0.1.19...v0.1.20
212216[ 0.1.19 ] : ../../compare/v0.1.18...v0.1.19
0 commit comments