ImageProcessing
Contents
[
Hide
]ImageProcessing class
Module: asposeocr
Helper class for Aspose OCR library. Allows to preprocess and save images.
Methods
| Name | Return Type | Static | Description |
|---|---|---|---|
| save | Yes | Use image processing to improve the accuracy of OCR. Create a list of filters that will be applied to the input image in the order you specify. You don’t need all of them. Set only what you need. |
ImageProcessing.save (static)
save(images, folderPath)
Use image processing to improve the accuracy of OCR. Create a list of filters that will be applied to the input image in the order you specify. You don’t need all of them. Set only what you need.
| Parameter | Type | Description |
|---|---|---|
images | `` | OcrInput object containing different images OcrInput. |
folderPath | `` | Path without image names for saving processed images. |