3
Scan Tailor 0.9.11.1 - Training Material | WP3 Author: Piotr Jedrzejczak (PSNC) Tool Description Scan Tailor is an interactive tool for post-processing of scanned pages. It gives the ability to cut or crop pages, compensate for skew angle, and add / delete content fields and margins, among others. You begin with raw scans, and end up with tiffs that are ready for printing or assembly in PDF or DjVu file. The program is developed for Windows, GNU / Linux, and other Unix-like systems such as Mac OS X, and released under the General Public License version 3. System Requirements Operating System Windows, Linux, Mac OS X Hardware Dependencies - Software Dependencies - Installation Files Windows installer and the source code package can be downloaded from the Scan Tailor website at http://scantailor.sourceforge.net . Mac OS X prebuilt package can be downloaded from the scantailor-osx project website at https://code.google.com/p/scantailor-osx . Installation Instructions In order to install Scan Tailor using the Windows installer or the Mac OS X prebuilt package just follow the on-screen instructions. Information on how to install from source code on Linux and Mac OS X is located here . Note: when building from source on Mac OS X, you might get an error message stating that the qt4-mac-devel package has been replaced by qt4-mac. In that case, use MacPorts to install qt4- mac instead: sudo port install cmake qt4-mac boost xrender Also, when configuring, the path to the qmake executable might be different than stated. Type which qmake to locate the executable and update the –DQT_QMAKE_EXECUTABLE parameter when running the cmake command to match. Quick Start Guide To get started with Scan Tailor just take a look at the Quick Start Guide available at: http://sourceforge.net/apps/mediawiki/scantailor/index.php?title=Quick_Start_Guide . Succeed is supported by the European Union under FP7-ICT and coordinated by Universidad de Alicante.

Scan Tailor 0.9.11.1 - Training Material | WP3 · Scan Tailor - Training Material, version 1.0, 20/12/2013 Page 2/3 Documentation Configuration and Customization Scan Tailor’s GUI

  • Upload
    others

  • View
    6

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Scan Tailor 0.9.11.1 - Training Material | WP3 · Scan Tailor - Training Material, version 1.0, 20/12/2013 Page 2/3 Documentation Configuration and Customization Scan Tailor’s GUI

Scan Tailor 0.9.11.1 - Training Material | WP3

Author: Piotr Jedrzejczak (PSNC)

Tool Description

Scan Tailor is an interactive tool for post-processing of scanned pages. It gives the ability to cut or crop pages, compensate for skew angle, and add / delete content fields and margins, among others. You begin with raw scans, and end up with tiffs that are ready for printing or assembly in PDF or DjVu file.

The program is developed for Windows, GNU / Linux, and other Unix-like systems such as Mac OS X, and released under the General Public License version 3.

System Requirements

Operating System Windows, Linux, Mac OS X

Hardware Dependencies -

Software Dependencies -

Installation

FilesWindows installer and the source code package can be downloaded from the Scan Tailor website at http://scantailor.sourceforge.net. Mac OS X prebuilt package can be downloaded from the scantailor-osx project website at https://code.google.com/p/scantailor-osx.

Installation InstructionsIn order to install Scan Tailor using the Windows installer or the Mac OS X prebuilt package just follow the on-screen instructions. Information on how to install from source code on Linux and Mac OS X is located here.

Note: when building from source on Mac OS X, you might get an error message stating that the qt4-mac-devel package has been replaced by qt4-mac. In that case, use MacPorts to install qt4-mac instead:

sudo port install cmake qt4-mac boost xrenderAlso, when configuring, the path to the qmake executable might be different than stated. Type

which qmaketo locate the executable and update the –DQT_QMAKE_EXECUTABLE parameter when running the cmake command to match.

Quick Start Guide

To get started with Scan Tailor just take a look at the Quick Start Guide available at:http://sourceforge.net/apps/mediawiki/scantailor/index.php?title=Quick_Start_Guide.

Succeed is supported by the European Union under FP7­ICT and coordinated by Universidad de Alicante.

Page 2: Scan Tailor 0.9.11.1 - Training Material | WP3 · Scan Tailor - Training Material, version 1.0, 20/12/2013 Page 2/3 Documentation Configuration and Customization Scan Tailor’s GUI

Scan Tailor - Training Material, version 1.0, 20/12/2013 Page 2/3

Documentation

Configuration and CustomizationScan Tailor’s GUI is thoroughly explained in the User Guide available on the project’s website:http://sourceforge.net/apps/mediawiki/scantailor/index.php?title=User_Guide.A lengthy video tutorial is available at http://vimeo.com/12524529.

Scan Tailor can also be run in a batch processing mode from the command line, without the GUI. In order to obtain the list of possible options, run the command line version of the application with the –help parameter:

scantailor-cli --help

Workflow IntegrationScan Tailor can be integrated into any workflow or application that allows the execution of command-line tools. See section “Configuration” for details.

Examples

For example, given the file image.tif:

running the following command:

scantailor-cli image.tif output

creates two files called image_1L.tif and image_2R.tif and puts them into the output directory:

Succeed is supported by the European Union under FP7­ICT and coordinated by Universidad de Alicante.

Page 3: Scan Tailor 0.9.11.1 - Training Material | WP3 · Scan Tailor - Training Material, version 1.0, 20/12/2013 Page 2/3 Documentation Configuration and Customization Scan Tailor’s GUI

Scan Tailor - Training Material, version 1.0, 20/12/2013 Page 3/3

Licensing

Scan Tailor is licensed under the GPL v3 license.

Succeed is supported by the European Union under FP7­ICT and coordinated by Universidad de Alicante.