Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix image API (for rotation) #327

Merged
merged 16 commits into from
Nov 5, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@ Versioned according to [Semantic Versioning](http://semver.org/).

## Unreleased

* image_from_page etc: allow filling with background or transparency

## [1.0.0] - 2019-10-18

* Workspace validation: Validate that files mentioned in pc:Page/@imageFilename exist in METS and on FS, #309
* `ocrd ocrd-tool parse-params` has the string-or-filepath logic for -p/--parameter as for the [CLI](https://ocr-d.github.io/cli#-p---parameter-param_json)

## [1.0.0b19] - 2019-09-10

* image_from_page: allow filtering by feature (@comment), #294
* image_from_page etc: allow filtering by feature (@comments), #294

## [1.0.0b18] - 2019-09-06

Expand All @@ -30,7 +32,7 @@ Fixed:
* Processor: `chdir` to workspace directory on init so relative files resolve properly
* typos in docstrings
* README: 'module' -> 'package'
* workspace.image_from_page: logic with rotation/angle
* workspace.image_from_page etc: logic with rotation/angle
* Adapted test suite to OCR-D/assets now with file extensions

Added:
Expand Down
Loading