UNPKG

ppu-paddle-ocr

Version:

Lightweight, probably the fastest PaddleOCR SDK in TypeScript. Runs anywhere JavaScript runs: Node.js, Bun, Deno, mobile react-native, web browsers, and browser extensions. Docker & CLI supported. The official SDK is browser-only. Accurate text detection

1 lines 307 B
import{BaseDetectionService}from"../core/base-detection.service.js";import{NodePlatformProvider}from"./platform.node.js";export class DetectionService extends BaseDetectionService{constructor(session,options={},debugging={},engine="opencv"){super(new NodePlatformProvider,session,options,debugging,engine)}}