How To Install Latest Version of Tesseract OCR 5.5
sudo add-apt-repository ppa:alex-p/tesseract-ocr5.4
sudo apt update
sudo add-apt-repository ppa:alex-p/tesseract-ocr-devel
sudo apt update
sudo apt install tesseract-ocr-eng # For English
sudo apt install tesseract-ocr-ara # For Arabic
We Have a Very Detailed Explanation on Tesseract Installation
Top comments (0)