C# Class Strabo.Core.TextRecognition.CheckDictionary

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

Méthodes publiques

Méthode Description
findSimilarDictionaryWord ( string word, double maxSimilarity, int index, List equalMinDistanceDictWordList ) : double
getDictionaryWord ( TessResult tr, int dictionaryExactMatchStringLength ) : TessResult
readDictionary ( string DictionaryPath ) : void

Private Methods

Méthode Description
checkMultiLines ( string text ) : DictResult
checkOneLine ( string text ) : DictResult
checkOneWord ( string text ) : DictResult
reverseWord ( string word ) : string

Method Details

findSimilarDictionaryWord() public static méthode

public static findSimilarDictionaryWord ( string word, double maxSimilarity, int index, List equalMinDistanceDictWordList ) : double
word string
maxSimilarity double
index int
equalMinDistanceDictWordList List
Résultat double

getDictionaryWord() public static méthode

public static getDictionaryWord ( TessResult tr, int dictionaryExactMatchStringLength ) : TessResult
tr TessResult
dictionaryExactMatchStringLength int
Résultat TessResult

readDictionary() public static méthode

public static readDictionary ( string DictionaryPath ) : void
DictionaryPath string
Résultat void