LICENSE
README.md
pyproject.toml
minerupress/__init__.py
minerupress/api_client.py
minerupress/cli.py
minerupress/core.py
minerupress/fingerprint.py
minerupress/headings.py
minerupress/loader.py
minerupress.egg-info/PKG-INFO
minerupress.egg-info/SOURCES.txt
minerupress.egg-info/dependency_links.txt
minerupress.egg-info/entry_points.txt
minerupress.egg-info/requires.txt
minerupress.egg-info/top_level.txt
minerupress/book_template/.env.example
minerupress/book_template/Makefile
minerupress/book_template/book.yml
minerupress/book_template/mkdocs.yml
minerupress/book_template/docs/index.md
minerupress/book_template/docs/chapters/ch01-overview.md
minerupress/book_template/resources/mineru/.gitkeep
minerupress/book_template/resources/pdfs/.gitkeep
minerupress/plugins/__init__.py
minerupress/plugins/base.py
minerupress/plugins/cf_pages.py
minerupress/plugins/cjk_spacing.py
minerupress/plugins/qr_filter.py
tests/test_cli.py
tests/test_core.py
tests/test_headings.py
tests/test_loader.py
tests/test_template.py