Table of Contents

Interface OcrPdfRenderer.IBitmapBinarizer

Namespace
IO.Scanbot.Sdk.Ocr.Intelligence
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ocr/intelligence/OcrPdfRenderer$BitmapBinarizer", "", "IO.Scanbot.Sdk.Ocr.Intelligence.OcrPdfRenderer/IBitmapBinarizerInvoker")]
public interface OcrPdfRenderer.IBitmapBinarizer : IJavaObject, IJavaPeerable, IDisposable
Inherited Members

Methods

BinarizeBitmap(Bitmap, bool)

[Register("binarizeBitmap", "(Landroid/graphics/Bitmap;Z)Landroid/graphics/Bitmap;", "GetBinarizeBitmap_Landroid_graphics_Bitmap_ZHandler:IO.Scanbot.Sdk.Ocr.Intelligence.OcrPdfRenderer/IBitmapBinarizerInvoker, DocumentSDK.NET.Droid")]
Bitmap BinarizeBitmap(Bitmap bitmap, bool recycle)

Parameters

bitmap Bitmap
recycle bool

Returns

Bitmap