Scan your Document
š Step 3.1: Scan Your Document
Once the user is redirected to the IdvWebServer with a valid web_session_id, the identity verification begins with Step 1: Document Scan.
šÆ Purpose
The user uploads or captures an identity document. IdvWebServer automatically detects document type and extracts key fields using OCR (Optical Character Recognition).
š§¾ Document Submission Options
The user can submit the identity document through one of the following methods:
-
š· Take a Photo
Opens the deviceās camera. The user aligns the document within the frame and captures an image. -


-
š» Browse from Computer
Uploads a scanned image or file from the userās system (JPEG, PNG, PDF). -

After uploading the front side, the user can:
- ā Confirm to proceed, or
- š Retake/Re-upload the image if unclear.
If the document has a back side, the system prompts the user to:
-
š· Take Back Photo, or
-
š Upload Back Photo
-

Tip: It's recommended to upload both sides for better verification accuracy.
Users can skip the back side by clicking āSkip and Continueā if it's not mandatory.
āļø Backend Behavior
- š”ļø Validates image format and size
- š Performs OCR and identifies document type
- ā
If V3 scan structure is enabled via
sdk.app.settings, extra compliance checks are triggered
šØāš» Developer Notes
- š„ Ensure the browser allows webcam access
- š§ Backend handles all scanning logicāno enterprise API calls are required at this step
- š Supports both front-only and front+back document flows
Updated 9 months ago
