C# Класс Strabo.Core.Worker.TextRecognitionWorker

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

Apply() публичный Метод

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
Результат void

Apply() публичный Метод

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
Результат void

TextRecognitionWorker() публичный Метод

public TextRecognitionWorker ( ) : System
Результат System