Update example CLI usage in README.md

This commit is contained in:
Jeremy Singer-Vine
2025-07-19 18:24:34 -04:00
parent b67079fb70
commit 4144426bf3
+1 -1
View File
@@ -38,7 +38,7 @@ pip install pdfplumber
```sh
curl "https://raw.githubusercontent.com/jsvine/pdfplumber/stable/examples/pdfs/background-checks.pdf" > background-checks.pdf
pdfplumber < background-checks.pdf > background-checks.csv
pdfplumber background-checks.pdf > background-checks.csv
```
The output will be a CSV containing info about every character, line, and rectangle in the PDF.