TextRemovedBinaryImageUnit
The TextRemovedBinaryImageUnit class represents an intermediate result unit that contains a text-removed binary image.
Definition
Namespace: com.dynamsoft.core.intermediate_results
public class TextRemovedBinaryImageUnit extends IntermediateResultUnit
Methods
| Method | Description |
|---|---|
getImageData |
Gets the text-removed binary image. |
setImageData |
Sets the text-removed binary image. |
getImageData
Gets the text-removed binary image.
ImageData getImageData()
Return value
Returns an ImageData object that contains the text-removed binary image.
See Also
setImageData
Sets the text-removed binary image.
void setImageData(ImageData imgData) throws CoreException
Parameters
imgData The image data to set.
Exception
See Also