mirror of
https://github.com/certd/certd.git
synced 2026-04-23 11:37:23 +08:00
chore: 新网dns完善
This commit is contained in:
@@ -0,0 +1 @@
|
||||
export * from "./ocr-api.js";
|
||||
@@ -0,0 +1,3 @@
|
||||
export interface IOcrService {
|
||||
doOcrFromImage(opts: { image: string }): Promise<{ texts: string[] }>;
|
||||
}
|
||||
Reference in New Issue
Block a user