OCR-D / ocrd_all

Master repository which includes most other OCR-D repositories as submodules
MIT License
72 stars 17 forks source link

docker: build ocrd-all-tool.json #379

Closed bertsky closed 1 year ago

bertsky commented 1 year ago

This will provide /build/ocrd-all-tool.json as part of every prebuilt Docker image (so it won't have to be downloaded).

Still unclear to me exactly how we are going to integrate this in core (to save time looking for processor executables and dump their jsons, or for the Processing Server). But let's start right here.

bertsky commented 1 year ago

Perhaps we should also do a --dump-module-dir for each executable and store a dict from executable to module location somewhere?