This code is designed to read PDF files. We plan to extend its functionality to read DOCX files, CSV files, and other formats as needed. The current implementation extracts text from PDFs and saves it to a text file. We've tested it with a sample PDF similar to our problem statement, and we can easily add more PDFs for processing.
This is the initial step in developing our chatbot. Further work is ongoing to collect and integrate more data.
This code is designed to read PDF files. We plan to extend its functionality to read DOCX files, CSV files, and other formats as needed. The current implementation extracts text from PDFs and saves it to a text file. We've tested it with a sample PDF similar to our problem statement, and we can easily add more PDFs for processing.
This is the initial step in developing our chatbot. Further work is ongoing to collect and integrate more data.