Konstantin Baierer
Konstantin Baierer
How do we encode that a specific component used a specific model? For example, ocrd_tesserocr uses `frm` model, where do we store that information? This should be part of the...
For those implementations that want to generate user interfaces for the parameterization of processors, more information about numerical parameters would be helpful to offer the right widgets in the UI....
Also, the ocrd_tool.md needs to be updated as well: - [ ] mention the `resources` and `resource_locations` under the `File parameters` section - [ ] show them in the examples...
Processor developers must specify categories and steps in the ocrd-tool.json. It would be useful to rethink this classification to make it easier to use them to have an additional means...
In addition to or replacing the ocrd-tool.json fields or README, it might make sense to encourage proper python documentation with docstrings on modul level at least for the processors and...
Designing the [`ocrd-sanitize` processor](https://github.com/OCR-D/core/issues/544) makes it obvious that the `input_file_grp`/`output_file_grp` are not only obsolete but an anti-pattern: * The semantics are unintuitive or rather nonsensical, examples of how file groups...
Since this has been requested a few times, here's a proposal how this could work: In addition to explicit `-p`/`-P` CLI options, also look up environment variables that - in...
Since this is a setting that concerns most if not all processors, it would IMHO make sense to require processors to implement a parameter `level-of-operation` the way [tesserocr does](https://github.com/OCR-D/ocrd_tesserocr/blob/master/ocrd_tesserocr/ocrd-tool.json#L48-L53). The...
If `ocrd-tool.json` contained a list of system packages required, we'd had a uniform way to express system depencies, the `make deps-ubuntu` target would be redundant and we could generate documentation...
* [x] Ensure `ocrd/core` is up-to-date and auto-building * [ ] Test Circle CI with `ocrd/core` base image * [ ] Test Circle CI with `ocrd/tesserocr` base image * [...