| Package | Description |
|---|---|
| com.aspose.ocr | |
| com.aspose.ocr.models |
| Modifier and Type | Method and Description |
|---|---|
void |
OcrOutput.save(OutputStream stream,
Format saveFormat)
Save all recognition results to a memory stream in the specified format.
|
void |
OcrOutput.save(OutputStream stream,
Format saveFormat,
String embeddedFontPath,
PdfOptimizationMode optimizePdf)
Save all recognition results to a memory stream in the specified format.
|
void |
OcrOutput.save(String fullFileName,
Format saveFormat)
Save all recognition result to a file.
|
void |
RecognitionResult.save(String fullFileName,
Format format)
Saves the document in the plain text or other document format.
|
void |
RecognitionResult.save(String fullFileName,
Format format,
PdfOptimizationMode optimizePdf)
Saves the document in the plain text or other document format.
|
void |
OcrOutput.save(String fullFileName,
Format saveFormat,
String embeddedFontPath,
PdfOptimizationMode optimizePdf)
Save all recognition result to a file.
|
static void |
AsposeOCR.SaveMultipageDocument(OutputStream stream,
Format saveFormat,
ArrayList<RecognitionResult> results)
Allows to get multipage document from list of RecognitionResult objects.
|
static void |
AsposeOCR.SaveMultipageDocument(OutputStream stream,
Format saveFormat,
ArrayList<RecognitionResult> results,
String embeddedFontPath)
Allows to get multipage document from list of RecognitionResult objects.
|
static void |
AsposeOCR.SaveMultipageDocument(OutputStream stream,
Format saveFormat,
ArrayList<RecognitionResult> results,
String embeddedFontPath,
PdfOptimizationMode optimizePdf)
Allows to get multipage document from list of RecognitionResult objects.
|
static void |
AsposeOCR.SaveMultipageDocument(String fullFileName,
Format saveFormat,
ArrayList<RecognitionResult> results)
Allows to get multipage document from list of RecognitionResult objects.
|
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.
|
static void |
AsposeOCR.SaveMultipageDocument(String fullFileName,
Format saveFormat,
ArrayList<RecognitionResult> results,
String embeddedFontPath)
Allows to get multipage document from list of RecognitionResult objects.
|
static void |
AsposeOCR.SaveMultipageDocument(String fullFileName,
Format saveFormat,
ArrayList<RecognitionResult> results,
String embeddedFontPath,
PdfOptimizationMode optimizePdf)
Allows to get multipage document from list of RecognitionResult objects.
|
void |
RecognitionResult.saveSpellCheckCorrectedText(String fullFileName,
Format format)
Saves the corrected with English dictionary 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 other format.
|
| 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.
|
Copyright © 2025 Aspose. All rights reserved.