Go to file
ut000593 3ed93d0480 chore(CI): amd内存泄露修改
Description: 单元测试内存泄露问题修改

Log: 内存释放错误
Change-Id: Ib5a86ea12a21b044e4d4ee9f8d81ac403a32d156
2021-12-21 14:47:36 +08:00
.tx fix: 更新ocr翻译 2021-09-09 11:20:59 +08:00
3rdparty test: 增加ocr接口的单元测试 2021-06-28 21:17:18 +08:00
assets fix(ocr文字识别): docker栏上的应用名称显示错误 2021-06-30 17:13:36 +08:00
debian feat(删除多余文件): 删除多余文件 2021-06-29 17:39:57 +08:00
src chore(CI): amd内存泄露修改 2021-12-21 14:47:36 +08:00
tests chore(CI): amd内存泄露修改 2021-12-21 14:47:36 +08:00
translations feat(多语言支持): 更新翻译问题 2021-11-23 13:59:55 +08:00
.gitignore fix: 增加中文翻译,并调整中文布局 2021-06-28 14:38:32 +08:00
CMakeLists.txt chore(单元测试): 单元测试编译配置 2021-12-01 16:31:24 +08:00
com.deepin.Ocr.service feat(工程建立): OCR文字识别工程建立 2021-06-10 19:02:46 +08:00
deepin-ocr.desktop fix(ocr文字识别): docker栏上的应用名称显示错误 2021-06-30 17:13:36 +08:00
deepin-ocr.pro feat(安全漏洞): 安全加固 2021-11-26 10:16:31 +08:00
LICENSE feat: 初始化仓库 2021-06-10 17:34:45 +08:00
README.md feat(工程建立): OCR文字识别工程建立 2021-06-10 19:02:46 +08:00
resource.qrc feat(工程建立): OCR文字识别工程建立 2021-06-10 19:02:46 +08:00
translations.pri fix: 修改打包方式变为cmake打包 2021-06-29 14:06:52 +08:00

deepin-ocr

Deepin ocr is a .

Dependencies

Build dependencies

The master branch is current development branch, build dependencies may changes without update README.md, refer to ./debian/control for a working build depends list

  • pkg-config
  • libdtkwidget-dev
  • Qt5(>=5.6) with modules:
    • qt5-default
    • qt5-qmake
    • qtbase5-dev

Installation

Build from source code

  1. Make sure you have installed all dependencies.

Package name may be different between distros, if dde-file-manager is available from your distro, check the packaging script delivered from your distro is a better idea.

Assume you are using Deepin or other debian-based distro which got dde-file-manager delivered:

$ apt build-dep deepin-ocr
  1. Build:
$ cd deepin-album
$ mkdir Build
$ cd Build
$ cmake ..
$ make
  1. Install:
$ sudo make install

The executable binary file could be found at /usr/bin/deepin-ocr

Usage

Execute deepin-ocr

Documentations

Getting help

Getting involved

We encourage you to report issues and contribute changes

License

deepin-ocr is licensed under [GPLv3](