SOC2

Process CV Screener — HR Automation

HR teams process thousands of employee documents yearly. Manual processing delays hiring and increases compliance risk.

26
Fields Extracted
300s
Max Processing

What This Template Does

AI-powered extraction using gemini-2.5-flash. Part of 113 production-ready templates.

Capabilities

  • Candidate Screening
  • Compensation Analysis
  • Document Processing
  • Cv Screener
  • Recruiting

Output Schema

{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CV Screener Output Schema",
  "description": "Structured output schema for CV/resume screening extraction",
  "type": "object",
  "required": [
    "name",
    "skills",
    "experience_years"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "Full legal name of the candidate"
    },
    "title": {
      "type": "string",
      "description": "Current or most recent job title"
    },
    "email"
...

Quick Start

$ pip install doclayer
$ doclayer process document.pdf --agent hr.cv-screener

See It In Action

Real extraction example showing input document and structured output.

Input Document
RESUME: John Smith, Software Engineer. Email: john.smith@email.com, Phone: +1-555-0123. Location: San Francisco, CA. EXPERIENCE: Senior Software Engineer at TechCorp (2020-2024), Software Developer at StartupXYZ (2018-2020). EDUCATION: BS Computer Science, Stanford University (2018). SKILLS: Python, JavaScript, React, Node.js, AWS, Docker. YEARS EXPERIENCE: 6 years total.
Extracted Data
{
  "name": "John Smith",
  "title": "Software Engineer",
  "email": "john.smith@email.com",
  "phone": "+1-555-0123",
  "location": "San Francisco, CA",
  "experience": [
    "Senior Software Engineer at TechCorp (2020-2024)",
    "Software Developer at StartupXYZ (2018-2020)"
  ],
  "education": [
    "BS Computer Science, Stanford University (2018)"
  ],
  "skills": [
    "Python",
    "JavaScript",
    "React",
    "Node.js",
    "AWS",
    "Docker"
  ],
  "experience_years": 6
}

Experienced software engineer with 6+ years of professional experience. Demonstrates strong technical skills and clear career progression from startup to established tech company. Straightforward resume structure for senior-level candidate evaluation.

Frequently Asked Questions

What documents can CV Screener process?

The CV Screener template processes hr documents including various formats and layouts. See the instructions for specific document types supported.

How accurate is the CV Screener extraction?

The CV Screener template uses Gemini 2.5 Flash for high-accuracy extraction. Results include confidence scores for each field.

Can I customize the CV Screener template?

Yes, you can modify the extraction schema, add custom fields, or adjust the instructions to match your specific requirements.

Start Extracting Data Today

Process your first document in under 5 minutes. No credit card required.