C# 클래스 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.
상속: SobekCM.Builder_Library.Modules.Items.abstractSubmissionPackageModule
파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application

공개 메소드들

메소드 설명
DoWork ( Incoming_Digital_Resource Resource ) : bool

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

메소드 상세

DoWork() 공개 메소드

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
리턴 bool