2024-11-24 19:02:53 +00:00
|
|
|
# pdf-utils
|
|
|
|
|
2024-11-25 21:11:32 +00:00
|
|
|
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]'
|
|
|
|
```
|
|
|
|
|