SOC2

Process Salary Benchmark — HR Automation

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

22
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
  • Recruiting
  • Policy

Output Schema

{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Salary Benchmark",
  "description": "Salary Benchmark: Compare proposed salary to market data and output percentile.",
  "type": "object",
  "properties": {
    "position": {
      "type": "string",
      "description": "Position"
    },
    "location": {
      "type": "string",
      "description": "Location"
    },
    "industry": {
      "type": "string",
      "description": "Industry"
    },
    "proposed_salary": {
     
...

Quick Start

$ pip install doclayer
$ doclayer process document.pdf --agent hr.salary-benchmark

See It In Action

Real extraction example showing input document and structured output.

Input Document
SALARY BENCHMARK ANALYSIS

Position: Senior Data Scientist
Location: New York, NY
Industry: Financial Services
Company Size: 1000-5000 employees

Proposed Salary: $175,000

Market Data (Source: Radford 2024):
25th Percentile: $145,000
50th Percentile (Median): $168,000
75th Percentile: $195,000
90th Percentile: $225,000

Proposed Position: 54th percentile

Recommendation: Competitive offer, slightly above median.
Consider equity component for retention.
Extracted Data
{
  "position": "Senior Data Scientist",
  "location": "New York, NY",
  "industry": "Financial Services",
  "proposed_salary": "$175,000",
  "percentile_25": "$145,000",
  "percentile_50": "$168,000",
  "percentile_75": "$195,000",
  "percentile_90": "$225,000",
  "proposed_percentile": "54th",
  "recommendation": "Competitive, slightly above median",
  "data_source": "Radford 2024",
  "document_type": "salary_benchmark"
}

Salary benchmark analysis for a new hire position showing market data percentiles and competitive positioning. Tests extraction of role-specific compensation benchmarks and market positioning recommendations.

Frequently Asked Questions

What documents can Salary Benchmark process?

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

How accurate is the Salary Benchmark extraction?

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

Can I customize the Salary Benchmark 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.