scandoc-ai-components 0.0.20 → 0.0.21

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.
Files changed (2) hide show
  1. package/README.md +3 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -50,8 +50,6 @@ An example HTML page integration:
50
50
  SHOULD_RETURN_FACE_IF_DETECTED: true,
51
51
  SHOULD_RETURN_SIGNATURE_IF_DETECTED: true,
52
52
  SKIP_DOCUMENT_SIZE_CHECK: true,
53
- DONT_USE_VALIDATION: true,
54
- CAN_STORE_IMAGES: true,
55
53
  });
56
54
 
57
55
  const extractionVideo = getExtractionVideo(function (data) {
@@ -79,13 +77,10 @@ import "scandoc-ai-components/dist/index"
79
77
  const key = ""; // Use the key provided by our team
80
78
  window.createScanDocAIConfig(key, "test");
81
79
  window.setScanDocAIConfig({
82
- SCAN_APP_URL: "https://api.scandoc.ai/ss/",
83
80
  SHOULD_RETURN_DOCUMENT_IMAGE: true,
84
- SHOULD_RETURN_FACE_IF_DETECTED: true,
85
- SHOULD_RETURN_SIGNATURE_IF_DETECTED: true,
86
- SKIP_DOCUMENT_SIZE_CHECK: true,
87
- DONT_USE_VALIDATION: true,
88
- CAN_STORE_IMAGES: true,
81
+ SHOULD_RETURN_FACE_IF_DETECTED: true,
82
+ SHOULD_RETURN_SIGNATURE_IF_DETECTED: true,
83
+ SKIP_DOCUMENT_SIZE_CHECK: true,
89
84
  });
90
85
 
91
86
  const extractionVideo = window.getExtractionVideo(data=>console.log(data));const extractionVideo = window.getExtractionVideo(data => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "scandoc-ai-components",
3
3
  "author": "ScanDoc-AI",
4
- "version": "0.0.20",
4
+ "version": "0.0.21",
5
5
  "private": false,
6
6
  "description": "Pure JavaScript package for integrating ScanDoc-AI services.",
7
7
  "keywords": [