batch_get_gold: Extract text from a set of PDFs with embedded text.

Description Usage Arguments Value See Also Examples

View source: R/gold_std.R

Description

Extract text from a set of PDFs with embedded text.

Usage

1
batch_get_gold(files, gold_path)

Arguments

gold_path

Path to which gold-standard TXTs are written

...

List/vector of paths to PDFs to be processed with get_gold

Value

A summary (data.frame) of the files

See Also

get_gold

Examples

1
# res <- batch_get_gold(list.files("PDFs", pattern = "pdf"), "GOLDs")

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