LICENSE
README.md
pyproject.toml
localpdf.egg-info/PKG-INFO
localpdf.egg-info/SOURCES.txt
localpdf.egg-info/dependency_links.txt
localpdf.egg-info/entry_points.txt
localpdf.egg-info/requires.txt
localpdf.egg-info/top_level.txt
pdfc/__init__.py
pdfc/cli.py
pdfc/deps.py
pdfc/errors.py
pdfc/formats.py
pdfc/pages.py
pdfc/planning.py
pdfc/progress.py
pdfc/registry.py
pdfc/converters/__init__.py
pdfc/converters/images.py
pdfc/converters/ocr.py
pdfc/converters/office.py
pdfc/converters/pdfops.py
pdfc/converters/text.py
tests/test_cli.py
tests/test_cli_subprocess.py
tests/test_converters_images.py
tests/test_converters_text.py
tests/test_deps.py
tests/test_errors.py
tests/test_formats.py
tests/test_ocr.py
tests/test_office.py
tests/test_pages.py
tests/test_pdfops.py
tests/test_planning.py
tests/test_progress.py
tests/test_registry.py
tests/test_smoke.py