ppu-paddle-ocr
Version:
Blazing-fast and lightweight PaddleOCR library for Node.js and Bun. Perform accurate text detection, recognition, and image deskew with a simple, modern, and type-safe API. Ideal for document processing, data extraction, and computer vision tasks.
1 lines • 325 B
JavaScript
export{PaddleOcrService}from"./processor/paddle-ocr.service.js";export{DetectionService}from"./processor/detection.service.js";export{RecognitionService}from"./processor/recognition.service.js";export{DEFAULT_DEBUGGING_OPTIONS,DEFAULT_DETECTION_OPTIONS,DEFAULT_PADDLE_OPTIONS,DEFAULT_RECOGNITION_OPTIONS}from"./constants.js";