Skip to content

Commit

Permalink
📦 0.1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
bertsky committed May 27, 2022
1 parent d97aa65 commit a5c060e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ Versioned according to [Semantic Versioning](http://semver.org/).

## Unreleased

Fixed:
## [0.1.21] - 2022-05-27

Changed:

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

## [0.1.20] - 2022-04-27
Expand Down Expand Up @@ -193,6 +196,7 @@ Changed:
* further improve README

<!-- link-labels -->
[0.1.21]: ../../compare/v0.1.20...v0.1.21
[0.1.20]: ../../compare/v0.1.19...v0.1.20
[0.1.19]: ../../compare/v0.1.18...v0.1.19
[0.1.18]: ../../compare/v0.1.17...v0.1.18
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ In your [Python virtual environment](https://packaging.python.org/guides/install
Contains processors for various tasks:

- exporting segment images (including results from preprocessing like cropping/masking, deskewing, dewarping or binarization) along with polygon coordinates and metadata:
- [ocrd-segment-extract-pages](ocrd_segment/extract_pages.py) (for pages, also exports [MS-COCO](https://cocodataset.org/) format)
- [ocrd-segment-extract-regions](ocrd_segment/extract_regions.py) (for regions)
- [ocrd-segment-extract-pages](ocrd_segment/extract_pages.py) (for pages, also exports [MS-COCO](https://cocodataset.org/) format and pageview plots)
- [ocrd-segment-extract-regions](ocrd_segment/extract_regions.py) (for regions, also exports [MS-COCO](https://cocodataset.org/) format))
- [ocrd-segment-extract-lines](ocrd_segment/extract_lines.py) (for lines, also exports text and .xlsx)
- [ocrd-segment-extract-words](ocrd_segment/extract_words.py) (for words, also exports text)
- [ocrd-segment-extract-glyphs](ocrd_segment/extract_glyphs.py) (for glyphs, also exports text)
Expand Down
2 changes: 1 addition & 1 deletion ocrd_segment/ocrd-tool.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.20",
"version": "0.1.21",
"git_url": "https://github.com/OCR-D/ocrd_segment",
"tools": {
"ocrd-segment-repair": {
Expand Down

0 comments on commit a5c060e

Please sign in to comment.