From 8f20b740f89fd90fca6421d110c8e514d388f29a Mon Sep 17 00:00:00 2001 From: namuan <575441+namuan@users.noreply.github.com> Date: Sat, 18 Feb 2023 21:38:30 +0000 Subject: [PATCH] docs: Add information on setting up ImageMagick on Windows --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 91aef45..c4f57e6 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,15 @@ See [tweet](https://twitter.com/deskriders_twt/status/1612088387984588802) for f - [Tessaract OCR](https://github.com/tesseract-ocr/tesseract) - [ImageMagick](https://imagemagick.org/index.php) +> **Note:** +> If you are using Windows, then make sure that you set the location +> of ImageMagick executable in the `IMCONV` environment variable. + +```shell +# For example, if you have installed ImageMagick in PROGRAMFILES\ImageMagick-7.1.0-Q16-HDRI +set IMCONV="%PROGRAMFILES%\ImageMagick-7.1.0-Q16-HDRI\magick" +``` + ## Installation ```sh