mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-21 06:59:33 +02:00
feat: image to text
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
Reference in New Issue
Block a user