core icon indicating copy to clipboard operation
core copied to clipboard

Collection of OCR-related python tools and wrappers from @OCR-D

Results 215 core issues
Sort by recently updated
recently updated
newest added

The METS Server does not start if its desired socket file already exists. When experimenting with ocrd-network the socket file occasionally is not deleted on mets-server shutdown in some edge-cases...

This is a first attempt at implementing #322 – without the actual error handling or parallel processing (so more or less refactoring and deprecation). It also enables fixing #579 in...

A number of questions included in the [OCR-D FAQ](https://ocr-d.de/en/faq) currently do not have answers. It would be helpful if these are supplemented with answers.

We have `-U path` in the processor CLIs now, but not for `ocrd process` yet.

This repository uses the Apache License 2.0, but does not mention it in the README files. So this fact is only visible in pyproject.toml and indirectly because a LICENSE file...

The processing worker logger acted weirdly for some time. Pay attention to the log levels produced by `self.log.__dict__` ```python 2024-10-14 14:57:54,874.874 WARNING ocrd_network.processing_worker - ---------- __init__() CONFIGURED LOGGER: {'filters': [],...

As a follow-up to https://github.com/OCR-D/core/commit/ccb416b13e7f91781568fda8e60ad8182bfea88c, but more general: `initLogging` should _always_ affect the root logger `''`, too. (Not just when disabling logging.) Reasons: - to be consistent with file config...

I added those to my local fork for robustness to handle network connectivity issues. Not sure how sensible that is and hard to investigate how effective this is, so just...

Actually, Pillow just does not say anything. We could ask ImageMagick about it, though. (However, `%[EXIF:PhotometricInterpretation]` does not yield anything... Not sure how to get that info.) So IMO this...