@trulioo/docv-capture-web 2.14.4 → 2.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
- package/trulioo-docv-capture-web.js +1 -1
package/README.md
CHANGED
|
@@ -150,7 +150,7 @@ truliooCapture.onFeedbackState(
|
|
|
150
150
|
Note that the above flow is the same for the selfie capture type too.
|
|
151
151
|
|
|
152
152
|
|
|
153
|
-
###
|
|
153
|
+
### Analyzing the captured image result through post capture verify feedback
|
|
154
154
|
|
|
155
155
|
|
|
156
156
|
Once we have the resulting `TruliooCaptureResponse` or `TruliooManualCaptureResponse` image data, we are able to get a post capture feedback by simply calling the `verifyImage` function that is
|