public class ImageProcessing extends Object
| Constructor and Description |
|---|
ImageProcessing() |
| Modifier and Type | Method and Description |
|---|---|
static OcrInput |
Render(OcrInput images)
Use image processing to improve the accuracy of OCR.
|
static OcrInput |
Save(OcrInput images,
String folderPath)
Use image processing to improve the accuracy of OCR.
|
public static OcrInput Save(OcrInput images, String folderPath) throws AsposeOCRException
images - OcrInput object containing different images @see #OcrInput.folderPath - Path without image names for saving processed images.AsposeOCRException - if file not found, resource not found or recognition error.public static OcrInput Render(OcrInput images) throws AsposeOCRException
images - OcrInput object containing different images @see #OcrInput.AsposeOCRException - if file not found, resource not found or recognition error.Copyright © 2025 Aspose. All rights reserved.