Reducto
Extract text from PDF documents
Overview
Integrate Reducto Parse into your workflow to extract text from PDF documents. Supports both uploaded PDFs and URL-based documents with configurable table formatting.
Setup
- Add the Reducto block to your workflow
- Enter your Reducto API key
- Upload a PDF or provide a URL
Configuration
| Parameter | Type | Required | Description |
|---|---|---|---|
apiKey | string | Yes | Reducto API key |
document | file/URL | Yes | PDF document to parse |
pages | string | No | Specific pages (comma-separated, 1-indexed) |
tableOutputFormat | string | No | Table format: Markdown or HTML |
Tools
reducto_parser
Parses PDF documents and extracts structured content.
Output
| Parameter | Type | Description |
|---|---|---|
job_id | string | Unique identifier for the processing job |
duration | number | Processing time in seconds |
usage | json | Resource consumption data (num_pages, credits) |
result | json | Parsed document content with chunks and blocks |
pdf_url | string | Storage URL of converted PDF |
studio_link | string | Link to Reducto studio interface |
Notes
- Category:
tools - Type:
reducto