otp_parse_resume
Parses raw resume text into a structured OTP extraction template with annotations, field confidence, and identified information gaps.
Instructions
Produce a structured OTP extraction template from raw resume text. Returns a document skeleton with EXTRACT* annotations, a fieldConfidence list (high/medium/low per field), and a gaps list of information not typically on resumes. The calling agent should fill in the skeleton using its reasoning over the text, then call otp_validate_profile to verify the result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Raw resume text (plain text, markdown, or extracted PDF text). |