@@ -10,15 +10,21 @@ QuiVer Benchmarks is based on `ocrd/all:maximum` and has all OCR-D processors at
...
@@ -10,15 +10,21 @@ QuiVer Benchmarks is based on `ocrd/all:maximum` and has all OCR-D processors at
- Docker >= 23.0.0
- Docker >= 23.0.0
To speed up QuiVer Benchmarks you can mount already downloaded text recognition models to `/usr/local/share/ocrd-resources/` in [`docker-compose.yml`]().
To speed up QuiVer Benchmarks you can mount already downloaded text recognition models to `/usr/local/share/ocrd-resources/` in `docker-compose.yml` by adding
Otherwise the tool will download the models on each run.
Delete the respective TXT files from `workflows/ocrd_workflows`.
Delete the respective TXT files from `workflows/ocrd_workflows` and either rebuild the image or mount the directory as volume as described [above](#adding-new-ocr-d-workflows).