Instead of configuringDocumentation Index
Fetch the complete documentation index at: https://docs.unsiloed.ai/llms.txt
Use this file to discover all available pages before exploring further.
ocr_engine, segment_processing, agentic_ocr, and merge_tables individually, you can apply a preset mode that bundles a recommended combination of all four. The parser ships with three:
Fast
Optimized for speed. Best for standard documents with clean text and simple tables.
Accurate
Balanced accuracy and performance. Best for complex layouts and detailed tables.
Agentic
Maximum accuracy with per-segment re-OCR. Best for critical documents requiring the highest fidelity.
Mode Parameters
Each mode is shorthand for a specific set of parameters. To use a mode, pass the values from its column in your/parse request.
| Parameter | Fast | Accurate | Agentic |
|---|---|---|---|
ocr_engine | UnsiloedBeta | UnsiloedBeta | UnsiloedBeta |
segment_processing.Table.html | VLM | VLM | VLM |
segment_processing.Table.model_id | astra_v2 | astra_v3 | astra_v3 |
agentic_ocr | null | null | advanced |
merge_tables | false | true | false |
Modes are preset configurations. You can override any individual parameter after applying one. See the Parse API reference for the full parameter list.

