| src/pdf_utils | ||
| .gitignore | ||
| .python-version | ||
| LICENSE | ||
| makefile | ||
| pyproject.toml | ||
| README.md | ||
| requirements.s3.txt | ||
| requirements.txt | ||
| uv.lock | ||
pdf-utils
Provides console script pdfcat that allows printing text scraped from PDFs to stdout.
installation + usage
(recommended): with uv
uv run --with 'git+https://git.mlden.com/mm/pdf-utils' pdfcat --help
with pip:
pip install 'pdf-utils[s3]'