parse_cv
Extract structured candidate profile from a CV or resume, including name, skills, experience, job titles, education, and bio summary. Accepts PDF file path or raw text.
Instructions
Parse a CV/resume (PDF path or raw text) and extract a structured candidate profile: name, skills, years of experience, job titles, education, and a short bio summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cv_text | No | Raw text content of the CV/resume | |
| file_path | No | Absolute path to a PDF CV/resume file |