Parses
The Parses feature lets you extract text, tables, and metadata from documents without creating a workspace. Perfect for one-off document processing.
When to Use Parses
Parses
Quick document processing
- Extract text from a document quickly
- Get tables from a PDF
- Process a document without storing it long-term
Workspaces
Ongoing data analysis
- Chat with your data
- Query multiple files together
- Keep files for ongoing analysis
How to Parse a Document
Go to Parses
Upload a file
Configure options
Click Upload & Extract
Wait for processing
Parsing Options
OCR (Optical Character Recognition)
Enable OCR to extract text from:
- Scanned PDFs
- Images embedded in documents
- Photos of documents
Information
OCR increases processing time but is essential for scanned documents.
Table Extraction
Enable Extract Tables to get structured table data from your documents. Tables are returned as JSON with headers and rows.
Text Chunking
Enable Chunking to split extracted text into smaller pieces. Useful for:
- Building RAG (Retrieval Augmented Generation) systems
- Storing in vector databases
- Processing with AI tools
Configure:
- Chunk Size — Characters per chunk (default: 600)
- Overlap — Characters shared between chunks (default: 200)
Session Duration
Choose how long to keep results available:
30 minutestrueQuick temporary extractions
1 hourShort-term analysis
2 hoursExtended working session
6 hoursDay-long project work
24 hoursMaximum retention period
Warning
After the session expires, you'll need to re-upload to access results.
Viewing Results
After processing completes, expand a parse card to see:
- Metadata — Processing time, page count, character count, token count, table count, and expiration date (if a session was created)
- Extracted Text — A compact preview of the first 800 characters. Click Open Reader to view the full text in a dedicated reader with theme options (Light, Dark, Sepia), adjustable font size, line numbers, search with highlighting, and a reading time estimate
- Tables — Each extracted table shown inline with row/column dimensions and a preview of the first 10 rows
Export Options
- Copy All — Copy the full extracted text to clipboard
- Download — Save the extracted text as a
.txtfile
Both options are available in the compact preview and the full reader modal.
Recent Parses
Your recent parses appear below the upload area as expandable cards. Each card shows:
- File name with extension badge
- Status badge (Queued, Processing, Completed, or Failed)
- File size and relative time (e.g., "5m ago")
- Expiration countdown (if a session was created)
Click a card to expand it and view the full results. The list auto-refreshes while any parse is still processing.
What's Next?
- Workspaces — Create a workspace for ongoing analysis
- API Keys — Get an API key to parse programmatically