Skip to content

Commit a5c060e

Browse files
author
Robert Sachunsky
committed
📦 0.1.21
1 parent d97aa65 commit a5c060e

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ Versioned according to [Semantic Versioning](http://semver.org/).
44

55
## Unreleased
66

7-
Fixed:
7+
## [0.1.21] - 2022-05-27
8+
9+
Changed:
810

11+
* extract-regions: add parameter `classes` and output COCO, too
912
* repair/project: join polygons directly instead of alphashape
1013

1114
## [0.1.20] - 2022-04-27
@@ -193,6 +196,7 @@ Changed:
193196
* further improve README
194197

195198
<!-- link-labels -->
199+
[0.1.21]: ../../compare/v0.1.20...v0.1.21
196200
[0.1.20]: ../../compare/v0.1.19...v0.1.20
197201
[0.1.19]: ../../compare/v0.1.18...v0.1.19
198202
[0.1.18]: ../../compare/v0.1.17...v0.1.18

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ In your [Python virtual environment](https://packaging.python.org/guides/install
1616
Contains processors for various tasks:
1717

1818
- exporting segment images (including results from preprocessing like cropping/masking, deskewing, dewarping or binarization) along with polygon coordinates and metadata:
19-
- [ocrd-segment-extract-pages](ocrd_segment/extract_pages.py) (for pages, also exports [MS-COCO](https://cocodataset.org/) format)
20-
- [ocrd-segment-extract-regions](ocrd_segment/extract_regions.py) (for regions)
19+
- [ocrd-segment-extract-pages](ocrd_segment/extract_pages.py) (for pages, also exports [MS-COCO](https://cocodataset.org/) format and pageview plots)
20+
- [ocrd-segment-extract-regions](ocrd_segment/extract_regions.py) (for regions, also exports [MS-COCO](https://cocodataset.org/) format))
2121
- [ocrd-segment-extract-lines](ocrd_segment/extract_lines.py) (for lines, also exports text and .xlsx)
2222
- [ocrd-segment-extract-words](ocrd_segment/extract_words.py) (for words, also exports text)
2323
- [ocrd-segment-extract-glyphs](ocrd_segment/extract_glyphs.py) (for glyphs, also exports text)

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.20",
2+
"version": "0.1.21",
33
"git_url": "https://github.com/OCR-D/ocrd_segment",
44
"tools": {
55
"ocrd-segment-repair": {

0 commit comments

Comments
 (0)