1. Open Studio

If you’re part of an organization, your administrator must enable Studio access for your account.
2. Parse your first document
The goal here is to upload a document and see the structured output Reducto produces. Parse pipelines extract text, tables, figures, and document structure, returning everything as markdown with bounding box coordinates.1
Create a Parse pipeline
Click Create pipeline in the top right, select Parse as the pipeline type, and give it a descriptive name.

2
Upload a document and run
Reducto supports 30+ file formats including PDFs, images, Word documents, spreadsheets, and presentations.
Click Run to view the result of the document parse.

3
Review the results
The left panel shows your original document with colored bounding boxes overlaid on detected content. The right panel shows the parsed output as structured markdown.

3. Adjust configurations (optional)
The default settings handle most documents well, but you can fine-tune parsing behavior in the Configurations tab. Studio offers two configuration modes: Simple mode provides quick toggles for the most common settings:
- Contains Handwritten Text: Enables agentic processing for better handwriting recognition
- Enable AI Summarization: Generates descriptions of figures and charts
- Return Figure/Table Images: Includes extracted images as URLs in the output

| Group | Purpose | Documentation |
|---|---|---|
| Enhance | AI-powered accuracy improvements | Agentic modes for text, table, and figure enhancement; Chart extraction for data from charts |
| Retrieval | RAG and search optimization | Chunking methods for segmenting content |
| Formatting | Output structure and styling | Table formats for markdown, HTML, JSON output; Additional document data for metadata |
| Spreadsheet | Excel and CSV handling | Spreadsheet processing for multi-sheet documents |
| Settings | Core processing controls | OCR settings for extraction mode and language; Page ranges for partial processing |
4. Deploy for API access
Click Deploy when you’re ready to use your configuration from code.
Deploying a pipeline in Reducto Studio
Next steps
Parse Pipeline
Detailed configuration options for OCR, chunking, table extraction, and agentic enhancement modes.
Extract Pipeline
Define JSON schemas to pull structured data from documents, with automatic field detection and confidence scoring.
Edit Pipeline
Automate form filling using natural language instructions or structured field mapping.
Deploy to Production
Publishing workflows, API integration patterns, and monitoring deployed pipelines.