1.0.3 • Published 10 months ago
droid-sdk v1.0.3
druid-ogold-rn-sdk
Druid is a react native package that enables clients to easily onboard customers and conduct KYC aginst the customers.
The version 0.0.x
has the following feature support:
Feature | Description |
---|---|
Face Liveness Detection | Detects spoof, deepfake and malicious attempt providing instant result. |
AI-Based OCR | Allows automated form filling with OCR |
ID Verification | Compares the image in the ID vs the live face |
Upcoming Planned Features: 0.1.x
Feature | Description |
---|---|
Document ID Check | Checks if the uploaded document is a valid ID (Passport, EmiratesID...) |
Usage
import Widget from "druid-ogold-rn-sdk";
const WidgetContainer = () => {
<View>
<Widget
phone: "987654321"
email: "email@email.com"
clientUuid: "xxx-xxx-xxx",
clientSecret: "xxx-xxx-xxx",
/>
</View>;
};
Demo Application
A demo application showcasing the use of the above package has been documented in this github repository.
Documentation
Please reach out to the package developers for the comprehensive documentation of the package.