{% extends "base.html" %} {% block title %}Pricing & Plans – DocuElevate{% endblock %} {% block content %}
One price per person, per month — from casual exploration to power-user workflows. No team plans, no per-seat tiers.
{{ tier.tagline }}
| Feature | {% for tier in tiers %}{{ tier.name }} | {% endfor %}|||
|---|---|---|---|---|
| File Processing | ||||
| Lifetime file limit | {% for tier in tiers %}{% if tier.lifetime_file_limit == 0 %} Unlimited {% else %} {{ tier.lifetime_file_limit }} {% endif %} | {% endfor %}|||
| Files per month | {% for tier in tiers %}{% if tier.monthly_upload_limit == 0 %} Unlimited {% else %} {{ tier.monthly_upload_limit }} {% endif %} | {% endfor %}|||
| Max file size | {% for tier in tiers %}{% if tier.max_file_size_mb == 0 %} Unlimited {% else %} {{ tier.max_file_size_mb }} MB {% endif %} | {% endfor %}|||
| OCR & AI | ||||
| OCR pages / month | {% for tier in tiers %}{% if tier.max_ocr_pages_monthly == 0 %} Unlimited {% else %} {{ "{:,}".format(tier.max_ocr_pages_monthly) }} {% endif %} | {% endfor %}|||
| AI metadata extraction | Basic | {% for tier in tiers[1:] %}{% endfor %} | ||
| Integrations | ||||
| Storage destinations | {% for tier in tiers %}{% if tier.max_storage_destinations == 0 %} Unlimited {% else %} {{ tier.max_storage_destinations }} {% endif %} | {% endfor %}|||
| Email ingestion | {% for tier in tiers[1:] %} | {% endfor %} | ||
| Mailboxes (ingestion sources) | {% for tier in tiers %}{% if tier.max_mailboxes == 0 and tier.id == 'free' %} {% elif tier.max_mailboxes == 0 %} Unlimited {% else %} {{ tier.max_mailboxes }} {% endif %} | {% endfor %}|||
| Webhooks | ||||
| API access | {% for tier in tiers[1:] %} | {% endfor %} | ||
| Support | ||||
| Support level | Community | Priority email | Priority | |
Start with the free tier — no credit card required.
{% if allow_signup %}Create your free account{% else %}Sign in{% endif %}