Go to file
liuminghang 7a2b905bc6 fix: 增加粘贴的右键菜单和适配设置的风格变更
Description: 增加粘贴的右键菜单和适配设置的风格变更

Log: 增加粘贴的右键菜单和适配设置的风格变更
Change-Id: Ibf3c9ba853bf5c8b33f630690d9902c95fd9eafe
2021-06-25 15:25:42 +08:00
3rdparty/tesseract_ocr feat: 集成Tesseract源码到项目中 2021-06-23 09:54:36 +08:00
assets feat: 删除设置识别语言包路径接口 2021-06-15 14:27:19 +08:00
debian feat: 集成Tesseract源码到项目中 2021-06-23 09:54:36 +08:00
src fix: 增加粘贴的右键菜单和适配设置的风格变更 2021-06-25 15:25:42 +08:00
tests feat: 增加单元测试框架 2021-06-17 16:44:04 +08:00
translations feat: 更新翻译文件 2021-06-16 18:05:42 +08:00
CMakeLists.txt feat: 集成Tesseract源码到项目中 2021-06-23 09:54:36 +08:00
com.deepin.Ocr.service feat(工程建立): OCR文字识别工程建立 2021-06-10 19:02:46 +08:00
deepin-ocr.pro feat: 集成Tesseract源码到项目中 2021-06-23 09:54:36 +08:00
LICENSE feat: 初始化仓库 2021-06-10 17:34:45 +08:00
Makefile feat(工程建立): OCR文字识别工程建立 2021-06-10 19:02:46 +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 feat(工程建立): OCR文字识别工程建立 2021-06-10 19:02:46 +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](