Giter Club home page Giter Club logo

kylin-scanner's Introduction

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

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

kylin-scanner's People

Contributors

franklin-qi avatar handsome-feng avatar oltulu avatar derekwong9939 avatar kwwzzz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.