Aspose.OCR for Python via Java API docs
|
Helper class for Aspose OCR library. More...
Static Public Member Functions | |
save (images, folderPath) | |
Use image processing to improve the accuracy of OCR. | |
Helper class for Aspose OCR library.
Allows to preprocess and save images.
|
static |
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.
images | OcrInput object containing different images OcrInput. |
folderPath | Path without image names for saving processed images. |