We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ae3748 commit e94e4b6Copy full SHA for e94e4b6
1 file changed
.github/workflows/ci.yml
@@ -313,7 +313,7 @@ jobs:
313
sudo add-apt-repository -y ppa:alex-p/tesseract-ocr5
314
# Install Tesseract 5.4.1 from source
315
sudo apt-get update
316
- sudo apt-get install -y build-essential autoconf automake libtool pkg-config libpng-dev libjpeg-dev libtiff-dev zlib1g-dev
+ sudo apt-get install -y build-essential autoconf automake libtool pkg-config libpng-dev libjpeg-dev libtiff-dev libleptonica-dev zlib1g-dev
317
wget https://github.com/tesseract-ocr/tesseract/archive/refs/tags/5.4.1.tar.gz
318
tar xzf 5.4.1.tar.gz
319
cd tesseract-5.4.1
0 commit comments