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

Item-level submission package module looks for TIFF images without matching text files and uses Tesseract (if installed) to perform the OCR
This class implements the abstractSubmissionPackageModule abstract class and implements the iSubmissionPackageModule interface.
Inheritance: SobekCM.Builder_Library.Modules.Items.abstractSubmissionPackageModule
Afficher le fichier Open project: MarkVSullivan/SobekCM-Web-Application

Méthodes publiques

Méthode Description
DoWork ( Incoming_Digital_Resource Resource ) : bool

Looks for TIFF images without matching text files and uses Tesseract (if installed) to perform the OCR

Method Details

DoWork() public méthode

Looks for TIFF images without matching text files and uses Tesseract (if installed) to perform the OCR
public DoWork ( Incoming_Digital_Resource Resource ) : bool
Resource Incoming_Digital_Resource Incoming digital resource object
Résultat bool