paddleocr-js/README.md
English | 简体中文
Official browser OCR SDK and demo for PaddleOCR.
| Path | Role |
|---|---|
packages/core/ | Browser SDK sources; published to npm as @paddleocr/paddleocr-js |
apps/demo/ | Vite demo app that depends on the SDK |
npm install
npm run dev:demo
Other common commands:
npm run build
npm run test
npm run typecheck
npm run check
Workspace-scoped examples:
npm run build --workspace packages/core
npm run build --workspace apps/demo
| Topic | Link |
|---|---|
| Architecture | architecture.md |
| Development | development.md |
| Monorepo conventions | monorepo.md |
| SDK package README | packages/core/README.md |