diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-07-05 17:22:36 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-07-05 17:22:36 +0100 |
| commit | 47933d4fe4b91b56415a039de444bc1bba37cc31 (patch) | |
| tree | 350f9cfbf88279685219898f3bb63bce28b089bd /README.md | |
| parent | Add our own method for determining the bounding box (diff) | |
| download | paper2remarkable-47933d4fe4b91b56415a039de444bc1bba37cc31.tar.gz paper2remarkable-47933d4fe4b91b56415a039de444bc1bba37cc31.zip | |
update readme
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |
