mirror of
https://github.com/PaddlePaddle/PaddleOCR.git
synced 2025-06-03 21:53:39 +08:00
* docs: Add a new document site * docs: Update comment setting * chore(pre-commit): Remove rules of md and remove the size limits of 512kb * chore(format): Run pre-commit in local * ci(document): Change the default name of building document site. * chore: Update .pre-commit-config.yaml
1.5 KiB
1.5 KiB
typora-copy-images-to, comments
typora-copy-images-to | comments |
---|---|
images | true |
Paddle.js 网页前端部署
Paddle.js 是百度 PaddlePaddle 的 web 方向子项目,是一个运行在浏览器中的开源深度学习框架。Paddle.js 可以加载提前训练好的 paddle 模型,通过 Paddle.js 的模型转换工具 paddlejs-converter 变成浏览器友好的模型进行在线推理预测使用。目前,Paddle.js 可以在支持 WebGL/WebGPU/WebAssembly 的浏览器中运行,也可以在百度小程序和微信小程序环境下运行。
Web Demo使用
在浏览器中直接运行官方OCR demo参考教程
demo名称 | web demo目录 | 可视化 |
---|---|---|
PP-OCRv3 | TextDetection、TextRecognition | ![]() |
微信小程序Demo使用
在微信小程序运行官方demo参考教程
名称 | 目录 |
---|---|
OCR文本检测 | ocrdetecXcx |
OCR文本识别 | ocrXcx |
- 效果: