Skip to content

Commit

Permalink
#185 xpdf
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Mar 5, 2024
1 parent b9a678e commit 51ef1e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steps/install.sh
Expand Up @@ -85,7 +85,7 @@ fi

if ! pdftotext -v >/dev/null 2>&1; then
if [ -n "${linux}" ]; then
apt-get install -y libpoppler-dev
apt-get install -y xpdf
else
echo "Install 'poppler' somehow"
exit 1
Expand Down

0 comments on commit 51ef1e2

Please sign in to comment.