Crop Whitespace Command
threshold: 1..255determines how much noise/edges to tolerate before cropping is finalized.80is a good starting point.percent_paddingdetermines how much of the image to restore after cropping to provide some padding.0.5(half a percent) is a good starting point.
{
"crop_whitespace": {
"threshold": 80,
"percent_padding" : 2
}
}