v2.53.0
Fixed:
WorkspaceValidator
: make the check for consistency ofpc:Page[@pcGtsId]
andmets:file[@ID]
optional with themets_fileid_page_pcgtsid
skip flag, #1066ocrd resmgr download
: usebasedir
as an arg and not a kwarg, #1078
Changed:
WorkspaceValidator
: Download files temporarily/on-demand, #1066ocrd-* --version
now prints only the version of the processor without noise or core version, #1068
Added
- Environement variables to control optional retries and timeouts for downloading files:
- Environment variables used throughout core are now documented in README and
ocrd --help
, #1073 - Web API:
--create-queue
option to on-demand create RabbitMQ for processing workers, #1075 - Web API:
--queue-connec-attempts
to retry connection to RabbitMQ in case server is not yet running, #1075