Skip to content

Commit

Permalink
Update path information for brew installation
Browse files Browse the repository at this point in the history
  • Loading branch information
zuphilip committed Feb 5, 2020
1 parent dfb6170 commit d86fc5f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Home.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ You can install Tesseract using either [MacPorts](https://www.macports.org/) or
A macOS wrapper for the Tesseract API is also available at [Tesseract macOS](https://github.com/scott0123/Tesseract-macOS).

### MacPorts

To install Tesseract run this command:
```
sudo port install tesseract
Expand All @@ -189,13 +190,14 @@ sudo port install tesseract-<langcode>
List of available langcodes can be found on [MacPorts tesseract page](https://www.macports.org/ports.php?by=name&substr=tesseract-).

### Homebrew

To install Tesseract run this command:
```
brew install tesseract
```

Training directories can be found using `brew list tesseract`
Possible location can be `/usr/local/Cellar/tesseract/3.05.02/share/tessdata/`
The tesseract directory can then be found using `brew info tesseract`,
e.g. `/usr/local/Cellar/tesseract/3.05.02/share/tessdata/`.

## Windows

Expand Down

0 comments on commit d86fc5f

Please sign in to comment.