Konstantin Baierer
Konstantin Baierer
Simplification after OCR-D/core#577 is released.
Now that the generateDS API has been refactored to make it easier to extend, IMHO it would be useful to have these functions available for all processors: - `page_element_unicode0` -...
The script has assumptions on the conventional usage of `@custom` in PAGE XML based on how it's used in Transkribus (?). It would be helpful to document this, as well...
@dariok @tboenig please discuss whether this can be merged..
It would be convenient if browse-ocrd was capable to display and edit [GT labelling metadata](https://github.com/OCR-D/gt-labelling/). (we're discussing the [OCR-D GT call](https://pad.gwdg.de/3mceR3VcSUOJSFVnazaiig), so I wanted to note it down lest we...
When comparing PAGE-XML and, to a lesser extent, zoomed in images, It would be neat if one could link two panels (e.g. by clicking on a lock symbol in the...
to keep the `/tmp` directory manageable in size.
Unfortunately, I cannot confirm that this works... ```shell SIF_PATH="/scratch1/users/${USER}/ocrd_all_maximum_image.sif" OCRD_MODELS_DIR="/scratch1/users/${USER}/ocrd_models" OCRD_MODELS_DIR_IN_DOCKER="/models" singularity exec --bind "${OCRD_MODELS_DIR}:${OCRD_MODELS_DIR_IN_DOCKER}" "${SIF_PATH}" ocrd resmgr download ocrd-tesserocr-recognize '*' ``` Does not work. However, if I do it...
> CI [failed as expected](https://app.circleci.com/pipelines/github/OCR-D/ocrd_all/1078/workflows/46661fe9-14c5-4eda-a549-959c7d1da24d/jobs/1489?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-checks-link&utm_content=summary) with > > ``` > ocrd/core-cuda:v2.65.0 inconsistent with core version v2.65.0-1-gcc6ea575 > ``` > > which is good, but I update core in this PR...
This only happens if users are building with `docker build` directly instead of through `make docker*` so we only noticed now. Perhaps it would be wise to change the Dockerfile...