Robert Sachunsky

Results 272 issues of Robert Sachunsky

The current implementation of `Workspace.rename_file_group` is smart by going after the affected image file references within PAGE files as well: https://github.com/OCR-D/core/blob/71d295ac1fccbeb4164e230bd584e1920b9ab3c8/ocrd/ocrd/workspace.py#L324-L342 It would be even better if ALTO files (i.e....

https://github.com/OCR-D/core/blob/71d295ac1fccbeb4164e230bd584e1920b9ab3c8/ocrd/ocrd/decorators/__init__.py#L39-L41 This makes the CLI wrapper behave non-functionally. It _usually_ still works (because click itself of course uses `sys.argv`), but fails with things like `click.testing.CliRunner`. IMO the only correct way...

Dependencies are tiny, so medium should fit.

Currently, the section explaining how to install models and run processors with Docker – which requires some form of persisting processor resources – is completely hidden [here](https://ocr-d.de/en/models#models-and-docker). IMO it should...

I see no point in linking to the installation instructions for docker-compose at this point. It is highly technical and we don't even use docker-compose (yet). Also, the whole section...

Recently, our Calamari wrapper changed its parameterization: it no longer supports using `checkpoint` but requires `checkpoint_dir` instead. So `checkpoint=qurator-gt4histocr-1.0/\*.ckpt.json` just became `checkpoint_dir=qurator-gt4histocr-1.0`. Also, there is still a reference to the...

In their current form, the OCR-D transcription guidelines are often of little use to annotators looking for answers or guidance. They are written top-down intellectual accounts, but not **formal** (i.e....

Epic
gt

I am not sure I have a good grasp of what is ultimately intended by `docs/ocrd-training.md`, but as it stands, I think the page should at least link to (or...

documentation

This issue was lost when migrating from `docs` here: https://github.com/OCR-D/docs/issues/11#issue-548017304 So, please explain how to use Docker images interactively (without spinning up a container for each individual processor). Also, now...