UNPKG

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.

80 lines (79 loc) 2.13 kB
{ "name": "ppu-paddle-ocr", "version": "3.6.0", "description": "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.", "keywords": [ "accurate-ocr", "bun-compatible", "bun-ocr", "computer-vision", "deskew", "document-ai", "document-analysis", "document-processing", "fast-ocr", "image-processing", "image-text-extraction", "image-to-text", "invoice-processing", "javascript-ocr", "lightweight-ocr", "node-ocr", "nodejs-ocr", "ocr", "ocr-engine", "ocr-library", "onnx", "onnx-ocr", "onnxruntime", "optical-character-recognition", "paddle-ocr-node", "paddleocr", "paddlepaddle", "receipt-scanner", "text-detection", "text-extraction", "text-from-image", "text-recognition", "typescript-ocr" ], "author": "snowfluke", "license": "MIT", "type": "module", "main": "./index.js", "types": "./index.d.ts", "scripts": { "task": "bun scripts/task.ts", "build:test": "bun task build && bun test", "build:publish": "bun task build && bun task report-size && bun task publish", "clear-cache": "bun scripts/clear-cache.ts", "lint": "eslint ./src", "lint:fix": "eslint ./src --fix" }, "devDependencies": { "@stylistic/eslint-plugin": "latest", "@types/bun": "latest", "@types/lodash.merge": "^4.6.9", "@types/uglify-js": "latest", "eslint": "latest", "eslint-plugin-jsdoc": "latest", "mitata": "latest", "prettier": "3.6.2", "tsx": "latest", "typescript": "latest", "typescript-eslint": "latest", "uglify-js": ">=2.4.24", "onnxruntime-node": "^1.23.2" }, "repository": { "type": "git", "url": "https://github.com/PT-Perkasa-Pilar-Utama/ppu-paddle-ocr.git" }, "dependencies": { "lodash.merge": "^4.6.2", "ppu-ocv": "^1.7.0" }, "peerDependencies": { "onnxruntime-node": "^1.23.2" } }