I am new to Python and currently having trouble when importing some libraries.
I have install pdftotext via pip install pdftotext
and conda install -c conda-forge poppler
after following the instruction from this link Unable to install pdftotext on Python 3.6, missing poppler
Now I get the following error when I try to import pdftotext using visual studio code;
Exception has occurred: ImportError
DLL load failed while importing pdftotext: The specified module could not be found.