Mandala
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

ParameterTypeRequiredDescription
filefileYesDocument to be processed
pagesstringNoPage range to process (1-indexed, e.g., "1-2,5")
chunkingstringNoChunking strategies (comma-separated: semantic, header, page, recursive)
chunkSizenumberNoMaximum characters per chunk when chunking is enabled
apiKeystringYesPulse API key

Output

ParameterTypeDescription
markdownstringExtracted content in markdown format
page_countnumberNumber of pages in the document
job_idstringUnique job identifier
plan-infoobjectPlan usage information
bounding_boxesjsonBounding box layout information
extraction_urlstringURL for extraction results (for large documents)
htmlstringHTML content if requested
structured_outputjsonStructured output if schema was provided
chunksjsonChunked content if chunking was enabled
figuresjsonExtracted figures if figure extraction was enabled

Notes

  • Category: tools
  • Type: pulse_v2
Pulse