Introduction
This article provides the steps to install Tesseract.
Please note that cPanel doesn't develop or provide support for Tesseract, and our support staff cannot assist with Tesseract issues.
Procedure
- Access the server's command line as the 'root' user via SSH or "Terminal" in WHM.
- Install the Tesseract binary and desired language package.
- RHEL-based systems
dnf install tesseract tesseract-langpack-$lang -y
Please note that "$lang" must be replaced with the appropriate language code. - Ubuntu
apt install tesseract-ocr tesseract-ocr-$lang -y
Please note that "$lang" must be replaced with the appropriate language code.
- RHEL-based systems
Comments
0 comments
Article is closed for comments.