Mixed batches
Process office files, PDFs, spreadsheets, ebooks, and legacy formats together.
Turn PDF, Word, PowerPoint, Excel, EPUB, and scanned documents into clean Markdown, JSON, and RAG-ready chunks.
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"
Compatible documents use WebAssembly locally. We show the active processing path before work begins.
PRIVATE BY DEFAULTWe ask for consent before a scanned file is securely uploaded for OCR and delete the source after processing.
CONSENT REQUIREDStart with a free preview. Buy one result or a page pack without committing to a subscription.
See your own result first.
Unlock the file you previewed.
Best for several documents.
Compatible digital files are converted locally. Scanned documents require cloud OCR, and we ask for consent before uploading them.
We explain the cloud processing path before upload. Source files are deleted after processing according to the published retention policy.
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.