ccextractor/raspberrypi.md
Juan Potato 3553b4da51 Fix Makefile compatibility issues with Raspberry pi
Along with adding utf8proc to actually be compiled
2016-12-02 21:14:25 -05:00

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.