mirror of
https://github.com/jsvine/pdfplumber.git
synced 2026-08-29 08:34:23 +08:00
Update example CLI usage in README.md
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user