load_text: Load text extracted from a pdf to a list

Description Usage Arguments Value Examples

Description

pdf_to_txt writes PDF contents to .txt files rather than loading them directly. This helper function loads both types of files to a list, such as one returned by pdf_text.

Usage

1

Arguments

file

Path to the file to be loaded

Value

A list of one element per page, with a vector of lines per element

Examples

1
2
# load_text("doc1234.rda")
# load_text("doc1234.txt")

jacob-ogre/pdftext documentation built on May 18, 2019, 8:01 a.m.