FileParse
Upload a PDF or snap a photo of a page. You get back neatly organized text with your tables, images, and formatting already taken care of.
Start parsing in under a minute
Keeps your formatting
Tables, headings, and page layout come through just the way they looked in the original.
Saves your images too
Charts, diagrams, and photos from your documents are pulled out and ready to download.
Your files stay private
Only you can see your uploads. Nothing is shared or made public.
See what you get
Extracted text
# Family Vacation Checklist
We are planning a 5-day summer trip and grouped everything from travel documents to daily plans in one page.
...
[download] family-vacation-checklist.md
How it works
Drop your file, let the Vision Language Model do the heavy lifting, and get back structured markdown — formatting, images, and all.
Drag and drop a PDF, PNG, or JPEG — or click to browse. Multi-file upload supported.
Drop files here or click to browse
Our Vision Language Model reads your document like a human — understanding tables, equations, images, and layout.
Download, copy to clipboard, or send to Google Drive. Your content is structured and ready to use.
# Quarterly Report
Revenue increased by **23%** compared to the previous quarter.
Original document
# Project Summary
The project delivered on time with all milestones met.

Extracted markdown
Layout Viewer
Every heading, table, and image is traced back to its position in the original document. Click a block in the source to jump straight to the corresponding markdown — and vice versa.
Bounding boxes
Color-coded overlays show text, tables, and figures on the original page.
Click to navigate
Click any bounding box to highlight the matching markdown block instantly.
Dashboard
Search by filename, filter by parsing status, sort however you like. Select multiple files for bulk downloads or batch deletion.
Instant search
Find any document by name across your entire library.
Filter & sort
By status, date, or name — ascending or descending.
Export
Download individual files, copy to clipboard, send to Google Drive, or batch-export an entire collection as a ZIP.
One-click .md file download for any parsed document.
Copy the full markdown to paste into any editor or note app.
Export directly as a Google Doc — formatting included.
Select multiple documents and download them all as a single ZIP.
# Upload a document
curl -X POST /api/v1/documents \
-H "Authorization: Bearer $KEY" \
-F "file=@report.pdf"
# Get parsed content
curl /api/v1/documents/doc_abc123 \
-H "Authorization: Bearer $KEY"
# Response
{
"id": "doc_abc123",
"status": "completed",
"markdown": "# Report\n..."
}
Developer API
Upload documents, retrieve parsed content, and manage your library programmatically. Full REST API plus an MCP server for AI-assistant integrations.
REST API
Upload, list, get, rename, and delete documents. API key auth.
MCP Server
Let AI assistants parse and search your documents via JSON-RPC.
Free to start. No credit card required. Upload your first document and see the results in seconds.
Upload your first document in seconds