Skip to content
Guide
General

Limitations

Current limitations for LlamaParse services including file size limits, page limits, processing timeouts, schema constraints, and concurrency limits.

This page documents the current service limitations across LlamaParse products. See also Rate Limits for API rate limiting details.

These limits apply across all LlamaParse services:

LimitValueNotes
Maximum file size512MBPlatform-wide upload limit; individual services may enforce lower limits
LimitValueNotes
Supported file formats130+ formatsSee Supported Document Types
Maximum images extracted per page35Only the 35 largest images are extracted/OCR processed
Maximum text extracted per page64KBContent beyond 64KB is ignored

Parse jobs have a configurable timeout composed of:

  • Base timeout: up to 30 minutes (1,800 seconds)
  • Per-page timeout: up to 5 minutes (300 seconds) additional time per page

The total timeout is calculated as: base timeout + (per-page timeout × page count).

LimitValueNotes
Maximum file size100MB
Maximum pages per extraction500Enforced for files larger than 5MB
Maximum schema properties5,000Total properties across the entire schema
Maximum schema nesting depth7 levels
Maximum schema string content120,000 charactersCombined total for all field names, descriptions, and enum values
Maximum raw JSON schema size150,000 characters

For workflows that exceed these limits, we recommend splitting the job into smaller, targeted extraction jobs. See the Split and Extract example for a walkthrough. For more details on schema constraints, see Schema Design and Restrictions.

LimitValueNotes
Minimum classification rules per job1All rule types must be unique
Rule type length1–50 charactersAlphanumeric characters, spaces, hyphens, and underscores
Rule description length10–500 characters
LimitValueNotes
Maximum file size512MB
Supported file formatsPDF, DOC, DOCX, PPT, PPTX
Categories per job1–50
Category name length1–200 characters
Category description lengthup to 2,000 characters
Custom instructions lengthup to 5,000 characters

Sheets is currently in beta and subject to change.

LimitValueNotes
Maximum columns per sheet100
Maximum rows per sheet10,000
Maximum cells per sheet1,000,000
LimitValueNotes
Maximum concurrent parse jobs per project30During indexing

Index-specific limits for pages, files, data sources, and embedding models may vary by plan. Contact support for details on your plan’s limits.