Download Latest Version SIE-0.2.601.tar.bz2 (2.3 MB)
Email in envelope

Get an email when there's a new version of Scanned Image Extractor

Home / Version-0.1.577
Name Modified Size InfoDownloads / Week
Parent folder
Scanned-Image-Extractor-0.1.577-win64.exe.md5 2015-08-04 76 Bytes
Scanned-Image-Extractor-0.1.577-win64.exe 2015-08-04 10.3 MB
Readme.txt 2015-08-02 3.4 kB
Scanned-Image-Extractor-0.1.577-win32.exe 2015-08-02 18.5 MB
Scanned-Image-Extractor-0.1.577-win32.exe.md5 2015-08-02 76 Bytes
Scanned-Image-Extractor-0.1.577-Ubuntu-14-04-x64.deb.md5 2015-08-02 87 Bytes
Scanned-Image-Extractor-0.1.577-Ubuntu-14-04-x86.deb.md5 2015-08-02 87 Bytes
Scanned-Image-Extractor-0.1.577-x64.deb.md5 2015-08-02 74 Bytes
Scanned-Image-Extractor-0.1.577-x64.rpm.md5 2015-08-02 74 Bytes
Scanned-Image-Extractor-0.1.577-x86.deb.md5 2015-08-02 74 Bytes
Scanned-Image-Extractor-0.1.577-x86.rpm 2015-08-02 795.8 kB
Scanned-Image-Extractor-0.1.577-x86.rpm.md5 2015-08-02 74 Bytes
Scanned-Image-Extractor-0.1.577.tar.bz2.md5 2015-08-02 74 Bytes
Scanned-Image-Extractor-0.1.577-x86.deb 2015-08-02 790.4 kB
Scanned-Image-Extractor-0.1.577-x64.deb 2015-08-02 786.3 kB
Scanned-Image-Extractor-0.1.577-x64.rpm 2015-08-02 791.3 kB
Scanned-Image-Extractor-0.1.577-Ubuntu-14-04-x64.deb 2015-08-02 689.1 kB
Scanned-Image-Extractor-0.1.577-Ubuntu-14-04-x86.deb 2015-08-02 690.8 kB
Scanned-Image-Extractor-0.1.577.tar.bz2 2015-08-02 524.4 kB
Totals: 19 Items   33.9 MB 0
Homepage of Scanned Image Extractor: 
http://dominik-ruess.de/scannerExtract/

#######################################################################
#  File Information                                                   #
#######################################################################

The .DEB files have been tested with Ubuntu 15.04
The .RPM files have been tested with Fedora 22
The .Exe have been tested with Windows 7. 

If possible try to use a 64bit Version, since high scan resolutions
(and possibly 16bit) will result in a very high memory consumption. I
will add a win64 version, soon.

The currently still relevant Ubuntu 14.04 cannot run the .DEB files, 
hence I added builds for Ubuntu 14.04. The reason is a different OpenMP
Version. I will try to link OpenMP statically in a future version.

#######################################################################
#  Changelog:                                                         #
#######################################################################

2015-08: by Dominik Rueß

First release

#######################################################################
#  Content:                                                           #
#######################################################################

1. How to install binaries on different systems
2. How to compile on unix systems

#######################################################################
#  Installing Binaries:                                               #
#######################################################################

WINDOWS:  download the binaries and install. 
          There are no dependencies for the installation binary
          tested with Windows 7

Linux-DEB:
        tested Ubuntu 15.04 with and Ubuntu 14.04 LTS
        1. Pre-requisites:
                sudo apt-get install libqt5core5a libqt5network5 \
                     libqt5gui5 libqt5svg5 libqt5widgets5 liblbfgs0 \
                     libopencv-core2.4 libopencv-highgui2.4 \
                     libopencv-imgproc2.4
        2. install debian package:
                sudo dpkg -i scannerExtract-x.y.z.deb

Linux-RPM:
        tested with Fedora 22
        1. Pre-requisites, adapt to your architecture here:
                sudo dnf install opencv-core.x86_64  qt5-qtsvg.x86_64 \
                     qt5-qtbase.x86_64 liblbfgs-devel.x86_64 \
                     opencv.x86_64
        2. install RPM package:
                rpm --install -p scannerExtract-x.y.z.rpm                

#######################################################################
#  Compile on unix systems:                                           #
#######################################################################

Tested with Ubuntu 15.04

1. pre-requisites
        sudo apt-get install liblbfgs-dev libopencv-dev libqt5svg5-dev \
             qttools5-dev-tools qttools5-dev qtbase5-dev cmake 

2. build (tested on Ubuntu 15.04)
        - commands:
                mkdir build
                cd build
                cmake path/to/scannerExtract-X.Y.Z/scannerExtract/ \
                      -DCMAKE_BUILD_TYPE=release -DOPENCV2=1
                make
                (make install)
        - note: if you use OpenCV2 (e.g. Ubuntu 15.04) then add 
          -DOPENCV2=1 to your cmake call

3. run
        "./scannedImageExtractor" or if installed "scannedImageExtractor"

Source: Readme.txt, updated 2015-08-02