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

7 lines 234 B
import type { TurboModule } from 'react-native'; export interface Spec extends TurboModule { ocr(imagePath: string): Promise<string>; } declare const _default: Spec; export default _default; //# sourceMappingURL=NativeOcr.d.ts.map