Skip to main content

Parametric image filters supported by the iOS Document Scanner SDK

Overview

You can enhance your scanned pages or raw images by applying a variety of filters and rotation adjustments. This improves their readability for humans and machines alike and streamlines further processing in your backend.

List of available filters

You can try out the SDK's image filters in your browser with this web demo to experience how they work in real-time.

Here is the complete list of all the supported filters:

  • Color Document Filter: Color document filter. This filter is a good starting point for most use cases.
  • Scanbot Binarization Filter: Automatic binarization filter. This filter is a good starting point for most use cases. It has an OutputMode parameter that can be set to binary or antialiased.
  • Custom Binarization Filter: Customizable binarization filter. It has a few presets for specific use cases:
    • Binarization Filter Preset.preset1: Usually performs well if there are no shadows.
    • Binarization Filter Preset.preset2, Binarization Filter Preset.preset3, Binarization Filter Preset.preset4: Usually perform well even if there are shadows.
  • Brightness Filter: Filter for adjusting the image's brightness.
  • Contrast Filter: Filter for adjusting the image's contrast.
  • Grayscale Filter: Converts color images to grayscale, optionally applying auto-contrast.
  • White Black Point Filter: Maps the 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.

Want to scan longer than one minute?

Generate a free trial license to test the Scanbot SDK thoroughly.

Get free trial license

On this page