mirror of
https://github.com/certd/certd.git
synced 2026-06-21 09:17:31 +08:00
chore: 新网dns完善
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
export interface IOcrService {
|
||||
doOcrFromImage(opts: { image: string }): Promise<{ texts: string[] }>;
|
||||
}
|
||||
Reference in New Issue
Block a user