Configuration
| Field | Type | Required | Description |
|---|---|---|---|
| Engine | select | Yes | OCR engine to use: Standard, Vision, or KeyValuePair |
| Precision | select | No | Processing 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
| Engine | Cost per page |
|---|---|
| Standard | 1 credit |
| Vision | 2 credits |
| KeyValuePair | 1 credit + LLM cost |