An output represents:Documentation Index
Fetch the complete documentation index at: https://docs.anyformat.ai/llms.txt
Use this file to discover all available pages before exploring further.
- The data you asked for
- In a structured, consistent form
- Ready to be reviewed, exported, or connected to other systems
- The original document
- Raw OCR text
- A screenshot of the page
Files → Schema & Fields → Workflow → OutputsOutputs are the bridge between documents and action.
Output formats
anyformat works with the same extracted data, but presents it in different representations depending on what you want to do next.
CSV
Structured tabular data:- Each document becomes one or more rows
- Each field becomes a column
- Subtables are expanded in a consistent way
CSV is designed for
- Spreadsheets
- Imports
- Data analysis
- Sharing with non-technical users

Excel
Same structured data as CSV, packaged in a format that:- Is easier to open for business users
- Preserves table structure
- Supports multiple sheets (for subtables or metadata)
Excel is useful when
- Manual review is part of the process
- Data is shared across teams
- You want minimal friction for non-technical stakeholders

JSON
Structured data for systems and automation:- Fields become keys
- Nested structures are preserved
- Data types remain explicit
JSON is useful when
- Integrating with other systems
- Building automation
- Preserving hierarchical data (like subtables)

Markdown
A human-readable representation of the result, used to:- Inspect what was extracted
- Verify that parsing worked correctly
- Review results per document

Choosing the right format
You usually don’t need to decide upfront. Many users interact with more than one representation at different stages.| Output | Best for |
|---|---|
| CSV / Excel | Analysis, sharing, business workflows |
| JSON | Integrations, automation |
| Markdown | Review and verification |
CSV / Excel
CSV / Excel
Choose when:
- You need to analyze data in spreadsheets
- Sharing with business users or stakeholders
- Importing into tools that accept tabular data
- Manual review and validation workflows
- Use CSV for maximum compatibility and automation
- Use Excel when sharing with non-technical users who prefer spreadsheets
JSON
JSON
Choose when:
- Building integrations with other systems
- Automating data pipelines
- You need to preserve nested structures (like line items)
- Working with APIs or developer tools
Markdown
Markdown
Choose when:
- Reviewing individual results
- Debugging issues
- Verifying that parsing worked correctly
Using outputs outside the platform
Once you trust your results, outputs can be:- Downloaded manually
- Exported in bulk
- Accessed programmatically via the API
Export options
Manual download
Download individual results directly from the platform in your preferred format.
Bulk export
Export multiple documents at once for batch processing or archival.
API access
Retrieve outputs programmatically for automation and integrations.
Common integration patterns
- Data pipelines — Pull JSON outputs into your data warehouse
- Business tools — Export Excel/CSV for import into accounting or ERP systems
- Custom applications — Use the API to embed processing in your own products
What’s next?
Schemas
Control what data appears in outputs
Workflows
Produce outputs reliably at scale
