SIGN IN YOUR ACCOUNT TO HAVE ACCESS TO DIFFERENT FEATURES

Login with Google
CREATE AN ACCOUNT FORGOT YOUR PASSWORD?

FORGOT YOUR DETAILS?

AAH, WAIT, I REMEMBER NOW!

CREATE ACCOUNT

ALREADY HAVE AN ACCOUNT?

Login with Google

QUESTIONS? CALL: 865-637-8986
  • SIGN UP
  • LOGIN

SimpleIndex

  • LEARN MORE
    • GENERAL INFO
      • Getting Started
      • How To Scan Documents
      • Barcode Scanning Guide
      • Searching & Viewing
      • News & Updates
      • Schedule a Web Demo
    • FEATURES
      • Streamlined Interface
      • TWAIN and ISIS Scanning
      • Zone OCR and Dynamic OCR
      • Database Integration
      • Required Documents Check
      • Automated Processing & 1-Click Interface
      • SharePoint Document Scanning
    • –
      • Document Classification
      • PDF & MS Office Text Parsing
      • Barcode Recognition
      • Optical Mark Recognition
      • Match Documents to Existing Data
      • Imprinting & Watermarking
      • Screenshot OCR
  • SOLUTIONS
    • General
      • All-In-One Scanning & Sorting Tool
      • Affordable Document Management
      • Instant Integration
      • Network Scanners & Copiers
      • Remote Document Capture
      • Reduce Click Charges for Data Capture
    • Specific
      • Sales Tax Exemption Forms
      • Federal Tax Returns
      • Invoice Processing
      • Material Safety Data Sheets (MSDS)
      • Patent ID and Title Extraction
      • Mortgage & Loan Documents
    • Feature Demos
      • Zone OCR with Template Matching
      • Full-Page OCR & Multi-User Workflow
      • PDF Text Processing
      • Organize Office Documents
      • Integration with RPA Bots
      • Compare with Other Solutions
  • SUITE
    • SimpleCoversheet – Print Bar Codes
    • SimpleExport – Data File Converter
    • SimpleView – Search, View & Edit
    • SimpleQB – QuickBooks Integrator
    • SimpleOCR – Freeware OCR
    • Buy Suite Apps
    • Buy Suite Bundles
  • DOWNLOAD
  • SHOP
    • COMPARE VERSIONS
    • SIMPLEINDEX WORKSTATION
      • Machine License
      • Concurrent User
      • Subscription License
    • SIMPLEINDEX SERVER
    • SUITE APPLICATIONS
    • SUITE BUNDLES
    • MAINTENANCE & RENEWALS
    • FIND A DEALER
      • Dealer Locator
      • Become a Dealer
    • CONTACT SALES
  • SUPPORT
    • WIKI HELP
    • KNOWLEDGE BASE
    • SIMPLEINDEX UNIVERSITY
      • SimpleIndex University – 100 Series
      • SimpleIndex University – 200 Series
      • SimpleIndex University – 300 Series
    • PRIVACY POLICY
    • CONTACT SUPPORT
  • My Account
    • Downloads
  • MY CART
    No products in cart.
  • Home
  • Simple Software Knowledge Base - Article

File Indexing with SimpleIndex

SimpleIndex can assign index field metadata to any type of file, not just scanned documents.

Any common images like TIFF, JPEG, GIF and PNG can be displayed, as well as PDF files and MS Office documents. Other file types can be displayed in the embedded browser or automatically opened in their native applications.

Screen scraping and OCR can be used to capture index data from third party applications automatically.

Download document scanning and OCR software.

Enable Post-Process when Input Folder is Empty

Monday, 29 July 2019 by Simple Software

When you have multiple Job Configurations running in tandem with the Post-Process command line running one after there other there can be occasions where a Job Configuration earlier in the chain doesn’t have any images in the Input folder. When this happens a prompt occurs that must be clicked to proceed to the the next Job Configuration. When running unattended this can cause issues when the process stops for this prompt. This can be turned off in the Job Configuration’s XML settings.

Instructions for suppressing prompt to continue when Input folder is empty:

  1. Right click on the Job Configuration file that you would like to suppress the prompt on and select Open With>Notepad
  2. Search the XML settings text open in Notepad for this term:
    <POSTPROCEMPTY>
  3. Set the value between from “True” to “False”. It should look like this:
    <POSTPROCEMPTY>False</POSTPROCEMPTY>
  4. Save and close the file.
File IndexingScanned Document IndexingWorkflow
Read more
No Comments

Index With Non-Latin Character Sets

Monday, 29 July 2019 by Simple Software

By default SimpleIndex uses the ANSI character set to display and edit captured OCR data, index field values and full-text OCR. This works for all languages based on the Latin alphabet (English, French, Spanish, German, etc.)

To index documents in other languages like Chinese, Japanese, Russian, Arabic and other non-Latin alphabets, set the default character set using this registry key. If the key is not set correctly then Unicode text will show up as ??????????.

Use Notepad to edit the “Charset” value from the sample setting below and save it to a .reg file. Then double-click the .reg file to install (Administrator privileges required).

You can download the .reg file here but you still need to edit in Notepad to set the Charset value before installing.

If you are on a 32-bit operating system be sure to remove the extra “\WOW6432Node” from the registry path.

[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\SimpleIndex\Misc]
“Charset”=”1”

Charset NameCharset Value
ANSI_CHARSET (Latin)0
DEFAULT_CHARSET1
SYMBOL_CHARSET2
SHIFTJIS_CHARSET (Japanese)128
HANGUL_CHARSET (Korean)129
GB2312_CHARSET (Simplified Chinese)134
CHINESEBIG5_CHARSET (Chinese)136
GREEK_CHARSET (Greek)161
TURKISH_CHARSET (Turkish)162
HEBREW_CHARSET (Hebrew)177
ARABIC_CHARSET (Arabic)178
BALTIC_CHARSET (Baltic)186
RUSSIAN_CHARSET (Russian)204
THAI_CHARSET (Thai)222
EE_CHARSET238
OEM_CHARSET255

The full list of values is at https://msdn.microsoft.com/en-us/library/cc194829.aspx.

Automatic Data CaptureAutomatic Indexing SoftwareFile IndexingFull Text IndexingKeyword IndexingMetadataMicrosoft Word Data ExtractionOffice PDF Document IndexingPDF Data Extraction SoftwareScanned Document Indexing
Read more
No Comments

Skip to Blank Index on Save Index

Monday, 29 July 2019 by Simple Software

If you would like to have SimpleIndex automatically go to the next page with a blank field and highlight that field when the Save Index button or Enter a change to the XML text of the Job Configuration is needed. This can be useful to quickly move to the next document that has a blank Index field.

Instructions to set Skip to Blank index on Save Index:

  1. Right click on the Job Configuration file that you would like to suppress the prompt on and select Open With>Notepad
  2. Search the XML settings text open in Notepad for this term:
    <SKIP_TO_NEXT_BLANK>
  3. Set the value between from “False” to “True”
    <SKIP_TO_NEXT_BLANK>True</SKIP_TO_NEXT_BLANK>
  4. Save and close the file.
File IndexingKeyword IndexingOffice PDF Document IndexingScanned Document Indexing
Read more
No Comments

Forward Blank Index Fields

Monday, 29 July 2019 by Simple Software

To turn on the carry Forward when you blank out an index field do the following:

1.  Right click on the configuration file and open with Notepad or another text editor.

2.  Search for this XML value:  FORWARD_BLANK

3.  Set the value to true

File IndexingKeyword Indexing
Read more
No Comments

Max List Size

Monday, 29 July 2019 by Simple Software

If you have a field that has a list and it loads very slowly then the size of the list that it loads needs to be limited.

You first open the Registry or regedit.  Then you find this location:  Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\SimpleIndex\Misc

Then you right click in the space to the right and select New>String Value

Then you name this new entry this:  MaxListSize

Then you double click on it and set the size of the list that it loads.  We suggest somewhere between 1000 and 5000

Automatic Indexing SoftwareFile IndexingKeyword IndexingMetadataScanned Document Indexing
Read more
No Comments

MISSING file move with multiple files

Monday, 29 July 2019 by Simple Software

​If you want to move the MISSING files from the Output folder to another folder and create multiple MISSING files then use this script for the .bat file:

ren “C:\Users\dgraves.META\Desktop\Folder1\Missing.pdf” Missing-%date:~10,4%%date:~7,2%%date:~4,2%_%time:~0,2%%time:~3,2%.PDF 

Move “C:\Users\dgraves.META\Desktop\Folder1\Missing*.pdf” “C:\Users\dgraves.META\Desktop\Folder2”

This will rename the file to MISSING-DATE_TIME and then move it to another folder.

File Indexing
Read more
No Comments

How do I limit the number of files pulled from the input folder?

Wednesday, 28 February 2018 by dwilder

The Max File/Batch setting on the Batch Options tab lets you limit the number of files to process in each batch.

In the wizard it can be found under the Advanced File Input Settings section.

File Indexing
Read more
  • Published in Import
No Comments

SimpleIndex creates output files with upper case file extensions but we use an UNIX-based fileserver which requires lower case file extensions. How can i change the output file extension from upper case to lower case (e.g. from .PDF to .pdf)?

Wednesday, 28 February 2018 by dwilder

In SimpleIndex 6, file extensions were changed to default to lower case so this should no longer be an issue. If you want to default back to upper case file extensions, you must edit the registry.

Go to HKEY_LOCAL_MACHINE\Software\SimpleIndex\Misc

Create a String value called “UpperCaseFileExtension” and set to 1 for upper case or 0 for lower case.

This registry setting will also work to change the default behavior of version 5.

File Indexing
Read more
  • Published in Export
No Comments

How do you select what types of files to process?

Wednesday, 28 February 2018 by dwilder

You can tell SimpleIndex what types of files it should process and which file types to ignore.

This is done by clicking “Job Options” On the “Batch” tab you will find a field labeled “Input file types or mask”. These are the file types that SimpleIndex will input files from. The default types are:

TIF,PDF,JPG,GIF,BMP,DOC,XLS,PPT,DOCX,XLSX,PPTX,VSD,DWG,AVI,MP3

To process all files, enter *

SimpleIndex will ignore any file whose extension does not appear on the list.

In SimpleIndex 6 or above you can enter file masks to filter input files. Some examples are:

abc*.pdf (PDF files starting with “abc”)
ab??ef.* (All files starting with “ab”, 2 characters and “ef”)

It is possible to have some file types open automatically in their default application. This can be done by inserting a pipe “|” into the list. Any file types after the pipe will be opened in their default application. For example:

TIF,PDF,JPG|WAV,MP3,WMV,AVI

will cause SimpleIndex to display image files and open sound and video files in the default media player.

File IndexingImage ScanningOffice PDF Document IndexingOffice to PDF
Read more
  • Published in Import
No Comments

How do you configure a field to select from a list of possible values?

Wednesday, 28 February 2018 by dwilder

List fields are populated using a text file or database field containing the values for that list. The text file scenario will be described first.

To configure a list field, go to the Index tab in the Job Options. Create a list field by selecting “List” for the field type and give it a name. In the “List File/Field” setting for this field, put the full path or UNC to the text file containing the list or click “Set” to browse to the file. If you have not created a file, you can put the path where you want the file stored here and click the “Edit” button. This will open the file in Notepad; new files will prompt you to create them.

On each line of the text file you will put one of the possible values that you want to be able to select from while you are indexing with SimpleIndex. You can copy this information from another source and paste it into the text file.
Save the file in Notepad and close it. The List field is now configured!

To use a database field, your configuration must be connected to a database using the settings on the Database tab. Any fields defined as “List” on the Index tab that have a corresponding field mapped on the Database tab will use the unique values from that field to populate the list.

You can check “Only allow values in list” to disallow users from entering a value not in the list.

Once the List index field is configured properly you can select the values from a drop down after scanning that appear in the main SimpleIndex window while indexing. It also makes the field autofill the closest match from the list based on the characters that you type in that field.

Automatic Indexing SoftwareCSVDatabaseDatabase AutofillDocument AutomationDocument RetrievalFile IndexingKeyword IndexingMetadataMS AccessMySQLODBCOffice PDF Document IndexingOracleScanned Document IndexingServer OCRSharePoint ScanningSQL ServerWorkflowWorkflow Software
Read more
  • Published in Indexing & UI
No Comments

Can the original image filename be used as part of the output filename?

Wednesday, 28 February 2018 by dwilder

The input filename can be specified automatically by configuring a field of type “Filename”. The input file path may also be parsed by the SimpleIndex dictionary and template matching algorithms to extract data fields from the folder and file names.

File Indexing
Read more
  • Published in Export, Import, Indexing & UI
No Comments

Can the values of 2 or more fields be combined in a single field?

Wednesday, 28 February 2018 by dwilder

Set the Type for the field that you want to store the combinded value to “Fixed”.

In the template setting for that field, you can enter the keyword %FIELD#% (where # is the field number) and the keyword will be replaced with the value of the designated field when it is saved.

For example, to combine your first 2 fields into third, inserting a comma between them, set the template for field 3 to:
%FIELD1%,%FIELD2%

Automatic Indexing SoftwareFile IndexingFull Text IndexingKeyword IndexingMetadataMicrosoft Word Data ExtractionOffice PDF Document IndexingPDF Data Extraction SoftwareScanned Document Indexing
Read more
  • Published in Indexing & UI
No Comments

Why does the word “MISSING” show up in filenames and index fields when the field is blank?

Wednesday, 28 February 2018 by dwilder
“MISSING” is what SimpleIndex puts for any field value used as a filename or folder name and is left blank by default.

You can change this to whatever you want it to say when a field value is left blank. To do this go to the Job Settings wizard under the File menu, go to the Advanced Settings step and expand Advanced Indexing Options.   The value is set to DEFAULT, which puts the word “MISSING” when the index field is blank.  Any text can be put in this field to use a different value than “MISSING”.

Related Links

  • SimpleIndex Wiki – Advanced Settings
Automatic Indexing SoftwareFile IndexingKeyword IndexingMetadataOffice PDF Document IndexingPDF Data Extraction SoftwareScanned Document Indexing
Read more
  • Published in Export, Indexing & UI
No Comments

How do I configure the output folder and file naming scheme?

Wednesday, 28 February 2018 by dwilder

Use the Folder and Filename check boxes on the Indexing & File Naming step in the Job Settings Wizard to indicate whether field values will be used to generate subfolders or filenames. Any field with the Folder option checked will create nested subfolders for each value in the order the fields are listed. Any field with the Filename checked will have the values concatenated to form the filename.

For example, if Field 1 and Field 3 have the Folder option checked, and Field 2 and Field 3 have the Filename option checked, image filenames will be created in the format:

%OUTPUTFOLDER%\Field 1\Field 3\Field 2 – Field 3.tif

The Filename Separator option on the Advanced tab lets you change the ” – ” between the fields in the filename to anything you want.

Related Pages

  • SimpleIndex Wiki – File Naming Schema
  • SimpleIndex Wiki – Indexing & File Naming
Automatic Data CaptureAutomatic Indexing SoftwareFile IndexingFull Text IndexingKeyword IndexingMetadataMicrosoft Word Data ExtractionOffice PDF Document IndexingPDF Data Extraction SoftwareScanned Document Indexing
Read more
  • Published in Export
No Comments

Automatic Indexing Using Existing Data

Wednesday, 24 January 2018 by Simple Software

Automatic Indexing Using Existing Data

The Autofill feature of SimpleIndex is an easy way to associate many index fields with one document without retyping data that already exists in another database. Autofill uses a database lookup to retrieve records that match a key value entered by the user. Blank index fields are then filled in automatically with the data from this lookup. The result is a document database with many different possible search fields, of which only one needed to be entered during scanning.

The key field may be typed by the user, or it may be read from the document automatically using barcode recognition or OCR. The lookup is performed either when the user changes this field or when the index values are saved. If the lookup finds multiple matching records, the user will be notified and the first set of values will be used by default.

When used with pre-index batches, key information can be read automatically from barcodes or OCR and matched to database records with a single click. Search on up to 99 index fields without a single keystroke!

KB Articles for Automatic Indexing

  • Exclude Index Field from Index Log
  • Turn Off Prompts and Pop Ups on Job Configurations
  • Change the Font Size of Index Fields
  • Large documents (>500 pg) Slow to Process - Workaround
  • Regular Expression (RegEx) - Syntax or Type
  • Index With Non-Latin Character Sets
  • Skip to Blank Index on Save Index
  • Stop Autorun When Double Clicking Configuration
  • Autonumber Increment Value
  • Overlap of SimpleView Viewer in SimpleIndex Display
1-Click Processing, Automatic Data Capture, Automatic Indexing Software, Barcode Recognition Software, Database, Database Autofill, Document Automation, File Indexing, File Indexing, Full Text Indexing, Keyword Indexing, Metadata, Microsoft Word Data Extraction, OCR, Office PDF Document Indexing, PDF Data Extraction Software, Scanned Document Indexing, Scanning Software
1-Click ProcessingAutomatic Data CaptureAutomatic Indexing SoftwareBarcode Recognition SoftwareDatabaseDatabase AutofillDocument AutomationFile IndexingFull Text IndexingKeyword IndexingMetadataMicrosoft Word Data ExtractionOCROffice PDF Document IndexingPDF Data Extraction SoftwareScanned Document IndexingScanning Software
Read more
No Comments

Search

Contact Us Today!

=

Search Knowledge Base

Recent KB Articles

  • Database Export Error
  • SimpleIndex Standard Workstation
  • SimpleIndex OCR Workstation
  • SimpleIndex Barcode Workstation
  • SimpleIndex Professional Workstation
  • SimpleIndex Barcode Server 1M
  • Simple Software Server Processing Add-on for SimpleIndex
  • SimpleIndex Barcode Recognition Add-on Workstation

Feature Cloud

Export Personal Document Management Workflow Bar Code Printing Document Management Software Document Retrieval Office PDF Text Processing MySQL File Indexing Document Imaging PDF Data Extraction Software Image Scanning Document Numbering System QuickBooks Online Fast Scanning Imprinting Contentverse SharePoint Migration OCR TWAIN RPA TIFF PDF Annotations Automatic Indexing Software Keyword Indexing SAGE Optical Mark Recognition SimpleCoversheet Solution ODBC Unattended Command Line Interface PDF Archive Scanning Software Bates Numbering Software Distributed Scanning Bar Code Scanning Watermark XSLT Barcode Recognition Software QuickBooks Document Management Text Processing PDF Compression PDF Forms Office PDF Document Indexing Batch Scanning

Online Support Options

Check our Wiki Help, Knowledge Base and Training Videos, or Contact Support if you still need Help

How to Buy

Solutions start at just $500! Buy SimpleIndex online or from an Authorized Dealer in your area.

Authorized Dealers

Authorized DealersSimpleIndex is a great addition to any system integrator's product line. Become an Authorized Dealer.

Get a Web Demo

Get a free online demo with a scanning specialist who can configure SimpleIndex on your computer remotely.
Sign up for a demo now!

Download a Trial

SimpleIndex Trial30-day trial downloads are available for all Simple Software applications.
Download Now!

SimpleIndex Applications

SimpleIndex Applications Packaged apps built with SimpleIndex.
SimpleInvoice for AP
Sales Tax Manager
Mortgage LoanStacker
MSDS and Patents
SimpleIndex

© 2022 Meta Enterprises, LLC | Knoxville, Tennessee | A Family Owned Company
© 2022 SimpleSoftware | Consulting Services in the Field of Software as a Service

TOP
Manage Cookie Consent
We use cookies to optimize our website and our service.
Functional cookies Always active
The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.
Preferences
The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
Statistics
The technical storage or access that is used exclusively for statistical purposes. The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
Marketing
The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.
Manage options Manage services Manage vendors Read more about these purposes
View preferences
{title} {title} {title}
});