Error processing SSI file
LEADTOOLS JobProcessor (Leadtools.JobProcessor.Job assembly)

Show in webframe

Leadtools.JobProcessor.Job Introduction

The LEADTOOLS.JobProcessor.Job assembly allows developers to create custom worker assemblies for the LEADTOOLS Distributed Computing (Job Processor) SDK. Worker assemblies are responsible for doing the actual work, whether it is converting files, gathering data, or whatever the objective of your Job Processor may be. These worker assemblies are dynamically loaded by the LEADTOOLS Distributed Computing (Job Processor) SDK to handle the job processing when new jobs are available in the queue.

Two demos are available, as follows:

  1. The OCRJobProcessorDemo demonstrates how to create custom worker assemblies which can be used to perform OCR on submitted images.

  2. The MultimediaJobProcessorDemo demonstrates how to convert multimedia files.

For more information, refer to Creating JobProcessor Worker Assemblies.

Supported Environments
See Also

Reference

Introduction
Getting Started (Guide to Example Programs)
LEADTOOLS JobProcessor Job Assembly
Programming with the LEADTOOLS Distributed Computing (Job Processor) SDK

Assemblies

Leadtools.Services.JobProcessor.DataContracts
Leadtools.Services.JobProcessor.FaultContracts
Leadtools.Services.JobProcessor.ServiceContracts

Tutorials

Creating a JobProcessor Worker
Adding Jobs to the JobProcessor

Error processing SSI file