Go to file
2024-11-25 21:25:05 +00:00
src/pdf_utils package up pdfcat 2024-11-25 21:11:32 +00:00
.gitignore initial commit 2024-11-24 20:49:19 +00:00
LICENSE Initial commit 2024-11-24 19:02:53 +00:00
makefile package up pdfcat 2024-11-25 21:11:32 +00:00
pyproject.toml loosen python 2024-11-25 21:25:05 +00:00
README.md package up pdfcat 2024-11-25 21:11:32 +00:00
requirements.s3.txt package up pdfcat 2024-11-25 21:11:32 +00:00
requirements.txt package up pdfcat 2024-11-25 21:11:32 +00:00
uv.lock loosen python 2024-11-25 21:25:05 +00:00

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]'