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
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
FOR MAC, if you have brew installed, that is the way to go.
brew install poppler
for Homebrew installation please follow here.