Skip to content

v3.6.0

Latest

Choose a tag to compare

@kba kba released this 15 Oct 11:51

Changed:

  • ocrd network client workflow run: Allow passing workflow as ocrd process tasks as alternative to a workflow file, #1264, #1335
  • Processing Server: Store page ranges as comma-separated page IDs instead of relying on .. numeric range operator, #1333, #1334
  • ocrd network: More verbose error messages instead of plain assertions, #1337

Removed:

  • 🔥 Remove Processor Server in favor of Processing Server + Processing Workers only, #1338, OCR-D/spec#265

Merged PR:

  • run_workflow: pass comma-separated page ids instead of interval range by @bertsky in #1334
  • run_workflow client: allow workflow param as in ocrd process by @bertsky in #1335
  • Improve ocrd-network-client error handling by @joschrew in #1337
  • Remove the processor server by @joschrew in #1338