From 7518126c6d889ad7fad59157c6f59e17a29e854e Mon Sep 17 00:00:00 2001 From: Danny Page Date: Fri, 1 Dec 2023 11:37:44 -0500 Subject: [PATCH] Add one command for installing brew requirements - README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2238da76..502c1419 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ First, clone the repo: ## Mac - Install system requirements from `scripts/install/brew-requirements.txt` + - Install all requirements with one command: `xargs brew install < scripts/install/brew-requirements.txt` - Set the tesseract data folder path - Find the tesseract data folder `tessdata` with `brew list tesseract` - Create a `local.env` file in the root `marker` folder with `TESSDATA_PREFIX=/path/to/tessdata` inside it @@ -211,4 +212,4 @@ This work would not have been possible without amazing open source models and da - DocLayNet from IBM - ByT5 from Google -Thank you to the authors of these models and datasets for making them available to the community! \ No newline at end of file +Thank you to the authors of these models and datasets for making them available to the community!