Skip to main content

Function: parseResumeUpload()

parseResumeUpload(_prev, formData): Promise<ResumeParseState>

Defined in: src/server/actions/recruiting.ts:1139

Parse an uploaded PDF résumé and return prefill fields for the Add Candidate form. Identifiers are extracted deterministically; the model (gated by RESUME_AI_ENABLED) only ever sees redacted text. Never auto-creates and never auto-dismisses — a recruiter reviews the prefilled fields (review ARC-9).

Parameters

_prev

ResumeParseState

formData

FormData

Returns

Promise<ResumeParseState>