update main.R

This commit is contained in:
Kyle Belanger 2025-02-10 11:30:54 -05:00
parent 3f16931728
commit 1e00864b01

View file

@ -2,8 +2,15 @@ rm(list = ls(all = TRUE)) #Clear the variables from previous runs
# ---- Load Packages ----
box::use(
pdftools
pdftools,
jsonlite,
here[here],
)
# ---- Load PDF ----
#TODO Change from HardCode
txt <- pdftools$pdf_text("kyle_resume.pdf")
txt <- pdftools$pdf_text("kyle_resume.pdf")
# ---- Load JSON ----
resume_paraser_api <- jsonlite$fromJSON(here("data","resume_parser_api.json"))