gitextract_m64660jx/ ├── .github/ │ └── workflows/ │ └── test.yml ├── .gitignore ├── .python-version ├── CHANGELOG.md ├── LICENSE ├── Makefile ├── README.md ├── dpsprep/ │ ├── __init__.py │ ├── conftest.py │ ├── dpsprep.py │ ├── images.py │ ├── logging.py │ ├── ocrmypdf.py │ ├── outline.py │ ├── pdf.py │ ├── py.typed │ ├── sexpr.py │ ├── test_images.py │ ├── test_outline.py │ ├── test_text.py │ ├── text.py │ └── workdir.py ├── dpsprep.1 ├── dpsprep.1.ronn ├── fixtures/ │ ├── .gitattributes │ ├── Makefile │ ├── lipsum.tex │ ├── lipsum_01.txt │ ├── lipsum_lines.djvu │ ├── lipsum_words.djvu │ └── lipsum_words_invalid.djvu └── pyproject.toml