Importing Windows Batch Class to Linux Environment

The following instructions describe how to migrate batch classes from Windows to Linux. Before proceeding, export your batches from the Windows environment and import them into the Linux one. The following changes should be made after importing the batch class to Linux.

After Importing the Batch Class to Linux

Follow the instructions below for each imported batch class.

Page Process Module

  1. Remove the RECOSTAR_HOCR plugin from the module.
  2. Add either the NUANCE_HOCR or TESSERACT_HOCR plugin to the Page Process module, along with any dependencies.
  3. Click Apply.

Extraction Module

  1. Remove the RECOSTAR_EXTRACTION plugin.
  2. Add the NUANCE_EXTRACTION_PLUGIN in the Extraction module, along with any dependencies.
  3. Click Apply.

  1. Edit the batch class to use Nuance ZON files in place of corresponding RSP files. This is configured on the Document Types page for each document type in the batch class. Nuance uses the configured ZON files for extraction.
  2. Click Apply.

Folder Import Module

  1. In the IMPORT_MULTIPAGE_FILES plugin, edit the GhostScript Image Parameters:
    • Remove “-sDEVICE=tiffscaled24”
    • Replace it with “-sDEVICE=tiff24nc”
  2. Click Apply

Export Module

  1. In the CREATEMULTIPAGE_FILES plugin, set the PDF Optimization switch to OFF.
  2. Change the Multipage File Export Process to use any of the following options (Do not select RECOSTAR):
    • IMAGE_MAGICK
    • HOCRtoPDF
    • GHOSTSCRIPT
    • ITEXT
    • ITEXT-SEARCHABLE

Note: The default option is IMAGE_MAGICK. 

  1. In the COPY_BATCH_XML plugin, edit the Final Export Folder with the desired path.
  2. In the same file, update the Multipage File Name.
  3. Click Apply.

  1. Click Deploy to deploy the changes to the workflow.