Skip to content

Dependencies Installation

Raman Gupta edited this page Nov 3, 2020 · 5 revisions

Dependencies Installation

Unverified system-specific commands for dependency installation:

Fedora

sudo dnf install \
  netpbm-progs \
  ghostscript \
  poppler-utils \
  imagemagick \
  unpaper \
  util-linux \
  tesseract \
  parallel \
  units \
  bc

Ubuntu / Debian

sudo apt install \
  netpbm \
  ghostscript \
  poppler-utils \
  imagemagick \
  unpaper \
  util-linux \
  tesseract-ocr \
  parallel \
  units \
  bc

Sources: