Job File: Difference between revisions

From Simple Wiki
(Created page with "All SimpleIndex settings are saved to a Job File. Job files have a .SIC file extension and are registered to open with SimpleIndex when you install the application. You can...")
 
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== SimpleIndex Jobs ==
All SimpleIndex settings are saved to a Job File.
All SimpleIndex settings are saved to a Job File.
Jobs are configured using the [[Settings Wizard]].
When you [[Running Jobs|Run a Job]], it executes all of the [[Batch Processing Stages]] using the settings defined by the Job File.
Jobs can also be run from the [[Command Line]].
== SIC Files ==


Job files have a .SIC file extension and are registered to open with SimpleIndex when you install the application.
Job files have a .SIC file extension and are registered to open with SimpleIndex when you install the application.


You can double-click a job file from its icon and it will open in SimpleIndex and execute the [[Run Job]] action automatically. If the job is a [[Pre-Index]] job, it will run minimized and exit automatically when the job is complete, allowing you to easily work on other applications while it processes documents.
You can double-click a job file from its icon and it will open in SimpleIndex and execute the [[Run Job]] action automatically. If the job is a [[Pre-Index]] job, it will run minimized and exit automatically when the job is complete, allowing you to easily work on other applications while it processes documents.
You can also right-click and select ''Edit'' to open a job file in SimpleIndex without running the job automatically.


The [[Command Line Interface]] can be used to create custom job file shortcuts that pass preset [[Index]] values, [[Input]] folders and other processing parameters to the program.
The [[Command Line Interface]] can be used to create custom job file shortcuts that pass preset [[Index]] values, [[Input]] folders and other processing parameters to the program.
== XML Files ==


Job files are [[XML]] formatted and can be generated by other applications to create custom workflows on the fly.
Job files are [[XML]] formatted and can be generated by other applications to create custom workflows on the fly.


It is also possible to modify any single parameter to a job file by passing an additional [[XML]] file containing those settings via the [[Command Line Interface]].
It is also possible to modify any single parameter to a job file by passing an additional [[XML]] file containing those settings via the [[Command Line Interface]].
For example, you can run a job that does [[OCR]] in English by default, but switch the [[Languages|language]] for specific documents using an [[XML]] setting modifier.
== Related Knowledge Base Articles ==
* [https://www.simpleindex.com/knowledge-base/sort-lists-error-hexunicontrol-module/ Sort Lists Error – HexUniControl Module]
* [https://www.simpleindex.com/knowledge-base/service-configuration-paths/ Service Configuration Paths]

Latest revision as of 21:37, 8 August 2023

SimpleIndex Jobs[edit | edit source]

All SimpleIndex settings are saved to a Job File.

Jobs are configured using the Settings Wizard.

When you Run a Job, it executes all of the Batch Processing Stages using the settings defined by the Job File.

Jobs can also be run from the Command Line.

SIC Files[edit | edit source]

Job files have a .SIC file extension and are registered to open with SimpleIndex when you install the application.

You can double-click a job file from its icon and it will open in SimpleIndex and execute the Run Job action automatically. If the job is a Pre-Index job, it will run minimized and exit automatically when the job is complete, allowing you to easily work on other applications while it processes documents.

You can also right-click and select Edit to open a job file in SimpleIndex without running the job automatically.

The Command Line Interface can be used to create custom job file shortcuts that pass preset Index values, Input folders and other processing parameters to the program.

XML Files[edit | edit source]

Job files are XML formatted and can be generated by other applications to create custom workflows on the fly.

It is also possible to modify any single parameter to a job file by passing an additional XML file containing those settings via the Command Line Interface.

For example, you can run a job that does OCR in English by default, but switch the language for specific documents using an XML setting modifier.

Related Knowledge Base Articles[edit | edit source]