Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.tinfoil.sh/llms.txt

Use this file to discover all available pages before exploring further.

Document processing models handle file conversion, text extraction, and document parsing operations.

Document Processing
Document Processing
doc-upload
Capabilities: Document processing and conversion serviceStrengths: PDF processing with sandboxed MuPDF extraction, VLM OCR for scanned pages and images, Word and spreadsheet parsingBest for: Document upload, processing, conversion, text extraction, and OpenAI-compatible file input workflowsConfiguration repo: tinfoilsh/confidential-doc-upload
File Support: Supports PDF, DOCX, PPTX, XLSX, HTML, CSV, images, and plain text formats. Born-digital PDFs are parsed with MuPDF; scanned pages and images use VLM OCR. This service powers both direct /v1/convert/file requests and base64 file_data attachments on /v1/responses and /v1/chat/completions. See the Document Processing Guide for usage examples.
Getting Started: See the Document Processing Guide for usage examples covering direct conversion, Responses API file inputs, and Chat Completions file inputs.