From 471e061ac96ae60778be4651dc619c9902fb1c50 Mon Sep 17 00:00:00 2001 From: eric-millin <110051399+eric-millin@users.noreply.github.com> Date: Wed, 20 Sep 2023 10:04:45 -0400 Subject: [PATCH] Update README.md with macOS instructions --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4d39ceb..32823a1 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,11 @@ Example install of dependencies (not all systems): $ sudo apt-get install poppler-utils wv unrtf tidy $ go get github.com/JalfResi/justext +On macOS: + + $ brew install poppler-qt5 wv unrtf tidy-html5 + $ go get github.com/JalfResi/justext + ### Optional dependencies To add image support to the `docconv` library you first need to [install and build gosseract](https://github.com/otiai10/gosseract/tree/v2.2.4).