Skip to content

v2.67.0

Compare
Choose a tag to compare
@kba kba released this 16 Jul 17:42
· 212 commits to master since this release

Changed:

  • Additional docker base images with preinstalled tensorflow 1 (core-cuda-tf1), tensorflow 2 (core-cuda-tf2) and torch (core-cuda-torch), #1239
  • Resource Manager: Skip instead of raise an exception download if target file already exists (unless --overwrite), #1246
  • Resource Manager: Try to use bundled ocrd-all-tool.json if available, #1250, OCR-D/all#444

Added:

  • ocrd process does support -U/--mets-server, #1243

Fixed:

  • ocrd process-derived tasks are not run in a temporary directory when not called from within workspace, #1243
  • regression from #1238 where processors failed that had required parameters, #1255, #1256
  • METS Server: Unlink UDS sockert file if it exists before startup, #1244
  • Resource Manager: Do not create zero-size files for failing downloads, #1201, #1246
  • Workspace.add_file: Allow multiple processors to create file group folders simultaneously, #1203, #1253
  • Resource Manager: Do not try to run --dump-json for known non-processors ocrd-{cis-data,import,make}, #1218, #1249
  • Resource Manager: Properly handle copying of directories, #1237, #1248
  • bashlib: regression in parsing JSON from introducing parameter preset files, #1258

Removed:

  • Defaults for -I/--input-file-grp/-O/--output-file-grp, #1256, #274