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

7 lines (6 loc) 230 B
import BaseOcr, { type ModelCreateOptions } from '@gutenye/ocr-common'; declare class Ocr extends BaseOcr { static create(options?: ModelCreateOptions): Promise<any>; } export * from '@gutenye/ocr-common'; export default Ocr;