Robert Sachunsky
Robert Sachunsky
> The only change to earlier might be the upstream versions (although we already required `keras < 3.0` and `tensorflow < 2.16` before)... But all Python versions fail the same...
> Did we? Will there be support for another kind of native installation? I have no intention to use a dockerized OCR-D. We talked about this over and over, and...
So, to illustrate, if you `make all` (with default options `DOCKER_PULL_POLICY=pull DOCKER_VOL_MODELS=ocrd-models DOCKER_RUN_OPTS="-v $(DOCKER_VOL_MODELS):/usr/local/share/ocrd-resources -v $$PWD:/data -u $$UID"`), then this will `docker pull` all images and install a delegator shell...
- [x] make `ocrd-process` work again - [x] extend `ocrd-process` to cover the standalone case, i.e. translate each processor with `docker run` - [x] ensure non-processor executables always behave standalone...