Tools
Reducto
Extract text from PDF documents
Usage Instructions
Integrate Reducto Parse into the workflow. Can extract text from uploaded PDF documents or file references.
Tools
reducto_parser_v2
Parse PDF documents using Reducto OCR API
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
file | file | Yes | PDF document to be processed |
pages | array | No | Specific pages to process (1-indexed page numbers) |
tableOutputFormat | string | No | Table output format (html or markdown). Defaults to markdown. |
apiKey | string | Yes | Reducto API key (REDUCTO_API_KEY) |
Output
| Parameter | Type | Description |
|---|---|---|
job_id | string | Unique identifier for the processing job |
duration | number | Processing time in seconds |
usage | json | Resource consumption data |
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_v2