Files
wehub-resource-sync e904b667c6
Build/Publish Develop Docs / deploy (push) Failing after 1s
PaddleOCR Code Style Check / check-code-style (push) Failing after 1s
PaddleOCR PR Tests GPU / detect-changes (push) Failing after 1s
PaddleOCR PR Tests / detect-changes (push) Failing after 1s
PaddleOCR PR Tests GPU / test-pr-gpu (push) Has been cancelled
PaddleOCR PR Tests / test-pr (push) Has been cancelled
PaddleOCR PR Tests GPU / test-pr-gpu-impl (push) Has been cancelled
PaddleOCR PR Tests / test-pr-python (3.13) (push) Has been cancelled
PaddleOCR PR Tests / test-pr-python (3.8) (push) Has been cancelled
PaddleOCR PR Tests / test-pr-python (3.9) (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 11:59:26 +08:00

74 lines
1.6 KiB
JSON

{
"name": "@paddleocr/paddleocr-js",
"version": "0.4.2",
"description": "Browser-based OCR SDK powered by PaddleOCR, ONNX Runtime Web and OpenCV.js",
"license": "Apache-2.0",
"author": "PaddlePaddle Authors",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/PaddlePaddle/PaddleOCR.git",
"directory": "paddleocr-js/packages/core"
},
"homepage": "https://github.com/PaddlePaddle/PaddleOCR/tree/main/paddleocr-js",
"bugs": {
"url": "https://github.com/PaddlePaddle/PaddleOCR/issues"
},
"publishConfig": {
"access": "public"
},
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.mjs"
}
},
"./viz": {
"import": {
"types": "./dist/viz/index.d.ts",
"default": "./dist/viz.mjs"
}
}
},
"files": [
"dist",
"README.md",
"README_cn.md"
],
"sideEffects": false,
"keywords": [
"ocr",
"paddleocr",
"paddle",
"text-recognition",
"text-detection",
"onnx",
"onnxruntime",
"opencv",
"browser-ocr",
"wasm",
"webgpu",
"deep-learning",
"machine-learning",
"computer-vision"
],
"scripts": {
"build": "vite build",
"typecheck": "tsc --noEmit",
"prepublishOnly": "npm run build"
},
"dependencies": {
"@techstark/opencv-js": "^4.10.0-release.1",
"clipper-lib": "^6.4.2",
"js-yaml": "^4.1.0",
"onnxruntime-web": "^1.22.0"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"typescript": "^5.9.3",
"vite": "^6.4.1",
"vite-plugin-dts": "^1.0.5"
}
}