mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2024-12-24 20:01:42 +00:00
0b31e5d7a1
Also moved remaining .md files in docs.
295 B
295 B
Installing on a Raspberry Pi
dependencies for ocr mode:
- libleptonica-dev
- libtesseract-dev
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.