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!