Deepin Scanner is a document scanning tool for Deepin OS, supporting both scanner devices and webcams. It can save scanned documents in multiple formats including PDF, JPEG, PNG, and TIFF.
- Support for scanner devices via SANE backend
- Support for webcam capture
- Multiple output formats: PDF, JPEG, PNG, TIFF
- Real-time preview
- Adjustable scan settings (resolution, color mode)
- Clean and intuitive Deepin-style UI
- Qt5/Qt6 Core, Gui, Widgets
- DTK Widget, Gui, Core
- SANE (Scanner Access Now Easy)
- libtiff, libjpeg, libpng
- CMake 3.15+
- Qt5/Qt6 development packages
- DTK development packages
- libsane-dev
- libtiff-dev, libjpeg-dev, libpng-dev
sudo apt install deepin-scanner
mkdir build
cd build
cmake ..
make
sudo make install
We encourage you to report issues and contribute changes
- Contribution guide for developers. (English)
- 开发者代码贡献指南 (中文)
deepin-scanner is licensed under GPL-3.0-or-later.