C# Class Strabo.Core.Worker.TextRecognitionWorker

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

Public Methods

Method Description
Apply ( string inputPath, string outputPath, string TesseractResultsJSONFileName, double top, double left, double bottom, double right ) : void
Apply ( string inputPath, string outputPath, string TesseractResultsJSONFileName, string lng, string dictionaryFilePath, int dictionaryExactMatchStringLength, double bbxW, double bbxN, double xscale, double yscale, string srid, double top, double left, double bottom, double right, bool elasticsearch ) : void
TextRecognitionWorker ( ) : System

Method Details

Apply() public method

public Apply ( string inputPath, string outputPath, string TesseractResultsJSONFileName, double top, double left, double bottom, double right ) : void
inputPath string
outputPath string
TesseractResultsJSONFileName string
top double
left double
bottom double
right double
return void

Apply() public method

public Apply ( string inputPath, string outputPath, string TesseractResultsJSONFileName, string lng, string dictionaryFilePath, int dictionaryExactMatchStringLength, double bbxW, double bbxN, double xscale, double yscale, string srid, double top, double left, double bottom, double right, bool elasticsearch ) : void
inputPath string
outputPath string
TesseractResultsJSONFileName string
lng string
dictionaryFilePath string
dictionaryExactMatchStringLength int
bbxW double
bbxN double
xscale double
yscale double
srid string
top double
left double
bottom double
right double
elasticsearch bool
return void

TextRecognitionWorker() public method

public TextRecognitionWorker ( ) : System
return System