Automation_project/ ├── config.py # Central configuration ├── extractor.py # PDF text & field extraction ├── summarizer.py # OpenAI LLM summarization ├── pipeline.py # End-to-end processing pipeline ...