UNPKG

@gutenye/ocr-react-native

Version:

Guten OCR is a high accurate text detection (OCR) Javascript/Typescript library that runs on Node.js, Browser, React Native and C++. Based on PaddleOCR and ONNX runtime

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