C# Class Strabo.Core.Worker.CommandLineWorker

Exibir arquivo Open project: spatial-computing/strabo-learning-ocr-transformation Class Usage Examples

Public Methods

Method Description
Apply ( InputArgs inputArgs, bool processLocalFiles, double top, double left, double bottom, double right ) : void
CommandLineWorker ( ) : System

Private Methods

Method Description
SetFolder ( string path ) : void

Method Details

Apply() public method

public Apply ( InputArgs inputArgs, bool processLocalFiles, double top, double left, double bottom, double right ) : void
inputArgs InputArgs
processLocalFiles bool
top double
left double
bottom double
right double
return void

CommandLineWorker() public method

public CommandLineWorker ( ) : System
return System