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"
Scanned Image Extractor Files
Extract images contained in scans
Status: Beta
Brought to you by:
domsen