C# Class Strabo.Core.Worker.TextRecognitionWorker

Afficher le fichier Open project: spatial-computing/strabo-learning-ocr-transformation Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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
Résultat void

Apply() public méthode

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
Résultat void

TextRecognitionWorker() public méthode

public TextRecognitionWorker ( ) : System
Résultat System