"Unable to get page count. Is poppler installed and in PATH?"

8.1k views Asked by At

I am trying to import pdf2image but end up to this error "Unable to get page count. Is poppler installed and in PATH?"

I am using Anaconda 2.1.4 and Jupyter Notebook 6.4.5

3

There are 3 answers

1
Chandan Gupta On

FOR MAC, if you have brew installed, that is the way to go.

brew install poppler

for Homebrew installation please follow here.

1
AudioBubble On

you have to install

sudo apt-get install poppler-utils
0
Dattatray On

for linux you can use (for Colab also same will work)

sudo apt-get install poppler-utils

for windows you can use anaconda

conda install -c conda-forge poppler