import_resume
Extract structured resume data from PDF, DOCX, or LaTeX files to build a master resume pool for tailored resume generation.
Instructions
Import resume data from a file (PDF, DOCX, or LaTeX .tex).
Parses the file and extracts contact, education, experience, projects, and skills into structured data. The imported data becomes the master resume pool used by generate_resume.
Args: file_path: Absolute path to the file (.tex, .pdf, or .docx).
Returns: JSON with import status and summary of extracted entries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |