change file structure

This commit is contained in:
Kyle Belanger 2025-02-10 11:19:13 -05:00
parent 7cc3e52ae9
commit a5819e2bec

9
src/main.R Normal file
View file

@ -0,0 +1,9 @@
rm(list = ls(all = TRUE)) #Clear the variables from previous runs
# ---- Load Packages ----
box::use(
pdftools
)
#TODO Change from HardCode
txt <- pdftools$pdf_text("kyle_resume.pdf")