CV Parse Debug

Status: Ready
1) Setup
Choose model, upload CV, and set prompt behavior before running.

Model

Extraction Mode

Off = full-document mode (recommended default).

CV File

Upload a PDF CV file.

Prompt Override

Keep default prompt unless testing parser behavior.

2) Run
Execute parse request and monitor request state.

Status: Ready

Started: -

Ended: -

Request preview

root: {8 keys}
endpoint: "/api/cv-parse"
method: "POST"
file: null
model: null
useRAG: false
includeProcessingInfo: true
promptOverridden: false
promptLength: 0
3) Result of structuredData
Main normalized output you should use in applications.

No data.

structuredData TYPE
Expected fields and types for frontend integration.

structuredData: {

personalInfo: {

salutation: string | null

title: string | null

firstName: string | null

lastName: string | null

fullName: string | null

dateOfBirth: string | null

placeOfBirth: string | null

additionalInfo: string | null

email: string | null

phone: string | null

mobile: string | null

location: string | null

street: string | null

houseNumber: string | null

postalCode: string | null

city: string | null

nationality: string | null

secondNationality: string | null

disability: string | null

website: string | null

linkedin: string | null

github: string | null

}

summary: string | null

skills: { technical: string[], languages: string[], soft: string[] }

experience: Array<{

company: string | null

position: string | null // from exp.title

startDate: string | null // from exp.start

endDate: string | null // from exp.end

description: string | null

}>

education: Array<{

institution: string | null

degree: string | null

field: string | null

startDate: string | null // from edu.start

endDate: string | null // from edu.end

achievements: string[]

}>

certifications: string[]

qualification: {

schoolLeavingCertificate: string | null

finalGrade: string | null

additionalKnowledge: string[]

otherNotes: string | null

previousVocationalTraining: string | null

} | null

projects: Array<{

name: string | null

description: string | null

technologies: string[]

url: string | null

startDate: string | null // from project.start

endDate: string | null // from project.end

}>

}

Additional details
Optional technical sections for troubleshooting and deeper validation.
Full technical response

No response yet.

Document details

No data.

Quality and confidence info

No data.