#Program Instruction
- Install Python 2.7 (32-bit) from: https://www.python.org/ftp/python/2.7.13/python-2.7.13.msi
- Make sure the following 'Path' are added to 'System variables':
- C:\Python27\
- C:\Python27\Scripts
- Install all dependncies for pandas: setuptools, Numpy, python-dateutil, pytz.
- CMD Commands: pip install setuptools
- pip install numpy
- pip install python-dateutil
- pip install pytz
- Install pandas.
- CMD command: pip install pandas
- Install latest ImageMagick (32-bit) from http://www.imagemagick.org/download/binaries/
- Make sure the following 'Path' are added to 'System variables':
- C:\Program Files (x86)\ImageMagick-6.9.6-Q8
- Install Wand (and all dependncies if necessary):
- CMD commands: pip install Wand
- Run main.py.
- Choose the directory where all TIFF and XML file will be stored.
- Choose the directory of original XML files.
- Choose the directory of original JPG files.
- Indicate the number of specimens to process.
- The result will be stored in temp.csv.
##Note:
- All '|' are replaced by '!' because a filename contains '|' is illegal.
- All '?' are replaced by '_' because a filename contains '?' is illegal.