Fix ocrd_network client run argument order#1303
Conversation
|
@kba should I make a v2 backport of 0d277ac? I should probably create an issue for this, but perhaps someone can get me on track here: Shouldn't we also allow the user to pass the |
Another problem is with how parameter resources get resolved now. In the CLI setting, we allowed an ambiguity between JSON literals and file names, so the latter would have to be resolved to absolute paths (for the various resource locations), which in turn obviously dependend on the processor class (because of the custom core/src/ocrd/decorators/__init__.py Lines 95 to 103 in 4d33491 But in the network setting, where parameters can be added to the processing or workflow request, no such resolution (from resource name to resource path) takes place –
Did we abandon the entire mechanism, or am I missing something? |
No description provided.