Skip to content

User guide v4.x

Scan Station Tool is an assistant for mass scanning of documents. It also allows conversion to PDF, uploading to the OpenKM repository, and adding metadata.

The Configuration / Server configuration menu option is used to display the configuration pop-up.

The available configuration parameters are:

Property Type Description
Language Select User interface language.
User String User ID for accessing OpenKM.
user1
Password String The user’s password.
pass1
Host String OpenKM URL.
http://localhost:8080/openkm/
Use personal  token Bool Authentication will be performed using the access token.
Personal token String The personal access token.
okmpat-Ky1t16O2Rwx4ttPmOK0R
Property Type Description
Profile name String Insert a name to identify the scanning profile.
PDF convert Bool Enable or disable the step to convert the scanned files into a PDF.
Change name Bool Enable or disable the step to rename files.
Upload Bool Enable or disable the step to upload the files to the repository.
Add metadata Bool Enable or disable the step to add a metadata group.
Encrypt Bool Enable or disable the step to encrypt.
Persistent autonumbering Bool Keeps the automatic numbering of scanned images and generated PDFs continuous.
Property Type Description
Driver Bool Set the driver (WIA / TWAIN) used with the scanner.
Scanner Select Select the scanner.
If the scanner is not detected, change the driver (WIA/TWAIN).
Use predefined settings Bool When enabled, the scanning process will take into account the parameters specified below.
Use native UI Bool When enabled, the scanning process will ignore the parameters specified below and use the native UI of the scanner driver.
Paper source Select Set the paper input source.
Options:
- Glass
- Feeder
- Duplex
Color format Select Set the color format.
Options:
- Color
- Grayscale
- Black & White
Resolution Select Set the resolution in DPI.
Page size Select Set the size of the page.
Type Select Set the image format.
Scale Select Set the scale.
Horizontal align Select Set the horizontal alignment.
Brightness int Set the brightness.
Contrast int Set the contrast.
Property Type Description
Request through a pop-up Bool When enabled, the wizard will request the following parameters during the process through a pop-up.
File options Select Option 1 - Create one file for all pages
Option 2 - Create a file every N pages.
Option 3 - Create a file according to the page range.
Option 4 - Split pages using a barcode separator.
An example range: 1,2-7,8-11,12
Black and white with CCITT G4 compression Bool When enabled, the image is compressed using the Group4 method of CCITT.
Percentage Select Set the compression percentage.
Force fit to A4 format Bool Force the image to fit an A4 size.
Barcode engine path String Path to the Zbarimg barcode tool.
C:\Program Files (x86)\ZBar\bin\zbarimg.exe
Barcode text String Barcode text separator. For example:
OPENKM
Remove barcode page Bool When enabled, barcode pages are not included in the generated PDF.
Property Type Description
Request through a pop-up Bool When enabled, the wizard will request the following parameters during the process through a pop-up.
Path to upload String It allows you to select a path within OpenKM to which the documents will be uploaded.

Set the metadata groups that will be used by the assistant.

Property Type Description
Request through a pop-up Bool When enabled, the wizard will request the following parameters during the process through a pop-up.
Password String Define the password used to encrypt the document.

In the upper-right corner of the profile configuration window, there are the “Import” and “Export” buttons. These allow you to import or export profiles.

 

Once the OpenKM server is configured and a profile has been created, the “Profiles” button is enabled.

You can select a profile. According to the selected profile and the steps defined, several buttons will be shown. These buttons indicate the sequence followed by the assistant until the end.

The buttons on the main toolbar will be displayed according to the stages enabled in the selected profile.

Button Name Action
Profiles. Select a profile.
Scan. Proceed to scan.
The images will be saved in a folder structure based on the current date (year-month-day-hour-minute-seconds) on your PC at “C:\Users\…\Pictures\OKMScanStation\yyyy-mm-dd-hhmmss\Images”.
Convert to PDF. Convert scanned images to PDF format.
When the “Request through a pop-up” option is enabled in the profile, a pop-up will be displayed requesting the parameters for the conversion.
The PDF files will be saved in a folder structure based on the current date (year-month-day-hour-minute-seconds) on your PC at “C:\Users\…\Pictures\OKMScanStation\yyyy-mm-dd-hhmmss\Images”.
Reset Go back to the scan step and delete all the PDF files that have been created up to this point.
Change the document name. Shows a form through which you can browse and rename each of the generated files.
Upload. Upload images or PDF files to the OpenKM repositories.
When the “Request through a pop-up” option is enabled in the profile, a pop-up window will be shown asking you to select an OpenKM destination path.
Add metadata groups. Shows the metadata forms set in the profile.
Encrypt Encrypt documents.
Finalize. End of the process.

Alternative configuration of the main file folder

Section titled “Alternative configuration of the main file folder”

To configure a custom path for storing key application files such as:

  • The log file (openkm.log)
  • The configuration file (openkm.xml)
  • Temporary files generated during runtime

This configuration is done using the okm.folder.path property, located in the app.properties file within the installation directory.

Example:

okm.folder.path=C:\\New_folder_path

After making the changes, you must restart the app.

In My Documents/OpenKM, there is a log file called OKMScanStation.log with a complete log trace.