The LAMP Batch OCR Handbook

Size: px
Start display at page:

Download "The LAMP Batch OCR Handbook"

Transcription

1 The LAMP Batch OCR Handbook by Daniel Ramsbrock, OCR Client OCR Client 1.0 with Asian Language Support...4 FineReader OCR Client...6 Sakhr OCR Client...8 ReadIRIS 9.0 Corporate Edition...10 How to Generate Summary Reports...12

2 OCR Client 2.1 User Documentation by Daniel Ramsbrock, LAMP, Written: April 7, 2004 Revised: June 30, 2004 Description This software allows you to upload any number of TIFF image files and have them remotely OCRed into text in any number of formats (including plain text, Word, and PDF). Requirements 1. Microsoft Windows (will NOT run on Mac, Linux, UNIX, etc.) 2. Java (might also work with Java 1.4 or better) 3. Network access to the pc.umiacs.umd.edu internal network (can be via VPN). Contact for help. Installation 1. Download the OCRClient2.1.zip file from 2. Unzip to a directory of your choice. 3. On Windows XP, you should just be able to double-click on the OCRClient2.jar file in order to star the program. 4. If that doesn't work, open a DOS window, cd to the directory where you extracted everything and type "java -jar OCRClient2.jar" Usage The top half of the main screen is used to select the TIFF input files to process. You can add individual files with the Add files button and whole folders with the Add folder button. When adding a whole folder, a small progress bar will appear at the bottom right corner of the file list indicating how many files are still left to be added. To delete a file from the list, select it and hit the Delete key on the keyboard. To remove all files from the list, click the Clear list button. If you have selected files from multiple input directories, you will most likely want to check the Use source directory as output option, which will put the output files into the same directory from which the input image came. If you would like all of the output files to be placed into the same directory, uncheck the box and use the Browse button to locate the directory. In the bottom half of the screen, you can select the OCR options, which are fairly selfexplanatory. Select the ones you want, and then click on "Perform OCR." Note that you can select multiple languages (with Shift/Ctrl), but only one spell-check language for the document. As each document is processed, it will give a result of either "SUCCESS: filename.tif" or "FAILED: filename.tif." Failures are usually due to either incorrectly formatted image

3 files (must be TIFF, no LZW compression) or such bad image quality that OCR is impossible. Also, double-check that you selected the right language for your document. If you have the Do not overwrite OCR files option checked, a third possibility is SKIPPED: filename.tif, which means that the output file already existed and OCR was not performed on that file. If you selected text as your output, you can click on the result to get a quick preview of the output files. Note that this will not work for Unicode text or any other output format. Multiple Datasets You can also perform batch OCR on multiple datasets, given that they all share the same parent directory (i.e. ENGLISH1 contains ORIGINAL, FAX, SCAN, etc.). To run on multiple datasets, execute the following: java -classpath OCRClient.jar BatchClient parentdir runname language parentdir - the top-level directory that contains all the datasets you want to process runname - the code name of the OCR software you are using (i.e. SCANSOFT12) language - the primary language of the documents Hint: You can set the language to check in order to verify that OCR has been completed for any given run. It will not actually perform the OCR but only compare the file counts in the IMAGES and OCR/runName_OCR. If they do not match, it will list the missing files individually. Problems? Contact Daniel Ramsbrock, spikes51@umiacs.umd.edu

4 OCR Java Client 1.0 with Asian Language Support by Daniel Ramsbrock, LAMP, Written: Dec. 13, 2003 Revised: June 25, 2004 Note: Even though the regular version of OCR Client 1.0 obsolete, this is still the most recent version available for Asian OCR with ScanSoft. Installation/Requirements The OCR client is being distributed as a Java.jar file, which means that the only "installation" necessary is to copy that file to your hard drive. It was coded under the release of the Java SDK, but may also run under 1.3.1; it will definitely not run under Most operating systems will simply let you double-click the.jar file, which will launch the program automatically. If your system does not allow this, the following command (in a command prompt) will launch it: java -jar OCRClient.jar. Note: The Asian OCR server must be running on Lamppc17 in order for this program to work properly. See the ScanSoft section in the Asian OCR Howto for instructions on how to start the server. Usage From the main window, follow these steps to perform an OCR operation: 1. Click the Browse... button next to "TIFF Input Files;" this will bring up a standard file selection dialog. You can select multiple files within this dialog using the Shift and Ctrl keys as usual. Click Open when you have selected all the desired files. Please note that the input files must be uncompressed TIFF files, with an extension of either.tif of.tiff. 2. The list of selected files will now appear in the list below the Browse... button. Also, the Output Directory has been automatically set to the same directory as the source directory of the TIFF files. This is where the resulting.txt files will be stored. You can pick a different directory by clicking the Browse... button next to the Output Directory input field. 3. At the bottom of the window are a few client-side OCR options, with the most common ones already selected. The labels are pretty self-explanatory. Note that only the last four languages on the list will work (Japanese, both types of Chinese, and Korean). The server should always be the given one: lamppc17.pc.umiacs.umd.edu. 4. Once all the files are selected and the options set, click Perform OCR. This will bring up a window which will show the status of each input file, along with a progress bar for the overall operation. If it says SUCCESS for any given file, the OCR operation completed successfully. INVALID INPUT FILE means that the input file could not be found and/or opened. FAILURE means that the input file was found, but the OCR engine could not parse it. In the latter case, ensure that the TIFF file is in the proper format (i.e. uncompressed). You might also try enlarging the picture and/or increasing the resolution.

5 5. To view the output, simply click on the file you'd like to view. The left and right arrows in the window that comes up can be used to view the previous and next files, respectively. Multiple Datasets You can also perform batch OCR on multiple datasets, given that they all share the same parent directory (i.e. ENGLISH1 contains ORIGINAL, FAX, SCAN, etc.). To run on multiple datasets, execute the following: java -classpath OCRClient.jar BatchClient parentdir runname language parentdir - the top-level directory that contains all the datasets you want to process runname - the code name of the OCR software you are using (i.e. SCANSOFT12) language - the primary language of the documents Hint: You can set the language to check in order to verify that OCR has been completed for any given run. It will not actually perform the OCR but only compare the file counts in the IMAGES and OCR/runName_OCR. If they do not match, it will list the missing files individually. Problems? Contact Daniel Ramsbrock, spikes51@umiacs.umd.edu

6 FineReader OCR Client User Documentation by Daniel Ramsbrock, LAMP, Written: June 29, 2004 Description This software allows you to perform batch OCR using the FineReader OCR engine. Requirements 4. Microsoft Windows 5. Local installation of the FineReader engine 6. FineReader USB license key in local computer Installation 5. Download the FineReaderOCRClient.zip file from 6. Unzip to a directory of your choice. Usage To perform OCR on a set of files where all input files are in the same directory and all output files will go into the same directory, use FineReaderClient.exe. Navigate to the directory where your input images are located. Notice that this directory must ONLY contain valid TIFF files; otherwise the program will crash when it tries to process them. The output path will follow the input path, so you can make small changes to it once you ve selected the input path. Note that if the output directory does not exist, it will be silently created. Also note that if any of the output files exist already, OCR will be skipped for them. Select the primary language of your OCR documents and click on Process. A window will come up informing you of the current file being processed and its status. Most likely, this window will appear to freeze at some point during the OCR process (I tried to fix this, but threads, Visual Basic, and myself don t get along too well ). At any rate, the program will continue to run properly even though the window appears to have crashed and may be not responding according to Windows. Just let it run, checking the output directory from time to time in Explorer to make sure that new files are still being created. Multiple Datasets You can also perform batch OCR on multiple datasets, given that they all share the same parent directory (i.e. ENGLISH1 contains ORIGINAL, FAX, SCAN, etc.) using BatchClient.exe. In the main window, fill in the following fields: Base Directory - the top-level directory that contains all the datasets Run Name - the code name of the OCR software you are using (i.e. SCANSOFT12)

7 Language - the primary language of the documents Click on Run Batch, and the program will enter each subdirectory of the base directory and attempt to process it as a dataset. The same disclaimer as above applies about the window appearing to hang, but the program continuing to run properly. If you are planning on an unattended run of this, it might be a good idea to use AutoEnterSender.exe. This program will simulate Enter being pressed on the keyboard every 20 seconds in order to clear any non-fatal error messages that may come up during the run. It is advisable to minimize any other applications that may be running and make sure that only BatchClient is in focus when you leave the workstation. Problems? Contact Daniel Ramsbrock, spikes51@umiacs.umd.edu

8 Sakhr OCR Client User Documentation by Daniel Ramsbrock, LAMP, Written: June 29, 2004 Description This software allows you to perform batch OCR using the Sakhr OCR engine. Requirements 7. Microsoft Windows 8. Local installation of the Sakhr engine Installation 7. Download the SakhrOCRClient.zip file from 8. Unzip to a directory of your choice. Usage To perform OCR on a set of files where all input files are in the same directory and all output files will go into the same directory, use SakhrClient.exe. Navigate to the directory where your input images are located. Notice that this directory must ONLY contain valid TIFF files; otherwise the program will crash when it tries to process them. The output path will follow the input path, so you can make small changes to it once you ve selected the input path. Note that if the output directory does not exist, it will be silently created. Also note that if any of the output files exist already, OCR will be skipped for them. Select the primary language of your OCR documents and click on Process. A window will come up informing you of the current file being processed and its status. Most likely, this window will appear to freeze at some point during the OCR process (I tried to fix this, but threads, Visual Basic, and myself don t get along too well ). At any rate, the program will continue to run properly even though the window appears to have crashed and may be not responding according to Windows. Just let it run, checking the output directory from time to time in Explorer to make sure that new files are still being created. Multiple Datasets You can also perform batch OCR on multiple datasets, given that they all share the same parent directory (i.e. ENGLISH1 contains ORIGINAL, FAX, SCAN, etc.) using BatchClient.exe. In the main window, fill in the following fields: Base Directory - the top-level directory that contains all the datasets Run Name - the code name of the OCR software you are using (i.e. SCANSOFT12) Language - the primary language of the documents (currently Russian and Arabic only)

9 Click on Run Batch, and the program will enter each subdirectory of the base directory and attempt to process it as a dataset. The same disclaimer as above applies about the window appearing to hang, but the program continuing to run properly. If you are planning on an unattended run of this, it might be a good idea to use AutoEnterSender.exe. This program will simulate Enter being pressed on the keyboard every 20 seconds in order to clear any non-fatal error messages that may come up during the run. It is advisable to minimize any other applications that may be running and make sure that only BatchClient is in focus when you leave the workstation. Problems? Contact Daniel Ramsbrock, spikes51@umiacs.umd.edu

10 Batch OCR with ReadIRIS 9.0 Corporate Edition by Daniel Ramsbrock, LAMP, Written: June 30, 2004 Unlike the other OCR packages, ReadIRIS does not provide an API that allows us to write our own batch processing program. The corporate version does, however, provide limited batch OCR capabilities from within the GUI. It allows you to specify an input folder and an output folder, but it is obviously not aware of our directory structure and can thus only process one dataset at a time. This is obviously very inconvenient since most datasets only contain a few hundred images and the OCR must be started manually each time. To address this issue, follow the instructions below. Note the following about the scripts: They are in /fs/lamp/users/doermann/unix/degredation/scripts/conversion, so be sure add that directory to your path. ds.txt refers to a list of all of the subdirectories that contain datasets (can usually be generated by ls -p1 grep "/") They are designed to be run under UNIX, so you will need to log into bo.cfar or some other UNIX machine with LAMP network file system access 1. In the parent directory that contains all the datasets you want to process, create a directory called ALL. Inside that directory, create directories IMAGES and OCR. Note: All further instructions assume you are in this parent directory. 2. The combine script creates symbolic links from all the images in each dataset s IMAGES directory to ALL/IMAGES. Usage combine.pl < ds.txt 3. In Windows, open the ReadIRIS program. Go to File -> Batch OCR. For the image folder, navigate to the ALL/IMAGES directory. For the text folder, choose the ALL/OCR folder you created above. You do not need to check any of the options just click OK and the OCR will start. 4. From time to time, a message about a DRS error will come up. You can just click OK and ignore it. Other times, the ReadIRIS engine will simply crash on certain images. There is no point in trying to run in on that image again it will crash again. In this case, you will need to use the crash recovery option of the extract script (see below). Once you have ran the extract script with the recovery option, you will need to go back to step When the OCR is finished or when a crash occurs, you will need to run the extract script, which redistributes the.txt files in ALL/OCR back to their respective OCR/run_OCR directories. It also deletes the corresponding images of the finished OCR files so that they will not be processed again by ReadIRIS. Usage: extract.pl < ds.txt 6. When all images have been processed (i.e. ALL/IMAGES is empty), you will need to delete the ALL directory and its (empty) subfolders. Before you do this, be sure to run extract.pl again if there are any files left in ALL/OCR. Note that sometimes, there

11 will be a few images left in ALL/IMAGES even after ReadIRIS has finished. These are most likely either blank images or of such bad quality that OCR was not possible. In this case, ReadIRIS does not create a corresponding OCR file, so you will manually have to create the corresponding blank OCR files (with the UNIX command touch, for example) and delete the remaining images. Crash recovery option (for extract.pl): in order to use this, you must have a list of ALL/IMAGES in "natural" (i.e. filesystem order) called "ocrorder.txt". This can be obtained by executing ls -1U under GNU Linux/UNIX (will NOT work under Solaris on bo). The script uses this file to figure out which file ReadIRIS last died on, creates an empty output file for it, and deletes the corresponding image. Also note that you must insert a line at the very beginning of your ds.txt file containing either "y" or "n" (without the quotes). Problems? Contact Daniel Ramsbrock, spikes51@umiacs.umd.edu

12 How to Generate Batch OCR Summary Reports by Daniel Ramsbrock, LAMP, Written: June 30, 2004 When managing collections of datasets containing several thousand documents, it is crucial to be able to quickly get an overview of the status of each dataset. What started out as a simple way for me to check how many files were in the IMAGES and OCR/run_OCR subdirectories turned into a conglomeration of scripts that now generate a complete report for all datasets in spreadsheet (CSV) format. Usage The scripts are in /fs/lamp/users/doermann/unix/degredation/scripts/reports, so be sure add that directory to your path. They are designed to be run under UNIX, so you will need to log into bo.cfar or some other UNIX machine with LAMP network file system access The files runs.txt and collections.txt determine which datasets will be included in the reporting. In runs.txt, list all the runs you d like to include, not including the _OCR suffix. In collections.txt, list the parent paths of the collections (i.e. the directory that contains all of the datasets for a given language/collection). These paths should be absolute UNIX paths from the machine where you will be running the scripts. 1. To generate reports for all existing datasets, simply run allreports. This will generate an individual report in /fs/lamp/users/doermann/unix/degredation/reports for each existing collection-run combination with the following naming convention: collection_run_report.csv and also one file called All Reports.csv containing all of the reports. Note: The scripts determine whether a dataset exists for a particular run based on the presence of the ORIGINIAL/OCR/run_OCR directory, assuming that every collection would at the very least have an ORIGINAL dataset. 2. To generate individual reports, use the following syntax: filecounts run Report.csv, where run is the name of the run (i.e. SCANSOFT12) and Report.csv is the name of the file where you d like the report to be generated. Note: You must be in the parent directory of the collection when running this command. 3. You can now open any of the.csv files in any spreadsheet program, such as OpenOffice or Microsoft Excel. Under the Hood Description of the Scripts The main script, allreports, calls allruns on each line of text in collections.txt. Allruns, in turn, calls fcwrapper on each line of text in runs.txt. Fcwrapper is simply a wrapper for the filecounts script to avoid a too-long-line error with xargs (which is used by allruns). Filecounts is called with the name of the run and the path of the report, just like in step 2 above. Now the real work begins: filecounts generates several scripts to go into each subdirectory of interest (IMAGES, OCR/run_OCR, etc.) and count the number of files in

13 each. It also calls timediff on the OCR/run_OCR directory, which averages the difference between sequential timestamps, discarding anything over one minute. This provides us with an estimate as to how long the OCR for each file took. Next, report.pl compiles the first five columns of the report: the name of the dataset, number of images, number of OCR files, number of failures, and the status, which is determined based on the number of image and OCR files. The rest of the columns are simply tacked on to the right using calls to mergecols. Finally, addtotals is called to add column totals, the failure rate in percent, and filesystem hyperlinks to the title and dataset names. Once all the reports have been generated in this fashion, allreports uses cat to combine all the.csv files into All Reports.csv. However, the cell addresses in the sum formulas added by addtotals are now no longer valid, so redototals is called to recalculate the cell addresses in the new.csv file. Problems? Contact Daniel Ramsbrock,

Running Java Programs

Running Java Programs Running Java Programs Written by: Keith Fenske, http://www.psc-consulting.ca/fenske/ First version: Thursday, 10 January 2008 Document revised: Saturday, 13 February 2010 Copyright 2008, 2010 by Keith

More information

Copyright 2009 Real Freedom, Inc.

Copyright 2009 Real Freedom, Inc. Probate Letter Generator User s Guide Copyright 2009 Real Freedom, Inc. Installation Mac Users: 1. Go to http://www.realfreedominc.com/plg and click the button to download your software: 2. When prompted,

More information

Scan Station 710/730 Release Notes:

Scan Station 710/730 Release Notes: Scan Station 710/730 Release Notes: Date: March 26, 2018 New features and updates for the Scan Station software release V1.03.67 from V1.03.65 and Remote Administration software release V1.03.42 (no update

More information

ABBYY FineReader 14. User s Guide ABBYY Production LLC. All rights reserved.

ABBYY FineReader 14. User s Guide ABBYY Production LLC. All rights reserved. ABBYY FineReader 14 User s Guide 2017 ABBYY Production LLC All rights reserved Information in this document is subject to change without notice and does not bear any commitment on the part of ABBYY The

More information

1 Installation (briefly)

1 Installation (briefly) Jumpstart Linux Bo Waggoner Updated: 2014-09-15 Abstract A basic, rapid tutorial on Linux and its command line for the absolute beginner. Prerequisites: a computer on which to install, a DVD and/or USB

More information

Installation and Release Bulletin Sybase SDK DB-Library Kerberos Authentication Option 15.5

Installation and Release Bulletin Sybase SDK DB-Library Kerberos Authentication Option 15.5 Installation and Release Bulletin Sybase SDK DB-Library Kerberos Authentication Option 15.5 Document ID: DC00534-01-1550-01 Last revised: December 16, 2009 Topic Page 1. Accessing current bulletins 2 2.

More information

INTERFACE & 16 YUUWAA ONLINE SERVICES...

INTERFACE & 16 YUUWAA ONLINE SERVICES... USER GUIDE Table of Contents INTRODUCTION... 3 SYSTEM REQUIREMENTS... 4 YUUWAA BACKUP... 5 Set Up Your First Backup... 5 Create Your Backup... 6 YuuWaa Online Backup... 9 Launch Your Backup... 11 YuuWaa

More information

Office 2016 Excel Basics 25 Video/Class Project #37 Excel Basics 25: Power Query (Get & Transform Data) to Convert Bad Data into Proper Data Set

Office 2016 Excel Basics 25 Video/Class Project #37 Excel Basics 25: Power Query (Get & Transform Data) to Convert Bad Data into Proper Data Set Office 2016 Excel Basics 25 Video/Class Project #37 Excel Basics 25: Power Query (Get & Transform Data) to Convert Bad Data into Proper Data Set Goal in video # 25: Learn about how to use the Get & Transform

More information

Installation and Release Bulletin Sybase SDK DB-Library Kerberos Authentication Option 15.7

Installation and Release Bulletin Sybase SDK DB-Library Kerberos Authentication Option 15.7 Installation and Release Bulletin Sybase SDK DB-Library Kerberos Authentication Option 15.7 Document ID: DC00534-01-1570-02 Last revised: April 19, 2012 Topic Page 1. Accessing current release bulletin

More information

USING DRUPAL. Hampshire College Website Editors Guide https://drupal.hampshire.edu

USING DRUPAL. Hampshire College Website Editors Guide https://drupal.hampshire.edu USING DRUPAL Hampshire College Website Editors Guide 2014 https://drupal.hampshire.edu Asha Kinney Hampshire College Information Technology - 2014 HOW TO GET HELP Your best bet is ALWAYS going to be to

More information

Ascent 7.0 Release Script for IBM Content Manager for iseries Release Notes

Ascent 7.0 Release Script for IBM Content Manager for iseries Release Notes Ascent 7.0 Release Script for IBM Content Manager for iseries 5.1-5.3 Release Notes 10001403-000 Revision A May 11, 2005 Copyright Copyright 2005 Kofax Image Products, Inc. All rights reserved. Printed

More information

All textures produced with Texture Maker. Not Applicable. Beginner.

All textures produced with Texture Maker. Not Applicable. Beginner. Tutorial for Texture Maker 2.8 or above. Note:- Texture Maker is a texture creation tool by Tobias Reichert. For further product information please visit the official site at http://www.texturemaker.com

More information

RegressItMac installation and test instructions 1

RegressItMac installation and test instructions 1 RegressItMac installation and test instructions 1 1. Create a new folder in which to store your RegressIt files. It is recommended that you create a new folder called RegressIt in the Documents folder,

More information

- 1 - Manual for INDIGO

- 1 - Manual for INDIGO - 1 - Manual for INDIGO Last Revision: December 2001 - 2-1 User Manual 1.1 Introduction Welcome to INDIGO. Much design and consideration has been put into its construction. It is designed for use in therapist-supported

More information

Manually Windows Update Vista Not Work In

Manually Windows Update Vista Not Work In Manually Windows Update Vista Not Work In Safe Mode Doesn't To boot Windows Vista in Safe Mode, follow these steps: If Windows Updates aren't installed automatically in your Windows Vista system, you need

More information

Remark Office OMR Automation Wizard

Remark Office OMR Automation Wizard Remark Office OMR Automation Wizard User s Guide Remark Products Group 301 Lindenwood Drive Malvern, PA 19355-1772 www.gravic.com Disclaimer The information contained in this document is subject to change

More information

BE Share. Microsoft Office SharePoint Server 2010 Basic Training Guide

BE Share. Microsoft Office SharePoint Server 2010 Basic Training Guide BE Share Microsoft Office SharePoint Server 2010 Basic Training Guide Site Contributor Table of Contents Table of Contents Connecting From Home... 2 Introduction to BE Share Sites... 3 Navigating SharePoint

More information

Chapter 10 Linking Calc Data

Chapter 10 Linking Calc Data Calc Guide Chapter 10 Linking Calc Data Sharing data in and out of Calc This PDF is designed to be read onscreen, two pages at a time. If you want to print a copy, your PDF viewer should have an option

More information

Introduction to Adobe Acrobat X. Ken Dickinson Bay Area Computer Training

Introduction to Adobe Acrobat X. Ken Dickinson Bay Area Computer Training Introduction to Adobe Acrobat X Ken Dickinson Bay Area Computer Training www.bactrain.com Table of Contents What s the best way to create a PDF?... 3 Convert Microsoft Word, PowerPoint, and Excel files

More information

Boise State University. Getting To Know FrontPage 2000: A Tutorial

Boise State University. Getting To Know FrontPage 2000: A Tutorial Boise State University Getting To Know FrontPage 2000: A Tutorial Writers: Kevin Gibb, Megan Laub, and Gayle Sieckert December 19, 2001 Table of Contents Table of Contents...2 Getting To Know FrontPage

More information

Using Scantron ParLAN 6.5 for the First Time:

Using Scantron ParLAN 6.5 for the First Time: Page 1 of 19 Using Scantron ParLAN 6.5 for the First Time: Last updated: Monday, December 02, 2013 Nine Basic Steps To request a Scantron Account, please contact the Academic Technology Center. Step One:

More information

LSSP Corporation 1 PinPoint Document Management Initial Setup Guide - Advanced

LSSP Corporation 1 PinPoint Document Management Initial Setup Guide - Advanced INTRODUCTION This guide will go over some of the more advanced topics involved with setting up your PinPoint database. Every topic discussed in this guide is completely optional none of the following is

More information

Getting Started with Command Prompts

Getting Started with Command Prompts Getting Started with Command Prompts Updated December, 2017 Some courses such as Java Programming will ask the student to perform tasks from a command prompt (Windows) or Terminal window (Mac OS). Many

More information

ADOBE DREAMWEAVER CS4 BASICS

ADOBE DREAMWEAVER CS4 BASICS ADOBE DREAMWEAVER CS4 BASICS Dreamweaver CS4 2 This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site layout,

More information

COMS 6100 Class Notes 3

COMS 6100 Class Notes 3 COMS 6100 Class Notes 3 Daniel Solus September 1, 2016 1 General Remarks The class was split into two main sections. We finished our introduction to Linux commands by reviewing Linux commands I and II

More information

Contents. Anaplan Connector for MuleSoft

Contents. Anaplan Connector for MuleSoft SW Version 1.1.2 Contents 1 Overview... 3 2 Mulesoft Prerequisites... 4 3 Anaplan Prerequisites for the Demos... 5 3.1 export demo mule-app.properties file...5 3.2 import demo mule-app.properties file...5

More information

How to build Simbody 2.2 from source on Windows

How to build Simbody 2.2 from source on Windows How to build Simbody 2.2 from source on Windows Michael Sherman, 30 Mar 2011 (minor revision 27 July 2011) Simbody 2.2 was re-engineered to be much easier to build from source than previous releases. One

More information

ACE Operation Manual

ACE Operation Manual ACE Operation Manual Elecsys Director ACE Operation Manual Product Information Full information about other Elecsys products is available on our website at www.elecsyscorp.com Useful Contact Information

More information

A quick guide to installing the SpesCoin Wallet for Windows and MacOS users SPESCOIN WALLET. Installation Guide

A quick guide to installing the SpesCoin Wallet for Windows and MacOS users SPESCOIN WALLET. Installation Guide A quick guide to installing the SpesCoin Wallet for Windows and MacOS users SPESCOIN WALLET Installation Guide HOW TO INSTALL THE SPESCOIN GUI WALLET SYSTEM REQUIREMENT: Ensure you have Java Runtime Environment

More information

Introduction to Qualtrics ITSC

Introduction to Qualtrics ITSC Introduction to Qualtrics ITSC August 2015 Contents A. General Information... 4 B. Login... 5 New Qualtrics User... 5 Existing Qualtrics User... 7 C. Navigating Qualtrics... 9 D. Create Survey... 10 Quick

More information

Checking Out and Building Felix with NetBeans

Checking Out and Building Felix with NetBeans Checking Out and Building Felix with NetBeans Checking out and building Felix with NetBeans In this how-to we describe the process of checking out and building Felix from source using the NetBeans IDE.

More information

FmPro Migrator Developer Edition - Table Consolidation Procedure

FmPro Migrator Developer Edition - Table Consolidation Procedure FmPro Migrator Developer Edition - Table Consolidation Procedure FmPro Migrator Developer Edition - Table Consolidation Procedure 1 Installation 1.1 Installation Tips 5 2 Step 1 2.1 Step 1 - Import Table

More information

Creating Compound Objects (Documents, Monographs Postcards, and Picture Cubes)

Creating Compound Objects (Documents, Monographs Postcards, and Picture Cubes) Creating Compound Objects (Documents, Monographs Postcards, and Picture Cubes) A compound object is two or more files bound together with a CONTENTdm-created XML structure. When you create and add compound

More information

Creating Codes with Spreadsheet Upload

Creating Codes with Spreadsheet Upload Creating Codes with Spreadsheet Upload In order to create a code, you must first have a group, prefix and account set up and associated to each other. This document will provide instructions on creating

More information

eclass Grades Classroom Teacher Guide Windows CSL

eclass Grades Classroom Teacher Guide Windows CSL eclass Grades Windows Classroom Teacher Guide CSL - 11481 Chancery SMS Technical Communications: Sheryl Allen, Robert Desprez, Sarah Hewson, Karin Jensen, Tony Yip April 2003 Chancery Software Ltd. Information

More information

RegressItPC installation and test instructions 1

RegressItPC installation and test instructions 1 RegressItPC installation and test instructions 1 1. Create a new folder in which to store your RegressIt files. It is recommended that you create a new folder called RegressIt in the Documents folder,

More information

Manually Windows Update Vista Not Work In

Manually Windows Update Vista Not Work In Manually Windows Update Vista Not Work In Safe Mode Doesn To boot Windows Vista in Safe Mode, follow these steps: If Windows Updates aren't installed automatically in your Windows Vista system, you need

More information

Excel Vba Manually Update Links Automatically On Open File Ignore

Excel Vba Manually Update Links Automatically On Open File Ignore Excel Vba Manually Update Links Automatically On Open File Ignore Powerpoint VBA to update links on excel files open by someone else without alerts So I would have to update manually each link so it will

More information

Where Did My Files Go? How to find your files using Windows 10

Where Did My Files Go? How to find your files using Windows 10 Where Did My Files Go? How to find your files using Windows 10 Have you just upgraded to Windows 10? Are you finding it difficult to find your files? Are you asking yourself Where did My Computer or My

More information

ONLY IF YOU HAVE VISTA: If you are using Windows Vista, you will need to download the driver from link on the web version of this KB article.

ONLY IF YOU HAVE VISTA: If you are using Windows Vista, you will need to download the driver from link on the web version of this KB article. Title: Installing the Tekram SCSI card. Question: Do you have a step-by-step procedure to install the Tekram SCSI card for use with a Digidata 132x series digitizers? Answer: Follow the step-by-step procedure

More information

Gold Rush Staff Toolbox. Holdings Module Documentation

Gold Rush Staff Toolbox. Holdings Module Documentation Gold Rush Staff Toolbox Holdings Module Documentation Colorado Alliance of Research Libraries 3801 E. Florida, Ste. 515 Denver, CO 80210 (303) 759-3399 FAX: (303) 759-3363 Copyright Colorado Alliance 2004

More information

What s New in Version 4.0

What s New in Version 4.0 Import Version 4.0 Import What s New in Version 4.0 1 Importing Requirements 2 All Applications 2 Microsoft Paint 2 Installing Import 4.0 3 Introduction to Importing 7 Image Import Software Compatibility

More information

Management of Prompts, Grammars, Documents, and Custom Files

Management of Prompts, Grammars, Documents, and Custom Files Management of Prompts, Grammars, Documents, and Custom Files Manage Prompt Files Unified CCX applications can make use of many auxiliary files that interact with callers, such as scripts, pre-recorded

More information

Intro to Excel. To start a new workbook, click on the Blank workbook icon in the middle of the screen.

Intro to Excel. To start a new workbook, click on the Blank workbook icon in the middle of the screen. Excel is a spreadsheet application that allows for the storing, organizing and manipulation of data that is entered into it. Excel has variety of built in tools that allow users to perform both simple

More information

Chapter 2 Text Processing with the Command Line Interface

Chapter 2 Text Processing with the Command Line Interface Chapter 2 Text Processing with the Command Line Interface Abstract This chapter aims to help demystify the command line interface that is commonly used in UNIX and UNIX-like systems such as Linux and Mac

More information

.txt - Exporting and Importing. Table of Contents

.txt - Exporting and Importing. Table of Contents .txt - Exporting and Importing Table of Contents Export... 2 Using Add Skip... 3 Delimiter... 3 Other Options... 4 Saving Templates of Options Chosen... 4 Editing Information in the lower Grid... 5 Import...

More information

Touch Dynamic Quest II 7 - Tablet Staging Setup

Touch Dynamic Quest II 7 - Tablet Staging Setup Touch Dynamic Quest II 7 - Tablet Staging Setup Overview This page was written to assist with setting up and staging of tablets. Touch Dynamic Quest II 7 - Initializing and Turning on the Tablet 1. When

More information

Filr 3.3 Desktop Application Guide for Linux. December 2017

Filr 3.3 Desktop Application Guide for Linux. December 2017 Filr 3.3 Desktop Application Guide for Linux December 2017 Legal Notice For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government rights,

More information

Info Input Express Version Limited Edition. Release Notes

Info Input Express Version Limited Edition. Release Notes Info Input Express Version 2.3.2 Limited Edition Release Notes Contents Installation Pre-Requisites Upgrading from a Previous Release Changes and Bug Fixes in Version 2.3.1 and Version 2.3.2 What s New

More information

LSSP Corporation 1 PinPoint Document Management Initial Setup Guide - Advanced

LSSP Corporation 1 PinPoint Document Management Initial Setup Guide - Advanced INTRODUCTION This guide will go over some of the more advanced topics involved with setting up your database. Every topic discussed in this guide is completely optional for your database none of the following

More information

1 Ctrl + X Cut the selected item. 2 Ctrl + C (or Ctrl + Insert) Copy the selected item. 3 Ctrl + V (or Shift + Insert) Paste the selected item

1 Ctrl + X Cut the selected item. 2 Ctrl + C (or Ctrl + Insert) Copy the selected item. 3 Ctrl + V (or Shift + Insert) Paste the selected item Tips and Tricks Recorder Actions Library XPath Syntax Hotkeys Windows Hotkeys General Keyboard Shortcuts Windows Explorer Shortcuts Command Prompt Shortcuts Dialog Box Keyboard Shortcuts Excel Hotkeys

More information

DOING MORE WITH POWERPOINT: MICROSOFT OFFICE 2013

DOING MORE WITH POWERPOINT: MICROSOFT OFFICE 2013 DOING MORE WITH POWERPOINT: MICROSOFT OFFICE 2013 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT POWERPOINT PAGE 03 Slide Views MORE TASKS IN MICROSOFT POWERPOINT PAGE 05 Formatting

More information

Ascent 6.1 Release Script for FileNet Content Manager 3.0. Release Notes

Ascent 6.1 Release Script for FileNet Content Manager 3.0. Release Notes Ascent 6.1 Release Script for FileNet Content Manager 3.0 Release Notes 10001303-000 Revision A November 16, 2004 Copyright Copyright 2004 Kofax Image Products, Inc. All Rights Reserved. Printed in USA.

More information

RELEASE NOTES. Version NEW FEATURES AND IMPROVEMENTS

RELEASE NOTES. Version NEW FEATURES AND IMPROVEMENTS S AND S Implementation of the Google Adwords connection type Implementation of the NetSuite connection type Improvements to the Monarch Swarm Library Column sorting and enhanced searching Classic trapping

More information

Adobe Dreamweaver CS5 Tutorial

Adobe Dreamweaver CS5 Tutorial Adobe Dreamweaver CS5 Tutorial GETTING STARTED This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site layout,

More information

Importing a CROWNWeb Data Quality Improvement Report.csv File into Excel

Importing a CROWNWeb Data Quality Improvement Report.csv File into Excel Importing a CROWNWeb Data Quality Improvement Report.csv File into Excel Description: The CROWNWeb Data Quality Improvement reports are delivered to organizations as commaseparated value or.csv files.

More information

Web design and content management from Microsoft FrontPage allows you to create, design, modify, and update your own website without learning any

Web design and content management from Microsoft FrontPage allows you to create, design, modify, and update your own website without learning any Web design and content management from Microsoft FrontPage allows you to create, design, modify, and update your own website without learning any complex languages or codes. www.microsoft.com/frontpage

More information

Civil Engineering Computation

Civil Engineering Computation Civil Engineering Computation First Steps in VBA Homework Evaluation 2 1 Homework Evaluation 3 Based on this rubric, you may resubmit Homework 1 and Homework 2 (along with today s homework) by next Monday

More information

Management of Prompts, Grammars, Documents, and Custom Files

Management of Prompts, Grammars, Documents, and Custom Files Management of Prompts, Grammars, Documents, and Custom Files Unified CCX applications can make use of many auxiliary files that interact with callers, such as scripts, pre-recorded prompts, grammars, and

More information

PL/SQL Developer 7.0 New Features. December 2005

PL/SQL Developer 7.0 New Features. December 2005 PL/SQL Developer 7.0 New Features December 2005 L/SQL Developer 7.0 New Features 3 Contents CONTENTS... 3 1. INTRODUCTION... 5 2. DIAGRAM WINDOW... 6 2.1 CREATING A DIAGRAM...6 2.2 SAVING AND OPENING

More information

Writing and Running Programs

Writing and Running Programs Introduction to Python Writing and Running Programs Working with Lab Files These instructions take you through the steps of writing and running your first program, as well as using the lab files in our

More information

Kidspiration 3 Basics Website:

Kidspiration 3 Basics Website: Website: http://etc.usf.edu/te/ Kidspiration is the visual learning tool for K-5 learners from the makers of Inspiration. With Kidspiration, students can build graphic organizers such as webs, concept

More information

XRY Viewer User Guide

XRY Viewer User Guide XRY Viewer User Guide The XRY Viewer is a free, simple-to-use, lightweight viewer for XRY files. Purpose XRY Viewer has been designed as a lightweight application which is free to distribute for the viewing

More information

Excel Select a template category in the Office.com Templates section. 5. Click the Download button.

Excel Select a template category in the Office.com Templates section. 5. Click the Download button. Microsoft QUICK Excel 2010 Source Getting Started The Excel Window u v w z Creating a New Blank Workbook 2. Select New in the left pane. 3. Select the Blank workbook template in the Available Templates

More information

Calendar Guide: Exchange (Outlook) -> Google. How to manually transfer your Exchange (Outlook) calendar over to Google Calendar

Calendar Guide: Exchange (Outlook) -> Google. How to manually transfer your Exchange (Outlook) calendar over to Google Calendar Calendar Guide: Exchange (Outlook) -> Google How to manually transfer your Exchange (Outlook) calendar over to Google Calendar Do I need to do this? If you don t care much for your old calendar events

More information

Ascent 6.06 Release Script for Hummingbird DM Release Notes

Ascent 6.06 Release Script for Hummingbird DM Release Notes Ascent 6.06 Release Script for Hummingbird DM 5.0-5.1 Release Notes 10001305-000 Revision A September 27, 2004 Copyright Copyright 2004 Kofax Image Products, Inc. All Rights Reserved. Printed in USA. The

More information

ZENworks 2017 Update 2 Endpoint Security Utilities Reference. February 2018

ZENworks 2017 Update 2 Endpoint Security Utilities Reference. February 2018 ZENworks 2017 Update 2 Endpoint Security Utilities Reference February 2018 Legal Notice For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S.

More information

Barchard Introduction to SPSS Marks

Barchard Introduction to SPSS Marks Barchard Introduction to SPSS 22.0 3 Marks Purpose The purpose of this assignment is to introduce you to SPSS, the most commonly used statistical package in the social sciences. You will create a new data

More information

COPYRIGHTED MATERIAL. Lesson 1

COPYRIGHTED MATERIAL. Lesson 1 Lesson What you ll learn in this lesson: Adding files to the Organizer Understanding workspaces Using the Photo Downloader Creating an album Importing your Photos into Adobe Photoshop Elements Adobe Photoshop

More information

Adobe Dreamweaver CC 17 Tutorial

Adobe Dreamweaver CC 17 Tutorial Adobe Dreamweaver CC 17 Tutorial GETTING STARTED This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site

More information

Installation of Perl and BioPerl with modules for MySQL databases (Windows XP)

Installation of Perl and BioPerl with modules for MySQL databases (Windows XP) Installation of Perl and BioPerl with modules for MySQL databases (Windows XP) 1. Installation of ActiveState Perl 1 2. Installation of Perl modules and BioPerl 2 3. Executing Perl scripts 5 4. Installation

More information

DupScout DUPLICATE FILES FINDER

DupScout DUPLICATE FILES FINDER DupScout DUPLICATE FILES FINDER User Manual Version 10.3 Dec 2017 www.dupscout.com info@flexense.com 1 1 Product Overview...3 2 DupScout Product Versions...7 3 Using Desktop Product Versions...8 3.1 Product

More information

Ascent XML Release. Release Notes. Version 5.0. Important: These printed Release Notes supercede the notes in PDF format on the Ascent XML CD.

Ascent XML Release. Release Notes. Version 5.0. Important: These printed Release Notes supercede the notes in PDF format on the Ascent XML CD. Ascent XML Release Version 5.0 Important: These printed Release Notes supercede the notes in PDF format on the Ascent XML CD. Release Notes 10001154-000 Revision A September 15, 2003 Copyright Copyright

More information

Project #1 Seamcarve

Project #1 Seamcarve Project #1 Seamcarve Out: Thursday, January 24 In: This is real, this is me Im exactly where I m supposed to be, now Gonna let the light, shine on me Now I ve found, who I am There s no way to hold it

More information

Brainware Intelligent Capture

Brainware Intelligent Capture Brainware Intelligent Capture Release Notes Version: 5.8.1 Written by: Product Knowledge, R&D Date: Thursday, January 11, 2018 2017 Hyland Software, Inc. and its affiliates. Table of Contents Brainware

More information

FrontPage Help Center. Topic: FrontPage Basics

FrontPage Help Center. Topic: FrontPage Basics FrontPage Help Center Topic: FrontPage Basics by Karey Cummins http://www.rtbwizards.com http://www.myartsdesire.com 2004 Getting Started... FrontPage is a "What You See Is What You Get" editor or WYSIWYG

More information

Google Drive: Access and organize your files

Google Drive: Access and organize your files Google Drive: Access and organize your files Use Google Drive to store and access your files, folders, and Google Docs anywhere. Change a file on the web, your computer, or your mobile device, and it updates

More information

CREATING ACCESSIBLE SPREADSHEETS IN MICROSOFT EXCEL 2010/13 (WINDOWS) & 2011 (MAC)

CREATING ACCESSIBLE SPREADSHEETS IN MICROSOFT EXCEL 2010/13 (WINDOWS) & 2011 (MAC) CREATING ACCESSIBLE SPREADSHEETS IN MICROSOFT EXCEL 2010/13 (WINDOWS) & 2011 (MAC) Screen readers and Excel Users who are blind rely on software called a screen reader to interact with spreadsheets. Screen

More information

Outlook Web Access. In the next step, enter your address and password to gain access to your Outlook Web Access account.

Outlook Web Access. In the next step, enter your  address and password to gain access to your Outlook Web Access account. Outlook Web Access To access your mail, open Internet Explorer and type in the address http://www.scs.sk.ca/exchange as seen below. (Other browsers will work but there is some loss of functionality) In

More information

Python for Astronomers. Week 1- Basic Python

Python for Astronomers. Week 1- Basic Python Python for Astronomers Week 1- Basic Python UNIX UNIX is the operating system of Linux (and in fact Mac). It comprises primarily of a certain type of file-system which you can interact with via the terminal

More information

Technology Services. Leander ISD

Technology Services. Leander ISD Technology Services Leander ISD 2017 2017 Contents Create Document... 3 Add Title... 4 Save Document... 4 Add/Edit Text... 4 Change/Add Fonts... 4 Edit Font... 5 Paint Format Tool... 5 Insert Image...

More information

Creating Pages with the CivicPlus System

Creating Pages with the CivicPlus System Creating Pages with the CivicPlus System Getting Started...2 Logging into the Administration Side...2 Icon Glossary...3 Mouse Over Menus...4 Description of Menu Options...4 Creating a Page...5 Menu Item

More information

How to make a Work Profile for Windows 10

How to make a Work Profile for Windows 10 How to make a Work Profile for Windows 10 Setting up a new profile for Windows 10 requires you to navigate some screens that may lead you to create the wrong type of account. By following this guide, we

More information

CSE 101 Introduction to Computers Development / Tutorial / Lab Environment Setup

CSE 101 Introduction to Computers Development / Tutorial / Lab Environment Setup CSE 101 Introduction to Computers Development / Tutorial / Lab Environment Setup Purpose: The purpose of this lab is to setup software that you will be using throughout the term for learning about Python

More information

OU EDUCATE TRAINING MANUAL

OU EDUCATE TRAINING MANUAL OU EDUCATE TRAINING MANUAL OmniUpdate Web Content Management System El Camino College Staff Development 310-660-3868 Course Topics: Section 1: OU Educate Overview and Login Section 2: The OmniUpdate Interface

More information

Diaphora An IDA Python BinDiffing plugin

Diaphora An IDA Python BinDiffing plugin Diaphora An IDA Python BinDiffing plugin Index Introduction...2 Files distributed with the diaphora distribution...2 Running Diaphora...2 Diaphora quick start...4 Finding differences in new versions (Patch

More information

eftp Application User Guide

eftp Application User Guide Team A eftp User Guide 1/30 eftp Application User Guide Table of Contents Page 1. Acknowledgement 2 2. Introduction a. Welcome eftp Audience 3 b. What s in this manual 3 c. Manual Conventions 3 d. Getting

More information

Océ Printer Driver for Adobe Postscript 3. Make the link. Installation guide Installation and configuration

Océ Printer Driver for Adobe Postscript 3. Make the link. Installation guide Installation and configuration Océ Printer Driver for Adobe Postscript 3 Make the link Installation guide Installation and configuration Copyright 2013, Océ All rights reserved. No part of this work may be reproduced, copied, adapted,

More information

Microsoft Office 2016 Mail Merge

Microsoft Office 2016 Mail Merge Microsoft Office 2016 Mail Merge Mail Merge Components In order to understand how mail merge works you need to examine the elements involved in the process. In any mail merge, you'll deal with three different

More information

Grandstream Networks, Inc. XML Configuration File Generator User Guide (For Windows Users)

Grandstream Networks, Inc. XML Configuration File Generator User Guide (For Windows Users) Grandstream Networks, Inc. Table of Content INTRODUCTION... 3 CHANGE LOG... 4 Version 3.1... 4 Version 3.0... 4 FILES IN THE PACKAGE... 5 Example TXT Config Template (Config_Example.txt)... 5 Example CSV

More information

Creating full-featured PDFs in OpenOffice LUXURY EXPORT

Creating full-featured PDFs in OpenOffice LUXURY EXPORT Creating full-featured PDFs in OpenOffice LUXURY EXPORT www.sxc.hu The PDF format has many useful features that make it easier for readers to find their way around large documents, but the native PDF export

More information

Online Backup Client User Manual

Online Backup Client User Manual Online Backup Client User Manual Software version 3.21 For Linux distributions October 2010 Version 2.0 Disclaimer This document is compiled with the greatest possible care. However, errors might have

More information

User Guide. For version 0.5, January Download the latest version from jnetmap.sourceforge.net

User Guide. For version 0.5, January Download the latest version from jnetmap.sourceforge.net User Guide For version 0.5, January 2011 Download the latest version from jnetmap.sourceforge.net Table of Contents Introduction...1 Quick Start...1 Opening and saving files...1 Passwords...1 Editing a

More information

Guide to Importing Data

Guide to Importing Data Guide to Importing Data CONTENTS Data Import Introduction... 3 Who should use the Gold-Vision Import Client?... 3 Prepare your data... 3 Downloading and installing the import client... 7 Step One Getting

More information

Project #1 Seamcarve

Project #1 Seamcarve Project #1 Seamcarve Out: Thursday, January 25 In: It s no use, it s no use, we are doomed! You did it! You saved us, Perry the...cs16 Student -Doofenshmirtz 1 Installing, Handing In, Demos 1. To install,

More information

Table of Contents. Installation Global Office Mini-Tutorial Additional Information... 12

Table of Contents. Installation Global Office Mini-Tutorial Additional Information... 12 TM Table of Contents Installation... 1 Global Office Mini-Tutorial... 5 Additional Information... 12 Installing Global Suite The Global Suite installation program installs both Global Office and Global

More information

Excel Introduction to Excel Databases & Data Tables

Excel Introduction to Excel Databases & Data Tables Creating an Excel Database Key field: Each record should have some field(s) that helps to uniquely identify them, put these fields at the start of your database. In an Excel database each column is a field

More information

Workshare Professional 10. Getting Started Guide

Workshare Professional 10. Getting Started Guide Workshare Professional 10 Getting Started Guide Introducing Workshare Professional 10 Workshare is dedicated to helping professionals compare, protect and share their documents. New features Compare Excel

More information

How to Convert a Microsoft Word Document to PDF Format

How to Convert a Microsoft Word Document to PDF Format How to Convert a Microsoft Word Document to PDF Format Sharing a file in PDF format allows people to view the document regardless of what word processor they are using. More importantly, it prevents formatting

More information

CTC Accounts Active Directory Synchronizer User Guide

CTC Accounts Active Directory Synchronizer User Guide i Contents Overview... 3 System Requirements... 4 Additional Notes... 5 Installation and Configuration... 6 Running the Synchronizer Interactively... 7 Automatic Updates... 7 Logging In... 8 Options...

More information