feat(ImageToText): add ImageToText task support
This commit is contained in:
parent
881c82bd12
commit
de61055967
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "sati",
|
"name": "sati",
|
||||||
"version": "0.3.2",
|
"version": "0.3.3",
|
||||||
"description": "next generation anti-captcha",
|
"description": "next generation anti-captcha",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -46,6 +46,15 @@ export type tasks = {
|
|||||||
validate: string,
|
validate: string,
|
||||||
seccode: string
|
seccode: string
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
ImageToText: {
|
||||||
|
params: {
|
||||||
|
image: string,
|
||||||
|
type?: string,
|
||||||
|
},
|
||||||
|
result: {
|
||||||
|
result: string
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user