Skip to content

Releases: OCR-D/core

v0.8.8

24 Oct 17:39
@kba kba

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

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

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

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

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

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

v0.8.2

04 Sep 11:35
@kba kba

Choose a tag to compare

Fixed:

  • Handle missing parameters in ocrd-tool.json like empty array #160
  • cli: ocrd workspace validate #175

v0.8.1

31 Aug 15:09
@kba kba

Choose a tag to compare

Removed:

  • merge_ocr_txt.py script to be reborn as its own project, #170

v0.8.0

22 Aug 16:54
@kba kba

Choose a tag to compare

Fixed:

  • file://-URL will not be "downloaded" if already present, #165

Changed:

  • Logging can be configured with a file ocrd_logging.py in either $PWD, $HOME or /etc, #164
  • Processor.add_output_file deprecated, #166

v0.7.5

16 Aug 16:38
@kba kba

Choose a tag to compare

Fixed:

  • bashlib: invalid parsers caused cryptic error, #161