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

# Key Features

> Core features of Invaro Document Processing API

<Note>
  Discover the powerful features that make Invaro the leading choice for document processing.
</Note>

## Core Features

<CardGroup cols={2}>
  <Card title="99.9% OCR Accuracy" icon="magnifying-glass">
    <div className="space-y-2">
      <p>Advanced AI that reads every detail from your documents with near-perfect precision</p>

      <div className="mt-2">
        <Check>Precise text recognition</Check>
        <Check>Table structure detection</Check>
        <Check>Multi-language support</Check>
      </div>
    </div>
  </Card>

  <Card title="Smart Data Extraction" icon="wand-magic-sparkles">
    <div className="space-y-2">
      <p>Automatically captures and structures key information from your documents</p>

      <div className="mt-2">
        <Check>Transaction details</Check>
        <Check>Line items and totals</Check>
        <Check>Account information</Check>
      </div>
    </div>
  </Card>

  <Card title="Instant Processing" icon="bolt">
    <div className="space-y-2">
      <p>Convert documents into structured data in seconds</p>

      <div className="mt-2">
        <Check>Real-time processing</Check>
        <Check>Asynchronous updates</Check>
        <Check>Batch processing</Check>
      </div>
    </div>
  </Card>

  <Card title="Multilingual Support" icon="language">
    <div className="space-y-2">
      <p>Process documents in any language without extra configuration</p>

      <div className="mt-2">
        <Check>Auto language detection</Check>
        <Check>Universal character support</Check>
        <Check>Regional format handling</Check>
      </div>
    </div>
  </Card>
</CardGroup>

## Advanced Capabilities

<CardGroup cols={3}>
  <Card title="Smart Processing" icon="brain">
    <div className="space-y-2">
      <p>AI-powered document understanding</p>

      <div className="mt-2">
        <Check>Layout analysis</Check>
        <Check>Context awareness</Check>
        <Check>Pattern recognition</Check>
      </div>
    </div>
  </Card>

  <Card title="Hassle Free" icon="check-circle">
    <div className="space-y-2">
      <p>Simple integration and usage</p>

      <div className="mt-2">
        <Check>Easy API endpoints</Check>
        <Check>Automatic processing</Check>
        <Check>Clear documentation</Check>
      </div>
    </div>
  </Card>

  <Card title="Enterprise Ready" icon="building">
    <div className="space-y-2">
      <p>Built for scale and security</p>

      <div className="mt-2">
        <Check>High availability</Check>
        <Check>Data encryption</Check>
        <Check>SLA guarantees</Check>
      </div>
    </div>
  </Card>

  <Card title="Automatic Document Type Classification" icon="file-lines">
    <div class="space-y-2">
      <p>Automatically identifies document types (invoice, statement, etc.)</p>

      <div class="mt-2">
        <Check>Reduces manual sorting</Check>
        <Check>Enables automated workflows</Check>
        <Check>Improves processing accuracy</Check>
      </div>
    </div>
  </Card>

  <Card title="Corrupt Document Detection" icon="shield-virus">
    <div class="space-y-2">
      <p>Identifies and flags invalid or corrupted files before processing</p>

      <div class="mt-2">
        <Check>Prevents processing errors</Check>
        <Check>Ensures data integrity</Check>
        <Check>Provides clear error feedback</Check>
      </div>
    </div>
  </Card>
</CardGroup>

## Processing Capabilities

<Tabs>
  <Tab title="Bank Statements">
    <CardGroup cols={2}>
      <Card title="Transaction Details" icon="list-check">
        * Date and amount extraction
        * Transaction categorization
        * Balance calculations
        * Statement reconciliation
      </Card>

      <Card title="Account Information" icon="building-columns">
        * Account number detection
        * Bank details extraction
        * Statement period identification
        * Balance summary
      </Card>
    </CardGroup>
  </Tab>

  <Tab title="Invoices">
    <CardGroup cols={2}>
      <Card title="Line Items" icon="receipt">
        * Product details extraction
        * Quantity and pricing
        * Tax calculations
        * Discount handling
      </Card>

      <Card title="Invoice Details" icon="file-invoice">
        * Invoice number and dates
        * Payment terms
        * Vendor information
        * Total amount calculation
      </Card>
    </CardGroup>
  </Tab>
</Tabs>

<Note>
  Want to see these features in action? [Try our demo](https://toolkit.invaro.ai/) or [contact us](mailto:support@invaro.ai) for a personalized walkthrough.
</Note>
