R/text.R

Defines functions PDF_text

Documented in PDF_text

PDF_text <-
function(file)
{
    x <- PDF_doc_from_file(file)

    y <- .Call(Rpoppler_PDF_text, x$doc)

    y

}

Try the Rpoppler package in your browser

Any scripts or data that you put into this service are public.

Rpoppler documentation built on Sept. 11, 2024, 6:31 p.m.