@@ -2,36 +2,38 @@ Change Log
2
2
==========
3
3
Versioned according to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
- ## Unreleased
5
+ ## [ Unreleased]
6
6
7
- Added:
7
+ ## [ 0.1.22] - 2023-06-29
8
+
9
+ ### Added
8
10
9
11
* replace-text: new processor (inverse of extract-* for text)
10
12
* extract-lines: new parameter ` textequiv-index `
11
13
12
- Fixed:
14
+ ### Fixed
13
15
14
16
* repair/project: use minimum spanning tree when joining polygons
15
17
* repair/project: ever more robustness
16
18
* all: set PAGE ` @pcGtsId ` from METS ` file/@ID `
17
19
18
20
## [ 0.1.21] - 2022-05-27
19
21
20
- Changed:
22
+ ### Changed
21
23
22
24
* extract-regions: add parameter ` classes ` and output COCO, too
23
25
* repair/project: join polygons directly instead of alphashape
24
26
25
27
## [ 0.1.20] - 2022-04-27
26
28
27
- Fixed:
29
+ ### Fixed
28
30
29
31
* extract-pages: fix extraction of region JSON
30
32
* repair/project: make alpha shape more robust
31
33
32
34
## [ 0.1.19] - 2022-04-15
33
35
34
- Changed:
36
+ ### Changed
35
37
36
38
* repair (` sanitize ` ): run on all region types
37
39
* repair (` sanitize ` ): add parameter ` sanitize_padding `
@@ -43,92 +45,92 @@ Changed:
43
45
44
46
## [ 0.1.18] - 2022-03-30
45
47
46
- Fixed:
48
+ ### Fixed
47
49
48
50
* extract-lines/words: move extra parameters where they belong
49
51
* extract-lines: fix regressions in v0.1.15
50
52
51
53
## [ 0.1.17] - 2022-03-12
52
54
53
- Changed:
55
+ ### Changed
54
56
55
57
* project: use true alpha shape instead of convex hull
56
58
57
59
## [ 0.1.16] - 2022-02-21
58
60
59
- Fixed:
61
+ ### Fixed
60
62
61
63
* repair: fix ` plausibilize ` scope of apply-list
62
64
63
- Changed:
65
+ ### Changed
64
66
65
67
* project: new processor for convex hull resegmentation
66
68
67
69
## [ 0.1.15] - 2022-02-17
68
70
69
- Changed:
71
+ ### Changed
70
72
71
73
* repair: ` plausibilize ` : both analyse & apply iff enabled
72
74
* extract-lines: add parameters for output types and conditions for line extraction
73
75
* extract-lines: add ` xlsx ` output option for GT editing
74
76
75
77
## [ 0.1.14] - 2022-02-17
76
78
77
- Changed:
79
+ ### Changed
78
80
79
81
* repair: for non-trivial region overlaps, recurse to line level
80
82
* repair: for non-trivial line overlaps, merge (if centric) or subtract
81
83
82
84
## [ 0.1.13] - 2021-12-11
83
85
84
- Fixed:
86
+ ### Fixed
85
87
86
88
* evaluate: multi-matching (without pycocotools)
87
89
88
- Changed:
90
+ ### Changed
89
91
90
92
* evaluate: improved report format (hierarchy and names)
91
93
92
- Added:
94
+ ### Added
93
95
94
96
* evaluate: over-/undersegmentation metrics, pixel-wise metrics
95
97
96
98
## [ 0.1.12] - 2021-12-03
97
99
98
- Changed:
100
+ ### Changed
99
101
100
102
* evaluate: basic IoU matching, Pr/Rc and mAP/mAR stats via pycocotools
101
103
102
104
## [ 0.1.11] - 2021-03-23
103
105
104
- Fixed:
106
+ ### Fixed
105
107
106
108
* extract-pages: ` Border ` has no ` id `
107
109
108
110
## [ 0.1.10] - 2021-02-26
109
111
110
- Fixed:
112
+ ### Fixed
111
113
112
114
* extract-regions: apply ` feature_filter ` param
113
115
114
- Changed:
116
+ ### Changed
115
117
116
118
* extract-pages: add ` feature_filter ` param
117
119
* extract-pages: add ` order ` choice for ` plot_segmasks `
118
120
119
121
## [ 0.1.9] - 2021-02-10
120
122
121
- Changed:
123
+ ### Changed
122
124
123
125
* extract-regions/lines/words/glyphs: add ` feature_filter ` param
124
126
125
127
## [ 0.1.8] - 2021-02-07
126
128
127
- Fixed:
129
+ ### Fixed
128
130
129
131
* replace-page: ` getLogger ` context
130
132
131
- Changed:
133
+ ### Changed
132
134
133
135
* extract-words: new
134
136
* extract-glyphs: new
@@ -137,76 +139,78 @@ Changed:
137
139
138
140
## [ 0.1.7] - 2021-01-07
139
141
140
- Fixed:
142
+ ### Fixed
141
143
142
144
* repair: also ensure polygons have at least 3 points
143
145
* replace-page: allow non-PAGE input files, too
144
146
145
147
## [ 0.1.6] - 2020-11-25
146
148
147
- Fixed:
149
+ ### Fixed
148
150
149
151
* repair: also fix negative coords, also on page level
150
152
* replace-original: also remove page border/@orientation
151
153
* replace-original: add new original as derived image, too
152
154
153
155
## [ 0.1.5] - 2020-11-04
154
156
155
- Fixed:
157
+ ### Fixed
156
158
157
159
* evaluate: adapt to ` zip_input_files ` in core
158
160
159
- Changed:
161
+ ### Changed
160
162
161
163
* replace-original: delegate to ` repair.ensure_consistent `
162
164
* replace-page: new CLI (inverse or replace-original)
163
165
164
166
## [ 0.1.4] - 2020-11-04
165
167
166
- Changed:
168
+ ### Changed
167
169
168
170
* repair: fix coordinate consistency/validity errors
169
171
170
172
## [ 0.1.3] - 2020-09-24
171
173
172
- Changed:
174
+ ### Changed
173
175
174
176
* logging according to OCR-D/core #599
175
177
176
178
## [ 0.1.2] - 2020-09-18
177
179
178
- Fixed:
180
+ ### Fixed
179
181
180
182
* repair: traverse all text regions recursively (typo)
181
183
182
184
## [ 0.1.1] - 2020-09-14
183
185
184
- Changed:
186
+ ### Changed
185
187
186
188
* repair: traverse all text regions recursively
187
189
188
- Fixed:
190
+ ### Fixed
189
191
190
192
* repair: be robust against invalid input polygons
191
193
* repair: be careful to make valid output polygons
192
194
193
195
## [ 0.1.0] - 2020-08-21
194
196
195
- Changed:
197
+ ### Changed
196
198
197
199
* adapt to 1-output-file-group convention, use ` make_file_id ` and ` assert_file_grp_cardinality ` , #41
198
200
199
- Fixed:
201
+ ### Fixed
200
202
201
203
* typo in ` extract_lines ` , #40
202
204
203
205
## [ 0.0.2] - 2019-12-19
204
206
205
- Changed:
207
+ ### Changed
206
208
207
209
* further improve README
208
210
209
211
<!-- link-labels -->
212
+ [ unreleased ] : ../../compare/v0.1.21...master
213
+ [ 0.1.22 ] : ../../compare/v0.1.21...v0.1.22
210
214
[ 0.1.21 ] : ../../compare/v0.1.20...v0.1.21
211
215
[ 0.1.20 ] : ../../compare/v0.1.19...v0.1.20
212
216
[ 0.1.19 ] : ../../compare/v0.1.18...v0.1.19
0 commit comments