ImageProcessing

ImageProcessing class

Module: asposeocr

Helper class for Aspose OCR library. Allows to preprocess and save images.

Methods

NameReturn TypeStaticDescription
saveYesUse 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.

ParameterTypeDescription
images``OcrInput object containing different images OcrInput.
folderPath``Path without image names for saving processed images.