C# Class Strabo.Core.TextRecognition.CleanTesseractResult

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

Public Methods

Method Description
Apply ( List tessOcrResultList, string dictionaryPath, int dictionaryExactMatchStringLength, string lng, double top, double left, double bottom, double right, bool elasticsearch ) : List
CleanChinese ( TessResult tessOcrResult ) : TessResult
CleanEnglish ( TessResult tessOcrResult ) : TessResult
CleanTesseractResult ( ) : System
RemoveMergeMultiLineResults ( List tessOcrResultList, int maxLineLimit ) : List

Method Details

Apply() public method

public Apply ( List tessOcrResultList, string dictionaryPath, int dictionaryExactMatchStringLength, string lng, double top, double left, double bottom, double right, bool elasticsearch ) : List
tessOcrResultList List
dictionaryPath string
dictionaryExactMatchStringLength int
lng string
top double
left double
bottom double
right double
elasticsearch bool
return List

CleanChinese() public method

public CleanChinese ( TessResult tessOcrResult ) : TessResult
tessOcrResult TessResult
return TessResult

CleanEnglish() public method

public CleanEnglish ( TessResult tessOcrResult ) : TessResult
tessOcrResult TessResult
return TessResult

CleanTesseractResult() public method

public CleanTesseractResult ( ) : System
return System

RemoveMergeMultiLineResults() public method

public RemoveMergeMultiLineResults ( List tessOcrResultList, int maxLineLimit ) : List
tessOcrResultList List
maxLineLimit int
return List