LICENSE
README.md
pyproject.toml
pdf2epub/__init__.py
pdf2epub/api.py
pdf2epub/cli.py
pdf2epub/config.py
pdf2epub/db.py
pdf2epub/main.py
pdf2epub/tasks.py
pdf2epub/worker.py
pdf2epub/device/__init__.py
pdf2epub/device/runtime.py
pdf2epub/pipeline/__init__.py
pdf2epub/pipeline/epub_build.py
pdf2epub/pipeline/imgproc.py
pdf2epub/pipeline/layout.py
pdf2epub/pipeline/markdown_inline.py
pdf2epub/pipeline/ocr.py
pdf2epub/pipeline/ocr_api.py
pdf2epub/pipeline/ocr_layout.py
pdf2epub/pipeline/pdf_render.py
pdf2epub/pipeline/preprocess.py
pdf2epub/pipeline/progress.py
pdf2epub/pipeline/refine.py
pdf2epub/pipeline/run.py
pdf2epub/pipeline/text_extract.py
pdf2epub/pipeline/text_merge.py
pdf2epub/pipeline/toc.py
pdf2epub_v2.egg-info/PKG-INFO
pdf2epub_v2.egg-info/SOURCES.txt
pdf2epub_v2.egg-info/dependency_links.txt
pdf2epub_v2.egg-info/entry_points.txt
pdf2epub_v2.egg-info/requires.txt
pdf2epub_v2.egg-info/top_level.txt
tests/test_epub_caption_table_code.py
tests/test_epub_css.py
tests/test_epub_figure.py
tests/test_epub_footnotes.py
tests/test_epub_lang.py
tests/test_epub_markdown_render.py
tests/test_epub_paragraph_softwrap.py
tests/test_epub_semantic_blocks.py
tests/test_epub_table.py
tests/test_epub_tinted.py
tests/test_imgproc.py
tests/test_markdown_inline.py
tests/test_ocr_api.py
tests/test_ocr_layout.py
tests/test_paragraph_merge.py
tests/test_pipeline_ocr_branch.py
tests/test_refine.py
tests/test_toc_chapters.py
tests/test_toc_divider_formats.py
tests/test_toc_headings.py
tests/test_toc_running_header.py