@directus-labs/ai-text-extraction-operation
Advanced tools
Comparing version 1.0.1 to 1.0.2
102
package.json
{ | ||
"name": "@directus-labs/ai-text-extraction-operation", | ||
"description": "Use Clarifai to find and extract text from image files.", | ||
"icon": "extension", | ||
"version": "1.0.1", | ||
"license": "MIT", | ||
"keywords": [ | ||
"directus", | ||
"directus-extension", | ||
"directus-extension-operation" | ||
], | ||
"type": "module", | ||
"files": [ | ||
"dist" | ||
], | ||
"directus:extension": { | ||
"type": "operation", | ||
"path": { | ||
"app": "dist/app.js", | ||
"api": "dist/api.js" | ||
}, | ||
"source": { | ||
"app": "src/app.ts", | ||
"api": "src/api.ts" | ||
}, | ||
"host": "^10.10.0", | ||
"sandbox": { | ||
"enabled": true, | ||
"requestedScopes": { | ||
"log": {}, | ||
"request": { | ||
"methods": [ | ||
"POST" | ||
], | ||
"urls": [ | ||
"https://api.clarifai.com/v2/**" | ||
] | ||
} | ||
} | ||
} | ||
}, | ||
"scripts": { | ||
"build": "directus-extension build", | ||
"dev": "directus-extension build -w --no-minify", | ||
"link": "directus-extension link" | ||
}, | ||
"devDependencies": { | ||
"@directus/extensions-sdk": "11.0.1", | ||
"@types/node": "^20.11.26", | ||
"typescript": "^5.4.2", | ||
"vue": "^3.4.21" | ||
} | ||
"name": "@directus-labs/ai-text-extraction-operation", | ||
"description": "Use Clarifai to find and extract text from image files.", | ||
"icon": "extension", | ||
"version": "1.0.2", | ||
"license": "MIT", | ||
"keywords": [ | ||
"directus", | ||
"directus-extension", | ||
"directus-extension-operation" | ||
], | ||
"type": "module", | ||
"files": [ | ||
"dist" | ||
], | ||
"directus:extension": { | ||
"type": "operation", | ||
"path": { | ||
"app": "dist/app.js", | ||
"api": "dist/api.js" | ||
}, | ||
"source": { | ||
"app": "src/app.ts", | ||
"api": "src/api.ts" | ||
}, | ||
"host": "^10.10.0", | ||
"sandbox": { | ||
"enabled": true, | ||
"requestedScopes": { | ||
"log": {}, | ||
"request": { | ||
"methods": [ | ||
"POST" | ||
], | ||
"urls": [ | ||
"https://api.clarifai.com/v2/**" | ||
] | ||
} | ||
} | ||
} | ||
}, | ||
"scripts": { | ||
"build": "directus-extension build", | ||
"dev": "directus-extension build -w --no-minify", | ||
"link": "directus-extension link" | ||
}, | ||
"devDependencies": { | ||
"@directus/extensions-sdk": "11.0.1", | ||
"@types/node": "^20.11.26", | ||
"typescript": "^5.4.2", | ||
"vue": "^3.4.21" | ||
} | ||
} |
@@ -5,3 +5,3 @@ # AI Text Extraction Operation | ||
![Sample output](https://raw.githubusercontent.com/directus-labs/extension-ai-text-extraction-operation/main/docs/options.png) | ||
![Sample output](https://raw.githubusercontent.com/directus-labs/extensions/main/packages/ai-text-extraction-operation/docs/options.png) | ||
@@ -8,0 +8,0 @@ This operation requires two options to be set - first a personal access token from [Clarifai](https://www.clarifai.com) (you can find this in your personal settings under [Security](https://clarifai.com/settings/security)), and a link to the image file. It will return a JSON object, with all the found text into a single merged string and a list of regions where the texts were found. |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
5619
2