Package | Description |
---|---|
com.aspose.ocr.gpu |
Modifier and Type | Method and Description |
---|---|
static Format |
Format.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Format[] |
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,
Format format)
Saves the document in the plain text or Microsoft Word
Text Document format.
|
void |
RecognitionResult.saveSpellCheckCorrectedText(String fullFileName,
Format format)
Saves the corrected text in the document in the plain text or Microsoft Word
Text Document format.
|
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.
|
Copyright © 2021 Aspose. All rights reserved.