Command-Line Interface ====================== Startup and Configuration ------------------------- :: $ spread wizard Start *spreads* in wizard mode. This will go through all of the steps outlined below and store images and output files in *project-path*. The command-line flags are the same as for the `capture`, `process` and `output` commands. :: $ spread capture [OPTIONS] This command will start a capturing workflow. Make sure that your devices are turned on. After the application is done setting them up, you will enter a loop, where all devices will trigger simultaneously (if not configured otherwise, see below) when you press one of the capture keys (by default: the **b** or **spacebar** key). Press *r* to discard the last capture and retake it. Press *f* to finish the capture process. .. program:: spread-capture .. option:: --no-parallel-capture When using two devices, do not trigger them simultaneously but one after the other. .. option:: --flip-target-pages When using two devices, flip the configured target pages, i.e. the camera configured to be *odd* will temporarily be the *even* device and vice versa. This can be useful when you are scanning e.g. East-Asian literature. :: $ spread postprocess Start the postprocessing workflow by calling each of the :ref:`postprocessing plugins ` defined in the configuration one after the other.The transformed images will be stored in *project-directory/done*. :: $ spread output Start the output workflow, calling each of the :ref:`output plugins ` defined in the configuration. All output files will be stored in *project-directory/out*.