CorrectSpelling
AsposeOcr.CorrectSpelling method
Corrects text (replaces misspelled words).
public string CorrectSpelling(string text, SpellCheckLanguage language = SpellCheckLanguage.Eng,
string dictionaryPath = null)
Parameter | Type | Description |
---|---|---|
text | String | Text for correction. |
language | SpellCheckLanguage | Dictionary to use. |
dictionaryPath | String | Optionally. Full path to the user dictionary (frequency dictionary). Dictionary file format: Plain text file in UTF-8 encoding. Word and Word Frequency are separated by space or tab.Per default, the word is expected in the first column and the frequency in the second column. Every word-frequency-pair in a separate line.A line is defined as a sequence of characters followed by a line feed ("\n"), a carriage return ("\r"), or a carriage return immediately followed by a line feed("\r\n"). Every word is expected to be in lower case. |
Return Value
Text with replaced words.
See Also
- enum SpellCheckLanguage
- class AsposeOcr
- namespace Aspose.OCR
- assembly Aspose.OCR