@regulaforensics/vp-frontend-document-components 7.5.1905-rc → 7.5.1908-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 +2 -0
- package/dist/main.iife.js +36 -36
- package/dist/main.js +10753 -10715
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1233,6 +1233,8 @@ See the following table with localized labels, used in the components.
|
|
|
1233
1233
|
| **fromFilesDesktop** | Pick a document from the files and upload it | `document-reader` |
|
|
1234
1234
|
| **fromMobileDesktop** | Use your mobile camera to capture a document | `document-reader` |
|
|
1235
1235
|
| **fromGalleryMobile** | Pick a document from the gallery and upload it | `document-reader` |
|
|
1236
|
+
| **returnToComputer** | Return to the computer | `document-reader` |
|
|
1237
|
+
| **documentCaptured** | Your document has been captured | `document-reader` |
|
|
1236
1238
|
|
|
1237
1239
|
## Document Reader Processor
|
|
1238
1240
|
|