Robert Sachunsky
Robert Sachunsky
https://github.com/OCR-D/core/blob/62cf25c3406144c9eb628605431e5aa3e27e8332/src/ocrd/processor/helpers.py#L160 Now that we have the METS Server option, we should reconsider this behaviour. It gets used in both the standard processor CLI (via `ocrd_cli_wrap_processor`) and in ocrd_network (via `invoke_processor`)....
> Elaborating a bit on option 2: of course, the (generated) docker-compose.yml for each module could also provide an additional server entry point – a simple REST API wrapper for...
Shouldn't we also allow the user to pass the `ocrd_utils.config` options to the server, somehow? (In v3, you'll remember, we introduced fine-grained controls like OCRD_MISSING_INPUT, OCRD_MISSING_OUTPUT, OCRD_EXISTING_OUTPUT, that should in...
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...
> we need to know whether refactoring the AlternativeImage selection logic out of `Workspace.image_from_*` into a stateless function (without any `download_file` behaviour) would break any existing API in the future,...
In #16, there was a discussion on whether and how to use `@SUBS_CONTENT`, if any. It turned out in favour of always directly producing the unaltered strings. (So the conditional...
This [merges](a7ac0baf39b0c8f2cb857e4ac28f095fd52486be) https://github.com/hnesk/browse-ocrd/tree/support_remote_images (which replaced #59) into master (hopefully with correctly resolved conflicts) and thus fixes #52. Additions since then: - d769500283a95db5e3aee424a309ebff0a648e2f: cope with failing downloads (like `file:/` URLs) -...
The current legacy approach to namespace packaging does not work with development/editable installation. See OCR-D/ocrd_all#433 This PR fixes it for this package – analogous PRs to the other qurator repos...
~~WIP~~, starting off with regressions from 0.5.0 and old issues (IndexError etc) TODO: - [x] modify `return_boxes_of_images_by_order_of_reading_new` such that it becomes mildly recursive, in order to avoid cutting through regions:...
In Fraktur material with lots of diacritics (Upper Sorbian), Eynollah's curved_line polygons are frequently missing parts of the ascenders (diacritics above the glyph) – but only on the first line...