Reading contents of Word, PDF file
i have this use case where i need to read the contents of CV/resume uploaded by users and pass it to a LLM to extract the skills. Currently, I am only able to do so using a txt file (refer to the below code). But when i use this code on a pdf or wor...