Inbound.

Settings — Extraction strategy

Order the providers Inbound should try, top to bottom. For each column, the first provider whose confidence beats its threshold wins; later providers can still fill columns that earlier ones missed. Toggle a provider off to skip it entirely.

    Examples:
    • Pure rules: rules only.
    • Rules → CRF: deterministic floor, CRF fills gaps.
    • Rules → CRF → BGE-small: add semantic retrieval for hard cases (needs sentence-transformers).
    • Rules → CRF → Claude: send only the un-confident leftovers to Claude.
    • Claude only: disable everything else, set Claude min-confidence to 0.