# chineseocr_lite **Repository Path**: rocket049/chineseocr_lite ## Basic Information - **Project Name**: chineseocr_lite - **Description**: 超轻量级中文ocr,支持竖排文字识别, 支持ncnn推理 ( dbnet(1.8M) + crnn(2.5M) + anglenet(378KB)) 总模型仅4.7M - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: onnx - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-02-26 - **Last Updated**: 2022-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # chineseocr_lite 的 onnx 推理, 部署简单 ## 原始项目分支(torch推理,ncnn推理等):[master](https://github.com/ouyanghuiyu/chineseocr_lite/tree/master) ## 环境 - python3.6 - linux/macos/windows ## web服务启动 ``` Bash cd chineseocr_lite## 进入chineseocr目录 python backend/main.py ``` ## 以下为从Python代码翻译为各种语言的Demo,仅供参考: * [C++ ncnn Demo](https://github.com/ouyanghuiyu/chineseocr_lite/tree/onnx/pc_projects/OcrLiteOnnxToNcnn) * [C++ onnx Demo](https://github.com/ouyanghuiyu/chineseocr_lite/tree/onnx/pc_projects/OcrLiteOnnx) * [Android ncnn Demo](https://github.com/ouyanghuiyu/chineseocr_lite/tree/onnx/android_projects) * [.Net Demo](https://github.com/ouyanghuiyu/chineseocr_lite/tree/onnx/dotnet_projects) * [Jvm Demo](https://github.com/ouyanghuiyu/chineseocr_lite/tree/onnx/jvm_projects) ## 在线体验(lite版本<模型还在训练中>,支持竖排,空格识别,文字行方向旋转): http://ocr.timeline229.com:8089/ ## 识别结果展示

## 参考 1. TrWebOCR https://github.com/alisen39/TrWebOCR ## QQ群 994929053