// Remove the black border from a scanned document
ImageEnView1.IO.Acquire();
ImageEnView1.Proc.AutoCrop(10, CreateRGB(0, 0, 0) );
// Remove the black border from a scanned document, but ignore any isolated pixels
ImageEnView1.IO.Acquire();
ImageEnView1.Proc.AutoCrop(10, CreateRGB(0, 0, 0), True, False, 0.001 );
Posted - Jan 11 2025 : 12:34:40 Yes I would the beta. Where do I email you for it?
jp
xequte
Posted - Jan 10 2025 : 19:05:02 Hi Jeff
It is failing because there are black pixels at 2488,2748. However in the current beta we have added a threshold parameter to avoid isolated pixels like this. You can email me for it.