| Package | Description |
|---|---|
| com.aspose.ocr |
| Modifier and Type | Method and Description |
|---|---|
RecognitionResult |
RecognitionResult.add(RecognitionResult other) |
RecognitionResult |
RecognitionResult.clone() |
| Modifier and Type | Method and Description |
|---|---|
RecognitionResult |
RecognitionResult.add(RecognitionResult other) |
static void |
AsposeOCR.debugModeCheckAndExecuteForResult(BufferedImage image,
String fileName,
RecognitionResult result) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OcrOutput.addAll(Collection<? extends RecognitionResult> collection)
Overrides addAll to add the elements of the specified collection to the end of the OcrOutput list.
|
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.
|
Copyright © 2025 Aspose. All rights reserved.