Set the path to your pdfimages
pdimg_set_path(path = "pdimages")
nothing, cat()
to console
path
is set on an internal (not exported) package environmenzt
variable pdimages_path
You can also set the path for pdfimages before starting R with an
env var like:
PDFIMAGER_PATH=C:/some/path/to/poppler/24/bin/pdfimages.exe R
Or set within R like: Sys.setenv(PDFIMAGER_PATH="C:/some/path/to/poppler/24/bin/pdfimages.exe")