Skip to main content
Address Extraction uses OCR and AI to automatically extract structured address fields from proof-of-address (PoA) documents, cross-reference the name against the identity document, and check document recency.

Supported Documents

How It Works

1

Upload PoA document

The user uploads a proof-of-address document through the hosted flow or via POST /v1/sessions/{id}/address-proof.
2

OCR extraction

AI extracts the full name, address components, document date, and issuer from the document.
3

Name cross-reference

The extracted name is compared against the name on the identity document to verify they belong to the same person.
4

Recency check

The document date is checked against the configured maximum age (default: 90 days).

Extracted Fields

Configuration

Set address verification requirements when creating a session:

API Response

Address extraction data is included in the session detail response:

Response Fields

Address extraction accuracy depends on document quality. Blurry, low-resolution, or partially cropped documents may produce incomplete results.
Use the name_match_threshold setting to adjust sensitivity. A lower threshold (e.g., 0.7) is more forgiving of name variations like abbreviations and middle names.