feat: image to text

This commit is contained in:
Ibrahima G. Coulibaly
2025-04-03 19:55:29 +00:00
parent 5545f0f344
commit 3b37b67474
9 changed files with 317 additions and 36 deletions

View File

@@ -5,6 +5,7 @@ import { tool as removeBackground } from './remove-background/meta';
import { tool as cropImage } from './crop/meta';
import { tool as changeOpacity } from './change-opacity/meta';
import { tool as createTransparent } from './create-transparent/meta';
import { tool as imageToText } from './image-to-text/meta';
export const imageGenericTools = [
resizeImage,
@@ -13,5 +14,6 @@ export const imageGenericTools = [
cropImage,
changeOpacity,
changeColors,
createTransparent
createTransparent,
imageToText
];