capacitor-plugin-scanbot-sdk
    Preparing search index...

    Class ScanbotBinarizationFilter

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

    Index

    Constructors

    Properties

    Methods

    Constructors

    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 is BINARY

    Methods

    • Parameters

      Returns {
          _type?: "ScanbotBinarizationFilter";
          outputMode?: OutputMode;
          serialize?: (
              config?: ToJsonConfiguration,
          ) => { readonly _type?: "ScanbotBinarizationFilter" | undefined; outputMode?: OutputMode | undefined; serialize?: ((config?: ToJsonConfiguration | undefined) => ...) | undefined; };
      }

      • Optional Readonly_type?: "ScanbotBinarizationFilter"
      • OptionaloutputMode?: OutputMode

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

        Default is BINARY

      • Optionalserialize?: (
            config?: ToJsonConfiguration,
        ) => { readonly _type?: "ScanbotBinarizationFilter" | undefined; outputMode?: OutputMode | undefined; serialize?: ((config?: ToJsonConfiguration | undefined) => ...) | undefined; }