Deepin OCR provides the base character recognition ability on Deepin.
See debian/control
- Make sure you have installed all dependencies.
sudo apt build-dep deepin-ocr
If you need to use the designer plugin, you should also install:
sudo apt install qttools5-dev
- Build:
$ mkdir build
$ cd build
$ cmake ..
$ make
- Install:
$ sudo make install
Any usage issues can ask for help via
We encourage you to report issues and contribute changes
- Contribution guide for developers. (English)
Deepin OCR is licensed under GPL-3.0-or-later.