From 47933d4fe4b91b56415a039de444bc1bba37cc31 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Fri, 5 Jul 2019 17:22:36 +0100 Subject: update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit v1.2.3