Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@directus-labs/ai-alt-text-writer-operation

Package Overview
Dependencies
Maintainers
3
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@directus-labs/ai-alt-text-writer-operation - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

10

package.json

@@ -5,3 +5,3 @@ {

"icon": "extension",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",

@@ -33,4 +33,8 @@ "keywords": [

"request": {
"methods": ["POST"],
"urls": ["https://api.clarifai.com/v2/**"]
"methods": [
"POST"
],
"urls": [
"https://api.clarifai.com/v2/**"
]
}

@@ -37,0 +41,0 @@ }

@@ -5,8 +5,6 @@ # AI Alt Text Writer Operation

![The AI Alt Text Writer operation, showing available options.](docs/options.png)
![The AI Alt Text Writer operation, showing available options](https://raw.githubusercontent.com/directus-labs/extension-ai-alt-text-writer/main/docs/options.png)
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. The operation will return a string containing a text that describes the image.
![Sample output](docs/sample-output.png)
You can use the operation to then save the result to a file description or item, or run further automation on the output.

@@ -48,2 +46,2 @@

Use the AI Alt Text Writer operation, setting the File URL to `https://your-directus-project-url/assets/{{ $last.file_field_name }}`, being sure to provide your specific Directus Project URL and file field name.
Use the AI Alt Text Writer operation, setting the File URL to `https://your-directus-project-url/assets/{{ $last.file_field_name }}`, being sure to provide your specific Directus Project URL and file field name.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc