Mixed batches
Process office files, PDFs, spreadsheets, ebooks, and legacy formats together.
A private, browser-based Markdown converter for PDF, Word, PowerPoint, Excel, EPUB, CSV, and 15 more document formats.
or click to browse · up to 50 MB
One pipeline for every document your users upload. Preserve structure, normalize output, and stop maintaining format-specific parsers.
Process office files, PDFs, spreadsheets, ebooks, and legacy formats together.
Preview, copy, or download clean Markdown before it enters another system.
Scanned PDFs fall back to hosted OCR while ordinary documents stay on the fast native path.
Send one file or a mixed batch from the dashboard or API.
FILES RECEIVEDDetect formats, preserve structure, run OCR, and create chunks.
STRUCTURE PRESERVEDCopy the result or download a Markdown file for your next workflow.
MARKDOWN READYNormalize mixed documents into Markdown, structured JSON, or deterministic chunks, then receive a signed webhook when the conversion finishes.
curl https://anydocai.com/api/v1/documents/convert \ -H "Authorization: Bearer $ANYDOCAI_API_KEY" \ -F "file=@report.pdf" \ -F "output=chunks" \ -F "ocr=auto"
Single-file conversions run in your browser with WebAssembly. No upload, no account, no retention.
PRIVATE BY DEFAULTSigned-in users can process mixed documents in a queue and download each Markdown result.
ACCOUNT REQUIREDPage-based plans with transparent usage. Upgrade, add credits, or cancel whenever you need.
For testing the pipeline.
For regular document work.
For higher-volume teams.
No. The local converter runs entirely in your browser. File bytes never reach our servers.
Cloud conversions automatically fall back to hosted OCR when scanned pages are detected.
The API generates Markdown, structured JSON, or RAG-ready chunks.
Yes. Signed-in users can add mixed document formats to the cloud workspace queue.
The workspace records bounded task metadata and a short result preview; the response returns the full Markdown to your session.