1

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

  • Well... is poppler installed and in PATH? – Amadan May 09 '22 at 06:12
  • Does this answer your question? [Poppler in path for pdf2image](https://stackoverflow.com/questions/53481088/poppler-in-path-for-pdf2image) – Amadan May 09 '22 at 06:13
  • Or this? [PDFInfoNotInstalledError: Unable to get page count. Is poppler installed and in PATH?](https://stackoverflow.com/questions/57535731/pdfinfonotinstallederror-unable-to-get-page-count-is-poppler-installed-and-in) – Amadan May 09 '22 at 06:14
  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community May 09 '22 at 06:21
  • I got the same in Google Colab and yes poppler was installed. What does PATH even mean in that context? – A_Arnold May 12 '23 at 15:49

2 Answers2

1

you have to install

sudo apt-get install poppler-utils
buddemat
  • 4,552
  • 14
  • 29
  • 49
0

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

brew install poppler

for Homebrew installation please follow here.

Chandan Gupta
  • 684
  • 4
  • 11