Reads pdf files

stf_read_pdf(files = NULL, path = ".")

Arguments

files

Vector of pdf files to be read.

path

Path to pdf files if files are not informed

Value

a tibble with tree columns: incidente, texto, and doc_id.

Examples

if (FALSE) {
pdf_read_stf(files = "")
}