| 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.
|
static void |
AsposeOCR.SaveMultipageDocument(String fullFileName,
Format saveFormat,
ArrayList<RecognitionResult> results,
SpellCheckLanguage language)
Allows to get multipage document from list of RecognitionResult objects with spell-check correction.
|
void |
RecognitionResult.saveSpellCheckCorrectedText(String fullFileName,
Format format,
SpellCheckLanguage language)
Saves the corrected text in the document in the plain text or other 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.
|
Copyright © 2025 Aspose. All rights reserved.