Automatic binarization filter. This filter is a good starting point for most use cases.

Hierarchy

  • PartiallyConstructible
    • ScanbotBinarizationFilter

Constructors

Properties

Constructors

  • Parameters

    • Optional source: {
          _type?: "ScanbotBinarizationFilter";
          outputMode?: OutputMode;
      }
      • Optional _type?: "ScanbotBinarizationFilter"
      • Optional outputMode?: OutputMode

        Output mode of the filter. BINARY will return a black and white image, GRAYSCALE will return an antialiased grayscale image.

        Default Value

        "BINARY";
        

    Returns ScanbotBinarizationFilter

Properties

_type: "ScanbotBinarizationFilter"
outputMode: OutputMode

Output mode of the filter. BINARY will return a black and white image, GRAYSCALE will return an antialiased grayscale image.

Default Value

"BINARY";

Generated using TypeDoc