Skip to content

GXDE OCR provides the base character recognition ability on GXDE. Based on Durian OCR

License

Notifications You must be signed in to change notification settings

GXDE-OS/gxde-ocr

 
 

Repository files navigation

gxde-ocr

GXDE OCR provides the base character recognition ability on GXDE.
Based on Durian OCR

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 gxde-ocr
  1. Build:
$ cd gxde-ocr
$ mkdir Build
$ cd Build
$ cmake ..
$ make
  1. Install:
$ sudo make install

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

Usage

Execute gxde-ocr

Documentations

Getting help

Getting involved

We encourage you to report issues and contribute changes

License

gxde-ocr is licensed under [GPLv3](

About

GXDE OCR provides the base character recognition ability on GXDE. Based on Durian OCR

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 93.2%
  • CMake 4.5%
  • Shell 2.2%
  • Python 0.1%