pdf_processor/ ├── src/ # 源代码目录 │ ├── pdf_processor.py # PDF处理核心功能 │ ├── batch_processor.py # 批处理功能 │ └── gui.py # 图形界面 ├── config/ # 配置文件 │ └── settings.py ...
Resume Job Matcher is a Python script that automates the process of matching resumes to a job description using AI. It leverages the Anthropic Claude API or OpenAI's GPT API to analyze resumes and ...