Match keywords in a parsed PDF
match_keywords.Rd
This function takes a parsed PDF and a list of keywords and returns a tibble with the source of the PDF, the file name, the keywords, the pages where the keywords were found, and whether any of the keywords were found.
Usage
match_keywords(file_path, parsedPdf, keywords, source = c("FAS", "TRS"))