718c41634f
1.项目后端整体迁移至PaddleOCR-NCNN算法,已通过基本的兼容性测试 2.工程改为使用CMake组织,后续为了更好地兼容第三方库,不再提供QMake工程 3.重整权利声明文件,重整代码工程,确保最小化侵权风险 Log: 切换后端至PaddleOCR-NCNN,切换工程为CMake Change-Id: I4d5d2c5d37505a4a24b389b1a4c5d12f17bfa38c |
||
---|---|---|
.tx | ||
3rdparty | ||
assets | ||
debian | ||
src | ||
tests | ||
translations | ||
.gitignore | ||
build3rdparty.sh | ||
CMakeLists.txt | ||
com.deepin.Ocr.service | ||
deepin-ocr.desktop | ||
LICENSE | ||
README.md | ||
resource.qrc |
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
- 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
- Build:
$ cd deepin-album
$ mkdir Build
$ cd Build
$ cmake ..
$ make
- 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
- Contribution guide for developers (English)
- 开发者代码贡献指南 (中文)
License
deepin-ocr is licensed under [GPLv3](