I have installed Alteryx 2023.2I need to be able to run the "ReadingPDFwithR" tool on Alteryx and it gives me an error that there's no package called PDFtools.
Tried below but no lock
install.packages("Rccp")install.packages("pdftools")
Ran this 2 Workflow solves the issue
Have you followed the instructions in the documentation and "run as administrator" to install them? PDF Input - Alteryx Community
Yes I did
@OllieClarke any thoughts?
@Arif1121 @alexnajm This looks like the issue which was outlined here: https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/PDF-Input-tool-Error-Message/m-p/801347#M196625Basically, you might need to update the versions of the packages RCPP and pdf tools in order for the tool to work.Have a look at that entire thread and hopefully it will fix your issue. If not then let me know
A wealth of knowledge as always @OllieClarke !