| Package | Description |
|---|---|
| com.aspose.ocr | |
| com.aspose.ocr.models |
| Modifier and Type | Method and Description |
|---|---|
void |
OcrOutput.save(OutputStream stream,
Format saveFormat,
String embeddedFontPath,
PdfOptimizationMode optimizePdf)
Save all recognition results to a memory stream in the specified 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,
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,
String embeddedFontPath,
PdfOptimizationMode optimizePdf)
Allows to get multipage document from list of RecognitionResult objects.
|
void |
OcrOutput.savePdf(OutputStream stream,
String embeddedFontPath,
PdfOptimizationMode optimizePdf)
Save all recognition results into an in-memory searchable PDF document, embedding the original images as the background.
|
void |
OcrOutput.savePdf(String fullFileName,
String embeddedFontPath,
PdfOptimizationMode optimizePdf)
Save all recognition results into a searchable PDF file, with the original images set as the background.
|
| Modifier and Type | Method and Description |
|---|---|
static PdfOptimizationMode |
PdfOptimizationMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PdfOptimizationMode[] |
PdfOptimizationMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2025 Aspose. All rights reserved.