@regulaforensics/vp-frontend-document-components 7.3.1797 → 7.3.1800-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
@@ -41,8 +41,8 @@ The Document Reader Web Components let you add document verification to your web
41
41
  * Capture a document from the device's camera
42
42
  * Process an uploaded image
43
43
  * Crop the image by document boundaries
44
- * Detect the presence of a machine-readable zone (MRZ)
45
- * Recognize and return the values of MRZ text fields
44
+ * Detect the presence of a machine-readable zone (MRZ), recognize it, and parse into text text fields
45
+ * Read barcodes, and parse them into text fields
46
46
 
47
47
  The Document Reader Web Components package contains:
48
48
 
@@ -1409,8 +1409,7 @@ By default, these files are downloaded from Regula servers, but you can set your
1409
1409
 
1410
1410
  **1.** To download these files from our server to local machine, you can get the link in the `window.RegulaDocumentSDK.workerPath` field.
1411
1411
 
1412
- **2.** Then, in the `ProcMgr.worker.js` file, use the search to find `https://wasm.regulaforensics.com` and replace the full link with your custom URL.
1413
- Upload all three files (`ProcMgr.worker.js`, `ProcMgr.wasm`, `ProcMgr.data`) to the location you specified. Also, change the address in `windows.RegulaDocumentSDK`.
1412
+ **2.** Upload all three files (`ProcMgr.worker.js`, `ProcMgr.wasm`, `ProcMgr.data`) to the location you specified. Also, change the address in `windows.RegulaDocumentSDK`.
1414
1413
 
1415
1414
  For Predefined UI Components:
1416
1415