AUTHORS
LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
pdf2ocr/__init__.py
pdf2ocr/__main__.py
pdf2ocr/config.py
pdf2ocr/converters.py
pdf2ocr/logging_config.py
pdf2ocr/main.py
pdf2ocr/ocr.py
pdf2ocr/state.py
pdf2ocr/utils.py
pdf2ocr.egg-info/PKG-INFO
pdf2ocr.egg-info/SOURCES.txt
pdf2ocr.egg-info/dependency_links.txt
pdf2ocr.egg-info/entry_points.txt
pdf2ocr.egg-info/requires.txt
pdf2ocr.egg-info/top_level.txt
pdf2ocr/converters/__init__.py
pdf2ocr/converters/common.py
pdf2ocr/converters/docx.py
pdf2ocr/converters/epub.py
pdf2ocr/converters/html.py
pdf2ocr/converters/pdf.py
tests/test_basic.py
tests/test_batch_size.py
tests/test_config.py
tests/test_converters.py
tests/test_docx.py
tests/test_epub.py
tests/test_lang.py
tests/test_layout_pdf.py
tests/test_logging.py
tests/test_pdf.py
tests/test_state.py
tests/test_tesseract_config_usage.py
tests/test_utils.py
tests/test_workers.py