What I would like is to identify when an image contains a stamp in a space or is blank, I used image-clipper
to cut the image and be able to compare pixels of color but I still have not.
var Clipper = require('image-clipper');
Clipper("Imagenes/new_format_ge.jpg")
.crop(82, 900, 250, 70)
.toDataURL(function(dataUrl) {
console.log('recortada!'); });