parse_resume
Extract skills, email, and phone number from a local resume file (PDF or .txt) without data leaving your machine.
Instructions
Parse a local resume file (PDF or .txt) into structured data: extracted skills, email, and phone number. The file never leaves your machine — this just reads it locally.
Args: file_path: absolute path to the resume file on disk
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes |