> ## Documentation Index
> Fetch the complete documentation index at: https://docs.parsefy.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Financial Document Infrastructure for Developers

## What is Parsefy?

Parsefy is an API that turns **financial PDFs** (invoices, receipts, bills) into structured JSON with validation and risk signals.

We return **validated totals** (or fail with reasons), **field-level confidence + evidence**, and basic **anomaly checks** so financial workflows can automate safely.

## Quickstart

Get Parsefy set up in your project in minutes.

<CardGroup cols={2}>
  <Card title="Node.js" icon="node-js" href="/quickstart/node/introduction">
    Get started with TypeScript/JavaScript
  </Card>

  <Card title="Next.js" icon="react" href="/quickstart/node/nextjs">
    Extract documents in Next.js apps
  </Card>

  <Card title="Express" icon="node-js" href="/quickstart/node/express">
    Build extraction APIs with Express
  </Card>

  <Card title="Fastify" icon="node-js" href="/quickstart/node/fastify">
    High-performance APIs with Fastify
  </Card>

  <Card title="Hono" icon="node-js" href="/quickstart/node/hono">
    Edge-ready with Hono
  </Card>

  <Card title="Python" icon="python" href="/quickstart/python/introduction">
    Get started with Python
  </Card>

  <Card title="FastAPI" icon="python" href="/quickstart/python/fastapi">
    Build APIs with FastAPI
  </Card>

  <Card title="Flask" icon="python" href="/quickstart/python/flask">
    Extract documents in Flask apps
  </Card>
</CardGroup>

## Explore

Discover the full range of features and capabilities.

<CardGroup cols={3}>
  <Card title="Extracting" icon="file-import" href="/learn/extracting">
    Learn how to extract data from documents
  </Card>

  <Card title="Schemas" icon="brackets-curly" href="/learn/schema-basics">
    Define what data you want to extract
  </Card>

  <Card title="Playground" icon="play" href="https://try.parsefy.io">
    Try Parsefy without writing code
  </Card>
</CardGroup>
