The LEADTOOLS.Cloud.Job assembly allows developers to create custom worker assemblies for the cloud framework. Worker assemblies are responsible for doing the actual work, whether it is converting files, gathering data, or whatever the objective of your cloud may be. These worker assemblies are dynamically loaded by the cloud framework to handle the job processing when new jobs are available in the queue.
Two demos are available, as follows:
The OCRCloudDemo demonstrates how to create custom worker assemblies which can be used to perform OCR on submitted images.
The MultimediaCloudDemo demonstrates how to convert multimedia files.
For more information, refer to Creating Cloud Worker Assemblies.