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.
- package/dist/index.js +1 -1
- 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(
|
|
12041
|
+
Authorization: await serviceConfig.getAccessToken(true),
|
|
12042
12042
|
Accept: "application/json",
|
|
12043
12043
|
"Content-Type": "application/json"
|
|
12044
12044
|
},
|