Skip to main content
The parse node extracts raw text from documents using optical character recognition (OCR). It does not interpret the content. It converts document pages into plain text that downstream nodes can process. Use parse before extract when you need more control over the text extraction step, or when you want to route based on document content.

Configuration

FieldTypeRequiredDescription
EngineselectYesOCR engine to use: Standard, Vision, or KeyValuePair
PrecisionselectNoProcessing precision: Fast, Standard, or Advanced

Engines

  • Standard: Traditional OCR. Best for clean, typed documents. 1 credit per page.
  • Vision: AI-powered vision model. Handles handwriting, complex layouts, and low-quality scans. 2 credits per page.
  • KeyValuePair: Extracts text as key-value pairs using layout analysis. 1 credit per page + LLM processing cost.

Inputs and outputs

Allowed inputs: Trigger nodes only (upload trigger, email trigger, HTTP trigger). Output: Raw text content extracted from the document.

Credit cost

EngineCost per page
Standard1 credit
Vision2 credits
KeyValuePair1 credit + LLM cost