Ubuntu Instale Tesseract OCR
sudo apt install tesseract-ocr
# If you wish to install the Developer Tools which can be used
# for training, run the following command:
sudo apt install libtesseract-dev
florinrelea