Command Line Parameters |
Top Previous Next |
Recogniform Image Processor suppors several command line paramaters.
This means that you can start the executable adding on command line some extra parameters allowing to automate some operations.
You can add this parameters:
•a script file name: at startup automatically it load the specified .ips file into the default batch. •a batches queue file name: at startup automatically it load the specified .ipb file with all predefined batches. •a image file list: at startup automatically it load in the files list the files specified in .txt file into the default batch. •an "-auto" flag: automatically it starts processing of default batch and close the application when all is terminated
Example:
c:\installdir\imageprocessor.exe -auto c:\images.txt c:\myscripts\cleaning.ips
As result you will have loading of cleaning.ips script, importing of filename inside images.txt file and automatic processing starting. |