digicamscan
-------------
Allows to use a digital camera as a scanner by removing distortion
and effects of uneven lighting from a set of photos. A picture of
a white sheet of paper can be used as a reference for calibration.
Outputs corrected JPEG/TIFF files and optionally a PDF document
combining all pictures.
Documentation can be found at our wiki:
http://sourceforge.net/p/digicamscan/wiki/Home/
Licenses
----------
This project is licensed under the GNU General Public License
(v3.0 or higher). The source file PDJpegMin.java is derived from
the PDFBox project and licensed under the Apache License v2.0;
see file headers for details. The text of the licenses can be
found in gpl.txt and apache_license.txt.
This program depends on several Apache libraries, all licensed
under the Apache License. A snapshot version of the Apache
Commons Imaging library is used, and the TiffImageWriterBase
class has been slightly changed (a copy of the changed version
is provided in the src directory).
Installation
--------------
Just unpack the zip archive and run the .jar file
(java -jar digicamscan.jar).