ccextractor/docs/raspberrypi.md
Saurabh Shrivastava 0b31e5d7a1 Add compilation section to readme and improve instructions. (#836)
Also moved remaining .md files in docs.
2017-12-13 13:01:10 -08:00

13 lines
295 B
Markdown

# Installing on a Raspberry Pi
dependencies for ocr mode:
* libleptonica-dev
* libtesseract-dev
```bash
sudo apt-get install libleptonica-dev libtesseract-dev
```
Other than this you just need to cd into the linux directory and run `make` or `make ENABLE_OCR=yes` if you want ocr enabled.