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