UNPKG

@gutenye/ocr-node

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

5 lines (4 loc) 158 B
import { FileUtilsBase } from '@gutenye/ocr-common'; export declare class FileUtils extends FileUtilsBase { static read(path: string): Promise<string>; }