Package io.scanbot.sdk.imageprocessing
-
Class Summary Class Description BrightnessFilter Brightness adjustment filter.ColorDocumentFilter Color document filter.ContrastFilter Contrast adjustment filter.CustomBinarizationFilter Automatic binarization filter.GrayscaleFilter Converts color images to grayscale and applies autocontrast.ImageProcessor API for image processing.LegacyFilter Deprecated.ParametricFilter Base class for all parametric filters.ScanbotBinarizationFilter Automatic binarization filter.WhiteBlackPointFilter Maps image value channel so that all the pixels darker than the black point are set to 0, all the pixels brighter than the white point are set to 255, and the pixels in between are linearly scaled. -
Enum Summary Enum Description BinarizationFilterPreset Preset of parameters for custom binarization filter.OutputMode Output mode of binarization filter.PageBinarization Binarization behavior to apply when adding a page to a PDF/TIFF.