pdf-utils/README.md

19 lines
287 B
Markdown

# pdf-utils
Provides console script `pdfcat` that allows printing text scraped from PDFs to stdout.
## installation + usage
(recommended): with `uv`
```bash
uv run --with 'git+https://git.mlden.com/mm/pdf-utils' pdfcat --help
```
with pip:
```bash
pip install 'pdf-utils[s3]'
```