@regulaforensics/vp-frontend-face-components 6.3.1393-nightly → 6.3.1394-nightly

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 CHANGED
@@ -209,7 +209,7 @@ Here are all the available settings:
209
209
  | `holdStillDuration` | For the Capture screen, sets the duration that the user needs to stand straight and look in the camera. | `number` | `undefined` | seconds | `face-capture` |
210
210
  | `timeoutInterval` | Timeout for the Capture screen. | `number` | `undefined` | seconds | `face-capture` |
211
211
  | `livenessType` | You can choose a scenario for the liveness assessment. `0` - active liveness, full process that requires head rotation; `1` - passive liveness, a person is asked to only take a selfie, no head rotation required. | `number` | `0` | `0`, `1` | `face-liveness` |
212
- | `workerPath` | The URL with path to your worker file. | `string` | `unique regula wasm url` | your URL to worker or `'self'` | `face-liveness`, `face-capture` |
212
+ | `workerPath` | The URL with path to your worker file. | `string` | `unique regula wasm url` | your URL to worker | `face-liveness`, `face-capture` |
213
213
 
214
214
  ## Customization
215
215
 
@@ -661,6 +661,7 @@ The list of labels used in the component:
661
661
  | **cameraLevel** | Camera at eye level. | `face-liveness`, `face-capture` |
662
662
  | **noAccessories** | No accessories: glasses, mask, hat, etc. | `face-liveness`, `face-capture` |
663
663
  | **getReady** | Get ready | `face-liveness`, `face-capture` |
664
+ | **removeOcclusion** | Remove items covering your face | `face-liveness`, `face-capture` |
664
665
 
665
666
  ## Package Resources
666
667