DEV Community

Cover image for Tesseract OCR 5.5 Installation
AI Viewz
AI Viewz

Posted on

Tesseract OCR 5.5 Installation

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
Enter fullscreen mode Exit fullscreen mode

We Have a Very Detailed Explanation on Tesseract Installation

Top comments (0)