C# Class Sample.Processor

ファイルを表示 Open project: abbyysdk/ocrsdk.com Class Usage Examples

Public Properties

Property Type Description
ProgressChangedAction ProgressChangedActionHandler
StepChangedAction StepChangedActionHandler

Public Methods

Method Description
Process ( string imagePath, ProcessingSettings settings ) : string
Processor ( ) : System

Private Methods

Method Description
getValueByKey ( string line, string key ) : string
setProgress ( int progress ) : void
setStep ( string description ) : void
waitForTask ( OcrSdkTask task ) : OcrSdkTask

Method Details

Process() public method

public Process ( string imagePath, ProcessingSettings settings ) : string
imagePath string
settings ProcessingSettings
return string

Processor() public method

public Processor ( ) : System
return System

Property Details

ProgressChangedAction public_oe property

public ProgressChangedActionHandler ProgressChangedAction
return ProgressChangedActionHandler

StepChangedAction public_oe property

public StepChangedActionHandler StepChangedAction
return StepChangedActionHandler