UNPKG

react-native-executorch

Version:

An easy way to run AI models in react native with ExecuTorch

11 lines 216 B
export interface OCRDetection { bbox: OCRBbox[]; text: string; score: number; } export interface OCRBbox { x: number; y: number; } export type OCRLanguage = 'en'; //# sourceMappingURL=ocr.d.ts.map