public static OcrPdfRenderer.BitmapBinarizer
Applies binarization filter to Bitmap.
@NotNull
android.graphics.Bitmap binarizeBitmap(@NotNull
android.graphics.Bitmap bitmap,
boolean recycle)
Applies binarization filter to Bitmap. Old bitmap is recycled if stated.
bitmap - bitmap to binarizerecycle - if the original bitmap should be recycled afterwards