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

# Overview

> Production-ready recipes for common document processing use cases

Copy-paste recipes for real-world document processing scenarios. Each recipe includes a complete workflow configuration, code examples, and domain-specific tips. Every recipe also highlights a different API capability.

<CardGroup cols={2}>
  <Card title="Parse-Only Workflow" icon="file-lines" href="/guides/recipes/parse-only-workflow">
    Convert documents to structured markdown without extraction
  </Card>

  <Card title="Invoice Processing" icon="file-invoice-dollar" href="/guides/recipes/invoice-processing">
    Extract line items, totals, and dates from invoices using nested objects
  </Card>

  <Card title="Resume Parsing" icon="user-tie" href="/guides/recipes/resume-parsing">
    Parse candidate data from DOC/DOCX resumes
  </Card>

  <Card title="Receipt Scanning" icon="receipt" href="/guides/recipes/receipt-scanning">
    Extract totals from receipt photos with consistent array formatting
  </Card>

  <Card title="Contract Analysis" icon="file-contract" href="/guides/recipes/contract-analysis">
    Identify clauses and key terms with webhook-driven processing
  </Card>

  <Card title="Email Lead Capture" icon="envelope" href="/guides/recipes/email-lead-extraction">
    Capture leads from email text using the text input method
  </Card>

  <Card title="Bank Statement Processing" icon="building-columns" href="/guides/recipes/bank-statement-processing">
    Process transactions from statements in CSV and JSONL formats
  </Card>
</CardGroup>
