Image Safe Search — Sensitive Content Detection
Ensure scanned documents and uploaded photos do not contain sensitive or inappropriate content, using configurable policy categories and privacy-preserving processing.
Image Safe Search — Sensitive Content Detection
Prototype page exposes input contracts, processing stages, structured outputs, quality controls, privacy controls, integration points, PoC questions and evidence needed before production acceptance.
Inputs
Processing Pipeline
Validate image type, strip unnecessary metadata and create isolated processing object.
Run multi-label content-safety classification.
Optional detection for image recapture or synthetic/spoof indicators.
Apply policy version to category scores.
Persist labels/scores; retain raw image only per retention policy.
Block unsafe upload, request replacement or send to review depending on policy.
Structured Outputs
| # | Question to provider | Prototype status | Evidence / response expected |
|---|---|---|---|
| 1 | Which content categories can be detected and what is the accuracy for each? | PoC response | Provide per-category precision/recall and validation-set composition. |
| 2 | Is private/on-prem processing available for sensitive images? | PoC response | Provide deployment architecture, data flow and storage behavior. |
| 3 | Can detection thresholds be configured to Finpay policy? | PoC response | Show threshold administration, versioning and change audit. |
| 4 | What image-processing latency and throughput are supported? | PoC response | Provide p50/p95/p99 and concurrent throughput under test conditions. |
Sensitive image handling
Images may include IDs or other personal data; processing must be isolated, encrypted and tightly access-controlled.
Metadata stripping
Remove EXIF or other metadata that is not required for the screening purpose.
Private processing
A private/on-prem route reduces unnecessary exposure of sensitive images to third parties.
No raw-image logging
Operational logs contain identifiers and scores, not full image payloads.
Illustrative structured output
Schema is intentionally explicit to support decision-engine integration, explainability and audit. Values are simulated.
Evidence inspection
Image-safety results are retained as minimized policy evidence with threshold, model version and private-processing metadata.
Open Evidence Center →