TextRemovedBinaryImageUnit
The TextRemovedBinaryImageUnit
class represents a unit that contains a text-removed binary image.
Definition
Namespace: com.dynamsoft.core.intermediate_results
Assembly: DynamsoftCore.aar
class TextRemovedBinaryImageUnit extends IntermediateResultUnit
Methods
Methods | Description |
---|---|
getImageData |
Gets the ImageData object as the image data of the text-removed binary image. |
getImageData
Gets the ImageData
object as the image data of the text-removed binary image.
ImageData getImageData();
Return Value
The ImageData
object as the image data of the text-removed binary image.