Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: add Javascript library #12038

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ PaddleOCR旨在打造一套丰富、领先、且实用的OCR工具库,助力

- 一行命令快速使用:[快速开始(中英文/多语言/文档分析)](./doc/doc_ch/quickstart.md)
- 移动端demo体验:[安装包DEMO下载地址](https://ai.baidu.com/easyedge/app/openSource?from=paddlelite)(基于EasyEdge和Paddle-Lite, 支持iOS和Android系统)
- Javascript SDK: [@gutenye/ocr](https://github.com/gutenye/ocr)(基于ONNX Runtime, 支持Node.js, Browser和React Native)

<a name="技术交流合作"></a>
## 📖 技术交流合作
Expand Down
1 change: 1 addition & 0 deletions README_ch.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ PaddleOCR旨在打造一套丰富、领先、且实用的OCR工具库,助力
- 在线网站体验:超轻量PP-OCR mobile模型体验地址:https://www.paddlepaddle.org.cn/hub/scene/ocr
- 移动端demo体验:[安装包DEMO下载地址](https://ai.baidu.com/easyedge/app/openSource?from=paddlelite)(基于EasyEdge和Paddle-Lite, 支持iOS和Android系统)
- 一行命令快速使用:[快速开始(中英文/多语言/文档分析)](./doc/doc_ch/quickstart.md)
- Javascript SDK: [@gutenye/ocr](https://github.com/gutenye/ocr)(基于ONNX Runtime, 支持Node.js, Browser和React Native)

<a name="电子书"></a>
## 📚《动手学OCR》电子书
Expand Down
2 changes: 2 additions & 0 deletions README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ PaddleOCR support a variety of cutting-edge algorithms related to OCR, and devel
- PP-OCRv4:https://aistudio.baidu.com/aistudio/modelsdetail?modelId=286
- PP-ChatOCR:https://aistudio.baidu.com/aistudio/modelsdetail?modelId=332
- Mobile demo experience:[Installation DEMO](https://ai.baidu.com/easyedge/app/openSource?from=paddlelite)(Based on EasyEdge and Paddle-Lite, support iOS and Android systems)
- Javascript SDK: [@gutenye/ocr](https://github.com/gutenye/ocr)(Based on ONNX Runtime, support Node.js, Browser and React Native)


<a name="Technical exchange and cooperation"></a>

Expand Down