tesstrain.sh

Development files for the tesseract command line OCR tool

Debian Debian
RUN apt-get update && \ apt-get install -y libtesseract-dev
Ubuntu
RUN apt-get update && \ apt-get install -y libtesseract-dev
Arch Arch Linux
RUN pacman -S --noconfirm tesseract
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y libtesseract-dev
Fedora
RUN dnf install -y tesseract-tools
Raspbian
RUN apt-get update && \ apt-get install -y libtesseract-dev
click the source code to copy install tesstrain.sh on any operating system with command-not-found.com