UNPKG

react-native-vision-camera-text-detector

Version:

A React Native Vision Camera plugin for real-time text detection. This package enables seamless integration of on-device OCR by using Google ML Kit on Android and Apple’s Vision Framework on iOS. It provides fast, efficient, and cross-platform text recogn

8 lines 196 B
import { type Frame } from 'react-native-vision-camera'; /** * Scans texts. */ export declare function detectText(frame: Frame): { text: string; } | null; //# sourceMappingURL=index.d.ts.map