Robert Sachunsky
Robert Sachunsky
> Another option would be to offer just making the new group an **alias** of the old one (as implemented via XSLT 1.0 in [workflow-configuration](https://github.com/bertsky/workflow-configuration/blob/master/mets-alias-filegrp.xsl)). Ouch, just noticed that `mets-alias-filegrp.xsl`...
Plus, at the very least, the parameter parser should complain if it cannot correctly decode the full expression. But it does not. (For example, in the greedy numerical range case,...
Fixed by #955 – thx! (It's clear that comma must take precedence over regex interpretation, because XS-IDs cannot contain comma, but perhaps we should also explain the combination in the...
ping @lena-hinrichsen
BTW, [Models and Docker](https://ocr-d.de/en/models#models-and-docker) currently does not cover the **config** volume needed for resources.yml (model user database). (It's also missing on the ocrd_all readme...)
> To make that list persistent, there should be a host directory `./config` (or similar) and it should be mounted like this: @kba perhaps my thinking was not right though....
> @kba @bertsky Do we still need `--volume $PWD/config:/.config/ocrd \` as a parameter for docker calls when downloading models? (that means especially for [https://ocr-d.de/en/models](https://ocr-d.de/en/models#models-and-docker](https://ocr-d.de/en/models%5D(https://ocr-d.de/en/models#models-and-docker) ) @lena-hinrichsen I'm afraid yes, for...
ping @lena-hinrichsen
> Question about this: The step [...] only has to be done once (after the setup with Docker), am I correct? Yes, only once – sometimes it even comes with...
Again, outdated. TESSDATA_PREFIX should [**not** be necessary](https://github.com/OCR-D/ocrd_all/pull/353) anymore. > There is no `virtualenv` location, the default is `data` now. Default is `module` now (precompiled or backed by TESSDATA_PREFIX as optional...