I installed installed pdftotext
module as
conda install -c conda-forge poppler
pip install pdftotext
(I also triedpip install pdftotext==2.1.5
), but it still triggers an error when I try to import it, abeit being installed successfully:import pdftotext
ERROR:
ImportError: DLL load failed while importing pdftotext: The specified module could not be found.
IDK what else to do; so, your help will be really appreciated:)