resume-parse
:
Instructions
Parse a resume file (PDF, DOCX, or TXT) into structured JSON Resume format. Accepts base64-encoded file content and returns structured data with contact info, work experience, education, and skills. Use this to extract structured data from an existing resume file. For uploading and parsing in one step, use upload-resume instead. Requires scope: resume:write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileBase64 | Yes | Base64-encoded resume file (PDF, DOCX, TXT) | |
| filename | Yes | Original filename with extension | |
| contentType | No | MIME type (e.g. application/pdf) | |
| mode | No | Parsing mode: fast for speed, thorough for accuracy |