Back to Paddleocr

PaddleOCR.js

paddleocr-js/README.md

3.5.01.2 KB
Original Source

PaddleOCR.js

English | 简体中文

Official browser OCR SDK and demo for PaddleOCR.

Project structure

PathRole
packages/core/Browser SDK sources; published to npm as @paddleocr/paddleocr-js
apps/demo/Vite demo app that depends on the SDK

Local development and demo

bash
npm install
npm run dev:demo

Other common commands:

bash
npm run build
npm run test
npm run typecheck
npm run check

Workspace-scoped examples:

bash
npm run build --workspace packages/core
npm run build --workspace apps/demo

Documentation

TopicLink
Architecturearchitecture.md
Developmentdevelopment.md
Monorepo conventionsmonorepo.md
SDK package READMEpackages/core/README.md

Acknowledgements