UNPKG

ppu-paddle-ocr

Version:

A lightweight, type safe, PaddleOCR implementation in Bun/Node.js for text detection and recognition in JavaScript environments.

1 lines 430 B
export{PaddleOcrService}from"./processor/paddle-ocr.service";export{DetectionService}from"./processor/detection.service";export{RecognitionService}from"./processor/recognition.service";export{DEFAULT_CHARACTERS_DICTIONARY_PATH,DEFAULT_DEBUGGING_OPTIONS,DEFAULT_DETECTION_MODEL_PATH,DEFAULT_DETECTION_OPTIONS,DEFAULT_MODEL_OPTIONS,DEFAULT_PADDLE_OPTIONS,DEFAULT_RECOGNITION_MODEL_PATH,DEFAULT_RECOGNITION_OPTIONS}from"./constants";