Go to file
wzyforgit 1d17781ee6
fix: 尝试修复CI服务器编译问题 (#6)
进一步固定NCNN的编译参数以尝试解决CI服务器编译问题

Log: 尝试修复CI服务器编译问题
2022-05-30 07:20:36 +00:00
.github/workflows File Sync from linuxdeepin/.github (#1) 2022-05-18 12:29:02 +00:00
.tx fix: 更新ocr翻译 2021-09-09 11:20:59 +08:00
3rdparty feat: 切换后端至PaddleOCR-NCNN,切换工程为CMake 2022-05-10 10:22:11 +08:00
assets feat: 切换后端至PaddleOCR-NCNN,切换工程为CMake 2022-05-10 10:22:11 +08:00
debian feat: 切换后端至PaddleOCR-NCNN,切换工程为CMake 2022-05-10 10:22:11 +08:00
src fix: 修复长条图片无法检测到文本 (#5) 2022-05-27 08:22:58 +00:00
tests feat: 切换后端至PaddleOCR-NCNN,切换工程为CMake 2022-05-10 10:22:11 +08:00
translations feat: 切换后端至PaddleOCR-NCNN,切换工程为CMake 2022-05-10 10:22:11 +08:00
.gitignore feat: 切换后端至PaddleOCR-NCNN,切换工程为CMake 2022-05-10 10:22:11 +08:00
build3rdparty.sh fix: 尝试修复CI服务器编译问题 (#6) 2022-05-30 07:20:36 +00:00
CMakeLists.txt feat: 切换后端至PaddleOCR-NCNN,切换工程为CMake 2022-05-10 10:22:11 +08:00
com.deepin.Ocr.service feat(工程建立): OCR文字识别工程建立 2021-06-10 19:02:46 +08:00
deepin-ocr.desktop chore: desktop 添加NoDisplay 字段 2022-01-21 13:31:36 +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: 切换后端至PaddleOCR-NCNN,切换工程为CMake 2022-05-10 10:22:11 +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](