Commit 6aebc3f9 authored by Javohir Savriy's avatar Javohir Savriy
Browse files

Update README.md

parent 89970f75
...@@ -47,9 +47,13 @@ repositories { ...@@ -47,9 +47,13 @@ repositories {
} }
``` ```
#### Step 2: Add the Dependency Here’s a clean and concise documentation section based on your instructions:
Next, add the SDK dependency to the dependencies block: ---
### Step 2: Add the Dependency
Add the required SDK dependency to your `build.gradle`:
```gradle ```gradle
dependencies { dependencies {
...@@ -57,7 +61,16 @@ dependencies { ...@@ -57,7 +61,16 @@ dependencies {
} }
``` ```
After synchronization, You should be able to access to SDK classes from your source code. If you are using **VideoIdentification** entry mode, also include:
```gradle
dependencies {
implementation("uz.myid.sdk.capture:myid-video-capture-sdk:2.4.1")
}
```
After syncing your project, you can access all SDK classes in your source code.
### 1.3 Permissions ### 1.3 Permissions
...@@ -169,7 +182,7 @@ the SDK requires the input of passport data and date of birth for user identific ...@@ -169,7 +182,7 @@ the SDK requires the input of passport data and date of birth for user identific
**Note 1.5.** `MyIdEntryType` contains **Identification**, **VideoIdentification** and **FaceDetection** types. **Note 1.5.** `MyIdEntryType` contains **Identification**, **VideoIdentification** and **FaceDetection** types.
- **Identification** is used to identify the user through the MyID services. - **Identification** is used to identify the user through the MyID services.
- **VideoIdentification** is used to identify the user through the MyID services. - **VideoIdentification** is used to identify the user through the MyID services. Requires the `myid-video-capture-sdk` dependency.
- **FaceDetection** is used to detect a face and returns a picture (bitmap). - **FaceDetection** is used to detect a face and returns a picture (bitmap).
**Note 1.6.** `MyIdCameraShape` contains **[Circle](images/screen03.jpg)** **Note 1.6.** `MyIdCameraShape` contains **[Circle](images/screen03.jpg)**
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment