Skip to content

Commit 90bf217

Browse files
author
Robert Sachunsky
committed
📦 0.1.19
1 parent 9160cbe commit 90bf217

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,22 @@ Versioned according to [Semantic Versioning](http://semver.org/).
44

55
## Unreleased
66

7+
## [0.1.19] - 2022-04-15
8+
9+
Changed:
10+
11+
* repair (`sanitize`): run on all region types
12+
* repair (`sanitize`): add parameter `sanitize_padding`
13+
* repair (`sanitize`): use binary foreground instead of text line coordinates
14+
* repair (`plausibilize`): use true alpha shape instead of convex hull
715
* project: add `level-of-operation=table`
816
* repair: add option `simplify`
917
* ensure compatibility with Shapely 1.8
1018

1119
## [0.1.18] - 2022-03-30
1220

21+
Fixed:
22+
1323
* extract-lines/words: move extra parameters where they belong
1424
* extract-lines: fix regressions in v0.1.15
1525

@@ -172,6 +182,7 @@ Changed:
172182
* further improve README
173183

174184
<!-- link-labels -->
185+
[0.1.19]: ../../compare/v0.1.18...v0.1.19
175186
[0.1.18]: ../../compare/v0.1.17...v0.1.18
176187
[0.1.17]: ../../compare/v0.1.16...v0.1.17
177188
[0.1.16]: ../../compare/v0.1.15...v0.1.16

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Contains processors for various tasks:
2525
- [ocrd-segment-from-masks](ocrd_segment/import_image_segmentation.py) (for mask/label images, i.e. semantic segmentation)
2626
- [ocrd-segment-from-coco](ocrd_segment/import_coco_segmentation.py) (for [MS-COCO](https://cocodataset.org/) annotation)
2727
- post-processing or repairing layout segmentations:
28-
- [ocrd-segment-repair](ocrd_segment/repair.py) (validity and consistency of coordinates, reducing overlaps/redundancy between neighbours, shrinking regions to the alpha shape of their lines)
28+
- [ocrd-segment-repair](ocrd_segment/repair.py) (validity and consistency of all coordinates; also, for regions, reduce overlaps/redundancy between neighbours, and/or simplify polygons, and/or shrink to the alpha shape of foreground contours)
2929
- [ocrd-segment-project](ocrd_segment/project.py) (remake segment coordinates into the concave hull / alpha shape of their constituents)
3030
- [ocrd-segment-replace-original](ocrd_segment/replace_original.py) (rebase all segments on cropped+deskewed border frame as new full page)
3131
- [ocrd-segment-replace-page](ocrd_segment/replace_page.py) (2 input fileGrps; overwrite segmentation below page of first fileGrp by all segments of second fileGrp, rebasing all coordinates; "inverse" of `replace-original`)

ocrd_segment/ocrd-tool.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.1.18",
2+
"version": "0.1.19",
33
"git_url": "https://github.com/OCR-D/ocrd_segment",
44
"tools": {
55
"ocrd-segment-repair": {

0 commit comments

Comments
 (0)