增加 khhao 平台
This commit is contained in:
@@ -11,6 +11,10 @@ export async function recognizeTencentCaptcha(payload) {
|
||||
return callOcrRequest('recognize', payload)
|
||||
}
|
||||
|
||||
export async function recognizeImageCaptcha(payload) {
|
||||
return callOcrRequest('recognize', payload)
|
||||
}
|
||||
|
||||
export async function batchRecognizeTencentCaptcha(payload) {
|
||||
return callOcrRequest('batch', payload, { timeoutMs: 180_000 })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user