parse_resume
Parse resume files and extract text with keyword extraction, metrics detection, section identification, and experience estimation for candidate screening.
Instructions
Parse a resume file (PDF, DOCX, TXT, MD) or URL and extract text with algorithmic pre-analysis including keyword extraction, metrics detection, section identification, and experience estimation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Base64-encoded file content, or a URL string when fileType is 'url' | |
| fileType | Yes | File type: pdf, docx, txt, md, or url |