From 24003e974a6dee8de223cfc954a8caddd03e550f Mon Sep 17 00:00:00 2001 From: Mehmed Mustafa Date: Wed, 21 Feb 2024 13:38:02 +0100 Subject: [PATCH] add all calamari and kraken models --- .../hpc/batch_scripts/download_all_ocrd_models.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/utils/operandi_utils/hpc/batch_scripts/download_all_ocrd_models.sh b/src/utils/operandi_utils/hpc/batch_scripts/download_all_ocrd_models.sh index ea15a367..aa9e0eba 100644 --- a/src/utils/operandi_utils/hpc/batch_scripts/download_all_ocrd_models.sh +++ b/src/utils/operandi_utils/hpc/batch_scripts/download_all_ocrd_models.sh @@ -30,3 +30,5 @@ fi singularity exec --bind "${OCRD_MODELS_DIR}:${OCRD_MODELS_DIR_IN_DOCKER}" "${SIF_PATH}" ocrd resmgr download '*' # Download models for ocrd-tesserocr-recognize which are not downloaded with the previous call singularity exec --bind "${OCRD_MODELS_DIR}:${OCRD_MODELS_DIR_IN_DOCKER}" "${SIF_PATH}" ocrd resmgr download ocrd-tesserocr-recognize '*' +singularity exec --bind "${OCRD_MODELS_DIR}:${OCRD_MODELS_DIR_IN_DOCKER}" "${SIF_PATH}" ocrd resmgr download ocrd-kraken-recognize '*' +singularity exec --bind "${OCRD_MODELS_DIR}:${OCRD_MODELS_DIR_IN_DOCKER}" "${SIF_PATH}" ocrd resmgr download ocrd-calamari-recognize '*'