LICENSE
MANIFEST.in
README.md
ocrd-tool.json
pyproject.toml
requirements-dev.txt
requirements.txt
setup.cfg
src/dinglehopper/__init__.py
src/dinglehopper/align.py
src/dinglehopper/character_error_rate.py
src/dinglehopper/cli.py
src/dinglehopper/cli_extract.py
src/dinglehopper/cli_line_dirs.py
src/dinglehopper/cli_summarize.py
src/dinglehopper/config.py
src/dinglehopper/edit_distance.py
src/dinglehopper/extracted_text.py
src/dinglehopper/ocr_files.py
src/dinglehopper/ocrd-tool.json
src/dinglehopper/ocrd_cli.py
src/dinglehopper/word_error_rate.py
src/dinglehopper.egg-info/PKG-INFO
src/dinglehopper.egg-info/SOURCES.txt
src/dinglehopper.egg-info/dependency_links.txt
src/dinglehopper.egg-info/entry_points.txt
src/dinglehopper.egg-info/requires.txt
src/dinglehopper.egg-info/top_level.txt
src/dinglehopper/templates/report.html.j2
src/dinglehopper/templates/report.html.js
src/dinglehopper/templates/report.json.j2
src/dinglehopper/templates/summary.html.j2
src/dinglehopper/templates/summary.json.j2
src/dinglehopper/tests/__init__.py
src/dinglehopper/tests/extracted_text_test.py
src/dinglehopper/tests/test_align.py
src/dinglehopper/tests/test_character_error_rate.py
src/dinglehopper/tests/test_edit_distance.py
src/dinglehopper/tests/test_editops.py
src/dinglehopper/tests/test_integ_align.py
src/dinglehopper/tests/test_integ_bigger_texts.py
src/dinglehopper/tests/test_integ_character_error_rate_ocr.py
src/dinglehopper/tests/test_integ_cli_dir.py
src/dinglehopper/tests/test_integ_cli_valid_json.py
src/dinglehopper/tests/test_integ_differences.py
src/dinglehopper/tests/test_integ_edit_distance_ocr.py
src/dinglehopper/tests/test_integ_ocrd_cli.py
src/dinglehopper/tests/test_integ_summarize.py
src/dinglehopper/tests/test_integ_table_extraction.py
src/dinglehopper/tests/test_integ_word_error_rate_ocr.py
src/dinglehopper/tests/test_ocr_files.py
src/dinglehopper/tests/test_word_error_rate.py
src/dinglehopper/tests/util.py