export interface IOcrService { doOcrFromImage(opts: { image: string; }): Promise<{ texts: string[]; }>; } //# sourceMappingURL=ocr-api.d.ts.map