Settings
The /settings page shows your tenant's metadata and links to the two
policies you can edit yourself: storage and decision thresholds.
Tenant
- Tenant name, slug and plan are read-only. Plan, billing and
feature changes go through
ops@drukverify.com; the contact link on the page goes to the same address.
Storage policy
/settings/storage controls what the platform keeps after a request and
for how long:
| Setting | Effect |
|---|---|
store_results | Keep OCR, fraud and liveness results for result_ttl_days. Off means the response is the only copy. |
store_source_images | Keep the uploaded document images, and for CIDs the automatic card crops used for side matching, for source_image_ttl_days. Images are only kept when results are kept too. |
store_liveness_frames | Keep the frames submitted to liveness checks for liveness_frames_ttl_days. |
Test-mode data is short-lived regardless of these values.
Decision thresholds
/settings/thresholds lists the decision variables your tenant may tune,
grouped by feature. Each variable shows the platform default, the range you
may set, and your tenant's current override; clearing an override goes
back to the platform default. Variables that ops keep platform-only do not
appear here.
The tenant-editable variables today:
| Group | Variable | Default | Range |
|---|---|---|---|
| Liveness | liveness_anti_spoof_threshold | 0.4 | 0.35 to 0.9 |
| Fraud | fraud_overall_threshold | 0.55 | 0.4 to 0.8 |
| Face | face_match_threshold | 0.45 | 0.35 to 0.75 |
| Face | face_dedupe_threshold | 0.55 | 0.4 to 0.9 |
| OCR | ocr_min_long_side / ocr_min_short_side | 550 / 350 px | 450 to 800 / 300 to 500 |
| OCR | ocr_min_chroma | 5 | 0 to 7 (0 turns the black-and-white check off). Measured on the most colourful half-percent of pixels, so a card on white paper is judged on the card, not the paper. |
| OCR | ocr_cid_ghost_min_cosine / ocr_side_binding_min_cosine | 0.42 | 0.35 to 0.6 |
| OCR | ocr_portrait_ghost_min_cosine | 0.35 | 0.25 to 0.5 |
| OCR | ocr_ghost_min_face_px / ocr_ghost_min_det_score | 60 px / 0.6 | 40 to 100 / 0.4 to 0.8 |
| OCR | ocr_accept_unbound_sides | off | on/off |
| OCR | ocr_cid_card_crop | on | on/off |
Each variable's description on the page says which direction is stricter. Every change is recorded with who made it and when; admins see the change history on the same page. Changes take effect on the next request; there is nothing to redeploy.