SimpleIndex automates complex document workflows with the goal of minimizing the number of times the user must interact with the app. In many cases the whole process can be executed automatically, so the user just needs to click a single button to start it off. Server processing let’s your 1-click job configurations run fully unattended.
SimpleIndex 1-click scanning and indexing is enabled with its command line interface. SimpleIndex job files can be saved and opened just like a Word document. When you open a job file, SimpleIndex begins processing a new batch automatically. Scanning, processing (OCR, barcodes, database autofill, etc) and export happen in sequence with no further input from the user.
For unattended processing, the command line interface lets you use Windows services and scheduled tasks to automate OCR, barcode recognition and database export tasks.
The Command Line Interface also allows SimpleIndex to be integrated with custom software applications with minimal to no programming required.
- Field values, processing folders and other settings can be passed as command line parameters
- Any SimpleIndex option can be set using XML job files
- Database export links processed files to your app automatically
- Control application behavior (display window, exit after processing, etc.)
- Pre-Process and Post-Process features can execute other command line applications at start and end of batch
Command Line Sample
When using the Simple Software products it can be beneficial to run the software from a command line script. With this you can run other Simple Software Job configurations or Windows Batch Files (.bat) or Task Manager or other command line methods automatically.
You can find sample formats of the command lines for Simple Software products below.
SimpleIndex:
“C:\Program Files (x86)\SimpleIndex\SimpleIndex.exe” /c:”Path to job file”
SimpleSend:
“C:\Program Files (x86)\SimpleIndex\SimpleSend.exe” “Path to job file” /hide /run
SimpleQB:
“C:\Program Files (x86)\SimpleIndex\qb\SimpleQB.exe” “Path to job file” /hide /run
/hide and /run in the SimpleSend and SimpleQB examples above hide any windows from being displayed and automatically runs the process respectively.
Command Line to Auto-close SimpleIndex
Stop Autorun When Double Clicking Configuration
Reduce Click Charges for Data Capture
Your All-In-One Scanning & Sorting Tool
Automated Processing & 1-Click Interface
Invoice Processing with Full Page OCR
This job configuration uses a 3-step process to automate the OCR processing:
Step 1 uses a full-page OCR process on each image. Field data is extracted from the full-page OCR using template and dictionary matching algorithms. This is done in Pre-Index mode to allow unattended processing. Data is saved to a database so it can be reviewed and corrected in Step 2.
Step 2 uses Database Update mode to find images with missing index values and allow the user to manually enter the correct data.
Step 3 uses a SimpleSearch configuration to search and view the indexed images, including full text searches.