Robert Sachunsky
Robert Sachunsky
How about a `ocrd workspace get` which takes file ID(s) and returns their local path name? This would entail downloading (in the same manner as Workspace.download_file, i.e. Resolver.download_to_directory), but without...
For example, we can currently do `ocrd-preprocess-image -L` and `-C param_im6convert-denoise-raw.json` but not `-p param_im6convert-denoise-raw.json`.
Same is true for the `--mets-server-url` argument: relative paths don't work (not relative to the workspace and not relative to CWD). (Again, the user expectation is that _whatever resolves at...
> Same is true for the `--mets-server-url` argument: relative paths don't work (not relative to the workspace and not relative to CWD). > > (Again, the user expectation is that...
I wonder whether we should still keep _some_ mechanism in the page worker, though – for those cases where our timeout mechanism does work even in uniprocessing. Like interrupting I/O...
> What use case beyond experimenting/developing OCR-D is there for non-METS-server deployment? If timeout and parallelization are relevant factors, users should use processing and METS server. For simplicity and backwards-compatibility,...
Mir würde vorschweben, einfach `__setattr__` zu überschreiben, indem ich dort auch `os.environ` aktualisiere... Als Alternative könnte man auch die ganze os.environ-Kiste zum Zeitpunkt der Modul-Initialisierung verlegen, also bereits geparste und...
Oh, I see. The issue is just suboptimal naming then. Maybe it is not so relevant for textline segmentation, but still: this operation produces a mirrored rotated image instead of...
I don't understand the failing `network-integration-test`. The only thing that stands out is [this](https://github.com/OCR-D/core/actions/runs/20168323311/job/57897157213?pr=1344#step:10:2456) ``` ocrd_network_processing_server | 15:08:52.248 DEBUG pymongo.command - {"message": "Command started", "clientId": {"$oid": "693c30045b7149e3475cde24"}, "command": "{\"listIndexes\": \"DBWorkflowScript\",...
> But that isn't the reason for the test failure - what actually is? Could not determine that quickly from the logs 😕 See [above](https://github.com/OCR-D/core/pull/1344#issuecomment-3647298449) Happens for - motor==3.2.0 and...