Skip to content

超轻量级中文ocr,支持竖排文字识别, 支持ncnn推理 , dbnet(1.7M) + crnn(6.3M) + anglenet(1.5M) 总模型仅10M

License

Notifications You must be signed in to change notification settings

hubin858130/chineseocr_lite

 
 

Repository files navigation

chineseocr_lite 的 onnx 推理, 部署简单

原始项目分支(torch推理,ncnn推理等):master

环境

  • python3.6

  • linux/macos/windows

20200820 更新

dbnet + crnn_lite(新版本) ncnn 实现

web服务启动

cd chineseocr_lite## 进入chineseocr目录
python backend/main.py 

在线体验(lite版本<模型还在训练中>,支持竖排,空格识别,文字行方向旋转): http://ocr.timeline229.com:8089/

识别结果展示

参考

  1. TrWebOCR https://github.com/alisen39/TrWebOCR

QQ群

994929053

About

超轻量级中文ocr,支持竖排文字识别, 支持ncnn推理 , dbnet(1.7M) + crnn(6.3M) + anglenet(1.5M) 总模型仅10M

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 85.5%
  • Python 13.9%
  • Other 0.6%