Skip to content

Releases: OCR-D/spec

v3.9.0

21 Jul 12:42
@kba kba
Compare
Choose a tag to compare

Changed:

  • CLI: Processors being called without valid METS file -> show help, #156

v3.8.0

13 Jul 17:40
@kba kba
Compare
Choose a tag to compare

Added:

  • Parameter JSON files may contain #-prefixed comments, #161
  • Processor resources, encompassing bundled/user-provided parameter JSON files and file parameter values like models, #158, #162
  • Mechanism for resolving file parameter values to actual filenames, #163
  • CLI: -P/--parameter-override to override single key-value pairs of parameter JSON, #166

Changed:

  • mets:file representing page:AlternativeImage should not be added to separate mets:fileGrp but rather to the PAGE-XML whence they originate, #164
  • Recommendation how file IDs should be derived from existing mets:file, #164
  • CLI: -p/--parameter option repeatable, results are merged right to left, #161
  • METS: Simplify the convention for mets:file/@ID for derived images, #164
  • mets:fileGrp for prerprocessing steps should use the qualifier PRE instead of IMG, #164

Removed:

  • Recommendations on fileGrp/@USE for images, #164

v3.7.0

07 Jun 18:44
@kba kba
Compare
Choose a tag to compare

Added:

  • ocrd-tool.json: Parameter values may be objects, #143
  • glossary: definitions of "print space" and "border", #114

v3.6.0

30 Apr 13:29
@kba kba
Compare
Choose a tag to compare

Added:

  • CLI: --overwrite flag to delete existing output files before processing, #151

v3.5.0: Merge pull request #149 from kba/update-urls

28 Apr 18:18
@kba kba
8118c5d
Compare
Choose a tag to compare

Changed:

Added:

  • docker: instructions on naming and labelling images, #139
  • CLI tools must implement -h/--help, #115

v3.4.2

06 Apr 16:52
@kba kba
Compare
Choose a tag to compare

Changed:

  • bagit-profile accepts metadata as non-payload dir, #133
  • Relaxed the requirement for the mets:fileGrp/@USE syntax, #138

v3.4.1

06 Apr 16:52
@kba kba
Compare
Choose a tag to compare

Added:

  • No multi-page TIFF, #132

v3.4.0

06 Apr 16:52
@kba kba
Compare
Choose a tag to compare

Fixed

  • Various typos, #128

Changed:

  • Dockerfile: no CMD, no ENTRYPOINT, #130
  • Processors should assume 300 dpi if image metadata cannot be trusted, #129

Added:

  • Spec for provenance, #126

v3.3.0

23 Oct 17:47
@kba kba
Compare
Choose a tag to compare

Added:

  • Draft spec for logging
  • Draft spec for provenance

Changed:

  • ocrd-tool: Additional additional category layout/segmentation/text-image
  • ocrd-tool: Remove syntactical restriction for content-type
  • ocrd-tool: output_file_grp no longer required
  • CLI: --mets and --working-dir are optional not required
  • CLI: --output-file-grp is optional, OCR-D/core#296

v3.2.1

25 Jun 13:15
@kba kba
Compare
Choose a tag to compare

Added:

Fixed:

  • bagit: path of OcrdMets must be relative to /data, fix #107, #113