Currently, PyAI Extract & Summarize supports PDF, CSV/XLSX, and image files.
It would be useful to also support plain text (.txt) files.
Tasks:
- Update
extract_file() to handle .txt files.
- Update
summarize_file() to handle .txt files.
- Add a test case in
test_core.py using a sample .txt file.