read_pdf: read_pdf()

Description Usage Arguments Examples

Description

This function takes a DC report card (pdf) as input, reads its content and output this content as text

Usage

1
read_pdf(file, xpdf_options = "-table -eol dos")

Arguments

file

The name of the file which the data are to be read from (including the .pdf extension). read_pdf that the file to be read from is in the working directory

xpdf_options

Specify options for pdftotext software. Refer to http://linux.die.net/man/1/pdftotext for the full list of available options.

Examples

1
read_pdf('my_pdf_file.pdf')

thelayc/laycReportCards documentation built on May 31, 2019, 9:16 a.m.