mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-21 09:36:35 +00:00
fix: ocr
This commit is contained in:
parent
b80e550bcd
commit
aa79b0e861
@ -22,7 +22,7 @@ export class OCRImage extends BaseAction<Payload, any> {
|
|||||||
protected async _handle(payload: Payload) {
|
protected async _handle(payload: Payload) {
|
||||||
const { path, isLocal, errMsg } = (await uri2local(payload.image));
|
const { path, isLocal, errMsg } = (await uri2local(payload.image));
|
||||||
if (errMsg) {
|
if (errMsg) {
|
||||||
throw `OCR ${payload.file}失败,image字段可能格式不正确`;
|
throw `OCR ${payload.image}失败,image字段可能格式不正确`;
|
||||||
}
|
}
|
||||||
if (path) {
|
if (path) {
|
||||||
await checkFileReceived(path, 5000); // 文件不存在QQ会崩溃,需要提前判断
|
await checkFileReceived(path, 5000); // 文件不存在QQ会崩溃,需要提前判断
|
||||||
|
Loading…
x
Reference in New Issue
Block a user