Go to file
zhaoyuzhen@kylinos.cn a2fd041246 fix(编译错误): log和系统里文件名重复导致的编译错误 2022-07-20 17:05:14 +08:00
codec Import Upstream version 3.2.0.4 2022-06-22 18:44:03 +08:00
data fix(bug修复): wayland适配——双标题栏;窗口居中;修复bug同步 2022-07-19 08:46:59 +08:00
debian fix(编译错误): log和系统里文件名重复导致的编译错误 2022-07-20 17:05:14 +08:00
docs Import Upstream version 3.2.0.4 2022-06-22 18:44:03 +08:00
kabase fix(编译错误): log和系统里文件名重复导致的编译错误 2022-07-20 17:05:14 +08:00
man Import Upstream version 3.2.0.4 2022-06-22 18:44:03 +08:00
src fix(编译错误): log和系统里文件名重复导致的编译错误 2022-07-20 17:05:14 +08:00
translations fix(bug修复): wayland适配——双标题栏;窗口居中;修复bug同步 2022-07-19 08:46:59 +08:00
AUTHORS Import Upstream version 3.2.0.4 2022-06-22 18:44:03 +08:00
COPYING Import Upstream version 3.2.0.4 2022-06-22 18:44:03 +08:00
Doxyfile Import Upstream version 3.2.0.4 2022-06-22 18:44:03 +08:00
NEWS Import Upstream version 3.2.0.4 2022-06-22 18:44:03 +08:00
README.md Import Upstream version 3.2.0.4 2022-06-22 18:44:03 +08:00
README_CN.md Import Upstream version 3.2.0.4 2022-06-22 18:44:03 +08:00
autodoxygen.sh Import Upstream version 3.2.0.4 2022-06-22 18:44:03 +08:00
autogen.sh Import Upstream version 3.2.0.4 2022-06-22 18:44:03 +08:00
clear.sh Import Upstream version 3.2.0.4 2022-06-22 18:44:03 +08:00
kylin-scanner.pro fix(bug修复): wayland适配——双标题栏;窗口居中;修复bug同步 2022-07-19 08:46:59 +08:00

README.md

kylin-scanner

Kylin Scanner is an interface-friendly scanning software developed with Qt5. The software can scan according to the resolution, size and color mode of the scanning device itself. At the same time, It Increases post-processing of scanned pictures, including one-click beautification, intelligent correction and text recognition. Other image processing tips can also be reflected in this software, such as clipping, rotation, etc.

Main Picture

Author's Home page

👉 Franklin-Qi

Function lists

  • Normal scanning(different device, type, resolution, size, color mode, formats)
  • One-clicked beautification
  • Intelligent correction
  • text recognition OCR
  • Image processing: clipping, rotation, watermarking, symmetry, etc
  • Send email
  • Save as multi-formats contents
  • Multiple scan and simple scan
  • Usb hotplug

How to build and install in Ubuntu Environments

  1. Build and Install via debuild
# Git clone
$ git clone http://gitlab2.kylin.com/kylin-desktop/kylin-scanner.git

# Go to root dir /kylin-scanner/ and build
$ cd kylin-scanner/

# build
$ debuild

# Use dpkg to install, the same as other architectures.
# Such as x86, loongarch64, mips, arch, and so on.

# kylin-scanner_1.0.0_amd64.deb is generated by debuild
$ sudo dpkg -i ../*.deb
$ sudo apt install -f # Handle depents, while it's the first install
$ sudo dpkg -i ../*.deb

# Enjoy it
$ kylin-scanner
or
open and search "kylin scanner" after enter Win key

# Handle image while no scanner, `xxx` is your image
$ KYLIN_SCANNER_IMAGE_DEBUG=1 kylin-scanner -f xxx --hide
  1. Build and Install via qmake
# Git clone
$ git clone http://gitlab2.kylin.com/kylin-desktop/kylin-scanner.git

# Go to root dir /kylin-scanner/
$ cd kylin-scanner/

# build
$ qmake
$ make

# install
$ sudo make install

How to make helpful docs

$ sudo apt install doxygen graphviz 
$ doxygen -g
$ ./autodoxygen.sh
$ doxygen Doxygen
$ firefox docs/html/index.html

Report bugs

Bugs should be report to the kylin-scanner bug tracking system: http://gitlab2.kylin.com/kylin-desktop/kylin-scanner/issues