Tools
Pulse
Extract text from documents using Pulse OCR
Usage Instructions
Integrate Pulse into the workflow. Extract text from PDF documents, images, and Office files via upload or file references.
Tools
pulse_parser_v2
Parse documents (PDF, images, Office docs) using Pulse OCR API
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
file | file | Yes | Document to be processed |
pages | string | No | Page range to process (1-indexed, e.g., "1-2,5") |
chunking | string | No | Chunking strategies (comma-separated: semantic, header, page, recursive) |
chunkSize | number | No | Maximum characters per chunk when chunking is enabled |
apiKey | string | Yes | Pulse API key |
Output
| Parameter | Type | Description |
|---|---|---|
markdown | string | Extracted content in markdown format |
page_count | number | Number of pages in the document |
job_id | string | Unique job identifier |
plan-info | object | Plan usage information |
bounding_boxes | json | Bounding box layout information |
extraction_url | string | URL for extraction results (for large documents) |
html | string | HTML content if requested |
structured_output | json | Structured output if schema was provided |
chunks | json | Chunked content if chunking was enabled |
figures | json | Extracted figures if figure extraction was enabled |
Notes
- Category:
tools - Type:
pulse_v2