{% extends "base.html" %} {% block title %}Pricing & Plans – DocuElevate{% endblock %} {% block content %}
Simple, transparent pricing

Choose the plan that's right for you

From free exploration to unlimited enterprise processing — scale as your document workflows grow.

{% for tier in tiers %}
{% if tier.badge %}
{{ tier.badge }}
{% endif %}

{{ tier.name }}

{{ tier.tagline }}

    {% for feature in tier.features %}
  • {{ feature }}
  • {% endfor %}
{% if tier.id == 'free' %} {{ tier.cta }} {% elif tier.id == 'business' %} {{ tier.cta }} {% elif tier.highlight %} {{ tier.cta }} {% else %} {{ tier.cta }} {% endif %}
{% endfor %}

Full feature comparison

{% for tier in tiers %} {% endfor %} {% for tier in tiers %} {% endfor %} {% for tier in tiers %} {% endfor %} {% for tier in tiers %} {% endfor %} {% for tier in tiers %} {% endfor %} {% for tier in tiers %} {% endfor %} {% for tier in tiers[1:] %} {% endfor %} {% for tier in tiers %} {% endfor %} {% for tier in tiers[1:] %} {% endfor %} {% for tier in tiers[1:] %} {% endfor %}
Feature {{ tier.name }}
File Processing
Lifetime file limit {% if tier.lifetime_file_limit == 0 %} Unlimited {% else %} {{ tier.lifetime_file_limit }} {% endif %}
Files per day {% if tier.daily_upload_limit == 0 %} Unlimited {% else %} {{ tier.daily_upload_limit }} {% endif %}
Files per month {% if tier.monthly_upload_limit == 0 %} Unlimited {% else %} {{ tier.monthly_upload_limit }} {% endif %}
Max file size {% if tier.max_file_size_mb == 0 %} Unlimited {% else %} {{ tier.max_file_size_mb }} MB {% endif %}
OCR & AI
OCR pages / month {% if tier.max_ocr_pages_monthly == 0 %} Unlimited {% else %} {{ "{:,}".format(tier.max_ocr_pages_monthly) }} {% endif %}
AI metadata extraction Basic
Integrations
Storage destinations {% if tier.max_storage_destinations == 0 %} Unlimited {% else %} {{ tier.max_storage_destinations }} {% endif %}
Email ingestion
Webhooks
API access
Support
Support level Community Email Priority email Dedicated

Frequently asked questions

{% set faqs = [ ("What counts as a 'processed file'?", "Every document you upload and run through the DocuElevate pipeline counts as one processed file — including OCR, AI metadata extraction, and storage delivery."), ("What happens when I reach the Free tier lifetime limit?", "Once your 25-file lifetime quota is reached you will see a friendly upgrade prompt on the upload page and any further upload attempts will return a payment-required error until you upgrade to a paid plan."), ("Can I change my plan at any time?", "Yes. Upgrades take effect immediately. Downgrades take effect at the start of the next billing cycle. Unused quota does not roll over between billing periods."), ("Is there an annual discount?", "Yes — paying annually saves approximately 17% compared to monthly billing. The savings are shown in the annual pricing above."), ("Do you offer a trial for paid plans?", "The Free tier lets you try DocuElevate with up to 25 files at no cost and with no credit card required. Paid trials can be arranged — contact sales."), ("What is a 'storage destination'?", "A storage destination is any cloud or self-hosted storage you configure as an output — Dropbox, Google Drive, OneDrive, Nextcloud, S3, SFTP, FTP, WebDAV, or Paperless-ngx each count as one destination."), ] %} {% for q, a in faqs %}
{{ a }}
{% endfor %}

Ready to get started?

Start with the free tier — no credit card required.

Create your free account
{% endblock %}