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

# Cookbooks

> Step-by-step guides for common document processing tasks

Cookbooks are end-to-end tutorials showing how to solve real document processing problems with Reducto. Each includes working code in Python and JavaScript.

***

## Pipelines & Workflows

<CardGroup cols={2}>
  <Card title="Multimodal RAG" icon="images" href="/cookbooks/multimodal-rag-image-results">
    Build a RAG pipeline that returns images alongside text. Uses S3, Pinecone, and VoyageAI.
  </Card>

  <Card title="Financial Analysis" icon="chart-line" href="/cookbooks/financial-analysis">
    Extract structured data from 10-K filings and financial reports using schemas.
  </Card>

  <Card title="Multilingual Processing" icon="globe" href="/cookbooks/multilingual-processing">
    Parse documents in Spanish, French, German, and 50+ other languages.
  </Card>

  <Card title="Batch Processing" icon="layer-group" href="/cookbooks/batch-processing">
    Process hundreds of documents in parallel with concurrency control.
  </Card>
</CardGroup>

***

## Document Examples

Real-world document types from our most common customer industries—insurance, finance, logistics, and legal. Each shows how to extract structured data from documents you likely work with.

<CardGroup cols={2}>
  <Card title="Form Filling" icon="file-pen" href="/cookbooks/form-filling">
    Automate ACORD insurance forms and other PDF form filling.
  </Card>

  <Card title="Identity Verification" icon="id-card" href="/cookbooks/identity-verification">
    Extract data from ID cards, passports, and utility bills.
  </Card>

  <Card title="Contract Review" icon="file-contract" href="/cookbooks/redlined-legal-contracts">
    Parse redlined contracts and extract insertions, deletions, and annotations.
  </Card>

  <Card title="Invoice Extraction" icon="file-invoice" href="/cookbooks/invoice-extraction">
    Pull line items, totals, and vendor info from freight invoices.
  </Card>
</CardGroup>

***

## Request a Cookbook

Have a document type or use case you'd like to see covered? [Let us know](mailto:support@reducto.ai) and we'll consider adding it.
