I hope to read multiple word documents (docx files) in a folder and then search a specific word e.g. "laptop" from each of docx file to generate a table or a dataframe. For instance: in my folder I have file_1.docx, file_2.docx ... file_n.docx, each file may or may not contain work "Laptop". In the end I hope to generate a table like:
FileName Keyword
file_1.docx "laptop"
file_2.docx "laptop"
...