aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2019-07-05 17:22:36 +0100
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2019-07-05 17:22:36 +0100
commit47933d4fe4b91b56415a039de444bc1bba37cc31 (patch)
tree350f9cfbf88279685219898f3bb63bce28b089bd /README.md
parentAdd our own method for determining the bounding box (diff)
downloadpaper2remarkable-47933d4fe4b91b56415a039de444bc1bba37cc31.tar.gz
paper2remarkable-47933d4fe4b91b56415a039de444bc1bba37cc31.zip
update readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 56e6cc6..24983b7 100644
--- a/README.md
+++ b/README.md
@@ -101,11 +101,13 @@ The script also needs the following Python packages:
- [requests](https://pypi.org/project/requests/): getting HTML
- [PyPDF2](https://github.com/mstamy2/PyPDF2): verifying urls point to PDF
- [titlecase](https://pypi.org/project/titlecase/): fancy titles
+- [pdfplumber](https://github.com/jsvine/pdfplumber): used for better page
+ cropping
You can use this line:
```bash
-pip install --user bs4 requests PyPDF2 titlecase
+pip install --user bs4 requests PyPDF2 titlecase pdfplumber
```
# Notes