scandoc-ai-components 0.1.2 → 0.1.3

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -12038,7 +12038,7 @@ async function callDocumentExtraction(frontImage, backImage, ignoreBackImage) {
12038
12038
  const response = await fetch(`${cfgValues.SCAN_APP_URL}extraction/`, {
12039
12039
  method: "POST",
12040
12040
  headers: {
12041
- Authorization: await serviceConfig.getAccessToken(false),
12041
+ Authorization: await serviceConfig.getAccessToken(true),
12042
12042
  Accept: "application/json",
12043
12043
  "Content-Type": "application/json"
12044
12044
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "scandoc-ai-components",
3
3
  "author": "ScanDoc-AI",
4
- "version": "0.1.2",
4
+ "version": "0.1.3",
5
5
  "private": false,
6
6
  "description": "Pure JavaScript package for integrating ScanDoc-AI services.",
7
7
  "keywords": [