Robert Sachunsky
Robert Sachunsky
Due to the lack of a specification on that aspect, our processors have no or no uniform way to inform the user whether or not a GPU device is used...
Suppose I want to have: ```json "textequiv-index": { "type": "string", "enum": ["first", "last", "0", "1", "2", "3", "4", "5", "6", "7", "8", "9"], "default": "first", "description": "Only extract lines with...
We are currently blind in our process/profiling logger to any bashlib-based processors (which step ran and how much time was spent). Implementing this with bash is probably not so easy...
The ambiguity of `--parameter` (JSON string or filename) currently makes the behaviour very confusing if you pass a filename that does not exist (but is clearly not a JSON string...
In preparation of fixing #930. Merely adds new specific test that fails for now. Draft for easier discussion...
All Pythonic processors use `Workspace.download_file` for their input files for resolving/retrieval. This allows remote URLs to be downloaded ad-hoc to the workspace (without changing the METS reference), but also avoids...
We have `bulk-add` and we have `merge`, but we could really use a `bulk-merge` command: Merge multiple METS files into a single METS at once (without de/serialization in between), perhaps...
When we drafted the resource handling, one of the use cases was installing preset files, i.e. preconfigured (if incomplete) json parameter sets that have a discernable name and can be...
If you do a harvest during which the same prefix will be seen with different URL targets, metha-sync will jumble the prefix – suffixing it by `1` but never declaring...
Currently we build minimum, medium, maximum and maximum-cuda in parallel. Except for the latter, this offers no time advantage, just consumes more resources (credits). I suggest we change to -...