Package | Description |
---|---|
com.aspose.ocr | |
com.aspose.ocr.SpellCheck |
Modifier and Type | Method and Description |
---|---|
String |
AsposeOCR.CorrectSpelling(String text,
SpellCheckLanguage language)
Corrects text (replaces misspelled words).
|
String |
AsposeOCR.CorrectSpelling(String text,
SpellCheckLanguage language,
String dictionaryPath)
Corrects text (replaces misspelled words).
|
String |
RecognitionResult.getSpellCheckCorrectedText(SpellCheckLanguage language)
Corrects text (replaces misspelled words).
|
List<SpellCheckError> |
RecognitionResult.getSpellCheckErrorList(SpellCheckLanguage language)
Find the misspelled words with suggested spellings for a given input text.
|
void |
RecognitionResult.saveSpellCheckCorrectedText(String fullFileName,
Format format,
SpellCheckLanguage language)
Saves the corrected text in the document in the plain text or Microsoft Word
Text Document format.
|
Modifier and Type | Method and Description |
---|---|
static SpellCheckLanguage |
SpellCheckLanguage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpellCheckLanguage[] |
SpellCheckLanguage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|