Package | Description |
---|---|
com.aspose.ocr |
Modifier and Type | Method and Description |
---|---|
static SaveFormat.Format |
SaveFormat.Format.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SaveFormat.Format[] |
SaveFormat.Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
RecognitionResult.save(String fullFileName,
SaveFormat.Format format)
Saves the document in the plain text, Microsoft Word, Office Open XML or ODF
Text Document format.
|
void |
RecognitionResult.saveSpellCheckCorrectedText(String fullFileName,
SaveFormat.Format format)
Saves the corrected text in the document in the plain text, Microsoft Word, Office Open XML or ODF Text Document format.
|
void |
RecognitionResult.saveSpellCheckCorrectedText(String fullFileName,
SaveFormat.Format format,
SpellCheckLanguage language)
Saves the corrected text in the document in the plain text, Microsoft Word, Office Open XML or ODF Text Document format.
|
Copyright © 2021 Aspose. All rights reserved.