convert_pdf | R Documentation |
Get and convert PDFs to text
convert_pdf(path)
path |
The file(s) path. The path can also be specified to a folder with multiple PDF files, in that case all PDF files in the folder will be converted. |
If PDF file is not in "readable" format, function attempts to apply optical character recognition (OCR) to convert these to text.
A list with the converted texts.
https://stackoverflow.com/questions/71064939/how-to-check-if-pdf-is-scanned-image-or-contains-text-in-r
## Not run:
convert_pdf(path = getwd())
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.