@directus-labs/ai-alt-text-writer-operation
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -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. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4990
46