C# Class SobekCM.Builder_Library.Modules.Items.OcrTiffsModule

Item-level submission package module performs OCR on the incoming TIFF files to create indexable text
This class implements the abstractSubmissionPackageModule abstract class and implements the iSubmissionPackageModule interface.
Inheritance: SobekCM.Builder_Library.Modules.Items.abstractSubmissionPackageModule
显示文件 Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Public Methods

Method Description
DoWork ( Incoming_Digital_Resource Resource ) : bool

Performs OCR on the incoming TIFF files to create indexable text

Method Details

DoWork() public method

Performs OCR on the incoming TIFF files to create indexable text
public DoWork ( Incoming_Digital_Resource Resource ) : bool
Resource Incoming_Digital_Resource Incoming digital resource object
return bool