https://github.com/linuxdeepin/deepin-ocr
https://github.com/linuxdeepin/deepin-ocr
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/linuxdeepin/deepin-ocr
- Owner: linuxdeepin
- License: gpl-3.0
- Created: 2022-05-09T05:13:25.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2026-01-28T02:14:57.000Z (2 months ago)
- Last Synced: 2026-01-28T17:59:01.623Z (2 months ago)
- Language: C++
- Size: 167 MB
- Stars: 32
- Watchers: 1
- Forks: 20
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Deepin OCR
Deepin OCR provides the base character recognition ability on Deepin.
## Dependencies
### Build dependencies
See debian/control
### Build from source code
1. 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
````
2. Build:
````
$ mkdir build
$ cd build
$ cmake ..
$ make
````
3. Install:
````
$ sudo make install
````
## Getting help
Any usage issues can ask for help via
* [Gitter](https://gitter.im/orgs/linuxdeepin/rooms)
* [IRC channel](https://webchat.freenode.net/?channels=deepin)
* [Forum](https://bbs.deepin.org)
* [WiKi](https://wiki.deepin.org/)
## Getting involved
We encourage you to report issues and contribute changes
* [Contribution guide for developers](https://github.com/linuxdeepin/developer-center/wiki/Contribution-Guidelines-for-Developers-en). (English)
## License
Deepin OCR is licensed under [GPL-3.0-or-later](LICENSE).