We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b67079f commit 4144426Copy full SHA for 4144426
README.md
@@ -38,7 +38,7 @@ pip install pdfplumber
38
39
```sh
40
curl "https://raw.githubusercontent.com/jsvine/pdfplumber/stable/examples/pdfs/background-checks.pdf" > background-checks.pdf
41
-pdfplumber < background-checks.pdf > background-checks.csv
+pdfplumber background-checks.pdf > background-checks.csv
42
```
43
44
The output will be a CSV containing info about every character, line, and rectangle in the PDF.
0 commit comments