Mike Gerber
Mike Gerber
- `cli.py` now has a `--plain-encoding` option. - `cli_summarize.py` only works with reports and is not affected. - `ocrd_cli.py` also supports plain text files, so the OCR-D processor has a...
> Hi Mike, could you release this feature? We're currently having this problem and waiting for the option to specify the encoding in the Python code :) Working on it,...
> Hi Mike, could you release this feature? It's a bug, not a feature 🤓
I've updated the task list above and put two items into the "later" category. There's only one thing I want to take a look at before merging the fixes (currently...
Fixes for this are now mostly[^1] merged into master and ~will be in the next release~ are released in 0.11.0. [^1]: except for the task under "Later"
Installing the deps fails: ``` error: the configured Python interpreter version (3.14) is newer than PyO3's maximum supported version (3.13) ``` Postponing as Python 3.14 isn't released yet.
While reviewing #110, I noticed that the Pillow build was also missing some system dependencies, so I updated the GitHub workflow. (Only relevant if Pillow needs to be built from...
This became more interesting because the first Python 3.14 beta is out. But rpds-py (via jsonschema via ocrd) isn't building yet with Python 3.14.
I have the same problem with 0.3.0: ``` TypeError: expected str, bytes or os.PathLike object, not NoneType Traceback (most recent call last): File "/usr/local/share/pyenv/versions/3.7.17/bin/ocrd-eynollah-segment", line 8, in sys.exit(main()) File "/usr/local/share/pyenv/versions/3.7.17/lib/python3.7/site-packages/click/core.py",...