Robert Sachunsky
Robert Sachunsky
It would be awesome if some or all models used throughout eynollah's workflow could be adapted to other domains by providing the tools for training. Ideally this would be complemented...
To implement https://github.com/OCR-D/spec/pull/181, AFAICS we need: - [x] code to mix the `Processor.ocrd_tool['resources']` with the preinstalled centralized database in `OcrdResourceManager`'s constructor and `.load_resource_list` - [ ] code to adhere to...
I accidentally ran `calamari-predict` from the top-level (instead of a sub-venv), which tried to update my GT4HistOCR model to the more recent TF – overwriting the checkpoint JSON. Now, I...
IMO it would be useful for the merge tool to also add the data from - mets:metsHdr (mets:agent etc) - mets:dmdSec - mets:amdSec - mets:structMap logical - mets:structLink
First we need to have a test for `--overwrite` that fails…
Currently when there is a `@points=""` the validator crashes: ``` File "ocrd_validators/page_validator.py", line 274, in validate_consistency node_poly = make_poly(polygon_from_points(parent_points)) File "ocrd_utils/image.py", line 148, in polygon_from_points polygon.append([float(x_y[0]), float(x_y[1])]) ValueError: could not...
We currently add our `get_AllRegions()` to the `Page` level only. But the PAGE-XML / generateDS API makes it complicated to enumerate all types or regions – not only on the...
If neither the input fileGrp nor the page ID is directly contained in the file ID of the input file, then `make_file_id` determines the index of that file in the...
Implementation of the [workflow server](https://hackmd.io/23-JzLp_Q96cb6T0ttoFIA). ocrd --help ``` Commands: bashlib Work with bash library log Logging ocrd-tool Work with ocrd-tool.json JSON_FILE validate All the validation in one CLI process Run...