ppu-paddle-ocr
Version:
A lightweight, type safe, PaddleOCR implementation in Bun/Node.js for text detection and recognition in JavaScript environments.
60 lines (59 loc) • 1.55 kB
JSON
{
"name": "ppu-paddle-ocr",
"version": "2.1.0",
"description": "A lightweight, type safe, PaddleOCR implementation in Bun/Node.js for text detection and recognition in JavaScript environments.",
"keywords": [
"paddleocr",
"ocr",
"optical-character-recognition",
"text-detection",
"text-recognition",
"onnx",
"onnxruntime",
"node-ocr",
"computer-vision",
"image-processing",
"document-processing",
"bun-compatible",
"lightweight-ocr",
"javascript-ocr",
"typescript-ocr",
"paddlepaddle",
"image-text-extraction",
"document-analysis",
"document-ai",
"text-extraction"
],
"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",
"lint": "eslint ./src",
"lint:fix": "eslint ./src --fix"
},
"devDependencies": {
"@stylistic/eslint-plugin": "latest",
"@types/bun": "latest",
"@types/uglify-js": "latest",
"eslint": "latest",
"eslint-plugin-jsdoc": "latest",
"mitata": "latest",
"tsx": "latest",
"typescript": "latest",
"typescript-eslint": "latest",
"uglify-js": ">=2.4.24"
},
"repository": {
"type": "git",
"url": "https://github.com/PT-Perkasa-Pilar-Utama/ppu-paddle-ocr.git"
},
"dependencies": {
"onnxruntime-node": "^1.21.1",
"ppu-ocv": "^1.2.3"
}
}