civify_parse_cv
Convert resume files (PDF, DOCX, images) into structured JSON with contact details, work experience, education, skills, and projects for further processing.
Instructions
Parse a resume document (PDF, DOCX, image) into structured JSON schema containing contact details, work experience, education, skills, and projects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | Language code (e.g. 'en', 'ar', 'auto'). Default is 'auto'. | auto |
| file_path | Yes | Absolute or relative file path to the resume document (PDF, DOCX, image). |