Konstantin Baierer

Results 279 comments of Konstantin Baierer
trafficstars

Yes, sry, I forgot about `ocrd-segment-extract-pages -P plot_*`. And yes, I think it might be useful to have API-level support for PAGE rendering in core and potentially bundle a processor...

Looks fairly complete for changes in core, thank you. I'll extend #800 for the latter three points, the first one is already in place (`ocrd resmgr discover`).

> That's not quite what I meant though. I would expect the new `OcrdResourceManager.discover` to be called by `OcrdResourceManager.__init__` (right before merging with the user database), so there would be...

> And even in the resmgr CLI, 1s delay would still be tolerable, so it does not hurt if you query a single processor. I've tested it and including all...

You can adapt the logging with a dedicated logging configuration. For example, copy the [bundled example configuration](https://github.com/OCR-D/core/blob/master/ocrd_utils/ocrd_logging.conf) to `$HOME/ocrd_logging.conf` and adapt the `datefmt` of the default logger in line 106:...

The `formatter_detailedFormatter` is configured for the file logging, the one used in console logging is `formatter_defaultFormatter`. It should look like this: ``` tail -12 ~/ocrd_logging.conf # default log format conforming...

I think we disabled that on-demand-downloading feature explicitly in https://github.com/OCR-D/core/pull/663. The discussion there focussed on the` --location pwd` functionality though. Implementing this is not too difficult, but it increases the...

Update (ht @mikegerber) that at least TF 2.4+ requires CUDA 11 now.

--log-level/-l is not currently supported on task level, only globally as an option to ocrd process. I will correct this, once the other logging refactoring PR is finished.

IIUC you mean *parameters* in the sense of command line flags, options and arguments, right? E.g. that ```sh OCRD_INPUT_FILE_GRP=MAX \ OCRD_OUTPUT_FILE_GRP=BIN \ OCRD_OVERWRITE=true \ ocrd-olena-binarize ``` would be equivalent to...