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
1.3 KiB
1.3 KiB
PaddleOCR.js
English | 简体中文
PaddleOCR 官方浏览器 OCR SDK 与演示应用。
项目结构
| 路径 | 作用 |
|---|---|
packages/core/ |
浏览器 SDK 源码;发布到 npm 时的包名为 @paddleocr/paddleocr-js |
apps/demo/ |
依赖该 SDK 的 Vite 演示应用 |
本地开发与演示
npm install
npm run dev:demo
其他常用命令:
npm run build
npm run test
npm run typecheck
npm run check
按 workspace 作用域:
npm run build --workspace packages/core
npm run build --workspace apps/demo
文档
| 说明 | 链接 |
|---|---|
| 架构说明 | architecture_cn.md |
| 开发指南 | development_cn.md |
| Monorepo 约定 | monorepo_cn.md |
| SDK 包 README | packages/core/README_cn.md |
致谢
- ONNX Runtime Web:提供浏览器端 ONNX 推理能力
- OpenCV.js:提供浏览器端图像处理能力