#centos8にtesseract-ocrを以下の手順で行いましたが、configure: error: Leptonica 1.74 or higher is required. Try to install libleptonica-dev package.の解決方法がわからず詰んでいます。
txt
1wget -c -t 20 https://github.com/tesseract-ocr/tesseract/archive/4.1.1.tar.gz 2 3 4tar -zxvf 4.1.1.tar.gz 5cd tesseract-4.1.1/ 6 7./autogen.sh 8./configure --with-extra-includes=/usr/local/include --with-extra-libraries=/usr/local/include 9 10 11checking for long long int... yes 12checking for off_t... yes 13checking for mbstate_t... yes 14checking for pkg-config... /usr/bin/pkg-config 15checking pkg-config is at least version 0.9.0... yes 16checking for libcurl... no 17checking for LEPTONICA... no 18 19configure: error: Leptonica 1.74 or higher is required. Try to install libleptonica-dev package. 20
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。