powered by
Returns the path to the example paper included in the package source (available on GitHub but not in CRAN builds).
get_example_paper(example = "example_paper.pdf")
Path to example file if it exists, otherwise downloads it from GitHub
Character string. Name of example file (default: "example_paper.pdf")
if (FALSE) { paper_path <- get_example_paper() doc <- pdf2txt_auto(paper_path, n_columns = 2) }
Run the code above in your browser using DataLab