Skip to content

Latest commit

 

History

History
65 lines (42 loc) · 1.1 KB

README.zh_CN.md

File metadata and controls

65 lines (42 loc) · 1.1 KB

Deepin OCR

Deepint Ocr 提供基础文字识别功能.

您应该首先阅读 [Deepin应用程序规范](\ref doc/Specification).

依赖

编译依赖

编译依赖可以通过查看 debian/control 获取

安装

从源代码构建

  1. 确保已经安装了所有的编译依赖.
sudo apt build-dep deepin-ocr

如果需要使用qtcreator的设计功能,需要安装以下依赖:

sudo apt install qttools5-dev
  1. 构建:
mkdir build
cd build
cmake ..
make
  1. 安装:
sudo make install

用法

命令行执行 deepin-ocr

文档

帮助

任何使用问题都可以通过以下方式寻求帮助:

参与贡献

我们鼓励您报告问题并作出更改

协议

Deepin OCR 遵循协议 GPL-3.0-or-later.