You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The [Pulse](https://www.pulseapi.com/) tool enables seamless extraction of text and structured content from a wide variety of documents—including PDFs, images, and Office files—using state-of-the-art OCR (Optical Character Recognition) powered by Pulse. Designed for automated agentic workflows, Pulse Parser makes it easy to unlock valuable information trapped in unstructured documents and integrate the extracted content directly into your workflow.
15
+
16
+
With Pulse, you can:
17
+
18
+
-**Extract text from documents**: Quickly convert scanned PDFs, images, and Office documents to usable text, markdown, or JSON.
19
+
-**Process documents by URL or upload**: Simply provide a file URL or use upload to extract text from local documents or remote resources.
20
+
-**Flexible output formats**: Choose between markdown, plain text, or JSON representations of the extracted content for downstream processing.
21
+
-**Selective page processing**: Specify a range of pages to process, reducing processing time and cost when you only need part of a document.
22
+
-**Figure and table extraction**: Optionally extract figures and tables, with automatic caption and description generation for populated context.
23
+
-**Get processing insights**: Receive detailed metadata on each job, including file type, page count, processing time, and more.
24
+
-**Integration-ready responses**: Incorporate extracted content into research, workflow automation, or data analysis pipelines.
25
+
26
+
Ideal for automating tedious document review, enabling content summarization, research, and more, Pulse Parser brings real-world documents into the digital workflow era.
27
+
28
+
If you need accurate, scalable, and developer-friendly document parsing capabilities—across formats, languages, and layouts—Pulse empowers your agents to read the world.
29
+
{/* MANUAL-CONTENT-END */}
30
+
31
+
32
+
## Usage Instructions
33
+
34
+
Integrate Pulse into the workflow. Extract text from PDF documents, images, and Office files via URL or upload.
35
+
36
+
37
+
38
+
## Tools
39
+
40
+
### `pulse_parser`
41
+
42
+
Parse documents (PDF, images, Office docs) using Pulse OCR API
43
+
44
+
#### Input
45
+
46
+
| Parameter | Type | Required | Description |
47
+
| --------- | ---- | -------- | ----------- |
48
+
|`filePath`| string | Yes | URL to a document to be processed |
49
+
|`fileUpload`| object | No | File upload data from file-upload component |
50
+
|`pages`| string | No | Page range to process \(1-indexed, e.g., "1-2,5"\)|
51
+
|`extractFigure`| boolean | No | Enable figure extraction from the document |
52
+
|`figureDescription`| boolean | No | Generate descriptions/captions for extracted figures |
53
+
|`returnHtml`| boolean | No | Include HTML in the response |
The [Reducto](https://reducto.ai/) tool enables fast and accurate extraction of text and data from PDF documents via OCR (Optical Character Recognition). Reducto is designed for agent workflows, making it easy to process uploaded or linked PDFs and transform their contents into ready-to-use information.
15
+
16
+
With the Reducto tool, you can:
17
+
18
+
-**Extract text and tables from PDFs**: Quickly convert scanned or digital PDFs to text, markdown, or structured JSON.
19
+
-**Parse PDFs from uploads or URLs**: Process documents either by uploading a PDF or specifying a direct URL.
20
+
-**Customize output formatting**: Choose your preferred output format—markdown, plain text, or JSON—and specify table formats as markdown or HTML.
21
+
-**Select specific pages**: Optionally extract content from particular pages to optimize processing and focus on what matters.
22
+
-**Receive detailed processing metadata**: Alongside extracted content, get job details, processing times, source file info, page counts, and OCR usage stats for audit and automation.
23
+
24
+
Whether you’re automating workflow steps, extracting business-critical information, or unlocking archival documents for search and analysis, Reducto’s OCR parser gives you structured, actionable data from even the most complex PDFs.
25
+
26
+
Looking for reliable and scalable PDF parsing? Reducto is optimized for developer and agent use—providing accuracy, speed, and flexibility for modern document understanding.
27
+
{/* MANUAL-CONTENT-END */}
28
+
29
+
30
+
## Usage Instructions
31
+
32
+
Integrate Reducto Parse into the workflow. Can extract text from uploaded PDF documents, or from a URL.
33
+
34
+
35
+
36
+
## Tools
37
+
38
+
### `reducto_parser`
39
+
40
+
Parse PDF documents using Reducto OCR API
41
+
42
+
#### Input
43
+
44
+
| Parameter | Type | Required | Description |
45
+
| --------- | ---- | -------- | ----------- |
46
+
|`filePath`| string | Yes | URL to a PDF document to be processed |
47
+
|`fileUpload`| object | No | File upload data from file-upload component |
48
+
|`pages`| array | No | Specific pages to process \(1-indexed page numbers\)|
49
+
|`tableOutputFormat`| string | No | Table output format \(html or markdown\). Defaults to markdown. |
50
+
|`apiKey`| string | Yes | Reducto API key \(REDUCTO_API_KEY\)|
51
+
52
+
#### Output
53
+
54
+
| Parameter | Type | Description |
55
+
| --------- | ---- | ----------- |
56
+
|`job_id`| string | Unique identifier for the processing job |
57
+
|`duration`| number | Processing time in seconds |
58
+
|`usage`| json | Resource consumption data |
59
+
|`result`| json | Parsed document content with chunks and blocks |
60
+
|`pdf_url`| string | Storage URL of converted PDF |
61
+
|`studio_link`| string | Link to Reducto studio interface |
0 commit comments