From d45eced2092df964a9640f329c553f4634f60552 Mon Sep 17 00:00:00 2001 From: wltrhslu <71138949+wltrhslu@users.noreply.github.com> Date: Thu, 8 Dec 2022 17:01:09 +0100 Subject: [PATCH] Update README.md Change broken ghostscript installation link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 738cb95..05b2d37 100644 --- a/README.md +++ b/README.md @@ -239,7 +239,7 @@ If you pass the `pdfminer.six`-handling `laparams` parameter to `pdfplumber.open __Note:__ To use `pdfplumber`'s visual-debugging tools, you'll also need to have two additional pieces of software installed on your computer: - [`ImageMagick`](https://www.imagemagick.org/). [Installation instructions here](http://docs.wand-py.org/en/latest/guide/install.html#install-imagemagick-debian). -- [`ghostscript`](https://www.ghostscript.com). [Installation instructions here](https://www.ghostscript.com/doc/current/Install.htm), or simply `apt install ghostscript` (Ubuntu) / `brew install ghostscript` (Mac). +- [`ghostscript`](https://www.ghostscript.com). [Installation instructions here](https://ghostscript.readthedocs.io/en/latest/Install.html), or simply `apt install ghostscript` (Ubuntu) / `brew install ghostscript` (Mac). ### Creating a `PageImage` with `.to_image()`