Skip to main content
r-1 handles general-purpose accuracy improvements for text, tables, figures, and page layouts natively. Use agentic processing with r-1 when your workflow needs a custom prompt for a specific content type or advanced chart extraction. Agentic processing runs additional model steps and adds latency.
r-1 is currently in preview and is the default for all new Parse pipelines. Existing legacy pipelines can continue using promptless agentic scopes. Review r-1 configuration compatibility before migrating an existing configuration.

Basic Usage

Add an entry to the agentic array for each scope that needs customized processing. Each entry must include a custom prompt or enable advanced chart extraction.
You can configure more than one scope in a request, but only one entry per scope.
Agentic modes are available in the Python SDK, Node.js SDK, and via cURL. The Go SDK does not yet support agentic modes.

Custom Prompts

Custom prompts tell Reducto how to interpret or represent content for your use case. Pages that need a custom prompt run through the matching agentic pipeline. Other pages continue through r-1.

Text Scope

Text-scoped custom prompts apply to form regions, such as key-value fields. r-1 handles general body text natively.

Table Scope

Table-scoped custom prompts control how Reducto encodes domain-specific table content.

Table Mode

The mode option controls where Reducto applies the table custom prompt. It defaults to "default".

Figure Scope

r-1 generates a short description for each figure natively. Add one figure-scoped custom prompt when your workflow needs a use-case-specific interpretation.

Advanced Chart Extraction

Use advanced_chart_agent when you need structured numerical data from charts. Reducto runs the separate chart extraction agent and augments the r-1 result.
For supported chart types and response details, see Chart Extraction.

Legacy Agentic Processing

Existing legacy Parse pipelines can continue using promptless agentic scopes as general-purpose accuracy enhancements. Do not carry promptless scopes into an r-1 configuration. r-1 handles these general improvements natively. With r-1, text and table scopes require a custom prompt. Figure scopes require a custom prompt or advanced_chart_agent.

Legacy Figure Summarization

For legacy Parse, summarize_figures uses a separate model to generate generic figure descriptions. It defaults to true.
r-1 generates figure descriptions natively and ignores this setting.

When to Use Agentic Processing

Latency

Customized agentic processing and advanced chart extraction run additional model steps and add latency. Pages without a matching custom prompt continue through r-1 without those additional steps. Customized agentic processing does not add cost to r-1 processing.