public final class FineCleanBackground extends FineOperation
FineOperation class| Modifier and Type | Field and Description |
|---|---|
int |
details
Per mille of text in document that should be removed
|
| Constructor and Description |
|---|
FineCleanBackground(int details)
Creates the
FineCleanBackground object given input parameters |
| Modifier and Type | Method and Description |
|---|---|
void |
processImage(MIImage image,
MICallback callback)
Processes an input image
|
public FineCleanBackground(int details)
FineCleanBackground object given input parametersdetails - - Per mille of text in document that should be removed. The value should be in the range from 1 to 1000.
The recommended value is 125. If this parameter is 0, the automatic detection is appliedpublic void processImage(MIImage image, MICallback callback) throws MIGenericException
processImage in class FineOperationimage - - the MIImage object with the imagecallback - - the MICallback object that receives information about the image processing progressMIGenericException