PDF text extraction
Extract text from a Portable Document Format (PDF) file.
PDF_text(file)
file |
A character string giving the path to a PDF file, or an
object of class |
A character vector with the extracted texts for each page.
file <- system.file(file.path("doc", "Sweave.pdf"), package = "utils") PDF_text(file)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.