Skip to content

Releases: OCR-D/core

v0.12.0

22 Nov 17:48
@kba kba
Compare
Choose a tag to compare

Changed:

Added:

  • backup functionality for ocrd workspace, #204

v0.11.0

21 Nov 17:56
@kba kba
Compare
Choose a tag to compare

Changed:

  • ocrd process interface change, #205

Fixed:

  • Grayscale images can be handled by workspace correctly now, #211

v0.10.0

15 Nov 14:18
@kba kba
Compare
Choose a tag to compare

Added:

  • OCRD-ZIP implementation based on OCR-D/spec#70, #207
  • CLI: ocrd zip to bag, spill and validate OCRD-ZIP

Fixed:

  • Adapted tests to work with bagit-based structure, OCR-D/assets#18
  • Read VERSION constant from setup.py, #209

v0.9.0

30 Oct 18:49
@kba kba
Compare
Choose a tag to compare

Fixed:

  • CLI: ocrd process, #199

Changed:

  • Implement changes from spec v2.5.0: ocrd-tool must have in/output groups

v0.8.8

24 Oct 17:39
@kba kba
Compare
Choose a tag to compare

Fixed:

  • KeyError because ocrd_tool not saved on processor instance, #192
  • another KeyError because pnginfo isn't set for all PNG by exiftool, #194
  • support 1-bit bitonal images, #196

v0.8.7

23 Oct 10:43
@kba kba
Compare
Choose a tag to compare

Changed:

  • Calling workspace.save_mets() will now save processor information in the header, #147, #191

v0.8.6

23 Oct 10:43
@kba kba
Compare
Choose a tag to compare

Changed:

  • Update ocrd-tool schema to spec v2.4.0

Fixed:

  • Calls to click.argument had too many arguments, #186

v0.8.5

26 Sep 12:34
@kba kba
Compare
Choose a tag to compare

Changed:

  • Logger setup according to v2.3.0 of the spec, #185

v0.8.4

21 Sep 14:33
@kba kba
Compare
Choose a tag to compare

Removed:

  • remove workspace_from_folder, #180

Changed:

  • Creating METS from scratch will set creator agent and creation date, #147

Fixed:

  • Schema regression in 0.8.3 (description)

v0.8.3

20 Sep 10:55
@kba kba
Compare
Choose a tag to compare

[0.8.3] - 2018-09-20

Changed:

  • Make logging logic spec-compliant according to #173

Removed:

  • prefer_symlink mechanism, #179