InvInfo: read Invoice Info from elect invoice pdfs

Description Usage Arguments Value Examples

Description

read invoice pdfs and extract main information. Current version can take into account the file name, invoice No., date and price.

Usage

1
InvInfo(x, dir = "./")

Arguments

x

path to the pdfs. Can be a vector for several files. Better set working directory first.

dir

path where the pdf invoice files stored. Default current path.

Value

A data frame containing main information of those files.

Examples

1
2
3
setwd('D://Invoice/')
Invfiles <- list.files(pattern = 'pdf$')
Inv <- InvInfo(Invfiles)

Tyelcie/getBored documentation built on May 3, 2019, 4:02 p.m.