import type { OcrOptions, TextLine } from './types'; export declare class Ocr { static create(options: OcrOptions): Promise; detect(rawImagePath: string): Promise; } //# sourceMappingURL=Ocr.d.ts.map