tesseract

OCR (Optical Character Recognition) engine. More information: <https://github.com/tesseract-ocr/tesseract>.

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