Reducto

Use Reducto to extract content from a PDF supplied as an upload or file reference. Optionally select 1-indexed pages and choose Markdown or HTML for table output. The result includes parsed chunks and blocks, job metadata, and usage information.

Usage Instructions

Integrate Reducto Parse into the workflow. Can extract text from uploaded PDF documents or file references.

Actions

Reducto PDF Parser

Parse PDF documents using Reducto OCR API

Input

ParameterTypeRequiredDescription
filefileYesPDF document to be processed
pagesarrayNoSpecific pages to process (1-indexed page numbers)
tableOutputFormatstringNoTable output format (md for Markdown or html for HTML). Defaults to md.
apiKeystringYesReducto API key (REDUCTO_API_KEY)

Output

ParameterTypeDescription
job_idstringUnique identifier for the processing job
durationnumberProcessing time in seconds
usagejsonResource consumption data
resultjsonParsed document content with chunks and blocks
pdf_urlstringStorage URL of converted PDF
studio_linkstringLink to Reducto studio interface