You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://github.com/mosip/biosdk-client/actions/workflows/push-trigger.yml)
This library provides implementation of [IBioAPIV2](https://github.com/mosip/bio-utils/blob/master/kernel-biometrics-api/src/main/java/io/mosip/kernel/biometrics/spi/IBioApiV2.java) that internally connects with Bio-SDK serivces for Bio SDK related functionality. It can be used by ID authentication & ID repo services to perform 1:N match, segmentation, extraction etc.
8
6
9
-
To know more, refer [here](https://https://docs.mosip.io/1.2.0/biometrics/biometric-sdk).
7
+
To know more about Biometric SDK Specification, refer [here](https://docs.mosip.io/1.2.0/id-lifecycle-management/supporting-components/biometrics/biometric-sdk).
10
8
11
-
### License
12
-
This project is licensed under the terms of [Mozilla Public License 2.0](LICENSE).
9
+
To know more about implementation, refer [here](biosdk-client/README.md).
10
+
11
+
## Contribution & Community
12
+
13
+
• To learn how you can contribute code to this application, [click here](https://docs.mosip.io/1.2.0/community/code-contributions).
13
14
15
+
• If you have questions or encounter issues, visit the [MOSIP Community](https://community.mosip.io/) for support.
16
+
17
+
• For any GitHub issues: [Report here](https://github.com/mosip/biosdk-client/issues)
18
+
19
+
20
+
### License
21
+
This project is licensed under the terms of [Mozilla Public License 2.0](LICENSE).
[](https://github.com/mosip/biosdk-client/actions/workflows/push-trigger.yml)
The BioSDK-Client library provides an implementation of [IBioAPIV2](https://github.com/mosip/bio-utils/blob/master/kernel-biometrics-api/src/main/java/io/mosip/kernel/biometrics/spi/IBioApiV2.java), enabling seamless integration with Bio-SDK services for biometric-related functionalities. It supports operations like 1:N matching, segmentation, and extraction, making it a critical component for ID authentication and ID repository services.
7
+
The **BioSDK-Client** library provides an implementation of [IBioApiV2](https://github.com/mosip/bio-utils/blob/master/kernel-biometrics-api/src/main/java/io/mosip/kernel/biometrics/spi/IBioApiV2.java), enabling seamless integration with Bio-SDK services for biometric-related functionalities. It supports operations like 1:N matching, segmentation, and extraction, making it a critical component for ID authentication and ID repository services.
6
8
7
-
It is used by:
9
+
For a complete functional overview and capabilities, refer to the **[official documentation](https://docs.mosip.io/1.2.0/biometrics/biometric-sdk)**.
10
+
11
+
### Used By
12
+
13
+
This library is used by the following MOSIP services:
@@ -99,10 +123,10 @@ There are multiple ways to deploy biosdk-client with mosip-services. According t
99
123
100
124
### Create install script
101
125
102
-
1. Create a bash script file named "install.sh", as shown below:
126
+
1. Create a text script file named "install.sh", as shown below:
103
127
104
-
```sh
105
-
#!/bin/bash
128
+
```text
129
+
#!/bin/text
106
130
107
131
#installs the Bio-SDK
108
132
set -e
@@ -122,12 +146,12 @@ There are multiple ways to deploy biosdk-client with mosip-services. According t
122
146
123
147
1. Place the following files in the same folder:
124
148
125
-
* biosdk-client-x.x.x-jar-with-dependencies.jar
126
-
* install.sh
149
+
* biosdk-client-x.x.x-jar-with-dependencies.jar
150
+
* install.sh
127
151
128
152
2. Create a ZIP file:
129
153
130
-
```bash
154
+
```text
131
155
zip biosdk.zip biosdk-client-x.x.x-jar-with-dependencies.jar install.sh
132
156
```
133
157
@@ -136,12 +160,28 @@ zip biosdk.zip biosdk-client-x.x.x-jar-with-dependencies.jar install.sh
136
160
137
161
For more information on deployment, please refer to [mosip-infra](https://github.com/mosip/mosip-infra) README file.
138
162
139
-
**Note:** Set the mosip_biosdk_service environment variable when running Docker containers that use the biosdk-client.
163
+
**Note:** Set the `mosip_biosdk_service` environment variable when running Docker containers that use the biosdk-client.
140
164
141
165
---
142
166
143
-
## License
167
+
## Documentation
144
168
145
-
This project is licensed under the [MOSIP License](LICENSE).
169
+
To learn more about Bio-SDK Client from a functional perspective and use case scenarios, refer to our main documentation: [Biometric SDK](https://docs.mosip.io/1.2.0/biometrics/biometric-sdk).
146
170
147
171
---
172
+
173
+
## Contribution & Community
174
+
175
+
• To learn how you can contribute code to this application, [click here](https://docs.mosip.io/1.2.0/community/code-contributions).
176
+
177
+
• If you have questions or encounter issues, visit the [MOSIP Community](https://community.mosip.io/) for support.
178
+
179
+
• For any GitHub issues: [Report here](https://github.com/mosip/biosdk-client/issues)
180
+
181
+
---
182
+
183
+
## License
184
+
185
+
This project is licensed under the [Mozilla Public License 2.0](LICENSE).
0 commit comments