1 Star 0 Fork 0

优麒麟 / kylin-scanner

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 1.90 KB
一键复制 编辑 原始数据 按行查看 历史
Franklin-Qi 提交于 2020-10-28 17:45 . Add scanner logo and modify README

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

:point_right: 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

How to build and install in Ubuntu Environments

  1. Build and Install via debuild
# Git clone
$ git clone https://github.com/ubuntukylin/kylin-scanner.git

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

# build
$ debuild

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

# Enjoy it
$ kylin-scanner
or
open and search "kylin scanner" after enter Win key
  1. Build and Install via qmake
# Git clone
$ git clone https://github.com/ubuntukylin/kylin-scanner.git

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

# build
$ qmake
$ make

# install
$ sudo make install

How to make helpful docs

$ doxygen -g
$ ./autodoxygen.sh
$ doxygen Doxygen
$ firefox docs/html/index.html

Report bugs

Bugs should be report to the kylin-scanner bug tracking system: https://github.com/ubuntukylin/kylin-scanner

1
https://gitee.com/ubuntukylin/kylin-scanner.git
git@gitee.com:ubuntukylin/kylin-scanner.git
ubuntukylin
kylin-scanner
kylin-scanner
Debian

搜索帮助