You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dinglehopper/src/dinglehopper
Mike Gerber b336f98271 🐛 Fix reading plain text files
As reported by @tallemeersch in gh-107, newlines were not removed for plain text files.
Fix this by stripping the lines as suggested.

Fixes gh-107.
2 weeks ago
..
notebooks Fix some typos (found by `codespell` and `typos`) 3 weeks ago
templates 🐛 Move source into src/ to fix install 10 months ago
tests 🐛 Fix reading plain text files 2 weeks ago
__init__.py Merge branch 'master' into performance 5 months ago
align.py 🔍 mypy: Use an almost strict mypy configuration, and fix any issues 4 months ago
character_error_rate.py 🔍 mypy: Use an almost strict mypy configuration, and fix any issues 4 months ago
cli.py ⚙ cli: Annotate types in process_dir() 1 month ago
cli_extract.py 🎨 Reformat using Black 10 months ago
cli_line_dirs.py Merge branch 'master' into performance 5 months ago
cli_summarize.py 🔍 mypy: Use an almost strict mypy configuration, and fix any issues 4 months ago
config.py 🐛 Move source into src/ to fix install 10 months ago
edit_distance.py 🔍 mypy: Use an almost strict mypy configuration, and fix any issues 4 months ago
extracted_text.py Fix some typos (found by `codespell` and `typos`) 3 weeks ago
ocr_files.py 🐛 Fix reading plain text files 2 weeks ago
ocrd-tool.json 📦 v0.9.6 2 weeks ago
ocrd_cli.py 🎨 Sort imports (auto-fixed by ruff) 10 months ago
word_error_rate.py Fix some typos (found by `codespell` and `typos`) 3 weeks ago