utilExtractPdfText: Extraction of plain text from pdf file.

Description Usage Arguments Value Author(s) See Also Examples

Description

This function uses thereadPDF functioni from thetm (Text Mining) package to extract the pdf file's text.

Usage

1
utilExtractPdfText(uri, enconding = "UTF-8")

Arguments

uri

a string corresponding to the pdf file's name or full path.

Value

an object of type character containing the pdf file's extracted text.

Author(s)

Bruno M. S. S. Melo

See Also

tm::readPDF

Examples

1
2
3
4
## Not run: 
fullText <- extractPdfText(uri = "DAIR.pdf", enconding = 'UTF-8')

## End(Not run)

brunomssmelo/TseWrangler documentation built on May 13, 2019, 8:07 a.m.