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.
Status: Ready
Started: -
Ended: -
Request preview
No data.
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
}>
}
No response yet.
No data.
No data.