feat(ImageToText): add ImageToText task support
This commit is contained in:
@ -46,6 +46,15 @@ export type tasks = {
|
||||
validate: string,
|
||||
seccode: string
|
||||
}
|
||||
},
|
||||
ImageToText: {
|
||||
params: {
|
||||
image: string,
|
||||
type?: string,
|
||||
},
|
||||
result: {
|
||||
result: string
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user