Package io.scanbot.sdk.ocr.intelligence
Interface OcrPdfRenderer.BitmapBinarizer
-
- All Implemented Interfaces:
public interface OcrPdfRenderer.BitmapBinarizer
Applies binarization filter to Bitmap.
-
-
Method Summary
Modifier and Type Method Description abstract Bitmap
binarizeBitmap(Bitmap bitmap, Boolean recycle)
Applies binarization filter to Bitmap. -
-
Method Detail
-
binarizeBitmap
abstract Bitmap binarizeBitmap(Bitmap bitmap, Boolean recycle)
Applies binarization filter to Bitmap. Old bitmap is recycled if stated.
- Parameters:
bitmap
- bitmap to binarizerecycle
- if the original bitmap should be recycled afterwards
-
-
-
-