I downloaded pdf2image with pip install pdf2image
on command prompt and keep getting the following error, any clue to what the solution may be ?
ModuleNotFoundError: No module named 'pdf2image'
I downloaded pdf2image with pip install pdf2image
on command prompt and keep getting the following error, any clue to what the solution may be ?
ModuleNotFoundError: No module named 'pdf2image'
pip install pdf2image
My pip version was 22.0.4.
This worked for me. What is your pip version?
make sure that you have installed below packages:
conda install -c conda-forge poppler
and
sudo apt-get install poppler-utils