Skip to content

Latest commit

 

History

History
73 lines (46 loc) · 1.64 KB

File metadata and controls

73 lines (46 loc) · 1.64 KB

The Technical Pipeline

Build Status

Link to Report

Link: Thesis_final

Install Package

# install.packages("devtools")
devtools::install_github("anderslaunerbaek/thesis_pipe")

Run Example

pdf_file <- "./dev/data/my_VRD_pdf_file.pdf"

# Load library
library(thesispipe)

# Perform classification and text predictions
my_pipe(pdf_file)