Skip to content

App Settings

Customize the application display and tools from the App Settings panel, located at the bottom of the sidebar. All settings persist between sessions.

App settings panel

Theme

SettingTypeDefaultDescription
ThemeDropdownDefault DarkChanges the color theme of the application. After selecting a new theme, refresh the page to apply it.

Performance

SettingTypeDefaultDescription
Max workersNumber input (1 — 32)8Maximum number of parallel processes used during batch processing. Higher values process faster but use more CPU and memory.
OCR DPINumber input (72 — 600)300Resolution used when rendering pages for OCR. Higher values improve text recognition accuracy but slow down processing.

Magnifier

SettingTypeDefaultDescription
Enable magnifierCheckboxOnToggles the magnifier lens on the PDF preview. When enabled, hovering over the PDF shows a zoomed-in overlay.
Zoom levelSlider (1.5x — 10.0x)2.0xControls how much the magnifier lens zooms into the document. Higher values show more detail in a smaller area. Only visible when magnifier is enabled.
Magnifier sizeSlider (120px — 800px)400pxDiameter of the magnifier lens in pixels. Larger values give a wider viewing area. Only visible when magnifier is enabled.
Magnifier shapeDropdownCircleShape of the magnifier lens. Options are Circle, Rectangle, and Rectangle (Clamped). Clamped keeps the rectangle within the PDF preview bounds. Only visible when magnifier is enabled.

The magnifier renders a high-resolution version of the PDF page behind the scenes so the zoomed view stays sharp. Hover over any part of the PDF preview to inspect fine details like small text, dollar amounts, or signatures.

Magnifier zooming in on PDF content

Splitter

SettingTypeDefaultDescription
Default processorDropdown (Invoice, Document, Auto)InvoiceSets which processing pipeline the splitter uses by default when sending split documents for processing.
Auto-rotate pagesCheckboxOnDetects and corrects rotated pages when loading PDFs in the splitter.
Auto-exclude blank pagesCheckboxOnAutomatically excludes blank or near-empty pages when loading PDFs in the splitter.
Blank page sensitivitySlider (0.01% — 2.00%)0.30%Controls how aggressively pages are detected as blank. Higher values flag more pages as blank. Only visible when auto-exclude blank pages is enabled.

View Mode

SettingTypeDefaultDescription
Scroll viewCheckboxOffDisplays all documents in a scrollable list instead of one at a time. When disabled, the default 2-column layout is used.
2 columns layoutCheckboxOffArranges document cards side by side in scroll view. Only visible when scroll view is enabled.
Enable OCR embedCheckboxOffEmbeds an invisible OCR text layer into scanned PDFs so they become searchable. Increases processing time.
Data SourceDropdownCurrent ServerSelects which vector database is used for search and chat. Options are Current Server, Old + Current, and Old Server Only. Selecting Old + Current or Old Server Only shows additional controls to download and build the old server index.

LLM Integration

SettingTypeDefaultDescription
Enable LLM forMulti-select pills (Invoice, Document, Splitter)All enabledToggles LLM-assisted processing per module. When enabled, the system uses Gemini to refine matching results. Disable individual modules to fall back to rule-based matching only.
Google API KeyPassword inputEmptyYour Google AI Studio API key for Gemini access. Required for LLM features to work.
Invoice Custom InstructionsText areaEmptyCustom instructions passed to the LLM when matching invoice fields. Use this to guide the model for specific edge cases, e.g. “Prefer matching by street number over entity name.”
Document Custom InstructionsText areaEmptyCustom instructions passed to the LLM when classifying documents. Use this to guide the model for specific edge cases, e.g. “If document has both amendment and consent language, prefer Amendment.”
Splitter Custom InstructionsText areaEmptyCustom instructions passed to the LLM when detecting document boundaries in the splitter. Use this to guide split behavior, e.g. “Exhibits should always be split as separate documents.”