PerfectParser Docs
User GuidesParser Setup Guides

Insurance Policy Parser Setup Guide

Automate insurance document extraction for policies and claims. Extract policy numbers, coverage limits, and premium amounts.

Before You Start

Before setting up your parser, ensure you have:

  1. A PerfectParser account (sign up at perfectparser.com).
  2. A healthy credit balance (each policy page processed consumes 1 credit).
  3. A sample insurance policy declaration (PDF, PNG, or JPEG) to use during the parser setup.

We suggest configuring the following schema fields for your Insurance Policy Parser to capture all essential policy declarations.

Field NameTypeDescription
policy_numberTextThe unique policy number or identifier.
insurerTextThe insurance company name (e.g. Geico, Aetna, Allianz).
insured_partyTextThe full name of the policyholder or insured business.
policy_periodTextThe coverage dates range (e.g. June 1, 2026 to May 31, 2027).
coverage_limitNumberThe overall maximum coverage limit of the policy.
deductibleNumberThe deductible or out-of-pocket amount.
premiumNumberThe total premium amount or cost of the policy.
coveragesTableTable containing coverage_type, limit_amount, and deductible details for each category.

AI Prompt (Optional)

To help the AI parser extract field values with maximum accuracy, copy and paste the following prompt instructions into the AI Prompt (Optional) field during setup:

Extract the policy number, insurer name, insured party/business name, policy period coverage dates, total coverage limit, deductible amount, and premium cost. Also extract the coverages table containing coverage type, specific limit amount, and individual deductible.

Next Steps: Build Your Parser

Ready to build this? Follow our Create a Parser guide for step-by-step dashboard instructions to set up your schema, and then learn how to process files in Bulk Extraction.


Developer Integration

If you want to automate insurance policy parsing programmatically inside your applications:

Looking for product features and use cases?

See the Insurance Policy Data Extraction solution page.

On this page