@codemation/core-nodes-ocr 0.2.0 → 0.2.2
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/CHANGELOG.md +7 -0
- package/dist/codemation.plugin.cjs +2 -1
- package/dist/codemation.plugin.cjs.map +1 -1
- package/dist/codemation.plugin.d.cts +6 -0
- package/dist/codemation.plugin.d.ts +6 -0
- package/dist/codemation.plugin.js +2 -1
- package/dist/codemation.plugin.js.map +1 -1
- package/dist/metadata.json +4 -4
- package/package.json +2 -2
- package/dist/index-DoHR1J8T.d.ts +0 -880
- package/dist/index-OvXJkNm1.d.ts +0 -874
- package/dist/runtimeTypes-C6YqmQG-.d.cts +0 -762
package/dist/metadata.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
3
|
"packageName": "@codemation/core-nodes-ocr",
|
|
4
|
-
"packageVersion": "0.2.
|
|
4
|
+
"packageVersion": "0.2.2",
|
|
5
5
|
"description": "Azure AI Content Understanding (OCR) plugin for Codemation — prebuilt document, invoice, and image analyzers.",
|
|
6
6
|
"kind": "nodes",
|
|
7
7
|
"nodes": [
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"credentialRefs": [
|
|
19
19
|
"azureContentUnderstandingCredentialType"
|
|
20
20
|
],
|
|
21
|
-
"sourcePath": "src
|
|
21
|
+
"sourcePath": "src/nodes/analyzeDocumentNode.ts"
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
24
|
"name": "Analyze Image",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"credentialRefs": [
|
|
34
34
|
"azureContentUnderstandingCredentialType"
|
|
35
35
|
],
|
|
36
|
-
"sourcePath": "src
|
|
36
|
+
"sourcePath": "src/nodes/analyzeImageNode.ts"
|
|
37
37
|
},
|
|
38
38
|
{
|
|
39
39
|
"name": "Analyze Invoice",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"credentialRefs": [
|
|
49
49
|
"azureContentUnderstandingCredentialType"
|
|
50
50
|
],
|
|
51
|
-
"sourcePath": "src
|
|
51
|
+
"sourcePath": "src/nodes/analyzeInvoiceNode.ts"
|
|
52
52
|
}
|
|
53
53
|
],
|
|
54
54
|
"credentials": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codemation/core-nodes-ocr",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"description": "Azure AI Content Understanding (OCR) plugin for Codemation — prebuilt document, invoice, and image analyzers.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@azure/ai-content-understanding": "^1.0.0",
|
|
45
45
|
"@azure/core-auth": "^1.10.1",
|
|
46
46
|
"zod": "^4.3.6",
|
|
47
|
-
"@codemation/core": "0.11.
|
|
47
|
+
"@codemation/core": "0.11.1"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@types/node": "^25.3.5",
|